@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://rsms.me/inter/inter.css');

/*
! 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: Inter, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, 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%;
}

.\!container{
  width: 100% !important;
}

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

  .\!container{
    max-width: 640px !important;
  }
}

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

  .\!container{
    max-width: 768px !important;
  }
}

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

  .\!container{
    max-width: 1024px !important;
  }
}

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

  .\!container{
    max-width: 1280px !important;
  }
}

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

  .\!container{
    max-width: 1536px !important;
  }
}

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

.form-control[type=file]{
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]){
  cursor: pointer;
}

.form-control:focus{
  box-shadow: 0 0 0 1px #2563eb;
}

.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #374151;
  background-color: #f3f4f6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}

.form-select{
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form-select:focus{
  box-shadow: 0 0 0 1px #2563eb;
}

.form-select[multiple]{
  padding-right: 0.75rem;
  background-image: none;
}

.form-select[size]:not([size="1"]){
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled{
  background-color: #e9ecef;
}

.form-select:-moz-focusring{
  color: transparent;
  -webkit-text-shadow: 0 0 0 #212529;
  text-shadow: 0 0 0 #212529;
}

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

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

.form-floating > .form-control{
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}

.form-floating > .form-select{
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > .form-control::-moz-placeholder{
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder{
  color: transparent;
}

.form-floating > .form-control::placeholder{
  color: transparent;
}

.form-floating > .form-control:focus{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:placeholder-shown){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-select ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group > .form-control{
  width: 1%;
}

.input-group > .form-select{
  width: 1%;
}

.input-group > .form-control:focus{
  z-index: 3;
}

.input-group > .form-select:focus{
  z-index: 3;
}

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

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

.input-group-lg > .form-select{
  padding-right: 3rem;
}

.input-group-sm > .form-select{
  padding-right: 3rem;
}

.was-validated .form-control:valid{
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid{
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control.is-valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-valid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid{
  border-color: #198754;
}

.form-select.is-valid{
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-select.is-valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .input-group .form-control:valid{
  z-index: 1;
}

.input-group .form-control.is-valid{
  z-index: 1;
}

.was-validated .input-group .form-select:valid{
  z-index: 1;
}

.input-group .form-select.is-valid{
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus{
  z-index: 3;
}

.input-group .form-control.is-valid:focus{
  z-index: 3;
}

.was-validated .input-group .form-select:valid:focus{
  z-index: 3;
}

.input-group .form-select.is-valid: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;
}

.was-validated .form-control:invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid{
  border-color: #dc3545;
}

.form-select.is-invalid{
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .input-group .form-control:invalid{
  z-index: 2;
}

.input-group .form-control.is-invalid{
  z-index: 2;
}

.was-validated .input-group .form-select:invalid{
  z-index: 2;
}

.input-group .form-select.is-invalid{
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus{
  z-index: 3;
}

.input-group .form-control.is-invalid:focus{
  z-index: 3;
}

.was-validated .input-group .form-select:invalid:focus{
  z-index: 3;
}

.input-group .form-select.is-invalid:focus{
  z-index: 3;
}

.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{
  color: #4b5563;
}

.nav-tabs .nav-link:hover{
  isolation: isolate;
}

.nav-tabs .nav-link:focus{
  isolation: isolate;
}

.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{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}

.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{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}

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

.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.nav-justified .nav-item{
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.tab-content > .tab-pane{
  display: none;
}

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

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

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

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

.popover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.carousel.pointer-event{
  touch-action: pan-y;
}

.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{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}

.fade-in{
  -webkit-animation-name: _fade-in;
  animation-name: _fade-in;
}

.fade-out{
  -webkit-animation-name: _fade-out;
  animation-name: _fade-out;
}

.animation.infinite{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animation.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation.delay-2s{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation.delay-3s{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation.delay-4s{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation.delay-5s{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

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

.animation.faster{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animation.slower{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

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

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

@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}

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

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

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.right-0{
  right: 0px;
}

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

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

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.left-16{
  left: 4rem;
}

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

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

.bottom-0{
  bottom: 0px;
}

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

.right-4{
  right: 1rem;
}

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

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

.z-\[99999999\]{
  z-index: 99999999;
}

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

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

.order-last{
  order: 9999;
}

.order-first{
  order: -9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[0\.5rem\]{
  margin-bottom: 0.5rem;
}

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-\[calc\(100vh-65px\)\]{
  height: calc(100vh - 65px);
}

.h-1{
  height: 0.25rem;
}

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

.h-5{
  height: 1.25rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[1rem\]{
  height: 1rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-28{
  height: 7rem;
}

.h-8{
  height: 2rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-16{
  height: 4rem;
}

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

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

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

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

.h-auto{
  height: auto;
}

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

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

.h-2{
  height: 0.5rem;
}

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

.h-12{
  height: 3rem;
}

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

.h-40{
  height: 10rem;
}

.h-\[1\.5rem\]{
  height: 1.5rem;
}

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

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

.w-full{
  width: 100%;
}

.w-5{
  width: 1.25rem;
}

.w-auto{
  width: auto;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-1{
  width: 0.25rem;
}

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

.w-10{
  width: 2.5rem;
}

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

.w-8{
  width: 2rem;
}

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

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

.w-7{
  width: 1.75rem;
}

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

.w-0{
  width: 0px;
}

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

.w-16{
  width: 4rem;
}

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

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

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

.w-2{
  width: 0.5rem;
}

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

.w-36{
  width: 9rem;
}

.w-12{
  width: 3rem;
}

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

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

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

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

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

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

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

.max-w-2xl{
  max-width: 42rem;
}

.max-w-lg{
  max-width: 32rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none{
  flex: none;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-4{
  gap: 1rem;
}

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

.gap-6{
  gap: 1.5rem;
}

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

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

.gap-3{
  gap: 0.75rem;
}

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

.gap-5{
  gap: 1.25rem;
}

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

.gap-1{
  gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

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

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

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

.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-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-divide-opacity));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.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-8{
  border-width: 8px;
}

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

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

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

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

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

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

.border-\[\#e4e7ec\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

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

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

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

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

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-l-\[\#e4e7ec\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(228 231 236 / var(--tw-border-opacity));
}

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

.\!bg-transparent{
  background-color: transparent !important;
}

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

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

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

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

.bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(222 192 179 / var(--tw-bg-opacity));
}

.bg-success-200{
  --tw-bg-opacity: 1;
  background-color: rgb(192 212 186 / var(--tw-bg-opacity));
}

.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(175 179 209 / var(--tw-bg-opacity));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

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

.bg-\[\#21264A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 74 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF66\]{
  background-color: #EFEFEF66;
}

.bg-\[\#FFFFFF1A\]{
  background-color: #FFFFFF1A;
}

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

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

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

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

.bg-\[\#343c71\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 60 113 / var(--tw-bg-opacity));
}

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

.stroke-success-700{
  stroke: #628342;
}

.p-4{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.p-6{
  padding: 1.5rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-10{
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

.py-\[0\.5rem\]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[0\.5rem\]{
  padding-top: 0.5rem;
}

.pb-\[1rem\]{
  padding-bottom: 1rem;
}

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

.pr-\[0\.5rem\]{
  padding-right: 0.5rem;
}

.pl-\[0\.5rem\]{
  padding-left: 0.5rem;
}

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

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

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

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

.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

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

.text-\[1rem\]{
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-6{
  line-height: 1.5rem;
}

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

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

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

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

.leading-8{
  line-height: 2rem;
}

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

.leading-\[150\%\]{
  line-height: 150%;
}

.leading-\[160\%\]{
  line-height: 160%;
}

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

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

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

.text-\[\#101828\]{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / 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-\[\#667085\]{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

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

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

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

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.text-current{
  color: currentColor;
}

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

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(62 71 132 / var(--tw-text-opacity));
}

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

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

.text-link{
  --tw-text-opacity: 1;
  color: rgb(66 102 252 / var(--tw-text-opacity));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(52 60 113 / var(--tw-text-opacity));
}

.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(98 131 66 / var(--tw-text-opacity));
}

.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(140 86 62 / var(--tw-text-opacity));
}

.text-warning-700{
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}

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

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

.text-\[\#21264A\]{
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

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

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

.text-success-900{
  --tw-text-opacity: 1;
  color: rgb(48 81 37 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(90 98 152 / var(--tw-text-opacity));
}

.text-danger-700{
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}

.text-\[\#344054\]{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

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

.opacity-50{
  opacity: 0.5;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-40{
  opacity: 0.4;
}

.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{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

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

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

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-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: 1000;
  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
}

.embla {
  max-width: 280px;
  --slide-height: auto;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla__slide__number {
  /* box-shadow: inset 0 0 0 0.2rem #aeb3bb; */
  border-radius: 1.8rem;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1rem;
}

