@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;700&subset=thai&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&subset=latin&display=swap');
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  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::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.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 {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::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] {
  padding-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] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-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: 8px 0;
  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 15px;
}

.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 {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.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: -87px;
  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: 0;
  padding-left: 0;
  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:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.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__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--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.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: #bad9f1;
  color: rgb(0, 0, 0);
}
.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:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.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), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.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),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.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),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.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),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.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),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.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),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.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),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.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: #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__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.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 {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.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;
  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: 0 6px 0 0;
  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: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.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__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
@font-face {
  font-family: 'anticon';
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_1434092639_4910953.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1434092639_4910953.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1434092639_4910953.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1434092639_4910953.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.rc-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
.rc-dropdown-hidden {
  display: none;
}
.rc-dropdown .rc-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 2px 0 2px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.rc-dropdown .rc-menu > li {
  margin: 0;
  padding: 0;
}
.rc-dropdown .rc-menu:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.01);
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item {
  position: relative;
  display: block;
  padding: 7px 10px;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  white-space: nowrap;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:hover,
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-active,
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected {
  background-color: #ebfaff;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected {
  position: relative;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected:after {
  content: '\e613';
  font-family: 'anticon';
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 16px;
  color: #3CB8F0;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-disabled:hover {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.rc-dropdown-slide-up-enter,
.rc-dropdown-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dropdown-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomRight {
  animation-name: rcDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topRight {
  animation-name: rcDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomRight {
  animation-name: rcDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topRight {
  animation-name: rcDropdownSlideDownOut;
  animation-play-state: running;
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
}
.rc-dropdown-arrow {
  position: absolute;
  border-width: 8px / 2;
  border-color: transparent;
  box-shadow: 0 1px 5px #ccc;
  border-style: solid;
  transform: rotate(45deg);
}
.rc-dropdown-show-arrow.rc-dropdown-placement-top,
.rc-dropdown-show-arrow.rc-dropdown-placement-topLeft,
.rc-dropdown-show-arrow.rc-dropdown-placement-topRight {
  padding-bottom: 6px;
}
.rc-dropdown-show-arrow.rc-dropdown-placement-bottom,
.rc-dropdown-show-arrow.rc-dropdown-placement-bottomLeft,
.rc-dropdown-show-arrow.rc-dropdown-placement-bottomRight {
  padding-top: 6px;
}
.rc-dropdown-placement-top .rc-dropdown-arrow,
.rc-dropdown-placement-topLeft .rc-dropdown-arrow,
.rc-dropdown-placement-topRight .rc-dropdown-arrow {
  bottom: 4px;
  border-top-color: white;
}
.rc-dropdown-placement-top .rc-dropdown-arrow {
  left: 50%;
}
.rc-dropdown-placement-topLeft .rc-dropdown-arrow {
  left: 15%;
}
.rc-dropdown-placement-topRight .rc-dropdown-arrow {
  right: 15%;
}
.rc-dropdown-placement-bottom .rc-dropdown-arrow,
.rc-dropdown-placement-bottomLeft .rc-dropdown-arrow,
.rc-dropdown-placement-bottomRight .rc-dropdown-arrow {
  top: 4px;
  border-bottom-color: white;
}
.rc-dropdown-placement-bottom .rc-dropdown-arrow {
  left: 50%;
}
.rc-dropdown-placement-bottomLeft .rc-dropdown-arrow {
  left: 15%;
}
.rc-dropdown-placement-bottomRight .rc-dropdown-arrow {
  right: 15%;
}
.date-picker {
  font-family: 'Roboto', 'Sarabun', sans-serif;
}

.react-datepicker {
  font-family: 'Roboto', 'Sarabun', sans-serif;
}

.react-datepicker__day--selected {
  background-color: #006CFD !important;
  /* เปลี่ยนสี */
  color: white !important;
}

.react-datepicker__day--keyboard-selected {
  background-color: #006CFD !important;
  color: white !important;
}

.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: #006CFD !important;
  color: white;
  font-weight: bold;
}

.react-datepicker__close-icon {
  right: 24px;
}

.react-datepicker__close-icon::after {
  background-color: #7d8689;
}.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  } 40% {
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
/*# sourceMappingURL=react-draft-wysiwyg.css.map *//**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}
.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}
.DraftEditor-root{position:relative}
.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}
.public-DraftEditor-block{position:relative}
.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}
.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}
.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}
.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}
.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}
.DraftEditorPlaceholder-hidden{display:none}
.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}
.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}
.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}
.public-DraftStyleDefault-listLTR{direction:ltr}
.public-DraftStyleDefault-listRTL{direction:rtl}
.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}
.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}
.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}
.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}
.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}
.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  } 40% {
    transform: scale(1.0);
  }
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}
.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}
.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}
.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}
.DraftEditor-root{position:relative}
.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}
.public-DraftEditor-block{position:relative}
.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}
.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}
.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}
.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}
.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}
.DraftEditorPlaceholder-hidden{display:none}
.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}
.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}
.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}
.public-DraftStyleDefault-listLTR{direction:ltr}
.public-DraftStyleDefault-listRTL{direction:rtl}
.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}
.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}
.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}
.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{width:100% !important}
.container{width:100%}
@media (min-width: 641px){
.\!container{max-width:641px !important}
.container{max-width:641px}}
@media (min-width: 769px){
.\!container{max-width:769px !important}
.container{max-width:769px}}
@media (min-width: 821px){
.\!container{max-width:821px !important}
.container{max-width:821px}}
@media (min-width: 1536px){
.\!container{max-width:1536px !important}
.container{max-width:1536px}}
.pointer-events-none{pointer-events:none}
.visible{visibility:visible}
.invisible{visibility:hidden}
.collapse{visibility:collapse}
.static{position:static}
.fixed{position:fixed}
.absolute{position:absolute}
.\!relative{position:relative !important}
.relative{position:relative}
.sticky{position:-webkit-sticky;position:sticky}
.inset-0{inset:0px}
.inset-\[4px\]{inset:4px}
.inset-x-0{left:0px;right:0px}
.inset-y-0{top:0px;bottom:0px}
.-bottom-3{bottom:-0.75rem}
.-right-1{right:-0.25rem}
.-right-2{right:-0.5rem}
.-right-2\.5{right:-0.625rem}
.-right-8{right:-2rem}
.-right-\[105px\]{right:-105px}
.-right-\[10px\]{right:-10px}
.-right-\[3px\]{right:-3px}
.-top-1{top:-0.25rem}
.-top-2{top:-0.5rem}
.-top-\[10px\]{top:-10px}
.-top-\[3px\]{top:-3px}
.-top-\[5px\]{top:-5px}
.bottom-0{bottom:0px}
.bottom-14{bottom:3.5rem}
.bottom-16{bottom:4rem}
.bottom-2{bottom:0.5rem}
.bottom-8{bottom:2rem}
.bottom-\[-14px\]{bottom:-14px}
.bottom-\[-22px\]{bottom:-22px}
.bottom-\[-30px\]{bottom:-30px}
.bottom-\[10px\]{bottom:10px}
.bottom-\[16px\]{bottom:16px}
.bottom-\[1px\]{bottom:1px}
.bottom-\[25px\]{bottom:25px}
.bottom-\[30px\]{bottom:30px}
.bottom-\[5\%\]{bottom:5%}
.bottom-\[50px\]{bottom:50px}
.bottom-\[63px\]{bottom:63px}
.bottom-\[7px\]{bottom:7px}
.bottom-\[8px\]{bottom:8px}
.left-0{left:0px}
.left-1\/2{left:50%}
.left-10{left:2.5rem}
.left-3{left:0.75rem}
.left-4{left:1rem}
.left-5{left:1.25rem}
.left-7{left:1.75rem}
.left-\[-12px\]{left:-12px}
.left-\[-1px\]{left:-1px}
.left-\[10px\]{left:10px}
.left-\[125px\]{left:125px}
.left-\[12px\]{left:12px}
.left-\[13px\]{left:13px}
.left-\[20px\]{left:20px}
.left-\[22px\]{left:22px}
.left-\[30px\]{left:30px}
.left-\[50\%\]{left:50%}
.left-\[58\%\]{left:58%}
.left-\[5px\]{left:5px}
.left-\[65px\]{left:65px}
.left-\[7px\]{left:7px}
.left-\[8px\]{left:8px}
.left-\[9px\]{left:9px}
.right-0{right:0px}
.right-0\.5{right:0.125rem}
.right-1{right:0.25rem}
.right-1\/2{right:50%}
.right-14{right:3.5rem}
.right-2{right:0.5rem}
.right-2\.5{right:0.625rem}
.right-3{right:0.75rem}
.right-5{right:1.25rem}
.right-7{right:1.75rem}
.right-8{right:2rem}
.right-9{right:2.25rem}
.right-\[-10px\]{right:-10px}
.right-\[-12px\]{right:-12px}
.right-\[-2px\]{right:-2px}
.right-\[-5px\]{right:-5px}
.right-\[-6px\]{right:-6px}
.right-\[10px\]{right:10px}
.right-\[14px\]{right:14px}
.right-\[25\%\]{right:25%}
.right-\[30px\]{right:30px}
.right-\[41px\]{right:41px}
.right-\[5px\]{right:5px}
.top-0{top:0px}
.top-1{top:0.25rem}
.top-1\/2{top:50%}
.top-10{top:2.5rem}
.top-2{top:0.5rem}
.top-3{top:0.75rem}
.top-4{top:1rem}
.top-5{top:1.25rem}
.top-6{top:1.5rem}
.top-8{top:2rem}
.top-9{top:2.25rem}
.top-\[-10px\]{top:-10px}
.top-\[-19px\]{top:-19px}
.top-\[-1px\]{top:-1px}
.top-\[-20px\]{top:-20px}
.top-\[-215px\]{top:-215px}
.top-\[-26px\]{top:-26px}
.top-\[-2px\]{top:-2px}
.top-\[-34px\]{top:-34px}
.top-\[-4px\]{top:-4px}
.top-\[-5px\]{top:-5px}
.top-\[-8px\]{top:-8px}
.top-\[100px\]{top:100px}
.top-\[11px\]{top:11px}
.top-\[14px\]{top:14px}
.top-\[150px\]{top:150px}
.top-\[160px\]{top:160px}
.top-\[170px\]{top:170px}
.top-\[200px\]{top:200px}
.top-\[22px\]{top:22px}
.top-\[265px\]{top:265px}
.top-\[2px\]{top:2px}
.top-\[32px\]{top:32px}
.top-\[3px\]{top:3px}
.top-\[50\%\]{top:50%}
.top-\[54px\]{top:54px}
.top-\[5px\]{top:5px}
.top-\[7px\]{top:7px}
.top-\[9px\]{top:9px}
.z-0{z-index:0}
.z-10{z-index:10}
.z-20{z-index:20}
.z-40{z-index:40}
.z-5{z-index:5}
.z-50{z-index:50}
.z-\[-10000\]{z-index:-10000}
.z-\[100\]{z-index:100}
.z-\[10\]{z-index:10}
.z-\[1111\]{z-index:1111}
.z-\[1\]{z-index:1}
.z-\[1px\]{z-index:1px}
.z-\[200\]{z-index:200}
.z-\[2\]{z-index:2}
.z-\[4000\]{z-index:4000}
.z-\[5000\]{z-index:5000}
.z-\[500\]{z-index:500}
.z-\[5\]{z-index:5}
.z-\[600\]{z-index:600}
.z-\[8888\]{z-index:8888}
.z-\[900\]{z-index:900}
.z-\[9999\]{z-index:9999}
.z-\[999\]{z-index:999}
.z-\[99\]{z-index:99}
.z-full{z-index:999}
.col-span-1{grid-column:span 1 / span 1}
.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-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-8{grid-column:span 8 / span 8}
.col-span-9{grid-column:span 9 / span 9}
.col-span-full{grid-column:1 / -1}
.col-start-1{grid-column-start:1}
.col-start-10{grid-column-start:10}
.col-start-3{grid-column-start:3}
.col-start-4{grid-column-start:4}
.col-start-6{grid-column-start:6}
.col-start-8{grid-column-start:8}
.col-start-9{grid-column-start:9}
.col-end-3{grid-column-end:3}
.float-right{float:right}
.\!m-0{margin:0px !important}
.m-0{margin:0px}
.m-1{margin:0.25rem}
.m-2{margin:0.5rem}
.m-2\.5{margin:0.625rem}
.m-4{margin:1rem}
.m-5{margin:1.25rem}
.m-\[10px\]{margin:10px}
.m-\[20px\]{margin:20px}
.m-\[5px\]{margin:5px}
.m-\[8px\]{margin:8px}
.m-\[inherit\]{margin:inherit}
.m-\[unset\]{margin:unset}
.m-auto{margin:auto}
.mx-0{margin-left:0px;margin-right:0px}
.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:1.25rem;margin-right:1.25rem}
.mx-6{margin-left:1.5rem;margin-right:1.5rem}
.mx-8{margin-left:2rem;margin-right:2rem}
.mx-9{margin-left:2.25rem;margin-right:2.25rem}
.mx-\[10px\]{margin-left:10px;margin-right:10px}
.mx-\[15\%\]{margin-left:15%;margin-right:15%}
.mx-\[15px\]{margin-left:15px;margin-right:15px}
.mx-\[2px\]{margin-left:2px;margin-right:2px}
.mx-\[30px\]{margin-left:30px;margin-right:30px}
.mx-\[4px\]{margin-left:4px;margin-right:4px}
.mx-\[6px\]{margin-left:6px;margin-right:6px}
.mx-\[auto\]{margin-left:auto;margin-right:auto}
.mx-auto{margin-left:auto;margin-right:auto}
.my-0{margin-top:0px;margin-bottom:0px}
.my-1{margin-top:0.25rem;margin-bottom:0.25rem}
.my-1\.5{margin-top:0.375rem;margin-bottom:0.375rem}
.my-12{margin-top:3rem;margin-bottom:3rem}
.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:1.25rem;margin-bottom:1.25rem}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem}
.my-9{margin-top:2.25rem;margin-bottom:2.25rem}
.my-\[-2px\]{margin-top:-2px;margin-bottom:-2px}
.my-\[10px\]{margin-top:10px;margin-bottom:10px}
.my-\[15px\]{margin-top:15px;margin-bottom:15px}
.my-\[1px\]{margin-top:1px;margin-bottom:1px}
.my-\[2px\]{margin-top:2px;margin-bottom:2px}
.my-\[3px\]{margin-top:3px;margin-bottom:3px}
.my-\[40px\]{margin-top:40px;margin-bottom:40px}
.my-\[4px\]{margin-top:4px;margin-bottom:4px}
.my-\[5px\]{margin-top:5px;margin-bottom:5px}
.my-\[6px\]{margin-top:6px;margin-bottom:6px}
.my-\[auto\]{margin-top:auto;margin-bottom:auto}
.my-auto{margin-top:auto;margin-bottom:auto}
.\!ml-0{margin-left:0px !important}
.\!ml-2{margin-left:0.5rem !important}
.\!mr-\[0px\]{margin-right:0px !important}
.\!mt-0{margin-top:0px !important}
.-ml-12{margin-left:-3rem}
.-mr-2{margin-right:-0.5rem}
.-mt-1\.5{margin-top:-0.375rem}
.-mt-2{margin-top:-0.5rem}
.mb-0{margin-bottom:0px}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-28{margin-bottom:7rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-\[-13px\]{margin-bottom:-13px}
.mb-\[100px\]{margin-bottom:100px}
.mb-\[10px\]{margin-bottom:10px}
.mb-\[12px\]{margin-bottom:12px}
.mb-\[15px\]{margin-bottom:15px}
.mb-\[16px\]{margin-bottom:16px}
.mb-\[1px\]{margin-bottom:1px}
.mb-\[20px\]{margin-bottom:20px}
.mb-\[3px\]{margin-bottom:3px}
.mb-\[5px\]{margin-bottom:5px}
.mb-\[65px\]{margin-bottom:65px}
.mb-\[6px\]{margin-bottom:6px}
.mb-\[70px\]{margin-bottom:70px}
.mb-\[7px\]{margin-bottom:7px}
.mb-\[auto\]{margin-bottom:auto}
.mb-auto{margin-bottom:auto}
.ml-0{margin-left:0px}
.ml-0\.5{margin-left:0.125rem}
.ml-1{margin-left:0.25rem}
.ml-10{margin-left:2.5rem}
.ml-2{margin-left:0.5rem}
.ml-2\.5{margin-left:0.625rem}
.ml-3{margin-left:0.75rem}
.ml-4{margin-left:1rem}
.ml-5{margin-left:1.25rem}
.ml-6{margin-left:1.5rem}
.ml-7{margin-left:1.75rem}
.ml-\[-100px\]{margin-left:-100px}
.ml-\[-138px\]{margin-left:-138px}
.ml-\[-20px\]{margin-left:-20px}
.ml-\[-3px\]{margin-left:-3px}
.ml-\[-40px\]{margin-left:-40px}
.ml-\[-5px\]{margin-left:-5px}
.ml-\[-6px\]{margin-left:-6px}
.ml-\[100px\]{margin-left:100px}
.ml-\[104\%\]{margin-left:104%}
.ml-\[10px\]{margin-left:10px}
.ml-\[12px\]{margin-left:12px}
.ml-\[14px\]{margin-left:14px}
.ml-\[15px\]{margin-left:15px}
.ml-\[16px\]{margin-left:16px}
.ml-\[20px\]{margin-left:20px}
.ml-\[25px\]{margin-left:25px}
.ml-\[2\]{margin-left:2}
.ml-\[2px\]{margin-left:2px}
.ml-\[30px\]{margin-left:30px}
.ml-\[31px\]{margin-left:31px}
.ml-\[35px\]{margin-left:35px}
.ml-\[3px\]{margin-left:3px}
.ml-\[40px\]{margin-left:40px}
.ml-\[45px\]{margin-left:45px}
.ml-\[4px\]{margin-left:4px}
.ml-\[50\%\]{margin-left:50%}
.ml-\[55px\]{margin-left:55px}
.ml-\[5px\]{margin-left:5px}
.ml-\[60px\]{margin-left:60px}
.ml-\[6px\]{margin-left:6px}
.ml-\[7px\]{margin-left:7px}
.ml-\[80px\]{margin-left:80px}
.ml-\[8px\]{margin-left:8px}
.ml-\[93px\]{margin-left:93px}
.ml-\[9px\]{margin-left:9px}
.ml-\[auto\]{margin-left:auto}
.ml-auto{margin-left:auto}
.mr-0{margin-right:0px}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mr-2\.5{margin-right:0.625rem}
.mr-3{margin-right:0.75rem}
.mr-4{margin-right:1rem}
.mr-5{margin-right:1.25rem}
.mr-\[-5px\]{margin-right:-5px}
.mr-\[100px\]{margin-right:100px}
.mr-\[10px\]{margin-right:10px}
.mr-\[12px\]{margin-right:12px}
.mr-\[15px\]{margin-right:15px}
.mr-\[1px\]{margin-right:1px}
.mr-\[20px\]{margin-right:20px}
.mr-\[22px\]{margin-right:22px}
.mr-\[2px\]{margin-right:2px}
.mr-\[30px\]{margin-right:30px}
.mr-\[3px\]{margin-right:3px}
.mr-\[5px\]{margin-right:5px}
.mr-\[6px\]{margin-right:6px}
.mr-\[9px\]{margin-right:9px}
.mr-auto{margin-right:auto}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-20{margin-top:5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-48{margin-top:12rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2rem}
.mt-\[-1\.5px\]{margin-top:-1.5px}
.mt-\[-10px\]{margin-top:-10px}
.mt-\[-15px\]{margin-top:-15px}
.mt-\[-1px\]{margin-top:-1px}
.mt-\[-2\.5px\]{margin-top:-2.5px}
.mt-\[-20px\]{margin-top:-20px}
.mt-\[-2px\]{margin-top:-2px}
.mt-\[-30px\]{margin-top:-30px}
.mt-\[-39px\]{margin-top:-39px}
.mt-\[-50px\]{margin-top:-50px}
.mt-\[-5px\]{margin-top:-5px}
.mt-\[-6px\]{margin-top:-6px}
.mt-\[-7px\]{margin-top:-7px}
.mt-\[-8px\]{margin-top:-8px}
.mt-\[10px\]{margin-top:10px}
.mt-\[10vh\]{margin-top:10vh}
.mt-\[12px\]{margin-top:12px}
.mt-\[13px\]{margin-top:13px}
.mt-\[14px\]{margin-top:14px}
.mt-\[15px\]{margin-top:15px}
.mt-\[17px\]{margin-top:17px}
.mt-\[18px\]{margin-top:18px}
.mt-\[1px\]{margin-top:1px}
.mt-\[20px\]{margin-top:20px}
.mt-\[25px\]{margin-top:25px}
.mt-\[2px\]{margin-top:2px}
.mt-\[30px\]{margin-top:30px}
.mt-\[32px\]{margin-top:32px}
.mt-\[3px\]{margin-top:3px}
.mt-\[40px\]{margin-top:40px}
.mt-\[4px\]{margin-top:4px}
.mt-\[50px\]{margin-top:50px}
.mt-\[5px\]{margin-top:5px}
.mt-\[60px\]{margin-top:60px}
.mt-\[6px\]{margin-top:6px}
.mt-\[7px\]{margin-top:7px}
.mt-\[8px\]{margin-top:8px}
.mt-\[96px\]{margin-top:96px}
.mt-\[9px\]{margin-top:9px}
.mt-\[auto\]{margin-top:auto}
.mt-auto{margin-top:auto}
.box-border{box-sizing:border-box}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.\!block{display:block !important}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.\!flex{display:flex !important}
.flex{display:flex}
.inline-flex{display:inline-flex}
.table{display:table}
.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}
.aspect-square{aspect-ratio:1 / 1}
.\!h-\[325px\]{height:325px !important}
.\!h-\[36px\]{height:36px !important}
.h-0{height:0px}
.h-1{height:0.25rem}
.h-1\/2{height:50%}
.h-1\/3{height:33.333333%}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-2{height:0.5rem}
.h-2\.5{height:0.625rem}
.h-2\/3{height:66.666667%}
.h-2\/5{height:40%}
.h-20{height:5rem}
.h-24{height:6rem}
.h-28{height:7rem}
.h-3{height:0.75rem}
.h-3\/4{height:75%}
.h-3\/5{height:60%}
.h-32{height:8rem}
.h-4{height:1rem}
.h-40{height:10rem}
.h-5{height:1.25rem}
.h-52{height:13rem}
.h-6{height:1.5rem}
.h-7{height:1.75rem}
.h-72{height:18rem}
.h-8{height:2rem}
.h-80{height:20rem}
.h-9{height:2.25rem}
.h-96{height:24rem}
.h-\[0px\]{height:0px}
.h-\[100\%\]{height:100%}
.h-\[1000px\]{height:1000px}
.h-\[100px\]{height:100px}
.h-\[100vh\]{height:100vh}
.h-\[104px\]{height:104px}
.h-\[105px\]{height:105px}
.h-\[10px\]{height:10px}
.h-\[110px\]{height:110px}
.h-\[112px\]{height:112px}
.h-\[11px\]{height:11px}
.h-\[1200px\]{height:1200px}
.h-\[120px\]{height:120px}
.h-\[127px\]{height:127px}
.h-\[12px\]{height:12px}
.h-\[130px\]{height:130px}
.h-\[13px\]{height:13px}
.h-\[140px\]{height:140px}
.h-\[14px\]{height:14px}
.h-\[150px\]{height:150px}
.h-\[153px\]{height:153px}
.h-\[157px\]{height:157px}
.h-\[15px\]{height:15px}
.h-\[160px\]{height:160px}
.h-\[163px\]{height:163px}
.h-\[165px\]{height:165px}
.h-\[16px\]{height:16px}
.h-\[170px\]{height:170px}
.h-\[177px\]{height:177px}
.h-\[180px\]{height:180px}
.h-\[18px\]{height:18px}
.h-\[195px\]{height:195px}
.h-\[1px\]{height:1px}
.h-\[200px\]{height:200px}
.h-\[20px\]{height:20px}
.h-\[213px\]{height:213px}
.h-\[215px\]{height:215px}
.h-\[21px\]{height:21px}
.h-\[220px\]{height:220px}
.h-\[22px\]{height:22px}
.h-\[230px\]{height:230px}
.h-\[233px\]{height:233px}
.h-\[240px\]{height:240px}
.h-\[24px\]{height:24px}
.h-\[250px\]{height:250px}
.h-\[25px\]{height:25px}
.h-\[267px\]{height:267px}
.h-\[26px\]{height:26px}
.h-\[275px\]{height:275px}
.h-\[280px\]{height:280px}
.h-\[28px\]{height:28px}
.h-\[290px\]{height:290px}
.h-\[29px\]{height:29px}
.h-\[2px\]{height:2px}
.h-\[300px\]{height:300px}
.h-\[30\]{height:30}
.h-\[30px\]{height:30px}
.h-\[320px\]{height:320px}
.h-\[325px\]{height:325px}
.h-\[32px\]{height:32px}
.h-\[33\.3\%\]{height:33.3%}
.h-\[330px\]{height:330px}
.h-\[33px\]{height:33px}
.h-\[342px\]{height:342px}
.h-\[350px\]{height:350px}
.h-\[35px\]{height:35px}
.h-\[35vh\]{height:35vh}
.h-\[362px\]{height:362px}
.h-\[36px\]{height:36px}
.h-\[370px\]{height:370px}
.h-\[37px\]{height:37px}
.h-\[380px\]{height:380px}
.h-\[38px\]{height:38px}
.h-\[3px\]{height:3px}
.h-\[400px\]{height:400px}
.h-\[40px\]{height:40px}
.h-\[430px\]{height:430px}
.h-\[432px\]{height:432px}
.h-\[433px\]{height:433px}
.h-\[43px\]{height:43px}
.h-\[44px\]{height:44px}
.h-\[450px\]{height:450px}
.h-\[45px\]{height:45px}
.h-\[46px\]{height:46px}
.h-\[46vh\]{height:46vh}
.h-\[480px\]{height:480px}
.h-\[48px\]{height:48px}
.h-\[50\%\]{height:50%}
.h-\[500px\]{height:500px}
.h-\[50px\]{height:50px}
.h-\[52px\]{height:52px}
.h-\[540px\]{height:540px}
.h-\[54px\]{height:54px}
.h-\[550px\]{height:550px}
.h-\[55vh\]{height:55vh}
.h-\[56px\]{height:56px}
.h-\[583px\]{height:583px}
.h-\[58px\]{height:58px}
.h-\[5px\]{height:5px}
.h-\[600px\]{height:600px}
.h-\[60px\]{height:60px}
.h-\[61px\]{height:61px}
.h-\[62px\]{height:62px}
.h-\[64px\]{height:64px}
.h-\[65px\]{height:65px}
.h-\[66px\]{height:66px}
.h-\[68px\]{height:68px}
.h-\[69px\]{height:69px}
.h-\[70\%\]{height:70%}
.h-\[70px\]{height:70px}
.h-\[70vh\]{height:70vh}
.h-\[72px\]{height:72px}
.h-\[75px\]{height:75px}
.h-\[78px\]{height:78px}
.h-\[7px\]{height:7px}
.h-\[80\%\]{height:80%}
.h-\[800px\]{height:800px}
.h-\[80px\]{height:80px}
.h-\[85px\]{height:85px}
.h-\[86px\]{height:86px}
.h-\[87px\]{height:87px}
.h-\[8px\]{height:8px}
.h-\[90\%\]{height:90%}
.h-\[90px\]{height:90px}
.h-\[95px\]{height:95px}
.h-\[96\%\]{height:96%}
.h-\[auto\]{height:auto}
.h-\[calc\(100vh\)\]{height:calc(100vh)}
.h-\[calc\(100vh-124px\)\]{height:calc(100vh - 124px)}
.h-\[calc\(100vh-135px\)\]{height:calc(100vh - 135px)}
.h-\[calc\(100vh-135px-86px-40px\)\]{height:calc(100vh - 135px - 86px - 40px)}
.h-\[calc\(100vh-145px\)\]{height:calc(100vh - 145px)}
.h-\[calc\(100vh-160px\)\]{height:calc(100vh - 160px)}
.h-\[calc\(100vh-190px\)\]{height:calc(100vh - 190px)}
.h-\[calc\(100vh-215px\)\]{height:calc(100vh - 215px)}
.h-\[calc\(100vh-220px\)\]{height:calc(100vh - 220px)}
.h-\[calc\(100vh-235px\)\]{height:calc(100vh - 235px)}
.h-\[calc\(100vh-245px\)\]{height:calc(100vh - 245px)}
.h-\[calc\(100vh-250px\)\]{height:calc(100vh - 250px)}
.h-\[calc\(100vh-280px\)\]{height:calc(100vh - 280px)}
.h-\[calc\(100vh-310px\)\]{height:calc(100vh - 310px)}
.h-\[calc\(100vh-315px\)\]{height:calc(100vh - 315px)}
.h-\[calc\(100vh-320px\)\]{height:calc(100vh - 320px)}
.h-\[calc\(100vh-350px\)\]{height:calc(100vh - 350px)}
.h-\[calc\(100vh-380px\)\]{height:calc(100vh - 380px)}
.h-\[calc\(100vh-40px\)\]{height:calc(100vh - 40px)}
.h-\[calc\(100vh-420px\)\]{height:calc(100vh - 420px)}
.h-\[calc\(100vh-48px\)\]{height:calc(100vh - 48px)}
.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}
.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}
.h-\[calc\(10px\+\(100vh-100\%\)\)\]{height:calc(10px + (100vh - 100%))}
.h-\[fit-content\]{height:-webkit-fit-content;height:fit-content}
.h-\[full\]{height:full}
.h-\[inherit\]{height:inherit}
.h-auto{height:auto}
.h-fit{height:-webkit-fit-content;height:fit-content}
.h-full{height:100%}
.h-max{height:-webkit-max-content;height:max-content}
.h-px{height:1px}
.h-screen{height:100vh}
.\!max-h-full{max-height:100% !important}
.max-h-56{max-height:14rem}
.max-h-60{max-height:15rem}
.max-h-80{max-height:20rem}
.max-h-\[1000px\]{max-height:1000px}
.max-h-\[100px\]{max-height:100px}
.max-h-\[110px\]{max-height:110px}
.max-h-\[112px\]{max-height:112px}
.max-h-\[120px\]{max-height:120px}
.max-h-\[150px\]{max-height:150px}
.max-h-\[160px\]{max-height:160px}
.max-h-\[163px\]{max-height:163px}
.max-h-\[180px\]{max-height:180px}
.max-h-\[190px\]{max-height:190px}
.max-h-\[200px\]{max-height:200px}
.max-h-\[20px\]{max-height:20px}
.max-h-\[250px\]{max-height:250px}
.max-h-\[260px\]{max-height:260px}
.max-h-\[300px\]{max-height:300px}
.max-h-\[34vh\]{max-height:34vh}
.max-h-\[400px\]{max-height:400px}
.max-h-\[40vh\]{max-height:40vh}
.max-h-\[440px\]{max-height:440px}
.max-h-\[450px\]{max-height:450px}
.max-h-\[48px\]{max-height:48px}
.max-h-\[500px\]{max-height:500px}
.max-h-\[50vh\]{max-height:50vh}
.max-h-\[585px\]{max-height:585px}
.max-h-\[600px\]{max-height:600px}
.max-h-\[60vh\]{max-height:60vh}
.max-h-\[67vh\]{max-height:67vh}
.max-h-\[74vh\]{max-height:74vh}
.max-h-\[75vh\]{max-height:75vh}
.max-h-\[80vh\]{max-height:80vh}
.max-h-\[90\%\]{max-height:90%}
.max-h-\[90vh\]{max-height:90vh}
.max-h-\[auto\]{max-height:auto}
.max-h-\[calc\(100vh-135px\)\]{max-height:calc(100vh - 135px)}
.max-h-\[calc\(100vh-160px\)\]{max-height:calc(100vh - 160px)}
.max-h-full{max-height:100%}
.max-h-screen{max-height:100vh}
.\!min-h-\[440px\]{min-height:440px !important}
.min-h-0{min-height:0px}
.min-h-1{min-height:0.25rem}
.min-h-10{min-height:2.5rem}
.min-h-40{min-height:10rem}
.min-h-6{min-height:1.5rem}
.min-h-8{min-height:2rem}
.min-h-\[100px\]{min-height:100px}
.min-h-\[150px\]{min-height:150px}
.min-h-\[15px\]{min-height:15px}
.min-h-\[160px\]{min-height:160px}
.min-h-\[170px\]{min-height:170px}
.min-h-\[18px\]{min-height:18px}
.min-h-\[200px\]{min-height:200px}
.min-h-\[215px\]{min-height:215px}
.min-h-\[220px\]{min-height:220px}
.min-h-\[250px\]{min-height:250px}
.min-h-\[305px\]{min-height:305px}
.min-h-\[320px\]{min-height:320px}
.min-h-\[32px\]{min-height:32px}
.min-h-\[36px\]{min-height:36px}
.min-h-\[450px\]{min-height:450px}
.min-h-\[500px\]{min-height:500px}
.min-h-\[50px\]{min-height:50px}
.min-h-\[530px\]{min-height:530px}
.min-h-\[550px\]{min-height:550px}
.min-h-\[56px\]{min-height:56px}
.min-h-\[60px\]{min-height:60px}
.min-h-\[67vh\]{min-height:67vh}
.min-h-\[70px\]{min-height:70px}
.min-h-\[75px\]{min-height:75px}
.min-h-\[850px\]{min-height:850px}
.min-h-\[85px\]{min-height:85px}
.min-h-\[90px\]{min-height:90px}
.min-h-\[95\%\]{min-height:95%}
.min-h-\[calc\(100vh-160px\)\]{min-height:calc(100vh - 160px)}
.\!w-\[16px\]{width:16px !important}
.\!w-\[25px\]{width:25px !important}
.\!w-\[70\%\]{width:70% !important}
.\!w-\[80\%\]{width:80% !important}
.w-0{width:0px}
.w-1\/2{width:50%}
.w-1\/3{width:33.333333%}
.w-1\/4{width:25%}
.w-1\/5{width:20%}
.w-10{width:2.5rem}
.w-10\/12{width:83.333333%}
.w-11{width:2.75rem}
.w-11\/12{width:91.666667%}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-2{width:0.5rem}
.w-2\/3{width:66.666667%}
.w-2\/4{width:50%}
.w-2\/5{width:40%}
.w-20{width:5rem}
.w-24{width:6rem}
.w-28{width:7rem}
.w-3{width:0.75rem}
.w-3\/4{width:75%}
.w-3\/5{width:60%}
.w-32{width:8rem}
.w-36{width:9rem}
.w-4{width:1rem}
.w-4\/5{width:80%}
.w-4\/6{width:66.666667%}
.w-40{width:10rem}
.w-48{width:12rem}
.w-5{width:1.25rem}
.w-5\/6{width:83.333333%}
.w-52{width:13rem}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-64{width:16rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-80{width:20rem}
.w-9{width:2.25rem}
.w-96{width:24rem}
.w-\[0px\]{width:0px}
.w-\[10\%\]{width:10%}
.w-\[100\%\]{width:100%}
.w-\[1000px\]{width:1000px}
.w-\[100px\]{width:100px}
.w-\[100vh\]{width:100vh}
.w-\[104px\]{width:104px}
.w-\[1050px\]{width:1050px}
.w-\[1060px\]{width:1060px}
.w-\[10px\]{width:10px}
.w-\[110px\]{width:110px}
.w-\[112px\]{width:112px}
.w-\[115px\]{width:115px}
.w-\[119px\]{width:119px}
.w-\[11px\]{width:11px}
.w-\[12\%\]{width:12%}
.w-\[120px\]{width:120px}
.w-\[122px\]{width:122px}
.w-\[123px\]{width:123px}
.w-\[124px\]{width:124px}
.w-\[127px\]{width:127px}
.w-\[12px\]{width:12px}
.w-\[1300px\]{width:1300px}
.w-\[136px\]{width:136px}
.w-\[13px\]{width:13px}
.w-\[140px\]{width:140px}
.w-\[142px\]{width:142px}
.w-\[145px\]{width:145px}
.w-\[14px\]{width:14px}
.w-\[15\%\]{width:15%}
.w-\[150px\]{width:150px}
.w-\[152px\]{width:152px}
.w-\[154px\]{width:154px}
.w-\[157px\]{width:157px}
.w-\[15px\]{width:15px}
.w-\[16\%\]{width:16%}
.w-\[160px\]{width:160px}
.w-\[16px\]{width:16px}
.w-\[170px\]{width:170px}
.w-\[174px\]{width:174px}
.w-\[175px\]{width:175px}
.w-\[180px\]{width:180px}
.w-\[184px\]{width:184px}
.w-\[185px\]{width:185px}
.w-\[188px\]{width:188px}
.w-\[18px\]{width:18px}
.w-\[1px\]{width:1px}
.w-\[20\%\]{width:20%}
.w-\[200px\]{width:200px}
.w-\[20px\]{width:20px}
.w-\[210px\]{width:210px}
.w-\[215px\]{width:215px}
.w-\[220px\]{width:220px}
.w-\[224px\]{width:224px}
.w-\[22px\]{width:22px}
.w-\[230px\]{width:230px}
.w-\[240px\]{width:240px}
.w-\[243px\]{width:243px}
.w-\[245px\]{width:245px}
.w-\[248px\]{width:248px}
.w-\[24px\]{width:24px}
.w-\[25\%\]{width:25%}
.w-\[250px\]{width:250px}
.w-\[252px\]{width:252px}
.w-\[25px\]{width:25px}
.w-\[26\%\]{width:26%}
.w-\[260px\]{width:260px}
.w-\[265px\]{width:265px}
.w-\[268px\]{width:268px}
.w-\[26px\]{width:26px}
.w-\[273px\]{width:273px}
.w-\[27px\]{width:27px}
.w-\[280px\]{width:280px}
.w-\[28px\]{width:28px}
.w-\[29\%\]{width:29%}
.w-\[290\.65px\]{width:290.65px}
.w-\[2px\]{width:2px}
.w-\[30\%\]{width:30%}
.w-\[300px\]{width:300px}
.w-\[30px\]{width:30px}
.w-\[310px\]{width:310px}
.w-\[315px\]{width:315px}
.w-\[320px\]{width:320px}
.w-\[32px\]{width:32px}
.w-\[335px\]{width:335px}
.w-\[33px\]{width:33px}
.w-\[345px\]{width:345px}
.w-\[35\%\]{width:35%}
.w-\[350px\]{width:350px}
.w-\[35px\]{width:35px}
.w-\[360px\]{width:360px}
.w-\[36px\]{width:36px}
.w-\[380px\]{width:380px}
.w-\[38px\]{width:38px}
.w-\[390px\]{width:390px}
.w-\[40\%\]{width:40%}
.w-\[400px\]{width:400px}
.w-\[408px\]{width:408px}
.w-\[40px\]{width:40px}
.w-\[426px\]{width:426px}
.w-\[430px\]{width:430px}
.w-\[45\%\]{width:45%}
.w-\[450px\]{width:450px}
.w-\[45px\]{width:45px}
.w-\[470px\]{width:470px}
.w-\[480px\]{width:480px}
.w-\[5\%\]{width:5%}
.w-\[50\%\]{width:50%}
.w-\[500px\]{width:500px}
.w-\[50px\]{width:50px}
.w-\[50vw\]{width:50vw}
.w-\[55\%\]{width:55%}
.w-\[550px\]{width:550px}
.w-\[56px\]{width:56px}
.w-\[600px\]{width:600px}
.w-\[60px\]{width:60px}
.w-\[62px\]{width:62px}
.w-\[63\%\]{width:63%}
.w-\[640px\]{width:640px}
.w-\[65\%\]{width:65%}
.w-\[650px\]{width:650px}
.w-\[66px\]{width:66px}
.w-\[7\%\]{width:7%}
.w-\[70\%\]{width:70%}
.w-\[700px\]{width:700px}
.w-\[70px\]{width:70px}
.w-\[70vw\]{width:70vw}
.w-\[74\%\]{width:74%}
.w-\[75\%\]{width:75%}
.w-\[760px\]{width:760px}
.w-\[79px\]{width:79px}
.w-\[7px\]{width:7px}
.w-\[80\%\]{width:80%}
.w-\[800px\]{width:800px}
.w-\[80px\]{width:80px}
.w-\[80vh\]{width:80vh}
.w-\[836px\]{width:836px}
.w-\[85\%\]{width:85%}
.w-\[85px\]{width:85px}
.w-\[88\%\]{width:88%}
.w-\[88px\]{width:88px}
.w-\[8px\]{width:8px}
.w-\[9\%\]{width:9%}
.w-\[90\%\]{width:90%}
.w-\[900px\]{width:900px}
.w-\[90px\]{width:90px}
.w-\[90vw\]{width:90vw}
.w-\[93\%\]{width:93%}
.w-\[95\%\]{width:95%}
.w-\[98\%\]{width:98%}
.w-\[99\%\]{width:99%}
.w-\[calc\(100vw-10\%\)\]{width:calc(100vw - 10%)}
.w-\[calc\(100vw-110px\)\]{width:calc(100vw - 110px)}
.w-\[calc\(100vw-115px\)\]{width:calc(100vw - 115px)}
.w-\[calc\(100vw-150px\)\]{width:calc(100vw - 150px)}
.w-\[calc\(46vw-20px\)\]{width:calc(46vw - 20px)}
.w-\[fit-content\]{width:-webkit-fit-content;width:fit-content}
.w-\[full\]{width:full}
.w-\[inherit\]{width:inherit}
.w-\[unset\]{width:unset}
.w-auto{width:auto}
.w-fit{width:-webkit-fit-content;width:fit-content}
.w-full{width:100%}
.w-max{width:-webkit-max-content;width:max-content}
.w-min{width:-webkit-min-content;width:min-content}
.w-screen{width:100vw}
.\!min-w-0{min-width:0px !important}
.min-w-0{min-width:0px}
.min-w-20{min-width:5rem}
.min-w-40{min-width:10rem}
.min-w-56{min-width:14rem}
.min-w-\[100\%\]{min-width:100%}
.min-w-\[100px\]{min-width:100px}
.min-w-\[120px\]{min-width:120px}
.min-w-\[124px\]{min-width:124px}
.min-w-\[135px\]{min-width:135px}
.min-w-\[150px\]{min-width:150px}
.min-w-\[15px\]{min-width:15px}
.min-w-\[160px\]{min-width:160px}
.min-w-\[165px\]{min-width:165px}
.min-w-\[170px\]{min-width:170px}
.min-w-\[175px\]{min-width:175px}
.min-w-\[180px\]{min-width:180px}
.min-w-\[190px\]{min-width:190px}
.min-w-\[200px\]{min-width:200px}
.min-w-\[20px\]{min-width:20px}
.min-w-\[220px\]{min-width:220px}
.min-w-\[230px\]{min-width:230px}
.min-w-\[250px\]{min-width:250px}
.min-w-\[252px\]{min-width:252px}
.min-w-\[256px\]{min-width:256px}
.min-w-\[300px\]{min-width:300px}
.min-w-\[30px\]{min-width:30px}
.min-w-\[320px\]{min-width:320px}
.min-w-\[32px\]{min-width:32px}
.min-w-\[345px\]{min-width:345px}
.min-w-\[360px\]{min-width:360px}
.min-w-\[380px\]{min-width:380px}
.min-w-\[450px\]{min-width:450px}
.min-w-\[45px\]{min-width:45px}
.min-w-\[46px\]{min-width:46px}
.min-w-\[50\%\]{min-width:50%}
.min-w-\[500px\]{min-width:500px}
.min-w-\[50px\]{min-width:50px}
.min-w-\[560px\]{min-width:560px}
.min-w-\[60px\]{min-width:60px}
.min-w-\[65px\]{min-width:65px}
.min-w-\[750px\]{min-width:750px}
.min-w-\[75px\]{min-width:75px}
.min-w-\[80px\]{min-width:80px}
.min-w-\[90\%\]{min-width:90%}
.min-w-\[900px\]{min-width:900px}
.min-w-\[93px\]{min-width:93px}
.min-w-\[auto\]{min-width:auto}
.min-w-full{min-width:100%}
.min-w-max{min-width:-webkit-max-content;min-width:max-content}
.\!max-w-\[142px\]{max-width:142px !important}
.\!max-w-full{max-width:100% !important}
.max-w-4xl{max-width:56rem}
.max-w-\[100\%\]{max-width:100%}
.max-w-\[1000px\]{max-width:1000px}
.max-w-\[100px\]{max-width:100px}
.max-w-\[1020px\]{max-width:1020px}
.max-w-\[114px\]{max-width:114px}
.max-w-\[130px\]{max-width:130px}
.max-w-\[145px\]{max-width:145px}
.max-w-\[150px\]{max-width:150px}
.max-w-\[15vw\]{max-width:15vw}
.max-w-\[165px\]{max-width:165px}
.max-w-\[170px\]{max-width:170px}
.max-w-\[175px\]{max-width:175px}
.max-w-\[200px\]{max-width:200px}
.max-w-\[20px\]{max-width:20px}
.max-w-\[20rem\]{max-width:20rem}
.max-w-\[230px\]{max-width:230px}
.max-w-\[240px\]{max-width:240px}
.max-w-\[250px\]{max-width:250px}
.max-w-\[270px\]{max-width:270px}
.max-w-\[275px\]{max-width:275px}
.max-w-\[30\%\]{max-width:30%}
.max-w-\[300px\]{max-width:300px}
.max-w-\[322px\]{max-width:322px}
.max-w-\[350px\]{max-width:350px}
.max-w-\[400px\]{max-width:400px}
.max-w-\[50\%\]{max-width:50%}
.max-w-\[55px\]{max-width:55px}
.max-w-\[60px\]{max-width:60px}
.max-w-\[64px\]{max-width:64px}
.max-w-\[70\%\]{max-width:70%}
.max-w-\[700px\]{max-width:700px}
.max-w-\[74px\]{max-width:74px}
.max-w-\[750px\]{max-width:750px}
.max-w-\[75px\]{max-width:75px}
.max-w-\[80px\]{max-width:80px}
.max-w-\[80vw\]{max-width:80vw}
.max-w-\[85\%\]{max-width:85%}
.max-w-\[85vw\]{max-width:85vw}
.max-w-\[90\%\]{max-width:90%}
.max-w-\[900px\]{max-width:900px}
.max-w-\[90px\]{max-width:90px}
.max-w-\[calc\(100\%-20px\)\]{max-width:calc(100% - 20px)}
.max-w-\[calc\(100vw-720px\)\]{max-width:calc(100vw - 720px)}
.max-w-full{max-width:100%}
.max-w-max{max-width:-webkit-max-content;max-width:max-content}
.max-w-xs{max-width:20rem}
.flex-1{flex:1 1 0%}
.flex-\[50\%\]{flex:50%}
.flex-auto{flex:1 1 auto}
.flex-shrink{flex-shrink:1}
.flex-shrink-0{flex-shrink:0}
.flex-shrink-\[0\]{flex-shrink:0}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.flex-grow-0{flex-grow:0}
.table-fixed{table-layout:fixed}
.border-collapse{border-collapse:collapse}
.border-separate{border-collapse:separate}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-\[20\%\]{--tw-translate-x:20%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-\[25\%\]{--tw-translate-x:25%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-\[25px\]{--tw-translate-x:25px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-\[40\%\]{--tw-translate-x:40%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-\[-20px\]{--tw-translate-y:-20px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-\[20\%\]{--tw-translate-y:20%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-rotate-0{--tw-rotate:-0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-rotate-180{--tw-rotate:-180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-rotate-90{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-scale-x-100{--tw-scale-x:-1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@keyframes pulse{
50%{opacity:.5}}
.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}
@keyframes spin{
to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}
.\!cursor-not-allowed{cursor:not-allowed !important}
.\!cursor-pointer{cursor:pointer !important}
.cursor-auto{cursor:auto}
.cursor-default{cursor:default}
.cursor-move{cursor:move}
.cursor-none{cursor:none}
.cursor-not-allowed{cursor:not-allowed}
.cursor-pointer{cursor:pointer}
.cursor-text{cursor:text}
.select-none{-webkit-user-select:none;user-select:none}
.select-text{-webkit-user-select:text;user-select:text}
.resize-none{resize:none}
.resize-y{resize:vertical}
.resize-x{resize:horizontal}
.\!resize{resize:both !important}
.resize{resize:both}
.list-inside{list-style-position:inside}
.list-disc{list-style-type:disc}
.list-none{list-style-type:none}
.auto-cols-max{grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content}
.grid-flow-row{grid-auto-flow:row}
.grid-flow-col{grid-auto-flow:column}
.auto-rows-\[220px\]{grid-auto-rows:220px}
.auto-rows-max{grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content}
.\!grid-cols-\[100px\2c 300px\2c 50px\]{grid-template-columns:100px 300px 50px !important}
.grid-cols-1{grid-template-columns:repeat(1, 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-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-\[100px\2c 1fr\]{grid-template-columns:100px 1fr}
.grid-cols-\[10px\2c 1fr\]{grid-template-columns:10px 1fr}
.grid-cols-\[110px\2c auto\]{grid-template-columns:110px auto}
.grid-cols-\[115px\2c auto\]{grid-template-columns:115px auto}
.grid-cols-\[12px\2c 1fr\]{grid-template-columns:12px 1fr}
.grid-cols-\[150px\2c 1fr\]{grid-template-columns:150px 1fr}
.grid-cols-\[150px\2c 200px\2c 120px\2c 170px\2c 130px\2c 40px\2c auto\2c 40px\]{grid-template-columns:150px 200px 120px 170px 130px 40px auto 40px}
.grid-cols-\[16px\2c 1fr\2c 16px\]{grid-template-columns:16px 1fr 16px}
.grid-cols-\[16px\2c 1fr\]{grid-template-columns:16px 1fr}
.grid-cols-\[190px\2c auto\]{grid-template-columns:190px auto}
.grid-cols-\[1fr\2c 1fr\2c 1fr\2c 1fr\2c 50px\]{grid-template-columns:1fr 1fr 1fr 1fr 50px}
.grid-cols-\[1fr\2c 1fr\2c 1fr\]{grid-template-columns:1fr 1fr 1fr}
.grid-cols-\[1fr\2c 1fr\2c 40px\]{grid-template-columns:1fr 1fr 40px}
.grid-cols-\[1fr\2c 1fr\2c 80px\2c 1fr\]{grid-template-columns:1fr 1fr 80px 1fr}
.grid-cols-\[1fr\2c 1fr\2c auto\]{grid-template-columns:1fr 1fr auto}
.grid-cols-\[1fr\2c 1fr\]{grid-template-columns:1fr 1fr}
.grid-cols-\[1fr\2c 24px\]{grid-template-columns:1fr 24px}
.grid-cols-\[1fr\2c 25px\]{grid-template-columns:1fr 25px}
.grid-cols-\[1fr\2c 2fr\]{grid-template-columns:1fr 2fr}
.grid-cols-\[1fr\2c 32px\2c 136px\]{grid-template-columns:1fr 32px 136px}
.grid-cols-\[1fr\2c 32px\]{grid-template-columns:1fr 32px}
.grid-cols-\[1fr\2c 3fr\]{grid-template-columns:1fr 3fr}
.grid-cols-\[1fr\2c 450px\]{grid-template-columns:1fr 450px}
.grid-cols-\[1fr\2c 55px\]{grid-template-columns:1fr 55px}
.grid-cols-\[1fr\2c 80px\]{grid-template-columns:1fr 80px}
.grid-cols-\[1fr\2c auto\2c 1fr\]{grid-template-columns:1fr auto 1fr}
.grid-cols-\[1fr\2c auto\2c auto\]{grid-template-columns:1fr auto auto}
.grid-cols-\[1fr\2c auto\]{grid-template-columns:1fr auto}
.grid-cols-\[1rem\2c auto\]{grid-template-columns:1rem auto}
.grid-cols-\[20\%\2c 1fr\]{grid-template-columns:20% 1fr}
.grid-cols-\[200px\2c 1fr\]{grid-template-columns:200px 1fr}
.grid-cols-\[20px\2c 1fr\2c 70px\2c 1fr\2c 30px\2c 30px\]{grid-template-columns:20px 1fr 70px 1fr 30px 30px}
.grid-cols-\[20px\2c 1fr\2c auto\]{grid-template-columns:20px 1fr auto}
.grid-cols-\[210px\2c 1fr\]{grid-template-columns:210px 1fr}
.grid-cols-\[240px\2c 50px\]{grid-template-columns:240px 50px}
.grid-cols-\[240px\2c auto\]{grid-template-columns:240px auto}
.grid-cols-\[250px\2c 1fr\]{grid-template-columns:250px 1fr}
.grid-cols-\[25px\2c 1fr\]{grid-template-columns:25px 1fr}
.grid-cols-\[2fr\2c 100px\]{grid-template-columns:2fr 100px}
.grid-cols-\[2fr\2c 1fr\]{grid-template-columns:2fr 1fr}
.grid-cols-\[300px_auto\]{grid-template-columns:300px auto}
.grid-cols-\[30px\2c 1fr\2c 100px\]{grid-template-columns:30px 1fr 100px}
.grid-cols-\[30px\2c 1fr\]{grid-template-columns:30px 1fr}
.grid-cols-\[350px\2c 80px\]{grid-template-columns:350px 80px}
.grid-cols-\[40px\2c 1fr\]{grid-template-columns:40px 1fr}
.grid-cols-\[40px\2c auto\2c 150px\]{grid-template-columns:40px auto 150px}
.grid-cols-\[40px\2c auto\2c 40px\]{grid-template-columns:40px auto 40px}
.grid-cols-\[45px\2c 1fr\]{grid-template-columns:45px 1fr}
.grid-cols-\[4fr\2c auto\2c 6fr\]{grid-template-columns:4fr auto 6fr}
.grid-cols-\[50px\2c auto\2c 100px\2c 100px\]{grid-template-columns:50px auto 100px 100px}
.grid-cols-\[50px\2c auto\]{grid-template-columns:50px auto}
.grid-cols-\[60\%\2c 40\%\]{grid-template-columns:60% 40%}
.grid-cols-\[60px\2c 1fr\]{grid-template-columns:60px 1fr}
.grid-cols-\[60px\2c auto\]{grid-template-columns:60px auto}
.grid-cols-\[65px\2c auto\]{grid-template-columns:65px auto}
.grid-cols-\[80px\2c 0px\]{grid-template-columns:80px 0px}
.grid-cols-\[80px\2c 125px\2c 80px\]{grid-template-columns:80px 125px 80px}
.grid-cols-\[80px\2c 220px\]{grid-template-columns:80px 220px}
.grid-cols-\[80px\2c 225px\]{grid-template-columns:80px 225px}
.grid-cols-\[80px\2c 235px\]{grid-template-columns:80px 235px}
.grid-cols-\[80px\2c auto\2c 80px\]{grid-template-columns:80px auto 80px}
.grid-cols-\[80px\2c auto\]{grid-template-columns:80px auto}
.grid-cols-\[auto\2c 1fr\2c 100px\]{grid-template-columns:auto 1fr 100px}
.grid-cols-\[auto\2c 1fr\2c 10px\2c 1fr\2c 1fr\2c 1fr\]{grid-template-columns:auto 1fr 10px 1fr 1fr 1fr}
.grid-cols-\[auto\2c 1fr\2c 1fr\]{grid-template-columns:auto 1fr 1fr}
.grid-cols-\[auto\2c 1fr\2c 200px\]{grid-template-columns:auto 1fr 200px}
.grid-cols-\[auto\2c 1fr\2c 30px\]{grid-template-columns:auto 1fr 30px}
.grid-cols-\[auto\2c 1fr\2c auto\2c auto\]{grid-template-columns:auto 1fr auto auto}
.grid-cols-\[auto\2c 1fr\2c auto\]{grid-template-columns:auto 1fr auto}
.grid-cols-\[auto\2c 1fr\]{grid-template-columns:auto 1fr}
.grid-cols-\[auto\2c 30px\]{grid-template-columns:auto 30px}
.grid-cols-\[auto\2c 38\%\2c 38\%\]{grid-template-columns:auto 38% 38%}
.grid-cols-\[auto\2c 90px\]{grid-template-columns:auto 90px}
.grid-cols-\[auto\2c auto\2c 1fr\2c auto\]{grid-template-columns:auto auto 1fr auto}
.grid-cols-\[auto\2c auto\2c 1fr\]{grid-template-columns:auto auto 1fr}
.grid-cols-\[auto\2c auto\]{grid-template-columns:auto auto}
.grid-cols-\[auto\2c minmax\(0\2c 1fr\)\]{grid-template-columns:auto minmax(0,1fr)}
.grid-cols-\[auto\]{grid-template-columns:auto}
.grid-cols-\[minmax\(320px\2c 23\%\)\2c auto\]{grid-template-columns:minmax(320px,23%) auto}
.grid-cols-\[repeat\(3\2c minmax\(0\2c auto\)\)\]{grid-template-columns:repeat(3,minmax(0,auto))}
.grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}
.grid-rows-12{grid-template-rows:repeat(12, 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-5{grid-template-rows:repeat(5, minmax(0, 1fr))}
.grid-rows-\[10\%\2c 90\%\]{grid-template-rows:10% 90%}
.grid-rows-\[110px\2c 1fr\]{grid-template-rows:110px 1fr}
.grid-rows-\[140px\2c 1fr\]{grid-template-rows:140px 1fr}
.grid-rows-\[180px\2c 50px\2c auto\2c auto\]{grid-template-rows:180px 50px auto auto}
.grid-rows-\[1fr\2c 100px\]{grid-template-rows:1fr 100px}
.grid-rows-\[1fr\2c 40px\]{grid-template-rows:1fr 40px}
.grid-rows-\[1fr\2c 70px\]{grid-template-rows:1fr 70px}
.grid-rows-\[1fr\2c auto\]{grid-template-rows:1fr auto}
.grid-rows-\[1fr\]{grid-template-rows:1fr}
.grid-rows-\[200px\2c 1fr\]{grid-template-rows:200px 1fr}
.grid-rows-\[20px\2c auto\]{grid-template-rows:20px auto}
.grid-rows-\[32px\2c 1fr\2c 32px\]{grid-template-rows:32px 1fr 32px}
.grid-rows-\[40px\2c 1fr\]{grid-template-rows:40px 1fr}
.grid-rows-\[50px\2c 1fr\]{grid-template-rows:50px 1fr}
.grid-rows-\[50px\2c auto\2c auto\2c 50px\]{grid-template-rows:50px auto auto 50px}
.grid-rows-\[70px\2c 30px\2c 1fr\]{grid-template-rows:70px 30px 1fr}
.grid-rows-\[71px\2c 1fr\]{grid-template-rows:71px 1fr}
.grid-rows-\[80px\2c 1fr\]{grid-template-rows:80px 1fr}
.grid-rows-\[86px\2c 1fr\2c 64px\]{grid-template-rows:86px 1fr 64px}
.grid-rows-\[87px\2c 1fr\]{grid-template-rows:87px 1fr}
.grid-rows-\[auto\2c 1fr\2c 70px\]{grid-template-rows:auto 1fr 70px}
.grid-rows-\[auto\2c 1fr\2c auto\]{grid-template-rows:auto 1fr auto}
.grid-rows-\[auto\2c 1fr\]{grid-template-rows:auto 1fr}
.grid-rows-\[auto\2c auto\2c 1fr\2c auto\]{grid-template-rows:auto auto 1fr auto}
.grid-rows-\[auto\2c auto\2c 1fr\]{grid-template-rows:auto auto 1fr}
.grid-rows-\[auto\2c auto\2c auto\2c 1fr\]{grid-template-rows:auto auto auto 1fr}
.flex-row{flex-direction:row}
.flex-row-reverse{flex-direction:row-reverse}
.flex-col{flex-direction:column}
.\!flex-col-reverse{flex-direction:column-reverse !important}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.place-items-center{place-items:center}
.content-center{align-content:center}
.content-start{align-content:flex-start}
.content-between{align-content:space-between}
.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-end{justify-items:end}
.justify-items-center{justify-items:center}
.\!gap-0{gap:0px !important}
.\!gap-2{gap:0.5rem !important}
.\!gap-3{gap:0.75rem !important}
.gap-0{gap:0px}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-\[0px\]{gap:0px}
.gap-\[1\.5px\]{gap:1.5px}
.gap-\[10px\]{gap:10px}
.gap-\[12px\]{gap:12px}
.gap-\[15px\]{gap:15px}
.gap-\[1\]{gap:1}
.gap-\[1px\]{gap:1px}
.gap-\[20px\]{gap:20px}
.gap-\[21\.5rem\]{gap:21.5rem}
.gap-\[25px\]{gap:25px}
.gap-\[2px\]{gap:2px}
.gap-\[32px\]{gap:32px}
.gap-\[3px\]{gap:3px}
.gap-\[4px\]{gap:4px}
.gap-\[5px\]{gap:5px}
.gap-\[6px\]{gap:6px}
.gap-\[7\.5px\]{gap:7.5px}
.gap-\[8px\]{gap:8px}
.gap-px{gap:1px}
.gap-x-0{column-gap:0px}
.gap-x-1{column-gap:0.25rem}
.gap-x-1\.5{column-gap:0.375rem}
.gap-x-2{column-gap:0.5rem}
.gap-x-3{column-gap:0.75rem}
.gap-x-4{column-gap:1rem}
.gap-x-5{column-gap:1.25rem}
.gap-x-\[10px\]{column-gap:10px}
.gap-x-\[12px\]{column-gap:12px}
.gap-x-\[5px\]{column-gap:5px}
.gap-x-\[6px\]{column-gap:6px}
.gap-x-\[8px\]{column-gap:8px}
.gap-y-1{row-gap:0.25rem}
.gap-y-2{row-gap:0.5rem}
.gap-y-4{row-gap:1rem}
.gap-y-\[2px\]{row-gap:2px}
.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-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-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-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-\[2px\] > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-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 > :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-\[3px\] > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(3px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(3px * var(--tw-divide-y-reverse))}
.divide-dashboard-blue-1 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(135 181 231 / var(--tw-divide-opacity, 1))}
.divide-secondary-gray-4 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 236 236 / var(--tw-divide-opacity, 1))}
.self-start{align-self:flex-start}
.self-end{align-self:flex-end}
.self-center{align-self:center}
.self-baseline{align-self:baseline}
.justify-self-end{justify-self:end}
.justify-self-center{justify-self:center}
.\!overflow-auto{overflow:auto !important}
.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-scroll{overflow-x:scroll}
.overflow-y-scroll{overflow-y:scroll}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.overflow-ellipsis{text-overflow:ellipsis}
.text-ellipsis{text-overflow:ellipsis}
.whitespace-normal{white-space:normal}
.\!whitespace-nowrap{white-space:nowrap !important}
.whitespace-nowrap{white-space:nowrap}
.whitespace-pre-line{white-space:pre-line}
.whitespace-pre-wrap{white-space:pre-wrap}
.text-wrap{text-wrap:wrap}
.break-words{overflow-wrap:break-word}
.break-all{word-break:break-all}
.\!rounded-\[0px\]{border-radius:0px !important}
.rounded{border-radius:0.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-\[0\.25rem\]{border-radius:0.25rem}
.rounded-\[1\.3rem\]{border-radius:1.3rem}
.rounded-\[10px\]{border-radius:10px}
.rounded-\[12px\]{border-radius:12px}
.rounded-\[14px\]{border-radius:14px}
.rounded-\[15px\]{border-radius:15px}
.rounded-\[16px\]{border-radius:16px}
.rounded-\[18px\]{border-radius:18px}
.rounded-\[20px\]{border-radius:20px}
.rounded-\[25px\]{border-radius:25px}
.rounded-\[2px\]{border-radius:2px}
.rounded-\[34px\]{border-radius:34px}
.rounded-\[3px\]{border-radius:3px}
.rounded-\[4px\]{border-radius:4px}
.rounded-\[50\%\]{border-radius:50%}
.rounded-\[50px\]{border-radius:50px}
.rounded-\[5px\]{border-radius:5px}
.rounded-\[6px\]{border-radius:6px}
.rounded-\[7px\]{border-radius:7px}
.rounded-\[8px\]{border-radius:8px}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.rounded-none{border-radius:0px}
.rounded-sm{border-radius:0.125rem}
.rounded-xl{border-radius:0.75rem}
.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}
.rounded-b-\[10px\]{border-bottom-right-radius:10px;border-bottom-left-radius:10px}
.rounded-b-\[16px\]{border-bottom-right-radius:16px;border-bottom-left-radius:16px}
.rounded-b-\[5px\]{border-bottom-right-radius:5px;border-bottom-left-radius:5px}
.rounded-b-lg{border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem}
.rounded-b-md{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-b-xl{border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem}
.rounded-l{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}
.rounded-l-\[20px\]{border-top-left-radius:20px;border-bottom-left-radius:20px}
.rounded-l-\[4px\]{border-top-left-radius:4px;border-bottom-left-radius:4px}
.rounded-l-md{border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-l-none{border-top-left-radius:0px;border-bottom-left-radius:0px}
.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-\[25px\]{border-top-right-radius:25px;border-bottom-right-radius:25px}
.rounded-r-\[4px\]{border-top-right-radius:4px;border-bottom-right-radius:4px}
.rounded-r-md{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.rounded-r-none{border-top-right-radius:0px;border-bottom-right-radius:0px}
.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}
.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}
.rounded-t-\[5px\]{border-top-left-radius:5px;border-top-right-radius:5px}
.rounded-t-lg{border-top-left-radius:0.5rem;border-top-right-radius:0.5rem}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.rounded-t-xl{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem}
.\!rounded-bl-\[16px\]{border-bottom-left-radius:16px !important}
.\!rounded-tl-\[16px\]{border-top-left-radius:16px !important}
.rounded-bl-lg{border-bottom-left-radius:0.5rem}
.rounded-br-lg{border-bottom-right-radius:0.5rem}
.rounded-tl-lg{border-top-left-radius:0.5rem}
.rounded-tl-none{border-top-left-radius:0px}
.rounded-tr-lg{border-top-right-radius:0.5rem}
.\!border-\[1px\]{border-width:1px !important}
.border{border-width:1px}
.border-0{border-width:0px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-\[0\.5px\]{border-width:0.5px}
.border-\[1\.5px\]{border-width:1.5px}
.border-\[1px\]{border-width:1px}
.border-\[2px\]{border-width:2px}
.border-\[3px\]{border-width:3px}
.border-\[4px\]{border-width:4px}
.border-x{border-left-width:1px;border-right-width:1px}
.\!border-b-\[1px\]{border-bottom-width:1px !important}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-b-4{border-bottom-width:4px}
.border-b-8{border-bottom-width:8px}
.border-b-\[1px\]{border-bottom-width:1px}
.border-b-\[2px\]{border-bottom-width:2px}
.border-b-\[3px\]{border-bottom-width:3px}
.border-l{border-left-width:1px}
.border-l-0{border-left-width:0px}
.border-l-2{border-left-width:2px}
.border-l-\[0px\]{border-left-width:0px}
.border-l-\[1px\]{border-left-width:1px}
.border-l-\[2px\]{border-left-width:2px}
.border-l-\[3px\]{border-left-width:3px}
.border-l-\[4px\]{border-left-width:4px}
.border-r{border-right-width:1px}
.border-r-0{border-right-width:0px}
.border-r-2{border-right-width:2px}
.border-r-\[0px\]{border-right-width:0px}
.border-r-\[1px\]{border-right-width:1px}
.border-r-\[2px\]{border-right-width:2px}
.border-r-\[4px\]{border-right-width:4px}
.border-t{border-top-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-\[0px\]{border-top-width:0px}
.border-t-\[1px\]{border-top-width:1px}
.border-t-\[3px\]{border-top-width:3px}
.\!border-solid{border-style:solid !important}
.border-solid{border-style:solid}
.border-dashed{border-style:dashed}
.\!border-none{border-style:none !important}
.border-none{border-style:none}
.\!border-\[\#006CFD\]{--tw-border-opacity:1 !important;border-color:rgb(0 108 253 / var(--tw-border-opacity, 1)) !important}
.\!border-tertiary-newRed{--tw-border-opacity:1 !important;border-color:rgb(228 9 8 / var(--tw-border-opacity, 1)) !important}
.border-\[\#00000061\]{border-color:#00000061}
.border-\[\#000000\]{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}
.border-\[\#006CFD\]{--tw-border-opacity:1;border-color:rgb(0 108 253 / var(--tw-border-opacity, 1))}
.border-\[\#0078d9\]{--tw-border-opacity:1;border-color:rgb(0 120 217 / var(--tw-border-opacity, 1))}
.border-\[\#0c4da2\]{--tw-border-opacity:1;border-color:rgb(12 77 162 / var(--tw-border-opacity, 1))}
.border-\[\#277ad4\]{--tw-border-opacity:1;border-color:rgb(39 122 212 / var(--tw-border-opacity, 1))}
.border-\[\#3b7fff\]{--tw-border-opacity:1;border-color:rgb(59 127 255 / var(--tw-border-opacity, 1))}
.border-\[\#444444\]{--tw-border-opacity:1;border-color:rgb(68 68 68 / var(--tw-border-opacity, 1))}
.border-\[\#527ba2\]{--tw-border-opacity:1;border-color:rgb(82 123 162 / var(--tw-border-opacity, 1))}
.border-\[\#5a99de\]{--tw-border-opacity:1;border-color:rgb(90 153 222 / var(--tw-border-opacity, 1))}
.border-\[\#5b5c5c\]{--tw-border-opacity:1;border-color:rgb(91 92 92 / var(--tw-border-opacity, 1))}
.border-\[\#858585\]{--tw-border-opacity:1;border-color:rgb(133 133 133 / var(--tw-border-opacity, 1))}
.border-\[\#87B5E7\]{--tw-border-opacity:1;border-color:rgb(135 181 231 / var(--tw-border-opacity, 1))}
.border-\[\#9f9f9f\]{--tw-border-opacity:1;border-color:rgb(159 159 159 / var(--tw-border-opacity, 1))}
.border-\[\#E1E4E4\]{--tw-border-opacity:1;border-color:rgb(225 228 228 / var(--tw-border-opacity, 1))}
.border-\[\#E8F1FD\]{--tw-border-opacity:1;border-color:rgb(232 241 253 / var(--tw-border-opacity, 1))}
.border-\[\#E8F3FF\]{--tw-border-opacity:1;border-color:rgb(232 243 255 / var(--tw-border-opacity, 1))}
.border-\[\#EAECEC\]{--tw-border-opacity:1;border-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.border-\[\#EB5757\]{--tw-border-opacity:1;border-color:rgb(235 87 87 / var(--tw-border-opacity, 1))}
.border-\[\#F7F7F7\]{--tw-border-opacity:1;border-color:rgb(247 247 247 / var(--tw-border-opacity, 1))}
.border-\[\#FFF3D9CC\]{border-color:#FFF3D9CC}
.border-\[\#a8a8a8\]{--tw-border-opacity:1;border-color:rgb(168 168 168 / var(--tw-border-opacity, 1))}
.border-\[\#b7d1ed82\]{border-color:#b7d1ed82}
.border-\[\#bbc1c3\]{--tw-border-opacity:1;border-color:rgb(187 193 195 / var(--tw-border-opacity, 1))}
.border-\[\#bfc3c5\]{--tw-border-opacity:1;border-color:rgb(191 195 197 / var(--tw-border-opacity, 1))}
.border-\[\#bfc8cf\]{--tw-border-opacity:1;border-color:rgb(191 200 207 / var(--tw-border-opacity, 1))}
.border-\[\#c0c4c4\]{--tw-border-opacity:1;border-color:rgb(192 196 196 / var(--tw-border-opacity, 1))}
.border-\[\#d9d9d9\]{--tw-border-opacity:1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1))}
.border-\[\#dfdfdf\]{--tw-border-opacity:1;border-color:rgb(223 223 223 / var(--tw-border-opacity, 1))}
.border-\[\#e1dfdf\]{--tw-border-opacity:1;border-color:rgb(225 223 223 / var(--tw-border-opacity, 1))}
.border-\[\#e4e6e7\]{--tw-border-opacity:1;border-color:rgb(228 230 231 / var(--tw-border-opacity, 1))}
.border-\[\#e8f3ff\]{--tw-border-opacity:1;border-color:rgb(232 243 255 / var(--tw-border-opacity, 1))}
.border-\[\#eaeaea\]{--tw-border-opacity:1;border-color:rgb(234 234 234 / var(--tw-border-opacity, 1))}
.border-\[\#ebeced\]{--tw-border-opacity:1;border-color:rgb(235 236 237 / var(--tw-border-opacity, 1))}
.border-\[\#f0f0f0\]{--tw-border-opacity:1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}
.border-\[\#f1f1f1\]{--tw-border-opacity:1;border-color:rgb(241 241 241 / var(--tw-border-opacity, 1))}
.border-\[\#f4f4f4\]{--tw-border-opacity:1;border-color:rgb(244 244 244 / var(--tw-border-opacity, 1))}
.border-\[solid\]{border-color:solid}
.border-\[white\]{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}
.border-dashboard-blue-1{--tw-border-opacity:1;border-color:rgb(135 181 231 / var(--tw-border-opacity, 1))}
.border-dashboard-green-1{--tw-border-opacity:1;border-color:rgb(28 172 119 / var(--tw-border-opacity, 1))}
.border-dashboard-light-green-1{--tw-border-opacity:1;border-color:rgb(157 227 192 / var(--tw-border-opacity, 1))}
.border-dashboard-light-green-2{--tw-border-opacity:1;border-color:rgb(186 224 147 / var(--tw-border-opacity, 1))}
.border-dashboard-lightBrown{--tw-border-opacity:1;border-color:rgb(242 178 120 / var(--tw-border-opacity, 1))}
.border-dashboard-purple{--tw-border-opacity:1;border-color:rgb(205 153 224 / var(--tw-border-opacity, 1))}
.border-dashboard-red{--tw-border-opacity:1;border-color:rgb(244 138 137 / var(--tw-border-opacity, 1))}
.border-dashboard-yellow{--tw-border-opacity:1;border-color:rgb(255 224 155 / var(--tw-border-opacity, 1))}
.border-primary-blue{--tw-border-opacity:1;border-color:rgb(0 108 253 / var(--tw-border-opacity, 1))}
.border-primary-blue-50\%{--tw-border-opacity:1;border-color:rgb(128 181 254 / var(--tw-border-opacity, 1))}
.border-primary-blue-light-blue{--tw-border-opacity:1;border-color:rgb(232 243 255 / var(--tw-border-opacity, 1))}
.border-secondary-background{--tw-border-opacity:1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1))}
.border-secondary-black{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}
.border-secondary-gray-0{--tw-border-opacity:1;border-color:rgb(45 51 53 / var(--tw-border-opacity, 1))}
.border-secondary-gray-1{--tw-border-opacity:1;border-color:rgb(82 94 98 / var(--tw-border-opacity, 1))}
.border-secondary-gray-2{--tw-border-opacity:1;border-color:rgb(124 129 131 / var(--tw-border-opacity, 1))}
.border-secondary-gray-3{--tw-border-opacity:1;border-color:rgb(187 193 195 / var(--tw-border-opacity, 1))}
.border-secondary-gray-4{--tw-border-opacity:1;border-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.border-secondary-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}
.border-social-instagram-1{--tw-border-opacity:1;border-color:rgb(55 113 200 / var(--tw-border-opacity, 1))}
.border-social-lazada{--tw-border-opacity:1;border-color:rgb(0 0 131 / var(--tw-border-opacity, 1))}
.border-social-line{--tw-border-opacity:1;border-color:rgb(0 195 0 / var(--tw-border-opacity, 1))}
.border-tertiary-green{--tw-border-opacity:1;border-color:rgb(168 220 115 / var(--tw-border-opacity, 1))}
.border-tertiary-newRed{--tw-border-opacity:1;border-color:rgb(228 9 8 / var(--tw-border-opacity, 1))}
.border-tertiary-orange{--tw-border-opacity:1;border-color:rgb(255 154 81 / var(--tw-border-opacity, 1))}
.border-ticket-status-closed{--tw-border-opacity:1;border-color:rgb(168 176 178 / var(--tw-border-opacity, 1))}
.border-b-secondary-gray-4{--tw-border-opacity:1;border-bottom-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.border-l-tertiary-red{--tw-border-opacity:1;border-left-color:rgb(244 111 110 / var(--tw-border-opacity, 1))}
.border-r-secondary-gray-4{--tw-border-opacity:1;border-right-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.border-t-secondary-gray-4{--tw-border-opacity:1;border-top-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.border-opacity-10{--tw-border-opacity:0.1}
.border-opacity-50{--tw-border-opacity:0.5}
.\!bg-\[rgb\(0\2c 108\2c 253\)\]{--tw-bg-opacity:1 !important;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1)) !important}
.\!bg-primary-blue{--tw-bg-opacity:1 !important;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1)) !important}
.\!bg-white{--tw-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important}
.bg-\[\#000083\]{--tw-bg-opacity:1;background-color:rgb(0 0 131 / var(--tw-bg-opacity, 1))}
.bg-\[\#006CFD\]{--tw-bg-opacity:1;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1))}
.bg-\[\#0078d9\]{--tw-bg-opacity:1;background-color:rgb(0 120 217 / var(--tw-bg-opacity, 1))}
.bg-\[\#00A85933\]{background-color:#00A85933}
.bg-\[\#00A859\]{--tw-bg-opacity:1;background-color:rgb(0 168 89 / var(--tw-bg-opacity, 1))}
.bg-\[\#00B900\]{--tw-bg-opacity:1;background-color:rgb(0 185 0 / var(--tw-bg-opacity, 1))}
.bg-\[\#00BBD4\]{--tw-bg-opacity:1;background-color:rgb(0 187 212 / var(--tw-bg-opacity, 1))}
.bg-\[\#085FE133\]{background-color:#085FE133}
.bg-\[\#085FE1\]{--tw-bg-opacity:1;background-color:rgb(8 95 225 / var(--tw-bg-opacity, 1))}
.bg-\[\#08C30533\]{background-color:#08C30533}
.bg-\[\#0c4DA2\]{--tw-bg-opacity:1;background-color:rgb(12 77 162 / var(--tw-bg-opacity, 1))}
.bg-\[\#3b7fff\]{--tw-bg-opacity:1;background-color:rgb(59 127 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#525E62B2\]{background-color:#525E62B2}
.bg-\[\#5b5c5c\]{--tw-bg-opacity:1;background-color:rgb(91 92 92 / var(--tw-bg-opacity, 1))}
.bg-\[\#6FCF97\]{--tw-bg-opacity:1;background-color:rgb(111 207 151 / var(--tw-bg-opacity, 1))}
.bg-\[\#6fcf97\]{--tw-bg-opacity:1;background-color:rgb(111 207 151 / var(--tw-bg-opacity, 1))}
.bg-\[\#76CC09\]{--tw-bg-opacity:1;background-color:rgb(118 204 9 / var(--tw-bg-opacity, 1))}
.bg-\[\#828282\]{--tw-bg-opacity:1;background-color:rgb(130 130 130 / var(--tw-bg-opacity, 1))}
.bg-\[\#87E48780\]{background-color:#87E48780}
.bg-\[\#87E487\]{--tw-bg-opacity:1;background-color:rgb(135 228 135 / var(--tw-bg-opacity, 1))}
.bg-\[\#87b5e7\]{--tw-bg-opacity:1;background-color:rgb(135 181 231 / var(--tw-bg-opacity, 1))}
.bg-\[\#BAE09333\]\/20{background-color:rgb(186 224 147 / 0.2)}
.bg-\[\#BAE093\]{--tw-bg-opacity:1;background-color:rgb(186 224 147 / var(--tw-bg-opacity, 1))}
.bg-\[\#BBC1C3\]{--tw-bg-opacity:1;background-color:rgb(187 193 195 / var(--tw-bg-opacity, 1))}
.bg-\[\#CD99E0\]{--tw-bg-opacity:1;background-color:rgb(205 153 224 / var(--tw-bg-opacity, 1))}
.bg-\[\#DC8988\]{--tw-bg-opacity:1;background-color:rgb(220 137 136 / var(--tw-bg-opacity, 1))}
.bg-\[\#E14343\]{--tw-bg-opacity:1;background-color:rgb(225 67 67 / var(--tw-bg-opacity, 1))}
.bg-\[\#E1E4E4\]{--tw-bg-opacity:1;background-color:rgb(225 228 228 / var(--tw-bg-opacity, 1))}
.bg-\[\#E4F4D5\]{--tw-bg-opacity:1;background-color:rgb(228 244 213 / var(--tw-bg-opacity, 1))}
.bg-\[\#E8F1FD\]{--tw-bg-opacity:1;background-color:rgb(232 241 253 / var(--tw-bg-opacity, 1))}
.bg-\[\#E8F3FF\]{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#EDF6FF\]{--tw-bg-opacity:1;background-color:rgb(237 246 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#EE4D2D\]{--tw-bg-opacity:1;background-color:rgb(238 77 45 / var(--tw-bg-opacity, 1))}
.bg-\[\#EEF4FB\]{--tw-bg-opacity:1;background-color:rgb(238 244 251 / var(--tw-bg-opacity, 1))}
.bg-\[\#F1F7FF\]{--tw-bg-opacity:1;background-color:rgb(241 247 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#F3B32333\]{background-color:#F3B32333}
.bg-\[\#F3B32333\]\/20{background-color:rgb(243 179 35 / 0.2)}
.bg-\[\#F3B32380\]\/50{background-color:rgb(243 179 35 / 0.5)}
.bg-\[\#F3B323\]{--tw-bg-opacity:1;background-color:rgb(243 179 35 / var(--tw-bg-opacity, 1))}
.bg-\[\#F3F9FF\]{--tw-bg-opacity:1;background-color:rgb(243 249 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#F48A89\]{--tw-bg-opacity:1;background-color:rgb(244 138 137 / var(--tw-bg-opacity, 1))}
.bg-\[\#F5CB14\]{--tw-bg-opacity:1;background-color:rgb(245 203 20 / var(--tw-bg-opacity, 1))}
.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}
.bg-\[\#F5FAFF\]{--tw-bg-opacity:1;background-color:rgb(245 250 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#F6B5B4\]{--tw-bg-opacity:1;background-color:rgb(246 181 180 / var(--tw-bg-opacity, 1))}
.bg-\[\#F8FBFF\]{--tw-bg-opacity:1;background-color:rgb(248 251 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#F9F9F9\]{--tw-bg-opacity:1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}
.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}
.bg-\[\#FFF3D9CC\]{background-color:#FFF3D9CC}
.bg-\[\#FFF5D0\]{--tw-bg-opacity:1;background-color:rgb(255 245 208 / var(--tw-bg-opacity, 1))}
.bg-\[\#FFFFFFCC\]{background-color:#FFFFFFCC}
.bg-\[\#FFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#bbc0c3\]{--tw-bg-opacity:1;background-color:rgb(187 192 195 / var(--tw-bg-opacity, 1))}
.bg-\[\#bbc1c3\]{--tw-bg-opacity:1;background-color:rgb(187 193 195 / var(--tw-bg-opacity, 1))}
.bg-\[\#dcdcdc\]{--tw-bg-opacity:1;background-color:rgb(220 220 220 / var(--tw-bg-opacity, 1))}
.bg-\[\#dffbd5\]{--tw-bg-opacity:1;background-color:rgb(223 251 213 / var(--tw-bg-opacity, 1))}
.bg-\[\#e4e6ea\]{--tw-bg-opacity:1;background-color:rgb(228 230 234 / var(--tw-bg-opacity, 1))}
.bg-\[\#e4e6eb\]{--tw-bg-opacity:1;background-color:rgb(228 230 235 / var(--tw-bg-opacity, 1))}
.bg-\[\#e4e8eb\]{--tw-bg-opacity:1;background-color:rgb(228 232 235 / var(--tw-bg-opacity, 1))}
.bg-\[\#e6f7ff\]{--tw-bg-opacity:1;background-color:rgb(230 247 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#e8f3ff\]{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.bg-\[\#eaecec\]{--tw-bg-opacity:1;background-color:rgb(234 236 236 / var(--tw-bg-opacity, 1))}
.bg-\[\#ebecf0\]{--tw-bg-opacity:1;background-color:rgb(235 236 240 / var(--tw-bg-opacity, 1))}
.bg-\[\#ededf7\]{--tw-bg-opacity:1;background-color:rgb(237 237 247 / var(--tw-bg-opacity, 1))}
.bg-\[\#f0f0f096\]{background-color:#f0f0f096}
.bg-\[\#f0f0f0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240 / var(--tw-bg-opacity, 1))}
.bg-\[\#f0f2f5\]{--tw-bg-opacity:1;background-color:rgb(240 242 245 / var(--tw-bg-opacity, 1))}
.bg-\[\#f5f5f9\]{--tw-bg-opacity:1;background-color:rgb(245 245 249 / var(--tw-bg-opacity, 1))}
.bg-\[\#fff2cc\]{--tw-bg-opacity:1;background-color:rgb(255 242 204 / var(--tw-bg-opacity, 1))}
.bg-\[\#fff2f0\]{--tw-bg-opacity:1;background-color:rgb(255 242 240 / var(--tw-bg-opacity, 1))}
.bg-\[red\]{--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity, 1))}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{background-color:rgba(0,0,0,0.25)}
.bg-\[rgba\(59\2c 127\2c 255\2c 0\.08\)\]{background-color:rgba(59,127,255,0.08)}
.bg-\[transparent\]{background-color:transparent}
.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}
.bg-dashboard-blue-1{--tw-bg-opacity:1;background-color:rgb(135 181 231 / var(--tw-bg-opacity, 1))}
.bg-dashboard-green-1{--tw-bg-opacity:1;background-color:rgb(28 172 119 / var(--tw-bg-opacity, 1))}
.bg-dashboard-light-green-1{--tw-bg-opacity:1;background-color:rgb(157 227 192 / var(--tw-bg-opacity, 1))}
.bg-dashboard-light-green-2{--tw-bg-opacity:1;background-color:rgb(186 224 147 / var(--tw-bg-opacity, 1))}
.bg-dashboard-lightBrown{--tw-bg-opacity:1;background-color:rgb(242 178 120 / var(--tw-bg-opacity, 1))}
.bg-dashboard-purple{--tw-bg-opacity:1;background-color:rgb(205 153 224 / var(--tw-bg-opacity, 1))}
.bg-dashboard-red{--tw-bg-opacity:1;background-color:rgb(244 138 137 / var(--tw-bg-opacity, 1))}
.bg-dashboard-red\/20{background-color:rgb(244 138 137 / 0.2)}
.bg-dashboard-yellow{--tw-bg-opacity:1;background-color:rgb(255 224 155 / var(--tw-bg-opacity, 1))}
.bg-primary-blue{--tw-bg-opacity:1;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1))}
.bg-primary-blue-50\%{--tw-bg-opacity:1;background-color:rgb(128 181 254 / var(--tw-bg-opacity, 1))}
.bg-primary-blue-70\%{--tw-bg-opacity:1;background-color:rgb(77 152 254 / var(--tw-bg-opacity, 1))}
.bg-primary-blue-light-blue{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.bg-primary-blue\/50{background-color:rgb(0 108 253 / 0.5)}
.bg-secondary-background{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}
.bg-secondary-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}
.bg-secondary-black\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-secondary-gray-0{--tw-bg-opacity:1;background-color:rgb(45 51 53 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-1{--tw-bg-opacity:1;background-color:rgb(82 94 98 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-2{--tw-bg-opacity:1;background-color:rgb(124 129 131 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-3{--tw-bg-opacity:1;background-color:rgb(187 193 195 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-3\/20{background-color:rgb(187 193 195 / 0.2)}
.bg-secondary-gray-4{--tw-bg-opacity:1;background-color:rgb(234 236 236 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-4\/50{background-color:rgb(234 236 236 / 0.5)}
.bg-secondary-gray-5{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}
.bg-secondary-gray-6{--tw-bg-opacity:1;background-color:rgb(228 232 235 / var(--tw-bg-opacity, 1))}
.bg-secondary-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.bg-social-email{--tw-bg-opacity:1;background-color:rgb(244 67 54 / var(--tw-bg-opacity, 1))}
.bg-social-facebook{--tw-bg-opacity:1;background-color:rgb(24 119 242 / var(--tw-bg-opacity, 1))}
.bg-social-instagram-3{--tw-bg-opacity:1;background-color:rgb(255 84 62 / var(--tw-bg-opacity, 1))}
.bg-social-lazada{--tw-bg-opacity:1;background-color:rgb(0 0 131 / var(--tw-bg-opacity, 1))}
.bg-social-line{--tw-bg-opacity:1;background-color:rgb(0 195 0 / var(--tw-bg-opacity, 1))}
.bg-social-liveChat{--tw-bg-opacity:1;background-color:rgb(225 155 0 / var(--tw-bg-opacity, 1))}
.bg-social-shopee{--tw-bg-opacity:1;background-color:rgb(255 87 34 / var(--tw-bg-opacity, 1))}
.bg-social-tiktok{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}
.bg-social-whatsapp-1{--tw-bg-opacity:1;background-color:rgb(96 214 105 / var(--tw-bg-opacity, 1))}
.bg-tertiary-green{--tw-bg-opacity:1;background-color:rgb(168 220 115 / var(--tw-bg-opacity, 1))}
.bg-tertiary-newRed{--tw-bg-opacity:1;background-color:rgb(228 9 8 / var(--tw-bg-opacity, 1))}
.bg-tertiary-orange{--tw-bg-opacity:1;background-color:rgb(255 154 81 / var(--tw-bg-opacity, 1))}
.bg-tertiary-orange-1{--tw-bg-opacity:1;background-color:rgb(250 120 0 / var(--tw-bg-opacity, 1))}
.bg-tertiary-yellow{--tw-bg-opacity:1;background-color:rgb(243 179 35 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-assigned{--tw-bg-opacity:1;background-color:rgb(186 224 147 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-closed{--tw-bg-opacity:1;background-color:rgb(168 176 178 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-inProgress{--tw-bg-opacity:1;background-color:rgb(244 138 137 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-inQueue{--tw-bg-opacity:1;background-color:rgb(255 230 175 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-new{--tw-bg-opacity:1;background-color:rgb(255 230 175 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-no-read{--tw-bg-opacity:1;background-color:rgb(255 243 217 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-review{--tw-bg-opacity:1;background-color:rgb(124 199 223 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-waitForCustomer{--tw-bg-opacity:1;background-color:rgb(205 153 224 / var(--tw-bg-opacity, 1))}
.bg-ticket-status-waitForSecondTier{--tw-bg-opacity:1;background-color:rgb(242 178 120 / var(--tw-bg-opacity, 1))}
.bg-transparent{background-color:transparent}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.bg-white\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-opacity-50{--tw-bg-opacity:0.5}
.bg-opacity-75{--tw-bg-opacity:0.75}
.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.from-\[\#9117C4\]{--tw-gradient-from:#9117C4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(145 23 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-\[rgba\(145\2c 23\2c 196\2c 0\.4\)\]{--tw-gradient-from:rgba(145,23,196,0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(145, 23, 196, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-dashboard-red{--tw-gradient-from:#F48A89 var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 138 137 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-social-instagram-1{--tw-gradient-from:#3771C8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 113 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.via-social-instagram-1{--tw-gradient-to:rgb(55 113 200 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #3771C8 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.to-\[\#1D7DEE\]{--tw-gradient-to:#1D7DEE var(--tw-gradient-to-position)}
.to-\[rgba\(29\2c 125\2c 238\2c 0\.4\)\]{--tw-gradient-to:rgba(29,125,238,0.4) var(--tw-gradient-to-position)}
.to-dashboard-blue-1{--tw-gradient-to:#87B5E7 var(--tw-gradient-to-position)}
.to-dashboard-yellow{--tw-gradient-to:#FFE09B var(--tw-gradient-to-position)}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.bg-origin-border{background-origin:border-box}
.fill-\[\#00205C\]{fill:#00205C}
.fill-\[\#006CFD\]{fill:#006CFD}
.fill-\[\#2D3335\]{fill:#2D3335}
.fill-\[\#7C8183\]{fill:#7C8183}
.fill-\[\#A2A8AA\]{fill:#A2A8AA}
.fill-\[\#AAAAAA\]{fill:#AAAAAA}
.fill-\[\#D52B1C\]{fill:#D52B1C}
.fill-\[\#F48A8A\]{fill:#F48A8A}
.fill-\[\#F5003B\]{fill:#F5003B}
.fill-\[\#f48b89\]{fill:#f48b89}
.fill-\[\#fff\]{fill:#fff}
.fill-\[none\]{fill:none}
.fill-current{fill:currentcolor}
.fill-primary-blue{fill:#006CFD}
.fill-secondary-white{fill:#FFFFFF}
.stroke-\[\#006CFD\]{stroke:#006CFD}
.stroke-\[\#FFF\]{stroke:#FFF}
.stroke-\[black\]{stroke:black}
.stroke-\[white\]{stroke:white}
.stroke-current{stroke:currentcolor}
.stroke-0{stroke-width:0}
.object-contain{object-fit:contain}
.object-cover{object-fit:cover}
.object-center{object-position:center}
.p-0{padding:0px}
.p-0\.5{padding:0.125rem}
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-3\.5{padding:0.875rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-\[1\.5px\]{padding:1.5px}
.p-\[10px\]{padding:10px}
.p-\[11px\]{padding:11px}
.p-\[12px\]{padding:12px}
.p-\[15px\]{padding:15px}
.p-\[16px\]{padding:16px}
.p-\[1px\]{padding:1px}
.p-\[20px\]{padding:20px}
.p-\[22px\]{padding:22px}
.p-\[25px\]{padding:25px}
.p-\[2px\]{padding:2px}
.p-\[3px\]{padding:3px}
.p-\[45px\]{padding:45px}
.p-\[4px\]{padding:4px}
.p-\[5px\]{padding:5px}
.p-\[6px\]{padding:6px}
.p-\[70px\]{padding:70px}
.p-\[7px\]{padding:7px}
.p-\[8px\]{padding:8px}
.\!px-4{padding-left:1rem !important;padding-right:1rem !important}
.\!py-\[18px\]{padding-top:18px !important;padding-bottom:18px !important}
.px-0{padding-left:0px;padding-right:0px}
.px-1{padding-left:0.25rem;padding-right:0.25rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-12{padding-left:3rem;padding-right:3rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.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-\[10px\]{padding-left:10px;padding-right:10px}
.px-\[12px\]{padding-left:12px;padding-right:12px}
.px-\[13px\]{padding-left:13px;padding-right:13px}
.px-\[14px\]{padding-left:14px;padding-right:14px}
.px-\[15\%\]{padding-left:15%;padding-right:15%}
.px-\[15px\]{padding-left:15px;padding-right:15px}
.px-\[16px\]{padding-left:16px;padding-right:16px}
.px-\[20px\]{padding-left:20px;padding-right:20px}
.px-\[24px\]{padding-left:24px;padding-right:24px}
.px-\[26px\]{padding-left:26px;padding-right:26px}
.px-\[28px\]{padding-left:28px;padding-right:28px}
.px-\[3px\]{padding-left:3px;padding-right:3px}
.px-\[40px\]{padding-left:40px;padding-right:40px}
.px-\[5px\]{padding-left:5px;padding-right:5px}
.px-\[6px\]{padding-left:6px;padding-right:6px}
.px-\[7px\]{padding-left:7px;padding-right:7px}
.px-\[8px\]{padding-left:8px;padding-right:8px}
.px-\[90px\]{padding-left:90px;padding-right:90px}
.py-0{padding-top:0px;padding-bottom:0px}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.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-\[10px\]{padding-top:10px;padding-bottom:10px}
.py-\[14px\]{padding-top:14px;padding-bottom:14px}
.py-\[15px\]{padding-top:15px;padding-bottom:15px}
.py-\[16px\]{padding-top:16px;padding-bottom:16px}
.py-\[1px\]{padding-top:1px;padding-bottom:1px}
.py-\[20px\]{padding-top:20px;padding-bottom:20px}
.py-\[2px\]{padding-top:2px;padding-bottom:2px}
.py-\[30px\]{padding-top:30px;padding-bottom:30px}
.py-\[3px\]{padding-top:3px;padding-bottom:3px}
.py-\[4px\]{padding-top:4px;padding-bottom:4px}
.py-\[55px\]{padding-top:55px;padding-bottom:55px}
.py-\[5px\]{padding-top:5px;padding-bottom:5px}
.py-\[6px\]{padding-top:6px;padding-bottom:6px}
.py-\[7px\]{padding-top:7px;padding-bottom:7px}
.py-\[8px\]{padding-top:8px;padding-bottom:8px}
.pb-0{padding-bottom:0px}
.pb-1{padding-bottom:0.25rem}
.pb-2{padding-bottom:0.5rem}
.pb-2\.5{padding-bottom:0.625rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pb-\[1\.0rem\]{padding-bottom:1.0rem}
.pb-\[10px\]{padding-bottom:10px}
.pb-\[15px\]{padding-bottom:15px}
.pb-\[1px\]{padding-bottom:1px}
.pb-\[20px\]{padding-bottom:20px}
.pb-\[2px\]{padding-bottom:2px}
.pb-\[40px\]{padding-bottom:40px}
.pb-\[5px\]{padding-bottom:5px}
.pb-\[8px\]{padding-bottom:8px}
.pl-0{padding-left:0px}
.pl-1{padding-left:0.25rem}
.pl-11{padding-left:2.75rem}
.pl-2{padding-left:0.5rem}
.pl-3{padding-left:0.75rem}
.pl-32{padding-left:8rem}
.pl-4{padding-left:1rem}
.pl-6{padding-left:1.5rem}
.pl-\[10px\]{padding-left:10px}
.pl-\[14px\]{padding-left:14px}
.pl-\[15px\]{padding-left:15px}
.pl-\[16px\]{padding-left:16px}
.pl-\[22px\]{padding-left:22px}
.pl-\[25px\]{padding-left:25px}
.pl-\[2px\]{padding-left:2px}
.pl-\[3px\]{padding-left:3px}
.pl-\[40px\]{padding-left:40px}
.pl-\[45px\]{padding-left:45px}
.pl-\[5px\]{padding-left:5px}
.pl-\[7px\]{padding-left:7px}
.pl-\[8px\]{padding-left:8px}
.pr-0{padding-right:0px}
.pr-1\.5{padding-right:0.375rem}
.pr-2{padding-right:0.5rem}
.pr-2\.5{padding-right:0.625rem}
.pr-3{padding-right:0.75rem}
.pr-4{padding-right:1rem}
.pr-5{padding-right:1.25rem}
.pr-6{padding-right:1.5rem}
.pr-\[10px\]{padding-right:10px}
.pr-\[15px\]{padding-right:15px}
.pr-\[16px\]{padding-right:16px}
.pr-\[20px\]{padding-right:20px}
.pr-\[26px\]{padding-right:26px}
.pr-\[2px\]{padding-right:2px}
.pr-\[39px\]{padding-right:39px}
.pr-\[5px\]{padding-right:5px}
.pr-\[6px\]{padding-right:6px}
.pr-\[8px\]{padding-right:8px}
.pt-0{padding-top:0px}
.pt-1{padding-top:0.25rem}
.pt-2{padding-top:0.5rem}
.pt-2\.5{padding-top:0.625rem}
.pt-3{padding-top:0.75rem}
.pt-3\.5{padding-top:0.875rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-8{padding-top:2rem}
.pt-\[1\.5rem\]{padding-top:1.5rem}
.pt-\[10px\]{padding-top:10px}
.pt-\[15px\]{padding-top:15px}
.pt-\[165px\]{padding-top:165px}
.pt-\[16px\]{padding-top:16px}
.pt-\[20px\]{padding-top:20px}
.pt-\[24px\]{padding-top:24px}
.pt-\[2px\]{padding-top:2px}
.pt-\[30px\]{padding-top:30px}
.pt-\[3px\]{padding-top:3px}
.pt-\[5px\]{padding-top:5px}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-end{text-align:end}
.align-baseline{vertical-align:baseline}
.align-top{vertical-align:top}
.align-middle{vertical-align:middle}
.font-roboto{font-family:Roboto, Sarabun, sans-serif}
.\!text-\[12px\]{font-size:12px !important}
.\!text-md{font-size:14px !important}
.text-\[0\.65rem\]{font-size:0.65rem}
.text-\[1\.125rem\]{font-size:1.125rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-\[12\.5px\]{font-size:12.5px}
.text-\[12\.8px\]{font-size:12.8px}
.text-\[12px\]{font-size:12px}
.text-\[13px\]{font-size:13px}
.text-\[14px\]{font-size:14px}
.text-\[15px\]{font-size:15px}
.text-\[16px\]{font-size:16px}
.text-\[17px\]{font-size:17px}
.text-\[18px\]{font-size:18px}
.text-\[19px\]{font-size:19px}
.text-\[20px\]{font-size:20px}
.text-\[24px\]{font-size:24px}
.text-\[26px\]{font-size:26px}
.text-\[28px\]{font-size:28px}
.text-\[30px\]{font-size:30px}
.text-\[32px\]{font-size:32px}
.text-\[34px\]{font-size:34px}
.text-\[36px\]{font-size:36px}
.text-\[40px\]{font-size:40px}
.text-\[7px\]{font-size:7px}
.text-\[8px\]{font-size:8px}
.text-\[9\.6px\]{font-size:9.6px}
.text-h1{font-size:2.441rem;line-height:2.875rem}
.text-h2{font-size:1.953rem;line-height:2.312rem}
.text-h3{font-size:1.563rem;line-height:1.812rem}
.text-h4{font-size:1.25rem;line-height:1.437rem}
.text-h5{font-size:0.8rem;line-height:0.937rem}
.text-h6{font-size:0.64rem;line-height:0.75rem}
.text-lg{font-size:16px}
.text-md{font-size:14px}
.text-p{font-size:1rem;line-height:1.187rem}
.text-sm{font-size:12px}
.text-tab{font-size:0.7rem;line-height:2rem}
.text-xl{font-size:3.052rem;line-height:3.562rem}
.font-\[10px\]{font-weight:10px}
.font-\[300\]{font-weight:300}
.font-\[400\]{font-weight:400}
.font-\[500\]{font-weight:500}
.font-\[600\]{font-weight:600}
.font-\[700\]{font-weight:700}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.font-thin{font-weight:100}
.uppercase{text-transform:uppercase}
.lowercase{text-transform:lowercase}
.capitalize{text-transform:capitalize}
.italic{font-style:italic}
.leading-4{line-height:1rem}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-\[1\.4\]{line-height:1.4}
.leading-\[1\.5715\]{line-height:1.5715}
.leading-\[1\.85\]{line-height:1.85}
.leading-\[1\.8\]{line-height:1.8}
.leading-\[1\.9\]{line-height:1.9}
.leading-\[100\%\]{line-height:100%}
.leading-\[10px\]{line-height:10px}
.leading-\[16px\]{line-height:16px}
.leading-\[2\.1\]{line-height:2.1}
.leading-\[20px\]{line-height:20px}
.leading-\[2\]{line-height:2}
.leading-\[30px\]{line-height:30px}
.leading-\[32px\]{line-height:32px}
.leading-\[initial\]{line-height:initial}
.leading-\[normal\]{line-height:normal}
.leading-none{line-height:1}
.tracking-\[0\.5px\]{letter-spacing:0.5px}
.tracking-\[2px\]{letter-spacing:2px}
.\!text-primary-blue{--tw-text-opacity:1 !important;color:rgb(0 108 253 / var(--tw-text-opacity, 1)) !important}
.\!text-tertiary-newRed{--tw-text-opacity:1 !important;color:rgb(228 9 8 / var(--tw-text-opacity, 1)) !important}
.\!text-white{--tw-text-opacity:1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1)) !important}
.text-\[\#000000D9\]{color:#000000D9}
.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}
.text-\[\#000101e4\]{color:#000101e4}
.text-\[\#006CFD\]{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.text-\[\#08C305\]{--tw-text-opacity:1;color:rgb(8 195 5 / var(--tw-text-opacity, 1))}
.text-\[\#1976D2\]{--tw-text-opacity:1;color:rgb(25 118 210 / var(--tw-text-opacity, 1))}
.text-\[\#2076d2\]{--tw-text-opacity:1;color:rgb(32 118 210 / var(--tw-text-opacity, 1))}
.text-\[\#277ad4\]{--tw-text-opacity:1;color:rgb(39 122 212 / var(--tw-text-opacity, 1))}
.text-\[\#2A4E97\]{--tw-text-opacity:1;color:rgb(42 78 151 / var(--tw-text-opacity, 1))}
.text-\[\#2D3335\]{--tw-text-opacity:1;color:rgb(45 51 53 / var(--tw-text-opacity, 1))}
.text-\[\#3a85d7\]{--tw-text-opacity:1;color:rgb(58 133 215 / var(--tw-text-opacity, 1))}
.text-\[\#3b7fff73\]{color:#3b7fff73}
.text-\[\#40a9ff\]{--tw-text-opacity:1;color:rgb(64 169 255 / var(--tw-text-opacity, 1))}
.text-\[\#4463a4\]{--tw-text-opacity:1;color:rgb(68 99 164 / var(--tw-text-opacity, 1))}
.text-\[\#468dd9\]{--tw-text-opacity:1;color:rgb(70 141 217 / var(--tw-text-opacity, 1))}
.text-\[\#48c100\]{--tw-text-opacity:1;color:rgb(72 193 0 / var(--tw-text-opacity, 1))}
.text-\[\#4A8AF4\]{--tw-text-opacity:1;color:rgb(74 138 244 / var(--tw-text-opacity, 1))}
.text-\[\#4a8af4\]{--tw-text-opacity:1;color:rgb(74 138 244 / var(--tw-text-opacity, 1))}
.text-\[\#525252\]{--tw-text-opacity:1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}
.text-\[\#525E62\]{--tw-text-opacity:1;color:rgb(82 94 98 / var(--tw-text-opacity, 1))}
.text-\[\#525e61\]{--tw-text-opacity:1;color:rgb(82 94 97 / var(--tw-text-opacity, 1))}
.text-\[\#5694da\]{--tw-text-opacity:1;color:rgb(86 148 218 / var(--tw-text-opacity, 1))}
.text-\[\#61ADFF\]{--tw-text-opacity:1;color:rgb(97 173 255 / var(--tw-text-opacity, 1))}
.text-\[\#656f74\]{--tw-text-opacity:1;color:rgb(101 111 116 / var(--tw-text-opacity, 1))}
.text-\[\#65DD4B\]{--tw-text-opacity:1;color:rgb(101 221 75 / var(--tw-text-opacity, 1))}
.text-\[\#6ef570\]{--tw-text-opacity:1;color:rgb(110 245 112 / var(--tw-text-opacity, 1))}
.text-\[\#757575\]{--tw-text-opacity:1;color:rgb(117 117 117 / var(--tw-text-opacity, 1))}
.text-\[\#7C8183\]{--tw-text-opacity:1;color:rgb(124 129 131 / var(--tw-text-opacity, 1))}
.text-\[\#7c8484\]{--tw-text-opacity:1;color:rgb(124 132 132 / var(--tw-text-opacity, 1))}
.text-\[\#847a7a\]{--tw-text-opacity:1;color:rgb(132 122 122 / var(--tw-text-opacity, 1))}
.text-\[\#858585\]{--tw-text-opacity:1;color:rgb(133 133 133 / var(--tw-text-opacity, 1))}
.text-\[\#87B5E7\]{--tw-text-opacity:1;color:rgb(135 181 231 / var(--tw-text-opacity, 1))}
.text-\[\#888888\]{--tw-text-opacity:1;color:rgb(136 136 136 / var(--tw-text-opacity, 1))}
.text-\[\#8E8F8F\]{--tw-text-opacity:1;color:rgb(142 143 143 / var(--tw-text-opacity, 1))}
.text-\[\#919697\]{--tw-text-opacity:1;color:rgb(145 150 151 / var(--tw-text-opacity, 1))}
.text-\[\#9CD661\]{--tw-text-opacity:1;color:rgb(156 214 97 / var(--tw-text-opacity, 1))}
.text-\[\#9DACD3\]{--tw-text-opacity:1;color:rgb(157 172 211 / var(--tw-text-opacity, 1))}
.text-\[\#9b9fa1\]{--tw-text-opacity:1;color:rgb(155 159 161 / var(--tw-text-opacity, 1))}
.text-\[\#A0A5A6\]{--tw-text-opacity:1;color:rgb(160 165 166 / var(--tw-text-opacity, 1))}
.text-\[\#A8DC73\]{--tw-text-opacity:1;color:rgb(168 220 115 / var(--tw-text-opacity, 1))}
.text-\[\#AAAAAA\]{--tw-text-opacity:1;color:rgb(170 170 170 / var(--tw-text-opacity, 1))}
.text-\[\#BBC1C3\]{--tw-text-opacity:1;color:rgb(187 193 195 / var(--tw-text-opacity, 1))}
.text-\[\#E40908\]{--tw-text-opacity:1;color:rgb(228 9 8 / var(--tw-text-opacity, 1))}
.text-\[\#E68F8C\]{--tw-text-opacity:1;color:rgb(230 143 140 / var(--tw-text-opacity, 1))}
.text-\[\#E94953\]{--tw-text-opacity:1;color:rgb(233 73 83 / var(--tw-text-opacity, 1))}
.text-\[\#EE4D2D\]{--tw-text-opacity:1;color:rgb(238 77 45 / var(--tw-text-opacity, 1))}
.text-\[\#F3B323\]{--tw-text-opacity:1;color:rgb(243 179 35 / var(--tw-text-opacity, 1))}
.text-\[\#F3F9FF\]{--tw-text-opacity:1;color:rgb(243 249 255 / var(--tw-text-opacity, 1))}
.text-\[\#F46F6E\]{--tw-text-opacity:1;color:rgb(244 111 110 / var(--tw-text-opacity, 1))}
.text-\[\#FB6E6D\]{--tw-text-opacity:1;color:rgb(251 110 109 / var(--tw-text-opacity, 1))}
.text-\[\#FEAF16\]{--tw-text-opacity:1;color:rgb(254 175 22 / var(--tw-text-opacity, 1))}
.text-\[\#FF9838\]{--tw-text-opacity:1;color:rgb(255 152 56 / var(--tw-text-opacity, 1))}
.text-\[\#a2a2a2\]{--tw-text-opacity:1;color:rgb(162 162 162 / var(--tw-text-opacity, 1))}
.text-\[\#a8a8a8\]{--tw-text-opacity:1;color:rgb(168 168 168 / var(--tw-text-opacity, 1))}
.text-\[\#bce493\]{--tw-text-opacity:1;color:rgb(188 228 147 / var(--tw-text-opacity, 1))}
.text-\[\#c5e8a3\]{--tw-text-opacity:1;color:rgb(197 232 163 / var(--tw-text-opacity, 1))}
.text-\[\#d9182b\]{--tw-text-opacity:1;color:rgb(217 24 43 / var(--tw-text-opacity, 1))}
.text-\[\#d9d9d9\]{--tw-text-opacity:1;color:rgb(217 217 217 / var(--tw-text-opacity, 1))}
.text-\[\#e14040\]{--tw-text-opacity:1;color:rgb(225 64 64 / var(--tw-text-opacity, 1))}
.text-\[\#e87474\]{--tw-text-opacity:1;color:rgb(232 116 116 / var(--tw-text-opacity, 1))}
.text-\[\#f48414\]{--tw-text-opacity:1;color:rgb(244 132 20 / var(--tw-text-opacity, 1))}
.text-\[\#ff0000\]{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity, 1))}
.text-\[\#ff4336\]{--tw-text-opacity:1;color:rgb(255 67 54 / var(--tw-text-opacity, 1))}
.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.text-\[\#fsadad\]{color:#fsadad}
.text-\[black\]{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}
.text-\[cornsilk\]{--tw-text-opacity:1;color:rgb(255 248 220 / var(--tw-text-opacity, 1))}
.text-\[gray\]{--tw-text-opacity:1;color:rgb(128 128 128 / var(--tw-text-opacity, 1))}
.text-\[inherit\]{color:inherit}
.text-\[red\]{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity, 1))}
.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}
.text-dashboard-blue-1{--tw-text-opacity:1;color:rgb(135 181 231 / var(--tw-text-opacity, 1))}
.text-dashboard-green-1{--tw-text-opacity:1;color:rgb(28 172 119 / var(--tw-text-opacity, 1))}
.text-dashboard-light-green-1{--tw-text-opacity:1;color:rgb(157 227 192 / var(--tw-text-opacity, 1))}
.text-dashboard-light-green-2{--tw-text-opacity:1;color:rgb(186 224 147 / var(--tw-text-opacity, 1))}
.text-dashboard-purple{--tw-text-opacity:1;color:rgb(205 153 224 / var(--tw-text-opacity, 1))}
.text-dashboard-red{--tw-text-opacity:1;color:rgb(244 138 137 / var(--tw-text-opacity, 1))}
.text-primary-blue{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.text-primary-blue-50\%{--tw-text-opacity:1;color:rgb(128 181 254 / var(--tw-text-opacity, 1))}
.text-primary-blue-70\%{--tw-text-opacity:1;color:rgb(77 152 254 / var(--tw-text-opacity, 1))}
.text-primary-blue-light-blue{--tw-text-opacity:1;color:rgb(232 243 255 / var(--tw-text-opacity, 1))}
.text-secondary-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}
.text-secondary-black\/\[\.85\]{color:rgb(0 0 0 / .85)}
.text-secondary-gray-0{--tw-text-opacity:1;color:rgb(45 51 53 / var(--tw-text-opacity, 1))}
.text-secondary-gray-1{--tw-text-opacity:1;color:rgb(82 94 98 / var(--tw-text-opacity, 1))}
.text-secondary-gray-2{--tw-text-opacity:1;color:rgb(124 129 131 / var(--tw-text-opacity, 1))}
.text-secondary-gray-3{--tw-text-opacity:1;color:rgb(187 193 195 / var(--tw-text-opacity, 1))}
.text-secondary-gray-4{--tw-text-opacity:1;color:rgb(234 236 236 / var(--tw-text-opacity, 1))}
.text-secondary-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.text-social-email{--tw-text-opacity:1;color:rgb(244 67 54 / var(--tw-text-opacity, 1))}
.text-social-facebook{--tw-text-opacity:1;color:rgb(24 119 242 / var(--tw-text-opacity, 1))}
.text-social-instagram-1{--tw-text-opacity:1;color:rgb(55 113 200 / var(--tw-text-opacity, 1))}
.text-social-instagram-3{--tw-text-opacity:1;color:rgb(255 84 62 / var(--tw-text-opacity, 1))}
.text-social-line{--tw-text-opacity:1;color:rgb(0 195 0 / var(--tw-text-opacity, 1))}
.text-social-whatsapp-2{--tw-text-opacity:1;color:rgb(31 175 56 / var(--tw-text-opacity, 1))}
.text-tertiary-blue{--tw-text-opacity:1;color:rgb(137 204 247 / var(--tw-text-opacity, 1))}
.text-tertiary-green{--tw-text-opacity:1;color:rgb(168 220 115 / var(--tw-text-opacity, 1))}
.text-tertiary-newRed{--tw-text-opacity:1;color:rgb(228 9 8 / var(--tw-text-opacity, 1))}
.text-tertiary-orange{--tw-text-opacity:1;color:rgb(255 154 81 / var(--tw-text-opacity, 1))}
.text-tertiary-red{--tw-text-opacity:1;color:rgb(244 111 110 / var(--tw-text-opacity, 1))}
.text-tertiary-yellow{--tw-text-opacity:1;color:rgb(243 179 35 / var(--tw-text-opacity, 1))}
.text-ticket-status-assigned{--tw-text-opacity:1;color:rgb(186 224 147 / var(--tw-text-opacity, 1))}
.text-ticket-status-closed{--tw-text-opacity:1;color:rgb(168 176 178 / var(--tw-text-opacity, 1))}
.text-ticket-status-inProgress{--tw-text-opacity:1;color:rgb(244 138 137 / var(--tw-text-opacity, 1))}
.text-ticket-status-inQueue{--tw-text-opacity:1;color:rgb(255 230 175 / var(--tw-text-opacity, 1))}
.text-ticket-status-new{--tw-text-opacity:1;color:rgb(255 230 175 / var(--tw-text-opacity, 1))}
.text-ticket-status-review{--tw-text-opacity:1;color:rgb(124 199 223 / var(--tw-text-opacity, 1))}
.text-ticket-status-waitForCustomer{--tw-text-opacity:1;color:rgb(205 153 224 / var(--tw-text-opacity, 1))}
.text-ticket-status-waitForSecondTier{--tw-text-opacity:1;color:rgb(242 178 120 / var(--tw-text-opacity, 1))}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.text-opacity-80{--tw-text-opacity:0.8}
.underline{text-decoration-line:underline}
.line-through{text-decoration-line:line-through}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.placeholder-social-instagram-1::placeholder{--tw-placeholder-opacity:1;color:rgb(55 113 200 / var(--tw-placeholder-opacity, 1))}
.placeholder-opacity-20::placeholder{--tw-placeholder-opacity:0.2}
.opacity-0{opacity:0}
.opacity-10{opacity:0.1}
.opacity-100{opacity:1}
.opacity-20{opacity:0.2}
.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-\[0\.5\]{opacity:0.5}
.bg-blend-soft-light{background-blend-mode:soft-light}
.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0_0_10px_0_\#006CFDCC\]{--tw-shadow:0 0 10px 0 #006CFDCC;--tw-shadow-colored:0 0 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0px_0px_4px_0px_\#00000014\]{--tw-shadow:0px 0px 4px 0px #00000014;--tw-shadow-colored:0px 0px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0px_0px_4px_0px_\#0000001A\]{--tw-shadow:0px 0px 4px 0px #0000001A;--tw-shadow-colored:0px 0px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0px_0px_5px_0px_\#00000026\]{--tw-shadow:0px 0px 5px 0px #00000026;--tw-shadow-colored:0px 0px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0px_4px_15px_\#00000040\]{--tw-shadow:0px 4px 15px #00000040;--tw-shadow-colored:0px 4px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-\[0px_4px_8px_0px_\#00000026\]{--tw-shadow:0px 4px 8px 0px #00000026;--tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-arrow{--tw-shadow:1px -1px 1px 0px #87B5E7;--tw-shadow-colored:1px -1px 1px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.outline{outline-style:solid}
.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), var(--tw-shadow, 0 0 #0000)}
.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.ring-social-email{--tw-ring-opacity:1;--tw-ring-color:rgb(244 67 54 / var(--tw-ring-opacity, 1))}
.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));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)}
.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));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)}
.drop-shadow-xl{--tw-drop-shadow:drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));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)}
.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-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-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors{transition-property:color, background-color, border-color, text-decoration-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-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.delay-150{transition-delay:150ms}
.delay-200{transition-delay:200ms}
.duration-0{transition-duration:0s}
.duration-100{transition-duration:100ms}
.duration-1000{transition-duration:1000ms}
.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-75{transition-duration:75ms}
.ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.btn-primary{color:#FFF;background:#3771C8}
.btn-default-outline{color:#BBC1C3;border:1px solid #BBC1C3;background:#FFF}
.btn-link{color:#525E62;background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline-flex;margin:0;padding:0}
.full{width:100%}
.bg-gradient-ai{background:linear-gradient(to right, #FE0087,  #721299, #1847FF)}
.bg-gradient-ai-to-bottom{background:linear-gradient(to bottom, #FE0087,  #721299, #1847FF)}
.bg-gradient-ig{background:linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 )}
.text-gradient-ig{background:linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 );background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.\[grid-template-columns\:150px_1fr\]{grid-template-columns:150px 1fr}
.\[grid-template-columns\:19fr_1fr\]{grid-template-columns:19fr 1fr}
/* @import '~/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css'; */
/*

.wysiwyg-mention {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.thread-comment ol,
.thread-comment ul {
  list-style: auto;
  margin-left: 16px;
}

.thread-comment blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
} */
.placeholder\:text-\[\#006CFD80\]::placeholder{color:#006CFD80}
.placeholder\:text-secondary-gray-3::placeholder{--tw-text-opacity:1;color:rgb(187 193 195 / var(--tw-text-opacity, 1))}
.placeholder\:text-secondary-gray-4::placeholder{--tw-text-opacity:1;color:rgb(234 236 236 / var(--tw-text-opacity, 1))}
.after\:cursor-pointer::after{content:var(--tw-content);cursor:pointer}
.first\:border-0:first-child{border-width:0px}
.first\:pl-0:first-child{padding-left:0px}
.last\:mb-1:last-child{margin-bottom:0.25rem}
.checked\:border-transparent:checked{border-color:transparent}
.checked\:bg-dashboard-blue-1:checked{--tw-bg-opacity:1;background-color:rgb(135 181 231 / var(--tw-bg-opacity, 1))}
.placeholder-shown\:text-h5:placeholder-shown{font-size:0.8rem;line-height:0.937rem}
.focus-within\:z-\[5\]:focus-within{z-index:5}
.focus-within\:outline-social-instagram-1:focus-within{outline-color:#3771C8}
@keyframes spin{
to{transform:rotate(360deg)}}
.hover\:animate-spin:hover{animation:spin 1s linear infinite}
.hover\:cursor-move:hover{cursor:move}
.hover\:cursor-not-allowed:hover{cursor:not-allowed}
.hover\:cursor-pointer:hover{cursor:pointer}
.hover\:rounded-\[8px\]:hover{border-radius:8px}
.hover\:border-2:hover{border-width:2px}
.hover\:border-\[\#006CFD\]:hover{--tw-border-opacity:1;border-color:rgb(0 108 253 / var(--tw-border-opacity, 1))}
.hover\:border-dashboard-blue-1:hover{--tw-border-opacity:1;border-color:rgb(135 181 231 / var(--tw-border-opacity, 1))}
.hover\:border-primary-blue:hover{--tw-border-opacity:1;border-color:rgb(0 108 253 / var(--tw-border-opacity, 1))}
.hover\:border-social-instagram-1:hover{--tw-border-opacity:1;border-color:rgb(55 113 200 / var(--tw-border-opacity, 1))}
.hover\:bg-\[\#006CFD\]:hover{--tw-bg-opacity:1;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1))}
.hover\:bg-\[\#525E62B2\]:hover{background-color:#525E62B2}
.hover\:bg-\[\#6998f7\]:hover{--tw-bg-opacity:1;background-color:rgb(105 152 247 / var(--tw-bg-opacity, 1))}
.hover\:bg-\[\#E8F3FF\]:hover{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.hover\:bg-\[\#ccc\]:hover{--tw-bg-opacity:1;background-color:rgb(204 204 204 / var(--tw-bg-opacity, 1))}
.hover\:bg-\[\#e8f3ff\]:hover{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.hover\:bg-\[\#f1f1f1\]:hover{--tw-bg-opacity:1;background-color:rgb(241 241 241 / var(--tw-bg-opacity, 1))}
.hover\:bg-dashboard-blue-1:hover{--tw-bg-opacity:1;background-color:rgb(135 181 231 / var(--tw-bg-opacity, 1))}
.hover\:bg-dashboard-green-1:hover{--tw-bg-opacity:1;background-color:rgb(28 172 119 / var(--tw-bg-opacity, 1))}
.hover\:bg-primary-blue:hover{--tw-bg-opacity:1;background-color:rgb(0 108 253 / var(--tw-bg-opacity, 1))}
.hover\:bg-primary-blue-light-blue:hover{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.hover\:bg-primary-blue-light-blue\/\[\.4\]:hover{background-color:rgb(232 243 255 / .4)}
.hover\:bg-primary-blue\/90:hover{background-color:rgb(0 108 253 / 0.9)}
.hover\:bg-secondary-background:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}
.hover\:bg-secondary-gray-3:hover{--tw-bg-opacity:1;background-color:rgb(187 193 195 / var(--tw-bg-opacity, 1))}
.hover\:bg-secondary-gray-4:hover{--tw-bg-opacity:1;background-color:rgb(234 236 236 / var(--tw-bg-opacity, 1))}
.hover\:bg-secondary-gray-5:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}
.hover\:bg-secondary-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-email:hover{--tw-bg-opacity:1;background-color:rgb(244 67 54 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-facebook:hover{--tw-bg-opacity:1;background-color:rgb(24 119 242 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-lazada:hover{--tw-bg-opacity:1;background-color:rgb(0 0 131 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-line:hover{--tw-bg-opacity:1;background-color:rgb(0 195 0 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-liveChat:hover{--tw-bg-opacity:1;background-color:rgb(225 155 0 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-shopee:hover{--tw-bg-opacity:1;background-color:rgb(255 87 34 / var(--tw-bg-opacity, 1))}
.hover\:bg-social-tiktok:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}
.hover\:bg-ticket-status-closed:hover{--tw-bg-opacity:1;background-color:rgb(168 176 178 / var(--tw-bg-opacity, 1))}
.hover\:fill-\[\#006CFD\]:hover{fill:#006CFD}
.hover\:stroke-\[\#87B5E7\]:hover{stroke:#87B5E7}
.hover\:stroke-primary-blue:hover{stroke:#006CFD}
.hover\:font-bold:hover{font-weight:700}
.hover\:\!text-primary-blue-70\%:hover{--tw-text-opacity:1 !important;color:rgb(77 152 254 / var(--tw-text-opacity, 1)) !important}
.hover\:text-\[\#006CFD\]:hover{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.hover\:text-\[\#87B5E7\]:hover{--tw-text-opacity:1;color:rgb(135 181 231 / var(--tw-text-opacity, 1))}
.hover\:text-\[\#e8f3ff\]:hover{--tw-text-opacity:1;color:rgb(232 243 255 / var(--tw-text-opacity, 1))}
.hover\:text-\[red\]:hover{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity, 1))}
.hover\:text-dashboard-blue-1:hover{--tw-text-opacity:1;color:rgb(135 181 231 / var(--tw-text-opacity, 1))}
.hover\:text-primary-blue:hover{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.hover\:text-primary-blue-70\%:hover{--tw-text-opacity:1;color:rgb(77 152 254 / var(--tw-text-opacity, 1))}
.hover\:text-primary-blue-light-blue:hover{--tw-text-opacity:1;color:rgb(232 243 255 / var(--tw-text-opacity, 1))}
.hover\:text-secondary-black\/\[\.85\]:hover{color:rgb(0 0 0 / .85)}
.hover\:text-secondary-gray-0:hover{--tw-text-opacity:1;color:rgb(45 51 53 / var(--tw-text-opacity, 1))}
.hover\:text-secondary-gray-1:hover{--tw-text-opacity:1;color:rgb(82 94 98 / var(--tw-text-opacity, 1))}
.hover\:text-secondary-gray-2:hover{--tw-text-opacity:1;color:rgb(124 129 131 / var(--tw-text-opacity, 1))}
.hover\:text-secondary-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.hover\:text-social-lazada:hover{--tw-text-opacity:1;color:rgb(0 0 131 / var(--tw-text-opacity, 1))}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:opacity-100:hover{opacity:1}
.hover\:opacity-60:hover{opacity:0.6}
.hover\:opacity-70:hover{opacity:0.7}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.hover\:duration-75:hover{transition-duration:75ms}
.hover\:bg-gradient-ig:hover{background:linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 )}
.focus\:border-none:focus{border-style:none}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.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), var(--tw-shadow, 0 0 #0000)}
.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), var(--tw-shadow, 0 0 #0000)}
.focus\:ring-ticket-status-closed:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 176 178 / var(--tw-ring-opacity, 1))}
.active\:border-\[\#277ad4\]:active{--tw-border-opacity:1;border-color:rgb(39 122 212 / var(--tw-border-opacity, 1))}
.active\:bg-\[\#e8f3ff\]:active{--tw-bg-opacity:1;background-color:rgb(232 243 255 / var(--tw-bg-opacity, 1))}
.active\:text-\[\#277ad4\]:active{--tw-text-opacity:1;color:rgb(39 122 212 / var(--tw-text-opacity, 1))}
.disabled\:cursor-default:disabled{cursor:default}
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}
.disabled\:border-secondary-gray-3:disabled{--tw-border-opacity:1;border-color:rgb(187 193 195 / var(--tw-border-opacity, 1))}
.disabled\:border-secondary-gray-4:disabled{--tw-border-opacity:1;border-color:rgb(234 236 236 / var(--tw-border-opacity, 1))}
.disabled\:bg-secondary-gray-1:disabled{--tw-bg-opacity:1;background-color:rgb(82 94 98 / var(--tw-bg-opacity, 1))}
.disabled\:bg-secondary-gray-3:disabled{--tw-bg-opacity:1;background-color:rgb(187 193 195 / var(--tw-bg-opacity, 1))}
.disabled\:bg-secondary-gray-4:disabled{--tw-bg-opacity:1;background-color:rgb(234 236 236 / var(--tw-bg-opacity, 1))}
.disabled\:\!text-secondary-gray-3:disabled{--tw-text-opacity:1 !important;color:rgb(187 193 195 / var(--tw-text-opacity, 1)) !important}
.disabled\:text-secondary-gray-2:disabled{--tw-text-opacity:1;color:rgb(124 129 131 / var(--tw-text-opacity, 1))}
.disabled\:text-secondary-gray-3:disabled{--tw-text-opacity:1;color:rgb(187 193 195 / var(--tw-text-opacity, 1))}
.disabled\:text-secondary-gray-4:disabled{--tw-text-opacity:1;color:rgb(234 236 236 / var(--tw-text-opacity, 1))}
.disabled\:text-opacity-60:disabled{--tw-text-opacity:0.6}
.disabled\:opacity-40:disabled{opacity:0.4}
.disabled\:opacity-50:disabled{opacity:0.5}
.disabled\:opacity-60:disabled{opacity:0.6}
.disabled\:hover\:bg-secondary-background:hover:disabled{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}
.group:focus-within .group-focus-within\:visible{visibility:visible}
.group:focus-within .group-focus-within\:-rotate-180{--tw-rotate:-180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group:hover .group-hover\:visible{visibility:visible}
.group:hover .group-hover\:block{display:block}
.group:hover .group-hover\:flex{display:flex}
.group:hover .group-hover\:hidden{display:none}
.group:hover .group-hover\:h-\[20px\]{height:20px}
.group:hover .group-hover\:w-\[20px\]{width:20px}
.group:hover .group-hover\:justify-center{justify-content:center}
.group:hover .group-hover\:text-\[\#006CFD\]{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.group:hover .group-hover\:text-dashboard-blue-1{--tw-text-opacity:1;color:rgb(135 181 231 / var(--tw-text-opacity, 1))}
.group:hover .group-hover\:text-primary-blue{--tw-text-opacity:1;color:rgb(0 108 253 / var(--tw-text-opacity, 1))}
.group:hover .group-hover\:text-secondary-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:disabled .group-disabled\:text-secondary-gray-3{--tw-text-opacity:1;color:rgb(187 193 195 / var(--tw-text-opacity, 1))}
@media not all and (min-width: 769px){
.max-md\:col-span-12{grid-column:span 12 / span 12}}
@media (min-width: 641px){
.sm\:block{display:block}
.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}
@media (min-width: 769px){
.md\:w-5\/12{width:41.666667%}
.md\:w-\[360px\]{width:360px}
.md\:max-w-xs{max-width:20rem}}
@media (min-width: 821px){
.lg\:w-\[556px\]{width:556px}
.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}
/*# sourceMappingURL=RichText.style.css.map */.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}
.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-clear-icon:hover:after {
  color: #666;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap {
  display: none !important; /* หรือ visibility: hidden; */
}

li.rc-time-picker-panel-select-option-selected {
    background: #006CFD !important;
    color:white !important;
    font-weight: bold;
}

.rc-time-picker-panel-select {
    float: left;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    border-width: 0 1px;
    margin-left: -1px;
    box-sizing: border-box;
    width: 56px;
    max-height: 220px;
    overflow-y: auto;
    position: relative;
}

.rc-time-picker-panel-select li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-weight:600;
}@keyframes blink-border {

  0%,
  100% {
    /* border-color: #1cac77; */
    box-shadow: 0 0 8px 5px #1cac77;
  }

  50% {
    /* border-color: transparent; */
    box-shadow: 0 0 0 0 transparent;
  }
}

.blink-border {
  animation: blink-border 1s infinite;
}

.border-shadow-primary {

  box-shadow: 0 0 20px 1px #006CFD;
}

.border-shadow-green {

  box-shadow: 0 0 20px 1px #1cac77;
}


*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
h1{
  font-size: 2.441rem;
  line-height: 2.875rem;
  font-weight: 700;
}
h2{
  font-size: 1.953rem;
  line-height: 2.312rem;
  font-weight: 700;
}
h3{
  font-size: 1.563rem;
  line-height: 1.812rem;
  font-weight: 700;
}
h4{
  font-size: 1.25rem;
  line-height: 1.437rem;
  font-weight: 600;
}
h5{
  font-size: 0.8rem;
  line-height: 0.937rem;
  font-weight: 600;
}
h6{
  font-size: 0.64rem;
  line-height: 0.75rem;
  font-weight: 600;
}
a{
  --tw-text-opacity: 1;
  color: rgb(55 113 200 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 641px){
  .\!container{
    max-width: 641px !important;
  }
  .container{
    max-width: 641px;
  }
}
@media (min-width: 769px){
  .\!container{
    max-width: 769px !important;
  }
  .container{
    max-width: 769px;
  }
}
@media (min-width: 821px){
  .\!container{
    max-width: 821px !important;
  }
  .container{
    max-width: 821px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.react-datepicker__portal {
    /* @apply fixed w-[calc(100vw-20px)]; */
    position: fixed;
    width: 100%}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-\[4px\]{
  inset: 4px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-right-1{
  right: -0.25rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-2\.5{
  right: -0.625rem;
}
.-right-8{
  right: -2rem;
}
.-right-\[105px\]{
  right: -105px;
}
.-right-\[10px\]{
  right: -10px;
}
.-right-\[3px\]{
  right: -3px;
}
.-top-1{
  top: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-\[10px\]{
  top: -10px;
}
.-top-\[3px\]{
  top: -3px;
}
.-top-\[5px\]{
  top: -5px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-14{
  bottom: 3.5rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[-14px\]{
  bottom: -14px;
}
.bottom-\[-22px\]{
  bottom: -22px;
}
.bottom-\[-30px\]{
  bottom: -30px;
}
.bottom-\[10px\]{
  bottom: 10px;
}
.bottom-\[16px\]{
  bottom: 16px;
}
.bottom-\[1px\]{
  bottom: 1px;
}
.bottom-\[25px\]{
  bottom: 25px;
}
.bottom-\[30px\]{
  bottom: 30px;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.bottom-\[50px\]{
  bottom: 50px;
}
.bottom-\[63px\]{
  bottom: 63px;
}
.bottom-\[7px\]{
  bottom: 7px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[-12px\]{
  left: -12px;
}
.left-\[-1px\]{
  left: -1px;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[125px\]{
  left: 125px;
}
.left-\[12px\]{
  left: 12px;
}
.left-\[13px\]{
  left: 13px;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[22px\]{
  left: 22px;
}
.left-\[30px\]{
  left: 30px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[58\%\]{
  left: 58%;
}
.left-\[5px\]{
  left: 5px;
}
.left-\[65px\]{
  left: 65px;
}
.left-\[7px\]{
  left: 7px;
}
.left-\[8px\]{
  left: 8px;
}
.left-\[9px\]{
  left: 9px;
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1{
  right: 0.25rem;
}
.right-1\/2{
  right: 50%;
}
.right-14{
  right: 3.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-3{
  right: 0.75rem;
}
.right-5{
  right: 1.25rem;
}
.right-7{
  right: 1.75rem;
}
.right-8{
  right: 2rem;
}
.right-9{
  right: 2.25rem;
}
.right-\[-10px\]{
  right: -10px;
}
.right-\[-12px\]{
  right: -12px;
}
.right-\[-2px\]{
  right: -2px;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[-6px\]{
  right: -6px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[14px\]{
  right: 14px;
}
.right-\[25\%\]{
  right: 25%;
}
.right-\[30px\]{
  right: 30px;
}
.right-\[41px\]{
  right: 41px;
}
.right-\[5px\]{
  right: 5px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-8{
  top: 2rem;
}
.top-9{
  top: 2.25rem;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-19px\]{
  top: -19px;
}
.top-\[-1px\]{
  top: -1px;
}
.top-\[-20px\]{
  top: -20px;
}
.top-\[-215px\]{
  top: -215px;
}
.top-\[-26px\]{
  top: -26px;
}
.top-\[-2px\]{
  top: -2px;
}
.top-\[-34px\]{
  top: -34px;
}
.top-\[-4px\]{
  top: -4px;
}
.top-\[-5px\]{
  top: -5px;
}
.top-\[-8px\]{
  top: -8px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[11px\]{
  top: 11px;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[150px\]{
  top: 150px;
}
.top-\[160px\]{
  top: 160px;
}
.top-\[170px\]{
  top: 170px;
}
.top-\[200px\]{
  top: 200px;
}
.top-\[22px\]{
  top: 22px;
}
.top-\[265px\]{
  top: 265px;
}
.top-\[2px\]{
  top: 2px;
}
.top-\[32px\]{
  top: 32px;
}
.top-\[3px\]{
  top: 3px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[54px\]{
  top: 54px;
}
.top-\[5px\]{
  top: 5px;
}
.top-\[7px\]{
  top: 7px;
}
.top-\[9px\]{
  top: 9px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-5{
  z-index: 5;
}
.z-50{
  z-index: 50;
}
.z-\[-10000\]{
  z-index: -10000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1111\]{
  z-index: 1111;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[1px\]{
  z-index: 1px;
}
.z-\[200\]{
  z-index: 200;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[4000\]{
  z-index: 4000;
}
.z-\[5000\]{
  z-index: 5000;
}
.z-\[500\]{
  z-index: 500;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[600\]{
  z-index: 600;
}
.z-\[8888\]{
  z-index: 8888;
}
.z-\[900\]{
  z-index: 900;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[99\]{
  z-index: 99;
}
.z-full{
  z-index: 999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.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-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-8{
  grid-column: span 8 / span 8;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-10{
  grid-column-start: 10;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.col-start-6{
  grid-column-start: 6;
}
.col-start-8{
  grid-column-start: 8;
}
.col-start-9{
  grid-column-start: 9;
}
.col-end-3{
  grid-column-end: 3;
}
.float-right{
  float: right;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-4{
  margin: 1rem;
}
.m-5{
  margin: 1.25rem;
}
.m-\[10px\]{
  margin: 10px;
}
.m-\[20px\]{
  margin: 20px;
}
.m-\[5px\]{
  margin: 5px;
}
.m-\[8px\]{
  margin: 8px;
}
.m-\[inherit\]{
  margin: inherit;
}
.m-\[unset\]{
  margin: unset;
}
.m-auto{
  margin: auto;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.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: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[15\%\]{
  margin-left: 15%;
  margin-right: 15%;
}
.mx-\[15px\]{
  margin-left: 15px;
  margin-right: 15px;
}
.mx-\[2px\]{
  margin-left: 2px;
  margin-right: 2px;
}
.mx-\[30px\]{
  margin-left: 30px;
  margin-right: 30px;
}
.mx-\[4px\]{
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[6px\]{
  margin-left: 6px;
  margin-right: 6px;
}
.mx-\[auto\]{
  margin-left: auto;
  margin-right: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.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: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[-2px\]{
  margin-top: -2px;
  margin-bottom: -2px;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[1px\]{
  margin-top: 1px;
  margin-bottom: 1px;
}
.my-\[2px\]{
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[3px\]{
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-\[40px\]{
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[4px\]{
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-\[auto\]{
  margin-top: auto;
  margin-bottom: auto;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!ml-0{
  margin-left: 0px !important;
}
.\!ml-2{
  margin-left: 0.5rem !important;
}
.\!mr-\[0px\]{
  margin-right: 0px !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-ml-12{
  margin-left: -3rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[-13px\]{
  margin-bottom: -13px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[1px\]{
  margin-bottom: 1px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[3px\]{
  margin-bottom: 3px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[65px\]{
  margin-bottom: 65px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[7px\]{
  margin-bottom: 7px;
}
.mb-\[auto\]{
  margin-bottom: auto;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-\[-100px\]{
  margin-left: -100px;
}
.ml-\[-138px\]{
  margin-left: -138px;
}
.ml-\[-20px\]{
  margin-left: -20px;
}
.ml-\[-3px\]{
  margin-left: -3px;
}
.ml-\[-40px\]{
  margin-left: -40px;
}
.ml-\[-5px\]{
  margin-left: -5px;
}
.ml-\[-6px\]{
  margin-left: -6px;
}
.ml-\[100px\]{
  margin-left: 100px;
}
.ml-\[104\%\]{
  margin-left: 104%;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[14px\]{
  margin-left: 14px;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.ml-\[16px\]{
  margin-left: 16px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-\[25px\]{
  margin-left: 25px;
}
.ml-\[2\]{
  margin-left: 2;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[31px\]{
  margin-left: 31px;
}
.ml-\[35px\]{
  margin-left: 35px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.ml-\[40px\]{
  margin-left: 40px;
}
.ml-\[45px\]{
  margin-left: 45px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-\[50\%\]{
  margin-left: 50%;
}
.ml-\[55px\]{
  margin-left: 55px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[60px\]{
  margin-left: 60px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.ml-\[7px\]{
  margin-left: 7px;
}
.ml-\[80px\]{
  margin-left: 80px;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.ml-\[93px\]{
  margin-left: 93px;
}
.ml-\[9px\]{
  margin-left: 9px;
}
.ml-\[auto\]{
  margin-left: auto;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-\[-5px\]{
  margin-right: -5px;
}
.mr-\[100px\]{
  margin-right: 100px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[12px\]{
  margin-right: 12px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[1px\]{
  margin-right: 1px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mr-\[22px\]{
  margin-right: 22px;
}
.mr-\[2px\]{
  margin-right: 2px;
}
.mr-\[30px\]{
  margin-right: 30px;
}
.mr-\[3px\]{
  margin-right: 3px;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.mr-\[9px\]{
  margin-right: 9px;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-1\.5px\]{
  margin-top: -1.5px;
}
.mt-\[-10px\]{
  margin-top: -10px;
}
.mt-\[-15px\]{
  margin-top: -15px;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[-2\.5px\]{
  margin-top: -2.5px;
}
.mt-\[-20px\]{
  margin-top: -20px;
}
.mt-\[-2px\]{
  margin-top: -2px;
}
.mt-\[-30px\]{
  margin-top: -30px;
}
.mt-\[-39px\]{
  margin-top: -39px;
}
.mt-\[-50px\]{
  margin-top: -50px;
}
.mt-\[-5px\]{
  margin-top: -5px;
}
.mt-\[-6px\]{
  margin-top: -6px;
}
.mt-\[-7px\]{
  margin-top: -7px;
}
.mt-\[-8px\]{
  margin-top: -8px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[10vh\]{
  margin-top: 10vh;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[13px\]{
  margin-top: 13px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[17px\]{
  margin-top: 17px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[7px\]{
  margin-top: 7px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[96px\]{
  margin-top: 96px;
}
.mt-\[9px\]{
  margin-top: 9px;
}
.mt-\[auto\]{
  margin-top: auto;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.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;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-\[325px\]{
  height: 325px !important;
}
.\!h-\[36px\]{
  height: 36px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\/2{
  height: 50%;
}
.h-1\/3{
  height: 33.333333%;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-2\/3{
  height: 66.666667%;
}
.h-2\/5{
  height: 40%;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\/4{
  height: 75%;
}
.h-3\/5{
  height: 60%;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[0px\]{
  height: 0px;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[1000px\]{
  height: 1000px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[104px\]{
  height: 104px;
}
.h-\[105px\]{
  height: 105px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[112px\]{
  height: 112px;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[1200px\]{
  height: 1200px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[127px\]{
  height: 127px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[153px\]{
  height: 153px;
}
.h-\[157px\]{
  height: 157px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[163px\]{
  height: 163px;
}
.h-\[165px\]{
  height: 165px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[177px\]{
  height: 177px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[195px\]{
  height: 195px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[213px\]{
  height: 213px;
}
.h-\[215px\]{
  height: 215px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[233px\]{
  height: 233px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[267px\]{
  height: 267px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[275px\]{
  height: 275px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[290px\]{
  height: 290px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30\]{
  height: 30;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[325px\]{
  height: 325px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[33\.3\%\]{
  height: 33.3%;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[342px\]{
  height: 342px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[35vh\]{
  height: 35vh;
}
.h-\[362px\]{
  height: 362px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[370px\]{
  height: 370px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[430px\]{
  height: 430px;
}
.h-\[432px\]{
  height: 432px;
}
.h-\[433px\]{
  height: 433px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[46vh\]{
  height: 46vh;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[540px\]{
  height: 540px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[550px\]{
  height: 550px;
}
.h-\[55vh\]{
  height: 55vh;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[583px\]{
  height: 583px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[61px\]{
  height: 61px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[69px\]{
  height: 69px;
}
.h-\[70\%\]{
  height: 70%;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[78px\]{
  height: 78px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[80\%\]{
  height: 80%;
}
.h-\[800px\]{
  height: 800px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[86px\]{
  height: 86px;
}
.h-\[87px\]{
  height: 87px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[95px\]{
  height: 95px;
}
.h-\[96\%\]{
  height: 96%;
}
.h-\[auto\]{
  height: auto;
}
.h-\[calc\(100vh\)\]{
  height: calc(100vh);
}
.h-\[calc\(100vh-124px\)\]{
  height: calc(100vh - 124px);
}
.h-\[calc\(100vh-135px\)\]{
  height: calc(100vh - 135px);
}
.h-\[calc\(100vh-135px-86px-40px\)\]{
  height: calc(100vh - 135px - 86px - 40px);
}
.h-\[calc\(100vh-145px\)\]{
  height: calc(100vh - 145px);
}
.h-\[calc\(100vh-160px\)\]{
  height: calc(100vh - 160px);
}
.h-\[calc\(100vh-190px\)\]{
  height: calc(100vh - 190px);
}
.h-\[calc\(100vh-215px\)\]{
  height: calc(100vh - 215px);
}
.h-\[calc\(100vh-220px\)\]{
  height: calc(100vh - 220px);
}
.h-\[calc\(100vh-235px\)\]{
  height: calc(100vh - 235px);
}
.h-\[calc\(100vh-245px\)\]{
  height: calc(100vh - 245px);
}
.h-\[calc\(100vh-250px\)\]{
  height: calc(100vh - 250px);
}
.h-\[calc\(100vh-280px\)\]{
  height: calc(100vh - 280px);
}
.h-\[calc\(100vh-310px\)\]{
  height: calc(100vh - 310px);
}
.h-\[calc\(100vh-315px\)\]{
  height: calc(100vh - 315px);
}
.h-\[calc\(100vh-320px\)\]{
  height: calc(100vh - 320px);
}
.h-\[calc\(100vh-350px\)\]{
  height: calc(100vh - 350px);
}
.h-\[calc\(100vh-380px\)\]{
  height: calc(100vh - 380px);
}
.h-\[calc\(100vh-40px\)\]{
  height: calc(100vh - 40px);
}
.h-\[calc\(100vh-420px\)\]{
  height: calc(100vh - 420px);
}
.h-\[calc\(100vh-48px\)\]{
  height: calc(100vh - 48px);
}
.h-\[calc\(100vh-5rem\)\]{
  height: calc(100vh - 5rem);
}
.h-\[calc\(100vh-80px\)\]{
  height: calc(100vh - 80px);
}
.h-\[calc\(10px\+\(100vh-100\%\)\)\]{
  height: calc(10px + (100vh - 100%));
}
.h-\[fit-content\]{
  height: -webkit-fit-content;
  height: fit-content;
}
.h-\[full\]{
  height: full;
}
.h-\[inherit\]{
  height: inherit;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -webkit-max-content;
  height: max-content;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.\!max-h-full{
  max-height: 100% !important;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-\[100px\]{
  max-height: 100px;
}
.max-h-\[110px\]{
  max-height: 110px;
}
.max-h-\[112px\]{
  max-height: 112px;
}
.max-h-\[120px\]{
  max-height: 120px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[160px\]{
  max-height: 160px;
}
.max-h-\[163px\]{
  max-height: 163px;
}
.max-h-\[180px\]{
  max-height: 180px;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[20px\]{
  max-height: 20px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[260px\]{
  max-height: 260px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[34vh\]{
  max-height: 34vh;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[40vh\]{
  max-height: 40vh;
}
.max-h-\[440px\]{
  max-height: 440px;
}
.max-h-\[450px\]{
  max-height: 450px;
}
.max-h-\[48px\]{
  max-height: 48px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[585px\]{
  max-height: 585px;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[67vh\]{
  max-height: 67vh;
}
.max-h-\[74vh\]{
  max-height: 74vh;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[90\%\]{
  max-height: 90%;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[auto\]{
  max-height: auto;
}
.max-h-\[calc\(100vh-135px\)\]{
  max-height: calc(100vh - 135px);
}
.max-h-\[calc\(100vh-160px\)\]{
  max-height: calc(100vh - 160px);
}
.max-h-full{
  max-height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.\!min-h-\[440px\]{
  min-height: 440px !important;
}
.min-h-0{
  min-height: 0px;
}
.min-h-1{
  min-height: 0.25rem;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-40{
  min-height: 10rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[15px\]{
  min-height: 15px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[170px\]{
  min-height: 170px;
}
.min-h-\[18px\]{
  min-height: 18px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[215px\]{
  min-height: 215px;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[250px\]{
  min-height: 250px;
}
.min-h-\[305px\]{
  min-height: 305px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[32px\]{
  min-height: 32px;
}
.min-h-\[36px\]{
  min-height: 36px;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[50px\]{
  min-height: 50px;
}
.min-h-\[530px\]{
  min-height: 530px;
}
.min-h-\[550px\]{
  min-height: 550px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[67vh\]{
  min-height: 67vh;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.min-h-\[75px\]{
  min-height: 75px;
}
.min-h-\[850px\]{
  min-height: 850px;
}
.min-h-\[85px\]{
  min-height: 85px;
}
.min-h-\[90px\]{
  min-height: 90px;
}
.min-h-\[95\%\]{
  min-height: 95%;
}
.min-h-\[calc\(100vh-160px\)\]{
  min-height: calc(100vh - 160px);
}
.\!w-\[16px\]{
  width: 16px !important;
}
.\!w-\[25px\]{
  width: 25px !important;
}
.\!w-\[70\%\]{
  width: 70% !important;
}
.\!w-\[80\%\]{
  width: 80% !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11{
  width: 2.75rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/4{
  width: 50%;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[1000px\]{
  width: 1000px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[100vh\]{
  width: 100vh;
}
.w-\[104px\]{
  width: 104px;
}
.w-\[1050px\]{
  width: 1050px;
}
.w-\[1060px\]{
  width: 1060px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[115px\]{
  width: 115px;
}
.w-\[119px\]{
  width: 119px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[122px\]{
  width: 122px;
}
.w-\[123px\]{
  width: 123px;
}
.w-\[124px\]{
  width: 124px;
}
.w-\[127px\]{
  width: 127px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[1300px\]{
  width: 1300px;
}
.w-\[136px\]{
  width: 136px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[142px\]{
  width: 142px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[154px\]{
  width: 154px;
}
.w-\[157px\]{
  width: 157px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16\%\]{
  width: 16%;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[174px\]{
  width: 174px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[185px\]{
  width: 185px;
}
.w-\[188px\]{
  width: 188px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[215px\]{
  width: 215px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[224px\]{
  width: 224px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[243px\]{
  width: 243px;
}
.w-\[245px\]{
  width: 245px;
}
.w-\[248px\]{
  width: 248px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[252px\]{
  width: 252px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26\%\]{
  width: 26%;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[265px\]{
  width: 265px;
}
.w-\[268px\]{
  width: 268px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[273px\]{
  width: 273px;
}
.w-\[27px\]{
  width: 27px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[29\%\]{
  width: 29%;
}
.w-\[290\.65px\]{
  width: 290.65px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[335px\]{
  width: 335px;
}
.w-\[33px\]{
  width: 33px;
}
.w-\[345px\]{
  width: 345px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[390px\]{
  width: 390px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[408px\]{
  width: 408px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[426px\]{
  width: 426px;
}
.w-\[430px\]{
  width: 430px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[470px\]{
  width: 470px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[62px\]{
  width: 62px;
}
.w-\[63\%\]{
  width: 63%;
}
.w-\[640px\]{
  width: 640px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[7\%\]{
  width: 7%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[70vw\]{
  width: 70vw;
}
.w-\[74\%\]{
  width: 74%;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[760px\]{
  width: 760px;
}
.w-\[79px\]{
  width: 79px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[80vh\]{
  width: 80vh;
}
.w-\[836px\]{
  width: 836px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[85px\]{
  width: 85px;
}
.w-\[88\%\]{
  width: 88%;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[8px\]{
  width: 8px;
}
.w-\[9\%\]{
  width: 9%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[900px\]{
  width: 900px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[93\%\]{
  width: 93%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[98\%\]{
  width: 98%;
}
.w-\[99\%\]{
  width: 99%;
}
.w-\[calc\(100vw-10\%\)\]{
  width: calc(100vw - 10%);
}
.w-\[calc\(100vw-110px\)\]{
  width: calc(100vw - 110px);
}
.w-\[calc\(100vw-115px\)\]{
  width: calc(100vw - 115px);
}
.w-\[calc\(100vw-150px\)\]{
  width: calc(100vw - 150px);
}
.w-\[calc\(46vw-20px\)\]{
  width: calc(46vw - 20px);
}
.w-\[fit-content\]{
  width: -webkit-fit-content;
  width: fit-content;
}
.w-\[full\]{
  width: full;
}
.w-\[inherit\]{
  width: inherit;
}
.w-\[unset\]{
  width: unset;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -webkit-max-content;
  width: max-content;
}
.w-min{
  width: -webkit-min-content;
  width: min-content;
}
.w-screen{
  width: 100vw;
}
.\!min-w-0{
  min-width: 0px !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-56{
  min-width: 14rem;
}
.min-w-\[100\%\]{
  min-width: 100%;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[124px\]{
  min-width: 124px;
}
.min-w-\[135px\]{
  min-width: 135px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[15px\]{
  min-width: 15px;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[165px\]{
  min-width: 165px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[175px\]{
  min-width: 175px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[190px\]{
  min-width: 190px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[230px\]{
  min-width: 230px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[252px\]{
  min-width: 252px;
}
.min-w-\[256px\]{
  min-width: 256px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[30px\]{
  min-width: 30px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.min-w-\[32px\]{
  min-width: 32px;
}
.min-w-\[345px\]{
  min-width: 345px;
}
.min-w-\[360px\]{
  min-width: 360px;
}
.min-w-\[380px\]{
  min-width: 380px;
}
.min-w-\[450px\]{
  min-width: 450px;
}
.min-w-\[45px\]{
  min-width: 45px;
}
.min-w-\[46px\]{
  min-width: 46px;
}
.min-w-\[50\%\]{
  min-width: 50%;
}
.min-w-\[500px\]{
  min-width: 500px;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.min-w-\[560px\]{
  min-width: 560px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[65px\]{
  min-width: 65px;
}
.min-w-\[750px\]{
  min-width: 750px;
}
.min-w-\[75px\]{
  min-width: 75px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.min-w-\[90\%\]{
  min-width: 90%;
}
.min-w-\[900px\]{
  min-width: 900px;
}
.min-w-\[93px\]{
  min-width: 93px;
}
.min-w-\[auto\]{
  min-width: auto;
}
.min-w-full{
  min-width: 100%;
}
.min-w-max{
  min-width: -webkit-max-content;
  min-width: max-content;
}
.\!max-w-\[142px\]{
  max-width: 142px !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1020px\]{
  max-width: 1020px;
}
.max-w-\[114px\]{
  max-width: 114px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[145px\]{
  max-width: 145px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[15vw\]{
  max-width: 15vw;
}
.max-w-\[165px\]{
  max-width: 165px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[175px\]{
  max-width: 175px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[20rem\]{
  max-width: 20rem;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[275px\]{
  max-width: 275px;
}
.max-w-\[30\%\]{
  max-width: 30%;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[322px\]{
  max-width: 322px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[55px\]{
  max-width: 55px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[64px\]{
  max-width: 64px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[74px\]{
  max-width: 74px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[75px\]{
  max-width: 75px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[80vw\]{
  max-width: 80vw;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[85vw\]{
  max-width: 85vw;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[90px\]{
  max-width: 90px;
}
.max-w-\[calc\(100\%-20px\)\]{
  max-width: calc(100% - 20px);
}
.max-w-\[calc\(100vw-720px\)\]{
  max-width: calc(100vw - 720px);
}
.max-w-full{
  max-width: 100%;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: max-content;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[50\%\]{
  flex: 50%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-shrink-\[0\]{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[20\%\]{
  --tw-translate-x: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[25\%\]{
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[25px\]{
  --tw-translate-x: 25px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[40\%\]{
  --tw-translate-x: 40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-20px\]{
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[20\%\]{
  --tw-translate-y: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-0{
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.\!cursor-pointer{
  cursor: pointer !important;
}
.cursor-auto{
  cursor: auto;
}
.cursor-default{
  cursor: default;
}
.cursor-move{
  cursor: move;
}
.cursor-none{
  cursor: none;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.select-text{
  -webkit-user-select: text;
          user-select: text;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize-x{
  resize: horizontal;
}
.\!resize{
  resize: both !important;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.auto-rows-\[220px\]{
  grid-auto-rows: 220px;
}
.auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.\!grid-cols-\[100px\2c 300px\2c 50px\]{
  grid-template-columns: 100px 300px 50px !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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-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-\[100px\2c 1fr\]{
  grid-template-columns: 100px 1fr;
}
.grid-cols-\[10px\2c 1fr\]{
  grid-template-columns: 10px 1fr;
}
.grid-cols-\[110px\2c auto\]{
  grid-template-columns: 110px auto;
}
.grid-cols-\[115px\2c auto\]{
  grid-template-columns: 115px auto;
}
.grid-cols-\[12px\2c 1fr\]{
  grid-template-columns: 12px 1fr;
}
.grid-cols-\[150px\2c 1fr\]{
  grid-template-columns: 150px 1fr;
}
.grid-cols-\[150px\2c 200px\2c 120px\2c 170px\2c 130px\2c 40px\2c auto\2c 40px\]{
  grid-template-columns: 150px 200px 120px 170px 130px 40px auto 40px;
}
.grid-cols-\[16px\2c 1fr\2c 16px\]{
  grid-template-columns: 16px 1fr 16px;
}
.grid-cols-\[16px\2c 1fr\]{
  grid-template-columns: 16px 1fr;
}
.grid-cols-\[190px\2c auto\]{
  grid-template-columns: 190px auto;
}
.grid-cols-\[1fr\2c 1fr\2c 1fr\2c 1fr\2c 50px\]{
  grid-template-columns: 1fr 1fr 1fr 1fr 50px;
}
.grid-cols-\[1fr\2c 1fr\2c 1fr\]{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-\[1fr\2c 1fr\2c 40px\]{
  grid-template-columns: 1fr 1fr 40px;
}
.grid-cols-\[1fr\2c 1fr\2c 80px\2c 1fr\]{
  grid-template-columns: 1fr 1fr 80px 1fr;
}
.grid-cols-\[1fr\2c 1fr\2c auto\]{
  grid-template-columns: 1fr 1fr auto;
}
.grid-cols-\[1fr\2c 1fr\]{
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[1fr\2c 24px\]{
  grid-template-columns: 1fr 24px;
}
.grid-cols-\[1fr\2c 25px\]{
  grid-template-columns: 1fr 25px;
}
.grid-cols-\[1fr\2c 2fr\]{
  grid-template-columns: 1fr 2fr;
}
.grid-cols-\[1fr\2c 32px\2c 136px\]{
  grid-template-columns: 1fr 32px 136px;
}
.grid-cols-\[1fr\2c 32px\]{
  grid-template-columns: 1fr 32px;
}
.grid-cols-\[1fr\2c 3fr\]{
  grid-template-columns: 1fr 3fr;
}
.grid-cols-\[1fr\2c 450px\]{
  grid-template-columns: 1fr 450px;
}
.grid-cols-\[1fr\2c 55px\]{
  grid-template-columns: 1fr 55px;
}
.grid-cols-\[1fr\2c 80px\]{
  grid-template-columns: 1fr 80px;
}
.grid-cols-\[1fr\2c auto\2c 1fr\]{
  grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[1fr\2c auto\2c auto\]{
  grid-template-columns: 1fr auto auto;
}
.grid-cols-\[1fr\2c auto\]{
  grid-template-columns: 1fr auto;
}
.grid-cols-\[1rem\2c auto\]{
  grid-template-columns: 1rem auto;
}
.grid-cols-\[20\%\2c 1fr\]{
  grid-template-columns: 20% 1fr;
}
.grid-cols-\[200px\2c 1fr\]{
  grid-template-columns: 200px 1fr;
}
.grid-cols-\[20px\2c 1fr\2c 70px\2c 1fr\2c 30px\2c 30px\]{
  grid-template-columns: 20px 1fr 70px 1fr 30px 30px;
}
.grid-cols-\[20px\2c 1fr\2c auto\]{
  grid-template-columns: 20px 1fr auto;
}
.grid-cols-\[210px\2c 1fr\]{
  grid-template-columns: 210px 1fr;
}
.grid-cols-\[240px\2c 50px\]{
  grid-template-columns: 240px 50px;
}
.grid-cols-\[240px\2c auto\]{
  grid-template-columns: 240px auto;
}
.grid-cols-\[250px\2c 1fr\]{
  grid-template-columns: 250px 1fr;
}
.grid-cols-\[25px\2c 1fr\]{
  grid-template-columns: 25px 1fr;
}
.grid-cols-\[2fr\2c 100px\]{
  grid-template-columns: 2fr 100px;
}
.grid-cols-\[2fr\2c 1fr\]{
  grid-template-columns: 2fr 1fr;
}
.grid-cols-\[300px_auto\]{
  grid-template-columns: 300px auto;
}
.grid-cols-\[30px\2c 1fr\2c 100px\]{
  grid-template-columns: 30px 1fr 100px;
}
.grid-cols-\[30px\2c 1fr\]{
  grid-template-columns: 30px 1fr;
}
.grid-cols-\[350px\2c 80px\]{
  grid-template-columns: 350px 80px;
}
.grid-cols-\[40px\2c 1fr\]{
  grid-template-columns: 40px 1fr;
}
.grid-cols-\[40px\2c auto\2c 150px\]{
  grid-template-columns: 40px auto 150px;
}
.grid-cols-\[40px\2c auto\2c 40px\]{
  grid-template-columns: 40px auto 40px;
}
.grid-cols-\[45px\2c 1fr\]{
  grid-template-columns: 45px 1fr;
}
.grid-cols-\[4fr\2c auto\2c 6fr\]{
  grid-template-columns: 4fr auto 6fr;
}
.grid-cols-\[50px\2c auto\2c 100px\2c 100px\]{
  grid-template-columns: 50px auto 100px 100px;
}
.grid-cols-\[50px\2c auto\]{
  grid-template-columns: 50px auto;
}
.grid-cols-\[60\%\2c 40\%\]{
  grid-template-columns: 60% 40%;
}
.grid-cols-\[60px\2c 1fr\]{
  grid-template-columns: 60px 1fr;
}
.grid-cols-\[60px\2c auto\]{
  grid-template-columns: 60px auto;
}
.grid-cols-\[65px\2c auto\]{
  grid-template-columns: 65px auto;
}
.grid-cols-\[80px\2c 0px\]{
  grid-template-columns: 80px 0px;
}
.grid-cols-\[80px\2c 125px\2c 80px\]{
  grid-template-columns: 80px 125px 80px;
}
.grid-cols-\[80px\2c 220px\]{
  grid-template-columns: 80px 220px;
}
.grid-cols-\[80px\2c 225px\]{
  grid-template-columns: 80px 225px;
}
.grid-cols-\[80px\2c 235px\]{
  grid-template-columns: 80px 235px;
}
.grid-cols-\[80px\2c auto\2c 80px\]{
  grid-template-columns: 80px auto 80px;
}
.grid-cols-\[80px\2c auto\]{
  grid-template-columns: 80px auto;
}
.grid-cols-\[auto\2c 1fr\2c 100px\]{
  grid-template-columns: auto 1fr 100px;
}
.grid-cols-\[auto\2c 1fr\2c 10px\2c 1fr\2c 1fr\2c 1fr\]{
  grid-template-columns: auto 1fr 10px 1fr 1fr 1fr;
}
.grid-cols-\[auto\2c 1fr\2c 1fr\]{
  grid-template-columns: auto 1fr 1fr;
}
.grid-cols-\[auto\2c 1fr\2c 200px\]{
  grid-template-columns: auto 1fr 200px;
}
.grid-cols-\[auto\2c 1fr\2c 30px\]{
  grid-template-columns: auto 1fr 30px;
}
.grid-cols-\[auto\2c 1fr\2c auto\2c auto\]{
  grid-template-columns: auto 1fr auto auto;
}
.grid-cols-\[auto\2c 1fr\2c auto\]{
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[auto\2c 1fr\]{
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto\2c 30px\]{
  grid-template-columns: auto 30px;
}
.grid-cols-\[auto\2c 38\%\2c 38\%\]{
  grid-template-columns: auto 38% 38%;
}
.grid-cols-\[auto\2c 90px\]{
  grid-template-columns: auto 90px;
}
.grid-cols-\[auto\2c auto\2c 1fr\2c auto\]{
  grid-template-columns: auto auto 1fr auto;
}
.grid-cols-\[auto\2c auto\2c 1fr\]{
  grid-template-columns: auto auto 1fr;
}
.grid-cols-\[auto\2c auto\]{
  grid-template-columns: auto auto;
}
.grid-cols-\[auto\2c minmax\(0\2c 1fr\)\]{
  grid-template-columns: auto minmax(0,1fr);
}
.grid-cols-\[auto\]{
  grid-template-columns: auto;
}
.grid-cols-\[minmax\(320px\2c 23\%\)\2c auto\]{
  grid-template-columns: minmax(320px,23%) auto;
}
.grid-cols-\[repeat\(3\2c minmax\(0\2c auto\)\)\]{
  grid-template-columns: repeat(3,minmax(0,auto));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-12{
  grid-template-rows: repeat(12, 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-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-\[10\%\2c 90\%\]{
  grid-template-rows: 10% 90%;
}
.grid-rows-\[110px\2c 1fr\]{
  grid-template-rows: 110px 1fr;
}
.grid-rows-\[140px\2c 1fr\]{
  grid-template-rows: 140px 1fr;
}
.grid-rows-\[180px\2c 50px\2c auto\2c auto\]{
  grid-template-rows: 180px 50px auto auto;
}
.grid-rows-\[1fr\2c 100px\]{
  grid-template-rows: 1fr 100px;
}
.grid-rows-\[1fr\2c 40px\]{
  grid-template-rows: 1fr 40px;
}
.grid-rows-\[1fr\2c 70px\]{
  grid-template-rows: 1fr 70px;
}
.grid-rows-\[1fr\2c auto\]{
  grid-template-rows: 1fr auto;
}
.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}
.grid-rows-\[200px\2c 1fr\]{
  grid-template-rows: 200px 1fr;
}
.grid-rows-\[20px\2c auto\]{
  grid-template-rows: 20px auto;
}
.grid-rows-\[32px\2c 1fr\2c 32px\]{
  grid-template-rows: 32px 1fr 32px;
}
.grid-rows-\[40px\2c 1fr\]{
  grid-template-rows: 40px 1fr;
}
.grid-rows-\[50px\2c 1fr\]{
  grid-template-rows: 50px 1fr;
}
.grid-rows-\[50px\2c auto\2c auto\2c 50px\]{
  grid-template-rows: 50px auto auto 50px;
}
.grid-rows-\[70px\2c 30px\2c 1fr\]{
  grid-template-rows: 70px 30px 1fr;
}
.grid-rows-\[71px\2c 1fr\]{
  grid-template-rows: 71px 1fr;
}
.grid-rows-\[80px\2c 1fr\]{
  grid-template-rows: 80px 1fr;
}
.grid-rows-\[86px\2c 1fr\2c 64px\]{
  grid-template-rows: 86px 1fr 64px;
}
.grid-rows-\[87px\2c 1fr\]{
  grid-template-rows: 87px 1fr;
}
.grid-rows-\[auto\2c 1fr\2c 70px\]{
  grid-template-rows: auto 1fr 70px;
}
.grid-rows-\[auto\2c 1fr\2c auto\]{
  grid-template-rows: auto 1fr auto;
}
.grid-rows-\[auto\2c 1fr\]{
  grid-template-rows: auto 1fr;
}
.grid-rows-\[auto\2c auto\2c 1fr\2c auto\]{
  grid-template-rows: auto auto 1fr auto;
}
.grid-rows-\[auto\2c auto\2c 1fr\]{
  grid-template-rows: auto auto 1fr;
}
.grid-rows-\[auto\2c auto\2c auto\2c 1fr\]{
  grid-template-rows: auto auto auto 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.\!flex-col-reverse{
  flex-direction: column-reverse !important;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-items-center{
  place-items: center;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-between{
  align-content: space-between;
}
.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-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.\!gap-0{
  gap: 0px !important;
}
.\!gap-2{
  gap: 0.5rem !important;
}
.\!gap-3{
  gap: 0.75rem !important;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[0px\]{
  gap: 0px;
}
.gap-\[1\.5px\]{
  gap: 1.5px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[1\]{
  gap: 1;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[21\.5rem\]{
  gap: 21.5rem;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[7\.5px\]{
  gap: 7.5px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-px{
  gap: 1px;
}
.gap-x-0{
  column-gap: 0px;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-x-1\.5{
  column-gap: 0.375rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-\[10px\]{
  column-gap: 10px;
}
.gap-x-\[12px\]{
  column-gap: 12px;
}
.gap-x-\[5px\]{
  column-gap: 5px;
}
.gap-x-\[6px\]{
  column-gap: 6px;
}
.gap-x-\[8px\]{
  column-gap: 8px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-\[2px\]{
  row-gap: 2px;
}
.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-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-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-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-\[2px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-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 > :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-\[3px\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}
.divide-dashboard-blue-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(135 181 231 / var(--tw-divide-opacity, 1));
}
.divide-secondary-gray-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 236 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-baseline{
  align-self: baseline;
}
.justify-self-end{
  justify-self: end;
}
.justify-self-center{
  justify-self: center;
}
.\!overflow-auto{
  overflow: auto !important;
}
.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-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.text-wrap{
  text-wrap: wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.\!rounded-\[0px\]{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}
.rounded-\[1\.3rem\]{
  border-radius: 1.3rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[34px\]{
  border-radius: 34px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-\[10px\]{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[16px\]{
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-\[5px\]{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-\[20px\]{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-l-\[4px\]{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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-\[25px\]{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.rounded-r-\[4px\]{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[5px\]{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.\!rounded-bl-\[16px\]{
  border-bottom-left-radius: 16px !important;
}
.\!rounded-tl-\[16px\]{
  border-top-left-radius: 16px !important;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.\!border-\[1px\]{
  border-width: 1px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.\!border-b-\[1px\]{
  border-bottom-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-\[0px\]{
  border-left-width: 0px;
}
.border-l-\[1px\]{
  border-left-width: 1px;
}
.border-l-\[2px\]{
  border-left-width: 2px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-l-\[4px\]{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-\[0px\]{
  border-right-width: 0px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-r-\[2px\]{
  border-right-width: 2px;
}
.border-r-\[4px\]{
  border-right-width: 4px;
}
.border-t{
  border-top-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-\[0px\]{
  border-top-width: 0px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.\!border-solid{
  border-style: solid !important;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-\[\#006CFD\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 108 253 / var(--tw-border-opacity, 1)) !important;
}
.\!border-tertiary-newRed{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 9 8 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#00000061\]{
  border-color: #00000061;
}
.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#006CFD\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 108 253 / var(--tw-border-opacity, 1));
}
.border-\[\#0078d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 120 217 / var(--tw-border-opacity, 1));
}
.border-\[\#0c4da2\]{
  --tw-border-opacity: 1;
  border-color: rgb(12 77 162 / var(--tw-border-opacity, 1));
}
.border-\[\#277ad4\]{
  --tw-border-opacity: 1;
  border-color: rgb(39 122 212 / var(--tw-border-opacity, 1));
}
.border-\[\#3b7fff\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 127 255 / var(--tw-border-opacity, 1));
}
.border-\[\#444444\]{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}
.border-\[\#527ba2\]{
  --tw-border-opacity: 1;
  border-color: rgb(82 123 162 / var(--tw-border-opacity, 1));
}
.border-\[\#5a99de\]{
  --tw-border-opacity: 1;
  border-color: rgb(90 153 222 / var(--tw-border-opacity, 1));
}
.border-\[\#5b5c5c\]{
  --tw-border-opacity: 1;
  border-color: rgb(91 92 92 / var(--tw-border-opacity, 1));
}
.border-\[\#858585\]{
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity, 1));
}
.border-\[\#87B5E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(135 181 231 / var(--tw-border-opacity, 1));
}
.border-\[\#9f9f9f\]{
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity, 1));
}
.border-\[\#E1E4E4\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 228 228 / var(--tw-border-opacity, 1));
}
.border-\[\#E8F1FD\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 241 253 / var(--tw-border-opacity, 1));
}
.border-\[\#E8F3FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 243 255 / var(--tw-border-opacity, 1));
}
.border-\[\#EAECEC\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.border-\[\#EB5757\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 87 87 / var(--tw-border-opacity, 1));
}
.border-\[\#F7F7F7\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}
.border-\[\#FFF3D9CC\]{
  border-color: #FFF3D9CC;
}
.border-\[\#a8a8a8\]{
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity, 1));
}
.border-\[\#b7d1ed82\]{
  border-color: #b7d1ed82;
}
.border-\[\#bbc1c3\]{
  --tw-border-opacity: 1;
  border-color: rgb(187 193 195 / var(--tw-border-opacity, 1));
}
.border-\[\#bfc3c5\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 195 197 / var(--tw-border-opacity, 1));
}
.border-\[\#bfc8cf\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 200 207 / var(--tw-border-opacity, 1));
}
.border-\[\#c0c4c4\]{
  --tw-border-opacity: 1;
  border-color: rgb(192 196 196 / var(--tw-border-opacity, 1));
}
.border-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#dfdfdf\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}
.border-\[\#e1dfdf\]{
  --tw-border-opacity: 1;
  border-color: rgb(225 223 223 / var(--tw-border-opacity, 1));
}
.border-\[\#e4e6e7\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 230 231 / var(--tw-border-opacity, 1));
}
.border-\[\#e8f3ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 243 255 / var(--tw-border-opacity, 1));
}
.border-\[\#eaeaea\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-\[\#ebeced\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 236 237 / var(--tw-border-opacity, 1));
}
.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}
.border-\[\#f1f1f1\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#f4f4f4\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}
.border-\[solid\]{
  border-color: solid;
}
.border-\[white\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-dashboard-blue-1{
  --tw-border-opacity: 1;
  border-color: rgb(135 181 231 / var(--tw-border-opacity, 1));
}
.border-dashboard-green-1{
  --tw-border-opacity: 1;
  border-color: rgb(28 172 119 / var(--tw-border-opacity, 1));
}
.border-dashboard-light-green-1{
  --tw-border-opacity: 1;
  border-color: rgb(157 227 192 / var(--tw-border-opacity, 1));
}
.border-dashboard-light-green-2{
  --tw-border-opacity: 1;
  border-color: rgb(186 224 147 / var(--tw-border-opacity, 1));
}
.border-dashboard-lightBrown{
  --tw-border-opacity: 1;
  border-color: rgb(242 178 120 / var(--tw-border-opacity, 1));
}
.border-dashboard-purple{
  --tw-border-opacity: 1;
  border-color: rgb(205 153 224 / var(--tw-border-opacity, 1));
}
.border-dashboard-red{
  --tw-border-opacity: 1;
  border-color: rgb(244 138 137 / var(--tw-border-opacity, 1));
}
.border-dashboard-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 224 155 / var(--tw-border-opacity, 1));
}
.border-primary-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 108 253 / var(--tw-border-opacity, 1));
}
.border-primary-blue-50\%{
  --tw-border-opacity: 1;
  border-color: rgb(128 181 254 / var(--tw-border-opacity, 1));
}
.border-primary-blue-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(232 243 255 / var(--tw-border-opacity, 1));
}
.border-secondary-background{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-secondary-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-secondary-gray-0{
  --tw-border-opacity: 1;
  border-color: rgb(45 51 53 / var(--tw-border-opacity, 1));
}
.border-secondary-gray-1{
  --tw-border-opacity: 1;
  border-color: rgb(82 94 98 / var(--tw-border-opacity, 1));
}
.border-secondary-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(124 129 131 / var(--tw-border-opacity, 1));
}
.border-secondary-gray-3{
  --tw-border-opacity: 1;
  border-color: rgb(187 193 195 / var(--tw-border-opacity, 1));
}
.border-secondary-gray-4{
  --tw-border-opacity: 1;
  border-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.border-secondary-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-social-instagram-1{
  --tw-border-opacity: 1;
  border-color: rgb(55 113 200 / var(--tw-border-opacity, 1));
}
.border-social-lazada{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 131 / var(--tw-border-opacity, 1));
}
.border-social-line{
  --tw-border-opacity: 1;
  border-color: rgb(0 195 0 / var(--tw-border-opacity, 1));
}
.border-tertiary-green{
  --tw-border-opacity: 1;
  border-color: rgb(168 220 115 / var(--tw-border-opacity, 1));
}
.border-tertiary-newRed{
  --tw-border-opacity: 1;
  border-color: rgb(228 9 8 / var(--tw-border-opacity, 1));
}
.border-tertiary-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 154 81 / var(--tw-border-opacity, 1));
}
.border-ticket-status-closed{
  --tw-border-opacity: 1;
  border-color: rgb(168 176 178 / var(--tw-border-opacity, 1));
}
.border-b-secondary-gray-4{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.border-l-tertiary-red{
  --tw-border-opacity: 1;
  border-left-color: rgb(244 111 110 / var(--tw-border-opacity, 1));
}
.border-r-secondary-gray-4{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.border-t-secondary-gray-4{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.\!bg-\[rgb\(0\2c 108\2c 253\)\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#000083\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 131 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006CFD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0078d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00A85933\]{
  background-color: #00A85933;
}
.bg-\[\#00A859\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 89 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00B900\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 185 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00BBD4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 187 212 / var(--tw-bg-opacity, 1));
}
.bg-\[\#085FE133\]{
  background-color: #085FE133;
}
.bg-\[\#085FE1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 95 225 / var(--tw-bg-opacity, 1));
}
.bg-\[\#08C30533\]{
  background-color: #08C30533;
}
.bg-\[\#0c4DA2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 77 162 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b7fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 127 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#525E62B2\]{
  background-color: #525E62B2;
}
.bg-\[\#5b5c5c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 92 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6FCF97\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 207 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6fcf97\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 207 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#76CC09\]{
  --tw-bg-opacity: 1;
  background-color: rgb(118 204 9 / var(--tw-bg-opacity, 1));
}
.bg-\[\#828282\]{
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity, 1));
}
.bg-\[\#87E48780\]{
  background-color: #87E48780;
}
.bg-\[\#87E487\]{
  --tw-bg-opacity: 1;
  background-color: rgb(135 228 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#87b5e7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(135 181 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BAE09333\]\/20{
  background-color: rgb(186 224 147 / 0.2);
}
.bg-\[\#BAE093\]{
  --tw-bg-opacity: 1;
  background-color: rgb(186 224 147 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BBC1C3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(187 193 195 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CD99E0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 153 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DC8988\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 137 136 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E14343\]{
  --tw-bg-opacity: 1;
  background-color: rgb(225 67 67 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E1E4E4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E4F4D5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 244 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F1FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 241 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F3FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDF6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EE4D2D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 77 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF4FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F7FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3B32333\]{
  background-color: #F3B32333;
}
.bg-\[\#F3B32333\]\/20{
  background-color: rgb(243 179 35 / 0.2);
}
.bg-\[\#F3B32380\]\/50{
  background-color: rgb(243 179 35 / 0.5);
}
.bg-\[\#F3B323\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 179 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F9FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F48A89\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 138 137 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5CB14\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 203 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5FAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6B5B4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 181 180 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF3D9CC\]{
  background-color: #FFF3D9CC;
}
.bg-\[\#FFF5D0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFFCC\]{
  background-color: #FFFFFFCC;
}
.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#bbc0c3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(187 192 195 / var(--tw-bg-opacity, 1));
}
.bg-\[\#bbc1c3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(187 193 195 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dcdcdc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dffbd5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 251 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e4e6ea\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e4e6eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e4e8eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6f7ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f3ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eaecec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ebecf0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ededf7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f0f096\]{
  background-color: #f0f0f096;
}
.bg-\[\#f0f0f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f2f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff2cc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff2f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 240 / var(--tw-bg-opacity, 1));
}
.bg-\[red\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  background-color: rgba(0,0,0,0.25);
}
.bg-\[rgba\(59\2c 127\2c 255\2c 0\.08\)\]{
  background-color: rgba(59,127,255,0.08);
}
.bg-\[transparent\]{
  background-color: transparent;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgb(135 181 231 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-green-1{
  --tw-bg-opacity: 1;
  background-color: rgb(28 172 119 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-light-green-1{
  --tw-bg-opacity: 1;
  background-color: rgb(157 227 192 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-light-green-2{
  --tw-bg-opacity: 1;
  background-color: rgb(186 224 147 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-lightBrown{
  --tw-bg-opacity: 1;
  background-color: rgb(242 178 120 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(205 153 224 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-red{
  --tw-bg-opacity: 1;
  background-color: rgb(244 138 137 / var(--tw-bg-opacity, 1));
}
.bg-dashboard-red\/20{
  background-color: rgb(244 138 137 / 0.2);
}
.bg-dashboard-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 155 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-50\%{
  --tw-bg-opacity: 1;
  background-color: rgb(128 181 254 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-70\%{
  --tw-bg-opacity: 1;
  background-color: rgb(77 152 254 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue\/50{
  background-color: rgb(0 108 253 / 0.5);
}
.bg-secondary-background{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-secondary-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-secondary-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-secondary-gray-0{
  --tw-bg-opacity: 1;
  background-color: rgb(45 51 53 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-1{
  --tw-bg-opacity: 1;
  background-color: rgb(82 94 98 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(124 129 131 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-3{
  --tw-bg-opacity: 1;
  background-color: rgb(187 193 195 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-3\/20{
  background-color: rgb(187 193 195 / 0.2);
}
.bg-secondary-gray-4{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 236 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-4\/50{
  background-color: rgb(234 236 236 / 0.5);
}
.bg-secondary-gray-5{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-secondary-gray-6{
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 235 / var(--tw-bg-opacity, 1));
}
.bg-secondary-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-social-email{
  --tw-bg-opacity: 1;
  background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}
.bg-social-facebook{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}
.bg-social-instagram-3{
  --tw-bg-opacity: 1;
  background-color: rgb(255 84 62 / var(--tw-bg-opacity, 1));
}
.bg-social-lazada{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 131 / var(--tw-bg-opacity, 1));
}
.bg-social-line{
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 0 / var(--tw-bg-opacity, 1));
}
.bg-social-liveChat{
  --tw-bg-opacity: 1;
  background-color: rgb(225 155 0 / var(--tw-bg-opacity, 1));
}
.bg-social-shopee{
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity, 1));
}
.bg-social-tiktok{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-social-whatsapp-1{
  --tw-bg-opacity: 1;
  background-color: rgb(96 214 105 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-green{
  --tw-bg-opacity: 1;
  background-color: rgb(168 220 115 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-newRed{
  --tw-bg-opacity: 1;
  background-color: rgb(228 9 8 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 154 81 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-orange-1{
  --tw-bg-opacity: 1;
  background-color: rgb(250 120 0 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(243 179 35 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-assigned{
  --tw-bg-opacity: 1;
  background-color: rgb(186 224 147 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-closed{
  --tw-bg-opacity: 1;
  background-color: rgb(168 176 178 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-inProgress{
  --tw-bg-opacity: 1;
  background-color: rgb(244 138 137 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-inQueue{
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 175 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-new{
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 175 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-no-read{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 217 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-review{
  --tw-bg-opacity: 1;
  background-color: rgb(124 199 223 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-waitForCustomer{
  --tw-bg-opacity: 1;
  background-color: rgb(205 153 224 / var(--tw-bg-opacity, 1));
}
.bg-ticket-status-waitForSecondTier{
  --tw-bg-opacity: 1;
  background-color: rgb(242 178 120 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#9117C4\]{
  --tw-gradient-from: #9117C4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(145 23 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(145\2c 23\2c 196\2c 0\.4\)\]{
  --tw-gradient-from: rgba(145,23,196,0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(145, 23, 196, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-red{
  --tw-gradient-from: #F48A89 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 138 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-social-instagram-1{
  --tw-gradient-from: #3771C8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 113 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-social-instagram-1{
  --tw-gradient-to: rgb(55 113 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3771C8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#1D7DEE\]{
  --tw-gradient-to: #1D7DEE var(--tw-gradient-to-position);
}
.to-\[rgba\(29\2c 125\2c 238\2c 0\.4\)\]{
  --tw-gradient-to: rgba(29,125,238,0.4) var(--tw-gradient-to-position);
}
.to-dashboard-blue-1{
  --tw-gradient-to: #87B5E7 var(--tw-gradient-to-position);
}
.to-dashboard-yellow{
  --tw-gradient-to: #FFE09B var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-origin-border{
  background-origin: border-box;
}
.fill-\[\#00205C\]{
  fill: #00205C;
}
.fill-\[\#006CFD\]{
  fill: #006CFD;
}
.fill-\[\#2D3335\]{
  fill: #2D3335;
}
.fill-\[\#7C8183\]{
  fill: #7C8183;
}
.fill-\[\#A2A8AA\]{
  fill: #A2A8AA;
}
.fill-\[\#AAAAAA\]{
  fill: #AAAAAA;
}
.fill-\[\#D52B1C\]{
  fill: #D52B1C;
}
.fill-\[\#F48A8A\]{
  fill: #F48A8A;
}
.fill-\[\#F5003B\]{
  fill: #F5003B;
}
.fill-\[\#f48b89\]{
  fill: #f48b89;
}
.fill-\[\#fff\]{
  fill: #fff;
}
.fill-\[none\]{
  fill: none;
}
.fill-current{
  fill: currentcolor;
}
.fill-primary-blue{
  fill: #006CFD;
}
.fill-secondary-white{
  fill: #FFFFFF;
}
.stroke-\[\#006CFD\]{
  stroke: #006CFD;
}
.stroke-\[\#FFF\]{
  stroke: #FFF;
}
.stroke-\[black\]{
  stroke: black;
}
.stroke-\[white\]{
  stroke: white;
}
.stroke-current{
  stroke: currentcolor;
}
.stroke-0{
  stroke-width: 0;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-center{
  object-position: center;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1\.5px\]{
  padding: 1.5px;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[11px\]{
  padding: 11px;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[1px\]{
  padding: 1px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[22px\]{
  padding: 22px;
}
.p-\[25px\]{
  padding: 25px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[3px\]{
  padding: 3px;
}
.p-\[45px\]{
  padding: 45px;
}
.p-\[4px\]{
  padding: 4px;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[6px\]{
  padding: 6px;
}
.p-\[70px\]{
  padding: 70px;
}
.p-\[7px\]{
  padding: 7px;
}
.p-\[8px\]{
  padding: 8px;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-\[18px\]{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.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-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15\%\]{
  padding-left: 15%;
  padding-right: 15%;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[3px\]{
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[90px\]{
  padding-left: 90px;
  padding-right: 90px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.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-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[1\.0rem\]{
  padding-bottom: 1.0rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[1px\]{
  padding-bottom: 1px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-32{
  padding-left: 8rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-\[16px\]{
  padding-left: 16px;
}
.pl-\[22px\]{
  padding-left: 22px;
}
.pl-\[25px\]{
  padding-left: 25px;
}
.pl-\[2px\]{
  padding-left: 2px;
}
.pl-\[3px\]{
  padding-left: 3px;
}
.pl-\[40px\]{
  padding-left: 40px;
}
.pl-\[45px\]{
  padding-left: 45px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pl-\[7px\]{
  padding-left: 7px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[16px\]{
  padding-right: 16px;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pr-\[26px\]{
  padding-right: 26px;
}
.pr-\[2px\]{
  padding-right: 2px;
}
.pr-\[39px\]{
  padding-right: 39px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pr-\[6px\]{
  padding-right: 6px;
}
.pr-\[8px\]{
  padding-right: 8px;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[1\.5rem\]{
  padding-top: 1.5rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[165px\]{
  padding-top: 165px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-roboto{
  font-family: Roboto, Sarabun, sans-serif;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.\!text-md{
  font-size: 14px !important;
}
.text-\[0\.65rem\]{
  font-size: 0.65rem;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.5px\]{
  font-size: 12.5px;
}
.text-\[12\.8px\]{
  font-size: 12.8px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[7px\]{
  font-size: 7px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9\.6px\]{
  font-size: 9.6px;
}
.text-h1{
  font-size: 2.441rem;
  line-height: 2.875rem;
}
.text-h2{
  font-size: 1.953rem;
  line-height: 2.312rem;
}
.text-h3{
  font-size: 1.563rem;
  line-height: 1.812rem;
}
.text-h4{
  font-size: 1.25rem;
  line-height: 1.437rem;
}
.text-h5{
  font-size: 0.8rem;
  line-height: 0.937rem;
}
.text-h6{
  font-size: 0.64rem;
  line-height: 0.75rem;
}
.text-lg{
  font-size: 16px;
}
.text-md{
  font-size: 14px;
}
.text-p{
  font-size: 1rem;
  line-height: 1.187rem;
}
.text-sm{
  font-size: 12px;
}
.text-tab{
  font-size: 0.7rem;
  line-height: 2rem;
}
.text-xl{
  font-size: 3.052rem;
  line-height: 3.562rem;
}
.font-\[10px\]{
  font-weight: 10px;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.5715\]{
  line-height: 1.5715;
}
.leading-\[1\.85\]{
  line-height: 1.85;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[1\.9\]{
  line-height: 1.9;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[10px\]{
  line-height: 10px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[2\.1\]{
  line-height: 2.1;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[initial\]{
  line-height: initial;
}
.leading-\[normal\]{
  line-height: normal;
}
.leading-none{
  line-height: 1;
}
.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.\!text-primary-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1)) !important;
}
.\!text-tertiary-newRed{
  --tw-text-opacity: 1 !important;
  color: rgb(228 9 8 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000D9\]{
  color: #000000D9;
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000101e4\]{
  color: #000101e4;
}
.text-\[\#006CFD\]{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.text-\[\#08C305\]{
  --tw-text-opacity: 1;
  color: rgb(8 195 5 / var(--tw-text-opacity, 1));
}
.text-\[\#1976D2\]{
  --tw-text-opacity: 1;
  color: rgb(25 118 210 / var(--tw-text-opacity, 1));
}
.text-\[\#2076d2\]{
  --tw-text-opacity: 1;
  color: rgb(32 118 210 / var(--tw-text-opacity, 1));
}
.text-\[\#277ad4\]{
  --tw-text-opacity: 1;
  color: rgb(39 122 212 / var(--tw-text-opacity, 1));
}
.text-\[\#2A4E97\]{
  --tw-text-opacity: 1;
  color: rgb(42 78 151 / var(--tw-text-opacity, 1));
}
.text-\[\#2D3335\]{
  --tw-text-opacity: 1;
  color: rgb(45 51 53 / var(--tw-text-opacity, 1));
}
.text-\[\#3a85d7\]{
  --tw-text-opacity: 1;
  color: rgb(58 133 215 / var(--tw-text-opacity, 1));
}
.text-\[\#3b7fff73\]{
  color: #3b7fff73;
}
.text-\[\#40a9ff\]{
  --tw-text-opacity: 1;
  color: rgb(64 169 255 / var(--tw-text-opacity, 1));
}
.text-\[\#4463a4\]{
  --tw-text-opacity: 1;
  color: rgb(68 99 164 / var(--tw-text-opacity, 1));
}
.text-\[\#468dd9\]{
  --tw-text-opacity: 1;
  color: rgb(70 141 217 / var(--tw-text-opacity, 1));
}
.text-\[\#48c100\]{
  --tw-text-opacity: 1;
  color: rgb(72 193 0 / var(--tw-text-opacity, 1));
}
.text-\[\#4A8AF4\]{
  --tw-text-opacity: 1;
  color: rgb(74 138 244 / var(--tw-text-opacity, 1));
}
.text-\[\#4a8af4\]{
  --tw-text-opacity: 1;
  color: rgb(74 138 244 / var(--tw-text-opacity, 1));
}
.text-\[\#525252\]{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#525E62\]{
  --tw-text-opacity: 1;
  color: rgb(82 94 98 / var(--tw-text-opacity, 1));
}
.text-\[\#525e61\]{
  --tw-text-opacity: 1;
  color: rgb(82 94 97 / var(--tw-text-opacity, 1));
}
.text-\[\#5694da\]{
  --tw-text-opacity: 1;
  color: rgb(86 148 218 / var(--tw-text-opacity, 1));
}
.text-\[\#61ADFF\]{
  --tw-text-opacity: 1;
  color: rgb(97 173 255 / var(--tw-text-opacity, 1));
}
.text-\[\#656f74\]{
  --tw-text-opacity: 1;
  color: rgb(101 111 116 / var(--tw-text-opacity, 1));
}
.text-\[\#65DD4B\]{
  --tw-text-opacity: 1;
  color: rgb(101 221 75 / var(--tw-text-opacity, 1));
}
.text-\[\#6ef570\]{
  --tw-text-opacity: 1;
  color: rgb(110 245 112 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\]{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#7C8183\]{
  --tw-text-opacity: 1;
  color: rgb(124 129 131 / var(--tw-text-opacity, 1));
}
.text-\[\#7c8484\]{
  --tw-text-opacity: 1;
  color: rgb(124 132 132 / var(--tw-text-opacity, 1));
}
.text-\[\#847a7a\]{
  --tw-text-opacity: 1;
  color: rgb(132 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#858585\]{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-\[\#87B5E7\]{
  --tw-text-opacity: 1;
  color: rgb(135 181 231 / var(--tw-text-opacity, 1));
}
.text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#8E8F8F\]{
  --tw-text-opacity: 1;
  color: rgb(142 143 143 / var(--tw-text-opacity, 1));
}
.text-\[\#919697\]{
  --tw-text-opacity: 1;
  color: rgb(145 150 151 / var(--tw-text-opacity, 1));
}
.text-\[\#9CD661\]{
  --tw-text-opacity: 1;
  color: rgb(156 214 97 / var(--tw-text-opacity, 1));
}
.text-\[\#9DACD3\]{
  --tw-text-opacity: 1;
  color: rgb(157 172 211 / var(--tw-text-opacity, 1));
}
.text-\[\#9b9fa1\]{
  --tw-text-opacity: 1;
  color: rgb(155 159 161 / var(--tw-text-opacity, 1));
}
.text-\[\#A0A5A6\]{
  --tw-text-opacity: 1;
  color: rgb(160 165 166 / var(--tw-text-opacity, 1));
}
.text-\[\#A8DC73\]{
  --tw-text-opacity: 1;
  color: rgb(168 220 115 / var(--tw-text-opacity, 1));
}
.text-\[\#AAAAAA\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#BBC1C3\]{
  --tw-text-opacity: 1;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1));
}
.text-\[\#E40908\]{
  --tw-text-opacity: 1;
  color: rgb(228 9 8 / var(--tw-text-opacity, 1));
}
.text-\[\#E68F8C\]{
  --tw-text-opacity: 1;
  color: rgb(230 143 140 / var(--tw-text-opacity, 1));
}
.text-\[\#E94953\]{
  --tw-text-opacity: 1;
  color: rgb(233 73 83 / var(--tw-text-opacity, 1));
}
.text-\[\#EE4D2D\]{
  --tw-text-opacity: 1;
  color: rgb(238 77 45 / var(--tw-text-opacity, 1));
}
.text-\[\#F3B323\]{
  --tw-text-opacity: 1;
  color: rgb(243 179 35 / var(--tw-text-opacity, 1));
}
.text-\[\#F3F9FF\]{
  --tw-text-opacity: 1;
  color: rgb(243 249 255 / var(--tw-text-opacity, 1));
}
.text-\[\#F46F6E\]{
  --tw-text-opacity: 1;
  color: rgb(244 111 110 / var(--tw-text-opacity, 1));
}
.text-\[\#FB6E6D\]{
  --tw-text-opacity: 1;
  color: rgb(251 110 109 / var(--tw-text-opacity, 1));
}
.text-\[\#FEAF16\]{
  --tw-text-opacity: 1;
  color: rgb(254 175 22 / var(--tw-text-opacity, 1));
}
.text-\[\#FF9838\]{
  --tw-text-opacity: 1;
  color: rgb(255 152 56 / var(--tw-text-opacity, 1));
}
.text-\[\#a2a2a2\]{
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity, 1));
}
.text-\[\#a8a8a8\]{
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.text-\[\#bce493\]{
  --tw-text-opacity: 1;
  color: rgb(188 228 147 / var(--tw-text-opacity, 1));
}
.text-\[\#c5e8a3\]{
  --tw-text-opacity: 1;
  color: rgb(197 232 163 / var(--tw-text-opacity, 1));
}
.text-\[\#d9182b\]{
  --tw-text-opacity: 1;
  color: rgb(217 24 43 / var(--tw-text-opacity, 1));
}
.text-\[\#d9d9d9\]{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-\[\#e14040\]{
  --tw-text-opacity: 1;
  color: rgb(225 64 64 / var(--tw-text-opacity, 1));
}
.text-\[\#e87474\]{
  --tw-text-opacity: 1;
  color: rgb(232 116 116 / var(--tw-text-opacity, 1));
}
.text-\[\#f48414\]{
  --tw-text-opacity: 1;
  color: rgb(244 132 20 / var(--tw-text-opacity, 1));
}
.text-\[\#ff0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ff4336\]{
  --tw-text-opacity: 1;
  color: rgb(255 67 54 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#fsadad\]{
  color: #fsadad;
}
.text-\[black\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[cornsilk\]{
  --tw-text-opacity: 1;
  color: rgb(255 248 220 / var(--tw-text-opacity, 1));
}
.text-\[gray\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[inherit\]{
  color: inherit;
}
.text-\[red\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-dashboard-blue-1{
  --tw-text-opacity: 1;
  color: rgb(135 181 231 / var(--tw-text-opacity, 1));
}
.text-dashboard-green-1{
  --tw-text-opacity: 1;
  color: rgb(28 172 119 / var(--tw-text-opacity, 1));
}
.text-dashboard-light-green-1{
  --tw-text-opacity: 1;
  color: rgb(157 227 192 / var(--tw-text-opacity, 1));
}
.text-dashboard-light-green-2{
  --tw-text-opacity: 1;
  color: rgb(186 224 147 / var(--tw-text-opacity, 1));
}
.text-dashboard-purple{
  --tw-text-opacity: 1;
  color: rgb(205 153 224 / var(--tw-text-opacity, 1));
}
.text-dashboard-red{
  --tw-text-opacity: 1;
  color: rgb(244 138 137 / var(--tw-text-opacity, 1));
}
.text-primary-blue{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.text-primary-blue-50\%{
  --tw-text-opacity: 1;
  color: rgb(128 181 254 / var(--tw-text-opacity, 1));
}
.text-primary-blue-70\%{
  --tw-text-opacity: 1;
  color: rgb(77 152 254 / var(--tw-text-opacity, 1));
}
.text-primary-blue-light-blue{
  --tw-text-opacity: 1;
  color: rgb(232 243 255 / var(--tw-text-opacity, 1));
}
.text-secondary-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-secondary-black\/\[\.85\]{
  color: rgb(0 0 0 / .85);
}
.text-secondary-gray-0{
  --tw-text-opacity: 1;
  color: rgb(45 51 53 / var(--tw-text-opacity, 1));
}
.text-secondary-gray-1{
  --tw-text-opacity: 1;
  color: rgb(82 94 98 / var(--tw-text-opacity, 1));
}
.text-secondary-gray-2{
  --tw-text-opacity: 1;
  color: rgb(124 129 131 / var(--tw-text-opacity, 1));
}
.text-secondary-gray-3{
  --tw-text-opacity: 1;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1));
}
.text-secondary-gray-4{
  --tw-text-opacity: 1;
  color: rgb(234 236 236 / var(--tw-text-opacity, 1));
}
.text-secondary-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-social-email{
  --tw-text-opacity: 1;
  color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}
.text-social-facebook{
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}
.text-social-instagram-1{
  --tw-text-opacity: 1;
  color: rgb(55 113 200 / var(--tw-text-opacity, 1));
}
.text-social-instagram-3{
  --tw-text-opacity: 1;
  color: rgb(255 84 62 / var(--tw-text-opacity, 1));
}
.text-social-line{
  --tw-text-opacity: 1;
  color: rgb(0 195 0 / var(--tw-text-opacity, 1));
}
.text-social-whatsapp-2{
  --tw-text-opacity: 1;
  color: rgb(31 175 56 / var(--tw-text-opacity, 1));
}
.text-tertiary-blue{
  --tw-text-opacity: 1;
  color: rgb(137 204 247 / var(--tw-text-opacity, 1));
}
.text-tertiary-green{
  --tw-text-opacity: 1;
  color: rgb(168 220 115 / var(--tw-text-opacity, 1));
}
.text-tertiary-newRed{
  --tw-text-opacity: 1;
  color: rgb(228 9 8 / var(--tw-text-opacity, 1));
}
.text-tertiary-orange{
  --tw-text-opacity: 1;
  color: rgb(255 154 81 / var(--tw-text-opacity, 1));
}
.text-tertiary-red{
  --tw-text-opacity: 1;
  color: rgb(244 111 110 / var(--tw-text-opacity, 1));
}
.text-tertiary-yellow{
  --tw-text-opacity: 1;
  color: rgb(243 179 35 / var(--tw-text-opacity, 1));
}
.text-ticket-status-assigned{
  --tw-text-opacity: 1;
  color: rgb(186 224 147 / var(--tw-text-opacity, 1));
}
.text-ticket-status-closed{
  --tw-text-opacity: 1;
  color: rgb(168 176 178 / var(--tw-text-opacity, 1));
}
.text-ticket-status-inProgress{
  --tw-text-opacity: 1;
  color: rgb(244 138 137 / var(--tw-text-opacity, 1));
}
.text-ticket-status-inQueue{
  --tw-text-opacity: 1;
  color: rgb(255 230 175 / var(--tw-text-opacity, 1));
}
.text-ticket-status-new{
  --tw-text-opacity: 1;
  color: rgb(255 230 175 / var(--tw-text-opacity, 1));
}
.text-ticket-status-review{
  --tw-text-opacity: 1;
  color: rgb(124 199 223 / var(--tw-text-opacity, 1));
}
.text-ticket-status-waitForCustomer{
  --tw-text-opacity: 1;
  color: rgb(205 153 224 / var(--tw-text-opacity, 1));
}
.text-ticket-status-waitForSecondTier{
  --tw-text-opacity: 1;
  color: rgb(242 178 120 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-social-instagram-1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(55 113 200 / var(--tw-placeholder-opacity, 1));
}
.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.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-\[0\.5\]{
  opacity: 0.5;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_0_\#006CFDCC\]{
  --tw-shadow: 0 0 10px 0 #006CFDCC;
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_4px_0px_\#00000014\]{
  --tw-shadow: 0px 0px 4px 0px #00000014;
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_4px_0px_\#0000001A\]{
  --tw-shadow: 0px 0px 4px 0px #0000001A;
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_5px_0px_\#00000026\]{
  --tw-shadow: 0px 0px 5px 0px #00000026;
  --tw-shadow-colored: 0px 0px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_15px_\#00000040\]{
  --tw-shadow: 0px 4px 15px #00000040;
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_8px_0px_\#00000026\]{
  --tw-shadow: 0px 4px 8px 0px #00000026;
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-arrow{
  --tw-shadow: 1px -1px 1px 0px #87B5E7;
  --tw-shadow-colored: 1px -1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-social-email{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 67 54 / var(--tw-ring-opacity, 1));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-0{
  transition-duration: 0s;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.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-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn-primary{
  color: #FFF;
  background: #3771C8;
}
.btn-default-outline{
  color: #BBC1C3;
  border: 1px solid #BBC1C3;
  background: #FFF;
}
.btn-link{
  color: #525E62;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.full{
  width: 100%;
}
.bg-gradient-ai{
  background: linear-gradient(to right, #FE0087,  #721299, #1847FF);
}
.bg-gradient-ai-to-bottom{
  background: linear-gradient(to bottom, #FE0087,  #721299, #1847FF);
}
.bg-gradient-ig{
  background: linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 );
}
.text-gradient-ig{
  background: linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 );
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.svg-normal-4{
  height: 1rem;
  width: 1rem;
  fill: currentcolor;
}
.svg-normal-5{
  height: 1.25rem;
  width: 1.25rem;
  fill: currentcolor;
}
.\[grid-template-columns\:150px_1fr\]{
  grid-template-columns: 150px 1fr;
}
.\[grid-template-columns\:19fr_1fr\]{
  grid-template-columns: 19fr 1fr;
}
:root {
  --scroll-size: 6.5px;
}
@font-face {
  font-family: Sarabun, sans-serif;
  font-family: Roboto, sans-serif;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&family=Sarabun:wght@400&display=swap');
}
html,
body{
  --tw-text-opacity: 1;
  color: rgb(82 94 98 / var(--tw-text-opacity, 1));
  height: 100%;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  padding:
    env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: #F5F5F5;
}
.hide-scroll ::-webkit-scrollbar {
  --scroll-size: 0;
}
.hide-scroll-x ::-webkit-scrollbar {
  overflow-x: hidden !important;
}
.hide-scroll-y ::-webkit-scrollbar {
  overflow-y: hidden !important;
}
.react-datepicker ::-webkit-scrollbar,
.scrollable ::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
  background: transparent;
}
.react-datepicker:hover,
.scrollable:hover {
  scroll-behavior: smooth;
}
.react-datepicker:hover ::-webkit-scrollbar,
.scrollable:hover ::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
}
.react-datepicker:hover ::-webkit-scrollbar-track,
.scrollable:hover ::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #EAECEC;
}
.react-datepicker:hover ::-webkit-scrollbar-thumb,
.scrollable:hover ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #BBC1C3;
}
.placeholder\:text-\[\#006CFD80\]::placeholder{
  color: #006CFD80;
}
.placeholder\:text-secondary-gray-3::placeholder{
  --tw-text-opacity: 1;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1));
}
.placeholder\:text-secondary-gray-4::placeholder{
  --tw-text-opacity: 1;
  color: rgb(234 236 236 / var(--tw-text-opacity, 1));
}
.after\:cursor-pointer::after{
  content: var(--tw-content);
  cursor: pointer;
}
.first\:border-0:first-child{
  border-width: 0px;
}
.first\:pl-0:first-child{
  padding-left: 0px;
}
.last\:mb-1:last-child{
  margin-bottom: 0.25rem;
}
.checked\:border-transparent:checked{
  border-color: transparent;
}
.checked\:bg-dashboard-blue-1:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(135 181 231 / var(--tw-bg-opacity, 1));
}
.placeholder-shown\:text-h5:placeholder-shown{
  font-size: 0.8rem;
  line-height: 0.937rem;
}
.focus-within\:z-\[5\]:focus-within{
  z-index: 5;
}
.focus-within\:outline-social-instagram-1:focus-within{
  outline-color: #3771C8;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.hover\:animate-spin:hover{
  animation: spin 1s linear infinite;
}
.hover\:cursor-move:hover{
  cursor: move;
}
.hover\:cursor-not-allowed:hover{
  cursor: not-allowed;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:rounded-\[8px\]:hover{
  border-radius: 8px;
}
.hover\:border-2:hover{
  border-width: 2px;
}
.hover\:border-\[\#006CFD\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 108 253 / var(--tw-border-opacity, 1));
}
.hover\:border-dashboard-blue-1:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 181 231 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 108 253 / var(--tw-border-opacity, 1));
}
.hover\:border-social-instagram-1:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 113 200 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#006CFD\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#525E62B2\]:hover{
  background-color: #525E62B2;
}
.hover\:bg-\[\#6998f7\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(105 152 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E8F3FF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ccc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e8f3ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f1f1f1\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dashboard-blue-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 181 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dashboard-green-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(28 172 119 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-blue-light-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-blue-light-blue\/\[\.4\]:hover{
  background-color: rgb(232 243 255 / .4);
}
.hover\:bg-primary-blue\/90:hover{
  background-color: rgb(0 108 253 / 0.9);
}
.hover\:bg-secondary-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-gray-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 193 195 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-gray-4:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 236 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-gray-5:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-email:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-facebook:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-lazada:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 131 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-line:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-liveChat:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 155 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-shopee:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 87 34 / var(--tw-bg-opacity, 1));
}
.hover\:bg-social-tiktok:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-ticket-status-closed:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(168 176 178 / var(--tw-bg-opacity, 1));
}
.hover\:fill-\[\#006CFD\]:hover{
  fill: #006CFD;
}
.hover\:stroke-\[\#87B5E7\]:hover{
  stroke: #87B5E7;
}
.hover\:stroke-primary-blue:hover{
  stroke: #006CFD;
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:\!text-primary-blue-70\%:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(77 152 254 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#006CFD\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#87B5E7\]:hover{
  --tw-text-opacity: 1;
  color: rgb(135 181 231 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e8f3ff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(232 243 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[red\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-dashboard-blue-1:hover{
  --tw-text-opacity: 1;
  color: rgb(135 181 231 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-blue-70\%:hover{
  --tw-text-opacity: 1;
  color: rgb(77 152 254 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-blue-light-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(232 243 255 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-black\/\[\.85\]:hover{
  color: rgb(0 0 0 / .85);
}
.hover\:text-secondary-gray-0:hover{
  --tw-text-opacity: 1;
  color: rgb(45 51 53 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-gray-1:hover{
  --tw-text-opacity: 1;
  color: rgb(82 94 98 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-gray-2:hover{
  --tw-text-opacity: 1;
  color: rgb(124 129 131 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-social-lazada:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 131 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:duration-75:hover{
  transition-duration: 75ms;
}
.hover\:bg-gradient-ig:hover{
  background: linear-gradient(to right, #810CFD,  #FD01D9, #FF1B35, #FFC601 );
}
.focus\:border-none:focus{
  border-style: none;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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), var(--tw-shadow, 0 0 #0000);
}
.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), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-ticket-status-closed:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 176 178 / var(--tw-ring-opacity, 1));
}
.active\:border-\[\#277ad4\]:active{
  --tw-border-opacity: 1;
  border-color: rgb(39 122 212 / var(--tw-border-opacity, 1));
}
.active\:bg-\[\#e8f3ff\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.active\:text-\[\#277ad4\]:active{
  --tw-text-opacity: 1;
  color: rgb(39 122 212 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-default:disabled{
  cursor: default;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border-secondary-gray-3:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(187 193 195 / var(--tw-border-opacity, 1));
}
.disabled\:border-secondary-gray-4:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(234 236 236 / var(--tw-border-opacity, 1));
}
.disabled\:bg-secondary-gray-1:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(82 94 98 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-secondary-gray-3:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(187 193 195 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-secondary-gray-4:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 236 / var(--tw-bg-opacity, 1));
}
.disabled\:\!text-secondary-gray-3:disabled{
  --tw-text-opacity: 1 !important;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1)) !important;
}
.disabled\:text-secondary-gray-2:disabled{
  --tw-text-opacity: 1;
  color: rgb(124 129 131 / var(--tw-text-opacity, 1));
}
.disabled\:text-secondary-gray-3:disabled{
  --tw-text-opacity: 1;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1));
}
.disabled\:text-secondary-gray-4:disabled{
  --tw-text-opacity: 1;
  color: rgb(234 236 236 / var(--tw-text-opacity, 1));
}
.disabled\:text-opacity-60:disabled{
  --tw-text-opacity: 0.6;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:hover\:bg-secondary-background:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}
.group:focus-within .group-focus-within\:-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:hidden{
  display: none;
}
.group:hover .group-hover\:h-\[20px\]{
  height: 20px;
}
.group:hover .group-hover\:w-\[20px\]{
  width: 20px;
}
.group:hover .group-hover\:justify-center{
  justify-content: center;
}
.group:hover .group-hover\:text-\[\#006CFD\]{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-dashboard-blue-1{
  --tw-text-opacity: 1;
  color: rgb(135 181 231 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-blue{
  --tw-text-opacity: 1;
  color: rgb(0 108 253 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-secondary-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:disabled .group-disabled\:text-secondary-gray-3{
  --tw-text-opacity: 1;
  color: rgb(187 193 195 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 769px){
  .max-md\:col-span-12{
    grid-column: span 12 / span 12;
  }
}
@media (min-width: 641px){
  .sm\:block{
    display: block;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 769px){
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-\[360px\]{
    width: 360px;
  }
  .md\:max-w-xs{
    max-width: 20rem;
  }
}
@media (min-width: 821px){
  .lg\:w-\[556px\]{
    width: 556px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}