/*
! tailwindcss v3.4.4 | 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 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

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

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

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

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

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.float-end {
  float: inline-end;
}
.m-0 {
  margin: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.shrink {
  flex-shrink: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-grabbing {
  cursor: grabbing;
}
.resize {
  resize: both;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.ps-0 {
  padding-inline-start: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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%) !important;
  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) !important;
}
.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);
}
.\!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) !important;
}
.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;
}
@font-face {
  font-family: "GT Walsheim Rg";
  src: url("../../fonts/GTWalsheim-RgOb.woff2") format("woff2"), url("../../fonts/GTWalsheim-RgOb.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Rg";
  src: url("../../fonts/GTWalsheim-BdOb.woff2") format("woff2"), url("../../fonts/GTWalsheim-BdOb.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Rg";
  src: url("../../fonts/GTWalsheim-Bd.woff2") format("woff2"), url("../../fonts/GTWalsheim-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Rg";
  src: url("../../fonts/GTWalsheim-Rg.woff2") format("woff2"), url("../../fonts/GTWalsheim-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Lt";
  src: url("../../fonts/GTWalsheim-Lt.woff2") format("woff2"), url("../../fonts/GTWalsheim-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Lt";
  src: url("../../fonts/GTWalsheim-LtOb.woff2") format("woff2"), url("../../fonts/GTWalsheim-LtOb.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Md";
  src: url("../../fonts/GTWalsheim-Md.woff2") format("woff2"), url("../../fonts/GTWalsheim-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Md";
  src: url("../../fonts/GTWalsheim-MdOb.woff2") format("woff2"), url("../../fonts/GTWalsheim-MdOb.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.bg-solo {
  background-color: #1e1e2d;
}

.bg-red {
  background-color: #FA6132;
}
.bg-red .arrow-next {
  filter: brightness(0) invert(1);
}
.bg-red:hover {
  background-color: #1e1e2d;
}

.bg-grey {
  background-color: #F7F7F7;
}

.transition {
  transition: all 0.25s ease-in;
}

strong {
  font-weight: bold;
}

html {
  font-size: 16px;
  font-family: "GT Walsheim Rg", sans-serif;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 14px;
  }
}
html ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html ::-webkit-scrollbar-button:start:decrement,
html ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
html ::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}
html ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
}
html ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
}
html ::-webkit-scrollbar-thumb:vertical,
html ::-webkit-scrollbar-thumb:horizontal {
  background-color: #1e1e2d;
  -webkit-border-radius: 5px;
}

body {
  min-width: 320px;
}

label[for] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.25s ease-in;
  height: 42px;
  padding: 0 10px;
  font-size: 1rem;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 2px 1px #1e1e2d inset;
  border-color: transparent;
}

textarea {
  resize: vertical;
}
textarea:disabled {
  resize: none;
}

.center {
  text-align: center;
}
.center img {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #1e1e2d;
  color: #161616;
  padding: 12px 20px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #1e1e2d;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.25s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.btn div {
  display: flex;
  align-items: center;
}
.btn:hover {
  background-color: #fff;
  filter: drop-shadow(0 0 2px rgba(30, 30, 45, 0.33));
}
.btn.btn-white {
  background-color: #fff;
}
.btn.btn-white:hover {
  background-color: #1e1e2d;
}
.btn.bg-red {
  background-color: #FA6132;
}
.btn.bg-red:hover {
  background-color: #1e1e2d;
}
.btn.text-white {
  color: #fff;
}
.btn i {
  width: 18px;
  height: 18px;
}
.btn[disabled], .btn.disabled {
  background-color: #D4D4D4;
  pointer-events: none;
  color: #fff;
  border-color: #D4D4D4;
}
.btn-outline {
  background-color: #fff;
}
.btn-outline:hover {
  background-color: #1e1e2d;
}
.btn-prev {
  color: #4F4F4F;
}
.btn-prev i {
  margin-right: 8px;
}
.btn-next i {
  margin-left: 8px;
}
@media screen and (max-width: 650px) {
  .btn {
    height: 40px;
    padding: 10px;
    font-size: 0.9rem;
  }
}

.btn-active-color-white {
  color: #fff;
}
.btn-active-color-white:hover i:before {
  color: #1e1e2d;
}

form.small-container {
  max-width: 670px;
}

.bg-curly-image {
  background-image: url("/images/curly-background.png");
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: cover;
}

.bg-dots-left {
  position: relative;
}
.bg-dots-left:before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: 12px;
  z-index: 0;
  width: 70px;
  height: 103px;
  background-image: url("/images/group-bullets.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1449px) {
  .bg-dots-left:before {
    left: -21px;
    height: 73px;
    width: 21px;
    background-image: url("/images/group-bullets-left-partial.png");
  }
}
@media screen and (max-width: 767px) {
  .bg-dots-left:before {
    display: none;
  }
}

.bg-dots-top-right {
  position: relative;
}
.bg-dots-top-right:before {
  content: "";
  position: absolute;
  right: 0;
  top: 112px;
  width: 60px;
  height: 73px;
  background-image: url("/images/group-bullets-top-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .bg-dots-top-right:before {
    display: none;
  }
}

.bg-dots-top {
  position: relative;
}
.bg-dots-top:before {
  content: "";
  position: absolute;
  right: 100px;
  top: 70px;
  width: 97px;
  height: 53px;
  background-image: url("/images/group-bullets-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1449px) {
  .bg-dots-top:before {
    right: 0;
    top: 112px;
    width: 60px;
    height: 73px;
    background-image: url("/images/group-bullets-top-right.png");
  }
}
@media screen and (max-width: 767px) {
  .bg-dots-top:before {
    display: none;
  }
}

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search],
textarea, select {
  height: 42px;
}
@media screen and (max-width: 1499px) {
  input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search],
  textarea, select {
    height: 32px;
  }
}

.multiselect {
  height: 54px;
  font-size: 1rem;
}
.multiselect .multiselect-single-label {
  width: 90%;
}
.multiselect .multiselect-search {
  height: 100%;
}
@media screen and (max-width: 1499px) {
  .multiselect {
    height: 100px;
  }
  .multiselect .multiselect-clear {
    display: none;
  }
}

input[type=checkbox], input[type=checkbox] {
  width: 22px;
  height: 22px;
  transition: all 0.25s ease-in;
  border: 1px solid #394150;
  background-position: 50% 50%;
}

input[type=checkbox]:checked, input[type=radio]:checked,
input[type=checkbox]:checked:hover, input[type=radio]:checked:hover,
input[type=checkbox]:checked:focus, input[type=radio]:checked:focus {
  background-color: #1e1e2d;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.21211 7.84588C4.10711 7.94481 3.96385 8 3.81503 8C3.66622 8 3.52296 7.94481 3.41796 7.84588L0.246821 4.87525C-0.0822737 4.56701 -0.0822737 4.06719 0.246821 3.75953L0.643895 3.38752C0.973093 3.07929 1.50612 3.07929 1.83522 3.38752L3.81503 5.24195L9.16478 0.231178C9.49398 -0.0770592 10.0275 -0.0770592 10.3561 0.231178L10.7532 0.603181C11.0823 0.911418 11.0823 1.41115 10.7532 1.7189L4.21211 7.84588Z' fill='%23161616'/%3E%3C/svg%3E%0A");
  background-size: 11px 8px;
}

input[type=checkbox] {
  border-radius: 5px;
}

hr {
  margin: 1rem 0;
  height: 0;
  border: 0;
  border-top: 1px solid #E0E0E0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.icon-white {
  filter: brightness(0) invert(1);
}
.icon-delete {
  background-image: url("../images/icon-delete.svg");
}
.icon-tick {
  background-image: url("../images/icon-tick.svg");
}
.icon-outline-mail {
  background-image: url("../images/icon-outline-mail.svg");
}
.icon-close-square {
  background-image: url("../images/icon-close-square.svg");
}
.icon-outline-camera {
  background-image: url("../images/icon-outline-camera.svg");
}
.icon-outline-paper-download {
  background-image: url("../images/icon-outline-paper-download.svg");
}
.icon-outline-paper-upload {
  background-image: url("../images/icon-outline-paper-upload.svg");
}
.icon-edit-danger {
  background-image: url("../images/icon-danger-edit.svg");
}
.icon-cancel-danger {
  background-image: url("../images/icon-danger-cancel.svg");
}
.icon-users {
  background-image: url("../images/icon-users.svg");
}
.icon-plus {
  background-image: url("../images/icon-plus.svg");
}
.icon-logout {
  background-image: url("../images/icon-logout.svg");
}
.icon-unlock {
  background-image: url("../images/icon-unlock.svg");
}
.icon-info {
  background-image: url("../images/icon-info.svg");
}

.arrow-next {
  background: url("../images/icon-arrow-right.svg");
}

.arrow-prev {
  background: url("../images/icon-arrow-left.svg");
}

[disabled] .arrow-prev {
  background-image: url("../images/icon-arrow-left-white.svg");
}
[disabled] .arrow-next {
  background-image: url("../images/icon-arrow-right-white.svg");
}

.arrow-next, .arrow-prev {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1135px;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 20px 2rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 15px 20px;
  }
}
.container.smaller-container {
  max-width: 1100px;
}
@media screen and (max-width: 1449px) {
  .container.smaller-container {
    max-width: 804px;
  }
}
@media screen and (max-width: 767px) {
  .container.smaller-container {
    padding: 15px;
  }
}
.container.small-container {
  max-width: 945px;
}
@media screen and (max-width: 767px) {
  .container.small-container {
    padding: 15px;
  }
}

.requesting-container {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .requesting-container {
    padding-top: 60px;
  }
}

.top-bar {
  position: fixed;
  box-shadow: 0 0 4px rgba(26, 26, 26, 0.1);
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-bar__logo {
    height: 14px;
  }
}
.top-bar span {
  border-left-color: #161616;
}
.top-bar.auth {
  box-shadow: none;
  width: auto;
  position: absolute;
}

.color-success {
  color: #12B282;
}

.color-danger {
  color: #FA6132;
}

.color-error {
  color: #d00707;
}

.color-gray-solo {
  color: #979797;
}

.color-white {
  color: #ffffff;
}

section.has-border {
  border-top: 1px solid #F4F4F4;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

[data-kt-drawer-aside] .drawer-overlay:after {
  content: "X";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  font-family: sans-serif;
  line-height: 1;
  padding: 5px 10px;
  background-color: #1e1e2d;
  color: white;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.dropdown-toggle-dots {
  padding: 3px 5px !important;
  width: 46px !important;
  display: inline-flex !important;
  justify-content: center !important;
}
.dropdown-toggle-dots:after {
  content: unset;
  display: none;
}
.dropdown-toggle-dots svg {
  height: 20px;
}

.dropdown .dropdown-menu {
  background-color: #fff;
  padding: 5px 10px;
  width: auto;
  min-width: 100%;
  font-size: 14px;
}

.collapse.collapsing {
  transition: all 0.25s linear;
}

.collapse {
  transition: all 0.3s linear;
  max-height: 0;
  padding-bottom: 0 !important;
  visibility: visible;
  display: block !important;
  overflow: hidden;
}
.collapse > *:last-child {
  padding-bottom: 20px;
}

.collapse.show {
  visibility: visible;
  max-height: 1500px;
}

[data-toggle=collapse] {
  transition: all 0.3s ease-in-out;
}

.collapsed[data-toggle=collapse] {
  transform: scale(-1);
}

.aside {
  background-color: #070E0E;
}
.aside .aside-logo {
  background-color: #FEDA01;
}

@media (min-width: 2100px) {
  .budget-container > .row > .col-12 {
    width: 50%;
  }
}
.budget-container aside.text-success {
  color: #1e9a8c !important;
}
.budget-container input[type=checkbox][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.budget-container input[type=checkbox][disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.header-fixed .header {
  background-color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0509803922);
}

.relative {
  position: relative;
}

.displaynone {
  display: none;
}

.displaynone-i {
  display: none !important;
}

.displayblock {
  display: block;
}

.spinner {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  right: -14px;
  margin-top: 10px;
  z-index: 9;
}

.clickable-row {
  cursor: pointer;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.btn-active-light-success--new {
  color: #50CD89;
}
.btn.btn-active-light-success--new:not(.btn-active) {
  border-color: #E8FFF3;
  background-color: #E8FFF3 !important;
}
.btn.btn-active-light-success--new:hover:not(.btn-active) {
  border-color: #b7ffd9;
  background-color: #b7ffd9 !important;
}
.btn.btn-active-light-danger--new {
  color: #F2416D;
}
.btn.btn-active-light-danger--new:not(.btn-active) {
  border-color: #FFF5F8;
  background-color: #FFF5F8 !important;
}
.btn.btn-active-light-danger--new:hover:not(.btn-active) {
  border-color: #ffc2d4;
  background-color: #ffc2d4 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

.height-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.icon-openapi {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/icon-api.svg");
}

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

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

@media screen and (max-width: 576px) {
  .width-100-mobile {
    width: 100%;
  }
}
.admin-profile-header {
  width: 100%;
}
@media (max-width: 1199px) {
  .admin-profile-header__container {
    flex-direction: column;
  }
  .admin-profile-header__container > div {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .admin-profile-header__container > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .admin-profile-header__container {
    margin-top: 10px;
  }
}

.account-details__container {
  width: 100%;
}
@media (max-width: 1199px) {
  .account-details__container {
    flex-direction: column;
  }
  .account-details__container div {
    width: 100%;
  }
  .account-details__container a {
    width: 50%;
    padding-right: 0;
    margin-right: 0 !important;
  }
  .account-details__container a:first-child {
    border: 0;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .account-details__container div {
    flex-direction: column;
  }
  .account-details__container a {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .edit-user__container {
    flex-direction: column;
  }
}

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

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

.documents-add-container {
  width: 100px;
  margin-left: 81.5%;
}
.documents-add-container.next-position {
  position: absolute;
  top: 20px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .documents-add-container.next-position {
    right: 225px !important;
  }
}
@media screen and (max-width: 768px) {
  .documents-add-container.next-position {
    right: 205px;
  }
}

.h-20 {
  height: 20px;
}

.h-27 {
  height: 27px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.w-20 {
  width: 20px;
}

.w-30 {
  width: 30px;
}

.w-95 {
  width: 95px;
}

.w-25-p {
  width: 50%;
}

.w-75-p {
  width: 75%;
}

.lh-22 {
  line-height: 22px;
}

.lh-26 {
  line-height: 26px;
}

.lh-40 {
  line-height: 40px;
}

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

.py-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.input-document-name {
  width: 190px;
}

@media screen and (min-width: 768px) {
  .documents-add-container.next-position {
    top: calc(100% - 50px) !important;
  }
}
@media screen and (max-width: 768px) {
  .documents-add-container.next-position {
    top: calc(100% - 43px);
  }
}

.class-repeater {
  flex-wrap: wrap;
  min-width: 550px;
  flex-direction: row;
  justify-content: end;
}
.class-repeater.space-between {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .documents-add-container {
    right: 33px;
  }
}
.documents-container {
  margin-top: 0;
  margin-bottom: -15px;
}

.statistics-border {
  border: 1px solid transparent;
}
.statistics-border:hover {
  border-color: #E0E7EC;
}

.statistics-border-radius {
  border-radius: 4px;
}

.h-full {
  height: 100%;
}

.w-160px {
  width: 160px !important;
}

.table.gs-11 th:nth-child(2), .table.gs-11 td:nth-child(2) {
  padding-left: 1.25rem;
}

.mr-auto-i {
  margin-right: auto !important;
}

.row__statistics {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .row__statistics {
    margin-top: -15px;
  }
}
.row__statistics > * {
  padding-left: 5px;
  padding-right: 5px;
}

.img-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #E0E7EC;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  transition: all 0.5s linear;
}
.img-block__container {
  display: flex;
  border-radius: 5px;
  background-color: #E0E7EC;
  padding: 1px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .img-block__container.big {
    max-width: calc(100% - 30px);
  }
}
.img-block__container.big .img-block {
  width: 744px;
  height: 392px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .img-block__container.big .img-block {
    width: calc(100vw - 84px);
    height: calc((100vw - 84px) / 1.9);
  }
}

.badge.badge-light-grey {
  color: #060F0E;
  background-color: rgba(6, 15, 14, 0.1);
}
.badge.badge-light-blue {
  color: #7D8298;
  background-color: #F5F8FA;
}
.badge.badge-active:empty {
  display: inline-block;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-full {
  border-radius: 50%;
}

.hidden {
  display: none !important;
}

.progressbar__container {
  display: flex;
  flex: 1 0 0;
  border: 1px solid #E0E7EC;
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .progressbar__container {
    margin-bottom: 24px;
    flex-direction: row;
  }
}
@media (min-width: 769px) and (max-width: 1449px) {
  .progressbar__container {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 769px) {
  .progressbar__container {
    flex-direction: column;
  }
}
.progressbar__item {
  position: relative;
  color: #ffffff;
  padding: 3px 2px;
  height: 30px;
  font-size: 12px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background-color: #50CD89;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .progressbar__item {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .progressbar__item {
    border-right: 1px solid #E0E7EC;
    flex-basis: 100%;
    margin-bottom: 0;
  }
  .progressbar__item:first-child {
    border-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .progressbar__item:last-child {
    border-right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 769px) {
  .progressbar__item {
    width: 100%;
    border-bottom: 1px solid #E0E7EC;
  }
  .progressbar__item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .progressbar__item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.progressbar__item img {
  margin-right: 2px;
}
.progressbar__item.progress__item-gray {
  color: #A1A5B7;
  background-color: #FFF5F8;
}
.progressbar__date {
  opacity: 0.8;
  margin-left: 10px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .progressbar__date {
    color: #7D8298;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.progressbar__icon-close {
  margin-right: 2px;
}

@media (min-width: 769px) {
  .id-card-container.flex-column {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .id-card-container {
    flex-direction: column;
    max-width: 100%;
  }
  .flex-col-mobile {
    flex-direction: column;
  }
}

.id-card-btns-container.flex-column a {
  width: 100%;
}
@media (min-width: 769px) {
  .id-card-btns-container.flex-column {
    align-items: flex-start !important;
  }
  .id-card-btns-container.flex-column a {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .id-card-btns-container {
    flex-direction: column;
  }
  .id-card-btns-container a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
  }
}

.id-card-img-print {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
}
.id-card-img-print img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.text-opacity-50 {
  opacity: 0.5;
}

.text-opacity-70 {
  opacity: 0.7;
}

.text-darker .select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
  color: #060f0e;
}

.form-control.form-control-solid.text-darker,
.form-select.form-select-solid.text-darker,
.form-select.form-select-solid:focus.text-darker {
  color: #060f0e;
}

.text-darker {
  color: #060f0e;
}

.fs-18 {
  font-size: 18px;
}

.divider {
  width: 1px;
  height: 25px;
  background: rgba(6, 15, 14, 0.2);
  margin: 0 30px;
}

.menu-item .menu-link {
  flex: 1 0 0;
}
.menu-item .menu-link.active-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #1b1b28;
  color: #ffffff;
}
.menu-item .menu-link.active-link .menu-title {
  color: #ffffff;
}
.menu-item .menu-link .menu-icon.mr-24px {
  margin-right: 24px;
}

.symbol .symbol-label.w-40px {
  width: 40px;
}
.symbol .symbol-label.h-20px {
  height: 20px;
}

.border-blue {
  border: 1px solid #E0E7EC;
}

.border-top-blue {
  border-top: 1px solid #E0E7EC;
}

.border-bottom-blue {
  border-bottom: 1px solid #E0E7EC;
}

.border-gray {
  border: 1px solid rgba(6, 15, 14, 0.2);
}

.border-left-gray {
  border-left: 1px solid rgba(6, 15, 14, 0.2);
}

.border-right-gray {
  border-right: 1px solid rgba(6, 15, 14, 0.2);
}

.text-trueGray-900 {
  color: #060F0E;
}

.opacity-70 {
  opacity: 0.7;
}

.card-p__statistics {
  padding: 12px 8px 12px 20px;
}

.card .card-header__statistics {
  min-height: 60px;
}
.card .card-body__statistics {
  padding: 20px 30px;
}
.card .card-body.pt-15px {
  padding-top: 15px !important;
}
.card .card-body.pb-5px {
  padding-bottom: 5px !important;
}

.btn.btn-sm.statistics__btn-1 {
  padding: 0 !important;
}

.statistics__btn-1 {
  width: 78px;
  padding: 0;
  margin-right: 10px !important;
}
.statistics__btn-2 {
  padding: 0;
  width: 95px;
}

.absolute {
  position: absolute;
}

.btn-search {
  position: absolute;
  top: 9px;
  left: 5px;
  background: transparent;
  border: 0;
  width: 32px;
  padding-bottom: 2px;
}

.input-search {
  padding-left: 21px !important;
  background-color: transparent;
}

.input-text {
  color: #060f0e;
  background-color: #f5f8fa;
  border: 1px solid #f5f8fa;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.dropdown.show > .input-text, .input-text:active, .input-text.active, .input-text:focus, .input-text.focus {
  background-color: #eef3f7;
  border-color: #eef3f7 !important;
}

@media (min-width: 992px) {
  .header-fixed.toolbar-fixed .toolbar__with-breadcrumbs {
    top: 0;
    height: 65px;
    z-index: 999;
  }
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(224, 231, 236, 0.6);
  padding: 0 15px;
  height: 43px;
  position: relative;
  margin-bottom: -1px;
}
@media (min-width: 601px) {
  .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    margin-right: 5px !important;
  }
}
@media (max-width: 600px) {
  .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    width: 100%;
    margin-right: 0 !important;
  }
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover, .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(224, 231, 236, 0.6);
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active:not(.disabled) {
  border-bottom-width: 1px !important;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:before, .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #009DFC;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:last-child {
  margin-right: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.table__status-column {
  width: 50px;
}
.table__document-type-column {
  width: 160px;
  padding-left: 60px;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm.btn-blue {
  padding-left: 10px;
  padding-right: 10px;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm.icon-api-button {
  height: 27px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  font-size: 12px;
}
.btn.btn-blue {
  color: #009DFC;
  background: rgba(0, 157, 252, 0.07);
  border-radius: 3px;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-blue:hover {
  background: rgba(0, 157, 252, 0.3);
}
.btn.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.img-blue-download {
  height: 37px;
  width: 35px;
  padding: 0 7px;
  background-color: rgba(0, 157, 252, 0.07);
  border-radius: 3px;
  text-align: center;
}
.img-blue-download:hover {
  background-color: rgba(0, 157, 252, 0.4);
}

.form-control__blue {
  color: rgba(6, 15, 14, 0.5);
  background-color: #F4F8FB;
  height: 37px;
}

.select2-container--bootstrap5 .select2-selection.h-40 {
  height: 40px;
}

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

.w-full {
  width: 100%;
}

.icon-api-button {
  height: 27px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  font-size: 12px;
}

.span-chip {
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #f2f2f4;
  white-space: nowrap;
  display: inline-block;
  margin: 1px 2px;
}

.span-chip.responsible-chip {
  display: flex;
  justify-content: center;
  width: 100%;
}

.create-card-container {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}

.create-card-container .left {
  width: 35%;
}

.create-card-container .right {
  padding: 0 0 0 40px;
  width: 70%;
}

.inner-card {
  padding: 4px 20px;
  border: 1px solid #dbdadf;
  border-radius: 5px;
  margin-bottom: 14px;
  min-height: 52px;
  width: 100%;
}
.inner-card small {
  font-size: 100%;
  color: #ccc;
}

input.card-input {
  height: 24px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 0;
}

.buttons-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 4px;
}

.left-button {
  margin-left: auto;
  padding-right: 5px;
}

.card-btn {
  border: 1px solid #dbdadf;
  padding: 6px 35px;
  border-radius: 5px;
}

.negative-btn {
  background-color: #120d33;
  color: #ffffff;
}

.header-container {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #f2f2f4;
  border-radius: 5px;
  flex: 3 1 auto;
  margin-bottom: 3px;
}

.draggable-handle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  border: 1px solid #dbdadf;
  border-radius: 5px;
  cursor: all-scroll;
  margin-top: 3px;
  background-color: #ffffff;
}

.dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.dropdown-menu .menu-link.active .menu-arrow {
  transform: rotate(90deg);
}
.dropdown-menu.active .menu-arrow {
  transform: rotate(90deg);
}
.dropdown-menu .menu-sub-dropdown {
  background-color: transparent;
}

.dropdown-select {
  width: 100%;
  border: 0;
  height: 20px;
  padding: 0;
}

.dropdown-select.currency-input:disabled {
  cursor: not-allowed;
}

.select2-container {
  width: 100% !important;
}

.multiselect-c {
  height: -moz-fit-content;
  height: fit-content;
}

.select2-container--default .select2-selection--multiple {
  border: none;
}

.interval-inputs {
  display: flex;
}

.responsible-modal {
  position: fixed;
  display: block;
  top: 25%;
  left: 50%;
  width: 25%;
  z-index: 1000;
}

.form-group {
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid #EFF2F5;
  padding: 5px;
}

.close {
  cursor: pointer;
}

.btn.btn-danger {
  background-color: #d11a2a;
}

.reset-button {
  display: flex;
  flex-direction: row;
  width: 100px;
  height: 35px;
  background-color: #f8dddd;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5px;
  margin-right: 5px;
}

.btn-primary {
  background-color: #120d33 !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.responsible-container {
  display: flex;
  flex-direction: row;
}

.draggable-zone {
  width: 86%;
}

.action-zone {
  width: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.confirm-deletion {
  height: 40px !important;
  margin-top: 3px;
  width: 40px !important;
  margin-left: 2px;
}

.add-condition-btn {
  padding-top: 10px;
  margin-top: 10px;
  border-top-width: 1px;
}

.position-span {
  width: 23%;
  text-align: center;
}

.name-span, .secondary-name-span {
  width: 38.5%;
  text-align: center;
}

.input-placeholders-color {
  color: #dadadf;
}

.color-black {
  color: #000000;
}

.create-card-container input:focus {
  box-shadow: none;
}

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], textarea, select {
  transition: none;
}

.error-message {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.error-message-show {
  display: flex;
  padding: 20px;
  color: #dc3545;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  border: 1px solid #dc3545;
}

.card-body__statistics input:focus {
  border: 1px solid #E0E7EC;
}

.more-dots {
  align-self: end;
  margin-left: 5px;
}

.datetimepicker {
  background-image: none;
  height: 42px;
}

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

.reset-btn {
  width: 100px;
  display: flex;
  justify-content: space-evenly;
}

.text-red {
  color: red;
}

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

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

.error-chip {
  background-color: #ffe9e6;
  color: #d40808;
  border-radius: 5px;
}

.warning-chip {
  background-color: #fff6d3;
  color: #c5931e;
  border-radius: 5px;
  padding: 5px;
}

.green-chip {
  background-color: #e0f9e2;
  color: #129487;
  border-radius: 5px;
  padding: 5px;
}

.grey-chip {
  background-color: #f2f2f4;
  color: #504c67;
  border-radius: 5px;
  padding: 5px;
}

.textarea-container {
  width: 100%;
  border: none;
  height: 100px;
  margin-top: 5px;
  padding-left: 0;
}
.inner-card.height-fit-content .textarea-container {
  height: auto;
}

.textarea-container:focus {
  box-shadow: none;
}

.signed-subtitle-p {
  color: #a09ead;
  margin-bottom: 10px;
}

.checkbox-card {
  width: calc(50% - 5px);
  padding: 10px 20px;
  border: 1px solid #7e7c92;
  border-radius: 5px;
  background-color: #efeff2;
  margin-right: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.checkbox-card input {
  background-color: #fff !important;
}

#importData {
  background-color: white !important;
  border: 1px solid black;
}

.checkbox-card-container {
  display: flex;
}

.inner-card-span {
  color: #a09ead;
}

.warning-message {
  display: flex;
  padding: 20px;
  color: #9a7d1e;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  border: 1px solid #936a12;
}

.success-message {
  display: flex;
  padding: 20px;
  color: #1e9a8c;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  border: 1px solid #129487;
}

.error-message-p {
  display: flex;
  padding: 20px;
  color: #d40808;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  border: 1px solid #d40808;
}

.export-btn {
  color: #fff;
  margin-right: 25px;
  margin-left: auto;
  margin-top: 5px;
}

.submenu-dot {
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  margin-right: 8px;
}

table.table tr > th:last-child, table.table tr > td:last-child {
  padding-left: 15px;
  background-color: #fff;
  border-left: 1px solid #E4E6EF;
  width: 85px;
  text-align: center;
}

table.table tr > th:first-child, table.table tr > td:first-child {
  width: 40px;
  text-align: center;
}

.table--budgets td:first-child, .table--budgets th:first-child {
  text-align: left;
}
.table--budgets .budget-input {
  width: 140px;
  padding-right: 40px;
}
.table--budgets .budget-uom {
  position: absolute;
  right: calc(100% - 132px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 3px;
}
.table--budgets .budget-btns {
  display: flex;
  gap: 10px;
  border-bottom: 0;
}

.invoice-upload, .document-upload {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.search-icon-button-placeholder {
  position: absolute;
  margin-top: 14px;
  margin-left: 14px;
}
.search-icon-button-placeholder + input {
  padding-left: 35px;
}

.text-indend-10 {
  text-indent: 10px;
}

.export-button img {
  padding-right: 5px;
  filter: invert(1);
}

.disabled-email-container {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.toggle-filter-result-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 28px;
  padding-right: 28px;
}

.restricted-width {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.responsible-modal {
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.responsible-modal .modal-content {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
.responsible-modal .create-card-container {
  display: block;
}

select {
  text-overflow: ellipsis;
  padding-right: 2rem !important;
}

.interval-input.date-input {
  text-overflow: ellipsis;
  padding-right: 0.25rem;
}

.cost-centres-container {
  max-width: 20rem;
  min-width: 10rem;
}

.chip-container {
  min-width: 22rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.4rem;
}

.month-select label {
  width: 6rem;
}

.month-select .select2-selection {
  background-color: rgb(245, 248, 250) !important;
}

.email-approval-button i {
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.add-approval-responsible-modal {
  display: none;
}

.warning-message-login {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid #f39c12;
  padding: 10px 15px;
  background-color: #fce5cd;
  color: #e74c3c;
  border-radius: 5px;
  max-width: 450px;
  margin: 20px auto;
}

.warning-message-login .highlight {
  margin-top: 1rem;
  font-weight: bold;
  color: #c0392b;
}

#responsible_select {
  height: 100%;
}

.process-checkbox {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}

.checkbox-icon {
  color: green;
  margin-right: 10px;
}

.select2-container .select2-selection--single {
  background-color: #f5f8fa;
  border: 1px solid #eef3f7;
  height: 37px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #060f0e;
  line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #eef3f7;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #eef3f7;
}

.select2-dropdown {
  border-radius: 4px;
  border-color: #eef3f7;
}

.select2-selection__placeholder {
  color: #060f0e !important;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.select2-container--default .select2-selection--single {
  padding-right: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding-right: 2.5rem !important;
}

.select2-container {
  width: 100% !important;
  max-width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline-flex;
  line-height: 27px;
  color: #777777;
}

.select2-container .select2-search--inline .select2-search__field {
  background-color: inherit;
}

#kt_content {
  padding: 0;
}

.input-group-text {
  color: #5E6278;
  border: none;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
    padding-top: 65px !important;
  }
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
    top: 0;
    right: 0;
    z-index: 101;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
  }
}
.ml-2 {
  margin-left: 0.5rem; /* 8px */
}

.user-account i {
  font-size: 30px;
  color: #1e1e2d;
}

.drp-buttons button {
  display: inline-block;
  height: 36px;
}

#requestLoading {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 65535;
  opacity: 0.5;
  visibility: hidden;
  background: #333333 no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#requestLoading i.fa {
  color: #FFFFFF;
}

.bootbox-input-textarea {
  height: 90px;
  resize: none;
}

input[type=checkbox]:checked, input[type=radio]:checked,
input[type=checkbox]:checked:hover, input[type=radio]:checked:hover,
input[type=checkbox]:checked:focus, input[type=radio]:checked:focus {
  background-color: #009EF7;
}

.timeline .timeline-item {
  align-items: stretch;
}

.timeline .timeline-item .timeline-label::before {
  left: 42px;
}

.timeline .timeline-item .timeline-badge i.fa {
  position: relative;
  z-index: 2;
  background-color: white;
  font-size: 20px;
}

.timeline .timeline-item:last-child .timeline-content {
  margin-bottom: 0;
}

.timeline .timeline-item:last-child .timeline-label::before {
  content: unset;
}