.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  /* box-shadow: inset 0 0 0 0.2rem #aeb3bb; */
  width: 1.8rem;
  height: 1.8rem;
  z-index: 1;
  border-radius: 50%;
  color: #344054;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embla__button:disabled {
  color: var(--detail-high-contrast);
}

.embla__button__svg {
  width: 35%;
  height: 35%;
}

.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: calc((1.8rem - 1.4rem) / 2 * -1);
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla__dot:after {
  box-shadow: inset 0 0 0 0.15rem #aeb3bb;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: '';
}

.embla__dot--selected:after {
  box-shadow: inset 0 0 0 0.15rem #344054;
}

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{
  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{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

button,  .btn{
  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,  
button.primary,  .btn.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 60 113 / 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,  
button.primary svg path,  .btn.primary svg path {
  stroke: white;
}

button.dark .text-success-900,  .btn.dark .text-success-900,  
button.primary .text-success-900,  .btn.primary .text-success-900 {
  color: rgb(255 255 255);
}

button.dark:hover:enabled,  .btn.dark:hover:enabled,  
button.primary:hover:enabled,  .btn.primary:hover:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(62 71 132 / var(--tw-bg-opacity));
}

button.secondary,  .btn.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{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

button.tertiary,  .btn.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{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

button.ghost,  .btn.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{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

button.dark svg path,  .btn.dark svg path{
  stroke: #ffffff;
}

button.light,  .btn.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{
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

button.small,  .btn.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{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

button.large,  .btn.large{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

button.medium, .btn.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(/assets/svg/generic/chevron-down-80f6989ce48e96842b65a171a28d7d7e.svg?vsn=d);
  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(52 60 113 / 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(52 60 113 / 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(247 239 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(140 86 62 / 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(235 215 207 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(140 86 62 / 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;
  margin-bottom: 0.5rem;
  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));
}

/*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(/assets/svg/generic/close-fbc49fa3dff91ac2d8560d0a1c33447b.svg?vsn=d);
  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(/assets/svg/generic/facebook-0b326d2ffeac784528c9aebd72fc7048.svg?vsn=d);
}

.instagram{
  background-image: url(/assets/svg/generic/instagram-4b6e17a35e64aec71046111c67da4b0c.svg?vsn=d);
}

.linkedin{
  background-image: url(/assets/svg/generic/linkedin-a3ca324c6ee3e8504f18da9879cd64db.svg?vsn=d);
}

.youtube{
  background-image: url(/assets/svg/generic/youtube-7c35e2fd3f4ba8d5dccce01791c7c1cd.svg?vsn=d);
}

.website{
  background-image: url(/assets/svg/generic/website-1b6c870398ae6f22591a1cadba0c2081.svg?vsn=d);
}

.twitter{
  background-image: url(/assets/svg/generic/twitter-7d191cad16f2589185e06a9dbde23cf3.svg?vsn=d);
}

.website{
  background-image: url(/assets/svg/generic/website-1b6c870398ae6f22591a1cadba0c2081.svg?vsn=d);
}

.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(/assets/svg/generic/chevron-down-80f6989ce48e96842b65a171a28d7d7e.svg?vsn=d);
  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(/assets/svg/generic/star-ico-7a727e7af5f496ea3b9649201dc4f75c.svg?vsn=d);
}

.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;
  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;
  background: rgba(90, 98, 152, 1);
}

.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(140 86 62 / var(--tw-text-opacity)) !important;
}

.admin-menu > ul > li > a.active:hover, .admin-menu > ul > li > div.active:hover{
  background: rgba(90, 98, 152, 1);
  --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-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 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(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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(52 60 113 / 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(235 236 244 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(52 60 113 / 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: #343c71;
  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: 70%;
  max-width: 800px;
  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: 50px;
  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;
    width: 90% !important;
    max-width: 90% !important;
  }

  .floating-circle{
    right: 10px;
  }
}

.product .logo-wrap, .course .logo-wrap{
  min-width: 176px;
}

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

.readonly{
  opacity: 0.4;
  cursor: default;
}

.readonly:focus{
  box-shadow: none!important;
  border-color: unset !important;
}

.disabled-slot {
  background-color: #888;
}

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: 100%;
  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;
}

@media screen and (max-width: 768px){
  .courseslide .product .page-container {
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  .courseslide .product .page-container{
    margin-top: 0;
  }
}

@media (max-width:400px) {
  .mainCoursesSlider .swiper-slide > .product .page-container{
    height: 100%;
    margin: 0;
    border-radius: 0;
    width:100%;
  }
}

@media (max-width: 1178px) {
  .courseslide .product .page-container{
    margin-top: -100px;
  }
}

.courseslide .product .page-container {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 99999;
  width: auto;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

@media (min-width: 640px){
  .courseslide .product .page-container{
    margin-bottom: 100px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px;
  }
}

@media (min-width: 768px){
  .courseslide .product .page-container{
    margin-bottom: 120px;
  }
}

.courseslide .product .page-container{
  /* top: 80px;
  bottom: auto; */
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin-top: -100px;
}

.product .page-container{
  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(33 38 74 / 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(33 38 74 / 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(33 38 74 / 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(33 38 74 / 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(33 38 74 / 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(163 101 74 / 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(205 207 226 / var(--tw-bg-opacity))
}

.section-howto button.tns-nav-active{
  --tw-bg-opacity: 1;
  background-color: rgb(23 27 54 / 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(33 38 74 / 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(205 207 226 / 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 27 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 60 113 / 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(52 60 113 / 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;
  }
}

/* Стили для секции "How to Prepare" */

.prepare-section,  .why-standout-section,  .cost-overview-section{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-title{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

.steps-container, 
.features-container, 
.cost-container{
  display: grid;
  gap: 1.5rem;
}

.job-dashboard-main .full-col .steps-container,  .job-dashboard-main .full-col 
.features-container,  .job-dashboard-main .full-col 
.cost-container{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px){
  .job-dashboard-main .full-col .steps-container,  .job-dashboard-main .full-col 
.features-container,  .job-dashboard-main .full-col 
.cost-container{
    display: inline-flex;
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .steps-container, 
.features-container, 
.cost-container{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.step-item, 
.feature-item, 
.cost-item{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  --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);
}

.step-icon, 
.feature-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 74 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  color: rgb(255 255 255);
}

.step-icon svg path, 
.feature-icon svg path {
  stroke: white;
}

.step-icon .text-success-900, 
.feature-icon .text-success-900 {
  color: rgb(255 255 255);
}

.step-title, 
.feature-title, 
.cost-title{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

.step-description, 
.feature-description, 
.cost-description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.section-cost-overview{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-cost-overview h2{
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-cost-overview h2{
    font-size: 2.5rem;
  }
}

.cost-table{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 36rem;
  flex-direction: column;
  gap: 1.5rem;
}

.cost-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid #e4e7ec;
}

.cost-label{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

.cost-value{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.dashboard-section{
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dashboard-text{
  width: 50%;
  padding-right: 2rem;
  text-align: left;
}

.dashboard-text h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 38 74 / var(--tw-text-opacity));
}

.dashboard-text p{
  font-size: 16px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.dashboard-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  border-radius: 0.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);
}

.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: 2.5rem;
  }
}

.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: 2.5rem;
    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(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.star.ico.sm.amazing {
  background-image: url(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.star.ico.sm.great {
  background-image: url(/assets/svg/generic/star-great-6f4ab2813711784e827256f5b6a0870f.svg?vsn=d);
}

.star.ico.sm.normal {
  background-image: url(/assets/svg/generic/star-normal-c6271346970b6ce3ccd5524f925638ee.svg?vsn=d);
}

.star.ico.sm.bad {
  background-image: url(/assets/svg/generic/star-bad-1aa3d2a4ab15a172da9d5cc0c00f9393.svg?vsn=d);
}

.star.ico.sm.awful {
  background-image: url(/assets/svg/generic/star-awful-b0c902891b36d0943fee415159bc4d3c.svg?vsn=d);
}

.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 screen and (max-width: 768px){
  .courseslide .validation-message {
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
  }
}

@media (max-width: 768px) {
  .courseslide .validation-message{
    margin-top: 0;
  }
}

@media (max-width:400px) {
  .mainCoursesSlider .swiper-slide > .validation-message{
    height: 100%;
    margin: 0;
    border-radius: 0;
    width:100%;
  }
}

@media (max-width: 1178px) {
  .courseslide .validation-message{
    margin-top: -100px;
  }
}

.courseslide .validation-message {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 99999;
  width: auto;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

@media (min-width: 640px){
  .courseslide .validation-message{
    margin-bottom: 100px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px;
  }
}

@media (min-width: 768px){
  .courseslide .validation-message{
    margin-bottom: 120px;
  }
}

.courseslide .validation-message{
  /* top: 80px;
  bottom: auto; */
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin-top: -100px;
}

@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 .filters {
  margin-bottom: 64px;
}

.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 {
  position: relative;
  height: 44px;
}

.filter-item.clear {
  display: flex;
  align-items: center;
}

.filter-item .dropdown-link:focus {
  color: #344054
}

.filter-item .dropdown-link {
  background: url(/assets/svg/generic/filter-arrow-down-50981374442c01f6acacf80ff7b6cd70.svg?vsn=d);
  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(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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(/assets/svg/generic/rating_1-c1dd020cb6c1ee1534a3eb828ea2b98f.svg?vsn=d);
}

#rating-item-2 {
  background: url(/assets/svg/generic/rating_2-b00cf7fbda70134215b6489ab707d33c.svg?vsn=d);
}

#rating-item-3 {
  background: url(/assets/svg/generic/rating_3-e62b7d212f87ec456e755dd8435b6df4.svg?vsn=d);
}

#rating-item-4 {
  background: url(/assets/svg/generic/rating_4-e2f8da3f195a5e3264bf30ed0d1f7b7f.svg?vsn=d);
}

#rating-item-5 {
  background: url(/assets/svg/generic/rating_5-ef94bc84dd62deee3919e6c85435d2a8.svg?vsn=d);
}

.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: 200px;
  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;
  }
}

.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(222 192 179 / 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(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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;
}

.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(62 71 132 / 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(62 71 132 / 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(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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(62 71 132 / 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(52 60 113 / 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(52 60 113 / 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(62 71 132 / var(--tw-text-opacity));
}

.new-posts .blog-item:hover{
  --tw-text-opacity: 1;
  color: rgb(42 49 94 / 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-header svg {
  height: 30px;
}

.chatbpt-img {
  width: 48px;
  height: 48px;
}

.chatbot.popup-form{
  margin: 0px;
  border-radius: 0px;
}

.chatbot .chatbot-header{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.chatbot-header .ico{
  margin-left: 20px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.channel-header .ico{
  margin-left: 20px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.chatbot .send-message textarea::-moz-placeholder {
  line-height: 22px;
}

.chatbot .send-message textarea:-ms-input-placeholder {
  line-height: 22px;
}

.chatbot .send-message textarea::placeholder {
  line-height: 22px;
}

footer.send-message textarea::-moz-placeholder {
  line-height: 30px;
}

footer.send-message textarea:-ms-input-placeholder {
  line-height: 30px;
}

footer.send-message textarea::placeholder {
  line-height: 30px;
}

.chatbot .send-message textarea {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  outline: none;
  border: 1px solid rgb(169, 169, 169);
}

.chatbot-class .popup-form.first-section .content {
  padding: 0 !important;
  height: 100% !important;
  max-height: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.chatbot-class .popup-form.first-section.chatbot {
  padding-top: 0;
  gap: 0;
}

.chatbot-img{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity));
  padding: 0.25rem;
}

.chatbot{
  position: fixed;
  width: 100vw;
  height: calc(100vh - 64px);
  bottom: 0;
  top: 65px;
}

.chatbot-class .send-message{
  position: relative;
}

.chatbot-class .send_message_btn{
  position: absolute;
  right: 0px;
  top: 5px;
}

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('/assets/images/two-folks-c47b28e6d0ae7bac8f4fd15974170cf1.png?vsn=d');*/
  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('/assets/images/two-folks-c47b28e6d0ae7bac8f4fd15974170cf1.png?vsn=d');
  }
}

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

@media screen and (min-width: 1024px) {
  .popup-form {
    width: calc(100% - 250px);
  }
}

.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;
  padding-left: 1.5rem;
}

@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 27 54 / 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 27 54 / 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(42 49 94 / 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 .topbar .hollow svg path {
  fill: none;
  stroke: white;
}

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

.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: 380px;
    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(222 192 179 / var(--tw-bg-opacity));
}

.admin .event-type-cards .type-bar.free, 
.type-bar.free{
  --tw-bg-opacity: 1;
  background-color: rgb(192 212 186 / var(--tw-bg-opacity));
}

.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(222 192 179 / 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: 28px;
    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;
  }
}

.service-type-buttons-container {
  display: flex;
  justify-content: center;
  /* Centers buttons horizontally */
  align-items: center;
  /* Aligns them properly */
  gap: 10px;
  /* Adds spacing between buttons */
  flex-wrap: wrap;
  /* Prevents overflow on smaller screens */
  width: 100%;
  margin-top: 10px;
  /* Adjust spacing */
}

.service-type-button {
  background-color: #2c2f5b;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 180px;
  /* Prevents tiny buttons */
  padding: 10px 15px;
  /* Adds padding for a better look */
  white-space: nowrap;
  /* Prevents text from wrapping */
}

.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(/assets/svg/generic/close-fbc49fa3dff91ac2d8560d0a1c33447b.svg?vsn=d);
  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(247 239 236 / 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(33 38 74 / 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: 30%;
    gap: 0.5rem;
  }
}

.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: 40%;
  }
}

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

.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{
  height: 40px;
  width: 40px;
  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;
    width: 48px;
    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 27 54 / 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(/assets/svg/generic/chevron-down-80f6989ce48e96842b65a171a28d7d7e.svg?vsn=d);
  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(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.review-toltip .stars.amazing .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.review-toltip .stars.amazing .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.review-toltip .stars.amazing .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.review-toltip .stars.amazing .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-amazing-3e9010a00c6574143b7f59574373bb5f.svg?vsn=d);
}

.review-toltip .stars.great .star-item.star-1 {
  background-image: url(/assets/svg/generic/star-great-6f4ab2813711784e827256f5b6a0870f.svg?vsn=d);
}

.review-toltip .stars.great .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-great-6f4ab2813711784e827256f5b6a0870f.svg?vsn=d);
}

.review-toltip .stars.great .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-great-6f4ab2813711784e827256f5b6a0870f.svg?vsn=d);
}

.review-toltip .stars.great .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-great-6f4ab2813711784e827256f5b6a0870f.svg?vsn=d);
}

.review-toltip .stars.great .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.normal .star-item.star-1 {
  background-image: url(/assets/svg/generic/star-normal-c6271346970b6ce3ccd5524f925638ee.svg?vsn=d);
}

.review-toltip .stars.normal .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-normal-c6271346970b6ce3ccd5524f925638ee.svg?vsn=d);
}

.review-toltip .stars.normal .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-normal-c6271346970b6ce3ccd5524f925638ee.svg?vsn=d);
}

.review-toltip .stars.normal .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.normal .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.bad .star-item.star-1 {
  background-image: url(/assets/svg/generic/star-bad-1aa3d2a4ab15a172da9d5cc0c00f9393.svg?vsn=d);
}

.review-toltip .stars.bad .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-bad-1aa3d2a4ab15a172da9d5cc0c00f9393.svg?vsn=d);
}

.review-toltip .stars.bad .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.bad .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.bad .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.awful .star-item.star-1 {
  background-image: url(/assets/svg/generic/star-awful-b0c902891b36d0943fee415159bc4d3c.svg?vsn=d);
}

.review-toltip .stars.awful .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.awful .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.awful .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.awful .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.undefined .star-item.star-1 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.undefined .star-item.star-2 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.undefined .star-item.star-3 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.undefined .star-item.star-4 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.review-toltip .stars.undefined .star-item.star-5 {
  background-image: url(/assets/svg/generic/star-undefined-7e744a61b00b1f4185cacd06aac46afc.svg?vsn=d);
}

.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(/assets/images/lets-start-27f0f54f2c79bd8032349539ddf29c9c.png?vsn=d);
  width: 118px;
  left: 0;
}

.progresbar .progres.progres-25:after {
  content: "25%";
  background-image: url(/assets/images/25-38fed12f59d0f3cf2f9dcd47da882485.png?vsn=d);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-33:after {
  content: "33%";
  background-image: url(/assets/images/25-38fed12f59d0f3cf2f9dcd47da882485.png?vsn=d);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-50:after {
  content: "50%";
  background-image: url(/assets/images/50-c5cdad74f64f6b280850ee280505d203.png?vsn=d);
  width: 65px;
  right: -24px;
}

.progresbar .progres.progres-75:after {
  content: "75%";
  background-image: url(/assets/images/75-4e5cf6854a96c7e6e2d46305181121a7.png?vsn=d);
  width: 60px;
  right: -24px;
}

.progresbar .progres.progres-66:after {
  content: "66%";
  background-image: url(/assets/images/75-4e5cf6854a96c7e6e2d46305181121a7.png?vsn=d);
  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(/assets/svg/generic/checked-green-d9b615501c761555ec3f87773110095c.svg?vsn=d);
}

.step-item.unfinished .check-icon {
  background-image: url(/assets/svg/generic/checked-gray-3a90f4ef308485e0da26c7cea9d6311e.svg?vsn=d);
}

.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(52 60 113 / 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(247 239 236 / 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(140 86 62 / 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(/assets/svg/generic/tooltip-triangle-e3d85fb8856cd97f0d50bb547e3c490d.svg?vsn=d);
  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(42 49 94 / 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;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #F04438;
}

.select2-container--default .select2-results__option--selected {
  background-image: url(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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;
}

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

.small.recording{
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.small.recording:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}

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

.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: 50%;
      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: nowrap;
      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(52 60 113 / 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(33 38 74 / 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(42 49 94 / 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(42 49 94 / 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(62 71 132 / 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(42 49 94 / 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(52 60 113 / 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(52 60 113 / 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(52 60 113 / 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;
  }
}

.gender_span {
  background-color: rgb(237 243 235) !important;
  color: rgb(98 131 66) !important;
  border: 1px solid rgb(98 131 66);
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}

.age_span {
  background-color: rgb(247 239 236);
  color: rgb(140 86 62);
  border: 1px solid rgb(140 86 62);
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}

.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(62 71 132 / 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;
}

.course body{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-bottom: 6rem;
}

.course body >hr{
  margin-top: 40px;
}

/* .course header{
    @apply bg-white;
    display: flex;
}
.course header > div{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .course header > div:first-child > span { margin-right: auto; }

.course header > div:last-child > span { margin-left: auto;  } */

.course .menu-wrapper{
  display: none;
}

.course .button-tabs{
  max-height: none!important;
  border-radius: 12px;
}

.course .button-tabs a{
  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));
}

.course .button-tabs a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.course .button-tabs a{
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 12px;
}

.course .main-wrap{
  padding-top: 64px
}

.course .button-tabs a{
  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);
}

.course .button-tabs a.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);
}

.swiper.main-courses-slider{
  width: 100%;
}

.swiper.main-courses-slider swiper-slide{
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}

.swiper.main-courses-slider swiper-slide img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course .default-section .heading-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.course .default-section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  .course .default-section{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.course .primary-section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  .course .primary-section{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.primary-heading h2{
  padding-bottom: 1.75rem;
  text-align: center;
}

@media (min-width: 640px){
  .primary-heading h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .primary-heading h2{
    padding-bottom: 3.5rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.primary-wrapper{
  display: flex;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .primary-wrapper{
    gap: 2.5rem;
  }
}

.primary-section-item{
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.primary-section-item img{
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course .heading-section h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(62 71 132 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .course .heading-section h2{
    font-size: 3rem;
    line-height: 1;
  }
}

.course .heading-section a{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.course .heading-section a span,  .course .heading-section a svg{
  display: block;
}

.course .heading-section a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.course-item .image{
  background-size: cover;
  background-position: center;
}

.course-item .title h3{
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .course-item .title h3{
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .course-item .title h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.course-item .title h4{
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 98 152 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .course-item .title h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.bottom-menu{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 44 / var(--tw-bg-opacity));
  padding: 0.75rem;
  justify-content: center;
  box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.2);
  opacity: 0.95;
}

.bottom-menu > ul{
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px){
  .bottom-menu > ul{
    gap: 3rem;
  }
}

.bottom-menu > ul > li > a{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  color: rgb(255 255 255);
}

.bottom-menu > ul > li > a svg path {
  stroke: white;
}

.bottom-menu > ul > li > a .text-success-900 {
  color: rgb(255 255 255);
}

@media (min-width: 768px){
  .bottom-menu > ul > li > a{
    font-size: 16px;
  }
}

.bottom-menu > ul > li > a{
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bottom-menu > ul > li > a:hover{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.bottom-menu > ul > li > a svg{
  width: 24px;
  height: 24px;
}

.bottom-menu > ul > li > a:hover svg{
  opacity: .7
}

.courses-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.courses-wrapper .course-item{
  width: calc(25% - 21px);
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .courses-wrapper .course-item{
    width: calc(33% - 21px);
  }
}

@media screen and (max-width: 630px) {
  .courses-wrapper .course-item{
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.course .notification-container.header-menu.hide{
  display: none;
}

.notification-container{
  top: 34px;
}

.validation-message {
  top: 0rem;
}

.img-title{
  color: white;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.img-title-background{
  color: white;
  background: black;
  display: flex;
  margin-top: -100px;
  height: 100px;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent -1%, black 100%, );
  mask-image: linear-gradient(to bottom, transparent -1%, black 100%);
}

.course .filter-item{
  /*width: 255px;*/
}

.course .filters > form{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 1.5rem;
}

.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 {
  position: relative;
  height: 44px;
}

.filter-item.clear {
  display: flex;
  align-items: center;
}

.filter-item .dropdown-link:focus{
  color: #344054
}

.filter-item .dropdown-link{
  background: url(/assets/svg/generic/filter-arrow-down-50981374442c01f6acacf80ff7b6cd70.svg?vsn=d);
  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(/assets/svg/generic/check-fb3c4ad87a51f911f81ce8bf1993a927.svg?vsn=d);
  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(/assets/svg/generic/rating_1-c1dd020cb6c1ee1534a3eb828ea2b98f.svg?vsn=d);
}

#rating-item-2{
  background: url(/assets/svg/generic/rating_2-b00cf7fbda70134215b6489ab707d33c.svg?vsn=d);
}

#rating-item-3{
  background: url(/assets/svg/generic/rating_3-e62b7d212f87ec456e755dd8435b6df4.svg?vsn=d);
}

#rating-item-4{
  background: url(/assets/svg/generic/rating_4-e2f8da3f195a5e3264bf30ed0d1f7b7f.svg?vsn=d);
}

#rating-item-5{
  background: url(/assets/svg/generic/rating_5-ef94bc84dd62deee3919e6c85435d2a8.svg?vsn=d);
}

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

.course-price{
  display: flex;
  align-items: center;
}

.course-tile:hover{
  cursor: pointer;
}

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

.course-item .image,  .blog-item .image,  .new-posts .image{
  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: 0.75rem;
  font-family: Gantari;
}

@media (min-width: 768px){
  .course-item .image,  .blog-item .image,  .new-posts .image{
    padding: 1.5rem;
  }
}

.course-item .image, .blog-item .image, .new-posts .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;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  background-repeat: no-repeat;
  background: cover;
  background-size: cover;
  background-position: center center;
}

.blog-item .image{
  min-height: 250px;
  max-height: 250px;
}

.new-posts .image{
  min-height: 65px;
  max-height: 65px;
  max-width: 65px;
}

.course-item-link{
  display: inline-block;
  color: rgb(52, 64, 84);
}

@media screen and (max-width: 768px) {
  .course-item .image, .blog-item .image{
    min-height: 180px;
    max-height: 180px;
  }

  .new-posts .image{
    min-height: 45px;
    max-height: 45px;
    max-width: 45px;
  }
}

@media screen and (max-width: 476px) {
  .course-item .image, .blog-item .image{
    min-height: 150px;
    max-height: 150px;
  }

  .new-posts .image{
    min-height: 45px;
    max-height: 45px;
    max-width: 45px;
  }
}

.course-item .image img, .main-courses-slider .swiper-slide img{
  border: 1px solid #E4E7EC;
  height: 100%;
  width: auto;
  border-radius: 8px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-item .title{
  display: flex;
  flex-wrap: wrap;
}

.course-item .title h3,  .course-item .title h4{
  width: 100%;
}

.course-item .title h4{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  color: rgb(102 112 133);
}

.course-item .course-price{
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.course-item .course-price > span{
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(52 60 113 / var(--tw-text-opacity));
  font-weight: 700!important;
  display: inline-block;
}

.main-courses-slider .course-tile{
  left: 0px;
  top: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  padding: 0.75rem;
}

@media (min-width: 640px){
  .main-courses-slider .course-tile{
    display: flex;
  }
}

@media (min-width: 768px){
  .main-courses-slider .course-tile{
    padding: 1.5rem;
  }
}

.main-courses-slider .course-tile{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #F7F7F7;
  width: 100%;
  display: flex;
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  height: 200px;
}

@media (min-width: 768px){
  .main-courses-slider .course-tile{
    height: 350px;
  }
}

.main-courses-slider .swiper-slide img{
  border-radius: 0;
}

.main-courses-slider .swiper-slide .img-title{
  position: absolute;
  display: block;
  width: 100%;
  flex-wrap: wrap;
  gap: 0px;
  background-color: rgb(52 60 113 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 640px){
  .main-courses-slider .swiper-slide .img-title{
    display: flex;
    padding: 0.75rem;
  }
}

.main-courses-slider .swiper-slide .img-title{
  bottom: 0;
}

.main-courses-slider .swiper-slide .img-title h2{
  width: 100%;
  padding-bottom: 0.25rem;
  font-size: 16px;
  line-height: 15px;
}

@media (min-width: 640px){
  .main-courses-slider .swiper-slide .img-title h2{
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.188rem;
  }
}

@media (min-width: 768px){
  .main-courses-slider .swiper-slide .img-title h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.main-courses-slider .swiper-slide .img-title .course-price{
  margin-right: 0px;
  display: block;
  text-align: center;
  font-size: 13px;
}

@media (min-width: 640px){
  .main-courses-slider .swiper-slide .img-title .course-price{
    margin-right: 20px;
    display: flex;
    font-size: 16px;
  }
}

.main-courses-slider .swiper-slide .img-title .course-price:last-child{
  margin-right: 0px;
}

.sub-info{
  position: fixed;
  bottom: 0.5rem;
  top: auto;
  right: 1rem;
}

@media (min-width: 768px){
  .sub-info{
    bottom: auto;
    top: 80px;
  }
}

.sub-info{
  z-index: 999999;
}

.small{
  font-size: 0.875rem;
}

.overlay{
  background-color: rgba(0, 0, 0, 0.071);
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  border-radius: 12px;
  min-height: 200px;
  overflow: hidden;
  top: 210px;
  right: 0px;
}

.overlay.opened{
  display: block;
}

.overlay-post.opened{
  display: block;
}

.overlay-post.opened .loading-more{
  display: block!important;
}

/*Main slider styles*/

.courseslide {
  position: relative;
  padding: 0;
  background-color: #fff;
}

.courseslide .container {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 99999;
  width: auto;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

@media (min-width: 640px){
  .courseslide .container{
    margin-bottom: 100px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px;
  }
}

@media (min-width: 768px){
  .courseslide .container{
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px){
  .courseslide .container {
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
  }
}

.courseslide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.courseslide.swiper-slide-active .courseslide-heading {
  transition-delay: 0.4s;
}

.courseslide.swiper-slide-active .courseslide-desc {
  transition-delay: 0.6s;
}

[data-animate] {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 30px, 0);
}

[data-animate="left"] {
  transform: translate3d(30px, 0, 0);
}

.courseslide-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px;
}

@media (min-width: 640px){
  .courseslide-bottom{
    padding: 35px;
  }
}

.courseslide-bottom {
  font-size: 14px;
  text-align: center;
}

.courseslide-img{
  height: 100%;
  overflow: hidden;
  position: relative;
}

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

@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.courseslide-heading{
  font-size: 23px;
  line-height: 25px;
}

@media (min-width: 640px){
  .courseslide-heading{
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 768px){
  .courseslide-heading{
    font-size: 55px;
    line-height: 60px;
  }
}

.courseslide-heading{
  color: white;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.57);
}

.courseslide-desc p{
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 768px){
  .courseslide-desc p{
    font-size: 25px;
    line-height: 35px;
  }
}

.courseslide-desc p{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 640px){
  .courseslide-desc p{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.courseslide-desc p{
  color: white;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.57);
}

.courseslide-img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.main-swiper-pagination{
  display: flex;
}

.swiper-pagination-bullet{
  flex: 1!important;
  border-radius: 0!important;
  height: 40px!important;
  opacity: .8!important;
  background: transparent!important;
  border-top: 4px solid #ffff!important;
}

@media screen and (max-width: 1140px) {
  .courseslide-bottom{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .swiper-pagination-bullet{
    height: 20px!important;
  }
}

.swiper-pagination-bullet-active{
  border-top: 4px solid #343c71!important;
  opacity: 1!important;
}

.courseslide-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* This maintains a 16:9 aspect ratio. Adjust as needed. */
}

/* @media screen and (min-width: 1140px) {
    .courseslide-video {
        top: -64px;
    }
} */

#my-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logos-slider .swiper-slide{
  padding: 30px;
}

.logos-slider{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.courseslide {
  max-height: calc(100vh - 64px);
}

@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: 50%;
      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: nowrap;
      text-align:left;
      font-weight: bold;
    }

    /*
    Label the data
    */

    .no-more-tables td:before {
      content: attr(data-title);
    }
  }
}

.enterprise.hero-section img{
  width: 34%;
  bottom: 0;
  right: 35px;
  margin-bottom: 0;
}

.enterprise.hero-section{
  background-color: white;
}

@media (min-width: 1280px) {
  .enterprise.hero-section img {
    max-width: 40rem;
  }
}

@media (min-width: 1500px) {
  .enterprise.hero-section img {
    max-width: 30rem;
  }
}

.soft-skill-section .items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 1400px;
  padding-left: 15px;
}

.soft-skill-item{
  padding: 5px 0 20px;
  width: calc(20% - 18px);
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #eeeeeeb7;
  box-shadow: 0px 20px 20px -20px #ebebeb;
}

@media (max-width: 1100px) {
  .soft-skill-item{
    width: calc(33% - 14px);
  }
}

@media (max-width: 768px) {
  .soft-skill-item{
    width: calc(50% - 16px);
  }

  .soft-skill-section .items{
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .soft-skill-item{
    width: 100%;
  }
}

.soft-skill-item p{
  margin-top: 30px;
}

.soft-skill-item .num{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(52 60 113 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 50%;
  --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));
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.e-training-section{
  --tw-bg-opacity: 1;
  background-color: rgb(33 38 74 / var(--tw-bg-opacity));
}

.e-training-section h2, .e-training-section h5, .e-training-section h5 a{
  color:#fff;
  text-align: center;
}

.e-training-section img{
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.get_started_slider{
  margin: 60px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .get_started_slider{
    margin: 0;
  }
}

.get_started_slider .swiper-slide img{
  max-width: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto;
}

.get-started-section h2,  .get-started-section h2 + span{
  text-align: center!important
}

.get_started_slider .swiper-pagination-bullet{
  border-radius: 50%!important;
  height: 8px!important;
  width: 8px!important;
  background-color: #ebebeb!important;
  border: none!important;
}

.get_started_slider .swiper-pagination-bullet-active{
  background-color: #171b36!important;
}

.get_started_slider .swiper-pagination{
  position: relative;
  bottom: 0!important;
}

.value-prop-section.enterprise .item .image img{
  border-radius: 50%;
  max-width: 350px;
}

.enterprise .value-pro-section-items{
  padding-top: 40px;
}

@media (max-width: 768px) {
  .enterprise .value-pro-section-items .item > .txt, .enterprise .value-pro-section-items .item > .txt h3{
    text-align: center!important;
  }

  .value-prop-section.enterprise .main-heading h2{
    text-align: center!important;
  }

  .enterprise .main-heading h2, .enterprise .main-heading span{
    text-align: center;
  }
}

.enterprise .main-heading span{
  line-height: 1.75rem;
}

.enterprise.default-section{
  padding-top:0;
}

.enterprise.default-section .main-heading h2{
  padding-bottom: 30px;
}

.enterprise .see_all{
  text-align: center;
  padding: 30px 0
}

.course body{
  padding-bottom: 0;
}

.subscribe-bottom{
  display: flex;
  position: fixed;
  bottom: 0;
  gap: 30px;
  align-items: center;
  width: 100%;
  background-color: #ffffffec;
  padding: 20px 30px;
  box-shadow: 0px -6px 24px 0px #00000027;
  z-index: 9999999;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  transition: margin-bottom 500ms;
  justify-content: flex-start;
  /*Make div content max-content width, remove  this rules to make div 100%*/
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  left: 10px;
  /*Uncoment to positon the container in the center*/
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}

.subscribe-bottom h5{
  display: flex;
  align-items: center;
  font-size: 20px;
}

.subscribe-bottom.hide{
  margin-bottom: -84px;
}

.subscribe-bottom-toggle-link{
  display: block;
  position: relative;
  background-color: #ffffffec;
  --tw-text-opacity: 1;
  color: rgb(52 60 113 / var(--tw-text-opacity));
  position: absolute;
  top: -40px;
  padding: 8px 10px;
  box-shadow: 0px -6px 18px 0px #0000001a;
  z-index: 9999;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 132px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.subscribe-bottom-toggle-link svg{
  position: absolute;
  width: 15px;
  height: 15px;
  top: 13px;
  right: 10px;
}

.subscribe-bottom-toggle-link{
  padding-right: 20px;
}

.subscribe-bottom.hide .hide-subscribe-bottom{
  display: none;
}

.subscribe-bottom.hide .open-subscribe-bottom{
  display: block;
}

.subscribe-bottom .hide-subscribe-bottom{
  display: block;
}

.subscribe-bottom .open-subscribe-bottom{
  display: none;
}

@media (max-width: 768px) {
  .subscribe-bottom{
    display: block;
    max-width: none;
    left: 0;
    text-align: center;
    padding: 15px;
    z-index: 9999999;
    height: 137px;
    transform: none;
  }

  .subscribe-bottom h5{
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
  }

  .subscribe-bottom-toggle-link{
    left: 50%;
    transform: translateX(-50%);
  }

  .subscribe-bottom.hide{
    margin-bottom: -137px;
  }
}

/* main slider style rewrite*/

.main-slider-bottom{
  background: #f2f4f7;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  padding: 30px 35px 40px;
  z-index: 99999;
}

.main-slider-bottom a{
  display: block;
  width: 250px;
}

.main-slider-bottom > div > a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
  justify-content: center;
}

.courseslide .container{
  /* top: 80px;
  bottom: auto; */
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin-top: -100px;
}

.courseslide-bottom{
  bottom: 70px;
}

@media (max-width: 1178px) {
  .main-slider-bottom > *{
    width: 33%!important;
  }

  .main-slider-bottom > div > a{
    width: 100%!important;
  }

  .main-slider-bottom{
    justify-content: center;
  }

  .courseslide-heading{
    font-size: 32px;
    line-height: 30px;
  }

  .free-course-tag{
    font-size: 15px !important;
    padding: 0.2rem !important;
    border-radius: 0.3rem !important;
  }

  .courseslide-desc > p{
    font-size: 18px;
    line-height: 20px;
  }

  .main-slider-bottom h2{
    font-size: 25px;
  }

  .courseslide-bottom{
    bottom: 100px;
  }

  .main-slider-bottom{
    padding: 15px;
  }

  .courseslide .container{
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .courseslide .container{
    margin-top: 0;
  }

  .main-slider-bottom{
    position: relative;
    z-index: 9999999;
    gap: 5px;
    padding: 10px;
  }

  .main-slider-bottom h2{
    font-size: 20px;
    line-height: 22px;
  }

  .mainCourselSliderWrapper{
    padding-bottom: 100px;
  }

  .courseslide-heading{
    font-size: 23px;
    line-height: 24px;
  }

  .courseslide-bottom{
    bottom: 55px;
  }
}

.get_st_img_small.img-1, .get_st_img.img-1{
  background: #1a425c;
}

.get_st_img_small.img-2, .get_st_img.img-2{
  background: #ff4c83;
}

.get_st_img_small.img-3, .get_st_img.img-3{
  background: #7aa696;
}

.get_st_img{
  color: #fff;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
  margin-top: 25px;
}

.get_st_img_small{
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0;
  margin-right: 1rem;
  border-radius: 50%;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.get_st_img_small h3, .get_st_img h3{
  font-size: 18px;
  width: 100px;
  padding-top: 15px;
  font-weight: 500;
}

.get_st_img img{
  width: 50px;
  height: auto;
  margin: 0 auto!important;
}

.get_st_img_small img{
  width: 50px;
  height: auto;
  border-radius: 50%;
  margin: 0 auto!important;
}

.courses-f-heading{
  padding: 1rem 1.5rem 0;
  font-size: 1rem;
  line-height: 2rem;
  color: rgb(102 112 133);
  padding-bottom: 0px;
  font-weight: 600;
}

.search-f > input[type="text"]{
  padding-left: 50px;
  width: 100%;
}

.search-f{
  min-width: 350px;
  position: relative;
}

.courses-items-wrap{
  padding: 1.5rem;
}

.course-item .title h3{
  padding-top: 0;
}

.course-item .sub{
  margin-top: 20px;
}

.course-item .sub a{
  width: 100%;
}

.course-item .sub{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.courses-wrapper .course-item, .default-courses-slider .course-tile .course-item{
  position: relative;
  padding-bottom: 55px;
}

/* .default-courses-slider .course-tile .course-item {
  height: 100%!important;
}

.default-courses-slider .swiper-slide{
  height: auto;
} */

.main-slider-bottom{
  gap: 25px;
}

@media (max-width: 768px) {
  .course .default-section{
    padding: 1rem;
  }

  .course .default-section .heading-section{
    padding-bottom: 0.5rem;
  }

  .search-f{
    min-width: auto;
    width: 100%;
  }

  .course .filter-item{
    width: 100%;
    height: auto;
  }

  .course .filters{
    margin-bottom: 0!important;
  }

  .course .filter-events-form{
    padding-bottom: 0!important;
  }

  .courses-items-wrap{
    padding-top: 0;
  }

  .course-item .title h3{
    font-size: 1.1rem;
  }

  .course-item .image{
    margin-bottom: 10px;
  }

  .course-price{
    font-size: 1rem !important;
  }

  .main-slider-bottom a > svg{
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .courseslide-bottom{
    bottom: 70px;
  }
}

@media (max-width: 576px) {
  .courseslide-bottom{
    bottom: 50px;
  }

  .main-slider-bottom a > span{
    font-size: 18px;
    line-height: 17px;
  }
}

@media (max-width:400px) {
  .courseslide-bottom{
    bottom: 40px;
  }

  .mainCoursesSlider .swiper-slide > .container{
    height: 100%;
    margin: 0;
    border-radius: 0;
    width:100%;
  }

  .main-slider-bottom a > span{
    font-size: 16px;
    line-height: 15px;
  }
}

.search-f:before{
  height: 45px;
  width: 45px;
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 10px;
  z-index: 999;
  background: url(/assets/svg/generic/search-7a3a02feea11f613a0072a8d55b9948c.svg?vsn=d);
  background-repeat: no-repeat;
  background-position: right 19px center;
}

.swiper-button-next, .swiper-button-prev{
  width: 50px!important;
  height: 50px!important;
  color: #fff!important;
  font-weight: bolder!important;
  background-color: #343c71ee;
  border-radius: 50%;
  margin-top: -75px!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 28px!important;
}

@media (max-width:768px) {
  .swiper-button-next, .swiper-button-prev{
    width: 40px!important;
    height: 40px!important;
  }

  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px!important;
  }
}

@media (max-width:575px) {
  .swiper-button-next, .swiper-button-prev{
    bottom: 80px!important;
    top: auto!important;
    margin-top: auto!important;
  }

  .swiper-button-next{
    right: 20px!important;
  }
}

.sub-info h5{
  font-size: 1.2rem;
}

.sub-info{
  padding: 10px;
}

@media (max-width:768px) {
  .sub-info{
    left: 10px;
    right: auto;
    padding: 5px;
    margin-bottom: 35px;
    /* left: 50%;
    transform: translateX(-50%); */
    min-width: 270px;
    bottom: 0;
    top: auto;
  }

  .sub-info p{
    line-height: 18px;
  }

  .sub-info h5{
    font-size: 1rem;
  }
}

.close-sub-info{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.close-sub-info:hover{
  cursor: pointer;
}

.close-sub-info svg{
  width: 15px;
  height: 15px;
  opacity: .7;
}

.free-trial-div{
  display: flex;
  gap: 1rem;
}

@media (max-width:768px) {
  .free-trial-div{
    display: flex;
    flex-direction: column-reverse;
  }
}

.modal-scrollable{
  z-index: 99999999999 !important;
}

.rating-modal{
  display: flex;
  align-items: center;
  font-size: 16px !important;
  color: rgb(102 112 133) !important;
  cursor: pointer;
}

.course-view.hero-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 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);
}

.course-view .initial-progress{
  top: 63px;
}

.course-view .booking-flow-main{
  max-width: 1500px;
  gap: 20px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  --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);
}

.course-view .booking-flow-main .first-section,  .course-view .booking-flow-main .right{
  width: 100%;
}

.course-view .booking-flow-main .event-type-info{
  margin-top: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

@media (min-width: 640px){
  .course-view .booking-flow-main .event-type-info{
    padding-top: 1rem;
  }
}

.course-view .event-type-info .event_type_name{
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
}

@media (min-width: 640px){
  .course-view .event-type-info .event_type_name{
    font-size: 30px;
  }
}

@media (min-width: 768px){
  .course-view .event-type-info .event_type_name{
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1024px){
  .course-view .event-type-info .event_type_name{
    font-size: 50px;
    line-height: 50px;
  }
}

.course-view .event-type .image, .jobs .event-type .image{
  min-height: 200px;
  max-height: 200px;
  background-color: #F7F7F7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.course-view .event-type-info .atendees-images{
  position: relative;
  top: 0px;
  margin-right: 1.5rem;
}

.booking-flow-main .right .btns{
  display: flex;
  flex-direction: column;
}

.course-view .booking-flow-main .right div{
  padding-top: 0px;
}

.course-view .booking-flow-main .event-slot .steps .first-section{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.course-view .random-courses-wrapper,  .jobs .random-courses-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 0px;
  padding-bottom: 0px;
}

.course-view .event-type,  .jobs .event-type{
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  padding: 0.5rem;
}

@media (min-width: 768px){
  .course-view .event-type,  .jobs .event-type{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .course-view .event-type,  .jobs .event-type{
    width: 25%;
  }
}

.course-view .event-type h2,  .jobs .event-type h2{
  padding: 0.75rem;
  font-size: 18px;
  line-height: 20px;
}

.course-view-section{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.course-view .event-type .event-type-bg, .jobs .event-type .event-type-bg{
  box-shadow: 0 3px 17px rgba(0,0,0,.15);
  border-radius: 22px;
  flex-grow: 1;
  overflow: hidden;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.course-view .event-type .event-type-bg:hover, .jobs .event-type .event-type-bg:hover{
  box-shadow: 0 7px 32px rgba(0,0,0,.15);
}

.course-view .event-type a, .jobs .event-type a{
  color: #343c71;
}

.course-view .video-wrapper{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.course-view .first-section-div{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.course-view .booking-flow-main{
  margin: 0px;
  max-width: 1500px;
  padding-left: 18px;
  padding-right: 18px;
}

.course-view .left.first-section{
  display: flex;
  flex-direction: column;
}

.course-view .booking-flow-main .event-slot .steps .first-section{
  display: flex;
  max-height: 1500px;
  border-style: none;
}

.course-view .booking-flow-main .first-section{
  width: 100%;
}

@media (min-width: 768px){
  .course-view .booking-flow-main .first-section{
    width: 65%;
  }
}

.show-post-view .booking-flow-main .first-section{
  width: 100%;
}

@media (min-width: 768px){
  .show-post-view .booking-flow-main .first-section{
    width: 75%;
  }
}

.course-view .booking-flow-main .right{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 24px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
}

@media (min-width: 768px){
  .course-view .booking-flow-main .right{
    width: 35%;
  }
}

.course-view .booking-flow-main .right{
  box-shadow: 0 4px 22px rgba(0,0,0,.15);
}

.show-post-view .booking-flow-main .right{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 24px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
}

@media (min-width: 768px){
  .show-post-view .booking-flow-main .right{
    width: 25%;
  }
}

.show-post-view .booking-flow-main .right{
  box-shadow: 0 4px 22px rgba(0,0,0,.15);
}

.course-view .initial-progress{
  padding-left: 0px !important;
}

.course-view .booking-flow-main.steps .right > div{
  height: auto;
  border-style: none;
  width: 100%;
}

.course-view .booking-flow-main .btns button,  .course-view .booking-flow-main .btns a{
  margin-top: 0.5rem;
  white-space: normal;
}

.course-view .course-short-info{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.course-view .course-short-info > div{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.course-view .booking-flow-main.event-slot.steps.first-section{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 768px){
  .course-view .booking-flow-main.event-slot.steps.first-section{
    flex-direction: row;
  }
}

.course-view .booking-flow-main .right{
  order: 1;
  margin-top: 78px;
}

@media (min-width: 768px){
  .course-view .booking-flow-main .right{
    order: 2;
    margin-top: 0px;
  }
}

.course-view .booking-flow-main .first-section{
  order: 2;
}

@media (min-width: 768px){
  .course-view .booking-flow-main .first-section{
    order: 1;
  }
}

.course-view .mobile{
  display: block;
}

@media (max-width: 1096px) {
  .actions ul li.course-view .mobile {
    display: flex;
  }
}

@media (min-width: 768px){
  .course-view .mobile{
    display: none;
  }
}

.course-view .desktop{
  display: none;
}

.steps-section-wrap.course-view .desktop {
  display: none;
}

.step-item.course-view .desktop {
  display: none
}

@media (min-width: 768px){
  .course-view .desktop{
    display: block;
  }
}

.course-view .first-section-div{
  margin-top: 0px;
}

.video-wrapper video{
  border-radius: 24px;
}

.free-course-tag{
  background-color: rgb(214 228 211);
  color: rgb(98 131 66);
  padding: 0.5rem;
  border-radius: 1rem;
  -webkit-text-stroke: 0px;
  font-size: 28px;
}

html {
  font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

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

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

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

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

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

.hover\:bg-\[\#3c447d\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(60 68 125 / var(--tw-bg-opacity));
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-lg:hover{
  --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);
}

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

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

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

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

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

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

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

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

@media (prefers-color-scheme: dark){
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .sm\:ml-16{
    margin-left: 4rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

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

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

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

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

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

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

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

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

@media (min-width: 768px){
  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

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

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-12{
    padding-top: 3rem;
  }

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

@media (min-width: 1024px){
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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