
p,
span {
  color: #414141;
}

.post-calendar .el-range__close-icon {
  display: none !important;
}

.basis-1-10 {
  flex-basis: 10%;
}

.nav-breakcumb {
  position: -webkit-sticky;
  position: sticky;
  z-index: 40;
  top: 87px;
  background: #ffffff;
}

.h-button {
  height: 4rem !important;
  width: 20rem !important;
}

.z-index__max {
  z-index: 99;
}

.text-title,
.el-dialog__title {
  font-size: 14px !important;
}

.text-btn-submit {
  font-size: 14px !important;
}

.text-nomal {
  font-size: 13px;
}

.tabs li {
  font-size: 13px;
}

.icon-menu-mobile {
  display: none;
}

.vc-time-date {
  display: none !important;
}

input[type='radio'] {
  border-radius: 0;
}

input[type='radio']:checked {
  background-image: url(/images/tick.svg?01fd4527e849cb80f1c97a8a582caa4a);
  background-color: #be3d8f;
  background-size: 75%;
  background-position: center;
  color: #be3d8f;
}

.breadcrumb li a {
  font-size: 13px;
  color: #8d8e92;
}

.breakcumb-active {
  color: #be3d8f !important;
  font-weight: 600;
  font-size: 13px;
}

.menu__search {
  width: calc((661 / 1178) * 100%);
}

table td {
  text-align: center !important;
}

.title-md {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #be3d8f;
}

.menu__search > div {
  box-shadow: 0px 4px 6.324px rgba(0, 0, 0, 0.16);
}

.border-circle-img {
  border: 2px solid #d02d92;
}

.button-shadow {
  box-shadow: 0px 4px 6.324px rgba(0, 0, 0, 0.16);
}

input:disabled {
  background: transparent;
  border: 1px solid #d0d0d0;
}

input:disabled::-moz-placeholder {
  opacity: 0.8;
}

input:disabled:-ms-input-placeholder {
  opacity: 0.8;
}

input:disabled::placeholder {
  opacity: 0.8;
}

button:disabled {
  opacity: 0.5;
}

.carousel__icon {
  color: #c4c4c4 !important;
}

.carousel__prev {
  border: 1px solid #c4c4c4 !important;
  background: #ffffff !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  transform: translate(-100%, -50%) !important;
}

.carousel__next {
  border: 1px solid #c4c4c4 !important;
  background: #ffffff !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  transform: translate(100%, -50%) !important;
}

.carousel__viewport {
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}

.tabs li:hover {
  cursor: pointer;
}

.tabs li:hover::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #be3d8f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs li.active::after,
a.active::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #be3d8f;
  position: absolute;
  bottom: 0;
  left: 0;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 9px;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
  --tw-ring-shadow: none;
}

.form-error {
  border-color: #be3d8f !important;
}

.failed-validate input[type='text'] {
  border-color: #be3d8f !important;
}

.msg-error-validate {
  display: none;
  color: #be3d8f;
}

.failed-validate input,
.failed-validate select,
.failed-validate textarea {
  border-color: #be3d8f !important;
}

.failed-validate .msg-error-validate {
  display: block !important;
}

.border-select,
.border-text {
  border-color: #d0d0d0 !important;
}

.el-dialog:not(.header-no-background) .el-dialog__header {
  padding: 12px;
  background: #f4f4f5;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 0;
}

.el-icon.el-dialog__close {
  font-size: 24px;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}

button.el-dialog__headerbtn {
  top: 0px;
  right: -7px;
}

.post-content .el-textarea__inner {
  min-height: 88px !important;
}

.el-input-nomal input.el-input__inner {
  /* height: 54px; */
  border: solid 1px #e5e5e7;
}

.el-input-nomal input {
  box-shadow: none !important;
}

.el-dialog__title {
  margin-right: 30px;
  display: block;
}

.failed-validate .el-input__inner,
.failed-validate .el-textarea__inner {
  border: 1px solid red;
}

.highlight-url {
  color: blue;
}

.el-checkbox.el-checkbox--large .el-checkbox__inner {
  width: 25px !important;
  height: 25px !important;
}

