:root {
    --primary-color: #EC008C;
}

.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{
    content:"";
    position:relative;
    top:-1px;
    display:inline-block;
    width:10px;
    height:10px;
    vertical-align:middle;
    border-style:solid;
    border-color:currentColor;
    border-width:2px 0 0 2px;
    border-radius:1px;
    box-sizing:border-box;
    transform-origin:center;
    transform:rotate(-45deg) scale(0.7)
}
.mx-icon-double-left:after{
    left:-4px
}
.mx-icon-double-right:before{
    left:4px
}
.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{
    transform:rotate(135deg) scale(0.7)
}
.mx-btn{
    box-sizing:border-box;
    line-height:1;
    font-size:14px;
    font-weight:500;
    padding:7px 15px;
    margin:0;
    cursor:pointer;
    background-color:transparent;
    outline:none;
    border:1px solid rgba(0,0,0,.1);
    border-radius:4px;
    color:#73879c;
    white-space:nowrap
}
.mx-btn:hover{
    border-color:var(--primary-color);
    color:var(--primary-color)
}
.mx-btn:disabled,.mx-btn.disabled{
    color:#ccc;
    cursor:not-allowed
}
.mx-btn-text{
    border:0;
    padding:0 4px;
    text-align:left;
    line-height:inherit
}
.mx-scrollbar{
    height:100%
}
.mx-scrollbar:hover .mx-scrollbar-track{
    opacity:1
}
.mx-scrollbar-wrap{
    height:100%;
    overflow-x:hidden;
    overflow-y:auto
}
.mx-scrollbar-track{
    position:absolute;
    top:2px;
    right:2px;
    bottom:2px;
    width:6px;
    z-index:1;
    border-radius:4px;
    opacity:0;
    transition:opacity .24s ease-out
}
.mx-scrollbar-track .mx-scrollbar-thumb{
    position:absolute;
    width:100%;
    height:0;
    cursor:pointer;
    border-radius:inherit;
    background-color:rgba(144,147,153,.3);
    transition:background-color .3s
}
.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{
    opacity:1;
    transform:scaleY(1);
    transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin:center top
}
.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{
    opacity:0;
    transform:scaleY(0)
}
.mx-datepicker{
    position:relative;
    display:inline-block;
    width: 100%}
.mx-datepicker svg{
    width:1em;
    height:1em;
    vertical-align:-0.15em;
    fill:currentColor;
    overflow:hidden
}
.mx-datepicker-range{
    width:320px
}
.mx-datepicker-inline{
    width:auto
}
.mx-input-wrapper{
    position:relative;
    margin-top: -0.25rem;
    display: flex;
    max-height: 16px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    font-family: Indosat Regular, 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";
    font-size: 0.875rem;
    line-height: 1.25rem}
