@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
! tailwindcss v3.1.6 | 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: #e4e7ec;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Open Sans", sans-serif!important;  /* 4 */
}

*{
  font-family: "Open Sans", sans-serif!important;
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #98a2b3;
  /* 2 */
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #98a2b3;
  /* 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;
}

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

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

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

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

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

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

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

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='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.btn-check[disabled] + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.input-group .btn{
  position: relative;
  z-index: 2;
}

.input-group .btn:focus{
  z-index: 3;
}

.invalid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.was-validated :invalid ~ .invalid-feedback{
  display: block;
}

.is-invalid ~ .invalid-feedback{
  display: block;
}

.form-check-inline .form-check-input ~ .invalid-feedback{
  margin-left: 0.5em;
}

.btn-check:focus + .btn{
  outline: 0;
  box-shadow: none;
}

.btn:focus{
  outline: 0;
  box-shadow: none;
}

.btn-check:checked + .btn{
  box-shadow: none;
}

.btn-check:active + .btn{
  box-shadow: none;
}

.btn:active{
  box-shadow: none;
}

.btn.active{
  box-shadow: none;
}

.btn-check:checked + .btn:focus{
  box-shadow: none;
}

.btn-check:active + .btn:focus{
  box-shadow: none;
}

.btn:active:focus{
  box-shadow: none;
}

.btn.active:focus{
  box-shadow: none;
}

.fade{
  transition: opacity 0.15s linear;
}

.fade:not(.show){
  opacity: 0;
}

.collapse:not(.show){
  display: none;
}

.dropdown-menu{
  z-index: 1000;
}

.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-menu.show{
  display: block;
}

.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}

.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}

.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}

.tab-content > .active{
  display: block;
}

.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}

.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}

.btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close:focus{
  opacity: 1;
}

.btn-close:disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.modal{
  z-index: 1055;
}

.modal-dialog{
  margin: 0.5rem;
}

.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog{
  transform: none;
}

.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}

.modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

.modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.5;
}

.modal-header .btn-close{
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-fullscreen .modal-content{
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header{
  border-radius: 0;
}

.modal-fullscreen .modal-body{
  overflow-y: auto;
}

.modal-fullscreen .modal-footer{
  border-radius: 0;
}

.tooltip{
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show{
  opacity: 1;
}

.carousel-item.active{
  display: block;
}

.active.carousel-item-end{
  transform: translateX(100%);
}

.active.carousel-item-start{
  transform: translateX(-100%);
}

.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-indicators .active{
  opacity: 1;
}

.offcanvas-backdrop.fade{
  opacity: 0;
}

.offcanvas-backdrop.show{
  opacity: 0.5;
}

.offcanvas.show{
  transform: none;
}

.animation.fast{
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animation.slow{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}

.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.datepicker-cell.disabled:hover{
  cursor: default;
}

.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}

.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}

.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}

.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}

.timepicker-current.active{
  opacity: 1;
}

.timepicker-mode-wrapper.active{
  opacity: 1;
}

.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips.active{
  color: #fff;
}

.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}

.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}

.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}

.timepicker-icon-up.active{
  opacity: 1;
}

.timepicker-icon-down.active{
  opacity: 1;
}

.timepicker-modal .fade.show{
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button{
    transition: none;
  }

  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }

  .form-switch .form-check-input{
    transition: none;
  }

  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }

  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }

  .form-floating > label{
    transition: none;
  }

  .fade{
    transition: none;
  }

  .collapsing{
    transition: none;
  }

  .collapsing.collapse-horizontal{
    transition: none;
  }

  .accordion-button::after{
    transition: none;
  }

  .modal.fade .modal-dialog{
    transition: none;
  }

  .carousel-item{
    transition: none;
  }

  .carousel-fade .active.carousel-item-start{
    transition: none;
  }

  .carousel-fade .active.carousel-item-end{
    transition: none;
  }

  .carousel-control-prev{
    transition: none;
  }

  .carousel-control-next{
    transition: none;
  }

  .carousel-indicators [data-bs-target]{
    transition: none;
  }

  .spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .spinner-grow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler{
    display: none;
  }

  .navbar-expand-sm .offcanvas-header{
    display: none;
  }

  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm{
    max-width: 300px;
  }

  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler{
    display: none;
  }

  .navbar-expand-md .offcanvas-header{
    display: none;
  }

  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-md-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler{
    display: none;
  }

  .navbar-expand-lg .offcanvas-header{
    display: none;
  }

  .navbar-expand-lg .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-lg{
    max-width: 800px;
  }

  .modal-xl{
    max-width: 800px;
  }

  .sticky-lg-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler{
    display: none;
  }

  .navbar-expand-xl .offcanvas-header{
    display: none;
  }

  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-xl{
    max-width: 1140px;
  }

  .sticky-xl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }

  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-xxl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width: 575.98px){
  .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 767.98px){
  .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }

  .filter_items{
    flex-direction: column !important;
  }
  .filter-btn{
    width: 100%;
  }
}

@media (max-width: 991.98px){
  .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 1199.98px){
  .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
}

@media (max-width: 1399.98px){
  .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
}

@-webkit-keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }

  50%{
    opacity: 1;
    transform: none;
  }
}

@keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }

  50%{
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes _fade-in{
  from{
    opacity: 0;
  }

  to{
    opacity: 1;
  }
}

@keyframes _fade-in{
  from{
    opacity: 0;
  }

  to{
    opacity: 1;
  }
}

@-webkit-keyframes _fade-out{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
  }
}

@keyframes _fade-out{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
  }
}

@-webkit-keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-out-down{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _fade-out-down{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _fade-out-left{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _fade-out-left{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-right{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _fade-out-right{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-up{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _fade-out-up{
  from{
    opacity: 1;
  }

  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to{
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }

  to{
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50%{
    opacity: 1;
  }
}

@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50%{
    opacity: 1;
  }
}

@-webkit-keyframes _zoom-out{
  from{
    opacity: 1;
  }

  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to{
    opacity: 0;
  }
}

@keyframes _zoom-out{
  from{
    opacity: 1;
  }

  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to{
    opacity: 0;
  }
}

@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }

  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }

  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }

  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }

  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to{
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  to{
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  to{
    opacity: 1;
    transform: scale(1);
  }
}

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

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

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

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

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

.mt-\[1\.5rem\]{
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-12{
  height: 3rem;
}

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

.w-5{
  width: 1.25rem;
}

.w-full{
  width: 100%;
}

.w-auto{
  width: auto;
}

.w-4{
  width: 1rem;
}

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

.w-6{
  width: 1.5rem;
}

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

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

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

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

.max-w-7xl{
  max-width: 80rem;
}

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

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

.grow{
  flex-grow: 1;
}

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

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

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

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

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

.resize{
  resize: both;
}

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-\[0\.75rem\]{
  gap: 0.75rem;
}

.gap-\[1rem\]{
  gap: 1rem;
}

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.rounded-none{
  border-radius: 0px;
}

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

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

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.bg-clip-padding{
  background-clip: padding-box;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

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

.font-gantari{
  font-family: Gantari;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-normal{
  line-height: 1.5;
}

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

.leading-5{
  line-height: 1.25rem;
}

.tracking-normal{
  letter-spacing: 0em;
}

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-current{
  color: currentColor;
}

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

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

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

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

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

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}

.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(47 125 117 / var(--tw-text-opacity));
}

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

.opacity-50{
  opacity: 0.5;
}

.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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

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

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

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

/* Alerts and form errors used by phx.new */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-success {
  color: #3b7549;
  background-color: #d4edda;
  border-color: #c9e8d0;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger{
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert p {
  margin-bottom: 0;
}

.alert:empty {
  display: none;
}

.invalid-feedback{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.error input{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity)) !important;
}

/* LiveView specific classes for your customization */

.phx-no-feedback.invalid-feedback,
.phx-no-feedback .invalid-feedback {
  display: none;
}

.phx-click-loading {
  opacity: 0.5;
  transition: opacity 1s ease-out;
}

.phx-loading{
  cursor: wait;
}

.phx-modal {
  opacity: 1!important;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.phx-modal-content {
  background-color: #fefefe;
  margin: 15vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.phx-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.phx-modal-close:hover,
.phx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fade-in-scale {
  -webkit-animation: 0.2s ease-in 0s normal forwards 1 fade-in-scale-keys;
          animation: 0.2s ease-in 0s normal forwards 1 fade-in-scale-keys;
}

.fade-out-scale {
  -webkit-animation: 0.2s ease-out 0s normal forwards 1 fade-out-scale-keys;
          animation: 0.2s ease-out 0s normal forwards 1 fade-out-scale-keys;
}

.fade-in {
  -webkit-animation: 0.2s ease-out 0s normal forwards 1 fade-in-keys;
          animation: 0.2s ease-out 0s normal forwards 1 fade-in-keys;
}

.fade-out {
  -webkit-animation: 0.2s ease-out 0s normal forwards 1 fade-out-keys;
          animation: 0.2s ease-out 0s normal forwards 1 fade-out-keys;
}

@-webkit-keyframes fade-in-scale-keys{
  0% {
    scale: 0.95;
    opacity: 0;
  }

  100% {
    scale: 1.0;
    opacity: 1;
  }
}

@keyframes fade-in-scale-keys{
  0% {
    scale: 0.95;
    opacity: 0;
  }

  100% {
    scale: 1.0;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-scale-keys{
  0% {
    scale: 1.0;
    opacity: 1;
  }

  100% {
    scale: 0.95;
    opacity: 0;
  }
}

@keyframes fade-out-scale-keys{
  0% {
    scale: 1.0;
    opacity: 1;
  }

  100% {
    scale: 0.95;
    opacity: 0;
  }
}

@-webkit-keyframes fade-in-keys{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-keys{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-keys{
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out-keys{
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.tns-outer{
  padding:0 !important
}

.tns-outer [hidden]{
  display:none !important
}

.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}

.tns-slider{
  transition:all 0s
}

.tns-slider>.tns-item{
  box-sizing:border-box
}

.tns-horizontal.tns-subpixel{
  white-space:nowrap
}

.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}

.tns-horizontal.tns-no-subpixel:after{
  content:'';
  display:table;
  clear:both
}

.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}

.tns-no-calc{
  position:relative;
  left:0
}

.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}

.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  transition:transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto !important
}

.tns-gallery>.tns-moving{
  transition:all 0.25s
}

.tns-autowidth{
  display:inline-block
}

.tns-lazy-img{
  transition:opacity 0.6s;
  opacity:0.6
}

.tns-lazy-img.tns-complete{
  opacity:1
}

.tns-ah{
  transition:height 0s
}

.tns-ovh{
  overflow:hidden
}

.tns-visually-hidden{
  position:absolute;
  left:-10000em
}

.tns-transparent{
  opacity:0;
  visibility:hidden
}

.tns-fadeIn{
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}

.tns-normal,.tns-fadeOut{
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}

.tns-vpfix{
  white-space:nowrap
}

.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}

.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}

.tns-t-ct{
  width:2333.3333333%;
  width:calc(100% * 70 / 3);
  position:absolute;
  right:0
}

.tns-t-ct:after{
  content:'';
  display:table;
  clear:both
}

.tns-t-ct>div{
  width:1.4285714%;
  width:calc(100% / 70);
  height:10px;
  float:left
}

h6,  .heading6{
  font-size: 16px;
}

@media (min-width: 768px){
  h6,  .heading6{
    font-size: 1.125rem;
  }
}

h6,  .heading6{
  line-height: 1.5;
}

@media (min-width: 768px){
  h6,  .heading6{
    line-height: 1.375;
  }
}

h6,  .heading6{
  font-weight: 400;
  /* Different from typography spec, but seems to be correct in layouts */
}

h5,  .heading5{
  font-size: 1.125rem;
}

@media (min-width: 768px){
  h5,  .heading5{
    font-size: 1.25rem;
  }
}

h5,  .heading5{
  line-height: 1.5;
}

@media (min-width: 768px){
  h5,  .heading5{
    line-height: 1.375;
  }
}

h5,  .heading5{
  font-weight: 600;
}

h4,  .heading4{
  font-size: 1.25rem;
}

@media (min-width: 768px){
  h4,  .heading4{
    font-size: 1.5rem;
  }
}

h4,  .heading4{
  line-height: 1.5;
}

@media (min-width: 768px){
  h4,  .heading4{
    line-height: 1.375;
  }
}

h4,  .heading4{
  font-weight: 600;
}

h3,  .heading3{
  font-size: 1.5rem;
}

@media (min-width: 768px){
  h3,  .heading3{
    font-size: 1.75rem;
  }
}

h3,  .heading3{
  line-height: 1.25;
  font-weight: 600;
}

h2,  .heading2{
  font-size: 1.75rem;
}

@media (min-width: 768px){
  h2,  .heading2{
    font-size: 2rem;
  }
}

h2,  .heading2{
  font-weight: 700;
  line-height: 2.188rem;
}

@media screen and (min-width: 768px) {
  h2, .heading2 {
    line-height: 3.125rem;
  }
}

h1,  .heading1{
  font-size: 2rem;
}

@media (min-width: 768px){
  h1,  .heading1{
    font-size: 2.5rem;
  }
}

h1,  .heading1{
  line-height: 1.25;
  font-weight: 700;
}

a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 102 252 / var(--tw-text-opacity));
}

.popup-form {
  /*@apply mx-4 my-[1rem] md:my-[2.5rem] md:mx-auto md:w-full md:max-w-[37rem];*/
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: auto;
}

@media (min-width: 768px){
  .popup-form{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 37rem;
  }
}

.popup-form{
  padding: 1.5rem;
}

@media (min-width: 768px){
  .popup-form{
    padding: 2.5rem;
  }
}

