.attendance-wrapper {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 5rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .attendance-wrapper {
        max-width: 550px;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-bottom: 3.5rem;
        padding-top: 1.25rem;
    }
}

.attendance-history-table {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.attendance-history-table table {
    width: 100%;
  }

.attendance-history-table table th {
    border-bottom-width: 2px;
    padding-bottom: 0.75rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.attendance-history-table table th:last-child {
      text-align: right;
    }

.attendance-history-table table .item td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.attendance-history-select-custom-time-form {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(63 61 202 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.attendance-history-select-custom-time-form input[type=date] {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.custom-select {
  width: 200px;
}

.custom-select details {
    position: relative;
    width: 200px;
    margin-right: 1rem;
  }

.custom-select details[open] {
    z-index: 1;
  }

.custom-select summary {
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(63 61 202 / var(--tw-text-opacity));
    padding: 1rem;
    height: 45px;

    cursor: pointer;
    list-style: none;
}

.custom-select summary::-webkit-details-marker {
    display: none;
  }

.custom-select details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
  }

.custom-select summary:after {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms
  }

.custom-select summary:focus {
    outline: none;
  }

.custom-select details[open] summary:after {
    transform: rotate(135deg) translate(0%, 0%);
  }

.custom-select ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 0.375rem;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 200px;
    position: absolute;
    box-sizing: border-box;
    overflow-y: auto;
}

.custom-select li:hover {
    text-decoration-line: underline;
}

.custom-select summary.radios {
    counter-reset: radios;
  }

.custom-select summary.radios:before {
    content: var(--selection);
  }

.custom-select input[type=radio] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.custom-select input[type=radio]:hover {
    cursor: pointer;
}

.custom-select input[type=radio] {
    counter-increment: radios;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: none;
  }

.custom-select input[type=radio]:checked {
    display: inline;
    --display: block;
  }

.custom-select input[type=radio]:after {
    content: attr(title);
    display: inline;
  }

.custom-select ul.list {
    counter-reset: labels;
  }

.custom-select label {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
  }

.custom-select label a {
    height: 100%;
    width: 100%;
}

.leave-request-form-wrapper {
    display: flex;
    width: 100%;
    max-width: 700px;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.leave-request-form-wrapper .input__select {
        width: 334px;
      }

.leave-request-form-wrapper .input__radio-group {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 640px) {

    .leave-request-form-wrapper .input__radio-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {

    .leave-request-form-wrapper .input__radio-group {
        display: flex;
        gap: 1.25rem;
    }
}

.leave-request-form-wrapper .input__radio-group div {
    display: flex;
    gap: 0.5rem;
}

.leave-request-form-wrapper .input__date-group {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 768px) {

    .leave-request-form-wrapper .input__date-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.mobile-nav {
    display: grid;
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;

  background-color: #F8F8F8;
}

.hamburger {
  position: fixed;
  z-index: 100;
  max-width: 20px;
  cursor: pointer;
  right: 0;
  margin-right: 20px;
  margin-top: 20px;
}

.mobile-nav-logo {
  position: fixed;
  z-index: 98;
  cursor: pointer;
  left: 0;
  margin-left: 20px;
  margin-top: 20px;
}

.visuallyhidden {
  opacity: 0;
}

.menu {
  position: fixed;
  transform: translateY(-200%);
  transition: transform 2.0s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: white;
  color: white;
  list-style: none;
  padding-top: 2rem;
  max-height: 100vh;
  overflow-y: scroll;
}

.showMenu {
  transform: translateY(0);
}

.kebab {
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  top: 12px;
}

.kebab figure {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #062669;
    margin: 3px 0;
  }

.middle {
  transition: all 0.25s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16),
    0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  filter: blur(0.1px);
}

.middle.active {
  transform: scale(4.5);
  transition: all 0.25s cubic-bezier(0.32, 2.04, 0.85, 0.54);
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16),
    0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: -2px;
  color: white;
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cross.active {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}

a,
li {
  color: darken(black, 20%);
  text-decoration: none;
}

.dropdown {
  position: absolute;
  right: 0;
  top: 3em;
  transition: all 0.25s ease-out;
  transform: scale(0);
  transform-origin: 100% 0;
  z-index: 999;
}

.dropdown li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

.dropdown li a {
      width: 100%;
      padding: 8px 12px;
      display: inline-block;
      white-space: pre;
      box-sizing: border-box;
      border-radius: 50px;
      background-color: #062669;
      margin-bottom: 10px;
      color: white;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    }

.dropdown li a:hover {
        background-color: #3f3dca;
        transition: ease-in-out 0.2s;
      }

.dropdown:hover ul {
      transform: scale(1);
    }

.dropdown.active {
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
}

.form-control+.form-control {
  margin-top: 1em;
}

.form-control:focus-within {
  color: var(--form-control-color);
}

.radio-input input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
         appearance: none;
    /* For iOS < 15 */
    background-color: var(--color-white);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 3px solid currentColor;
    border-radius: 50%;
    transform: translateY(3px);

    display: grid;
    align-items: center;
    justify-items: center;
  }

.radio-input input[type="radio"]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-primary);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
  }

.radio-input input[type="radio"]:checked::before {
    transform: scale(1);
  }

.mw-selector {
    position: relative;
    height: 54px;
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.mw-selector label {
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-size: 12px;
    font-weight: 500;
}

.mw-selector select {
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    padding-top: 1rem;
    font-size: 14px;
    font-weight: 500;
}

.mw-selector select:hover {
    cursor: pointer;
}

.mw-selector select:active, .mw-selector select:hover, .mw-selector select:focus {
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.mw-date {
    position: relative;
    height: 54px;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.mw-date label {
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-size: 12px;
    font-weight: 500;
}

.mw-date input[type="date"] {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1rem;
    font-size: 14px;
    font-weight: 500;
}

.mw-date input[type="date"]:hover {
    cursor: pointer;
}

.mw-date input[type="date"]:active, .mw-date input[type="date"]:hover, .mw-date input[type="date"]:focus {
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.component__form--holiday {
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.working-days-select {
    margin: auto;
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.working-days-unselect {
    margin: auto;
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(111 114 122 / var(--tw-text-opacity));
}

/* ! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

.-left-\[12px\] {
    left: -12px;
}

.bottom-0 {
    bottom: 0px;
}

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

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

.left-0 {
    left: 0px;
}

.left-5 {
    left: 1.25rem;
}

.left-\[-70px\] {
    left: -70px;
}

.left-\[35px\] {
    left: 35px;
}

.left-\[60\%\] {
    left: 60%;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

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

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

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

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-4 {
    top: 1rem;
}

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

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

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

.top-\[60\%\] {
    top: 60%;
}

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

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

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

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

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

.m-auto {
    margin: auto;
}

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

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

.mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3\.5 {
    margin-top: 0.875rem;
}

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

.mt-9 {
    margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

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

.contents {
    display: contents;
}

.hidden {
    display: none;
}

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

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

.h-0 {
    height: 0px;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-36 {
    height: 9rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

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

.h-screen {
    height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

.w-10 {
    width: 2.5rem;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-14 {
    width: 3.5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
    width: 100%;
}

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

.w-screen {
    width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
    flex: none;
}

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

.grow {
    flex-grow: 1;
}

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

.basis-full {
    flex-basis: 100%;
}

.origin-\[0\] {
    transform-origin: 0;
}

.-translate-x-3 {
    --tw-translate-x: -0.75rem;
    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-6 {
    --tw-translate-y: -1.5rem;
    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-2 {
    --tw-translate-y: 0.5rem;
    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));
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-inside {
    list-style-position: inside;
}

.list-disc {
    list-style-type: disc;
}

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

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

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

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

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

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

.grid-cols-\[13px_1fr\] {
    grid-template-columns: 13px 1fr;
}

.grid-cols-\[18px_1fr\] {
    grid-template-columns: 18px 1fr;
}

.grid-cols-\[1fr_115px\] {
    grid-template-columns: 1fr 115px;
}

.grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
}

.grid-cols-\[1fr_70px\] {
    grid-template-columns: 1fr 70px;
}

.grid-cols-\[200px_200px\] {
    grid-template-columns: 200px 200px;
}

.grid-cols-\[20px_100px\] {
    grid-template-columns: 20px 100px;
}

.grid-cols-\[30px_1fr\] {
    grid-template-columns: 30px 1fr;
}

.grid-cols-\[50px_15px_10px_10px_10px_15px\] {
    grid-template-columns: 50px 15px 10px 10px 10px 15px;
}

.grid-cols-\[50px_15px_15px_15px_15px_15px\] {
    grid-template-columns: 50px 15px 15px 15px 15px 15px;
}

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

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

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

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

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

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

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

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

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

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

.justify-items-end {
    justify-items: end;
}

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[13px\] {
    gap: 13px;
}

.gap-\[15px\] {
    gap: 15px;
}

.gap-\[7px\] {
    gap: 7px;
}

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

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

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

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

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.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-scroll {
    overflow-x: scroll;
}

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

.rounded {
    border-radius: 0.25rem;
}

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

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[5px\] {
    border-radius: 5px;
}

.rounded-\[6px\] {
    border-radius: 6px;
}

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

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

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

.border {
    border-width: 1px;
}

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

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

.border-\[1px\] {
    border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-mw-grey {
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-mw-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.border-mw-light-navy {
    --tw-border-opacity: 1;
    border-color: rgb(226 231 241 / var(--tw-border-opacity));
}

.border-mw-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(176 175 236 / var(--tw-border-opacity));
}

.border-mw-navy {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

.border-mw-peach {
    --tw-border-opacity: 1;
    border-color: rgb(239 121 103 / var(--tw-border-opacity));
}

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

.\!bg-mw-navy {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity)) !important;
}

.\!bg-mw-peach {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 121 103 / var(--tw-bg-opacity)) !important;
}

.\!bg-mw-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
}

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

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

.bg-mw-dark-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(111 114 122 / var(--tw-bg-opacity));
}

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

.bg-mw-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(217 253 219 / var(--tw-bg-opacity));
}

.bg-mw-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-mw-light-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.bg-mw-light-peach {
    --tw-bg-opacity: 1;
    background-color: rgb(251 201 193 / var(--tw-bg-opacity));
}

.bg-mw-light-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 236 207 / var(--tw-bg-opacity));
}

.bg-mw-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
}

.bg-mw-peach {
    --tw-bg-opacity: 1;
    background-color: rgb(239 121 103 / var(--tw-bg-opacity));
}

.bg-mw-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
}

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

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

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

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

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
}

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

.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
}

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

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

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

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

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

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

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

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

.py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px;
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
}

.\!pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px;
}

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

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

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

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

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

.pb-\[12px\] {
    padding-bottom: 12px;
}

.pb-\[13px\] {
    padding-bottom: 13px;
}

.pb-\[34px\] {
    padding-bottom: 34px;
}

.pb-\[40px\] {
    padding-bottom: 40px;
}

.pb-\[42px\] {
    padding-bottom: 42px;
}

.pb-\[5px\] {
    padding-bottom: 5px;
}

.pb-\[65px\] {
    padding-bottom: 65px;
}

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

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

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

.pl-5 {
    padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.pt-2\.5 {
    padding-top: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-2xl {
    font-size: 25px;
}

.text-3xl {
    font-size: 35px;
}

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

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

.text-base {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

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

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

.text-xs {
    font-size: 12px;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.\!text-mw-peach {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

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

.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-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.text-mw-dark-grey {
    --tw-text-opacity: 1;
    color: rgb(111 114 122 / var(--tw-text-opacity));
}

.text-mw-green {
    --tw-text-opacity: 1;
    color: rgb(92 173 96 / var(--tw-text-opacity));
}

.text-mw-grey {
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
}

.text-mw-light-purple {
    --tw-text-opacity: 1;
    color: rgb(176 175 236 / var(--tw-text-opacity));
}

.text-mw-navy {
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.text-mw-peach {
    --tw-text-opacity: 1;
    color: rgb(239 121 103 / var(--tw-text-opacity));
}

.text-mw-purple {
    --tw-text-opacity: 1;
    color: rgb(63 61 202 / var(--tw-text-opacity));
}

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

.text-mw-yellow {
    --tw-text-opacity: 1;
    color: rgb(238 163 50 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
    outline-style: solid;
}

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

.outline-\[3px\] {
    outline-width: 3px;
}

.outline-offset-\[-3px\] {
    outline-offset: -3px;
}

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

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

:root {
  --screen-mobiles-xs: 350px;
  --screen-mobiles-s: 400px;
  --screen-mobiles: 580px;
  --screen-mobiles-l: 720px;
  --screen-tablets: 900px;
  --screen-tablets-l: 1024px;
  --screen-tablets-xl: 1140px;
  --screen-desktops: 1200px;
  --screen-desktops-xl: 1440px;

  --font-family-lexend-regular: LexendRegular, arial, sans-serif;
}

@font-face {
  font-family: LexendRegular;
  src: url(/fonts/lexend-regular.ttf);
}

a {
  cursor: pointer;
}

body {
    min-height: 100vh;
  font-family: var(--font-family-lexend-regular);
  background-color: #f8f8f8;
}

form {
  width: 100%;
}

p {
    overflow-wrap: break-word;
}

.input__text {
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));

    width: 100%;
    padding: 18px 16px;
    border-radius: 5px;
}

.input__text:not(:-moz-placeholder-shown) {
      padding: 16px;
      padding-top: 26px;
      padding-bottom: 10px;
    }

.input__text:not(:placeholder-shown),
    .input__text:focus {
      padding: 16px;
      padding-top: 26px;
      padding-bottom: 10px;
    }

.input__wrapper {
    position: relative;
  }

.login {
    display: flex;
    min-height: 100vh;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));

  justify-content: center;
}

.login form {
    display: flex;
    justify-content: center;
  }

.login__wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

@media (min-width: 768px) {

    .login__wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.login__wrapper {
    width: 100%;
    max-width: 360px;
    justify-items: center;
    display: grid;
  }

.login__subwrapper {
    display: grid;
    grid-gap: 16px;
    width: 100%;
  }

.login__error {
    --tw-text-opacity: 1;
    color: rgb(239 121 103 / var(--tw-text-opacity));

    display: flex;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 12px;
    justify-items: left;
    margin-top: 8px;
    width: 100%;
}

.login__logo {
    padding-bottom: 60px;
  }

.login__forgotpassword {
    width: 100%;
    color: white;
    display: flex;
    justify-content: end;
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 8px;
  }

textarea {
  resize: none;
}

input:not(:focus) ~ .floating-label {
  left: 16px;
  font-size: 14px;
  opacity: 0.75;
  top: 20px;
}

input:not(:-moz-placeholder-shown) ~ .floating-label {
  left: 16px;
  font-size: 12px;
  opacity: 0.75;
  top: 10px;
}

input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
  left: 16px;
  font-size: 12px;
  opacity: 0.75;
  top: 10px;
}

.floating-label {
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));

  opacity: 0.75;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 0px;
  transition: 0.2s ease all;
}

.text-peach {
    --tw-text-opacity: 1;
    color: rgb(239 121 103 / var(--tw-text-opacity));
}

.border-peach {
    --tw-border-opacity: 1;
    border-color: rgb(239 121 103 / var(--tw-border-opacity));

  border: 1.5px solid;
}

.password-reset {
    display: flex;
    min-height: 100vh;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
  justify-content: center;
}

.password-reset__error {
    --tw-text-opacity: 1;
    color: rgb(239 121 103 / var(--tw-text-opacity));

    -moz-column-gap: 0.5rem;

         column-gap: 0.5rem;
    font-size: 12px;
    justify-items: left;
    margin-top: -29px;
    width: 100%;
    padding-bottom: 8px;
    display: none;
}

.password-reset__wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    place-self: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 768px) {

    .password-reset__wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.password-reset__wrapper {

    width: 100%;
    max-width: 360px;
  }

.password-reset__logo {
    margin-left: auto;
    margin-right: auto;
    height: 9rem;
    width: 9rem;
}

.password-reset__title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.password-reset__description {
    margin-bottom: 2.75rem;
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mw-input-group--primary {
    height: auto;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    text-align: left;
}

.mw-input-group--primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

.mw-input-group--primary .mw-input-group-prepend--primary {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.mw-input-group--primary .mw-input-group-prepend--primary label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.mw-input-group--primary .mw-input-group-prepend--primary input,
    .mw-input-group--primary .mw-input-group-prepend--primary textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
}

.mw-input-group--primary .mw-input-group-prepend--primary input:focus,
    .mw-input-group--primary .mw-input-group-prepend--primary textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mw-input-group--primary .mw-input-group-prepend--primary input:focus,
    .mw-input-group--primary .mw-input-group-prepend--primary input:focus-visible {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }

.mw-input-group--primary.--readonly {
    --tw-border-opacity: 1;
    border-color: rgb(226 231 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.mw-input-group--primary.--readonly input {
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.mw-input-group--second {
    margin-bottom: 1rem;
    height: 57px;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(226 231 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    text-align: left;
}

.mw-input-group--second:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

    .mw-input-group--second {
        margin-bottom: 0px;
    }
}

.mw-input-group--second .mw-input-group-prepend--second {
    position: relative;
    z-index: 0;
    width: 100%;
}

.mw-input-group--second .mw-input-group-prepend--second label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.mw-input-group--second .mw-input-group-prepend--second input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
}

.mw-input-group--second .mw-input-group-prepend--second input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mw-select-group--primary {
    margin-bottom: 1rem;
    height: 57px;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: left;
}

.mw-select-group--primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

    .mw-select-group--primary {
        margin-bottom: 0px;
    }
}

.mw-select-group--primary .mw-select-group-prepend--primary {
    position: relative;
    z-index: 0;
    width: 100%;
}

.mw-select-group--primary .mw-select-group-prepend--primary label {
    position: absolute;
    top: 0.75rem;
    z-index: -10;
    transform-origin: 0;
    --tw-translate-y: -1.5rem;
    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));
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    transition-duration: 300ms;
}

.mw-select-group--primary .mw-select-group-prepend--primary select {
    margin-top: 5px;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0.375rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
}

.mw-select-group--primary .mw-select-group-prepend--primary select:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mw-select-group--primary .mw-select-group-prepend--primary select {

      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: transparent;
      background-image: url(/assets/icon-down-f00c0cbdfbfaff8f8c4082403c8a3cc91b2a8fb6a027690b8549bec117518b8f.svg);
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 5px;
    }

.mw-select-group--primary .mw-select-group-prepend--primary select:focus,
    .mw-select-group--primary .mw-select-group-prepend--primary select:focus-visible {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }

.mw-select-group--second {
    margin-bottom: 1rem;
    height: 57px;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(248 248 248 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: left;
}

.mw-select-group--second:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

    .mw-select-group--second {
        margin-bottom: 0px;
    }
}

.mw-select-group--second .mw-select-group-prepend--second {
    position: relative;
    z-index: 0;
    width: 100%;
}

.mw-select-group--second .mw-select-group-prepend--second label {
    position: absolute;
    top: 0.75rem;
    z-index: -10;
    transform-origin: 0;
    --tw-translate-y: -1.5rem;
    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));
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    transition-duration: 300ms;
}

.mw-select-group--second .mw-select-group-prepend--second select {
    margin-top: 5px;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0.375rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
}

.mw-select-group--second .mw-select-group-prepend--second select:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mw-textarea {
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    text-align: left;
}

.mw-textarea:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

    .mw-textarea {
        margin-bottom: 0px;
    }
}

.mw-textarea textarea:focus {
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.mw-textarea textarea[readonly] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.mw-textarea .mw-textarea-prepend--primary {
    position: relative;
    z-index: 0;
    width: 100%;
}

.mw-textarea .mw-textarea-prepend--primary label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
}

.mw-textarea .mw-textarea-prepend--primary input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.625rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
}

.mw-textarea .mw-textarea-prepend--primary input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.mw-textarea.--readonly {
    --tw-border-opacity: 1;
    border-color: rgb(226 231 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.mw-textarea.--readonly .mw-textarea-prepend--primary {
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.mw-group-errors {
    --tw-border-opacity: 1 !important;
    border-color: rgb(239 121 103 / var(--tw-border-opacity)) !important;
}

.mw-group-errors label {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.mw-group-errors input {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.mw-group-errors select {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.mw-group-errors p {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.logo-image {
    margin: 22px 0px 0px 26px;
    height: 22px;
    width: 120px;
  }

.logo-collapse {
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    height: 22px;
    width: 2.5rem;
}

.sidebar {
    position: relative;
    min-width: 280px;
    max-width: 280px;
    padding: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.sidebar-menu {
    position: relative;
    margin-bottom: 1.25rem;
    display: flex;
    height: 3rem;
    flex-direction: row;
    border-radius: 0.25rem;
    padding-left: 20px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.sidebar-menu:hover {
    opacity: 0.7;
}

.sidebar-menu-listsub {
    height: 0px;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.sidebar-menu-listsub-active {
    display: block;
    height: auto;
    opacity: 1;
}

.sidebar-menu-listsub-active .sidebar-menu-activebar {
    top: -0.5rem;
}

.sidebar-menu-activebar {
    position: absolute;
    left: -12px;
    margin-top: 4px;
    height: 2.5rem;
    width: 0.75rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms;
}

.sidebar-menu-activebar-unselect {
    opacity: 0;
}

.sidebar-menu-active-icon {
    display: grid;
    justify-content: center;

      filter: invert(23%) sepia(72%) saturate(4457%) hue-rotate(239deg)
        brightness(81%) contrast(94%);
}

.sidebar-menu-expand {
    margin-bottom: 1.25rem;
}

.sidebar-menu-icon {
    margin-top: auto;
    margin-bottom: auto;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    fill: #dc2626;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.sidebar-menu-name {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 26px;
    font-size: 14px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.sidebar-footer {
    display: flex;
    flex-direction: column;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

@media (min-width: 768px) {

    .sidebar-footer {
        padding-right: 30px;
        padding-left: 14px;
    }
}

.sidebar-frame {
    z-index: 50;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --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);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-frame::-webkit-scrollbar {
      display: none;
    }

.sidebar[collapse$="true"] {
    min-width: 70px;
    max-width: 70px;
}

.sidebar[collapse$="true"] .collapse-btn {
    right: 17px;
}

.sidebar[collapse$="true"] .collapse-btn .icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar[collapse$="true"] .sidebar-menu {
    display: grid;
    width: 50px;
    padding-left: 0px;
}

.sidebar[collapse$="true"] .sidebar-menu:hover {
    background-color: rgb(6 38 105 / 0.3);
}

.sidebar[collapse$="true"] .sidebar-menu-name {
    display: none;
}

.sidebar[collapse$="true"] .sidebar-menu-icon {
    margin: auto;
}

.sidebar[collapse$="true"] .sidebar-footer {
    max-height: 100px;
    overflow: hidden;
    opacity: 0;
}

.sidebar .collapse-btn {
    position: absolute;
    bottom: 50px;
    right: -18px;
    display: flex;
    height: 36px;
    width: 36px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.sidebar .collapse-btn:hover {
    opacity: 0.8;
}

.sidebar .collapse-btn .icon {
    margin: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.logout-btn {
    margin-top: auto;
    display: flex;
    height: 15px;
    flex-direction: row;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(176 175 236 / var(--tw-text-opacity));
  transition: all 150ms linear;
}

.logout-btn .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 6px;
    width: 11px;
}

.logout-btn:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
    opacity: 0.75;
}

.setup-steps {
    --tw-bg-opacity: 1;
    background-color: rgb(111 114 122 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.setup-steps--active {
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.setup-steps--completed {
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.account-menu li:hover {
      cursor: pointer;
    }

.account-menu li.active {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.details-html details summary {
    cursor: pointer;
  }

.details-html .styled summary::-webkit-details-marker {
    display: none;
  }

.details-html .styled summary {
    list-style: none;
    cursor: default;
    position: relative;
  }

.details-html .styled summary::after {
      content: url(/leave/icon-up.svg);
      position: absolute;
      right: 0px;
      top: 0px;
      transform: rotate(-180deg);
      transform-origin: 0.2rem 50%;
      transition: 0.25s transform ease-in-out;
    }

.details-html details[open].styled > summary::after {
    transform: rotate(0) translate(-50%, 0%);
  }

.text-d1 {
    font-size: 35px;
    font-weight: 400;
}

.text-d2 {
    font-size: 25px;
    font-weight: 500;
}

.text-h1 {
    font-size: 25px;
    font-weight: 600;
}

.text-h2 {
    font-size: 20px;
    font-weight: 700;
}

.text-h3 {
    font-size: 18px;
    font-weight: 600;
}

.text-h4 {
    font-size: 14px;
    font-weight: 500;
}

.text-s1 {
    font-size: 20px;
    font-weight: 400;
}

.text-s2 {
    font-size: 18px;
    font-weight: 400;
}

.text-s3 {
    font-size: 12px;
    font-weight: 500;
}

.text-s4 {
    font-size: 12px;
    font-weight: 400;
}

.text-b1 {
    font-size: 16px;
    font-weight: 400;
}

.text-b2 {
    font-size: 14px;
    font-weight: 400;
}

.text-f1 {
    font-family: Noto Sans Thai, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.text-f2 {
    font-family: Noto Sans Thai, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.text-bt1 {
    font-size: 14px;
    font-weight: 500;
}

.btn--primary {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.btn--primary:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn--primary > img {
    margin-right: 0.625rem;
    max-height: 16px;
    max-width: 16px;
}

.btn--secondary {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(63 61 202 / var(--tw-text-opacity));
    outline-style: solid;
    outline-width: 3px;
    outline-offset: -3px;
    font-size: 14px;
    font-weight: 500;
}

.btn--secondary:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn--secondary > img {
    margin-right: 0.625rem;
    max-height: 16px;
    max-width: 16px;
}

.btn--full-width {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(63 61 202 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.btn--full-width:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn--full-width > img {
    margin-right: 0.625rem;
    max-height: 16px;
    max-width: 16px;
}

.btn--error {
    display: flex;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(239 121 103 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 14px;
    font-weight: 500;
}

.btn--error:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn--error > img {
    margin-right: 0.625rem;
    max-height: 16px;
    max-width: 16px;
}

.badge--green {
    display: grid;
    height: 30px;
    width: 80px;
    cursor: default;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(217 253 219 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(92 173 96 / var(--tw-text-opacity));
}

.badge--green {
    font-size: 12px;
    font-weight: 400;
}

.badge--grey {
    display: grid;
    height: 30px;
    width: 80px;
    cursor: default;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(111 114 122 / var(--tw-text-opacity));
}

.badge--grey {
    font-size: 12px;
    font-weight: 400;
}

.badge--yellow {
    display: grid;
    height: 30px;
    width: 80px;
    cursor: default;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 236 207 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(238 163 50 / var(--tw-text-opacity));
}

.badge--yellow {
    font-size: 12px;
    font-weight: 400;
}

.badge--peach {
    display: grid;
    height: 30px;
    width: 80px;
    cursor: default;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(251 201 193 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(239 121 103 / var(--tw-text-opacity));
}

.badge--peach {
    font-size: 12px;
    font-weight: 400;
}

.pills-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
}

.pills-menu li {
    min-width: 160px;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(111 114 122 / var(--tw-text-opacity));
}

.pills-menu li {
    font-size: 14px;
    font-weight: 500;
}

.pills-menu li:hover {
    cursor: pointer;
}

.pills-menu li.active {
    display: grid;
    cursor: pointer;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(6 38 105 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pills-menu li.active {
    font-size: 14px;
    font-weight: 500;
}

.newinput {
    height: 54px;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: left;
}

.newinput:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

.newinput {

  -webkit-appearance: none;
}

.newinput--error {
    --tw-border-opacity: 1;
    border-color: rgb(239 121 103 / var(--tw-border-opacity));
}

.newinput--error label {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.newinput--error input {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.newinput--error select {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.newinput--error p {
    --tw-text-opacity: 1 !important;
    color: rgb(239 121 103 / var(--tw-text-opacity)) !important;
}

.newinput--error .newinput__dropdown select {
        filter: invert(47%) sepia(45%) saturate(661%) hue-rotate(319deg)
          brightness(114%) contrast(87%);
      }

.newinput--error .newinput__date input[type="date"]::-webkit-calendar-picker-indicator {
        background: url(/assets/icon-calendar-peach-bb22fc7bb4a1b01eb5bc6fdc3dcd42b912b877788fb3a401dd93885e6063564f.svg) no-repeat !important;
        width: 20px !important;
      }

.newinput .newinput__text {
    position: relative;
    z-index: 0;
}

.newinput .newinput__text label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    font-size: 12px;
    font-weight: 400;
}

.newinput .newinput__text input,
    .newinput .newinput__text textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
    font-size: 14px;
    font-weight: 500;
}

.newinput .newinput__text input:focus,
    .newinput .newinput__text textarea:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.newinput .newinput__text input,
    .newinput .newinput__text textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
    }

.newinput .newinput__text input:focus {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }

.newinput .newinput__text .suffix {
    display: flex;
    flex: none;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    font-size: 12px;
    font-weight: 400;
}

.newinput .newinput__dropdown {
    position: relative;
    z-index: 0;
    width: 100%;
}

.newinput .newinput__dropdown label {
    position: absolute;
    top: 0.75rem;
    z-index: -10;
    transform-origin: 0;
    --tw-translate-y: -1.5rem;
    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));
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    transition-duration: 300ms;
    font-size: 12px;
    font-weight: 400;
}

.newinput .newinput__dropdown select {
    margin-top: 2px;
    width: 100%;
    background-color: transparent;
    padding-top: 0.375rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
    font-size: 14px;
    font-weight: 500;
}

.newinput .newinput__dropdown select:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.newinput .newinput__dropdown select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url(/assets/icon-down-f00c0cbdfbfaff8f8c4082403c8a3cc91b2a8fb6a027690b8549bec117518b8f.svg);
      background-repeat: no-repeat;
      background-position-x: 100%;
      background-position-y: 5px;
    }

.newinput .newinput__dropdown select:focus,
    .newinput .newinput__dropdown select:focus-visible {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
    }

.newinput .newinput__date {
    position: relative;
    bottom: 2px;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.newinput .newinput__date label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    font-size: 12px;
    font-weight: 400;
}

.newinput .newinput__date input,
    .newinput .newinput__date textarea {
    display: block;
    display: flex;
    height: 32px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    align-items: flex-end;
    border-width: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
    font-size: 14px;
    font-weight: 500;
}

.newinput .newinput__date input:focus,
    .newinput .newinput__date textarea:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.newinput .newinput__date input[type="date"]::-webkit-calendar-picker-indicator {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      display: block;
      background: url(/assets/icon-calendar-9f587de6dd0ef1242cd9fbc2a309ec2d704a391bb5dda6f8c5d46345e1117bf5.svg) no-repeat;
      width: 24px;
      height: 24px;
      background-position-x: 100%;
      background-position-y: 0px;
    }

.newinput .newinput__time {
    position: relative;
    bottom: 2px;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.newinput .newinput__time label {
    position: absolute;
    top: 0.75rem;
    --tw-translate-y: -1.5rem;
    --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));
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    font-size: 12px;
    font-weight: 400;
}

.newinput .newinput__time input,
    .newinput .newinput__time textarea {
    display: flex;
    height: 32px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    align-items: flex-end;
    border-width: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
    font-size: 14px;
    font-weight: 500;
}

.newinput .newinput__time input:focus,
    .newinput .newinput__time textarea:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.newinput .newinput__time input[type="time"]::-webkit-calendar-picker-indicator {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      display: block;
      background: url(/assets/icon-calendar-9f587de6dd0ef1242cd9fbc2a309ec2d704a391bb5dda6f8c5d46345e1117bf5.svg) no-repeat;
      width: 24px;
      height: 24px;
      background-position-x: 100%;
      background-position-y: 0px;
    }

.newinput.--readonly {
    height: 54px;
    border-radius: 0.375rem;
    border-width: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: left;
}

.newinput.--readonly .newinput__text input,
    .newinput.--readonly .newinput__text textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(6 38 105 / var(--tw-text-opacity));
    outline-width: 0px;
    font-size: 14px;
    font-weight: 500;
}

.newinput.--readonly .newinput__text input:focus,
    .newinput.--readonly .newinput__text textarea:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.newinput.--readonly .newinput__date input,
    .newinput.--readonly .newinput__date textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(226 231 241 / var(--tw-bg-opacity));
}

.newinput.--readonly .newinput__date input[type="date"]::-webkit-calendar-picker-indicator {
      pointer-events: none;
    }

.filter--peach {
    filter: invert(47%) sepia(45%) saturate(661%) hue-rotate(319deg)
      brightness(114%) contrast(87%);
  }

.rtl-grid {
  direction: rtl;
}

.ltr-grid{
  direction: ltr;
}

.layout__content--admin {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    padding-top: 5rem;
}

@media (min-width: 768px) {

    .layout__content--admin {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
    }
}

.layout__content--employee {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
    padding-top: 5rem;
}

@media (min-width: 768px) {

    .layout__content--employee {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
    }
}

.tag {
    display: grid;
    height: 26px;
    place-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(63 61 202 / var(--tw-text-opacity));

  --path: 10% 0, 90% 0, 100% 0%, 100% 100%, 10% 100%, 0 50%;
  -webkit-clip-path: polygon(var(--path));
          clip-path: polygon(var(--path));
}

dialog::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.3);
}

.table-pagination {
  grid-column: 6;
}

/* 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 */
}

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

.hover\:border-mw-navy:hover {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

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

.hover\:bg-mw-navy\/30:hover {
    background-color: rgb(6 38 105 / 0.3);
}

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

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.focus\:border-none:focus {
    border-style: none;
}

.focus\:border-mw-navy:focus {
    --tw-border-opacity: 1;
    border-color: rgb(6 38 105 / var(--tw-border-opacity));
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {

    .sm\:order-1 {
        order: 1;
    }

    .sm\:order-2 {
        order: 2;
    }

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

    .sm\:flex {
        display: flex;
    }

    .sm\:\!w-max {
        width: -moz-max-content !important;
        width: max-content !important;
    }

    .sm\:flex-auto {
        flex: 1 1 auto;
    }

    .sm\:flex-none {
        flex: none;
    }

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

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

    .sm\:justify-items-end {
        justify-items: end;
    }

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

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

@media (min-width: 768px) {

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:m-auto {
        margin: auto;
    }

    .md\:mx-\[140px\] {
        margin-left: 140px;
        margin-right: 140px;
    }

    .md\:mx-\[40px\] {
        margin-left: 40px;
        margin-right: 40px;
    }

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

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

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

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-\[60vh\] {
        height: 60vh;
    }

    .md\:\!w-max {
        width: -moz-max-content !important;
        width: max-content !important;
    }

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

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

    .md\:max-w-\[335px\] {
        max-width: 335px;
    }

    .md\:max-w-\[400px\] {
        max-width: 400px;
    }

    .md\:max-w-\[550px\] {
        max-width: 550px;
    }

    .md\:basis-1\/4 {
        flex-basis: 25%;
    }

    .md\:basis-auto {
        flex-basis: auto;
    }

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

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

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

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

    .md\:grid-cols-\[200px_300px\] {
        grid-template-columns: 200px 300px;
    }

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

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

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

    .md\:justify-end {
        justify-content: flex-end;
    }

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

    .md\:gap-2 {
        gap: 0.5rem;
    }

    .md\:gap-3 {
        gap: 0.75rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:overflow-auto {
        overflow: auto;
    }

    .md\:bg-mw-grey {
        --tw-bg-opacity: 1;
        background-color: rgb(235 235 235 / var(--tw-bg-opacity));
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

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

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

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

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

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

    .md\:pb-\[85px\] {
        padding-bottom: 85px;
    }

    .md\:pb-\[88px\] {
        padding-bottom: 88px;
    }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

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

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

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

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

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

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

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

    .lg\:grid-cols-\[1fr_307px\] {
        grid-template-columns: 1fr 307px;
    }

    .lg\:gap-\[14px\] {
        gap: 14px;
    }

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

@media (min-width: 1280px) {

    .xl\:block {
        display: block;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

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

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

    .xl\:justify-end {
        justify-content: flex-end;
    }

    .xl\:overflow-hidden {
        overflow: hidden;
    }

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