.mx-input{
    display:inline-block;
    box-sizing:border-box;
    width:100%;
    height:32px;
    padding:6px 30px;
    padding-left:10px;
    font-size:14px;
    line-height:1.4;
    color:#555;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.mx-input:hover,.mx-input:focus{
    border-color:#409aff
}
.mx-input:disabled,.mx-input.disabled{
    color:#ccc;
    background-color:#f3f3f3;
    border-color:#ccc;
    cursor:not-allowed
}
.mx-input:focus{
    outline:none
}
.mx-input::-ms-clear{
    display:none
}
.mx-icon-calendar,.mx-icon-clear{
    font-size:16px;
    line-height:1;
    color:rgba(0,0,0,.5);
}
.mx-icon-clear{
    cursor:pointer
}
.mx-icon-clear:hover{
    color:rgba(0,0,0,.8)
}
.mx-datepicker-main{
    font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;
    color:#73879c;
    background-color:#fff;
    border:1px solid #e8e8e8
}
.mx-datepicker-popup{
    position:absolute;
    margin-top:1px;
    margin-bottom:1px;
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    z-index:2001
}
.mx-datepicker-sidebar{
    float:left;
    box-sizing:border-box;
    width:100px;
    padding:6px;
    overflow:auto
}
.mx-datepicker-sidebar+.mx-datepicker-content{
    margin-left:100px;
    border-left:1px solid #e8e8e8
}
.mx-datepicker-body{
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.mx-btn-shortcut{
    display:block;
    padding:0 6px;
    line-height:24px
}
.mx-range-wrapper{
    display:flex
}
@media(max-width: 750px){
    .mx-range-wrapper{
        flex-direction:column
    }
}
.mx-datepicker-header{
    padding:6px 8px;
    border-bottom:1px solid #e8e8e8
}
.mx-datepicker-footer{
    padding:6px 8px;
    text-align:right;
    border-top:1px solid #e8e8e8
}
.mx-calendar{
    box-sizing:border-box;
    width:248px;
    padding:6px 12px
}
.mx-calendar+.mx-calendar{
    border-left:1px solid #e8e8e8
}
.mx-calendar-header,.mx-time-header{
    box-sizing:border-box;
    height:34px;
    line-height:34px;
    text-align:center;
    overflow:hidden
}
.mx-btn-icon-left,.mx-btn-icon-double-left{
    float:left
}
.mx-btn-icon-right,.mx-btn-icon-double-right{
    float:right
}
.mx-calendar-header-label{
    font-size:14px
}
.mx-calendar-decade-separator{
    margin:0 2px
}
.mx-calendar-decade-separator:after{
    content:"~"
}
.mx-calendar-content{
    position:relative;
    height:224px;
    box-sizing:border-box
}
.mx-calendar-content .cell{
    cursor:pointer
}
.mx-calendar-content .cell:hover{
    color:#73879c;
    background-color:#f3f9fe
}
.mx-calendar-content .cell.active{
    color:#fff;
    background-color:var(--primary-color)
}
.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{
    color:#73879c;
    background-color:#dbedfb
}
.mx-calendar-content .cell.disabled{
    cursor:not-allowed;
    color:#ccc;
    background-color:#f3f3f3
}
.mx-calendar-week-mode .mx-date-row{
    cursor:pointer
}
.mx-calendar-week-mode .mx-date-row:hover{
    background-color:#f3f9fe
}
.mx-calendar-week-mode .mx-date-row.mx-active-week{
    background-color:#dbedfb
}
.mx-calendar-week-mode .mx-date-row .cell:hover{
    color:inherit;
    background-color:transparent
}
.mx-calendar-week-mode .mx-date-row .cell.active{
    color:inherit;
    background-color:transparent
}
.mx-week-number{
    opacity:.5
}
.mx-table{
    table-layout:fixed;
    border-collapse:separate;
    border-spacing:0;
    width:100%;
    height:100%;
    box-sizing:border-box;
    text-align:center
}
.mx-table th{
    padding:0;
    font-weight:500;
    vertical-align:middle
}
.mx-table td{
    padding:0;
    vertical-align:middle
}
.mx-table-date td,.mx-table-date th{
    height:32px;
    font-size:12px
}
.mx-table-date .today{
    color:#2a90e9
}
.mx-table-date .cell.not-current-month{
    color:#ccc;
    background:none
}
.mx-time{
    flex:1;
    width:224px;
    background:#fff
}
.mx-time+.mx-time{
    border-left:1px solid #e8e8e8
}
.mx-calendar-time{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.mx-time-header{
    border-bottom:1px solid #e8e8e8
}
.mx-time-content{
    height:224px;
    box-sizing:border-box;
    overflow:hidden
}
.mx-time-columns{
    display:flex;
    width:100%;
    height:100%;
    overflow:hidden
}
.mx-time-column{
    flex:1;
    position:relative;
    border-left:1px solid #e8e8e8;
    text-align:center
}
.mx-time-column:first-child{
    border-left:0
}
.mx-time-column .mx-time-list{
    margin:0;
    padding:0;
    list-style:none
}
.mx-time-column .mx-time-list::after{
    content:"";
    display:block;
    height:192px
}
.mx-time-column .mx-time-item{
    cursor:pointer;
    font-size:12px;
    height:32px;
    line-height:32px
}
.mx-time-column .mx-time-item:hover{
    color:#73879c;
    background-color:#f3f9fe
}
.mx-time-column .mx-time-item.active{
    color:var(--primary-color);
    background-color:transparent;
    font-weight:700
}
.mx-time-column .mx-time-item.disabled{
    cursor:not-allowed;
    color:#ccc;
    background-color:#f3f3f3
}
.mx-time-option{
    cursor:pointer;
    padding:8px 10px;
    font-size:14px;
    line-height:20px
}
.mx-time-option:hover{
    color:#73879c;
    background-color:#f3f9fe
}
.mx-time-option.active{
    color:var(--primary-color);
    background-color:transparent;
    font-weight:700
}
.mx-time-option.disabled{
    cursor:not-allowed;
    color:#ccc;
    background-color:#f3f3f3
}
 
/*
! tailwindcss v3.3.1 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-right-0 {
  right: 0px;
}
.tw-top-0 {
  top: 0px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-50 {
  z-index: 50;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-m-5 {
  margin: 1.25rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-5 {
  margin-left: 1.25rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-14 {
  margin-top: 3.5rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-block {
  display: block;
}
.\!tw-flex {
  display: flex !important;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.\!tw-h-32 {
  height: 8rem !important;
}
.\!tw-h-\[1px\] {
  height: 1px !important;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-17 {
  height: 68px;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-9 {
  height: 2.25rem;
}
.tw-h-full {
  height: 100%;
}
.tw-max-h-40 {
  max-height: 10rem;
}
.\!tw-w-\[1px\] {
  width: 1px !important;
}
.\!tw-w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-9 {
  width: 2.25rem;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[99\.69px\] {
  width: 99.69px;
}
.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-\[160px\] {
  min-width: 160px;
}
.tw-max-w-\[182px\] {
  max-width: 182px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-max-w-xl {
  max-width: 36rem;
}
.tw-max-w-xs {
  max-width: 20rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.\!tw-items-baseline {
  align-items: baseline !important;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-9 {
  gap: 2.25rem;
}
.tw-gap-\[10px\] {
  gap: 10px;
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-x-hidden {
  overflow-x: hidden;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-break-all {
  word-break: break-all;
}
.\!tw-rounded-full {
  border-radius: 9999px !important;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-\[6px\] {
  border-radius: 6px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-b-\[2px\] {
  border-bottom-width: 2px;
}
.tw-border-r-\[2px\] {
  border-right-width: 2px;
}
.tw-border-r-\[3px\] {
  border-right-width: 3px;
}
.\!tw-border-solid {
  border-style: solid !important;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-dashed {
  border-style: dashed;
}
.tw-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.tw-border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.tw-border-grey-90 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.tw-border-neutral-40 {
  border-color: rgba(0, 0, 0, 0.12);
}
.tw-border-neutral-50 {
  border-color: rgba(0, 0, 0, 0.24);
}
.tw-border-neutral-80 {
  border-color: rgba(0, 0, 0, 0.62);
}
.tw-border-primary-main {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
}
.tw-border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.tw-border-warning-border {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 171 / var(--tw-border-opacity));
}
.tw-border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.\!tw-bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}
.tw-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.tw-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.tw-bg-danger-main\/10 {
  background-color: rgb(237 28 36 / 0.1);
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.tw-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.tw-bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.tw-bg-neutral-20 {
  background-color: rgba(0, 0, 0, 0.04);
}
.tw-bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}
.tw-bg-primary-main\/5 {
  background-color: rgb(236 0 140 / 0.05);
}
.tw-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tw-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.tw-bg-success-main\/10 {
  background-color: rgb(50 188 173 / 0.1);
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-warning-main\/10 {
  background-color: rgb(255 203 5 / 0.1);
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!tw-p-0 {
  padding: 0px !important;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.\!tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!tw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.tw-pb-10 {
  padding-bottom: 2.5rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-text-center {
  text-align: center;
}
.tw-font-indosat {
  font-family: Indosat Regular, 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";
}
.tw-font-indosat-bold {
  font-family: Indosat Bold Bold, 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";
}
.tw-font-indosat-medium {
  font-family: Indosat Medium Medium, 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";
}
.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-italic {
  font-style: italic;
}
.\!tw-text-\[\#FFF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!tw-text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!tw-text-black-90 {
  --tw-text-opacity: 1 !important;
  color: rgb(76 77 79 / var(--tw-text-opacity)) !important;
}
.\!tw-text-black-90\/40 {
  color: rgb(76 77 79 / 0.4) !important;
}
.\!tw-text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.\!tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.\!tw-text-danger-main {
  --tw-text-opacity: 1 !important;
  color: rgb(237 28 36 / var(--tw-text-opacity)) !important;
}
.\!tw-text-neutral-10 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / var(--tw-text-opacity)) !important;
}
.\!tw-text-neutral-100 {
  color: rgba(0, 0, 0, 0.96) !important;
}
.\!tw-text-primary-main {
  --tw-text-opacity: 1 !important;
  color: rgb(236 0 140 / var(--tw-text-opacity)) !important;
}
.\!tw-text-slate-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity)) !important;
}
.\!tw-text-success-main {
  --tw-text-opacity: 1 !important;
  color: rgb(50 188 173 / var(--tw-text-opacity)) !important;
}
.\!tw-text-warning-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(212 169 4 / var(--tw-text-opacity)) !important;
}
.\!tw-text-warning-main {
  --tw-text-opacity: 1 !important;
  color: rgb(255 203 5 / var(--tw-text-opacity)) !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.tw-text-black-90 {
  --tw-text-opacity: 1;
  color: rgb(76 77 79 / var(--tw-text-opacity));
}
.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tw-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.tw-text-neutral-100 {
  color: rgba(0, 0, 0, 0.96);
}
.tw-text-neutral-50 {
  color: rgba(0, 0, 0, 0.24);
}
.tw-text-neutral-70 {
  color: rgba(0, 0, 0, 0.54);
}
.tw-text-neutral-80 {
  color: rgba(0, 0, 0, 0.62);
}
.tw-text-neutral-90 {
  color: rgba(0, 0, 0, 0.75);
}
.tw-text-neutral-90\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.tw-text-primary-main {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}
.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.tw-text-red-90 {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}
.tw-text-warning-pressed {
  --tw-text-opacity: 1;
  color: rgb(128 101 2 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.\!tw-underline {
  text-decoration-line: underline !important;
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!tw-shadow-neutral-100\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

@font-face {
    font-family: 'Qualy-Bold';
    src: url(/fonts/Qualy-Bold.otf?00d932b273b2671dd2bb54512391d563);
}

@font-face {
    font-family: 'Prompt-Regular';
    src: url(/fonts/Prompt-Regular.ttf?20f7485906118ce5f6e3023741539309);
}

@font-face {
    font-family: 'Indosat Regular';
    src: url(/fonts/IndosatRegular-Regular.ttf?5080441288d9ffc710bbc6def30e02d6);
}

@font-face {
    font-family: 'Indosat Medium Medium';
    src: url(/fonts/IndosatMedium-Medium.ttf?fe133508020f9af6611690a89552ceff);
}

@font-face {
    font-family: 'Indosat Bold Bold';
    src: url(/fonts/IndosatBold-Bold.ttf?8487599e9976ead7a17ff9621446b506);
}

.v-application {
    font-family: 'Prompt-Regular', 'Qualy-Bold', 'sans-serif' !important;
}

h1, h2, h3 {
    font-family: 'Qualy-Bold', 'Prompt-Regular', 'sans-serif' !important;
}

a, a:hover, a:focus {
    display: block !important;
    text-decoration: inherit !important;
    color: inherit !important;
    width: 100% !important;
}

th {
    text-align: left;
    font-size: 12px;
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.input {
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    height: 36px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.75)}

.input::-moz-placeholder {
  font-family: Indosat Regular, 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";
  color: rgba(0, 0, 0, 0.24);
}

.input::placeholder {
  font-family: Indosat Regular, 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";
  color: rgba(0, 0, 0, 0.24);
}

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

.input:disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.input:disabled::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.tw-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Indosat Medium Medium, 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";
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-button-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid !important;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Indosat Medium Medium, 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";
  --tw-text-opacity: 1 !important;
  color: rgb(236 0 140 / var(--tw-text-opacity)) !important;
}

.skeleton {
  min-height: 1em;
  width: 100%;
}

@keyframes tw-pulse {

  50% {
    opacity: .5;
  }
}

.skeleton {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background-color: rgb(15 23 42 / 0.3);
}

.hover\:\!tw-flex:hover {
  display: flex !important;
}

.hover\:\!tw-w-fit:hover {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.hover\:tw-bg-neutral-30:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.hover\:tw-bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:tw-bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

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

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

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

.hover\:\!tw-underline:hover {
  text-decoration-line: underline !important;
}

.focus\:\!tw-flex:focus {
  display: flex !important;
}

.focus\:\!tw-w-fit:focus {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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