.popup-form{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.popup-form.spaced{
  gap: 1.5rem;
}

.popup-form .headings{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.popup-form .headings h4{
  font-size: 1.125rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .popup-form .headings h4{
    font-size: 1.5rem;
  }
}

.popup-form h2{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  line-height: 140%;
}

.popup-form h3{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.popup-form h4{
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

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

.popup-form h6{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
  line-height: 140%;
}

.popup-form h3 svg{
  height: 1.25rem;
}

.popup-form .back{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: 140%;
}

.popup-form .back svg{
  width: 20px!important;
  height: 20px!important;
}

.popup-form .footnote{
  padding-top: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

/* -------------------------------------------- */

.button-tabs{
  display: flex;
  max-height: 3.5rem;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.button-tabs button{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  flex-basis: 50%;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.button-tabs button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------- */

button,  .btn, input[type="submit"]{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  font-family: Gantari;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

button:hover:enabled,  .btn:hover:enabled, input[type="submit"]:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

button,  .btn, input[type="submit"]{
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 8px;
}

button:disabled,  .btn:disabled{
  cursor: default;
  opacity: 0.4;
}

button.none,  .btn.none{
  padding: 0px;
}

button.dark, .btn.dark, input[type="button"].dark, input[type="submit"].dark, 
button.primary, .btn.primary, input[type="button"].primary, input[type="submit"].primary {
  --tw-bg-opacity: 1;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

button.dark svg path, .btn.dark svg path, input[type="button"].dark svg path, input[type="submit"].dark svg path, 
button.primary svg path, .btn.primary svg path, input[type="button"].primary svg path, input[type="submit"].primary svg path {
  stroke: white;
}

button.dark .text-success-900, .btn.dark .text-success-900, input[type="button"].dark .text-success-900, input[type="submit"].dark .text-success-900,
button.primary .text-success-900, .btn.primary .text-success-900, input[type="button"].primary .text-success-900, input[type="submit"].primary .text-success-900 {
  color: rgb(255 255 255);
}

button.dark:hover:enabled, .btn.dark:hover:enabled, input[type="button"].dark:hover:enabled, input[type="submit"].dark:hover:enabled, 
button.primary:hover:enabled, .btn.primary:hover:enabled, input[type="button"].primary:hover:enabled, input[type="submit"].primary:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
}


button.secondary, .btn.secondary, input[type="button"].secondary, input[type="submit"].secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

button.secondary:hover:enabled, .btn.secondary:hover:enabled, input[type="button"].secondary:hover:enabled, input[type="submit"].secondary:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

button.tertiary, .btn.tertiary, input[type="button"].tertiary, input[type="submit"].tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

button.tertiary:hover:enabled, .btn.tertiary:hover:enabled, input[type="button"].tertiary:hover:enabled, input[type="submit"].tertiary:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

button.ghost, .btn.ghost, input[type="button"].ghost, input[type="submit"].ghost {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 0px;
}

button.ghost:hover:enabled, .btn.ghost:hover:enabled, input[type="button"].ghost:hover:enabled, input[type="submit"].ghost:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

button.dark svg path, .btn.dark svg path, input[type="button"].dark svg path, input[type="submit"].dark svg path {
  stroke: #ffffff;
}

button.light, .btn.light, input[type="button"].light, input[type="submit"].light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

button.empty, .btn.empty, input[type="button"].empty, input[type="submit"].empty {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

button.small, .btn.small, input[type="button"].small, input[type="submit"].small {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

button.square.small, .btn.square.small, input[type="button"].square.small, input[type="submit"].square.small {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

button.large, .btn.large, input[type="button"].large, input[type="submit"].large {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

button.medium, .btn.medium, input[type="button"].medium, input[type="submit"].medium {
  padding: 15px 24px;
  font-size: 16px;
  line-height: 18px;
}


/* -------------------------------------------- */

.header-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 320px;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

.header-menu > *{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-hero-menu{
  left: auto!important;
  margin-left: 0;
  margin-right: 10px;
  z-index: 999999999999;
}

/* -------------------------------------------- */

.icon-menu{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
}

.icon-menu svg{
  height: 2.5rem;
  width: 2.5rem;
}

.icon-menu > *,  .icon-menu .nested > *{
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.icon-menu a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  border-radius: 8px;
}

.icon-menu > a.disabled{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.icon-menu img,  .icon-menu svg{
  height: 1.5rem;
}

.icon-menu .nested{
  margin-top: 0.75rem;
}

.icon-menu .nested > *{
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

/* -------------------------------------------- */

.fancy-select + .select2{
  height: 45px;
}

.fancy-select + .select2 + .select2-container .select2-dropdown{
  border: 1px solid #D0D5DD!important;
  border-radius: 8px!important;
  overflow: hidden;
}

.fancy-select + .select2 + .select2-container .select2-dropdown--above{
  bottom: 5px;
  position: relative;
  display: block;
}

.fancy-select + .select2 + .select2-container .select2-dropdown--below{
  top: 5px;
  position: relative;
  display: block;
}

.fancy-select + .select2 .select2-selection{
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  transition: all 300ms;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  height: 100%;
}

.fancy-select + .select2 .select2-selection:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.fancy-select + .select2 [aria-expanded="true"].select2-selection{
  border-radius: 0.5rem !important;
  border: 1px solid rgba(71, 84, 103, 1);
}

.fancy-select + .select2 .select2-selection__rendered{
  height: 100%;
  display: flex !important;
  align-items: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important
}

.fancy-select + .select2 .select2-selection__arrow{
  background-image: url(/static/images/svg/generic/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 10px!important;
  height: 45px!important;
  margin-right: 16px;
}

.fancy-select + .select2 [aria-expanded="true"].select2-selection .select2-selection__arrow{
  transform: rotate(180deg);
}

.fancy-select + .select2 .select2-selection__arrow b{
  display: none;
}

.pill-select{
  position: relative;
  max-height: 240px!important;
  z-index: 999999;
}

.pill-select ul{
  position: relative;
  width: 100%;
  max-height: 240px!important;
  margin-top: 8px!important;
}

.pill-select .selected{
  display: flex;
  flex-direction: row;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  z-index: 9999999;
}

.pill-select .selected .content{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pill-select .selected .affix{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 2.5rem;
}

.pill-select .option{
  display: flex;
  height: 1.25rem;
  flex-direction: row;
  align-items: center;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.pill-select .option span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.pill-select input[type=checkbox]{
  display: none;
}

.steps-section-wrap.pill-select input[type=checkbox]{
  display: none;
}

.step-item.pill-select input[type=checkbox]{
  display: none
}

.pill-select .expand{
  flex-grow: 1;
  margin-right: 0.25rem;
  height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.pill-select .expand svg{
  float: right;
}

.pill-select .expand svg path{
  fill: #667085;
}

.pill-select .options,  #select2-profile_interests-results{
  display: flex;
  flex-direction: column;
  z-index: 50;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-height: 24rem;
  overflow-y: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

#select2-profile_interests-results{
  margin-top: 0;
  position: relative;
  top: -8px;
}

.select2-dropdown{
  border: none!important
}

.pill-select .options li{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.pill-select .options li.active:after{
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.pill-select .options li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

/* -------------------------------------------- */

.tab-radio{
  display: flex;
  flex-direction: row;
  gap: 0px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.tab-radio .option{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.tab-radio .checked{
  --tw-bg-opacity: 1;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.tab-radio .checked svg path{
  stroke: white;
}

.tab-radio .checked .text-success-900{
  color: rgb(255 255 255);
}

/* -------------------------------------------- */

.confirm-popup{
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
  max-width: 440px;
  /* margin-top: 25vh; */
  /* position: fixed; */
}

.confirm-slots{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
  width: 570px;
  /* margin-top: 25vh; */
  /* position: fixed; */
}

.popUpOverlay{
  background: #0007;
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
}

/* @media screen and (min-width: 768px) {
    .confirm-popup{
       margin-left: 50vh;
    }
} */

.confirm-popup h1,  .confirm-popup h2{
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.confirm-popup h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.confirm-popup h2{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.confirm-popup p{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.confirm-popup p.error{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}

.confirm-popup .buttons{
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding-top: 1rem;
}

.confirm-popup .buttons button{
  flex-grow: 1;
}

@media screen and (max-width: 640px){
  .slot-limit-data .confirm-popup .buttons button{
    justify-content: right;
    display: flex;
  }
}

/* -------------------------------------------- */

.rich-text p {
  min-height: 1.5rem;
}

/* -------------------------------------------- */

.date-picker{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.date-picker .month{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.date-picker .calendar{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  justify-content: flex-end;
}

.job-dashboard-main .full-col .date-picker .calendar{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px){
  .job-dashboard-main .full-col .date-picker .calendar{
    display: inline-flex;
    flex-direction: row;
  }
}

.date-picker .calendar div{
  margin-left: auto;
  margin-right: auto;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 38px;
}

.date-picker .calendar .day-name{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.date-picker .calendar .day{
  border-radius: 9999px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
  font-weight: 700;
}

.date-picker .calendar .day.disabled{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.date-picker .calendar .day.disabled:hover{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.date-picker .calendar .day.disabled{
  font-weight: 400;
}

.date-picker .calendar .day.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.date-picker .calendar .day.selected svg path{
  stroke: white;
}

.date-picker .calendar .day.selected .text-success-900{
  color: rgb(255 255 255);
}

.date-picker .calendar .day.today{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  font-weight: 400;
}

/* -------------------------------------------- */

.event-type-pills{
  margin-bottom: 0.375rem;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.event-type-pills > div{
  border-radius: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.event-type-pills .location{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.event-type-pills .price{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.event-type-pills .paid{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 125 117 / var(--tw-text-opacity));
}

.event-type-pills .free{
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(98 131 66 / var(--tw-text-opacity));
}

.type.free{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 243 235 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(98 131 66 / var(--tw-text-opacity)) !important;
}

.social-icons{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.social-icons > *{
  height: 2rem;
  width: 2rem;
  padding: 0.25rem;
}

@media (min-width: 640px){
  .social-icons > *{
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
  }
}

.social-icons > *{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.social-icons svg{
  height: 1.5rem;
  width: 1.5rem;
}

.hero-skills{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-skills > *{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 640px){
  .hero-skills > *{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.hero-skills > *{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

/* tags start*/

.tags{
  display: flex;
  gap: 0.75rem;
}

.tags.small{
  gap: 0.25rem;
}

.tags.large{
  gap: 0.5rem;
}

.tags a,  .tags span{
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  font-family: Gantari;
  justify-content: center;
}

.tags a.small,  .tags span.small{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  height: 21px;
}

.tags a.large,  .tags span.large{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  height: 32px;
}

.tags a.success,  .tags span.success{
  --tw-bg-opacity: 1;
  background-color: rgb(214 228 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(98 131 66 / var(--tw-text-opacity));
}

.tags a.secondary,  .tags span.secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(192 228 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 125 117 / var(--tw-text-opacity));
}

.tags a.outlined,  .tags span.outlined{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.tags a.white,  .tags span.white{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.tags a.gray,  .tags span.gray{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.tags a.transparent,  .tags span.transparent{
  border-style: none;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.tags-slider a.small{
  padding: 6px 12px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  display: block;
  text-align:center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

/*Tags end*/

/*Event item start*/

.event-item{
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.event-item p,  .event-item a{
  margin-top: 0.625rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  margin-bottom: 2rem;
}

/*Event item end*/

/*Event carousel*/

.event-carousel{
  display: flex;
}

.event-carousel img{
  height: auto;
  width: 100%;
}

.event-carousel img:hover{
  cursor: pointer;
}

.hero-wrapper .event-carousel, 
.profile .event-carousel{
  display: block;
}

.hero-wrapper .event-carousel img, 
.profile .event-carousel img{
  max-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Event carousel end*/

/*Modal*/

.modal{
  background-color: rgb(0 0 0 / 0.3);
}

/*Modal end*/

.form-field-bottom{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.form-tags{
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.form-tag{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  justify-content: center;
}

.form-tag::after{
  content: '';
  background-image: url(/static/images/svg/generic/close.svg);
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  left:5px;
}

.social-form-field{
  content: '';
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 53px;
}

.facebook{
  background-image: url(/static/images/svg/generic/facebook.svg);
}

.instagram{
  background-image: url(/static/images/svg/generic/instagram.svg);
}

.linkedin{
  background-image: url(/static/images/svg/generic/linkedin.svg);
}

.youtube{
  background-image: url(/static/images/svg/generic/youtube.svg);
}

.website{
  background-image: url(/static/images/svg/generic/website.svg);
}

.twitter{
  background-image: url(/static/images/svg/generic/twitter.svg);
}

.website{
  background-image: url(/static/images/svg/generic/website.svg);
}

.social-form-field + .form-field{
  padding-left: 44px;
}

.accordion,  .menu-accordion{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .accordion,  .menu-accordion{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1rem;
  }
}

.accordion .item,  .menu-accordion .item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding: 0.75rem;
  padding-left: 0px;
}

@media (min-width: 768px){
  .accordion .item,  .menu-accordion .item{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.accordion .item:last-child,  .menu-accordion .item:last-child{
  border-style: none;
}

.accordion .trigger > h4,  .menu-accordion .trigger > h4{
  padding-bottom: 0.5rem;
  text-align: left;
  font-family: Gantari;
  font-size: 16px;
  line-height: 1.75rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
}

.accordion .panel,  .menu-accordion .panel{
  padding-right: 2rem;
  text-align: left;
  font-family: Gantari;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .accordion .panel,  .menu-accordion .panel{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.accordion .panel ol,  .accordion .panel ul,  
.menu-accordion .panel ol,  .menu-accordion .panel ul{
  display: block;
  padding-left: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .accordion .panel ol,  .accordion .panel ul,  
.menu-accordion .panel ol,  .menu-accordion .panel ul{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.accordion .panel ol,  .menu-accordion .panel ol{
  list-style-type: decimal;
}

.accordion .panel ul,  .menu-accordion .panel ul{
  list-style-type: disc;
}

.accordion .panel ol p,  .accordion .panel ul p,  .menu-accordion .panel ol p,  .menu-accordion .panel ul p{
  font-family: Gantari;
}

.accordion .item.active{
  /* background: red */
}

.accordion .trigger,  .menu-accordion .trigger{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.accordion .trigger .icon, .menu-accordion .trigger .icon{
  width: 12px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(/static/images/svg/generic/chevron-down.svg);
  transition: all 300ms;
}

.accordion .trigger .icon.active, .menu-accordion .trigger .icon.active{
  transform: rotate(180deg);
}

.accordion .panel,  .accordion .sub-panel,  .menu-accordion .panel,  .menu-accordion .sub-panel{
  display: none;
}

.steps-section-wrap.accordion .panel, .steps-section-wrap .accordion .sub-panel, .steps-section-wrap .menu-accordion .panel, .steps-section-wrap .menu-accordion .sub-panel{
  display: none;
}

.step-item.accordion .panel, .step-item .accordion .sub-panel, .step-item .menu-accordion .panel, .step-item .menu-accordion .sub-panel{
  display: none
}

/*Icons*/

.ico{
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.ico.sm{
  width: 14px;
  height: 14px;
}

.ico.star{
  background-image: url(/static/images/svg/generic/star-ico.svg);
}

.admin-menu > ul{
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.admin-menu > ul > li > a,  .admin-menu > ul > li > div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.admin-menu > ul > li > a.active,  .admin-menu > ul > li > div.active{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.admin-menu > ul > li > a.active svg path,  .admin-menu > ul > li > div.active svg path{
  stroke: white;
}

.admin-menu > ul > li > a.active .text-success-900,  .admin-menu > ul > li > div.active .text-success-900{
  color: rgb(255 255 255);
}

.admin-menu > ul > li > a.active, .admin-menu > ul > li > div.active{
  border-radius: 8px;
}

.admin-menu > ul > li > a.active path,  .admin-menu > ul > li > div.active path{
  fill: #ffffff;
}

.admin-menu > ul > li > a:hover path,  .admin-menu > ul > li > div:hover path{
  fill: #475467;
}

.admin-menu > ul > li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin-menu > ul > li > ul{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-menu > ul > li > ul a{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  border-radius: 0px;
  padding: 8px 16px 8px 56px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.admin-menu > ul > li > ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.admin-menu > ul > li > ul a.active{
  --tw-text-opacity: 1;
  color: rgb(47 125 117 / var(--tw-text-opacity));
}

.admin-menu > ul > li > a.active:hover,  .admin-menu > ul > li > div.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 32 127 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.admin-menu > ul > li > a.active:hover svg path,  .admin-menu > ul > li > div.active:hover svg path{
  stroke: white;
}

.admin-menu > ul > li > a.active:hover .text-success-900,  .admin-menu > ul > li > div.active:hover .text-success-900{
  color: rgb(255 255 255);
}

.admin-menu > ul > li > a.active:hover path,  .admin-menu > ul > li > div.active:hover path{
  fill: #ffffff;
}

@media screen and (max-width: 640px){
  .main-hero-menu, .admin-h-menu{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .main-hero-menu:after, .admin-h-menu:after{
    display: block;
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .header-menu{
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}

.menu-notification{
  position: relative;
  cursor: default;
}

.menu-notification.show{
  cursor: pointer;
}

.menu-notification > span{
  display: none;
}

.menu-notification.show > span{
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 14px;
  background: linear-gradient(0deg, #D92D20, #D92D20);
  border-radius: 50%;
  border: 2px solid #2e324a;
}

.product .menu-notification.show > span, .course .menu-notification.show > span{
  top: -2px;
  right: 0;
  border: none;
  border: 2px solid #fff;
}

.notification-container{
  width: 400px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 53px;
  z-index: 9999999999;
  right: 0;
}

.product .notification-container{
  top: 40px;
}

.menu-notification .over{
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  display: none;
}

.menu-notification .over.show{
  display: none;
}

@media screen and (max-width: 640px){
  .product .notification-container.header-menu{
    border-radius: 0;
  }

  .notification-container{
    width:100vw;
    right: -140px;
  }

  .product .notification-container{
    width:100vw;
    right: -64px;
  }

  .menu-notification .over.show{
    display: block;
  }
}

.notification-container.header-menu .loading svg, .notification-container.header-menu .loading,
 .loading-more,
 .loading-more svg
 {
  width: 1.5rem!important;
  height: 1.5rem!important;
  padding: 0!important;
  margin: 1.5rem auto!important;
}

.loading-more{
  display: none;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  font-family: 'Gantari', sans-serif;
}

form{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

form label{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

form input[type=text],  input[type=number],  input[type=email],  input[type=password],  select,  textarea{
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

form input[type=text]:disabled,  input[type=number]:disabled,  input[type=email]:disabled,  input[type=password]:disabled,  select:disabled,  textarea:disabled{
  opacity: 0.4;
}

.todo{
  --tw-text-opacity: 1 !important;
  color: rgb(16 24 40 / var(--tw-text-opacity)) !important;
}

.profile{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .profile{
    border-radius: 0.75rem;
  }
}

.profile .cover img{
  border-radius: 0px;
}

@media (min-width: 768px){
  .profile .cover img{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

.main-info{
  display: block;
}

@media (min-width: 1280px){
  .main-info{
    display: flex;
    flex-direction: row;
  }
}

.main-info{
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .main-info{
    border-radius: 0.75rem;
  }
}

@media (min-width: 768px){
  .main-info{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.profile .main-info .left{
  position: relative;
  display: flex;
  flex-basis: 33.333333%;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .profile .main-info .left{
    gap: 1rem;
    padding: 4rem;
    padding-top: 6rem;
  }
}

.profile .main-info .right{
  flex-basis: 66.666667%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 640px){
  .profile .main-info .right{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 4rem;
  }
}

.profile .main-info .right{
  border-bottom-right-radius: 0px;
}

@media (min-width: 640px){
  .profile .main-info .right{
    border-bottom-right-radius: 0.75rem;
  }
}

.profile .main-info .right h4{
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.profile .main-info h4,  .profile .main-info h2{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  line-height: 2.188rem;
}

@media screen and (min-width: 768px){
  .profile .main-info h4, .profile .main-info h2{
    line-height: 2.5rem;
  }
}

.profile .main-info .left h2 + p{
  position: relative;
  top: -0.5rem;
}

.profile > .cover{
  /*@apply h-cover-height xl:h-cover-height-xl 2xl:h-cover-height-2xl relative bg-blue-100 rounded-tl-none sm:rounded-tl-xl rounded-tr-none sm:rounded-tr-xl;*/
  position: relative;
  height: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .profile > .cover{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}

@media (min-width: 1280px){
  .profile > .cover{
    height: 270px;
  }
}

.profile > .cover{
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.profile > .cover h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .profile > .cover h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .profile > .cover h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.profile .cover img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .avatar{
  position: absolute;
  overflow: hidden;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .profile .avatar{
    border-width: 8px;
  }
}

.profile .avatar{
  border-radius: 0.75rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .profile .avatar{
    border-radius: 1.5rem;
  }
}

.profile .avatar{
  top: -2.75rem;
  right: 1.5rem;
  height: 4.25rem;
  width: 4.25rem;
}

@media (min-width: 640px){
  .profile .avatar{
    top: -3.5rem;
    right: 4rem;
    height: 8rem;
    width: 8rem;
  }
}

@media (min-width: 1024px){
  .profile .avatar{
    left: 4rem;
  }
}

.profile .avatar{
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile .avatar > h5{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .profile .avatar > h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .profile .avatar > h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.profile .avatar img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.profile .cover-edit-btns{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  margin-top: 1rem;
  margin-left: 1rem;
}

@media (min-width: 1024px){
  .profile .cover-edit-btns{
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
}

.profile .avatar-edit-btns{
  position: absolute;
  display: inline-block;
  padding: 0.25rem;
}

@media (min-width: 640px){
  .profile .avatar-edit-btns{
    padding: 0.5rem;
  }
}

.profile .avatar-edit-btns{
  top: -1.75rem;
  right: 6rem;
}

@media (min-width: 640px){
  .profile .avatar-edit-btns{
    top: 0.75rem;
    right: 13rem;
  }
}

@media (min-width: 1024px){
  .profile .avatar-edit-btns{
    left: 13rem;
  }
}

.profile .avatar-edit-btns button{
  display: inline-block;
}

@media (min-width: 640px){
  .profile .avatar-edit-btns button{
    margin-left: 0.5rem;
  }

  .profile .avatar-edit-btns button:first-child{
    margin-left: 0px;
  }
}

.profile .qr-code{
  position: absolute;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  padding: 0.25rem;
  justify-content: center;
}

@media (min-width: 640px){
  .profile .qr-code{
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
  }
}

.profile .qr-code{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  top: -1.25rem;
  right: 6rem;
}

.profile .qr-code:hover{
  cursor: pointer;
}

@media (min-width: 640px){
  .profile .qr-code{
    top: 30px;
    right: 13rem;
  }
}

@media (min-width: 1024px){
  .profile .qr-code{
    left: 13rem;
  }
}

.profile .qr-code a{
  display: block;
}

.profile .qr-code svg{
  width: 18px;
  height: 18px;
}

.profile .main-info .full{
  display: flex;
  flex-basis: 100%;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .profile .main-info .full{
    padding: 4rem;
    padding-bottom: 2.5rem;
  }
}

.profile .forms{
  display: block;
  flex-basis: 100%;
  gap: 2.5rem;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .profile .forms{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 768px){
  .profile .forms{
    display: flex;
  }
}

.hero-wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .hero-wrapper{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .hero-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.event-type-wrapper{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 640px){
  .event-type-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 768px){
  .event-type-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .event-type-wrapper{
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.events-main-wrapper .top, events-main-wrapper-mobile .top {
  display: block;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  font-family: Gantari
}

.events-main-wrapper .top > .dot, .events-main-wrapper-mobile .top > .dot {
  margin: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
}

.event{
  max-width: 400px;
}

.events-main-wrapper, .events-main-wrapper-mobile {
  justify-content: start;
}

.my-event-image{
  height: 70px !important;
  -o-object-fit: fill;
     object-fit: fill;
}

a.event-name{
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.horizontal-line{
  background: #E4E7EC;
  height: 1px;
  width:  100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.event_type_wrapper {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.event-type-wrapper.mobile{
  display: block;
  position: absolute;
  z-index: 1000;
  margin: 0px;
  width: 100%;
  top: 120px;
}

.event-link{
  cursor: pointer;
}

.modal{
  z-index: 9999999999;
}

.modal-header .btn-close{
  margin: 22px;
  color: #101828;
  top: 0!important;
  right: 0!important;
  opacity: 1!important;
}

#bookingModal .modal-dialog{
  width: 97%;
  max-width: 97%;
  padding-top: 8rem;
}

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

.pill-select[data-popper-placement="top-start"]{
  bottom: 16px !important;
}

.publicURLLabel{
  position: absolute;
  margin-top: -30px;
  margin-left: 16px;
  color: #667085;
  font-size: 1rem;
}

.publicURL{
  color: #171B36;
}

.event-type-popout{
  /*transform: translateX(100%);*/
  margin-right: -620px;
  height: 100%;
  transition: all 200ms;
}

.event-type-popout.animate{
  /*transform: translateX(0%);*/
  margin-right: 0;
}

.action-bar{
  transition: all 200ms;
  margin-right: -620px;
}

.action-bar.animate{
  /*transform: translateX(0%);*/
  margin-right: 0;
}

.pill-select li.active{
  background-image: url(/static/images/svg/generic/check.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.pill-select > div[aria-expanded=true]{
  border: 1px solid rgba(71, 84, 103, 1);
  color: Gray/700;
}

.pill-select > div:hover{
  background: rgba(249, 250, 251, 1);
  cursor: pointer;
  color: Gray/700;
}

.unanswered-notification{
  background-color: rgb(242 244 247 / var(--tw-bg-opacity))!important;
  position: relative;
}

.notification-result .icon-menu{
  gap:0;
}

.unanswered-notification > span{
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  margin-top:-3px;
  left: 8px;
  background: linear-gradient(0deg, #D92D20, #D92D20);
  border-radius: 100%;
  border: none;
}

.default-timeslot{
  padding: 12px 16px 12px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity));
  font-family: Gantari;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  color: rgb(255 255 255);
}

.default-timeslot svg path{
  stroke: white;
}

.default-timeslot .text-success-900{
  color: rgb(255 255 255);
}

.default-timeslot path{
  stroke: #667085;
  stroke: white !important;
}

.selected-timeslot, .default-timeslot:hover{
  border: 1px solid #3E4784;
  background-color: rgb(234 230 240 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.selected-timeslot svg path,  .default-timeslot:hover svg path{
  stroke: white;
}

.selected-timeslot .text-success-900,  .default-timeslot:hover .text-success-900{
  color: rgb(255 255 255);
}

.default-timeslot.selected-timeslot path,  .default-timeslot:hover path{
  stroke: #2a0054;
  stroke: white !important;
}

.profile .avatar img.no_profile_img{
  width: auto;
  height: auto;
}

.two_liner{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.one_liner{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tags a.error, .tags span.error {
  color: #B42318;
  background: #FEF3F2;
}

.full_price{
  display: flex !important;
  flex-direction: column;
}

.has_discount{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  font-size: x-small;
  min-width: 65px;
}

.discount_price{
  font-size: 15px;
}

.chatbot-iframe{
  width: 350px;
  height: 0px;
  z-index: 10000;
  position: fixed;
  bottom: 80px;
  right: 80px;
}

.floating-circle{
  position: fixed;
  bottom: 60px;
  right: 60px;
  color: white;
  background: rgb(52 60 113);
  radius: 20px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  box-shadow: 3px 3px #888;
  z-index: 9;
}

.chatbot-svg path{
  stroke: white !important;
}

.chatbot-svg{
  margin: 18px;
}

.chatbot-close{
  position: fixed;
  z-index: 100000;
  bottom: 440px;
  right: 85px;
}

.floating-message{
  bottom: 130px;
  position: fixed;
  right: 80px;
  max-width: 250px;
  background: lightblue;
  border-radius: 12px;
  padding: 10px;
  z-index: 9;
}

@media (max-width: 480px) {
  .chatbot-close{
    right: 15px !important;
  }

  .floating-message{
    right: 10px  !important;
  }

  .chatbot-iframe{
    right: 10px !important;
  }

  .floating-circle{
    right: 10px;
  }
}

.product .logo-wrap, .course .logo-wrap{
  min-width: 176px;
  display: flex;
  justify-content: center;
}

.link-pricing{
  display: flex;
  align-items: center;
  justify-items: center;
}

.link-pricing > a{
  padding-left: 8px;
  display: block;
}

@media (max-width: 369px) {
  .link-pricing > a{
    padding-left: 0;
  }
}

@media print{
  .show-mobile-item{
    display: none;
  }
}

.logo-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 25px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  color: rgb(255 255 255);
}

.logo-banner svg path{
  stroke: white;
}

.logo-banner .text-success-900{
  color: rgb(255 255 255);
}

@media (min-width: 768px){
  .logo-banner{
    gap: 35px;
    padding: 35px;
  }
}

.logo-banner{
  background: #21405e;
}

.banner-logos{
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  max-width: 1380px;
}

.banner-logos > li{
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-logos > li > img{
  max-height: 45px;
}

.banner-title{
  font-size: 24px;
}

.banner-logos > li:nth-child(5) img{
  max-width: 200px;
}

@media (max-width: 670px) {
  .banner-title{
    font-size: 18px;
  }

  .banner-logos{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .banner-logos > li > img{
    max-height: none;
  }

  .banner-logos > li{
    width: 25%;
    padding-top: 20px;
  }

  .banner-logos > li:nth-child(1){
    order: 1;
    padding-top: 0;
  }

  .banner-logos > li:nth-child(2){
    order: 4;
  }

  .banner-logos > li:nth-child(3){
    order: 2;
    padding-top: 0;
  }

  .banner-logos > li:nth-child(4){
    order: 5;
  }

  .banner-logos > li:nth-child(5){
    order: 3;
    padding-top: 0;
  }

  .banner-logos img{
    min-width: 150px
  }

  .banner-logos > li:nth-child(3) img{
    max-width: 40px;
    min-width: 40px;
  }

  .banner-logos > li:nth-child(1) img{
    min-width: 100px
  }

  .banner-logos > li:nth-child(5) img{
    min-width: 120px
  }
}

@media (max-width: 450px) {
  .banner-logos img{
    min-width: 120px
  }

  .banner-logos > li:nth-child(3) img{
    max-width: 40px;
    min-width: 40px;
  }

  .banner-logos > li:nth-child(1) img{
    min-width: 80px
  }

  .banner-logos > li:nth-child(5) img{
    min-width: 100px
  }
}

li[data-list="ordered"] {
  list-style-type: none;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

li[data-list="ordered"]::before {
  content: counter(list-0, decimal) '. ';
}

li.ql-indent-1, li.ql-indent-2{
  list-style: none !important;
}

li.ql-indent-1[data-list="ordered"]::before{
  content: counter(list-1, lower-alpha) '. ' !important;
}

li.ql-indent-1[data-list=ordered] {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-1;
}

li.ql-indent-2[data-list="ordered"]::before{
  content: counter(list-2, lower-roman) '. ' !important;
}

li.ql-indent-2[data-list=ordered] {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-2;
}

li[data-list="bullet"]{
  list-style: none;
}

li[data-list="bullet"]::before {
  content: "\2022" !important;
}

li.ql-indent-1[data-list="bullet"]::before, li.ql-indent-2[data-list="bullet"]::before {
  content: "\25E6" !important;
}

li[data-list="alpha"]::before {
  content: none !important;
}

li[data-list="alpha"]{
  list-style: lower-alpha !important;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

li.ql-indent-1[data-list="alpha"]{
  list-style: none !important;
}

li.ql-indent-1[data-list="alpha"]::before {
  content: "\25E6" !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  background: rgb(52 60 113) !important;
  border: 1px solid rgb(52 60 113) !important;
}

.round-btn.btn-red svg{
  background: red;
  stroke: white;
  top: 10px;
  left: -10px;
  position: relative;
  border-radius: 2rem;
}

.ql-align-center{
  text-align: center;
  display: flex;
  justify-content: center;
}

.ql-align-center span{
  text-align: center;
  display: flex;
  justify-content: center;
}

html.main-class.registration, html.main-class.password-reset{
  width: 100%;
}

body.product{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  min-height: 100vh;
}

.product header,  .course header{
  position: fixed;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 64px;
  z-index: 99999999;
}

.product header.custom-shadow, .course header.custom-shadow{
  box-shadow: 0px 6px 24px 0px #0000001A;
}

.product header button,  .product header .btn,  .course header button,  .course header .btn{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product .sitenav > ul,  .course .sitenav > ul{
  max-width: 1140px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .product .sitenav > ul,  .course .sitenav > ul{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.product .sitenav > ul,  .course .sitenav > ul{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 768px){
  .product .sitenav > ul,  .course .sitenav > ul{
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}

.product .sitenav > ul,  .course .sitenav > ul{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 4rem;
  align-items: center;
}

.product .sitenav .logo, .course .sitenav .logo {
  max-width: 176px;
  width:auto;
  height: auto;
  padding-left: 0px
}

@media (min-width: 768px){
  .product .sitenav .logo,  .course .sitenav .logo{
    padding-left: 0.75rem;
  }
}

.product .sitenav svg.icon,  .course .sitenav svg.icon{
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px){
  .product .sitenav svg.icon,  .course .sitenav svg.icon{
    height: 1.25rem;
    width: 1.25rem;
  }
}

.product .page-content{
  position: relative;
  /* @apply py-4 md:py-10; */
}

.product .page-footer {
  /* @apply relative bg-white mt-10 text-sm; */
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-top: 1px solid #d0d5dd;
}

.product.registration .page-footer,  .product.password-reset .page-footer{
  bottom: 0px;
}

.product.registration .page-content,  .product.password-reset .page-content,  .product.onboard .page-content{
  flex-grow: 1;
}

@media screen and (max-width: 640px){
  .slot-limit-data .product.registration .page-content, .slot-limit-data  .product.password-reset .page-content, .slot-limit-data  .product.onboard .page-content{
    justify-content: right;
    display: flex;
  }
}

.product.registration .page-content, .product.password-reset .page-content, .product.onboard .page-content{
  /**/
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .product.registration .page-content,  .product.password-reset .page-content,  .product.onboard .page-content{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.product.onboard .page-content{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .product.onboard .page-content{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.product.onboard .page-content .popup-form h2{
  line-height: 125%;
}

.product.onboard .page-content .popup-form h4{
  line-height: 140%;
}

.page-footer a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.product .button-nav{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.product .page-container{
  width: 100%;
}

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

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

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

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

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

.product .page-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: 1200px;
}

.wrap{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .wrap{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px){
  .wrap{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.bottom-section .wrap{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .bottom-section .wrap{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .bottom-section .wrap{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.bottom-section{
  --tw-bg-opacity: 1;
  background-color: rgb(30 0 60 / var(--tw-bg-opacity));
}

.bottom-section h3{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.bottom-section h3 svg path{
  stroke: white;
}

.bottom-section h3 .text-success-900{
  color: rgb(255 255 255);
}

@media (min-width: 768px){
  .bottom-section h3{
    font-size: 56px;
  }
}

.bottom-section h3{
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: Gantari;
  line-height: 34px;
}

@media (min-width: 768px){
  .bottom-section h3{
    line-height: 70px;
  }
}

.bottom-section h3{
  max-width: 340px;
}

.ja .bottom-section h3,  .zh_TW .bottom-section h3{
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px){
  .ja .bottom-section h3,  .zh_TW .bottom-section h3{
    font-size: 56px;
    line-height: 70px;
  }
}

.bottom-section .wrap{
  position: relative;
  display: flex;
  justify-content: flex-start;
  vertical-align: bottom;
}

.bottom-section .image{
  margin-top: 0px;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1024px){
  .bottom-section .image{
    margin-top: 2rem;
  }
}

@media (min-width: 1280px){
  .bottom-section .image{
    margin-top: 70px;
  }
}

.bottom-section .text .btn{
  /* @apply mb-4 md:mb-[4rem] lg:mb-[138px] block md:inline-block; */
  margin-bottom: 0px;
  display: block
}

@media (max-width: 1096px){
  .sitenav ul li.bottom-section .text .btn {
    display: none;
  }
}

@media (min-width: 768px){
  .bottom-section .text .btn{
    margin-bottom: 1rem;
    display: inline-block;
  }
}

.bottom-section .text .btn{
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
}

@media (min-width: 768px){
  .bottom-section .text .btn{
    position: static;
  }
}

.bottom-section .text{
  width: 100%;
  padding-top: 0px;
  padding-left: 28px;
}

@media (min-width: 768px){
  .bottom-section .text{
    width: auto;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .bottom-section .text{
    padding-top: 8rem;
    padding-left: 8rem;
  }
}

.bottom-section .text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem !important;
}

.product .event-types{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product .event-types > *{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.product .event-type-info{
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.product .event-type-info > *{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.product .event-type-info svg{
  height: 1.25rem;
  width: 1.25rem;
}

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

.faq-section h2{
  text-align: left;
  font-family: Gantari;
  font-size: 2rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .faq-section h2{
    font-size: 2.5rem;
  }
}

.faq-section h2{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .faq-section h2{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 6rem;
  }
}

.main-heading h2{
  padding-top: 1rem;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .main-heading h2{
    padding-top: 6rem;
    text-align: center;
    font-size: 2.5rem;
  }
}

.main-heading h2 + span{
  margin-top: 1rem;
  display: block;
  text-align: left;
  font-family: Gantari;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .main-heading h2 + span{
    text-align: center;
    font-size: 1.5rem;
  }
}

.main-heading h2 + span{
  line-height: 1.375rem;
}

@media screen and(min-width: 768px) {
  .main-heading h2 + span{
    line-height: 2.125rem;
  }
}

.main-heading.align-left > h2,  .main-heading.align-left > span{
  text-align: left;
}

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

.value-prop-section .item{
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .value-prop-section .item{
    flex-direction: row;
    padding-bottom: 3rem;
  }
}

.value-prop-section .item:last-child{
  display: flex;
  flex-direction: column;
  padding-bottom: 2.6rem;
}

@media (min-width: 768px){
  .value-prop-section .item:last-child{
    flex-direction: row;
    padding-bottom: 8rem;
  }
}

.value-prop-section .item:first-child{
  padding-top: 24px;
}

@media (min-width: 768px){
  .value-prop-section .item:first-child{
    padding-top: 24px;
  }
}

.value-prop-section .item:nth-child(odd){
  flex-direction: column;
}

@media (min-width: 768px){
  .value-prop-section .item:nth-child(odd){
    flex-direction: row-reverse;
  }
}

.value-prop-section .item > .txt{
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  text-align: left;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  justify-content: center;
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .value-prop-section .item > .txt{
    line-height: 2rem;
  }
}

.value-prop-section .item > .txt{
  font-family: Gantari;
}

.value-prop-section .item > .txt > div{
  padding-left: 0px;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .value-prop-section .item > .txt > div{
    padding-left: 4rem;
    padding-right: 6rem;
  }
}

.value-prop-section .item:nth-child(even) > .txt > div{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .value-prop-section .item:nth-child(even) > .txt > div{
    padding-left: 1rem;
  }
}

@media (min-width: 1024px){
  .value-prop-section .item:nth-child(even) > .txt > div{
    padding-right: 4rem;
    padding-left: 6rem;
  }
}

.value-prop-section .item > .txt h3{
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  text-align: left;
  font-size: 1.78rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .value-prop-section .item > .txt h3{
    padding-top: 0px;
    font-size: 2rem;
  }
}

@media (min-width: 1024px){
  .value-prop-section .item > .txt h3{
    line-height: 2.5rem;
  }
}

.value-prop-section .item > .txt p{
  font-size: 1.125rem;
  line-height: 25px;
}

.value-prop-section .item > .image{
  display: flex;
  flex-basis: 50%;
}

.value-prop-section .item > .image img{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-section{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  height:  auto;
  /*min-height: 350px;*/
  max-height: 480px;
}

@media screen and (min-width: 768px) {
  .hero-section{
    height:  calc(100vh - 64px);
    min-height: 400px;
  }
}

.hero-section .wrap{
  /* @apply flex pt-48 pb-40 */
  /* @apply block sm:flex; */
  display: block;
}

@media (min-width: 768px){
  .hero-section .wrap{
    display: flex;
  }
}

.hero-section .wrap{
  height: 100%;
}

.hero-section h1{
  text-align: left;
  font-family: Gantari;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .hero-section h1{
    font-size: 36px;
  }
}

@media (min-width: 1024px){
  .hero-section h1{
    font-size: 46px;
  }
}

@media (min-width: 1280px){
  .hero-section h1{
    font-size: 56px;
  }
}

.hero-section h1{
  line-height: 35px;
  max-width: 683px;
}

@media screen and (min-width: 768px) {
  .hero-section h1{
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section h1{
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .hero-section h1{
    line-height: 70px;
  }
}

.hero-section h1 + span{
  display: block;
  padding-top: 1rem;
  text-align: left;
  font-family: Gantari;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .hero-section h1 + span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.hero-section h1 + span{
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .hero-section h1 + span{
    line-height: 28px;
  }
}

.hero-section .wrap .txt{
  display: flex;
  flex-basis: 66.666667%;
  flex-direction: column;
  padding-right: 0px;
  justify-content: center;
}

.hero-section .buttons{
  /* @apply flex gap-3 sm:gap-1 pt-[1rem] md:pt-[2.5rem] sm:pt-10 flex-col sm:flex-row; */
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
}

@media (min-width: 768px){
  .hero-section .buttons{
    flex-direction: row;
    gap: 0.25rem;
    padding-top: 2.5rem;
  }
}

.hero-section .buttons a{
  margin-right: 0px;
}

@media (min-width: 768px){
  .hero-section .buttons a{
    margin-right: 0.5rem;
  }
}

.hero-section .buttons a{
  /* @apply mr-0 sm:mr-2 */
}

.hero-section .buttons a:last-child{
  margin-right: 0px;
}

.hero-section img{
  /* @apply absolute right-0 xl:max-w-2xl w-[35%] hidden sm:block; */
  position: absolute;
  right: 0px;
  display: none;
  width: 35%;
}

.steps-section-wrap.hero-section img{
  display: none;
}

.step-item.hero-section img{
  display: none
}

@media (min-width: 768px){
  .hero-section img{
    display: block;
  }
}

@media (min-width: 1280px){
  .hero-section img{
    max-width: 42rem;
  }
}

.hero-section img{
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.nav-tabs .nav-link{
  text-align: left;
  font-family: Gantari;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .nav-tabs .nav-link{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.nav-tabs .nav-link.active{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.section-howto,  .section-seller-carousel{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .section-howto,  .section-seller-carousel{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.section-seller-carousel .wrap{
  padding-bottom: 0px;
}

.section-seller-carousel h2,  .section-howto .wrap  > h2{
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Gantari;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-seller-carousel h2,  .section-howto .wrap  > h2{
    font-size: 2.5rem;
  }
}

.section-seller-carousel h2, .section-howto .wrap  > h2{
  line-height: 2.188rem;
}

@media screen and (min-width: 768px) {
  .section-seller-carousel h2, .section-howto .wrap  > h2 {
    line-height: 3.125rem;
  }
}

.section-seller-carousel h2{
  padding-bottom: 0.75rem;
  text-align: left;
}

@media (min-width: 768px){
  .section-seller-carousel h2{
    padding-bottom: 1rem;
    text-align: center;
  }
}

.section-seller-carousel h2 + span{
  display: block;
  text-align: left;
  font-family: Gantari;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .section-seller-carousel h2 + span{
    text-align: center;
    font-size: 1.5rem;
  }
}

.section-seller-carousel h2 + span{
  line-height: 1.375rem;
}

@media screen and(min-width: 768px) {
  .section-seller-carousel h2 + span{
    line-height: 2.125rem;
  }
}

.section-seller-carousel [data-action='stop']{
  display: none;
}

.event .card{
  left: 0px;
  top: 0px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-family: Gantari;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.section-seller-carousel .top{
  display: block;
  padding-top: 0.75rem;
  font-family: Gantari;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.section-seller-carousel .top >.dot{
  margin: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
}

.event > .card > .img{
  width: 100%;
  overflow: hidden;
  height: 150px;
}

@media (min-width: 768px){
  .event > .card > .img{
    height: 156px;
  }
}

.event > .card > .img{
  background-color: #F7F7F7;
  border-radius: 8px;
}

.event > .card > .img > a > img{
  /*@apply object-cover hover:cursor-pointer h-full;*/
  /* width: auto;
    height: 100%;
    border-radius: 8px;
    object-fit: fill; */
  height: 100%;
  width: auto;
  border-radius: 8px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.event > .card > .img > a{
  overflow-x: hidden;
}

.event > .card > .img.empty-img > a > img{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.event > .card > h3{
  min-height: 77px!important;
}

.event > .card > h3,  .event > .card > h3 > a{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  font-size: 16px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.event > .tags{
  display: flex;
  padding-top: 0.5rem;
  justify-content: center;
}

.event > .tags a{
  font-family: Gantari;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.event > .card > .bottom{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event > .card .price{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 146 138 / var(--tw-text-opacity));
  font-size: 14px;
  line-height: 160%;
  display: inline-flex;
  min-width: 100px;
  justify-content: right;
  flex-grow: 1;
}

.event > .card .price.free{
  color: rgb(98 131 66) !important;
}

.event > .card .seller{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.25rem;
  max-width: 48%;
  flex-grow: 1;
  margin-right: -15px;
}

.event > .card > .bottom{
  gap: 15px!important;
}

.event > .card .seler-info{
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.event .seler-info .stars{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  font-weight: 700;
}

.event > .card .seller img{
  max-width: 40px;
  height: 40px;
  border-radius: 0.75rem
}

[data-js="seller_slider_left"]{
  padding-top: 2px;
}

h3 + span{
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  h3 + span{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.tabs-wrapper .tab-content{
  padding-top: 2rem;
}

@media (min-width: 768px){
  .tabs-wrapper .tab-content{
    padding-top: 5rem;
  }
}

.section-howto .tns-controls{
  display:none;
}

.section-howto .tab-content img{
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-howto .tabs-wrapper .slide-item h3{
  font-family: Gantari;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .section-howto .tabs-wrapper .slide-item h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.section-howto .tabs-wrapper .slide-item h3{
  padding-top: 1rem;
  padding-bottom: 8px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-howto .tabs-wrapper .slide-item h3{
    padding-top: 1.25rem;
    text-align: left;
  }
}

.section-howto p{
  text-align: center;
  font-family: Gantari;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .section-howto p{
    text-align: left;
    font-size: 16px;
  }
}

.section-howto .slide-item h3 > span{
  display: none;
}

.steps-section-wrap.section-howto .slide-item h3 > span{
  display: none;
}

.step-item.section-howto .slide-item h3 > span{
  display: none
}

@media (min-width: 768px){
  .section-howto .slide-item h3 > span{
    display: inline;
  }
}

.section-howto .tabs-wrapper{
  overflow: hidden;
}

.section-howto .tns-nav{
  padding-top: 1.5rem;
  text-align: center;
}

.section-howto .tns-nav button{
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 2px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(203 191 217 / var(--tw-bg-opacity))
}

.section-howto button.tns-nav-active{
  --tw-bg-opacity: 1;
  background-color: rgb(23 0 45 / var(--tw-bg-opacity));
}

.screen-section{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.screen-section .wrap{
  display: block;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px){
  .screen-section .wrap{
    display: flex;
    padding-top: 6rem;
  }
}

.screen-section .wrap > .customize-tools{
  width: 100%;
  padding-right: 0px;
}

@media (min-width: 768px){
  .screen-section .wrap > .customize-tools{
    width: 45%;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .screen-section .wrap > .customize-tools{
    padding-right: 6rem;
  }
}

.screen-section .wrap > .screen-carousel{
  width: 100%;
  padding-top: 2rem;
}

@media (min-width: 768px){
  .screen-section .wrap > .screen-carousel{
    width: 55%;
    padding-top: 0px;
  }
}

.screen-section .slide-item img{
  width: 100%;
}

.screen-section h2{
  padding-bottom: 0.75rem;
  font-family: Gantari;
  font-size: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .screen-section h2{
    font-size: 2.5rem;
  }
}

.screen-section h2{
  line-height: 2.188rem;
}

@media screen and (min-width: 768px) {
  .screen-section h2 {
    line-height: 3.125rem;
  }
}

.screen-section h2 + span{
  margin-bottom: 0px;
  display: block;
  text-align: left;
  font-family: Gantari;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .screen-section h2 + span{
    font-size: 1.5rem;
  }
}

.screen-section h2 + span{
  line-height: 1.375rem;
}

@media screen and(min-width: 768px) {
  .screen-section h2 + span{
    line-height: 2.125rem;
  }
}

.screen-section .thumbnails{
  position: absolute;
  bottom: 2rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-top: 1.5rem;
  justify-content: center;
}

@media (min-width: 768px){
  .screen-section .thumbnails{
    position: static;
    flex-direction: column;
  }
}

@media (min-width: 1280px){
  .screen-section .thumbnails{
    padding-top: 3rem;
  }
}

.screen-section .thumbnails{
  left: 0px;
  right: 0px;
  width: 100%;
}

.screen-section .thumbnails > li{
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 768px){
  .screen-section .thumbnails > li{
    padding: 0.75rem;
  }
}

@media (min-width: 1024px){
  .screen-section .thumbnails > li{
    padding: 1.5rem;
  }
}

@media (min-width: 1280px){
  .screen-section .thumbnails > li{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.screen-section .thumbnails > li{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(203 191 217 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .screen-section .thumbnails > li{
    height: auto;
    width: auto;
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
}

.screen-section .thumbnails > li{
  transition: all 300ms;
}

.screen-section .thumbnails > li > span{
  display: none;
  font-family: Gantari;
}

.steps-section-wrap.screen-section .thumbnails > li > span{
  display: none;
}

.step-item.screen-section .thumbnails > li > span{
  display: none
}

@media (min-width: 768px){
  .screen-section .thumbnails > li > span{
    display: inline;
  }
}

.screen-section .thumbnails > li.tns-nav-active,  .screen-section .thumbnails > li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 0 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .screen-section .thumbnails > li.tns-nav-active,  .screen-section .thumbnails > li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  }
}

.screen-section .thumbnails > li.tns-nav-active, .screen-section .thumbnails > li:hover{
  border-radius: 8px;
}

.screen-section .slide-item h3{
  padding-top: 1rem;
  text-align: center;
  font-family: Gantari;
  font-size: 1.5rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
  display: block;
}

@media (max-width: 1096px){
  .actions ul li.screen-section .slide-item h3{
    display: flex;
  }
}

@media (min-width: 768px){
  .screen-section .slide-item h3{
    display: none;
  }
}

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

.explore-events-section .main-heading{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .explore-events-section .main-heading{
    margin-bottom: 4rem;
  }
}

.explore-events-section .main-heading >h2{
  padding-top: 1.5rem;
  font-family: Gantari;
  font-size: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .explore-events-section .main-heading >h2{
    padding-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .explore-events-section .main-heading >h2{
    padding-top: 4rem;
  }
}

.main-heading >h2 > .flip{
  display: inline-block;
  position: relative;
  top: 5px;
  height: 32px;
  overflow: hidden;
}

@media (min-width: 768px){
  .main-heading >h2 > .flip{
    position: static;
    height: 42px;
  }
}

.main-heading >h2 > .flip > div > div{
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-heading >h2 > .flip div:first-child {
  animation: show 5s infinite reverse;
}

@-webkit-keyframes show {
  0%{
    margin-top:-144px
  }

  5%{
    margin-top: -107px
  }

  25%{
    margin-top: -107px
  }

  30%{
    margin-top: -72px
  }

  50%{
    margin-top: -71px
  }

  55%{
    margin-top: -36px
  }

  75%{
    margin-top: -36px
  }

  80%{
    margin-top: 0
  }

  99.99%{
    margin-top: 0
  }

  100%{
    margin-top: -144px
  }
}

@keyframes show {
  0%{
    margin-top:-144px
  }

  5%{
    margin-top: -107px
  }

  25%{
    margin-top: -107px
  }

  30%{
    margin-top: -72px
  }

  50%{
    margin-top: -71px
  }

  55%{
    margin-top: -36px
  }

  75%{
    margin-top: -36px
  }

  80%{
    margin-top: 0
  }

  99.99%{
    margin-top: 0
  }

  100%{
    margin-top: -144px
  }
}

@media screen and (min-width:768px){
  @-webkit-keyframes show {
    0%{
      margin-top: -175px
    }

    5%{
      margin-top: -144px
    }

    25%{
      margin-top: -144px
    }

    30%{
      margin-top: -96px
    }

    50%{
      margin-top: -96px
    }

    55%{
      margin-top: -48px
    }

    75%{
      margin-top: -48px
    }

    80%{
      margin-top: 0
    }

    99.99%{
      margin-top: 0
    }

    100%{
      margin-top: -175px
    }
  }
  @keyframes show {
    0%{
      margin-top: -175px
    }

    5%{
      margin-top: -144px
    }

    25%{
      margin-top: -144px
    }

    30%{
      margin-top: -96px
    }

    50%{
      margin-top: -96px
    }

    55%{
      margin-top: -48px
    }

    75%{
      margin-top: -48px
    }

    80%{
      margin-top: 0
    }

    99.99%{
      margin-top: 0
    }

    100%{
      margin-top: -175px
    }
  }
}

.explore-events-section .main-heading >h2+span{
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.events-main-wrapper,  .events-main-wrapper-mobile{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.events-main-wrapper .event,  .events-main-wrapper-mobile .event{
  width: 100%;
  max-width: none;
}

@media (min-width: 640px){
  .events-main-wrapper .event,  .events-main-wrapper-mobile .event{
    width: 48%;
  }
}

@media (min-width: 1024px){
  .events-main-wrapper .event,  .events-main-wrapper-mobile .event{
    width: 31%;
    max-width: 32%;
  }
}

@media (min-width: 1280px){
  .events-main-wrapper .event,  .events-main-wrapper-mobile .event{
    width: 23%;
    flex-grow: 1;
  }
}

.events-main-wrapper .event > .card,  .events-main-wrapper-mobile .event > .card{
  margin: 0px;
}

.wrap.wide{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .wrap.wide{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.explore-events-section .event-info{
  width: 100%;
  padding-bottom: 1rem;
  text-align: left;
  font-family: Gantari;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.card .tags-slider{
  position: relative;
  display: none;
  height: 2rem;
  align-items: center;
}

.steps-section-wrap.card .tags-slider{
  display: none;
}

.step-item.card .tags-slider{
  display: none
}

.card .tags-slider > div{
  position: absolute;
  left: -1.5rem;
  right: -1.5rem;
}

.card .tags-slider > div .slide-item:first-child{
  margin-left: 1.5rem;
}

.product .slot-details{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product .slot-details > *{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.event_types_limited{
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.event_types_limited .event{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.event_types_limited .event:last-child{
  margin-bottom: 0px;
}

.booking-flow-main{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Gantari;
}

@media (min-width: 768px){
  .booking-flow-main{
    border-radius: 0.75rem;
  }
}

.booking-flow-main{
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px){
  .booking-flow-main{
    box-shadow:none;
    min-height: calc(100vh - 64px);
  }
}

.booking-flow-main{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.booking-flow-main.confirmation{
  max-width: 800px;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .booking-flow-main.confirmation{
    padding: 4rem;
  }
}

.booking-flow-main.confirmation .title svg{
  height: auto;
  width: 33px;
}

.booking-flow-main.confirmation .title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 640px){
  .booking-flow-main.confirmation .title{
    flex-direction: row;
    align-items: center;
  }
}

.booking-flow-main.confirmation .title .icon{
  display: flex;
  height: 72px;
  width: 72px;
  align-items: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 235 / var(--tw-bg-opacity));
  justify-content: center;
  margin-right: 0px;
  margin-bottom: 1rem;
}

@media (min-width: 640px){
  .booking-flow-main.confirmation .title .icon{
    margin-right: 1.5rem;
    margin-bottom: 0px;
  }
}

.booking-flow-main.confirmation .title h2{
  text-align: left;
  font-family: Gantari;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main.confirmation .buttons{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.booking-flow-main.confirmation .main-content{
  margin-top: 3.063rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

@media (min-width: 640px){
  .booking-flow-main.confirmation .main-content{
    margin-top: 4.125rem;
  }
}

.booking-flow-main.confirmation .main-content{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.booking-flow-main.confirmation .main-content h3{
  margin-top: 11px;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main.confirmation .main-content h3 + span{
  margin-top: 1rem;
  display: block;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main.confirmation .main-content ul{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.booking-flow-main.confirmation .main-content li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.booking-flow-main.confirmation .main-content li span{
  display: block;
  padding-right: 1rem;
}

.booking-flow-main.confirmation .main-content li p{
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main.confirmation .main-content li svg{
  height: auto;
  width: 16px;
}

.booking-flow-main.confirmation .main-content li b{
  font-size: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main.confirmation .main-content li.bord{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.booking-flow-main.confirmation .images{
  position: absolute;
  top: -35px;
  left: 1rem;
  display: flex;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 8px;
  padding-right: 0px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
}

.booking-flow-main.confirmation .images img{
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  left: -8px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.booking-flow-main.confirmation .images img:first-child{
  left: 0;
}

.booking-flow-main.steps{
  display: flex;
  flex-direction: column;
  font-family: Gantari;
}

@media (min-width: 768px){
  .booking-flow-main.steps{
    flex-direction: row;
  }
}

.booking-flow-main.steps .left{
  width: 100%;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .booking-flow-main.steps .left{
    width: 42%;
    border-right-width: 1px;
  }
}

.booking-flow-main.steps .right{
  width: 100%;
  padding: 0px;
}

@media (min-width: 768px){
  .booking-flow-main.steps .right{
    width: 58%;
  }
}

.booking-flow-main.steps .left > div,  .booking-flow-main.steps .right > div{
  position: relative;
  height: 100%;
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .booking-flow-main.steps .left > div,  .booking-flow-main.steps .right > div{
    padding: 1rem;
  }
}

.booking-flow-main.steps .right > div{
  padding-top: 0;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .booking-flow-main.steps .right > div{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px){
  .booking-flow-main.steps .right > div{
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}

.booking-flow-main.steps h5{
  text-align: left;
  font-family: Gantari;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .booking-flow-main.steps h5{
    font-size: 1.25rem;
  }
}

.booking-flow-main.steps h5{
  padding-bottom: 0.5rem;
}

.booking-flow-main.steps .event-user{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.booking-flow-main.steps .event-user img{
  height: 32px;
  width: 32px;
  border-radius: 100%;
}

.booking-flow-main.steps .event-user div{
  padding-left: 0.5rem;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.booking-flow-main .back-arrow{
  margin-bottom: 1.5rem;
}

.booking-flow-main .back-arrow a{
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.booking-flow-main .back-arrow svg{
  margin-right: 0.5rem;
  height: 12px;
  width: 12px;
}

.booking-flow-main .event-slider-wrapper{
  position: relative;
  margin-top: 1rem;
  height: 245px;
  overflow: hidden;
}

.booking-flow-main .event-slider-wrapper.no-images{
  height: 0px;
}

.booking-flow-main .event-slider-wrapper img{
  /* @apply rounded-[0.5rem] h-[245px] w-[100%] object-cover; */
}

.booking-flow-main .event-slider-wrapper img:hover{
  cursor: pointer;
}

.booking-flow-main .event-slider-wrapper img{
  max-width: 388px!important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 245px;
  border-radius: 0.5rem;
}

.booking-flow-main .event-slider-wrapper .slide-item{
  border-radius: 0.5rem;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
  padding-right: 12px!important;
}

@media screen and (max-width: 388px){
  .booking-flow-main .event-slider-wrapper img{
    max-width: 300px!important;
  }
}

.booking-flow-main .transition-layer{
  position: absolute;
  right: 0px;
  z-index: 20;
  height: 88%;
  width: 40px;
}

@media (min-width: 768px){
  .booking-flow-main .transition-layer{
    display: block;
  }
}

.booking-flow-main .transition-layer{
  background: linear-gradient(259.07deg, #FFFFFF 9.99%, rgba(255, 255, 255, 0) 94.01%);
}

.booking-flow-main .event-type-info{
  left: 0px;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main .event-description{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.booking-flow-main .select-date-time{
  padding-top: 0px;
}

@media (min-width: 768px){
  .booking-flow-main .select-date-time{
    padding-top: 1.5rem;
  }
}

.booking-flow-main .mobile-view{
  /* @apply flex md:hidden*/
  display: none
}

.steps-section-wrap.booking-flow-main .mobile-view{
  display: none;
}

.step-item.booking-flow-main .mobile-view{
  display: none
}

.booking-flow-main .mobile-view-flex{
  display: flex !important;
}

@media (max-width: 1096px){
  .actions ul li.booking-flow-main .mobile-view-flex{
    display: flex !important;
  }
}

@media (min-width: 768px){
  .booking-flow-main .mobile-view-flex{
    display: none !important;
  }
}

.booking-flow-main .mobile-view.desktop-view{
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .booking-flow-main .mobile-view.desktop-view{
    margin-left: 0px;
    margin-right: 0px;
    border-style: none;
  }
}

.booking-flow-main .mobile-view.desktop-view{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px){
  .booking-flow-main .mobile-view.desktop-view{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

.booking-flow-main .date-picker .month{
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .booking-flow-main .date-picker .month{
    display: flex;
  }
}

.booking-flow-main .month-name{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.booking-flow-main .chevrons{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  min-width: 74px;
  justify-content: flex-end;
  gap: 50px;
}

@media (min-width: 768px){
  .booking-flow-main .chevrons{
    position: static;
  }
}

.booking-flow-main .chevrons .chevron-left{
  position: absolute;
  left: 1.5rem;
}

@media (min-width: 768px){
  .booking-flow-main .chevrons .chevron-left{
    position: static;
  }
}

.booking-flow-main .chevrons .chevron-right{
  position: absolute;
  right: 1.5rem;
}

@media (min-width: 768px){
  .booking-flow-main .chevrons .chevron-right{
    position: static;
  }
}

.booking-flow-main .timezone{
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .booking-flow-main .timezone{
    margin-top: 1.25rem;
  }
}

.booking-flow-main .timezone{
  gap: 0.625rem;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.booking-flow-main .timezone-local{
  margin-top: 0.5rem;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.booking-flow-main .timeslots{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.booking-flow-main .datetime-atendees{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .booking-flow-main .datetime-atendees{
    flex-direction: row;
  }
}

.booking-flow-main .datetime-atendees{
  margin-top: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

@media (min-width: 768px){
  .booking-flow-main .datetime-atendees{
    gap: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.booking-flow-main .datetime-atendees{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(228 231 236 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .booking-flow-main .datetime-atendees{
    border-style: none;
  }
}

.booking-flow-main .event-type-info{
  position: relative;
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.booking-flow-main .event-type-info h4{
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .booking-flow-main .event-type-info h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.booking-flow-main .event-type-info h5{
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

.booking-flow-main .event-type-info h5 + span{
  display: block;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.booking-flow-main .slot-details{
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main .slot-details strong{
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main .slot-details svg{
  height: auto;
  width: 17px;
}

.booking-flow-main label{
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.booking-flow-main .event-type-information > li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.booking-flow-main .event-type-information > li:last-child{
  margin-bottom: 0px;
}

.booking-flow-main .event-type-information{
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding: 1rem;
}

.booking-flow-main .event-type-information > li svg{
  height: auto;
  width: 17px;
}

.booking-flow-main .event-type-information > li span{
  text-align: left;
  font-family: Gantari;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.download-main-calendar,  .download-calendar{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.download-main-calendar a,  .download-calendar a{
  position: relative;
}

.download-main-calendar a svg,  .download-calendar a svg{
  position: absolute;
  left: 1rem;
}

.event-type-info .atendees-images{
  position: absolute;
  align-self: flex-start;
  border-radius: 9999px;
  border-width: 8px;
  --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));
  top: -36px;
  left: 1.5rem;
}

.event-slot .event-type-info{
  margin-top: 3.688rem;
}

.event_img_slider{
  position: absolute;
  display: none;
}

.steps-section-wrap.event_img_slider{
  display: none;
}

.step-item.event_img_slider{
  display: none
}

@media (min-width: 768px){
  .event_img_slider{
    position: static;
  }
}

#downloadToCalendarModal .modal-header{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
}

#downloadToCalendarModal .modal-body{
  padding: 1.5rem;
}

#downloadToCalendarModal .modal-footer{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding: 1rem;
}

#downloadToCalendarModal .modal-dialog{
  max-width: 375px;
}

.star.ico.sm{
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.star.ico.sm.amazing{
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.star.ico.sm.great{
  background-image: url(/static/images/svg/generic/star-great.svg);
}

.star.ico.sm.normal{
  background-image: url(/static/images/svg/generic/star-normal.svg);
}

.star.ico.sm.bad{
  background-image: url(/static/images/svg/generic/star-bad.svg);
}

.star.ico.sm.awful{
  background-image: url(/static/images/svg/generic/star-awful.svg);
}

.validation-message{
  width: 100%;
}

@media (min-width: 640px){
  .validation-message{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .validation-message{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .validation-message{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .validation-message{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .validation-message{
    max-width: 1536px;
  }
}

.validation-message{
  position: relative;
  top: -1rem;
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  text-align: center;
}

@media (min-width: 768px){
  .validation-message{
    top: -2.5rem;
  }
}

.validation-message .alert{
  margin-bottom: 0px;
  border-radius: 0px;
}

.landing .validation-message{
  top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .final-step{
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    padding: 12px;
    width: 100% !important;
    background: white !important;
  }

  .date-step{
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    padding: 12px;
    width: 100% !important;
    background: white !important;
  }

  .time-step{
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    padding: 12px;
    width: 100% !important;
    background: white !important;
  }

  .date-step .secondary, .time-step .secondary{
    margin-right: 8px;
  }

  .back-arrow{
    display: none;
  }

  .booking-flow-main .mobile-view{
    margin-left: 0px !important;
  }

  .initial-progress{
    position: fixed !important;
    width: calc(100% + 24px);
    padding-top: 18px;
    margin-left: -24px;
    z-index: 1000;
    height: unset !important;
  }

  .first-section-div{
    margin-top: 78px;
  }

  .slot-widget-div{
    margin-top: 78px;
  }

  .calendar-and-time-slots{
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .initial-progress{
    display: none;
  }
}

.initial-progress-react{
  position: fixed !important;
  width: 100%;
  top: 64px;
  padding-top: 1.25rem;
  margin-left: -24px;
  background: white;
  z-index: 1;
}

.initial-progress{
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  background: white;
}

.progress-bar-step{
  height: 6px;
  width: 100%;
  border-radius: 0px;
  background: #E4E7EC;
  margin-bottom: 24px;
  margin-top: 18px;
  width: calc(100% + 48px);
}

.filled-25{
  background-color: #3E4784;
  width: 0%;
  height: 100%;
}

.filled-50{
  background-color: #3E4784;
  width: 25%;
  height: 100%;
}

.filled-75{
  background-color: #3E4784;
  width: 50%;
  height: 100%;
}

.filled-85{
  background-color: #3E4784;
  width: 75%;
  height: 100%;
}

.booking-modal-title{
  display: flex;
  justify-content: space-between;
  padding-left: 22px;
  padding-right: 22px;
}

.explore-events-section .tags-slider .tns-inner{
  display: flex;
  align-items: flex-start;
}

.explore-events-section .card .tags-slider > div .slide-item:last-child{
  margin-right: 1.5rem;
}

.hide-pass-line{
  width: 2px;
  height: 22px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
  position: absolute;
  left:9px;
  top:-3px;
  transform: rotate(45deg);
  display: none;
}

.menu-notification .todo, .notification-container .todo{
  font-weight: 500;
}

.menu-notification hr, .notification-container hr{
  padding: 0px;
}

.product .notification-container.header-menu, .course .notification-container.header-menu{
  right: 0;
  top: 42px!important;
  max-height: auto!important;
  height: auto!important;
  overflow-y: auto;
  border-radius: 12px;
  margin-right: 0;
  transition: none;
  display: block;
}

.product .notification-container.header-menu.hide{
  display: none;
}

@media screen and (max-width: 768px){
  .product .notification-container.header-menu, .course .notification-container.header-menu{
    right: -90px;
    max-height: auto;
    height: calc(100vh - 64px)!important;
    max-height: none!important;
  }
}

.product .notification-container.header-menu, .course .notification-container.header-menu{
  max-height: 450px
}

.product .event-type-card{
  margin: 0 auto;
  max-width: 313px;
}

.booking-flow-main.steps .event-user .profile-image{
  padding-left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
  justify-content: center;
  overflow: hidden;
}

.booking-flow-main.steps .event-user .profile-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
}

.booking-flow-main.steps .event-user .profile-image img,  .booking-flow-main.steps .event-user .profile-image{
  --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);
}

.profile .avatar img.no_profile_img{
  width: auto;
  height: auto;
}

.booking-flow-main.steps .event-user .profile-image img.no_profile_img{
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none;
  padding-top: 6px;
}

.atendees-images > .no_profile_img img{
  width: 16px;
  height: 16px;
  margin: 12px;
  background: transparent;
  position: relative;
}

.atendees-images > .no_profile_img:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e4e7ec;
}

.atendees-images > .no_profile_img:last-child img{
  margin-left: -12px;
}

.atendees-images > .no_profile_img:last-child:before{
  margin-left: -24px;
}

.booking-flow-main .right{
  border-left: 1px solid #D0D5DD
}

@media screen and (max-width: 768px){
  .booking-flow-main .right{
    border-left: none;
  }
}

.product .page-footer{
  bottom: 0;
}

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

.event-item *{
  cursor: pointer;
}

.terms.wrap.wide{
  max-width: 1140px;
  margin-top: 16px;
  margin-bottom: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 32px!important;
  border-radius: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.terms.wrap.wide h1{
  font-size: 38px;
  margin: 32px 0 10px;
}

.terms.wrap.wide h1:first-child{
  font-size: 38px;
  margin: 0 0 10px;
}

.terms.wrap.wide h3{
  font-size: 22px;
  margin: 24px 0 0;
}

.terms.wrap.wide h4{
  font-size: 18px;
}

.terms.wrap.wide a:hover{
  text-decoration: underline;
}

.terms.wrap.wide ul{
  list-style-type:disc!important;
  list-style-position: inside!important;
}

.terms.wrap.wide ul > li > ul{
  padding-left: 16px;
  list-style-type: circle!important;
}

.terms.wrap.wide ol{
  list-style-type: decimal!important;
  list-style-position: inside!important;
}

.terms.wrap.wide ol > li > ol{
  padding-left: 16px;
  list-style-type: upper-roman!important;
}

.terms.wrap.wide ol, .terms.wrap.wide ul, .terms.wrap.wide p{
  padding-top: 16px;
}

.terms.wrap.wide ol li, .terms.wrap.wide ul li{
  padding-top: 8px;
}

.terms.wrap.wide ol li:first-child, .terms.wrap.wide ul li:first-child{
  padding-top: 0;
}

@media screen and (max-width: 768px){
  .terms.wrap.wide{
    margin-top: 0;
    margin-bottom: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 24px!important;
    border-radius: 0;
    --tw-shadow: none;
    --tw-shadow-colored: none;
    box-shadow: none;
  }
}

.zh_TW .main-heading > h2 .flip{
  height: 45px;
  top: 3px;
  position: relative;
}

.ja .main-heading >h2 > .first-section {
  position: relative;
  display: inline-block;
  animation: change_left 5s infinite reverse;
}

@-webkit-keyframes change_left {
  0%{
    left: 0
  }

  5%{
    left: 0
  }

  25%{
    left: 0
  }

  30%{
    left: -60px
  }

  50%{
    left: -60px
  }

  55%{
    left: -30px
  }

  75%{
    left: -30px
  }

  80%{
    left: 0
  }

  /*Event*/

  99.99%{
    left: 0
  }

  /*Event*/

  100%{
    left: 0
  }
}

@keyframes change_left {
  0%{
    left: 0
  }

  5%{
    left: 0
  }

  25%{
    left: 0
  }

  30%{
    left: -60px
  }

  50%{
    left: -60px
  }

  55%{
    left: -30px
  }

  75%{
    left: -30px
  }

  80%{
    left: 0
  }

  /*Event*/

  99.99%{
    left: 0
  }

  /*Event*/

  100%{
    left: 0
  }
}

@media screen and (min-width:768px){
  @-webkit-keyframes change_left {
    0%{
      left: 0
    }

    5%{
      left: 0
    }

    25%{
      left: 0
    }

    30%{
      left: -93px
    }

    50%{
      left: -93px
    }

    55%{
      left: -45px
    }

    75%{
      left: -45px
    }

    80%{
      left: 0
    }

    99.99%{
      left: 0
    }

    100%{
      left: 0
    }
  }
  @keyframes change_left {
    0%{
      left: 0
    }

    5%{
      left: 0
    }

    25%{
      left: 0
    }

    30%{
      left: -93px
    }

    50%{
      left: -93px
    }

    55%{
      left: -45px
    }

    75%{
      left: -45px
    }

    80%{
      left: 0
    }

    99.99%{
      left: 0
    }

    100%{
      left: 0
    }
  }
}

.change_translate{
  padding-top: 0!important;
  cursor: pointer;
  font-size: small !important;
  display: inline !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(66 102 252 / var(--tw-text-opacity)) !important;
}

.translate_span{
  display: none;
}

.product .filter-item{
  /*width: 255px;*/
}

.product .filters > form{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.explore-events-section .main-heading{
  margin-bottom: 32px;
}

.filter-item .dropdown-link{
  padding: 11px 48px 11px 11px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
  display: block;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

.filter-item.clear {
  display: flex;
  align-items: center;
}

.filter-item .dropdown-link:focus{
  color: #344054
}

.filter-item .dropdown-link{
  background: url(/static/images/svg/generic/filter-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
}

.clear-filters, .clear-checkboxes{
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.filter-item .dropdown-menu{
  width: 100%;
  min-width: 225px;
  border-radius: 12px;
  padding: 8px 0px 8px 0px;
  position: absolute;
  border: 1px solid #E4E7EC;
  background: white;
  box-shadow: 0px 4px 12px 0px #0000001A;
  margin-top: 8px;
}

.filter-item .dropdown-menu.lg-dropdown{
  height: 400px;
}

.filter-item .dropdown-menu.md-dropdown{
  height: 248px;
}

.filter-item .dropdown-menu.sm-dropdown{
  height: auto;
}

.filter-item .dropdown-menu.center label{
  text-align: center;
}

.filter-item .dropdown-menu.center li:first-child label{
  text-align: left;
}

.filter-item .dropdown-menu ul{
  overflow-y: auto;
  height: calc(100% - 60px);
  border-bottom: 1px solid #E4E7EC;
}

.filter-item .dropdown-menu.no-actions ul{
  height: 100%;
  border: none;
}

.filter-item .dropdown-menu li{
  display: flex;
  padding: 8px 16px;
  gap: 8px;
  align-items: center;
}

.filter-item .dropdown-menu{
  padding: 8px 0;
  display: none;
}

.filter-item .dropdown-menu.opened{
  display: block;
}

.filter-item .dropdown-menu li label{
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.custom-checkbox:checked:hover, 
.custom-checkbox:checked:focus, 
.custom-radio:checked:hover, 
.custom-radio:focus,
.custom-checkbox:active, 
.custom-radio:active{
  border: none!important;
  outline: 0!important;
}

.custom-checkbox, .custom-radio{
  border: 1px solid #D0D5DD;
  border-radius: 3px;
  background: #FFFFFF;
  width: 16px;
  height: 16px;
  color: #343C71;
  outline: 0;
}

.dropdown-menu .actions{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-sizing: border-box;
  padding: 16px;
}

.custom-radio{
  display: none
}

.custom-radio+label{
  background: none;
  width: 100%;
  height: 20px;
}

.custom-radio:checked+label{
  background: url(/static/images/svg/generic/check.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.rating-item{
  background-repeat: no-repeat!important;
  background-position: left 16px center!important;
}

#rating-item-1{
  background: url(/static/images/svg/generic/rating_1.svg);
}

#rating-item-2{
  background: url(/static/images/svg/generic/rating_2.svg);
}

#rating-item-3{
  background: url(/static/images/svg/generic/rating_3.svg);
}

#rating-item-4{
  background: url(/static/images/svg/generic/rating_4.svg);
}

#rating-item-5{
  background: url(/static/images/svg/generic/rating_5.svg);
}

.select-info > .num{
  display: none;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #343C71;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-left: 8px;
}

.select-info img{
  display: inline-block;
}

.dropdown-link .link-txt{
  display: inline-block;
}

.link-txt.dots:after{
  display: inline-block;
  content: ": ";
  position: static;
}

.events-main-wrapper, .events-main-wrapper-mobile{
  position: relative;
}

.events-main-wrapper > .overlay, 
.events-main-wrapper-mobile > .overlay{
  background-color: rgba(0, 0, 0, 0.071);
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  border-radius: 12px;
  min-height: 75px;
  overflow: hidden;
  top: 0px;
  right: 0px;
}

.events-main-wrapper > .overlay > .loading-more, 
.events-main-wrapper-mobile > .overlay > .loading-more{
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-top: 50px!important;
  display: block;
}

.events-main-wrapper > .overlay.opened, 
.events-main-wrapper-mobile > .overlay.opened{
  display: block;
}

.product.landing{
  background-color: white;
}

input[type="checkbox"]:focus + label::before, input[type="checkbox"]:focus {
  outline: none!important;
  border: 1px solid #D0D5DD!important;
  box-shadow: none!important;
}

.badge{
  position: static;
  width: 100%;
  height: auto;
  max-width: 174px;
  margin-top: 0.75rem;
  float: right;
  margin-left: 175px;
  padding-bottom: 12px;
}

.badge-top{
  position: static;
  width: 100%;
  height: auto;
  max-width: 164px;
  max-height: 68px;
  margin-top: 16px;
  margin-bottom: 1.5rem;
  float: right;
}

@media screen and (min-width: 768px) {
  .badge-top{
    display: none;
  }

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

.bottom-section .badge{
  float: none;
  margin: 0 0 1rem 0;
  bottom: 16px;
}

@media (min-width: 768px){
  .bottom-section .badge{
    bottom: 0px;
  }
}

.bottom-section .badge{
  padding-bottom: 9px;
}

@media (min-width: 768px){
  .bottom-section .badge{
    padding-bottom: 0px;
  }
}

.badge > img, .badge-top > img{
  width: 100%;
  height: auto;
  position: static;
  margin: 0;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .badge > img{
    display: block;
  }

  .badge{
    position: static;
    width: 100%;
    padding: 0;
    max-width: -webkit-fit-content!important;
    max-width: -moz-fit-content!important;
    max-width: fit-content!important;
    float: none;
    margin: 0.75rem 0 0!important;
  }

  .hero-section{
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .filter-item{
    width: 100%;
  }
}

.card .bottom .seller img, .event-type-info .atendees-images > div > img{
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.event-type-info .atendees-images > div.no_pro_img > img, 
  .booking-flow-main.confirmation .images > img.no_pro_img
 {
  width: 40px!important;
  height: 40px!important;
  padding: 7px 10px 0;
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.booking-flow-main.confirmation .images > img.no_pro_img{
  --tw-bg-opacity: 1;
  background-color: rgb(152 211 208 / var(--tw-bg-opacity));
}

.user-avatar .no_pro_img{
  width: 50px!important;
  height: 50px!important;
  padding: 0 10px 0;
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.modal-dialog{
  margin-left: auto!important;
  margin-right: auto!important;
}

.custom-dropdown .dropdown-menu ul{
  border: none;
}

.custom-dropdown .dropdown-menu{
  margin-top: 0;
  min-width: 255px;
}

.custom-dropdown{
  display:block;
  margin-bottom: 10px;
}

.filter-item .dropdown-menu.eventslots li {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
  gap: 8px;
  align-items: center;
}

.filter-item .dropdown-menu.eventslots li > a.small{
  margin: 0;
}

.event-item-sliders{
  display: block;
}

@media (min-width: 640px){
  .event-item-sliders{
    display: flex;
  }
}

.event-item-sliders{
  justify-content: space-between;
}

.event-item-sliders .tags-slider{
  overflow: hidden;
  height: auto;
  max-height: 73px;
  max-width: none;
}

@media (min-width: 640px){
  .event-item-sliders .tags-slider{
    height: 73px;
    max-width: 125px;
  }
}

.event-item-sliders .tags-slider{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 640px){
  .event-item-sliders .tags-slider{
    padding-left: 6px;
    padding-right: 6px;
  }
}

.event-item-sliders .tags-slider{
  margin-top: 6px;
}

@media (min-width: 640px){
  .event-item-sliders .tags-slider{
    margin-top: 0px;
  }
}

.event-item .event-item-sliders a{
  margin-top: 0;
  margin-bottom: 0;
}

.event-item-sliders .tns-outer button{
  display: none;
}

.bottom-section .image{
  width: 50%;
  padding-bottom: 18px;
}

@media (min-width: 768px){
  .bottom-section .image{
    width: auto;
    max-width: 620px;
    padding-bottom: 0;
  }
}

.bottom-section .text{
  width: 50%;
}

@media (min-width: 768px){
  .bottom-section .text{
    width: auto;
  }
}

.zh_TW .bottom-section .image,  .ja .bottom-section .image{
  padding-bottom: 30px;
}

@media (min-width: 768px){
  .zh_TW .bottom-section .image,  .ja .bottom-section .image{
    padding-bottom: 0px;
  }
}

.bottom-section .badge img{
  max-width: 120px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .bottom-section .badge img{
    max-width: 174px;
    padding-bottom: 10px;
  }
}

.event_link .tooltip-link, .event-type-price .tooltip-link{
  top: 0px !important;
}

.detail-event-type-price .tooltip-link, .price .tooltip-link{
  position: relative;
  top: 2px !important;
}

.event-type-price{
  display: inline-flex !important;
}

.event-type-price .tooltip-link svg path{
  stroke: #101828;
}

.detail-event-type-price{
  font-size: 0.875rem;
  color: rgb(16 24 40);
}

.detail-event-type-price .tooltip-link {
  padding-right: 0rem !important;
}

.menu-item{
  position: relative;
}

.menu-ham{
  display: flex;
  height: 24px;
  align-items: center;
  padding-right: 12px;
}

.menu-item > a:hover, .menu-item.opened > a{
  background: #F2F4F7;
}

.menu-lang > a{
  gap: 5px;
  padding: 12px 8px;
  font-size: 14px;
  height: 40px;
}

.menu-lang > a svg{
  width: 17px;
  height: 17px;
}

.menu-item .dropdown{
  position: absolute;
  top: 30px;
  right: 12px;
  display: none;
  width: 160px;
}

.steps-section-wrap.menu-item .dropdown{
  display: none;
}

.step-item.menu-item .dropdown{
  display: none
}

.menu-item.opened .dropdown-link + .dropdown{
  display: block;
}

@media screen and (max-width: 768px){
  .admin-menu.menu-item .dropdown-link + .dropdown{
    display: block;
    margin-right: -290px;
    transition: margin-right 300ms;
  }

  .admin-menu.menu-item.opened .dropdown-link + .dropdown{
    display: block;
    margin-right: 0;
    transition: margin-right 350ms;
  }
}

.menu-lang .dropdown{
  min-width: 160px;
}

.menu-item .dropdown .menu{
  margin-top: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 12px 0px #0000001A;
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  overflow: hidden;
}

.menu-lang .dropdown .menu >li > a{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.menu-lang .dropdown .menu >li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.menu-lang .dropdown .menu >li > a{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #101828;
}

.menu-lang .dropdown .menu{
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-lang .dropdown .menu >li > a.selected-lang:after{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/static/images/svg/generic/check.svg);
  background-repeat: no-repeat;
  z-index: 99999;
  right: 20px;
}

.menu-ham > a{
  display: block;
  padding: 10px;
  border-radius: 8px;
}

.menu-ham .dropdown{
  width: 320px;
}

.menu-ham .dropdown .menu{
  box-shadow: 0px 8px 40px 0px #0000001F;
  border-radius: 12px;
  border: none;
  padding: 16px 0px;
}

.menu-ham .menu{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.menu-ham .usr-section{
  display: flex;
  gap: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.menu-ham .user-avatar{
  height: 3rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.admin-menu .user-avatar{
  background: transparent;
}

.menu-ham .user-info .name{
  padding: 0px;
  padding-bottom: 4px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  font-weight: 700;
}

.menu-ham .user-info .handle{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  font-weight: 400px;
}

.menu-ham .user-info{
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  display: flex;
}

.menu-ham .menu .actions .btn{
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}

.menu-ham .menu .actions li a{
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-ham .menu .actions li{
  padding: 12px 24px;
}

.menu-ham .menu .actions li:hover{
  background: #F2F4F7;
}

li.no-hover:hover{
  background: transparent!important;
}

.menu-ham .accordion .item, .menu-ham .menu-accordion .item{
  padding: 0;
}

.menu-ham .accordion .trigger > h4{
  padding-bottom: 0;
}

.menu-ham .accordion .panel li{
  padding-left: 0;
}

.menu-ham.signed-out .menu .actions >ul > li:first-child{
  padding-bottom: 0;
}

/* .menu-ham .accordion.lang ul li:first-child{
 margin-top: 12px;
} */

.menu-ham.signed-out .base{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.menu-item .dropdown{
  z-index: 9999999;
}

.overlay{
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100vw;
  right: -24px;
  top: 45px;
}

.overlay.opened{
  display: none;
}

.menu-ham .accordion h4,  .menu-ham .menu-accordion h4{
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-ham .accordion .icon, .menu-ham .menu-accordion .icon{
  position: absolute;
  right: 0;
}

.menu-ham .accordion.lang ul, .menu-ham .menu-accordion.lang ul{
  list-style-type: none!important;
  padding-left: 35px;
}

.menu-ham .accordion.lang ul a,  .menu-ham .menu-accordion.lang ul a{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.menu-ham .accordion.lang ul li, .menu-ham .menu-accordion.lang ul li{
  position: relative;
}

.menu-ham .accordion,  .menu-ham .menu-accordion{
  position: relative;
  width: 100%;
}

.menu-ham.signed-out{
  display: none;
}

.admin-menu .accordion, .admin-menu .menu-accordion{
  padding: 0;
}

@media screen and (max-width: 1096px){
  .menu-ham.signed-out{
    display: block;
  }

  .menu-lang{
    display: none;
  }

  .overlay.opened{
    display: block;
  }

  .menu-ham .dropdown .menu{
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .menu-ham .dropdown{
    width: 100vw;
    right: -24px;
  }

  .menu-item .dropdown .menu{
    margin-top: 14px;
  }
}

.notification-item-wrap{
  padding: 25px;
}

.notification-item-wrap .date-time,  .notifications .date-time{
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.unanswered-notification.notification-item-wrap .date-time{
  padding-left: 10px;
}

.notification-item-wrap .main-content,  .notifications .main-content{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}

.notification-item-wrap .main-content .user-avatar, .notifications .main-content .user-avatar{
  width: 40px!important;
  height: 40px!important;
  min-width: 40px!important;
  min-height: 40px!important;
  border: 1px solid #D0D5DD;
  display: flex;
  align-items: center;
  justify-content: center
}

.notification-item-wrap .notification-img, .notifications .notification-img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.notification-item-wrap .notification-img.no-profile-img,
.notification-item-wrap .notification-img.default,
.notifications .notification-img.no-profile-img,
.notifications .notification-img.default
{
  width: 22px;
  height: auto;
  -o-object-position: center;
  object-position: center;
}

.notification-item-wrap .txt, .notifications .txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.notification-item-wrap .btns .btn, .notifications .btns .btn{
  padding: 14px 16px;
  font-size: 14px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.notification-item-wrap .btns .btn path, .notifications .btns .btn path{
  fill: none!important;
}

.notification-item-wrap .btns .btn svg, .notifications .btns .btn svg{
  margin: 0!important;
  width: 18px!important;
  height: 11px!important;
}

.notification-item-wrap .btns .btn.primary, .notifications .btns .btn.primary{
  color: #fff;
  font-weight: 700;
  line-height: 15.75px;
}

.notification-item-wrap .btns .btn.primary:hover,  .notifications .btns .btn.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
}

.notifications .notification-item{
  position: relative;
}

.unanswered-notification.notification-item-wrap:before, .notifications .unanswered-notification.notification-item:before{
  content: "";
  position: absolute;
  background: #D92D20;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 33px;
}

.notifications .unanswered-notification.notification-item{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.notifications .unanswered-notification.notification-item .date-time{
  padding-left: 16px;
}

.notifications-wrapper{
  overflow: hidden;
}

.explore-events-wrap{
  margin-left: 45px !important;
  margin-right: 45px !important;
}

@media screen and (max-width: 768px) {
  .explore-events-wrap{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1680px) {
  .explore-events-wrap{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.text-white{
  color: rgb(255 255 255) !important;
}

.text-white svg path{
  stroke: white;
}

.text-white .text-success-900{
  color: rgb(255 255 255) !important;
}

.copy-link::before{
  content: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5M11 9H20C21.1046 9 22 9.89543 22 11V20C22 21.1046 21.1046 22 20 22H11C9.89543 22 9 21.1046 9 20V11C9 9.89543 9.89543 9 11 9Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.copy-link.copied::before{
  content: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 6L9 17L4 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.slide-item.event{
  cursor: pointer;
}

.menu-ham .menu li{
  padding: 0!important;
}

.menu-ham .menu li > a{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 24px!important;
}

.menu-ham .menu li:hover{
  background-color: transparent!important;
}

.menu-ham .menu .actions > ul > li > a:hover{
  background-color: #F2F4F7;
}

.menu-ham .trigger{
  padding: 12px 24px;
}

.menu-ham .trigger:hover, .menu-ham .accordion .panel > ul > li a:hover{
  background-color: #F2F4F7;
}

.menu-ham .menu .actions > ul > li > a.btn.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
}

.menu-ham .trigger .icon{
  margin-right: 24px;
}

.menu-ham .menu li.no-hover{
  padding: 12px 24px!important;
}

.menu-ham .accordion.lang ul li.selected-lang:before, .menu-ham .menu-accordion.lang ul li.selected-lang:before{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/static/images/svg/generic/check.svg);
  background-repeat: no-repeat;
  z-index: 99999;
  left: 24px;
  top: 12px;
}

.menu-ham .accordion .panel, .menu-ham .accordion .panel > ul, 
.admin-menu .menu-accordion .panel, 
.admin-menu .menu-accordion .panel > ul{
  padding: 0!important;
}

.admin-menu .menu-accordion .panel > ul > li:first-child{
  margin-top: 0;
}

.admin-menu .menu-accordion .panel > ul > li a{
  padding-left: 63px!important;
}

.admin-menu .menu-accordion .panel > ul > li a:hover{
  background-color: #F2F4F7;
}

.menu-ham .accordion .panel > ul > li a{
  padding-left: 58px!important;
}

.event-name.no-profile{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  justify-content: center;
  border-radius: 0.75rem;
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.event-name.no-profile img{
  width: 20px!important;
  height: auto!important;
  border-radius: 0!important;
}

@media screen and (max-width: 767px) {
  .tooltip-container{
    left: -120px !important;
  }

  .tooltip-container:after{
    left: 120px !important;
  }
}

.bottom-request-slot{
  flex-direction: column !important;
  position: fixed !important;
  bottom: 0px !important;
  height: unset !important;
  width: 100% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
  background: white;
}

.event > .card > .bottom{
  white-space: auto;
}

.event > .card .price{
  min-width: auto!important;
}

.event > .card .seller{
  max-width: none;
}

.event > .card .tooltip-container{
  white-space: normal!important
}

.profile .main-info .left.with_video{
  padding-top: 9rem;
}

.with_video .avatar{
  height: 12rem !important;
  width: 12rem !important;
}

.with_video .qr-code {
  top: 90px !important;
  margin-left: 4rem !important;
}

@media (max-width: 640px){
  .profile .main-info .left.with_video{
    padding-top: 10rem;
  }

  .with_video .avatar{
    height: 10rem !important;
    width: 10rem !important;
  }

  .with_video .qr-code {
    top: 75px !important;
    right: 13rem;
  }
}

.video-item .atendee {
  margin-top: 0.5rem !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.video-item .info{
  padding-right: 35px;
  max-width: calc(100% - 120px) !important;
}

.admin-video-item .info{
  max-width: calc(100% - 120px) !important;
  padding-right: 0px !important;
}

@media (min-width: 768px){
  .video-item .content{
    padding-left: 3rem !important;
    width: 75% !important;
  }

  .video-item .actions{
    width: 20% !important;
  }
}

@media (max-width: 639px){
  .video-item .info{
    flex-direction: row-reverse !important;
  }

  .admin-video-item .info{
    width: 100% !important;
    max-width: calc(100% - 10px) !important;
  }

  .video-item .info{
    max-width: calc(100% - 60px) !important;
  }
}

.description-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem !important;
  align-items: baseline;
}

.footnote{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  display: flex;
  align-items: center;
}

.star.ico.lg{
  height: 28px;
  width: 28px;
}

.white-space-allowed{
  white-space: normal !important;
}

@media screen and (max-width: 768px){
  .slot-mobile{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

.tab-content.pricing-page{
  padding-top: 2rem;
}

.font-weight-normal td{
  font-weight: normal!important;
}

.font-weight-bold td{
  font-weight: bold!important;
}

.tbl-wrap{
  overflow-x: hidden;
  width: 100%!important;
  position: relative;
  padding-bottom: 0.4rem;
}

.tbl-wrap td{
  width: 20%
}

.head-rows{
  display: table-row!important;
}

@media screen and (max-width: 767px){
  .tbl-wrap td{
    width: auto;
    text-align: center!important;
  }

  .head-rows{
    display: none!important;
  }

  .enterprise-table .no-more-tables td{
    text-align: right!important;
    padding-right: 15px;
  }

  .ent-table-wrap{
    padding: 0!important;
    overflow: hidden;
  }

  .pricing-div .admin-home-wrapper{
    padding: 0 0.7rem 0.7rem;
  }
}

.tbl-wrap > table{
  width: 100%;
}

.product .menu-item .overlay, .course .menu-item .overlay{
  height: 100vh;
  width: 100vw;
  right: -24px;
  display: none;
}

.product .menu-item .overlay.opened, .course .menu-item .overlay.opened{
  display: none;
}

@media (max-width: 768px) {
  .product .menu-item .overlay.opened, .course .menu-item .overlay.opened{
    display: block;
  }
}

@media (max-width: 386px) {
  .product .sitenav .logo, .course .sitenav .logo{
    max-width:140px;
  }

  .product .menu-item.menu-ham, .course .menu-item.menu-ham{
    padding-right: 0;
  }

  .product .sitenav > ul, .course .sitenav > ul{
    padding-left: 1rem;
    padding-right: 1rem
  }

  .product .menu-item .overlay, .course .menu-item .overlay{
    right: -1rem;
  }

  .menu-ham .dropdown{
    right: -1rem;
  }

  .product .notification-container.header-menu, .course .notification-container.header-menu{
    right: -73px;
  }
}

@media (max-width: 1096px){
  .sitenav ul li.md\:inline-block {
    display: none;
  }

  .actions ul li.md\:hidden{
    display: flex;
  }
}

.count-info{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.job-requirements li{
  max-width: 300px;
}

.job-budget{
  display: flex;
  align-items: center;
}

@media (max-width: 768px){
  .job-heading .job-requirements{
    flex-direction: column;
    align-items: flex-start;
  }

  .job-requirements li{
    max-width: 100%;
  }

  .job-budget .tooltip-container{
    left: -70px !important;
  }

  .job-budget .tooltip-container::after {
    left: 70px !important;
  }
}

.primary.disabled {
  background: rgb(228, 231, 236) !important;
}

.job-company{
  display: flex;
}

.job-company svg{
  height: 1.5rem !important;
  margin-right: 0.5rem;
}

.public-blogs .blogs-main{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.public-blogs .blogs-main > div{
  width: 100%;
}

@media (min-width: 768px) {
  .public-blogs .blogs-main > div{
    width: calc(33% - 8px);
  }
}

.public-blogs .blogs-main{
  display: flex;
  gap: 16px;
}

.public-blogs .blog-item{
  padding: 16px;
  left: 0px;
  top: 0px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Gantari;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.blog-item .author-info{
  display: flex;
  gap: 12px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-top: 20px;
}

.blog-item h2{
  --tw-text-opacity: 1;
  color: rgb(48 1 96 / var(--tw-text-opacity));
}

.blog-item .author-info .name{
  padding-bottom: 0px;
  font-weight: 600;
}

.blog-item .author-info .img{
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(42 0 84 / var(--tw-border-opacity));
}

.blog-item img{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-item p{
  margin-bottom: 16px;
}

.blog-item .date-time{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

.blog-item{
  cursor: pointer;
}

.post-image img{
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
}

.post-content{
  position: relative !important;
  display: block !important;
}

.post-content p,  .post-content ul,  .post-content ol{
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
}

.post-content h1{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.post-content h2{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.post-content h3{
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.post-content h4{
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.new-posts .blog-item{
  display: flex !important;
  gap: 25px !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 244 247 / var(--tw-border-opacity)) !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.new-posts .blog-item h4{
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.new-posts .blog-item img{
  max-width: 80px;
  border-radius: 0.5rem;
}

.show-post-view .left{
  order: 1 !important;
}

.show-post-view .right{
  order: 2 !important;
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
}

.new-posts .blog-item{
  --tw-text-opacity: 1;
  color: rgb(48 1 96 / var(--tw-text-opacity));
}

.new-posts .blog-item:hover{
  --tw-text-opacity: 1;
  color: rgb(36 0 72 / var(--tw-text-opacity));
}

.new-posts{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.show-post-view .tags{
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.show-post-view .tags > li{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.course-view.show-post-view .first-section-div{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 768px){
  .course-view.show-post-view .first-section-div{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  .ql-align-center span img{
    width: 90% !important;
    max-height: 350px;
  }
}

.blog-item .image {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  min-height: 200px;
  max-height: 200px;
  background-color: #F7F7F7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-line.microlearning{
  background: darkgoldenrod;
  color: white;
  font-weight: bold;
  padding: 0.4rem;
  position: absolute;
  bottom: 5px;
  margin-left: 5px;
  left: 0;
  width: auto;
  text-align: center;
  /*! transform: rotate(-41deg); */
  /*! width: 100%; */
  /*! left: -2rem; */
  /*! bottom: 0rem; */
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px){
  .header-line.microlearning{
    width: calc(100% - 10px);
  }
}

.course-item-link .image{
  position: relative;
}

.course-price{
  font-size: 13px!important;
}

.chatbot-class .send_message_input{
  /*position: fixed;*/
  height: 88px;
  width: 100%;
  bottom: 0;
  max-height: 88px;
  border-radius: 0!important;
  resize: none;
}

.chatbot-class .page-content{
  min-height: 100vh;
}

.chatbot-class{
  overflow: hidden;
}

.chatbot-class .admin-content .page-content{
  padding: 0;
}

.message{
  font-size: 15px;
}

#suggested_questions .chatbot-response{
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.chatbot-response .message{
  background: #f2f4f8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 400;
}

.chatbot-response .chatbot-img{
  border: 4px solid #f2f4f8!important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.chatbot-img{
  border: 4px solid #343c71!important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-response .message{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 500;
}

.chatbot-response{
  margin-bottom: 35px;
  margin-top: 35px;
}

.chatbot-class .popup-form{
  margin: 0!important;
}

.chatbot-class .chatbot-header{
  background-color: #f7f7f7;
  top: 64px;
  width: 100%;
  position: fixed;
}

.chatbot-class .chatbot-header h3{
  color: #343c71!important;
}

.chatbot-class .send_message_input{
  border: 0;
  width: 100% !important;
  border-top: 1px solid #d2d2d2!important;
  position: relative;
  padding-right: 63px;
}

.send_message_btn{
  position: absolute;
  right: 10px;
}

.chatbot-class .send-message{
  width: 100% !important;
}

.chatbot-class .popup-form{
  padding: 0!important;
}

.chatbot-class .page-content{
  margin-top: 0px !important;
  padding-top: 72px !important;
}

.chatbot-class .chatbot .content{
  /* max-height: calc(100vh - 201px);
    height: calc(100vh - 201px); */
  background: #fcfcfc!important;
}

.chatbot-class{
  overflow-y: hidden;
}

/*Mover app */

.product header{
  --tw-bg-opacity: 0.8;
}

.product header nav{
  --tw-bg-opacity: 0.8;
}

.icon-md{
  height: 30px !important;
  width: 30px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.icon-sm{
  width: 25px;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.icon-xs{
  width: 18px;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.hero-section{
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url('/static/images/iStock-1595812655-modified-7b1fdb8a-0a08-4ed3-83cd-cf041b49d759.jpg');
}

.hero-section .content{
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: left;
}

@media (min-width: 768px){
  .hero-section .content{
    width: auto;
    justify-content: center;
    padding-top: 0px;
  }
}

.hero-section .content{
  margin-left: auto;
  margin-right: auto;
}

.hero-section .content > *{
  max-width: none;
}

@media (min-width: 640px){
  .hero-section .content > *{
    max-width: 500px;
  }
}

h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1{
  --tw-text-opacity: 1 !important;
  color: rgb(48 1 96 / var(--tw-text-opacity)) !important;
}

h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2{
  --tw-text-opacity: 1 !important;
  color: rgb(48 1 96 / var(--tw-text-opacity)) !important;
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3{
  --tw-text-opacity: 1 !important;
  color: rgb(48 1 96 / var(--tw-text-opacity)) !important;
}

p{
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

p {
  color: #4a4a4a;
}

.btn,  button{
  border-radius: 4px;
  --tw-text-opacity: 1;
  color: rgb(48 1 96 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn.dark button.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
}

.btn.dark button.dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 32 127 / var(--tw-bg-opacity));
}

.cta-links{
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-link{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: rgb(255 255 255);
}

.cta-link svg path{
  stroke: white;
}

.cta-link .text-success-900{
  color: rgb(255 255 255);
}

.cta-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 32 127 / var(--tw-bg-opacity));
}

.cta-link{
  text-decoration: none;
  width: 100%;
  text-align: center
}

@media (min-width: 640px){
  .cta-link{
    width: auto;
  }
}

.cta-link.purple{
  --tw-bg-opacity: 1;
  background-color: rgb(47 125 117 / var(--tw-bg-opacity));
}

.cta-link.purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 146 138 / var(--tw-bg-opacity));
}

.key-features{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}

@media (min-width: 640px){
  .key-features{
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 768px){
  .key-features{
    gap: 6rem;
  }
}

@media (min-width: 1280px){
  .key-features{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.key-features h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .key-features h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.key-features img{
  height: auto;
  width: 100%;
  max-width: 300px;
  border-radius: 9999px;
}

.key-features div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  justify-content: center;
}

.company-services{
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-position: bottom;
  background-image: url('/static/images/benefits-cover.jpg');
}

.company-services h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .company-services h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.company-services > div{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1140px;
  align-items: center;
  justify-content: flex-end;
}

.company-services > div > div{
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  max-width: none;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1rem;
}

@media (min-width: 640px){
  .company-services > div > div{
    padding: 2rem;
  }
}

@media (min-width: 768px){
  .company-services > div > div{
    max-width: 380px;
  }
}

@media (min-width: 1280px){
  .company-services > div > div{
    margin-left: 0px;
    margin-right: 0px;
  }
}

ul.checked {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity))
}

ul.checked li {
  position: relative;
  padding-left: 25px;
}

ul.checked li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5" /></svg>') no-repeat center center;
  background-size: contain;
}

.faq-section{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 1280px){
  .faq-section{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.faq-section h2{
  padding-top: 2rem;
  text-align: center;
}

.faq-section p{
  font-size: 16px;
}

.faq-section ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 1024px){
  .faq-section ul{
    flex-direction: row;
  }
}

.faq-section li{
  position: relative;
  margin-top: 3.5rem;
  border-width: 1px;
  padding: 1.5rem;
}

.faq-section .icon{
  position: absolute;
  height: 44px;
  width: 44px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(48 1 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 1 96 / var(--tw-text-opacity));
  top: -22px;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.faq-section hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faq-section a{
  float: right;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.faq-section a:hover{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.popup-form{
  margin: 0px;
  width: 100%;
  max-width: 100%;
  --tw-bg-opacity: 0.9;
}

@media (min-width: 768px){
  .popup-form{
    max-width: 50%;
  }
}

.popup-form button{
  text-transform: uppercase;
}

.popup-form .footnote a{
  padding-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

.product.registration .page-content,  .product.password-reset .page-content,  .product.onboard .page-content{
  align-items: flex-start;
  padding: 1rem;
  background-image: url('/static/images/login.jpg');
  background-size: cover;
  background-position: top;
}

form input[type="text"],  input[type="number"],  input[type="email"],  input[type="password"],  select,  textarea{
  border-radius: 0.125rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.btn-transparent{
  --tw-bg-opacity: 0;
}

.alert.alert-info{
  margin-left: -1rem;
  margin-right: -1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.landing .page-content{
  margin-top: 4rem;
}

.profile-form h2{
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .profile-form h2{
    padding-bottom: 2rem;
    padding-top: 0px;
    padding-left: 0px;
  }
}

.update-profile-btns{
  position: static !important;
  display: flex !important;
  gap: 0.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 4rem !important;
  padding-top: 0px !important;
}

@media (min-width: 640px){
  .update-profile-btns{
    display: block !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

.update-profile-btns button{
  width: 50%;
}

@media (min-width: 640px){
  .update-profile-btns button{
    width: auto;
  }
}

.profile .avatar{
  position: static;
}

.profile .avatar-edit-btns{
  position: static;
}

.profile .avatar-edit-btns button{
  margin: 0px;
}

.admin .logo img{
  width: auto !important;
}

.admin .topbar{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 0 84 / var(--tw-bg-opacity)) !important;
}

.admin .topbar > ul > li.square{
  background-color: #fff !important
}

.alert{
  position: relative !important;
  top: 0.5rem !important;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  font-size: 16px !important;
}

.admin .topbar .user-avatar{
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-home-wrapper .booking-flow-main.steps{
  min-height: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
}

.admin-home-wrapper .booking-flow-main.steps .info{
  display: flex;
  min-height: 0px;
  width: 80%;
  align-items: center;
}

.admin-home-wrapper .booking-flow-main.steps .info h5{
  padding: 0px;
}

.admin-home-wrapper .booking-flow-main.steps .button{
  display: flex;
  min-height: 0px;
  width: 20%;
  align-items: center;
  justify-content: flex-end;
}

.client_type{
  padding-bottom: 0.5rem;
}

.admin-home-wrapper .booking-flow-main.steps .panel{
  margin-top: 1rem;
  display: block;
  width: 100%;
  border-top-width: 1px;
}

@media (min-width: 1024px){
  .admin-home-wrapper .booking-flow-main.steps .panel{
    display: flex;
  }
}

.items-table th,  
  .items-table td{
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.items-table input{
  width: 100%;
}

.items-table td{
  padding: 0.5rem;
}

.items-table td:before{
  padding: 0.5rem;
}

.items-table [data-title="Name"]{
  min-width: 300px;
}

.full-col .bottom{
  margin-top: 2rem;
}

.admin-section{
  margin-top: 0.5rem;
  border-width: 1px;
}

.admin-home-wrapper .booking-flow-main.steps .right{
  width: 100%;
  border-style: none;
}

@media (min-width: 1024px){
  .admin-home-wrapper .booking-flow-main.steps .right{
    width: 30%;
  }
}

.admin-home-wrapper .booking-flow-main.steps .left{
  width: 100%;
  border-style: none;
}

@media (min-width: 1024px){
  .admin-home-wrapper .booking-flow-main.steps .left{
    width: 70%;
  }
}

.admin-home-wrapper .booking-flow-main.steps .slot-widget-div{
  margin: 0px;
}

.logistic_info div input[type="button"]{
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: none;
  text-align: center;
}

@media (min-width: 640px){
  .logistic_info div input[type="button"]{
    margin-bottom: 0px;
    width: 50%;
  }
}

@media (min-width: 768px){
  .logistic_info div input[type="button"]{
    width: auto;
    max-width: 200px;
  }
}

.items-btn-wrap{
  display: block !important;
  width: 100% !important;
  flex-direction: column !important;
}

@media (min-width: 640px){
  .items-btn-wrap{
    display: flex !important;
    flex-direction: row !important;
  }
}

.logistic_info div .items-table input{
  max-width: 100px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.select2-search__field{
  max-width: none !important;
  text-align: left !important;
}

.voice-icon-container .btn{
  border: none;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-size: 2em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: red;
  position: relative;
  z-index: 999;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.voice-icon-container.active .pulse-ring{
  content: "";
  width: 70px;
  height: 70px;
  background: #2a0054;
  border: 5px solid #2a0054;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: pulsate infinite 1.5s;
          animation: pulsate infinite 1.5s;
}

.voice-icon-container.active .listening{
  display: block;
}

.voice-icon-container .listening{
  display: none;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

.voice-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: transparent;
  position: fixed;
  right: 27px;
  left: auto;
  bottom: 44px;
  flex-direction: column;
  z-index: 9999999999;
}

.voice-icon-container.active{
  bottom: 20px;
  right: 20px;
}

.voice-icon-container .type2,  .voice-icon-container .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.voice-icon-container .type2 .pulse-ring {
  background: transparent;
}

.logo-wrap img{
  max-height: 64px;
  width: auto;
}

.admin .logo{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.admin .logo img{
  height: 72px !important;
}

th{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 32 127 / var(--tw-bg-opacity)) !important;
}

.time{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 104 96 / var(--tw-bg-opacity)) !important;
}

.admin .event-type-cards .type-bar.free,  .type-bar.free{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 104 96 / var(--tw-bg-opacity)) !important;
}

.profile .avatar{
  --tw-border-opacity: 1 !important;
  border-color: rgb(48 1 96 / var(--tw-border-opacity)) !important;
}

.faq-section ul li{
  width: 33%;
}

body.registration,  body.password-reset{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 245 / var(--tw-bg-opacity));
}

.registration .page-content,  .password-reset .page-content{
  z-index: 20;
  height: 100%;
}

.registration .page-footer::before{
  z-index: 10;
  display: none;
}

.steps-section-wrap.registration .page-footer::before{
  display: none;
}

.step-item.registration .page-footer::before{
  display: none
}

@media (min-width: 640px){
  .registration .page-footer::before{
    display: block;
  }
}

.registration .page-footer::before {
  /*content: url('/static/images/two-folks.png');*/
  position: absolute;
  right: 15px;
  top: -492px;
  height: 492px;
}

.registration .page-content{
  background-position: center bottom;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 90%;
  /* Resize the background image to cover the entire container */
  background-image: none;
}

@media  screen and (min-width: 1024px) {
  .registration .page-content{
    background-image: url('/static/images/two-folks.png');
  }
}

.show-pass,  .show-pass-repeat{
  position: absolute;
  right: 0.75rem;
  top: 2.4rem;
}

body.admin{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

#overlay{
  content: '';
  position: fixed;
  z-index: 30;
  display: none;
  background-color: rgb(0 0 0 / 0.3);
}

.steps-section-wrap#overlay{
  display: none;
}

.step-item#overlay{
  display: none
}

#overlay{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#overlay.show{
  display: block;
}

.admin header{
  position: fixed;
  left: -264px;
  top: 0px;
  bottom: 0px;
  width: 264px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .admin header{
    left: 0px;
  }
}

.admin header{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}

.admin header.opened{
  left: 0px;
}

.admin header .logo{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .admin header .logo{
    margin-top: 0px;
  }
}

.admin header .logo {
  height: 72px;
}

.admin .topbar .logo{
  display: block;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .admin .topbar .logo{
    display: none;
  }
}

.admin .topbar .logo {
  height: 72px;
}

.admin .logo img{
  margin-left: auto;
  margin-right: auto;
  width: 195px;
  height: 31px;
}

.admin .left-nav{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  width: 232px;
}

.admin .admin-content{
  margin-left: 0px;
}

@media (min-width: 1024px){
  .admin .admin-content{
    margin-left: 264px;
  }
}

.admin-content .page-content{
  margin-top: 72px;
  padding: 0px;
}

@media (min-width: 640px){
  .admin-content .page-content{
    padding: 2.5rem;
  }
}

.admin-content .page-content > h2{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .admin-content .page-content > h2{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0px;
  }
}

@media (min-width: 768px){
  .admin-content .page-content > h2{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.admin-content .page-content > h2{
  font-family: 'Gantari';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

@media screen and (min-width: 640px){
  .admin-content .page-content > h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}

.admin-content .page-content > h6,  .admin-content .page-content > form > h6{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .admin-content .page-content > h6,  .admin-content .page-content > form > h6{
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.admin-content .page-content > form{
  gap:0;
}

.admin-content .page-content > h6 a:hover, .admin-content .page-content > form > h6 a:hover{
  text-decoration: underline;
}

.admin .topbar{
  position: fixed;
  top: 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(23 0 45 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .admin .topbar{
    justify-content: flex-end;
  }
}

.admin .topbar {
  height: 72px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 99
}

.admin .topbar > ul{
  height: 100%;
  padding-right: 1.5rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

li.ham-menu{
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1024px){
  li.ham-menu{
    display: none;
  }
}

li.ham-menu svg path{
  fill: #ffffff;
  stroke: #ffffff;
}

.admin .topbar > ul > li{
  height: 3rem;
}

.admin .topbar > ul > li.square{
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.1);
}

.admin .topbar .square svg{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  height: 1.5rem;
  width: 1.5rem;
}

.admin .topbar .user-avatar svg path {
  fill: white;
}

.admin .topbar .header-menu svg.custom-color path{
  fill: #475467;
}

.admin .topbar .header-menu{
  overflow-y: scroll;
}

.admin .topbar .hollow{
  --tw-bg-opacity: 1;
  background-color: rgb(23 0 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.admin .topbar .hollow svg path{
  stroke: white;
}

.admin .topbar .hollow .text-success-900{
  color: rgb(255 255 255);
}

.admin .topbar .hollow{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.admin .topbar .hollow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 0 72 / var(--tw-bg-opacity));
}

.admin .topbar .hollow{
  display: none;
}

.steps-section-wrap.admin .topbar .hollow{
  display: none;
}

.step-item.admin .topbar .hollow{
  display: none
}

@media (min-width: 768px){
  .admin .topbar .hollow{
    display: flex;
  }
}

/* ----------------------------------------------- */

.admin .event-type-cards{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .admin .event-type-cards{
    margin-top: 1.8rem;
    gap: 1.5rem;
  }
}

@media (min-width: 768px){
  .admin .event-type-cards{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.admin .event-type-cards > div{
  position: relative;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  height: auto;
  width: 100%;
}

@media (min-width: 640px){
  .admin .event-type-cards > div{
    height: 329px;
    width: 350px;
  }
}

.admin .event-type-card{
  border: 2px dashed #D0D5DD;
}

.admin .event-type-card .event-type-form-button{
  position: static;
  margin-left:0;
  margin-right:0;
}

.admin .event-type-card [data-widget="EventTypeFormButton"]{
  text-align: center
}

.admin .event-type-cards .type-bar,  .event-items > div .type-bar{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 0.375rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.admin .event-type-cards .type-bar.paid,  .type-bar.paid{
  --tw-bg-opacity: 1;
  background-color: rgb(152 211 208 / var(--tw-bg-opacity));
}

.admin .event-type-cards .type-bar.free, .type-bar.free {
  background-color: rgb(0, 72, 114);
}

.event-item .type-bar{
  height: 0.375rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.event-item .type-bar.paid{
  --tw-bg-opacity: 1;
  background-color: rgb(152 211 208 / var(--tw-bg-opacity));
}

.event-item .type-bar.free{
  --tw-bg-opacity: 1;
  background-color: rgb(192 212 186 / var(--tw-bg-opacity));
}

.event-item.slot-event-item{
  padding: 0rem;
}

.event-content{
  padding: 1rem;
}

.admin .event-type-cards .type-bar.disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.admin .event-type-cards .menu-button{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
  padding: 0.375rem;
  cursor: pointer;
}

.admin .event-type-cards .menu-button svg{
  height: 1.5rem;
  width: 1.5rem;
}

.admin .event-type-cards h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.admin .event-type-cards h2{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin .event-type-cards p{
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

/* ----------------------------------------------- */

.admin .event-type-actions{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.admin .event-type-actions > *{
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 2rem;
}

.admin .event-type-actions.icon-menu{
  right: 2rem !important;
}

.admin .event-type-actions.icon-menu a{
  flex-direction: row !important;
}

/* ----------------------------------------------- */

.admin .event-type-popout{
  position: fixed;
  bottom: 5rem;
  top: 0px;
  right: 0px;
  overflow-y: auto;
  width: 100%;
}

@media (min-width: 768px){
  .admin .event-type-popout{
    max-width: 620px;
  }
}

.admin .event-type-popout{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index:99999;
}

.overlay_new_event_type{
  z-index: 9990;
}

.admin .event-type-popout .action-bar{
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 5rem;
  width: 100%;
}

@media (min-width: 768px){
  .admin .event-type-popout .action-bar{
    max-width: 620px;
  }
}

.admin .event-type-popout .action-bar{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.1);
  z-index: 99999999;
}

.admin .event-type-popout-form{
  padding: 1rem;
}

@media (min-width: 768px){
  .admin .event-type-popout-form{
    padding: 2.5rem;
  }
}

.admin .event-type-popout-form{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /*@apply mt-[72px]*/
  padding-bottom: 120px;
}

.admin .event-type-popout-form .footnote{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.admin .event-type-popout-form .slot-editor svg path{
  stroke: #000000;
}

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

.half-col{
  position: relative;
}

@media (min-width: 768px){
  .half-col{
    width: 50%;
  }
}

.full-row >.half-col{
  width: 50%;
  padding-left: 0.25rem;
}

.full-row > .half-col:first-child{
  padding-left: 0px;
  padding-right: 0.25rem;
}

.full-col{
  position: relative;
  width: 100%;
}

.forms > .half-col,  .forms > .full-col{
  padding-top: 0px;
  padding-bottom: 0px;
}

.half-col,  .full-col{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.forms .title{
  width: 100%;
}

.full-row{
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.no-shadow{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.forms-title h6{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.forms .field-title{
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.update-profile-btns{
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 640px){
  .update-profile-btns{
    top: -12px;
    margin-top: 2.5rem;
    margin-right: 2.5rem;
  }
}

.payment-widget{
  display: flex;
  flex-direction: column;
  gap: 13px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding: 1rem;
  border-radius: 4px;
}

.payment-section{
  display: flex;
  justify-content: space-between;
}

.payment-section div{
  margin:0;
  display: flex;
  align-items: center
}

.payment-section div:last-child{
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.payment-section div label{
  margin: 0px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

.event-form-image{
  display: inline-block;
  gap: 8px;
  background: #F2F4F7;
  border-radius: 8px;
  color: #667085;
  text-align: center;
  margin-top: 15px;
  position: relative;
  height: 70px;
  width: 28%;
  min-width: 100px;
}

@media (min-width: 640px){
  .event-form-image{
    height: 120px;
  }
}

.event-form-image{
  /*mr-[5%];*/
}

.event-form-image .upload-image-overlay{
  opacity: 0;
  transition: all 300ms;
  border-radius: 8px;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  justify-content: center;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255)
}

.event-form-image .upload-image-overlay svg path{
  stroke: white;
}

.event-form-image .upload-image-overlay .text-success-900{
  color: rgb(255 255 255);
}

.event-form-image .upload-image-overlay{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4))
}

.event-form-image:hover .upload-image-overlay{
  opacity: 100;
}

.image-add{
  display:  inline-block;
  text-align: center;
  height: 100%;
  width:  100%;
  font-size: 11px
}

@media (min-width: 640px){
  .image-add{
    font-size: 14px;
  }
}

.event-form-image-section{
  display: flex;
}

.remove-image{
  position: relative;
  width: 20px;
  height: 20px;
  left: 50%;
  /* Primary/700 */
  background: #343C71;
  border-radius: 83.3333px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
  color:  white;
  padding: 0;
  top: -83px
}

@media (min-width: 640px){
  .remove-image{
    top: -133px;
  }
}

.remove-image:hover{
  background: #343C71 !important;
  color: lightblue !important;
}

.event-form-image img{
  width:  100%;
  height:  100%;
  margin:  auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.event-type-form-button{
  position: static;
  top: 40px;
  right: 40px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  width: calc(100% - 2rem);
}

@media (min-width: 640px){
  .event-type-form-button{
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    width: auto;
  }
}

.image-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-right: 0;
}

.showDeletePopup{
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #0007;*/
  z-index:99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showSlotPopup{
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #0007;*/
  z-index:99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: rgb(242 244 247 / var(--tw-bg-opacity)) !important;
  border: none !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.select2-selection__choice__display{
  padding: 0.25rem !important;
}

.select2-selection__choice{
  padding: 6px !important;
  padding-left: 8px !important;
  padding-right: 28px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border: 0px !important;
  right:  6px !important;
  left: unset!important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
  content: '';
  background-image: url(/static/images/svg/generic/close.svg);
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top:  unset !important;
}

.select2-selection.select2-selection--multiple{
  border-radius: 0.5rem !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity)) !important;
}

.select2-search__field{
  font-size: 0.85rem !important;
  padding:  0.25rem !important;
  min-height: 32px !important;
}

.select2-results__option.select2-results__message{
  display: none !important;
}

.select2-dropdown.select2-dropdown--below{
  display: none;
}

.payment-action{
  margin-left: auto;
}

.payment-item{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .payment-item{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px){
  .payment-item{
    padding: 2rem;
  }
}

.payment-item{
  display: block;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 25px;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .payment-item{
    display: flex;
    text-align: left;
  }
}

.payment-item{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  font-weight: 400;
}

.payment-item > *{
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .payment-item > *{
    padding-top: 0px;
  }
}

.payment-item > *:first-child{
  padding-top: 0px;
}

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

@media (min-width: 768px){
  .payment-logo{
    text-align: left;
  }
}

.payment-logo img{
  max-width: 160px;
  display: inline-block
}

.payment-text{
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 768px){
  .payment-text{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.btn-close{
  box-sizing: content-box;
  height: 1rem;
  width: 1rem;
  border-radius: 0px;
  border-style: none;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}

.btn-close:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.75;
}

.btn-close:focus{
  opacity: 1;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal-footer{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 2rem;
}

.modal-footer.payment{
  flex-direction: row;
  gap: 12px;
}

.modal-footer.payment .btn{
  width: 50%;
}

.modal-content{
  border-radius: 0.75rem;
}

.modal-dialog{
  max-width: 450px;
}

.modal-header{
  font-family: Gantari;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0em;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.modal-header .btn-close{
  position: absolute;
  top: 18px;
  right: 18px;
  height: 12px;
  width: 12px;
  background-size: contain;
  padding: 0px;
}

.modal-header .btn-close:hover{
  background-color: transparent;
}

.modal-body{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 1.5rem;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.payment-bottom{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
  text-align: left;
  font-size: 16px;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .payment-bottom{
    margin-left: 0;
    margin-right: 0;
  }
}

.payment-warning{
  display: block;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: left;
  font-size: 16px;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .payment-warning{
    display: flex;
  }
}

.payment-warning{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 768px){
  .payment-warning{
    margin-left: 0;
    margin-right: 0;
  }
}

.payment-warning svg{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .payment-warning svg{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.payment-warning p{
  padding-left: 0.7rem;
}

.events-filter-menu{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 640px){
  .events-filter-menu{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1.438rem;
  }
}

.events-filter-menu{
  /*@apply border-b-0 sm:border-b-[3px] border-gray-300;*/
}

.events-filter-menu a{
  position: relative;
  bottom: -3px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
}

@media (min-width: 640px){
  .events-filter-menu a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.events-filter-menu a{
  text-align: center;
  font-family: Gantari;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .events-filter-menu a{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.563rem;
    padding-bottom: 0.563rem;
  }
}

.events-filter-menu a{
  border-bottom-width: 0px;
  border-color: transparent;
}

@media (min-width: 640px){
  .events-filter-menu a{
    border-bottom-width: 3px;
  }
}

.events-filter-menu li:first-child a{
  margin-left: 0px;
}

.events-filter-menu li:last-child a{
  margin-right: 0px;
}

.events-filter-menu a.active{
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(30 0 60 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .events-filter-menu a.active{
    border-bottom-width: 3px;
  }
}

.events-filter-menu a.active{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .events-filter-menu a.active{
    border-radius: 0px;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.empty-list{
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}

@media (min-width: 768px){
  .empty-list{
    margin-top: 6.5rem;
  }
}

.empty-list img{
  height: auto;
  width: 100%;
  max-width: 600px;
}

.empty-list p{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.188;
  padding-bottom: 1.188;
  text-align: center;
  letter-spacing: 0em;
}

@media (min-width: 768px){
  .empty-list p{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.empty-list p{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.scheduled-events-wrapper{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.688rem;
}

@media (min-width: 640px){
  .scheduled-events-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.scheduled-event-item{
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .scheduled-event-item{
    margin-bottom: 1.5rem;
  }
}

.scheduled-event-item{
  box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.scheduled-event-item .type-bar,  .event-items > div .type-bar{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: auto;
  top: auto;
  height: 6px;
  width: auto;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

@media (min-width: 768px){
  .scheduled-event-item .type-bar,  .event-items > div .type-bar{
    left: auto;
    right: auto;
    bottom: 0px;
    top: 0px;
    height: auto;
    width: 6px;
  }
}

.event-items > div .type-bar{
  left: 0px;
  top: 0px;
}

.type-bar.disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.scheduled-event-item .header{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .scheduled-event-item .header{
    flex-direction: row;
  }
}

.scheduled-event-item .header .date-time,  .scheduled-event-item .header .content{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.4rem;
}

@media (min-width: 768px){
  .scheduled-event-item .header .date-time,  .scheduled-event-item .header .content{
    padding-top: 0px;
  }
}

.scheduled-event-item .header .content{
  padding-top: 0px;
  padding-left: 1.5rem;
}

.scheduled-event-item .actions{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .scheduled-event-item .actions{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
}

.scheduled-event-item .actions{
  gap: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: right;
}

@media (min-width: 768px){
  .scheduled-event-item .actions{
    width: 20%;
    padding: 0px;
  }
}

@media (min-width: 1280px){
  .scheduled-event-item .actions{
    width: 15%;
  }
}

.scheduled-event-item .actions{
  order: 9999;
}

@media (min-width: 768px){
  .scheduled-event-item .actions{
    order: 0;
  }
}

.scheduled-event-item .actions .reviews-btn{
  width: 100%;
}

.scheduled-event-item .actions .secondary,  .event-items .button .expand{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .scheduled-event-item .actions .secondary,  .event-items .button .expand{
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  }
}

.scheduled-event-item .actions .secondary:hover:enabled,  .event-items .button .expand:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.scheduled-event-item .actions .secondary,  .event-items .button .expand{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

@media (min-width: 768px){
  .scheduled-event-item .actions .secondary,  .event-items .button .expand{
    position: static;
  }
}

.event-items .button .expand{
  top: 1rem;
  right: 0;
}

.scheduled-event-item .actions .secondary .action-txt,  .event-items .button .expand .action-txt{
  display: none;
}

@media (max-width: 1096px){
  .sitenav ul li.scheduled-event-item .actions .secondary .action-txt, .sitenav ul li .event-items .button .expand .action-txt {
    display: none;
  }
}

.steps-section-wrap.scheduled-event-item .actions .secondary .action-txt, .steps-section-wrap .event-items .button .expand .action-txt{
  display: none;
}

.step-item.scheduled-event-item .actions .secondary .action-txt, .step-item .event-items .button .expand .action-txt{
  display: none
}

@media (min-width: 768px){
  .scheduled-event-item .actions .secondary .action-txt,  .event-items .button .expand .action-txt{
    display: inline-block;
  }
}

.scheduled-event-item .border-mob{
  position: relative;
  top: -1.5rem;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

@media (max-width: 1096px){
  .actions ul li.scheduled-event-item .border-mob{
    display: flex;
  }
}

@media (min-width: 768px){
  .scheduled-event-item .border-mob{
    display: none;
  }
}

/* .scheduled-event-item .actions{
    @apply border-t-gray-300 border;
} */

.scheduled-event-item .content{
  width: 100%;
}

@media (min-width: 768px){
  .scheduled-event-item .content{
    width: 80%;
  }
}

.scheduled-event-item .actions a{
  margin-left: 0px;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px){
  .scheduled-event-item .actions a{
    margin-left: 0.5rem;
  }
}

@media (min-width: 1024px){
  .scheduled-event-item .actions a{
    margin-left: 0px;
  }
}

.scheduled-event-item .date-time{
  width: 100%;
  text-align: left;
}

@media (min-width: 768px){
  .scheduled-event-item .date-time{
    width: 222px;
    text-align: right;
  }
}

.scheduled-event-item .line,  .event-items > div .line{
  position: absolute;
  left: 222px;
  top: 1.5rem;
  bottom: 1.5rem;
  display: none;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.steps-section-wrap.scheduled-event-item .line, .steps-section-wrap .event-items > div .line{
  display: none;
}

.step-item.scheduled-event-item .line, .step-item .event-items > div .line{
  display: none
}

@media (min-width: 768px){
  .scheduled-event-item .line,  .event-items > div .line{
    display: block;
  }
}

.event-items > div .line{
  left: 206px;
  display: none;
}

.steps-section-wrap.event-items > div .line{
  display: none;
}

.step-item.event-items > div .line{
  display: none
}

.scheduled-event-item .atendee,  .scheduled-event-item .atendees{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}

@media (min-width: 768px){
  .scheduled-event-item .atendee,  .scheduled-event-item .atendees{
    flex-direction: column;
  }
}

.scheduled-event-item .atendees{
  margin-top: 0.5rem;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .scheduled-event-item .atendees{
    margin-top: 1.5rem;
    flex-direction: column;
  }
}

.scheduled-event-item .atendee{
  margin-top: 0.5rem;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .scheduled-event-item .atendee{
    margin-top: 1.5rem;
    flex-direction: row;
  }
}

.name h4, 
.name.tags, 
.name.tags span{
  display: inline-block;
}

.name.tags > span{
  position: absolute;
  top: 1.3rem;
  display: block;
}

@media (max-width: 1096px){
  .sitenav ul li.name.tags > span {
    display: none;
  }
}

@media (min-width: 640px){
  .name.tags > span{
    position: static;
  }
}

@media (min-width: 768px){
  .name.tags > span{
    display: inline-block;
  }
}

.name{
  padding-bottom: 0.5rem;
}

.events-wrapper .name{
  padding-bottom: 0;
}

.name h4{
  margin-right: 5px;
}

/*.scheduled-event-item .atendee .name, .scheduled-event-item .atendees .name{
    @apply flex justify-start items-center gap-[0.5rem]
}*/

@media screen and (min-width: 768px){
  .scheduled-event-item .atendee .img-div{
    width: 120px;
  }
}

.scheduled-event-item .atendee h4,  .scheduled-event-item .atendees h4{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.scheduled-event-item .atendee p,  .scheduled-event-item .atendees p{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
}

.scheduled-event-item .atendee img,  
.scheduled-event-item .atendees img, 
.events-wrapper .user-av img,  
.events-wrapper .users-av img{
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .scheduled-event-item .atendee img,  
.scheduled-event-item .atendees img, 
.events-wrapper .user-av img,  
.events-wrapper .users-av img{
    height: 60px;
    border-radius: 0.75rem;
  }
}

.scheduled-event-item .atendee img, 
.scheduled-event-item .atendees img,
.events-wrapper .user-av img, 
.events-wrapper .users-av img
{
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -o-object-position: top;
     object-position: top;
}

.events-wrapper .user-av img,  
.events-wrapper .users-av img{
  margin-left: 0px;
}

@media (min-width: 640px){
  .events-wrapper .user-av img,  
.events-wrapper .users-av img{
    margin-left: 1rem;
  }
}

.user-av .atendees-img li{
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.user-av,  .users-av{
  order: 1;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .user-av,  .users-av{
    order: 0;
    padding-top: 0px;
  }
}

.users-av{
  padding-top: 0px;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .users-av{
    padding-bottom: 0px;
  }
}

.scheduled-event-item .date,  .events-wrapper .date{
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(23 0 45 / var(--tw-text-opacity));
}

.scheduled-event-item .time,  .events-wrapper .time{
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.events-wrapper .date,  .events-wrapper .time{
  margin-bottom: 0px;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 640px){
  .events-wrapper .date,  .events-wrapper .time{
    padding-bottom: 0px;
  }
}

.events-wrapper .time{
  padding-bottom: 0px;
}

.scheduled-event-item .main-info{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .scheduled-event-item .main-info{
    padding-bottom: 1.5rem;
  }
}

.scheduled-event-item .panel,  .event-items .panel{
  display: none;
  width: 100%;
}

.steps-section-wrap.scheduled-event-item .panel, .steps-section-wrap .event-items .panel{
  display: none;
}

.step-item.scheduled-event-item .panel, .step-item .event-items .panel{
  display: none
}

.event-items .panel .main-info{
  box-shadow: none;
  margin-top: 16px;
}

.event-items .info{
  max-width: calc(100% - 300px);
}

@media screen and (max-width: 768px){
  .event-items .info
    {
    max-width: 100%;
  }
}

.event-items .info .bottom{
  line-height: 16px;
}

.admin-home-wrapper .event-items .bottom li:first-child{
  min-width: 110px;
}

.admin-home-wrapper .event-items .bottom svg{
  min-height: 12px;
  min-width: 12px;
}

.event-items .panel .main-info .right{
  padding: 16px;
  margin-left: 0;
}

.event-items .panel .main-info .left{
  padding: 0 16px 0 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px){
  .event-items .panel .main-info .left{
    margin-bottom: 0px;
  }
}

.event-items .panel .main-info h5{
  font-size: 1rem;
}

@media screen and (max-width: 768px){
  .event-items .panel .main-info .left{
    padding: 16px 0 0 0;
  }
}

.scheduled-event-item .main-info,  .event-items .main-info{
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .scheduled-event-item .main-info,  .event-items .main-info{
    flex-direction: row;
  }
}

.scheduled-event-item .main-info .left,  .event-items .main-info .left{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-right: 0px;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  .scheduled-event-item .main-info .left,  .event-items .main-info .left{
    width: calc(222px - 1.5rem);
    padding-right: 1.2rem;
    padding-top: 0px;
  }
}

.scheduled-event-item .main-info .left,  .event-items .main-info .left{
  min-width: calc(222px - 1.5rem);
}

.main-info .actions{
  display: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0.5rem;
}

.steps-section-wrap.main-info .actions{
  display: none;
}

.step-item.main-info .actions{
  display: none
}

.main-info .actions .border-mob{
  margin-bottom: 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.scheduled-event-item .main-info .right,  .event-items .main-info .right{
  margin-left: 0px;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .scheduled-event-item .main-info .right,  .event-items .main-info .right{
    margin-left: 1.5rem;
  }
}

.scheduled-event-item .main-info .right.multi,  .event-items .main-info .right.multi{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}

.scheduled-event-item .main-info h5,  .event-items .main-info h5{
  padding-bottom: 0.25rem;
  padding-top: 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.scheduled-event-item .main-info h5:first-child,  .event-items .main-info h5:first-child{
  padding-top: 0px;
}

.scheduled-event-item .main-info p{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

.scheduled-event-item .actions .chevron-icon, .event-items .chevron-icon, .group-dashboard .chevron-icon{
  width: 15px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(/static/images/svg/generic/chevron-down.svg);
  transition: all 300ms;
}

@media screen and (min-width: 768px){
  .scheduled-event-item .actions .chevron-icon, .event-items .chevron-icon{
    width: 12px;
    height: 6px;
  }
}

.scheduled-event-item .actions{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 1280px){
  .scheduled-event-item .actions{
    flex-direction: row;
  }
}

.scheduled-event-item .actions .chevron-icon.active, .event-items .chevron-icon.active, .group-dashboard .chevron-icon.active{
  transform: rotate(180deg);
}

.scheduled-event-item .atendees-img, 
.events-wrapper .atendees-img{
  display: flex;
  flex-wrap: wrap;
}

.scheduled-event-item .atendees-img li, 
.events-wrapper .atendees-img li{
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 1);
  margin-right: -8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.scheduled-event-item .accordion.nested,  .event-items .accordion.nested{
  padding: 0px;
}

.scheduled-event-item .accordion.nested h4,  .event-items .accordion.nested h4{
  padding-bottom: 0px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  line-height: 20px;
}

.scheduled-event-item .accordion.nested h5,  .event-items .accordion.nested h5{
  padding-top: 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0em;
}

.scheduled-event-item .accordion.nested p,  .event-items .accordion.nested p{
  padding-bottom: 0px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
}

.scheduled-event-item .accordion.nested .sub-panel p:last-child,  .event-items .accordion.nested .sub-panel p:last-child{
  padding-bottom: 0.625rem;
}

.scheduled-event-item .accordion.nested .item,  .event-items .accordion.nested .item{
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.scheduled-event-item .accordion.nested .item:last-child,  .event-items .accordion.nested .item:last-child{
  margin-bottom: 0px;
}

.scheduled-event-item .accordion.nested .trigger,  .event-items .accordion.nested .trigger{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.scheduled-event-item .accordion.nested .trigger.nested-acc-border,  .event-items .accordion.nested .trigger.nested-acc-border{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(208 213 221 / var(--tw-border-opacity));
}

#qrCodeModal p{
  padding-top: 1.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.modal .btn-close{
  top: 1.375rem;
  right: 1.375rem;
}

.review{
  position: relative;
}

.review-toltip{
  top: -58px;
  left: 50%;
  margin-left: -130px;
  height: 48px;
  width: 260px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0em;
  position: absolute;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid rgba(208, 213, 221, 1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.review-toltip span{
  display: flex;
  height: 2rem;
  align-items: center;
}

.review-toltip > div{
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.review-toltip > div > ul{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

/* .review-toltip > div > ul svg{
    @apply w-[27px] h-[27px] p-[3px] hover:cursor-pointer;
    filter: invert(64%) sepia(6%) saturate(1888%) hue-rotate(53deg) brightness(96%) contrast(80%);
} */

.review-toltip .stars .star-item{
  height: 26px;
  width: 26px;
}

.review-toltip .stars .star-item:hover{
  cursor: pointer;
}

.review-toltip .stars .star-item{
  background-size: contain;
  background-repeat: no-repeat;
}

.review-toltip .stars:after{
  display: flex;
  align-items: center;
}

.review-toltip .stars.undefined:after{
  content: '';
}

.review-toltip .stars.amazing:after{
  content: 'Amazing';
}

.review-toltip .stars.great:after{
  content: 'Great';
}

.review-toltip .stars.normal:after{
  content: 'Normal';
}

.review-toltip .stars.bad:after{
  content: 'Bad';
}

.review-toltip .stars.awful:after{
  content: 'Awful';
}

.review-toltip.ja .stars.amazing:after{
  content: '満足';
}

.review-toltip.ja .stars.great:after{
  content: 'やや満足';
}

.review-toltip.ja .stars.normal:after{
  content: '普通';
}

.review-toltip.ja .stars.bad:after{
  content: 'やや不満';
}

.review-toltip.ja .stars.awful:after{
  content: '不満';
}

.review-toltip.zh_TW .stars.amazing:after{
  content: '滿意';
}

.review-toltip.zh_TW .stars.great:after{
  content: '還算滿意';
}

.review-toltip.zh_TW .stars.normal:after{
  content: '普通';
}

.review-toltip.zh_TW .stars.bad:after{
  content: '有些不滿意';
}

.review-toltip.zh_TW .stars.awful:after{
  content: '不滿意';
}

.reviews-btn.amazing svg{
  fill: #85A471;
}

.reviews-btn.great svg{
  fill: #FDB022;
}

.reviews-btn.normal svg{
  fill: #F79009;
}

.reviews-btn.bad svg{
  fill: #DC6803;
}

.reviews-btn.awful svg{
  fill:  #93370D;
}

.review-toltip .stars.amazing .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.review-toltip .stars.amazing .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.review-toltip .stars.amazing .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.review-toltip .stars.amazing .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.review-toltip .stars.amazing .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-amazing.svg);
}

.review-toltip .stars.great .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-great.svg);
}

.review-toltip .stars.great .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-great.svg);
}

.review-toltip .stars.great .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-great.svg);
}

.review-toltip .stars.great .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-great.svg);
}

.review-toltip .stars.great .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.normal .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-normal.svg);
}

.review-toltip .stars.normal .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-normal.svg);
}

.review-toltip .stars.normal .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-normal.svg);
}

.review-toltip .stars.normal .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.normal .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.bad .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-bad.svg);
}

.review-toltip .stars.bad .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-bad.svg);
}

.review-toltip .stars.bad .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.bad .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.bad .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.awful .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-awful.svg);
}

.review-toltip .stars.awful .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.awful .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.awful .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.awful .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.undefined .star-item.star-1 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.undefined .star-item.star-2 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.undefined .star-item.star-3 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.undefined .star-item.star-4 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.review-toltip .stars.undefined .star-item.star-5 {
  background-image: url(/static/images/svg/generic/star-undefined.svg);
}

.admin-section{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.admin-home-wrapper{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.steps-section{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.steps-heading{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.steps-section-wrap{
  width: 100%;
  overflow-x: auto;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .steps-section-wrap{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.steps-section-wrap.hidden{
  display: none;
}

.steps-heading h6{
  padding-left: 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.563rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.steps-heading .close-steps{
  margin-left: auto;
}

.progresbar{
  width: 100%;
  border-radius: 100px;
  height: 8px;
  position: relative;
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity))
}

.progresbar .progres{
  width: 50%;
  border-radius: 100px;
  height: 8px;
  left:0;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(98 131 66 / var(--tw-bg-opacity))
}

.progresbar .progres.progres-0{
  width: 0;
}

.progresbar .progres.progres-25{
  width: 25%;
}

.progresbar .progres.progres-33{
  width: 33%;
}

.progresbar .progres.progres-50{
  width: 50%;
}

.progresbar .progres.progres-66{
  width: 66%;
}

.progresbar .progres.progres-75{
  width: 75%;
}

.progresbar .progres.progres-100{
  width: 100%;
}

.progresbar .progres:after{
  position: absolute;
  bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  background-size: contain, cover;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  width: auto;
  background-repeat: no-repeat;
  background-origin: padding-box;
  height: 23px;
  background-position: right;
}

.progresbar .progres.progres-0:after{
  content: "Let's start";
  background-image: url(/static/images/lets-start.png);
  width: 118px;
  left:0;
}

.progresbar .progres.progres-25:after{
  content: "25%";
  background-image: url(/static/images/25.png);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-33:after{
  content: "33%";
  background-image: url(/static/images/25.png);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-50:after{
  content: "50%";
  background-image: url(/static/images/50.png);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-75:after{
  content: "75%";
  background-image: url(/static/images/75.png);
  width: 60px;
  right: -24px;
}

.progresbar .progres.progres-66:after{
  content: "66%";
  background-image: url(/static/images/75.png);
  width: 60px;
  right: -24px;
}

.progresbar .progres.progres-100:after{
  content: "100%";
  width: 65px;
  right: -24px;
}

.step-item .check-icon{
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 23px;
  width: 20px
}

.step-item.hidden{
  display: none!important
}

.step-item.finished .check-icon{
  background-image: url(/static/images/svg/generic/checked-green.svg);
}

.step-item.unfinished .check-icon{
  background-image: url(/static/images/svg/generic/checked-gray.svg);
}

.steps-section{
  min-width: 850px;
}

.steps-section .steps{
  display: flex;
}

.steps-section  .step-item{
  display: flex;
  width: 33%;
  flex-direction: column;
  padding-left: 1.625rem;
  padding-right: 1rem;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.steps-section  .step-item:last-child{
  border-style: none;
}

.steps-section  .step-item:first-child{
  padding-left: 0px;
  padding-right: 1rem;
}

.steps-section  .step-item p{
  padding-left: 1.875rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.steps-section  .step-item .title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.steps-section  .step-item .title h6{
  padding-left: 0.625rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.steps-section  .step-item .buttons{
  margin-top: auto;
  display: flex;
  padding-left: 1.875rem;
  padding-top: 1rem;
}

.steps-section  .step-item .buttons .btn{
  width: 25%;
}

.steps-section  .step-item .buttons .btn:first-child{
  width: 75%;
}

.admin-home-wrapper .main{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .main{
    padding: 0px;
  }
}

@media (min-width: 1280px){
  .admin-home-wrapper .main{
    flex-direction: row;
  }
}

.admin-home-wrapper .main > div{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.admin-home-wrapper .main > .left{
  width: 100%;
}

@media (min-width: 1280px){
  .admin-home-wrapper .main > .left{
    width: 60%;
  }
}

.admin-home-wrapper .main > .right{
  width: 100%;
}

@media (min-width: 1280px){
  .admin-home-wrapper .main > .right{
    width: 40%;
  }
}

.admin-home-wrapper .tags a.white:hover, .tags span.white:hover{
  cursor: default;
}

.admin-home-wrapper .heading >h5{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin-home-wrapper .heading > a{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

.admin-home-wrapper .heading > span{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.563rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin-home-wrapper .heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-home-wrapper .btn.small{
  border-radius: 8px;
  padding: 10px 16px 10px 16px;
}

.ja .admin-home-wrapper .btn.small, .ja .event-items .button .expand .action-txt{
  font-size: 13px;
}

.admin-home-wrapper .event-items{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.admin-home-wrapper .event-items > div{
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div{
    padding-left: 1rem;
  }
}

.admin-home-wrapper .event-items > div{
  border-radius: 12px;
  /*@apply flex gap-[1rem] items-start sm:items-center flex-wrap sm:flex-nowrap*/
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div{
    flex-direction: row;
    align-items: center;
  }
}

.admin-home-wrapper .event-items > div{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.admin-home-wrapper .event-items > div .button{
  margin-left: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div .button{
    width: auto;
    gap: 0.75rem;
  }
}

.admin-home-wrapper .event-items > div .button{
  order: 3;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div .button{
    order: 0;
    padding-top: 0;
  }
}

.admin-home-wrapper .event-items > div .button{
  border-top: none;
}

.admin-home-wrapper .event-items > div .button .cancel-acc{
  display: block;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div .button .cancel-acc{
    display: none;
  }
}

.admin-home-wrapper .event-items > div .button .open-review{
  display: flex;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items > div .button .open-review{
    display: none;
  }
}

.admin-home-wrapper .event-items .main-info .cancel-acc{
  display: none;
}

.steps-section-wrap.admin-home-wrapper .event-items .main-info .cancel-acc{
  display: none;
}

.step-item.admin-home-wrapper .event-items .main-info .cancel-acc{
  display: none
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .main-info .cancel-acc{
    display: block;
  }
}

.admin-home-wrapper .event-items .main-info .open-review{
  display: none;
}

.steps-section-wrap.admin-home-wrapper .event-items .main-info .open-review{
  display: none;
}

.step-item.admin-home-wrapper .event-items .main-info .open-review{
  display: none
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .main-info .open-review{
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .admin-home-wrapper .event-items > div .button{
    border-top: rgb(228 231 236 / var(--tw-bg-opacity)) 1px solid;
  }
}

.admin-home-wrapper .event-items .date-time-dashboard{
  width: auto;
  min-width: 100%;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .date-time-dashboard{
    width: 120px;
    min-width: 120px;
  }
}

.admin-home-wrapper .event-items .date-time-dashboard{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .date-time-dashboard{
    align-items: flex-end;
    text-align: right;
  }
}

.admin-home-wrapper .event-items .date-time-dashboard{
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2.5rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .date-time-dashboard{
    padding-right: 1rem;
    padding-top: 0px;
  }
}

.admin-home-wrapper .event-items .date-time-dashboard{
  border-right: rgb(228 231 236 / var(--tw-bg-opacity)) 1px solid;
}

@media screen and (max-width: 768px) {
  .admin-home-wrapper .event-items .date-time-dashboard{
    border-right: none;
  }
}

.admin-home-wrapper .event-items .date.free{
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 235 / var(--tw-bg-opacity));
}

.admin-home-wrapper .event-items .date.paid{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity));
}

.admin-home-wrapper .event-items .date span{
  display: block;
}

.admin-home-wrapper .event-items .date .month{
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin-home-wrapper .event-items .date .day{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(72 107 51 / var(--tw-text-opacity));
}

.admin-home-wrapper .event-items .date.free .day{
  --tw-text-opacity: 1;
  color: rgb(72 107 51 / var(--tw-text-opacity));
}

.admin-home-wrapper .event-items .date.paid .day{
  --tw-text-opacity: 1;
  color: rgb(47 125 117 / var(--tw-text-opacity));
}

.admin-home-wrapper .event-items .info{
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .info{
    padding-left: 1rem;
    padding-bottom: 0px;
  }
}

.admin-home-wrapper .event-items .info h4{
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .info h4{
    font-size: 1rem;
  }
}

.admin-home-wrapper .event-items .info .desc{
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .info .desc{
    font-size: 0.875rem;
  }
}

.admin-home-wrapper .event-items .info .desc{
  line-height: 22px;
}

.admin-home-wrapper .event-items .bottom{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .bottom{
    flex-direction: row;
    gap: 0px;
  }
}

.admin-home-wrapper .event-items .bottom svg{
  margin-right: 0.4rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.admin-home-wrapper .event-items .bottom li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}

@media (min-width: 640px){
  .admin-home-wrapper .event-items .bottom li{
    border-right-width: 1px;
    border-style: solid;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.admin-home-wrapper .event-items .bottom li svg{
  margin-top: 1px;
}

.admin-home-wrapper .event-items .bottom li:first-child{
  padding-left: 0px;
}

.admin-home-wrapper .event-items .bottom li:last-child{
  border-style: none;
  padding-right: 0px;
}

.time-seller-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.time-seller-item .img{
  height: 60px;
  width: 48px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
  border-radius:12px;
}

.time-seller-item .img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.time-seller-item h4{
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.time-seller-item .more-btn{
  margin-left: auto;
}

.time-seller-item .tags{
  margin-top: 0.5rem;
}

.time-seller-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.report-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.report-wrapper .items{
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.report-wrapper .report-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.report-wrapper .report-item h5{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.report-wrapper .report-item h5 > span{
  display: block;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.report-wrapper .report-item h5 > span > a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.report-wrapper .report-item .amount{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.report-wrapper .report-item:last-child{
  border-style: none;
}

.count{
  font-size: 0.875rem;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.admin-home-wrapper .review-toltip{
  position: static;
  margin-left: 0;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0rem;
  height: 72px;
  margin-bottom: 24px;
}

.admin-home-wrapper .review-toltip > div{
  justify-content: space-between;
}

.admin-home-wrapper .review-toltip > div > ul{
  gap: 12px;
}

.admin-home-wrapper .review-toltip .stars .star-item{
  height: 38px;
  width: 40px;
}

@media (max-width: 430px){
  .admin-home-wrapper .review-toltip .stars .star-item{
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 370px){
  .admin-home-wrapper .review-toltip .stars .star-item{
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 350px){
  .admin-home-wrapper .review-toltip .stars .star-item{
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 968px){
  .job-list-item{
    width: 100% !important;
  }
}

.admin-home-wrapper .review-toltip .stars::after{
  padding-right: 10px;
}

@media (min-width: 1280px){
  .profile .cover{
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 1279px){
  .profile .cover{
    background-size: cover !important;
    background-position: none !important;
    background-repeat: no-repeat !important;
  }
}

.publicURLLabel{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: Gray/500;
}

.slot-editor  .small.square.secondary{
  width: 40px;
  height: 40px;
  background: #F2F4F7;
  border-radius: 8px;
}

.slot-editor  .small.square.secondary:hover{
  width: 40px;
  height: 40px;
  background: #E4E7EC;
  border-radius: 8px;
}

.tooltip-info{
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.tooltip-link{
  position: relative;
  top: -3px;
}

.tooltip-container{
  position: absolute;
  background: #101828;
  border-radius: 8px;
  width: 220px;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  z-index: -1;
  top: -65px;
  left: -50px;
  opacity: -1;
  cursor: default;
  transition: all 300ms;
}

.img-tooltip-link .tooltip-container{
  top: -35px;
  width: 70px;
  left: -22px;
  padding: 8px 12px 8px 12px;
  text-align: center;
}

.tooltip-link:hover > .tooltip-container, 
 .tooltip-link:focus > .tooltip-container,
 .img-tooltip-link:focus > .tooltip-container,
 .img-tooltip-link:hover > .tooltip-container
 {
  opacity: 1;
  top: -75px;
  z-index: 999999999999;
}

.img-tooltip-link:focus > .tooltip-container,
 .img-tooltip-link:hover > .tooltip-container
 {
  top: -50px;
}

.tooltip-container:after{
  content:  url(/static/images/svg/generic/tooltip-triangle.svg);
  display: block;
  position: absolute;
  bottom:-12px;
  left: 50px;
}

.img-tooltip-link .tooltip-container:after{
  left: 25px;
}

.menu-notification{
  position: relative;
  cursor: default;
}

.menu-notification.show{
  cursor: pointer;
}

.menu-notification > span{
  display: none;
}

.menu-notification.show > span{
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  top: 12px;
  right: 14px;
  border-radius: 0px;
  background: linear-gradient(0deg, #D92D20, #D92D20);
  border-radius: 100%;
  border: 2px solid #2e324a;
}

.notification-container{
  display: block;
  background-color: #fff;
  position: absolute;
  top: 53px;
  z-index: 9999999999;
  right: 0;
}

/* .notification-container.hide{
    max-width: 0!important;
 } */

.menu-notification .over{
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  display: none;
}

.menu-notification .over.show{
  display: none;
}

@media screen and (max-width: 640px){
  .notification-container{
    width:100vw;
    right: -140px;
  }

  .menu-notification .over.show{
    display: block;
  }
}

@media (min-width: 768px){
  .user_notification .content {
    width: 75% !important;
  }
}

.notifications-wrapper{
  border-radius: 12px;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 4px 12px 0px #0000001A;
  margin-top: 24px;
}

.notifications-wrapper h5{
  font-family: Gantari;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #101828;
}

.notifications-wrapper .content h6{
  color: #101828;
  font-family: Gantari;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 4px;
}

.notifications-wrapper .content p{
  font-family: Gantari;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.notifications-wrapper .content{
  padding-bottom: 24px;
}

.user-notification-item{
  border-bottom: 1px solid #D0D5DD;
}

.notifications-wrapper a:last-child .user-notification-item{
  border-bottom: 0;
}

.notifications-wrapper .content{
  width: 100%!important;
}

.notification-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-heading svg{
  display: none;
}

.steps-section-wrap.notification-heading svg{
  display: none;
}

.step-item.notification-heading svg{
  display: none
}

@media (min-width: 768px){
  .notification-heading svg{
    display: block;
  }
}

.notif-main{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .notif-main{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.notification-container .heading a{
  position: absolute;
  top: 17px;
  right: 22px;
}

.notification-container .heading svg{
  margin: 0!important;
}

.notification-container .heading > h5{
  cursor: default;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: Gantari;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.notification-container{
  padding: 0;
}

.notification-container .heading{
  padding: 17px 44px;
  border-bottom: 1px solid #D0D5DD
}

.notification-container .icon-menu a{
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #344054;
}

.notification-container .icon-menu h6{
  padding: 0;
}

.notification-container .notify-item-heading{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.notification-container .notify-item-heading svg{
  margin: 0!important;
}

.notification-container .notify-item-heading h6{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 4px;
}

.notification-container p{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.admin .notification-container.header-menu{
  width: 400px;
  top: 60px!important;
  height: calc(100vh - 72px)!important;
  border-radius: 0;
  right: -84px;
  margin-right: 0;
  transition: all 300ms;
}

.admin .notification-container.header-menu.hide{
  margin-right: -400px;
}

@media screen and (max-width: 1024px){
  .admin .notification-container.header-menu{
    right: -85px;
  }
}

@media screen and (max-width: 680px){
  .admin .notification-container.header-menu{
    width: 100vw;
  }

  .admin .notification-container.header-menu.hide{
    margin-right: -750px;
  }
}

@media screen and (max-width: 480px){
  .admin .notification-container.header-menu.hide{
    margin-right: -550px;
  }
}

.heading a > span{
  font-family: Gantari;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.notification-container .notification-result{
  padding: 0!important;
}

.notification-container .heading a.close_notifications{
  left: 22px;
  display: none;
}

@media screen and (max-width: 680px){
  .notification-container .heading a.close_notifications{
    display: block;
  }
}

.profile .event-type-card{
  border: none;
}

#upload-banner{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(36 0 72 / var(--tw-text-opacity));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  height: 40px;
  gap: 4px;
}

#remove-banner{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  border-radius: 8px;
  padding: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile .cover-edit-btns{
  display: flex;
  gap: 12px;
}

.cover-edit-btns .tooltip-container,
.cover-edit-btns .tooltip-link:focus > .tooltip-container
{
  width: auto;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px 8px 12px;
  height: auto;
  top: -65px;
  opacity: -1;
}

.cover-edit-btns .tooltip-link:hover > .tooltip-container
{
  opacity: 1;
  top: -50px;
  z-index: 999999999999;
}

.cover-edit-btns .tooltip-container::after {
  left: 50%;
  margin-left: -8px;
}

input[type="text"], textarea.form-field{
  border-radius: 8px!important;
  padding: 11px 16px 11px 16px;
  border: 1px solid #D0D5DD;
  transition: border 300ms;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}

.publicURLLabel{
  margin-top: -33px;
}

.pill-select > div{
  border-radius: 8px!important;
  transition: border 300ms;
  /*padding: 3px 4px 3px 4px!important;*/
}

.pill-select .content{
  padding: 11px 16px 11px 16px!important;
  height: 45px!important;
}

.pill-select .selected .affix{
  height: 45px;
  display: flex;
  align-items: center;
}

input[type="text"]:hover, textarea.form-field:hover{
  border: 1px solid #667085;
}

input[type="text"]:focus, textarea.form-field:focus{
  border: 1px solid #667085!important;
  box-shadow: 0px 0px 0px 4px #3E47841A;
}

.invalid-feedback{
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0px !important;
  text-align: left !important;
  color: #F04438 !important;
}

.select2-container--default .select2-results__option--selected{
  background-image: url(/static/images/svg/generic/check.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #fff!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #F2F4F7!important;
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}

.select2-container--default .select2-results__option--selected, .select2-results__option{
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}

#select2-profile_interests-results{
  max-height: 240px;
}

.img.no_profile_img img{
  width: auto;
  height: auto;
}

.img.no_profile_img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.move-item-image-div img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-width: 12rem;
  max-height: 12rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .move-item-image-div img{
    border-width: 8px;
  }
}

.move-item-image-div img{
  border-radius: 0.75rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .move-item-image-div img{
    border-radius: 1.5rem;
  }
}

.move-item-image-div img{
  top: -2.75rem;
  right: 1.5rem;
  height: 4.25rem;
  width: 4.25rem;
}

@media (min-width: 640px){
  .move-item-image-div img{
    top: -3.5rem;
    right: 4rem;
    height: 8rem;
    width: 8rem;
  }
}

@media (min-width: 1024px){
  .move-item-image-div img{
    left: 4rem;
  }
}

.move-item-image-div img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-move-item-image{
  padding: 1.5rem;
}

.pac-container.pac-logo{
  z-index: 100000000;
}

.pac-item{
  font-size: 13px;
}

.pac-item-query{
  font-size: 16px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Gantari;
}

.user-menu-icon svg{
  width: 24px !important;
  height: 24px !important;
}

.user-avatar{
  padding: 0px !important;
  box-shadow: 0px 6px 24px 0px #0000001A;
  border-radius: 9px;
  overflow: hidden;
  filter: drop-shadow(0px 4.5px 18px rgba(0, 0, 0, 0.1));
}

.user-avatar img, .user-menu-icon.with-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.white{
  background: white !important;
}

.user-menu-icon.with-image{
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 0.5rem;
}

.ja .admin-home-wrapper .main-info .left .btn{
  font-size: 13px;
  padding: 10px;
}

.ja .admin-home-wrapper .main-info .left svg{
  display: none;
}

.zh_TW .event-type-popout .pill-select .affix, .ja .event-type-popout .pill-select .affix{
  min-width: 60px;
  justify-content: center;
}

.success .tooltip-link{
  top: 2px !important;
}

.success .tooltip-link svg path{
  stroke: #628342;
}

.time{
  background-color: rgb(0, 72, 114);
  color: white !important;
}

.square.menu .user-avatar path, .square.menu-notification path{
  fill: #fff;
}

.admin .topbar .user-avatar svg{
  margin-top: 0;
  margin-bottom: 0;
}

.admin .topbar .user-avatar{
  overflow: hidden;
  width: 48px;
  height: 48px;
}

.square.menu:hover{
  cursor: pointer;
}

.user-avatar .no_pro_img {
  width: 48px !important;
  height: 48px !important;
}

.admin-menu svg{
  margin: 0!important;
}

.admin-menu a, .admin-menu .menu-accordion h4{
  font-size: 16px!important;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.admin-menu .menu-accordion h4{
  padding-bottom: 0;
}

.admin-menu .menu-accordion .panel li{
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
}

.admin-menu .menu-accordion .panel li a{
  font-size: 14px!important;
  line-height: 20px!important;
}

.admin-menu .menu-accordion .panel li:first-child{
  margin-top: 12px;
}

.menu-services .menu-accordion .panel li > a{
  color: #344054!important;
}

.admin-menu .dropdown{
  right: 0px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px){
  .show-mobile-item{
    display: block;
  }

  @media (max-width: 1096px){
    .actions ul li.show-mobile-item{
      display: flex;
    }
  }

  @media (min-width: 768px){
    .show-mobile-item{
      display: none;
    }
  }
}

@media screen and (max-width: 1024px){
  .hide-mobile-item{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .admin-menu .dropdown{
    margin-top: 0;
    width: 264px;
    top: -12px;
    right: -1.5rem;
  }

  .admin-menu .dropdown .menu{
    height: 100vh!important;
    overflow-y: auto;
    margin-top: 0!important;
  }
}

.black_link{
  display: inline-block !important;
  color: rgb(16 24 40) !important;
}

.black_link:hover{
  text-decoration: underline;
}

.notifications .notification-date-title{
  padding-top: 24px;
  padding-left: 16px
}

@media (min-width: 768px){
  .notifications .notification-date-title{
    padding-left: 0px;
  }
}

.notifications  .notifications-wrapper{
  margin-top: 16px;
  padding: 0;
}

.notifications .notification-item{
  border-bottom: 1px solid #D0D5DD;
  padding: 24px;
}

.notifications-wrapper{
  gap: 0px;
}

.text-gray-500{
  color: rgb(102 112 133) !important;
}

.add_more_slots_text{
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

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

.add_slot_button_management{
  max-width: 180px;
}

.showSlotPopup {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #0007;*/
  z-index:99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_slots_modal{
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 20px;
  background-color: white !important;
}

.slot-buttons{
  flex-grow: 1;
  justify-content: right;
  margin-left: 8px;
}

.mobile-slot-item{
  display: none;
}

.slot-row{
  gap: 0.5rem !important;
}

@media screen and (max-width: 470px){
  .slot-row{
    gap: 0.25rem !important;
  }
}

.danger-700{
  color: #B42318;
  background: #FEF3F2;
}

@media screen and (max-width: 640px){
  .mobile-slot-item{
    display: block;
  }

  .slot-datetime-data{
    flex-direction: column;
  }

  .slot-datetime-data, .slot-limit-data{
    width: 75%;
  }

  .slot-limit-data{
    width: 23%;
  }

  .slot-limit-data .grow{
    justify-content: right;
    display: flex;
  }

  .slot-datetime-data{
    line-height: 10px;
    margin-bottom: 8px;
  }

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

  .slot-buttons{
    margin-left: 0px !important;
    width: 100%;
  }

  .slot-buttons button{
    width: 50%  !important;
  }

  .showSlotPopup .cover{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
  }

  .confirm-slots{
    border-radius: 0px;
    width: 100%;
    height: 100%;
  }

  .close_slots_modal{
    font-size: 28px;
    right: 8px;
    height: 35px;
  }

  .slot-title{
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 0px;
  }

  .cover{
    height: 100%;
    overflow: auto;
  }

  .slot-modal-bottom-buttons{
    position: fixed;
    bottom: 18px;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 12px;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #D0D5DD;
    background: white;
    z-index: 1000000000;
  }

  .showSlotPopup .cover .confirm-slots form{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 36px;
  }
}

.bank-svg{
  width: 24px !important;
  height: 24px !important;
}

.admin-menu > ul > li > a.active svg.bank-svg path, .admin-menu > ul > li > div.active svg.bank-svg path{
  fill:white !important;
  stroke: white !important;
}

.slot_crud_form_div{
  max-height: 75vh;
  overflow: auto;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.active .mail-svg path{
  fill: none !important;
}

.chatbot-svg path, .mail-svg path{
  fill: none !important;
}

.active .fill-none path, .fill-none:hover path{
  fill: none !important;
}

@media screen and (max-width: 767px){
  .btn.secondary.expand{
    margin-right: 8px;
  }

  .affiliate-info{
    flex-direction: column !important;
  }

  @media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */

    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */

    .no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .no-more-tables tr {
      border: 1px solid #ccc;
    }

    .no-more-tables td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 43%;
      white-space: normal;
      text-align:left;
    }

    .no-more-tables td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: break-spaces;
      text-align:left;
      font-weight: bold;
    }

    /*
    Label the data
    */

    .no-more-tables td:before {
      content: attr(data-title);
    }
  }
}

.price-div{
  padding: 8px;
  display: flex;
  justify-content: space-between;
  background: rgb(242 244 247);
  color: black;
  border: 1px solid lightgray;
  margin: 10px 0px 10px 0px;
}

.group-dashboard > .dashboard-title{
  border-bottom-width: 1px;
  border-style: solid;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .group-dashboard > .dashboard-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.group-dashboard .left,  .group-dashboard .right{
  display: block;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px){
  .group-dashboard .left,  .group-dashboard .right{
    display: inline-flex;
    padding-top: 1rem;
  }
}

.group-dashboard .left{
  display: flex;
}

@media (min-width: 640px){
  .group-dashboard .left{
    display: inline-flex;
  }
}

.group-dashboard .top-nav{
  display: block;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .group-dashboard .top-nav{
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.group-dashboard .dropdown-link{
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px){
  .group-dashboard .dropdown-link{
    width: auto;
  }
}

.group-dashboard .menu-item .dropdown,  .group-dashboard .export-menu-item .dropdown{
  right: 0px;
  margin-top: 30px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .group-dashboard .menu-item .dropdown,  .group-dashboard .export-menu-item .dropdown{
    width: 350px;
  }
}

.group-dashboard .menu-item .menu,  .group-dashboard .export-menu-item .menu{
  margin-top: 0px;
  border-radius: 0!important;
}

.group-dashboard .menu-item .menu li, .group-dashboard .export-menu-item .menu li{
  border-radius: 0!important;
}

.group-dashboard .menu-item .menu .export-item,  .group-dashboard .export-menu-item .menu .export-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.group-dashboard .menu-item .menu .export-item:hover,  .group-dashboard .export-menu-item .menu .export-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.group-dashboard .menu-item .menu .export-item, .group-dashboard .export-menu-item .menu .export-item{
  border-bottom: 1px solid #D0D5DD
}

.group-dashboard .menu-item .menu .export-item h4,  .group-dashboard .export-menu-item .menu .export-item h4{
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

.group-dashboard .menu-item .menu .export-item p,  .group-dashboard .export-menu-item .menu .export-item p{
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.activity-section{
  display: block;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .activity-section{
    display: flex;
    padding-top: 4rem;
  }
}

.activity-section{
  flex-wrap: nowrap !important;
}

.activity-section > div{
  display: block;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}

@media (min-width: 640px){
  .activity-section > div{
    display: flex;
    padding: 0px;
  }
}

.activity-section > div{
  border-right: 1px solid #D0D5DD
}

.activity-section > div:last-child{
  border-right: none
}

@media (max-width: 639px){
  .activity-section > div{
    border-right: none;
    border-bottom: 1px solid #D0D5DD;
  }

  .activity-section > div:last-child{
    border-bottom: none
  }
}

.activity-section > div > div h3,  
.activity-section-lg > div > ul > li > h3{
  font-size: 0.8rem;
}

@media (min-width: 768px){
  .activity-section > div > div h3,  
.activity-section-lg > div > ul > li > h3{
    font-size: 1.1rem;
  }
}

.activity-section > div > div h3 > span,  
.activity-section-lg > div > ul > li > h3 > span{
  font-size: 1.5rem;
}

@media (min-width: 768px){
  .activity-section > div > div h3 > span,  
.activity-section-lg > div > ul > li > h3 > span{
    font-size: 2rem;
  }
}

.activity-section-lg > div > ul > li{
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D0D5DD;
}

.activity-section-lg > div > ul > li:last-child{
  border-bottom: none
}

.activity-section > div > div a{
  --tw-text-opacity: 1;
  color: rgb(30 0 60 / var(--tw-text-opacity));
}

.activity-section-lg .section-50{
  border: 2px solid #D0D5DD;
  width: 100%;
  padding: 1rem
}

@media (min-width: 768px){
  .activity-section-lg .section-50{
    width: 50%;
  }
}

.activity-section-lg .section-100{
  border: 2px solid #D0D5DD;
  width: 100%;
  padding: 1rem
}

.activity-section-lg{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .activity-section-lg{
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  top: 5px;
}

.custom-tooltip:hover{
  cursor: pointer;
}

.custom-tooltip svg{
  width: 20px;
  height: 20px;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  font-size: 0.9rem
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

.custom-tooltip .tooltiptext {
  width: 250px;
  top: 100%;
  left: 50%;
  margin-left: -125px;
}

.custom-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.custom-tooltip .tooltiptext {
  opacity: 0;
  transition: opacity 1s;
}

.custom-tooltip:hover .tooltiptext {
  opacity: 1;
}

.flex-activity-graph{
  display: flex;
  flex-direction: row;
}

.user-activity{
  width: 29%;
  margin-right: 1%;
}

.time-activity{
  width: 70%;
}

@media screen and (max-width: 768px){
  .flex-activity-graph{
    display: flex;
    flex-direction: column;
  }

  .user-activity{
    width: 100%;
    margin-right: 0%;
  }

  .time-activity{
    width: 100%;
  }
}

.export-menu-dropdown{
  position: absolute;
  background: white;
  z-index: 1000;
  box-shadow: gray 2px 2px 2px 2px;
  display: none;
  margin-top: 1rem;
}

/* Jobs styling */

.jobs .events-filter-menu a{
  line-height: 18px;
}

.bookmark-link,  .bookmark-link .outlined,  .bookmark-link.active .full{
  display: block;
}

.bookmark-link .full{
  display: block;
}

.bookmark-link path:last-child{
  stroke: #171b36;
  stroke-width: 2px;
  fill: none;
}

.bookmark-link:hover path:last-child{
  stroke: #171b36;
  stroke-width: 2px;
  fill: #171b36;
}

.bookmark-link.full path:last-child{
  stroke: #171b36;
  stroke-width: 2px;
  fill: #171b36;
}

.jobs .wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px;
}

@media (min-width: 640px){
  .jobs .wrapper{
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .jobs .wrapper{
    flex-wrap: nowrap;
  }
}

.jobs .right-sidebar{
  width: 100%;
}

@media (min-width: 1024px){
  .jobs .right-sidebar{
    width: 33.333333%;
  }
}

.jobs .main-content{
  width: 100%;
}

@media (min-width: 1024px){
  .jobs .main-content{
    width: 66.666667%;
  }
}

.job-list,  .job-list-grid{
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  .job-list,  .job-list-grid{
    gap: 1rem;
  }
}

.job-list-item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.7);
  padding: 1rem;
}

.job-list-item:hover{
  cursor: pointer;
  background-color: rgb(255 255 255 / 0.1);
}

@media (min-width: 640px){
  .job-list-item{
    border-radius: 24px;
  }
}

.job-list-item{
  box-shadow: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: calc(50% - 1rem);
}

.job-list{
  flex-wrap: wrap;
  flex-direction: row;
}

@media (min-width: 640px) {
  .job-list-item{
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
  }
}

.job-list-item .job-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36 0 72 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .job-list-item .job-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.job-list-item .job-title{
  font-size: 2rem;
  line-height: 2.5rem;
}

.job-list-item span{
  font-weight: 600;
}

.job-list-item  .job-description{
  font-size: 15px;
}

@media (min-width: 640px){
  .job-list-item  .job-description{
    font-size: 16px;
  }
}

.job-list-item .job-requirements{
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
  font-size: 15px;
}

.job-list-item .job-info{
  font-size: 12px;
}

.job-skills,  .job-list-item .client-info{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.job-list-item h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(36 0 72 / var(--tw-text-opacity));
}

.job-skills ul,  .job-list-item .client-info ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.job-skills ul li{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
}

@media (min-width: 640px){
  .job-skills ul li{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 15px;
  }
}

.job-list-item .client-info ul > li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.job-list-item .client-info ul{
  display: flex;
  gap: 1rem;
}

.job-list-item .job-activity{
  position: static;
  right: 65px;
  display: flex;
  height: 32px;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
}

@media (min-width: 1280px){
  .job-list-item .job-activity{
    position: absolute;
  }
}

.job-list-item .bookmark-link{
  position: absolute;
  right: 1rem;
}

.job-list-item .bookmark-link svg{
  height: 32px;
  width: 32px;
}

.job-list-item a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(48 1 96 / var(--tw-text-opacity));
}

.jobs .right-sidebar{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.2);
  padding: 1rem;
}

@media (min-width: 640px){
  .jobs .right-sidebar{
    border-radius: 24px;
    border-width: 1px;
  }
}

.jobs .right-sidebar{
  box-shadow: 0;
  min-width: 320px
}

@media (min-width: 640px){
  .jobs .right-sidebar{
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
  }
}

.jobs .sidebar-item a{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.jobs .sidebar-item a:last-child{
  border-style: none;
}

.jobs .sidebar-item h2{
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36 0 72 / var(--tw-text-opacity));
}

.jobs .sidebar-item h2 a{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.jobs .sidebar-item a > .image, .client-details .profile-info a > .image, .applicant-item a > .image{
  min-height: 60px;
  max-height: 60px;
  background-color: #F7F7F7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  max-width: 60px;
  border-radius: 100%;
  box-shadow:  0 4px 5px rgba(0,0,0,.15);
}

.jobs .sidebar-item a h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.jobs .sidebar-item a{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.jobs .service-offer a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.jobs .service-offer a h2{
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.jobs .service-offer a .job-info{
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.job-details{
  position: fixed;
  top: 0px;
  right: 0px;
  margin-right: -100vw;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .job-details{
    margin-right: -700px;
    width: 700px;
  }
}

.job-details{
  height: 100vh;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
  z-index: 99999999;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 75px;
  padding-top: 1rem;
}

.job-details h2.main-title{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .job-details h2.main-title{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.job-details h3{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .job-details h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.job-details h4{
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 0 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .job-details h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.job-details .job-title{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.job-details .job-desc{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.job-details .job-info,  .job-details .job-requirements{
  display: flex;
  gap: 0.75rem;
  font-size: 13px;
  line-height: 13px;
}

.job-details form,  .job-details .job-details-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  justify-content: center;
}

.job-details form > div,  .job-details .job-details-wrap > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
}

@media (min-width: 1024px){
  .job-details form > div,  .job-details .job-details-wrap > div{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.job-details form > div:last-child,  .job-details .job-details-wrap  > div:last-child{
  border-radius: 0px;
  border-top-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-top-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.job-details form textarea,  .job-details .job-details-wrap textarea{
  max-height: 200px;
  width: 100%;
}

.job-details form > .btns,  .job-details .job-details-wrap > .btns{
  flex-direction: row;
}

.job-details p{
  padding-bottom: 0.5rem;
}

.job-details.active{
  margin-right: 0px;
}

.jobs-overlay{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  border-radius: 0px;
  background-color: rgb(0 0 0 / 0.4);
}

.steps-section-wrap.jobs-overlay{
  display: none;
}

.step-item.jobs-overlay{
  display: none
}

.jobs-overlay{
  height: 100vh;
  width: 100vw;
  z-index: 999;
}

.jobs-overlay.active{
  display: block;
}

.job-list-item{
  overflow: hidden;
}

.job-item-overlay{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.2);
}

.steps-section-wrap.job-item-overlay{
  display: none;
}

.step-item.job-item-overlay{
  display: none
}

.job-item-overlay.active{
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-details .btns,  .job-details .job-details-wrap .btns{
  position: fixed;
  bottom: 0px;
  display: flex;
  width: 100vw;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .job-details .btns,  .job-details .job-details-wrap .btns{
    width: 700px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.job-details .btns, .job-details .job-details-wrap .btns{
  z-index: 99999999;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.job-details .btns button{
  width: 50% !important;
}

.fancy-select-wrapper{
  position: relative;
}

.job-list-grid{
  position: relative;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
  padding-top: 1.5rem;
}

.job-list-grid .job-requirements{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.job-list-grid > div{
  width: 100%;
  padding: 0px;
}

@media (min-width: 640px){
  .job-list-grid > div{
    width: 50%;
    padding: 0.5rem;
  }
}

@media (min-width: 1280px){
  .job-list-grid > div{
    width: 33.333333%;
  }
}

.job-list-grid .job-list-item .btns{
  display: flex;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.job-list-grid .job-list-item .btns > .btn{
  width: 100%;
}

.job-list-grid .job-list-item{
  height: 100%;
}

.job-list-grid .job-list-item:hover{
  cursor: auto;
}

.client-details ul > li{
  display: flex;
  gap: 0.5rem;
}

.client-details ul{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.client-details ul > li > a{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.client-details .profile-info a{
  display: flex;
  width: 100%;
  gap: 1rem;
}

.client-details .profile-info .image{
  max-height: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
}

.client-details .profile-info{
  width: 100%;
}

.client-details .profile-info a > h3{
  margin-bottom: 0px;
  font-size: 16px;
}

.client-details ul li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.client-details ul li:last-child{
  border-style: none;
  padding-bottom: 0px;
}

.job-attachments{
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.job-attachments li a{
  display: flex;
  width: 100%;
  max-width: 300px;
  gap: 1rem;
  border-radius: 18px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.job-attachments li a:hover{
  box-shadow: 0 1px 3px rgba(0,0,0,.19);
}

.activity-stats{
  display: flex;
  justify-content: center;
}

.jobs-dashboard .activity-stats{
  margin-top: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.jobs-dashboard .activity-stats > .item{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(242 244 247 / var(--tw-border-opacity));
  padding: 24px;
}

.jobs-dashboard .activity-stats > .item h3{
  font-size: 24px;
}

.jobs-dashboard .activity-stats > .item:last-child{
  border-right-width: 0px;
  padding: 24px;
}

.job-dashboard-main{
  margin-top: 24px;
  display: block;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 1024px){
  .job-dashboard-main{
    margin-top: 50px;
    display: flex;
  }
}

.job-dashboard-main > div{
  margin-top: 24px;
  border-radius: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .job-dashboard-main > div{
    margin-top: 0px;
  }
}

.job-dashboard-main > div > h3{
  padding-top: 16px;
}

.job-dashboard-main > div:first-child{
  margin-top: 0px;
}

.job-dashboard-main .half-col{
  width: 100%
}

.job-dashboard-main .third-col{
  width: 100%
}

@media (min-width: 1024px){
  .job-dashboard-main .half-col{
    width: calc(50% - 12px)
  }

  .job-dashboard-main .third-col{
    width: calc(33% - 13px)
  }
}

.job-dashboard-main .full-col{
  width: 100%;
}

.job-dashboard-main > div > .service-offer > a{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.job-dashboard-main > div > .service-offer > a:last-child{
  border-style: none;
}

.job-dashboard-main > div > .service-offer > a{
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.job-dashboard-main > div h3{
  padding-left: 18px;
  padding-right: 18px;
}

.job-dashboard-main .service-offer a > p:last-child{
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.job-dashboard-main .client-details{
  display: flex;
}

.job-dashboard-main .client-details .image{
  height: 30px !important;
  min-height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
}

.job-dashboard-main .full-col .grid{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px){
  .job-dashboard-main .full-col .grid{
    display: inline-flex;
    flex-direction: row;
  }
}

.job-dashboard-main .client-details{
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 16px;
}

.job-dashboard-main .client-details > li{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.job-dashboard-main .full-col{
  border-style: none;
  background-color: transparent;
}

.job-dashboard-main .client-details > li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.job-dashboard-main .client-details > li h3{
  padding: 0px;
}

.create-job-btn{
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}

@media (min-width: 640px){
  .create-job-btn{
    right: 2.5rem;
    top: 2.5rem;
  }
}

.create-job-wrap .main-content{
  width: 100%;
}

.create-job{
  gap: 1rem;
}

.create-job .job-list-item{
  width: 100%;
  padding: 0.5rem
}

.job-list-grid{
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 640px){
  .create-job .job-list-item{
    padding: 0.75rem;
    width: calc(33.3% - 12px);
  }

  .job-list-grid{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

.create-job-btn span{
  display: none;
}

.steps-section-wrap.create-job-btn span{
  display: none;
}

.step-item.create-job-btn span{
  display: none
}

@media (min-width: 640px){
  .create-job-btn span{
    display: inline-block;
  }
}

.create-job-btn{
  padding: 0.5rem !important;
}

.jobs .delete-btn{
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.jobs .delete-btn svg path{
  stroke: white;
}

.jobs .delete-btn .text-success-900{
  color: rgb(255 255 255);
}

.jobs .delete-btn{
  z-index: 9;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.delete_btn{
  right: 0.5rem;
  top: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: rgb(255 255 255);
}

.delete_btn svg path{
  stroke: white;
}

.delete_btn .text-success-900{
  color: rgb(255 255 255);
}

.applicant-item a h3{
  position: relative;
  font-size: 20px;
}

.applicant-item{
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.applicant-item span{
  position: absolute;
  margin-top: -35px;
}

.applicant-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 244 247 / var(--tw-border-opacity));
}

.applicant-item a span{
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.applicant-item .image{
  height: 100px;
  width: 100px;
}

.applicant-item > a{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.applicant-item h3{
  margin-bottom: 0px;
  width: 100%;
}

.applicant-item .client-info{
  position: absolute;
  top: 30px;
  display: flex;
  width: 100%;
  gap: 1rem;
}

.applicant-item .client-info > li{
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.applicant-item .client-info svg{
  max-width: 18px;
}

.job-category-li{
  cursor: pointer;
}

.job-category-li.active{
  background-color: rgb(52 60 113);
  color: rgb(255 255 255);
}

.job-item-menu-more svg{
  width: 24px;
  margin-top: -24px;
}

.job-item-menu-more{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  height: 2.25rem;
  width: 2.25rem;
  padding: 0.375rem;
  cursor: pointer;
}

.job-item-menu{
  position: absolute;
  inset: 0px 0px auto auto;
  right: 0px;
  transform: translate(18px, 24px);
  right: 2rem !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(208 213 221);
  box-shadow: 0 10px 8px rgb(0 0 0 / 0.04);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
  width: 10rem;
  background-color: white;
  z-index: 2;
}

.job-item-menu ul{
  width: 100%;
}

.job-item-menu ul li{
  display: flex;
  line-height: 1.5rem;
  align-items: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.job-item-menu ul li:hover{
  background-color: rgb(242 244 247);
  cursor: pointer;
}

.job-description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.name.tags span .paid{
  background-color: rgb(247 239 236);
  color: rgb(140 86 62);
}

.accepted{
  background-color: rgb(214 228 211);
  color: rgb(98 131 66);
}

.see_all_top{
  text-align: right;
  font-size: 16px;
}

.see_all_top a{
  color: rgb(52, 64, 84) !important;
}

@media (min-width: 768px){
  .course-item .content{
    padding-left: 3rem !important;
    width: 60% !important;
  }
}

.body-courses{
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: start;
  margin: 0px 1rem;
}

@media (max-width: 768px){
  .body-courses{
    justify-content: center;
    margin: 0px 1rem;
  }
}

.course-image{
  max-width: 180px;
}

.twitter-icon{
  fill: #1d9bf0;
}

.twitter-icon path{
  stroke: #1d9bf0;
}

.course-badge-div{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}

.explain-div{
  display: flex;
  gap: 1rem;
  align-items: start;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid lightgray;
  align-items: center;
}

.icon-command {
  width: 2rem;
  fill: rgb(71 84 103);
}

@media screen and (min-width: 1024px){
  .admin.chatbot-class .send_message_input{
    max-width: none;
  }
}

.move-item-image-list{
  overflow: hidden;
  width: 84px;
  height: 84px;
}

.move-item-image-list img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 768px){
  .move-item-image-list{
    overflow: hidden;
    width: unset;
    height: unset;
  }

  .move-item-image-list img{
    width: 72px;
    height: 72px;
  }
}

.full{
  display: flex;
  gap: 1rem;
}

.full-col{
  flex-direction: column;
  gap: 0rem;
}

.btn-success{
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 235 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(72 107 51 / var(--tw-text-opacity));
  border: 1px solid rgb(72 107 51);
}

.client_type{
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

.logistic_info div{
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
  gap: 0.5rem;
}

.logistic_info div label{
  width: 200px;
  min-height: 26px;
}

.logistic_info div input{
  text-align: right;
  max-width: 200px;
}

@media screen and (max-width: 768px){
  .full{
    flex-direction: column;
  }
}

.dollar{
  position: absolute;
  margin-top: 0.85rem;
  margin-left: 0.3rem;
}

.for_label{
  position: absolute;
  margin-top: 0.1rem;
  margin-left: 0.3rem;
}

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

.actions-section{
  gap: 1rem;
}

.onboard .role-buttons{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px){
  .onboard .role-buttons{
    gap: 2rem;
  }
}

.onboard .role-buttons button{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .onboard .role-buttons button{
    flex-direction: row;
    gap: 28px;
  }
}

.onboard .role-buttons button{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 44px;
  padding-right: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.onboard .role-buttons button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

 .onboard .role-buttons button{
  font-size: 1.25rem;
}

@media (min-width: 768px){
   .onboard .role-buttons button{
    font-size: 1.5rem;
  }
}

 .onboard .role-buttons button{
  line-height: 1.5;
}

@media (min-width: 768px){
   .onboard .role-buttons button{
    line-height: 1.375;
  }
}

 .onboard .role-buttons button{
  font-weight: 600;
}

.onboard .role-buttons button{
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
}

.onboard .progress-bar{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}

.onboard .progress-bar div{
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 1 96 / var(--tw-bg-opacity));
}

.onboard form{
  margin-top: 0.5rem;
  gap: 1rem;
}

@media (min-width: 640px){
  .onboard .popup-form{
    width: 592px;
  }
}

.youtube_link svg{
  width: 1.5rem;
  display: inline-block;
  padding-right: 5px;
}

.lb-loader,.lightbox{
  text-align:center;
  line-height:0;
  position:absolute;
  left:0
}

body.lb-disable-scrolling{
  overflow:hidden
}

.lightboxOverlay{
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:#000;
  filter:alpha(Opacity=80);
  opacity:.8;
  display:none
}

.lightbox{
  width:100%;
  z-index:10000;
  font-weight:400;
  outline:0
}

.lightbox .lb-image{
  display:block;
  height:auto;
  max-width:inherit;
  max-height:none;
  border-radius:3px;
  border:4px solid #fff
}

.lightbox a img{
  border:none
}

.lb-outerContainer{
  position:relative;
  width:250px;
  height:250px;
  margin:0 auto;
  border-radius:4px;
  background-color:#fff
}

.lb-outerContainer:after{
  content:"";
  display:table;
  clear:both
}

.lb-loader{
  top:43%;
  height:25%;
  width:100%
}

.lb-cancel{
  display:block;
  width:32px;
  height:32px;
  margin:0 auto;
}

.lb-nav{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10
}

.lb-container>.nav{
  left:0
}

.lb-nav a{
  outline:0;
  background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,.lb-prev{
  height:100%;
  cursor:pointer;
  display:block
}

.lb-nav a.lb-prev{
  width:34%;
  left:0;
  float:left;
  filter:alpha(Opacity=0);
  opacity:0;
  transition:opacity .6s
}

.lb-nav a.lb-prev:hover{
  filter:alpha(Opacity=100);
  opacity:1
}

.lb-nav a.lb-next{
  width:64%;
  right:0;
  float:right;
  filter:alpha(Opacity=0);
  opacity:0;
  transition:opacity .6s
}

.lb-nav a.lb-next:hover{
  filter:alpha(Opacity=100);
  opacity:1
}

.lb-dataContainer{
  margin:0 auto;
  padding-top:5px;
  width:100%;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px
}

.lb-dataContainer:after{
  content:"";
  display:table;
  clear:both
}

.lb-data{
  padding:0 4px;
  color:#ccc
}

.lb-data .lb-details{
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em
}

.lb-data .lb-caption{
  font-size:13px;
  font-weight:700;
  line-height:1em
}

.lb-data .lb-caption a{
  color:#4ae
}

.lb-data .lb-number{
  display:block;
  clear:left;
  padding-bottom:1em;
  font-size:12px;
  color:#999
}

.lb-data .lb-close{
  display:block;
  float:right;
  width:30px;
  height:30px;
  background:url(/static/images/svg/generic/close_white.svg) top right no-repeat;
  text-align:right;
  outline:0;
  filter:alpha(Opacity=70);
  opacity:.7;
  transition:opacity .2s
}

.lb-data .lb-close:hover{
  cursor:pointer;
  filter:alpha(Opacity=100);
  opacity:1
}

@-webkit-keyframes passing-through{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%,70%{
    opacity:1;
    transform:translateY(0px)
  }

  100%{
    opacity:0;
    transform:translateY(-40px)
  }
}

@keyframes passing-through{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%,70%{
    opacity:1;
    transform:translateY(0px)
  }

  100%{
    opacity:0;
    transform:translateY(-40px)
  }
}

@-webkit-keyframes slide-in{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%{
    opacity:1;
    transform:translateY(0px)
  }
}

@keyframes slide-in{
  0%{
    opacity:0;
    transform:translateY(40px)
  }

  30%{
    opacity:1;
    transform:translateY(0px)
  }
}

@-webkit-keyframes pulse{
  0%{
    transform:scale(1)
  }

  10%{
    transform:scale(1.1)
  }

  20%{
    transform:scale(1)
  }
}

@keyframes pulse{
  0%{
    transform:scale(1)
  }

  10%{
    transform:scale(1.1)
  }

  20%{
    transform:scale(1)
  }
}

.dropzone_form_form,.dropzone_form *{
  box-sizing:border-box
}

.dropzone_form{
  min-height:150px;
  border:2px solid rgba(0,0,0,.3);
  background:#fff;
  padding:20px 20px;
  flex-wrap: wrap;
}

.dropzone_form.dz-clickable{
  cursor:pointer
}

.dropzone_form.dz-clickable *{
  cursor:default
}

.dropzone_form.dz-clickable .dz-message,.dropzone_form.dz-clickable .dz-message *{
  cursor:pointer
}

.dropzone_form.dz-started .dz-message{
  display:none
}

.dropzone_form.dz-drag-hover{
  border-style:solid
}

.dropzone_form.dz-drag-hover .dz-message{
  opacity:.5
}

.dropzone_form .dz-message{
  text-align:center;
  margin:2em 0
}

.dropzone_form .dz-message .dz-button{
  background:none;
  color:inherit;
  border:none;
  padding:0;
  font:inherit;
  cursor:pointer;
  outline:inherit
}

.dropzone_form .dz-preview{
  position:relative;
  display:inline-block;
  vertical-align:top;
  margin:16px;
  min-height:100px
}

.dropzone_form .dz-preview:hover{
  z-index:1000
}

.dropzone_form .dz-preview:hover .dz-details{
  opacity:1
}

.dropzone_form .dz-preview.dz-file-preview .dz-image{
  border-radius:20px;
  background:#999;
  background:linear-gradient(to bottom, #eee, #ddd)
}

.dropzone_form .dz-preview.dz-file-preview .dz-details{
  opacity:1
}

.dropzone_form .dz-preview.dz-image-preview{
  background:#fff
}

.dropzone_form .dz-preview.dz-image-preview .dz-details{
  transition:opacity 0.2s linear
}

.dropzone_form .dz-preview .dz-remove{
  font-size:14px;
  text-align:center;
  display:block;
  cursor:pointer;
  border:none
}

.dropzone_form .dz-preview .dz-remove:hover{
  text-decoration:underline
}

.dropzone_form .dz-preview:hover .dz-details{
  opacity:1
}

.dropzone_form .dz-preview .dz-details{
  z-index:20;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  font-size:13px;
  min-width:100%;
  max-width:100%;
  padding:2em 1em;
  text-align:center;
  color:rgba(0,0,0,.9);
  line-height:150%
}

.dropzone_form .dz-preview .dz-details .dz-size{
  margin-bottom:1em;
  font-size:16px
}

.dropzone_form .dz-preview .dz-details .dz-filename{
  white-space:nowrap
}

.dropzone_form .dz-preview .dz-details .dz-filename:hover span{
  border:1px solid rgba(200,200,200,.8);
  background-color:rgba(255,255,255,.8)
}

.dropzone_form .dz-preview .dz-details .dz-filename:not(:hover){
  overflow:hidden;
  text-overflow:ellipsis
}

.dropzone_form .dz-preview .dz-details .dz-filename:not(:hover) span{
  border:1px solid transparent
}

.dropzone_form .dz-preview .dz-details .dz-filename span,.dropzone_form .dz-preview .dz-details .dz-size span{
  background-color:rgba(255,255,255,.4);
  padding:0 .4em;
  border-radius:3px
}

.dropzone_form .dz-preview:hover .dz-image img{
  transform:scale(1.05, 1.05);
  filter:blur(8px)
}

.dropzone_form .dz-preview .dz-image{
  border-radius:20px;
  overflow:hidden;
  width:120px;
  height:120px;
  position:relative;
  display:block;
  z-index:10
}

.dropzone_form .dz-preview .dz-image img{
  display:block
}

.dropzone_form .dz-preview.dz-success .dz-success-mark{
  -webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone_form .dz-preview.dz-error .dz-error-mark{
  opacity:1;
  -webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone_form .dz-preview .dz-success-mark,.dropzone_form .dz-preview .dz-error-mark{
  pointer-events:none;
  opacity:0;
  z-index:500;
  position:absolute;
  display:block;
  top:50%;
  left:50%;
  margin-left:-27px;
  margin-top:-27px
}

.dropzone_form .dz-preview .dz-success-mark svg,.dropzone_form .dz-preview .dz-error-mark svg{
  display:block;
  width:54px;
  height:54px
}

.dropzone_form .dz-preview.dz-processing .dz-progress{
  opacity:1;
  transition:all 0.2s linear
}

.dropzone_form .dz-preview.dz-complete .dz-progress{
  opacity:0;
  transition:opacity 0.4s ease-in
}

.dropzone_form .dz-preview:not(.dz-processing) .dz-progress{
  -webkit-animation:pulse 6s ease infinite;
  animation:pulse 6s ease infinite
}

.dropzone_form .dz-preview .dz-progress{
  opacity:1;
  z-index:1000;
  pointer-events:none;
  position:absolute;
  height:16px;
  left:50%;
  top:50%;
  margin-top:-8px;
  width:80px;
  margin-left:-40px;
  background:rgba(255,255,255,.9);
  -webkit-transform:scale(1);
  border-radius:8px;
  overflow:hidden
}

.dropzone_form .dz-preview .dz-progress .dz-upload{
  background:#333;
  background:linear-gradient(to bottom, #666, #444);
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;
  transition:width 300ms ease-in-out
}

.dropzone_form .dz-preview.dz-error .dz-error-message{
  display:block
}

.dropzone_form .dz-preview.dz-error:hover .dz-error-message{
  opacity:1;
  pointer-events:auto
}

.dropzone_form .dz-preview .dz-error-message{
  pointer-events:none;
  z-index:1000;
  position:absolute;
  display:block;
  display:none;
  opacity:0;
  transition:opacity 0.3s ease;
  border-radius:8px;
  font-size:13px;
  top:60px;
  left:-10px;
  width:140px;
  background:#be2626;
  background:linear-gradient(to bottom, #be2626, #a92222);
  padding:.5em 1.2em;
  color:#fff
}

.dropzone_form .dz-preview .dz-error-message:after{
  content:"";
  position:absolute;
  top:-6px;
  left:64px;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid #be2626
}

html {
  font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

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

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

@media (min-width: 640px){
  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

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

@media (min-width: 768px){
  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

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

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

.page-link{
  color: rgb(79, 32, 200);
  padding: 0.5rem;
  cursor: pointer;
  min-width: 35px;
  display: block;
  text-align: center;
}

.pagination{
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

.page-item.disabled{
  color: gray;
}

.dz-clickable{
    min-height: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.items-table thead{
  color: white;
}

.items-table thead tr th{
  padding-left: 5px;
}

.dz-error-message{
  top: 60px;
}

.hero-slider .slider-item{
  position: relative;
  height: calc(100vh - 64px);
  background-size: cover;
  width: 100vw;
}

.hero-slider .deye {
  background-image: url('/static/images/deye.jpg');
  background-position: bottom;
}

.hero-slider .fronius {
  background-image: url('/static/images/fronius.jpg');
  background-position: top;
}

.hero-slider .growatt {
  background-image: url('/static/images/growatt.jpg');
  background-position: top;
}

.hero-slider .company-logo{
  background-color: #fff;
  padding: 25px;
  max-width: 250px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 15px;
}

@media (max-width: 768px){
  .hero-slider .company-logo{
    padding: 10px;
    max-width: 150px;
    bottom: 15px;
    left: 15px;
    border-radius: 15px;
  }
}

.hero-slider .slider-content{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
}

.hero-slider .slider-content h1, .hero-slider .slider-content p{
  color: #fff!important;
  -webkit-text-stroke: 0.5px black;
  font-weight: bold;
  max-width: 950px;
}

@media (max-width: 768px){
  .hero-slider .slider-content h1{
    font-size: 30px;
    line-height: 30px;
  }

  .hero-slider .slider-content p{
    line-height: 25px;
  }
}

h2.title{
  text-align: center;
  padding: 25px 15px 15px;
}

.company-services > div{
 justify-content: center;
 font-size: 18px;
}

@media (max-width: 768px){
  .company-services > div{
    font-size: 16px;
   }
}

.company-services > div > div{
  max-width: 650px
}

.key-features p{
  font-size: 17px;
  line-height: 25px;
}

.sitenav a{
  color: gray;
}

.product .page-content{
 align-items: center!important;
}

.admin-section{
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.panel-item-content > div{
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.panel-item-content > div >span{
  padding-left: 10px;
}

.panel-item-content > div:last-child{
  border-bottom: none;
}

.panel-item-content{
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.panel-item{
  width: calc(33% - 50px);
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 15px;
  margin: 10px 0;
  position: relative;
  background: #ffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.panel-item .actions{
  position: absolute;
  right: -10px;
  top: -10px;
  
}
.panel-item .actions .btn{
  background-color: #d9534f!important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Resting state */
  transition: box-shadow 0.2s ease-in-out;
}

.primary.edit-btn{
  background-color: #2a0054!important;
}

.panel-item .actions .btn:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Hover state */
}

.panel-items{
  width: 100%;
  display: flex;;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
}

.admin-section{
  width: 100%;
}

.panel-image img{
  max-width: 180px;
  margin: 20px 0
}

.panel-image{
  display: flex;
  justify-content: center;
  width: 100%;
}


@media (max-width: 1300px){
  .panel-item{
    width: calc(50% - 50px);
  }

  .admin-section{
   padding: 0
  }

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

@media (max-width: 768px){
  .panel-item{
    width: 100%;
  }
}

.admin-home-wrapper{
  margin-top: 0;
}

.user-avatar img, .user-menu-icon.with-image img{
  object-position: center;
}

.delete-btn{
  color: #fff!important;
}

.text-green {
  color: green;
}
.text-red {
  color: red;
}

.icon-green {
  stroke: green;
}
.icon-red {
  stroke: red;
}

.swal2-styled.swal2-confirm{
    background-color: #cac7ed;
}

@media (max-width: 768px){
  .profile-form{
    padding: 20px;
  }
}

.edit-btn{
  background-color: #0a79f0!important;
}

.edit-solar-panel-form .forms{
  padding: 0;
}

.edit-solar-panel-form .forms .half-col{
  width: 100%;
  justify-content: start;
}

.edit-solar-panel-form .forms .full-col{
  text-align: left;
}
.edit-solar-panel-form .forms .full-col input[type="text"]{
  width: 100%;
  border-radius: 0.125rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.swal2-actions{
  width:100%;
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.swal2-actions button.swal2-cancel{
  background-color: #dd3333;
}

.swal2-actions button.swal2-confirm{
  background-color: #3085d6;
}
  
  
.dashboard .page-content{
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.calendar-table .table-condensed thead tr th{
  color: white !important;
  border-radius: 0px;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span{
  border-color: white !important;
}


.select2-dropdown.select2-dropdown--below{
  display: block;
}
.select2-dropdown--above{
  z-index: 100000000;
}
.select2-container .select2-selection--single{
  height: 48px !important;
  align-content: center;
}

.select2-selection.select2-selection--multiple{
  display: flex !important;
  height: 48px !important;
}

.filter-item{
  display: flex;
  flex-direction: column;
}
.select2-results__options{
  border: 1px solid darkgray;
  border-radius: 5px;
}

.filter_items{
  gap: 1rem;
  display: flex;
  flex-direction: row;
}

.widget{
  border: 1px solid darkgray;
  background: white;
}

.primary:hover{
  color: white !important;
}

.power-data-max{
  margin: 0.5rem;
  text-align: center;
  box-shadow: 5px 5px 5px gray;
  border: 1px solid;
  min-width: 30%;
}

.widget-power-data{
  display: inline-flex;
}

.max-power-elements{
  width: 75%;
  flex-direction: column;
}

.max-power-pie{
  width: 25%;
}

.power-data-graph{
  width: 100%;
}

.power-pie{
  width: 100%;
}

.power-pie div{
  width: 50%;
}


@media (max-width: 768px){
  .widget-power-data{
    flex-direction: column;
  }
  .max-power-elements{
    width: 100%;
  }
  .max-power-pie{
    width: 100%;
  }

  .power-pie div{
    width: 100%;
  }
}

.date-type{
  background: lightgray;
  padding: 3px;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}

.date-types{
  color: black; 
  display: flex;
  gap: 3px;
  justify-content: flex-end;
}


.date-type.active{
  background: gray;
  color: white;
}

.widget-distance-avoided-trend, .widget-trees-equivalent-trend, .widget-emission-savings-trend, .widget-cumulative-earnings {
  min-height: 300px;
}

.popup-form{
  margin: 25px 0;
}

.public-dashboard-wrapper{
  width: 100vw
}

/* CSS */
.public-dashboard-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.main {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.left-wrapper {
  width: 20vw;
  min-width: auto;
  background: #f5f5f5;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  position: fixed;
  padding-top: 64px!important;
  height: 100%;
  height: calc(100vh - 64px);
}

.left-wrapper.closed {
  transform: translateX(-100%);
}

.toggle-btn {
  position: absolute;
  right: -21px;
  bottom: 20px;
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  padding: 0;
  background: #fff;
  color: #2a0054;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 99999;
}

@media (max-width: 768px){
  .left-wrapper .toggle-btn{
    width: 38px;
    height: 38px; bottom: auto; top: 75px; right: 20px;
  }
}


.left-wrapper.closed .toggle-btn{
  border-radius: 5px;
  padding: 10px 13px;
  background: #2a0054;
  color: #fff;
  width: 100px;
  height: 40px;
  right: -100px;
  position: absolute;
  background: #2a0054;
  color: white;
  border-radius: 0 5px 5px 0;
  bottom: 25px; top: auto;
}

.left-wrapper.closed .toggle-btn:hover{
  background: rgba(42, 0, 84, 0.9);
}

.left-wrapper.closed .toggle-btn .hide-slide{
  display: none;
}

.left-wrapper.closed .toggle-btn .filters-slide{
  display: flex;
}

.left-wrapper .toggle-btn .hide-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.left-wrapper .toggle-btn .filters-slide{
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.toggle-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.toggle-btn .slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-wrapper.closed + .widgets-wrapper .toggle-btn .arrow {
  transform: rotate(180deg);
}

.select2-selection.select2-selection--single{
  display: flex!important;
  align-items: center;
}
.select2-selection.select2-selection--single button{
    width: auto!important;
    margin-right: 0!important;
}

.widgets-wrapper {
  width: 80vw;
  margin-left: 20vw;
  transition: all 0.3s ease-in-out;
  padding: 0 25px 25px;
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 64px);
}

@media (max-width: 1024px) {
  .left-wrapper.closed .toggle-btn{
    right: -100px;
  }
}

.widgets-wrapper.expanded {
  width: 100vw;
  margin-left: 0;
}

.filters {
  padding: 1rem;
}

.filter_items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-control {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn.primary {
  padding: 0.5rem 1rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn.primary:hover {
  background: #0056b3;
}

.widget {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* Media Queries */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  .left-wrapper {
    width: 100vw;
    min-width: unset;
    transform: translateX(-100%); /* Hidden by default */
  }

  .widgets-wrapper {
    width: 100vw;
    margin-left: 0;
  }

  .left-wrapper:not(.closed) {
    transform: translateX(0); /* Shown only when toggled */
  }

  .toggle-btn {
    right: 0;
    z-index: 3;
  }

  .widgets-wrapper.expanded {
    width: 100vw;
    margin-left: 0;
  }

  .admin-home-wrapper .widgets-wrapper.expanded{
    width: 100%;
  }

  .left-wrapper.closed .toggle-btn{
    right: -100px;
  }
}

@media (max-width: 480px) {
  .left-wrapper.closed .toggle-btn{
    right: -80px;
  }
  .left-wrapper {
    width: 100vw;
    transform: translateX(-100%);
  }

  .filter-item {
    min-width: unset;
  }

  .toggle-btn {
    width: 80px;
    font-size: 14px;
  }

  .widgets-wrapper {
    width: 100vw;
    margin-left: 0;
  }

  .left-wrapper.closed .toggle-btn{
    right: -100px;
  }
}

.filter_items{
  width: 100%;
}

.filter_items .select2{
  width: 100%;
}

.left-wrapper{
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1),
              0px 2px 8px rgba(0, 0, 0, 0.05);
}

.left-wrapper input[type=text], .select2-selection, .select2-container--default .select2-selection--multiple{
  border: 1px solid #ebe8db!important;
  border-radius: 5px!important;
  outline: none!important;
  font-size: 15px;
  color: gray;
}

input.select2-search__field::placeholder, textarea.select2-search__field::placeholder, #daterange:focus{
  font-size: 15px;
  color: gray;
  outline: none!important;
  border: none!important;
}

span.select2-selection__arrow{
  margin-top: 10px!important;
  display: block!important;
}

.filters label{
  color: #2a0054;
}

.filters .filter-btn{
  background: #2a0054;
}

.sitenav > ul{
  margin-bottom: 0;
}

.sitenav{
  border-bottom: 1px solid #ebebeb;
}

.form-control {
  padding: 0.5rem 0.5rem 0.5rem 10px!important; /* top, right, bottom, left */
}

.left-wrapper .filters form .filter_items{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px!important;
  flex-wrap: nowrap;
}

.left-wrapper .filters form .filter-item{
  width: 100%!important;
  gap: 10px!important;
}

.left-wrapper .filters form button{
  display: flex;
  gap: 10px!important;
  width: 100%;
}

.left-wrapper .filters form .filter-item label{
  margin-bottom: 0!important;
  display: flex;
  gap: 10px;
  align-items: center;
}

.filters h1{
  font-size: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-items: left;
  align-items: center;
  gap: 20px;
}

.product header nav{
  background-color: #fff!important;;
  opacity: 1!important;
}

.left-wrapper{
  height: 100vh;
  overflow-y: scroll;
  overflow: visible;
}

.select2-selection.select2-selection--multiple{
  min-height: 48px!important;
  height: auto!important;
}

.select2-selection.select2-selection--multiple ul{
  margin-bottom: 0;
}

.sitenav li a{
  text-decoration: none;
  font-weight: 500;
}

.sitenav .lang{
  color: #808285;
  @apply hidden md:flex flex-row gap-1!important;
}

.login-buttons{
  margin-left: 15px;
  gap: 5px!important;
}

.login-buttons a{
  border-radius: 5px!important;
  padding: 8px 15px!important;
}


.sitenav ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.lang {
  margin-left: auto;
}

.login-buttons,
.menu-item {
  margin-left: 1rem
}

.main-nav ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 0 7px;
  font-size: 16px;
  color: gray;
  border-bottom: 2px solid transparent;
  transition: all 300ms;
  position: relative;
  top: 2px;
}

.main-nav ul{
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 25px;
}

.main-nav ul li a:hover{
  border-bottom: 2px solid #2a0054;
}


.main-nav ul{
  padding-left: 0!important;
}

.main-nav ul li a .icon{
  color: #2a0054;
}

.filters{
  height: calc(100vh - 64px);
  overflow-y: scroll;
}




.widget > h3{
  text-align: left;
  padding: 20px 10px;
}

.widget{
  background: transparent;
  border: none;
  padding: 15px 0;
}

.power-item > div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.power-item > div .icon{
  width: 45%;
  height: auto;
}

.power-item h6{
  color:#999999;
  z-index: 9999999;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 20px;
}
.power-item h2{
  color:#999999;
  font-size: 14px;
  z-index: 9999999;
  margin-bottom: 0;
}

@media (max-width: 1024px){
  .power-item h6, .power-item h2{
    font-size: 12px;
    padding-top: 3px;
  }


  .power-item h2{
    padding-top: 0;
    padding-bottom: 0;
  }
}


.power-item:nth-child(1) {
  justify-content: left;
  align-items: start; 
}

.power-item:nth-child(2) {
  justify-content: right;
  align-items: end; 
}

.power-item:nth-child(3) {
  justify-content: end;
  align-items: start; 
}

.power-item:nth-child(4) {
  justify-content: end;
  align-items: end; 
}

.power-item > div{
  border: 13px solid;
  background: #fff;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  z-index: 4;
  box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.1),         
        0 2px 4px rgba(0, 0, 0, 0.1),        
        0 4px 8px rgba(0, 0, 0, 0.05),      
        0 8px 16px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1024px){
  .power-item > div, .power-center{
    border: 5px solid;
  }
}

.power-item.solar > div{
  border-color: #fce798;
  color: #fce798;
}

.power-item.load > div{
  border-color: #70afcd;
  color: #70afcd;
}

.power-item.grid > div{
  border-color: #999999;
  color: #999999;
}

.power-item.battery > div{
  border-color: #b7dfab;
  color: #b7dfab;
}

.power-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 13px solid #e0e0e0;
  border-radius: 50%;
  font-size: 1.5rem;
  z-index: 3; 
  background: #fff;
  box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.1),         
        0 2px 4px rgba(0, 0, 0, 0.1),        
        0 4px 8px rgba(0, 0, 0, 0.05),      
        0 8px 16px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1024px){
  .power-item > div, .power-center{
    border: 5px solid #e0e0e0;
  }
}

/* Line Styling */
.lines{
  position: absolute;
  height: 80%; width: 80%;
  top: 10%; left: 10%; right: 10%; bottom: 10%;
}
.line {
  position: absolute;
  background: #ccc; /* Light gray color like in the image */
  z-index: 1; /* Lines are behind items but above background */
  border: none;
}

.consumption-to-solar {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: rotate(45deg);
}

.battery-to-grid {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
}


/* Responsive adjustments */
@media (max-width: 600px) {
  .power-wrapper {
      padding-top: 100%;
  }
  .power-values {
      padding: 0.5rem;
      gap: 0.5rem;
  }
  .power-center {
      width: 30%;
      height: 30%;
  }
}

.dash-row {
  display: flex;
  width: 100%;
  gap: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.dash-row > div {  /* Targets the second div directly inside dash-row */
  width: 100%!important;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.dash-row > .widget-current-power {
  width: 50%!important;
  @media (min-width: 768px){
    div.current-power-widget{
      margin-left: 50%;
    }
  }
}

@media (max-width: 768px){
  .dash-row{
    display: block;
    overflow-x: hidden;
  }

  .widget{
    min-height: auto;
  }

  .dash-row > .widget-current-power, .dash-row > div{
    width: 100%!important;
  }
}

.widget-earnings,
.widget-cumulative-earnings {
  width: 100%;
}

.earnings-widget{
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.03);
  min-height: 70px;
  margin-bottom: 0;
}
.earnings-widget .earnings-item{
  width: 33%;
  border-right:1px solid #ebebeb;
}

.earnings-widget .earnings-item:last-child{
  border-right: none;
}

.earnings-widget h2{
  font-size: 20px;
}

.cumulative-earnings-graph{
  height: 100%;
}

.date-types > .date-type{
  background: transparent;
  border: 1px solid #828283;
  color: #828283;
  padding: 5px 8px;
  transition: all 400ms;
}

.date-types > .date-type:hover{
  background: rgba(249, 250, 251, .8);
}

.date-types{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.widget-power-data{
  display: flex;
  flex-direction: column;
}

.power-data-max-wrap{
  display: flex;;
  border: none;
  box-shadow: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.power-data-max{
  background-color: white;
  border-radius: 8px;
  border:none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.03);
  padding: 25px;
}
.max-power-elements > div{
  display: flex;
  width: 100%;
}

.max-power-elements{
  width: 100%;
}

.max-power-pie{
  width: 100%;
}

@media (max-width: 786px){
  .power-data-max-wrap, .max-power-elements > div, .max-power-pie{
    display: block;
    width: 100%;
  }

  .widgets-wrapper{
    padding-left: 10px;
    padding-right: 10px;
  }
  .widget{
    padding-top: 0;
  }

  .widget .earnings-item h6{
    padding-top: 15px;
  }

  .widget .earnings-item h2{
    font-size: 13px;
  }

  .power-data-max h2{
    font-size: 13px!important;
  }
}

.power-data-max h2{
  font-size: 20px;
  margin-bottom: 0;
}

.power-data-max h6{
  color: #999999;
  margin-bottom: 0;
}

.power-data-max h6:first-of-type{
  color: #000;
}

.max-power-elements > .power-data-graph{
  display: block;
}

.toggle-btn{
  z-index: 99999999;
}

.dashboard .page-footer{
  display: none;
}

.dash-row > .widget-emission-savings-trend,
.dash-row > .widget-distance-avoided-trend,
.dash-row > .widget-trees-equivalent-trend{
  width: 49%!important;
}

@media (max-width: 768px){
  .dash-row > .widget-emission-savings-trend, .dash-row > .widget-distance-avoided-trend, .dash-row > .widget-trees-equivalent-trend{
    width: 100%!important;
  }
}

.dash-row > .widget-power-data{
  width: 100%!important;
}

.widget-title{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}

.widget-title .icon{
  width: 30px;
  height: 30px;
}

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

@media (max-width: 1096px){
  .main-nav-mob ul{
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .main-nav{
    display: none;
  }
  .login-buttons{
    display: none;
  }
  .menu-item .dropdown{
    max-width: 500px;
    margin-top: 15px;
    right: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.03);
  }

  .menu-item .dropdown .menu{
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .menu-item .dropdown .menu .actions ul{
    display: flex;
    padding: 25px 15px 10px;;
    gap: 5px;
  }

  .menu-item .dropdown .menu .actions ul > li{
    width: 50%;
  }

  .menu-item .dropdown .menu .actions .btn-transparent{
    border: 1px solid #ebebeb;
  }
}

@media (max-width: 768px){
  .menu-item .dropdown{
    max-width: none;
    right: -25px;
    top: 30px;
  }
}

@media (max-width: 768px){
  .menu-item .dropdown .menu{
    display: block;
    margin-top: 0;
  }
  .menu-item .dropdown .menu .actions ul{
    display: flex;
    padding: 25px 15px 10px;;
    gap: 5px;
  }

  .menu-item .dropdown .menu .actions ul > li{
    width: 50%;
  }

  .menu-item .dropdown .menu .actions .btn-transparent{
    border: 1px solid #ebebeb;
  }

  [class$="-graph"]{
    width: 100%;
    /*overflow-x: scroll;*/
    padding-bottom: 15px;
  }

  [class$="-graph"] canvas{
   /* min-width: 768px!important;*/
    min-height: 300px;
  }

  @media screen and (max-width: 768px){
    [class$="-graph"] canvas{
      font-size: 13px!important;
    }
  }

  .max-power-pie{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .widget > h3{
    padding: 15px 8px 0!important;
    font-size: 19px;
  }

  .menu-ham{
    margin: 0;
  }

  .product .logo-wrap{

  }

}

.menu-ham .menu li.no-hover{
  padding: 0!important;
}

.btn.primary{
  background-color: #2a0054!important;
}

.login-buttons a.dark:hover{
  background-color: #5705a8;
  color: #fff;
}

.login-buttons a.light:hover{
  border: 1px solid #ebebeb;
  color: #404c5e;
}

.lang{
  display: flex;
}

.lang a{
  padding: 0 5px;
}
.lang a{
  padding: 5px;
  border-right: 1px solid #ebebeb;
  height: 23px;
  display: flex;
  align-items: center;
}

.lang a:last-child{
  border-right:none;
}

@media (max-width: 1096px){
  .menu-ham .menu li > a{
    padding-left: 0!important;
  }

  .menu-ham .menu li.main-nav-mob{
    padding: 15px 0!important;
  }
}

.panel-item .actions .btn.edit-btn{
  background-color: blue!important;
}

.menu .actions ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.menu .actions ul .btn{
  text-align: center;
  padding: 12px 24px!important;
  width: 100%;
}

.menu .actions ul li{
  width: 100%;
}

.menu-item .dropdown .menu .actions ul > li{
  width: 100%!important;
}

.landing .dashboard .menu-item .dropdown{
  right: -25px!important;
}

.menu.menu-item.admin-menu .dropdown{
  margin-top: 30px!important;
}

.menu.menu-item.admin-menu .overlay{
  top: 60px!important;
}

.dashboard .hr{
  width: 100%;
}

.menu-item.menu-ham.signed-out .dropdown{
  right: -25px!important;
}

.menu-item.menu-ham.signed-out .dropdown ul{
  padding: 20px!important;
}

.menu-ham .dropdown .menu .actions{
  width: 100%;
  padding: 10px
}

.menu-ham .dropdown .menu .actions ul{
  padding-left: 2rem;
  padding-right: 2rem;
}

.menu-ham .dropdown .menu .actions ul{
  gap: 15px;;
}

.slick-next.slick-arrow{
  display: none!important;
}

[class^="circles-animation"] {
  position: absolute;
  width: 80%;
  height: 25px;
  z-index: 2;
}
.power-wrapper{
  position: relative;
}

.power-item > div, .power-center
{
z-index: 3
}

.logos-items{
  display: flex;
  flex-wrap: wrap;

}

.logos-items > div{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.logos-items > div a{
  width: 100%;
  display: block;
}

.logos-items > div img{
  width: 100%;
  height: auto;
  max-width: 250px;
}

.project-info{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

.project-info .text-main h1{
  font-size: 22px;
  text-align: center;
  line-height: 25px;
}

.project-info .text-main h1 p{
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}

.date-type.active{
  background-color: #2a0054; color: white;
  border-color: #2a0054;
}

.date-type.active:hover{
  background-color: #2a0054; color: white;
  border-color: #2a0054;
  opacity: .8;
}

.arrow-next{
 position: fixed;;
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  padding: 0;
  background: #2a0054; color: white;
  padding: 15px;
  z-index: 9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
  bottom: 20px;
  right: 20px;
}

.arrow-next {
  transition: transform 0.3s ease; /* Smooth rotation */
  display: inline-block; /* Ensures transform works correctly */
}

.chevron-icon {
  transition: transform 0.3s ease;
}

.chevron-icon.rotate {
  transform: rotate(180deg);
}

.filter-dropdown{
  position: relative;
}

.filter-dropdown .dropdown-toggle{
  display: flex; 
  justify-content: center;
  align-items: center;
}

.filter-dropdown .dropdown-toggle:after{
  display: none;
}

.admin a{
  text-decoration: none!important;;
}

.filter-dropdown .dropdown-menu{
  position: absolute; 
  right: 0; 
  display: none; 
  background: white; 
  border: 1px solid #ccc; 
  min-width: 300px;
  margin-top: 5px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.filter-dropdown .dropdown-menu .filters{
  height: auto!important;
}

.topbar{
  z-index: 999!important;
}

.admin header{
  z-index: 9999;
}

.filter-dropdown .dropdown-menu .filter-item label{
  display: flex;
justify-content: left;
align-items: center;
}

.filter-dropdown .dropdown-menu .filter-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-filter{
  display: none;
}

.admin-home-wrapper .widgets-wrapper{
    margin-left: 0;
    height: auto;
}

.filter-dropdown.fixed {
  position: fixed;
  top: 82px;
  right: 10px;
  z-index: 1000;
}

.admin-home-wrapper .main > div{
  flex-direction: row;
}

.dashboard-title{
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.admin .admin-content .page-content{
  padding-top: 0;
}
/*****************************************************************/