.el-checkbox.el-checkbox--large .el-checkbox__inner::after {
  height: 15px !important;
  left: 10px !important;
}

.budeget-period .el-form-item__label {
  width: 120px;
}

.budeget-period .el-form-item__content {
  justify-content: space-between;
}

.advertis-end-at .el-form-item__label {
  width: 80px;
}

.text-link_pink {
  color: #d02d92;
}

.text-md {
  font-size: 14px;
}

.el-input__campaing {
  display: flex !important;
}

.el-input__campaing .el-form-item__label {
  width: 180px;
}

.text-line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.text-line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label-wrap > .el-form-item__label::after,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:after {
  content: '*';
  color: var(--el-color-danger);
  margin-left: 5px;
}

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '' !important;
  color: var(--el-color-danger);
  margin-right: 0px;
}

.post-create-form .el-input__suffix-inner .el-icon {
  display: none !important;
}

.input-cm {
  background: #fdfdfd !important;
  border: 1px solid #e5e5e7 !important;
  outline: none !important;
  border-radius: 2px !important;
}

.datatable__hidden .el-table__body-wrapper {
  display: none;
}

.el-select__popper {
  z-index: 10;
}

::-moz-placeholder {
  color: #6b7280 !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #6b7280 !important;
  font-size: 14px !important;
}

::placeholder {
  color: #6b7280 !important;
  font-size: 14px !important;
}

.el-select--large {
  border: 1px solid transparent;
}

.el-form-item__error {
  color: #be3d8f !important;
}

.el-form-item.is-error .el-input__inner {
  box-shadow: 0 0 0 1px #be3d8f inset !important;
}

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:after {
  color: #be3d8f !important;
}

/* .el-input__inner:focus {
  outline: none!important;
  box-shadow: 0 0 0 1px #be3d8f inset !important;
} */

.input-select-date-custom:focus,
[type='number']:focus {
  box-shadow: 0 0 0 1px #409eff inset !important;
  border: none;
}

.el-carousel__indicators--horizontal {
  display: flex !important;
}

.carousel-preview .el-carousel__button {
  width: 7px !important;
  height: 7px !important;
}

/* .tabs {
  position: sticky;
  z-index: 99;
  top: 148px;
  background: #fff;
  padding-left: 40px !important;
  padding-top: 10px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
} */

input.el-select__input.is-large:focus {
  --tw-ring-color: transparent;
}

.el-popper.is-pure.is-light.el-select__popper {
  z-index: 3000 !important;
}

.tag_open .el-tag.is-closable {
  padding: 20px 0;
  white-space: normal;
  margin-top: 5px;
}

.input-select-date-custom {
  border: 1px solid #dcdfe6 !important;
  border-radius: 4px !important;
}

.bg-body_table tr td {
  border-bottom: solid 1px #ebeef5;
  border-left: solid 1px #ebeef5;
}

.bg-body_table tr.border-b {
  border: 0;
}

.el-empty {
  background: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px !important;
}

input,
textarea,
select,
input::placeholder,
textarea::placeholder {
  font-size: 14px !important;
}

body,
.font-sans {
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

.bg-body_table td p {
  font-size: 13px;
}

.color-hashtag {
  color: rgba(var(--fe0, 0, 55, 107), 1);
}

input:-ms-input-placeholder {
  font-size:13px !important
}

input::-moz-placeholder {
  font-size: 13px !important
}

input::placeholder {
  font-size: 13px !important
}

textarea:-ms-input-placeholder {
  font-size:13px !important
}

textarea::-moz-placeholder {
  font-size: 13px !important
}

textarea::placeholder {
  font-size: 13px !important
}

.is-dark span {
  color: #fff !important;
}

.multiselect__tags {
    display: flex !important;
    height: 55px;
    align-items: center;
    border: 0 !important;
}

.multiselect__select {
    height: 100% !important;
}

form label {
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .form-group label
    {
        margin-bottom: .5rem;
    }
    .form-left , .form-right
    {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    input 
    {
        font-size: .8rem !important;
    }

    input:-ms-input-placeholder {
        font-size: 0.8rem !important;
    }

    input::-moz-placeholder {
        font-size: 0.8rem !important;
    }

    input::placeholder {
        font-size: 0.8rem !important;
    }
}

@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .app-sidebar
    {
        position: relative !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .app-sidebar
    {
        position: relative !important;
    }

    .text-xs
    {
        font-size: .7rem !important;
    }
    .gap-40
    {
        gap: 20px !important;
    }
    h3
    {
        font-size: 1rem !important;
    }
    label {
        font-size: 0.8rem;
        white-space: nowrap;
    }
    .text-base
    {
        font-size: .8rem !important;
    }
    .text-lg
    {
        font-size: .9rem !important;
    }
    .container-wrapper {
        padding: 1.5rem !important;
    }
    button
    {
        white-space: nowrap ;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    label , li {
        font-size: 0.9rem;
    }
    .tabs
    {
        margin-top: 1.5rem !important;
    }
    button
    {
        white-space: nowrap ;
    }
}

/* ! tailwindcss v3.0.23 | 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: #e5e7eb; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Hiragino Kaku, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}

@media (min-width: 820px) {

  .container {
    max-width: 820px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.top-full {
  top: 100%;
}

.-bottom-2\.5 {
  bottom: -10px;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.right-1\/2 {
  right: 50%;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/4 {
  top: 25%;
}

.right-\[50px\] {
  right: 50px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.right-3 {
  right: 0.75rem;
}

.left-24 {
  left: 6rem;
}

.top-\[25px\] {
  top: 25px;
}

.bottom-0 {
  bottom: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-0\.5 {
  right: 2px;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.top-5 {
  top: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-2 {
  left: 0.5rem;
}

.bottom-8\.5 {
  bottom: 34px;
}

.bottom-8 {
  bottom: 2rem;
}

.z-0 {
  z-index: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.-z-10 {
  z-index: -10;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

.m-1 {
  margin: 0.25rem;
}

.m-20 {
  margin: 5rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-13 {
  margin-left: 52px;
  margin-right: 52px;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2\.5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-ml-px {
  margin-left: -1px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-2\.5 {
  margin-top: 10px;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8\.5 {
  margin-top: 34px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-0\.5 {
  margin-bottom: 2px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-13 {
  margin-right: 52px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-14\.5 {
  margin-right: 62px;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-5\.5 {
  margin-right: 22px;
}

.ml-8 {
  margin-left: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-\[auto\] {
  margin-right: auto;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mt-12 {
  margin-top: 3rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-3\.2 {
  margin-right: 13px;
}

.mr-11\.5 {
  margin-right: 46px;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mt-16\.3 {
  margin-top: 72px;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.mr-12 {
  margin-right: 3rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-auto {
  margin-top: auto;
}

.mb-\[-20px\] {
  margin-bottom: -20px;
}

.mt-14 {
  margin-top: 3.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-\[10rem\] {
  margin-top: 10rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-12\.5 {
  margin-top: 50px;
}

.mt-7\.5 {
  margin-top: 29px;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.\!h-\[571px\] {
  height: 571px !important;
}

.\!h-\[430px\] {
  height: 430px !important;
}

.h-11 {
  height: 2.75rem;
}

.h-40 {
  height: 10rem;
}

.h-0 {
  height: 0px;
}

.h-6 {
  height: 1.5rem;
}

.h-1 {
  height: 0.25rem;
}

.h-screen {
  height: 100vh;
}

.h-7 {
  height: 1.75rem;
}

.h-52 {
  height: 13rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-auto {
  height: auto;
}

.h-2\.5 {
  height: 10px;
}

.h-2 {
  height: 0.5rem;
}

.h-\[40px\] {
  height: 40px;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-36 {
  height: 9rem;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-\[90\%\] {
  height: 90%;
}

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[100px\] {
  height: 100px;
}

.h-9 {
  height: 2.25rem;
}

.h-\[340px\] {
  height: 340px;
}

.h-13 {
  height: 52px;
}

.\!h-5 {
  height: 1.25rem !important;
}

.h-64 {
  height: 16rem;
}

.h-\[96px\] {
  height: 96px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[105px\] {
  height: 105px;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.min-h-\[85px\] {
  min-height: 85px;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-96 {
  width: 24rem !important;
}

.w-48 {
  width: 12rem;
}

.w-11 {
  width: 2.75rem;
}

.w-32 {
  width: 8rem;
}

.w-screen {
  width: 100vw;
}

.w-0 {
  width: 0px;
}

.w-6 {
  width: 1.5rem;
}

.w-52 {
  width: 13rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-1\/2 {
  width: 50%;
}

.w-24 {
  width: 6rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\.5 {
  width: 10px;
}

.w-64 {
  width: 16rem;
}

.w-36 {
  width: 9rem;
}

.w-8\/10 {
  width: 80%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-1\/5 {
  width: 20%;
}

.w-36\.2 {
  width: 148px;
}

.w-44 {
  width: 11rem;
}

.w-\[27\%\] {
  width: 27%;
}

.w-100 {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-60 {
  width: 15rem;
}

.w-72 {
  width: 18rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[120px\] {
  width: 120px;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-3\/4 {
  width: 75%;
}

.\!w-5 {
  width: 1.25rem !important;
}

.\!w-36 {
  width: 9rem !important;
}

.w-80 {
  width: 20rem;
}

.w-40 {
  width: 10rem;
}

.w-7 {
  width: 1.75rem;
}

.w-24\.5 {
  width: 101px;
}

.w-16\.5 {
  width: 80px;
}

.w-81 {
  width: 329px;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-12 {
  width: 3rem;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[90px\] {
  width: 90px;
}

.w-90\% {
  width: 90%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[5rem\] {
  width: 5rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[170px\] {
  min-width: 170px;
}

.min-w-\[30px\] {
  min-width: 30px;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-\[60px\] {
  min-width: 60px;
}

.min-w-\[165px\] {
  min-width: 165px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-2\/6 {
  flex-basis: 33.333333%;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-3\/6 {
  flex-basis: 50%;
}

.basis-2\/12 {
  flex-basis: 16.666667%;
}

.basis-10\/12 {
  flex-basis: 83.333333%;
}

.basis-7\/12 {
  flex-basis: 58.333333%;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-9\/12 {
  flex-basis: 75%;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-top {
  transform-origin: top;
}

.-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-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-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-\[-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-y-3\/4 {
  --tw-translate-y: -75%;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-payment {
  grid-template-columns: 15% 85%;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-auto {
  grid-template-columns: 15% auto;
}

.grid-cols-date {
  grid-template-columns: 15% 12% auto;
}

.grid-cols-input {
  grid-template-columns: 15% auto auto auto auto auto;
}

.grid-cols-request {
  grid-template-columns: 15% 10% 10% 10% auto;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-\[50\%\] {
  grid-template-rows: 50%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.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-items-center {
  justify-items: center;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3\.2 {
  gap: 13px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-7\.5 {
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-7\.5 {
  row-gap: 29px;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-all {
  word-break: break-all;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-4xl {
  border-radius: 30px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-\[10px\] {
  border-left-width: 10px;
}

.border-r-\[10px\] {
  border-right-width: 10px;
}

.border-b-\[10px\] {
  border-bottom-width: 10px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-pink {
  --tw-border-opacity: 1;
  border-color: rgb(190 61 143 / var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-select {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

.border-\[\#D5D2D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 210 211 / var(--tw-border-opacity));
}

.border-input {
  border-color: #E5E5E7 !important;
}

.border-item {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}

.border-\[\#DADADA\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}

.border-\[\#4D65D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 101 212 / var(--tw-border-opacity));
}

.border-\[\#D0D0D0\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(176 72 140 / var(--tw-border-opacity));
}

.border-button_pink {
  --tw-border-opacity: 1;
  border-color: rgb(190 61 143 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-b-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-header_table {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity));
}

.bg-body_table {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 100 205 / var(--tw-bg-opacity));
}

.bg-sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(252 251 252 / var(--tw-bg-opacity));
}

.bg-notice {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 247 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(244 30 68 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-\[\#d3007f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 0 127 / var(--tw-bg-opacity));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-bluelight {
  --tw-bg-opacity: 1;
  background-color: rgb(82 100 205 / var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-\[\#ff0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-button_profile {
  --tw-bg-opacity: 1;
  background-color: rgb(82 100 205 / var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.bg-button_pink {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.bg-graylight {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-button_table {
  --tw-bg-opacity: 1;
  background-color: rgb(208 45 146 / var(--tw-bg-opacity));
}

.bg-\[\#4D65D4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 101 212 / var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.bg-button {
  --tw-bg-opacity: 1;
  background-color: rgb(77 101 212 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 72 140 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-none {
  background-image: none;
}

.\!bg-none {
  background-image: none !important;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.p-20 {
  padding: 5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5\.5 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-8\.5 {
  padding-left: 34px;
  padding-right: 34px;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-29 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-14\.5 {
  padding-left: 62px;
  padding-right: 62px;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-4\.5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-5\.5 {
  padding-left: 22px;
  padding-right: 22px;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-\[6\.5px\] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.px-4\.5 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-12\.5 {
  padding-bottom: 50px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-8\.5 {
  padding-bottom: 34px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-24\.5 {
  padding-right: 101px;
}

.pr-24 {
  padding-right: 6rem;
}

.pt-0 {
  padding-top: 0px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-16\.3 {
  padding-top: 72px;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-13 {
  padding-top: 52px;
}

.pl-11\.5 {
  padding-left: 46px;
}

.pr-13 {
  padding-right: 52px;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-3\.2 {
  padding-left: 13px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pt-4\.5 {
  padding-top: 18px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-\[6\.5px\] {
  padding-left: 6.5px;
}

.pr-\[13px\] {
  padding-right: 13px;
}

.pb-16\.5 {
  padding-bottom: 80px;
}

.pr-12 {
  padding-right: 3rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: Hiragino Kaku, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-sm {
  font-size: 10px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2sm {
  font-size: 13px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 14px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3sm {
  font-size: 14px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\!text-\[13px\] {
  font-size: 13px !important;
}

.\!text-\[14px\] {
  font-size: 14px !important;
}

.\!text-2sm {
  font-size: 13px !important;
}

.text-\[16px\] {
  font-size: 16px;
}

.\!text-\[10px\] {
  font-size: 10px !important;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-max {
  line-height: 126px;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-notice_date {
  --tw-text-opacity: 1;
  color: rgb(141 142 146 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(176 72 140 / var(--tw-text-opacity));
}

.text-button_pink {
  --tw-text-opacity: 1;
  color: rgb(190 61 143 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-option {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}

.text-\[\#6F747B\] {
  --tw-text-opacity: 1;
  color: rgb(111 116 123 / var(--tw-text-opacity));
}

.text-help {
  --tw-text-opacity: 1;
  color: rgb(23 36 68 / var(--tw-text-opacity));
}

.text-notice_content {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-alert {
  --tw-text-opacity: 1;
  color: rgb(244 30 68 / var(--tw-text-opacity));
}

.text-item_link {
  --tw-text-opacity: 1;
  color: rgb(141 142 146 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-item {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.text-\[\#020202\] {
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(190 61 143 / var(--tw-text-opacity));
}

.text-\[\#81858C\] {
  --tw-text-opacity: 1;
  color: rgb(129 133 140 / var(--tw-text-opacity));
}

.text-button_profile {
  --tw-text-opacity: 1;
  color: rgb(82 100 205 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(190 61 143 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(176 72 140 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-\[\#4D65D4\] {
  --tw-text-opacity: 1;
  color: rgb(77 101 212 / var(--tw-text-opacity));
}

.text-select {
  --tw-text-opacity: 1;
  color: rgb(208 208 208 / var(--tw-text-opacity));
}

.text-request {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(190 61 143 / var(--tw-text-opacity));
}

.text-header_table {
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-inner {
  --tw-shadow: 0px -1px 0px 0px #D0D0D0 inset;
  --tw-shadow-colored: inset 0px -1px 0px 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-btn {
  --tw-shadow: 0px 0px 6px 0px #51053440;
  --tw-shadow-colored: 0px 0px 6px 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-select {
  --tw-shadow: 0px 0px 6px 0px #00000040;
  --tw-shadow-colored: 0px 0px 6px 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-button {
  --tw-shadow: 0px 0px 6px rgba(81, 5, 52, 0.25);
  --tw-shadow-colored: 0px 0px 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);
}

.shadow-select {
  --tw-shadow-color: #D0D0D0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-button {
  --tw-shadow-color: #4D65D4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.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-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.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 {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px 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-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);
}

.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.data-table .card-header,
.data-table .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el-table .el-table__body.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.data-table .card-footer {
  margin-top: 0.9375rem;
}

.data-table .card-header.card-header--center,
.data-table .card-footer.card-footer--center {
  justify-content: center;
}

.el-table-header__black thead tr th.el-table__cell,
.el-table-header__black.is-scrolling-none th.el-table-fixed-column--left {
  padding: 15px 0;
  background-color: black !important;
  color: white;
  border-right: 2px solid white;
}

.el-table tr .el-table__cell {
  font-size: 13px;
  font-weight: 400;
}

.is-background .btn-next,
.is-background .btn-prev {
  background-color: transparent;
  border: 1px solid #414141;
  color: #292929;
  background-color: black;
  min-width: 4rem !important;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  margin: 0 0.625rem;
}

.is-background .el-pager li {
  min-width: 4rem !important;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  margin: 0 0.625rem;
  background-color: #414141 !important;
  color: white !important;
}

.el-pager li.is-active + li {
  border-left: 1px solid #414141 !important;
}

.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .btn-next:disabled {
  background-color: #fff !important;
  color: #292929 !important;
}

.el-pagination.is-background .el-pager li:not(.is-disabled).is-active {
  background-color: white !important;
  border: 1px solid #414141;
  color: #292929 !important;
}

.is-background .btn-next,
.is-background .btn-prev {
  border: 0;
}

.is-background .btn-next span:not([class*='suffix']),
.is-background .btn-prev span:not([class*='suffix']) {
  min-width: 4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.625rem;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  color: white !important;
}

.el-table .el-table__cell {
  padding: 10px 0;
}

.el-table thead tr th.el-table__cell {
  padding: 15px 0;
}

.el-loading-mask {
  opacity: 0.6;
  z-index: 9 !important;
}

.el-empty__description p {
  font-size: 13px !important;
}

@media (max-width: 640px) {
  .is-background .el-pager li {
    min-width: 2rem !important;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 2px !important;
  }
}

.el-table .is-left {
  text-align: left !important;
}

.el-table .is-right {
  text-align: right !important;
}

.el-table .padding-0 th.el-table__cell {
  padding: 0 !important;
}

.el-table .padding-0 th.el-table__cell .cell {
  height: 30px;
  line-height: 30px;
}

/* css responsive for mobile */

@media (max-width: 820px) {
  .flex-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .gap-col-sm {
    gap: 10px !important;
  }
  .sidebar-mobile {
    position: absolute;
    left: -100%;
    overflow: scroll;
    transition: all 0.5s ease-in-out;
  }
  .sidebar-mobile__active {
    left: 0;
  }

  .icon-menu-mobile {
    display: block !important;
  }
  .breakcumb-container.ml-10 {
    margin-left: 0;
  }
  .main-page__active {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 49;
    height: 100vh;
    width: 100vh;
  }
  .payment-layout .mx-40 {
    margin: 20px;
  }
  .payment-layout .mdc .text-field {
    height: 48px;
    border: 0;
  }
  .payment-layout .mdc .text-field > .line-ripple,
  .payment-layout .mdc-line-ripple::before {
    display: none;
  }
  .payment-layout .space-x-5 > :not([hidden]) ~ :not([hidden]) {
    margin: 10px !important;
  }
  .payment-layout .item {
    font-size: 13px;
    white-space: nowrap;
  }
  .payment-layout .mdc-ripple-upgraded {
    flex-direction: column;
  }
  .payment-layout .mdc-ripple-upgraded > div {
    width: 100% !important;
    margin: 0;
  }
  .payment-layout section.mdc .mdc-button.mdc-button--raised:not(:disabled) {
    padding: 20px 30px;
    font-size: 13px;
  }

  .post-create-form.gird-two-column {
    grid-template-columns: 100% !important;
    gap: 30px !important;
    position: relative;
  }
  .custom-icon-question > div {
    display: flex;
    align-items: center;
  }
  .post-create-form.gird-two-column .text-position__sm {
    position: absolute;
    left: 35%;
    top: 0;
  }
  .text-sm {
    font-size: 10px !important;
  }
  .px-sm {
    padding: 10px;
  }
  .width-nomal {
    width: 130px !important;
  }
  /* .table-fixed th:last-child {
    width: 130px !important;
  } */
  .form-user--info.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-payment {
    grid-template-columns: 25% 75%;
  }
  .breadcrumb {
    margin-left: 10px;
  }
  .button_payment button {
    height: 4rem !important;
    padding: 0 !important;
    width: 40% !important;
  }
  .nav-breakcumb
  {
    position: -webkit-sticky;
    position: sticky;
    z-index: 40;
    top: 75px;
    background: #ffffff;
  }

  .el-dialog
  {
    width: 70% !important;
  }
  .nav-breakcumb {
    top: 76px;
  }
  .popup-instagram .el-dialog
  {
    width: 50% !important;
  }
  .popup-instagram .el-overlay-dialog
  {
    top: 0 !important;
    left: 0 !important;
  }
  .paymentSuccess
  {
    width: 90%;
    padding: 20px !important;
  }
}

@media (max-width: 640px) {
  span,
  p,
  label,
  div,
  button {
    font-size: 12px !important;
  }
  .py-8 {
    padding: 1rem 0;
  }
  section.mdc .mdc-button.mdc-button--raised:not(:disabled) {
    font-size: 12px;
  }

  .post-create-form.gird-two-column {
    grid-template-columns: 100% !important;
    gap: 25px !important;
    position: relative;
  }
  .custom-icon-question > div {
    display: flex;
    align-items: center;
  }
  .post-create-form.gird-two-column .text-position__sm {
    position: absolute;
    left: 35%;
    top: 0;
  }
  .text-xs {
    font-size: 10px !important;
  }
  .tabs {
    margin: 10px 10px 0 10px !important;
  }
  .tabs li {
    font-size: 11px;
    white-space: nowrap;
  }
  /* .bg-ip {
    width: 220px !important;
    height: 441px !important;
  } */
  .bg-ip .custom-bg-ins {
    height: 130px !important;
  }
  .el-dialog {
    width: 100% !important;
  }
  .form-user--info.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-payment {
    grid-template-columns: 100%;
    gap: 1rem;
  }
  .grid-cols-payment label {
    margin-left: 0.5rem;
  }
  .form-group.grid-cols-4 {
    grid-template-columns: 100%;
    gap:.5rem;
    margin-bottom: 2rem;
  }
  .form-group.grid-cols-4 label,
  .form-group.grid-cols-4 span {
    margin-left: 0.5rem;
  }
  .form-group.grid-cols-4 input {
    width: 350px;
  }
  .breadcrumb {
    margin-left: 10px;
  }
  .button_payment button {
    height: 3rem !important;
    padding: 0 !important;
    width: 50% !important;
  }
  .el-date-range-picker .el-picker-panel__body {
    min-width: 320px !important;
  }
  .el-date-range-picker {
    width: 100% !important;
  }
  .group-post-create form {
    padding: 0 10px;
  }
  .group-post-create form > .w-full {
    gap: 10px;
  }
  .group-post-create .button__submit button {
    width: 40%;
  }
  .nav-breakcumb
  {
    position: -webkit-sticky;
    position: sticky;
    z-index: 40;
    top: 75px;
    background: #ffffff;
  }

  .h-button
  {
    height: 4rem !important;
    width: 50% !important;
  }
  .popup-instagram .el-dialog
  {
    width: 80% !important;
  }
  .popup-instagram .el-overlay-dialog
  {
    top: 40% !important;
    left: 0 !important;
  }
  .btn-payment button
  {
    width: 50%;
    height: 3rem !important;
  }
  .table-group-list tr th
  {
    width: 140px !important;
    min-width: 120px !important;
  }
  .table-group-list tr th:last-of-type
  {
    width: 300px !important;
    min-width: 150px !important;
  }
  .post-manage .menu__search
  {
    width: 100%;
  }
  .post-manage .menu__search .input-cm
  {
    width: 70%;
  }
  .hidden-mobile
  {
    display: none !important;
  }
}

.popup-page__active {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 49;
    height: 100vh;
    width: 100vw;
  }

.first\:z-30:first-child {
  z-index: 30;
}

.last\:text-item_link:last-child {
  --tw-text-opacity: 1;
  color: rgb(141 142 146 / var(--tw-text-opacity));
}

.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(82 100 205 / var(--tw-bg-opacity));
}

.checked\:bg-\[\#09AB36\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(9 171 54 / var(--tw-bg-opacity));
}

.checked\:bg-pink:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.checked\:text-\[\#09AB36\]:checked {
  --tw-text-opacity: 1;
  color: rgb(9 171 54 / var(--tw-text-opacity));
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.hover\:cursor-crosshair:hover {
  cursor: crosshair;
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-button_pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 61 143 / var(--tw-border-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#BF3D8F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 61 143 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-button_pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 61 143 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-option:hover {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(176 72 140 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-\[\.58\]:hover {
  opacity: .58;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-\[\#7A7A7A\]:focus {
  outline-color: #7A7A7A;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:hover .group-hover\:flex {
  display: flex;
}

@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

@media (min-width: 320px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:-order-1 {
    order: -1;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:\!w-72 {
    width: 18rem !important;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-\[130\%\] {
    width: 130%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:\!w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-2\.5 {
    gap: 10px;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-\[140px\] {
    row-gap: 140px;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-2\.5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pb-\[7rem\] {
    padding-bottom: 7rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm {
    font-size: 10px;
  }

  .sm\:text-2sm {
    font-size: 13px;
  }

  .sm\:text-3sm {
    font-size: 14px;
  }
}

@media (min-width: 820px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 320px) {

    .md\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 820px) {

    .md\:container {
      max-width: 820px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:top-\[130px\] {
    top: 130px;
  }

  .md\:left-\[475px\] {
    left: 475px;
  }

  .md\:left-\[380px\] {
    left: 380px;
  }

  .md\:left-\[470px\] {
    left: 470px;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mr-13 {
    margin-right: 52px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-\[258px\] {
    margin-left: 258px;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:ml-\[30px\] {
    margin-left: 30px;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-\[-40px\] {
    margin-left: -40px;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-8\.5 {
    margin-top: 34px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-\[571px\] {
    height: 571px !important;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:\!h-10 {
    height: 2.5rem !important;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-calc {
    width: calc(100% - 258px);
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-96 {
    width: 24rem !important;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-6\/10 {
    width: 60%;
  }

  .md\:\!w-96 {
    width: 24rem !important;
  }

  @media (min-width: 820px) {

    .md\:md\:w-4\/5 {
      width: 80%;
    }
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-\[27\%\] {
    width: 27%;
  }

  .md\:w-\[73\%\] {
    width: 73%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-\[24rem\] {
    width: 24rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-\[32\%\] {
    width: 32%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:\!w-72 {
    width: 18rem !important;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-y-\[160px\] {
    row-gap: 160px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-8\.5 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-14\.5 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-5\.5 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-29 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-13 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-12\.5 {
    padding-bottom: 50px;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pl-\[5rem\] {
    padding-left: 5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pl-3\.2 {
    padding-left: 13px;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 14px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-2sm {
    font-size: 13px;
  }

  .md\:text-3sm {
    font-size: 14px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-16\.3 {
    margin-top: 72px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-81 {
    width: 329px;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:\!w-72 {
    width: 18rem !important;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:\!text-\[12px\] {
    font-size: 12px !important;
  }
}

@media (min-width: 1280px) {

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-1\/10 {
    width: 10%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-\[765px\] {
    width: 765px;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-\[1000px\] {
    width: 1000px;
  }
}

/*# sourceMappingURL=app.css.map*/