@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

input:where([type='checkbox']){
  border-radius: 0px;
}

input:where([type='radio']){
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

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

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

@media (forced-colors: active) {

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

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

@media (forced-colors: active) {

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

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

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

@media (forced-colors: active) {

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

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

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

input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-auto{
  grid-column: auto;
}
.float-right{
  float: right;
}
.m-auto{
  margin: auto;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mt-px{
  margin-top: -1px;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-mb-9{
  margin-bottom: -2.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-60{
  margin-bottom: 15rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-80{
  margin-bottom: 20rem;
}
.mb-\[90px\]{
  margin-bottom: 90px;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.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;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-\[0\]{
  transform-origin: 0;
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-6{
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-6{
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.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-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-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));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#FF6B35\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500{
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400{
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500{
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100{
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200{
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500{
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400{
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50{
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-600{
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500{
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400{
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-200{
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-gray-200{
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-gray-500{
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.to-gray-600{
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-green-50{
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}
.to-green-500{
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-green-600{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-100{
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-500{
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-red-500{
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-red-600{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-slate-700{
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}
.to-teal-600{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-36{
  padding-left: 9rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-90{
  opacity: 0.9;
}
.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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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-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);
}
.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);
}
.outline{
  outline-style: solid;
}
.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, 1));
}
.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.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);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*
 ----------------------
 Import Google Fonts
 ----------------------
 */
/*
 ----------------------
Front import end
 ----------------------
 */

/*! -----------------------------------------------------------------------------------

    Template Name: Iron Man
    Template URI: https://github.com/masudrana03/IronMan
    Description: Ready custom html template
    Author: Masud Rana
    Author URI: https://github.com/masudrana03

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

/* !---------- Common CSS Start ------------ */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

ul, ol {
    padding-left: 15px;
}

body {
    background: #091e62;
}

/*
 ----------------------
Font Section
 ----------------------
 */

.fsw-16 {
    font-size: 16px;
    line-height: 20px;
}

.fsw-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-12 {
    font-size: 12px;
    line-height: 16px;
}

.fs-14 {
    font-size: 14px;
    line-height: 18px;
}

.fs-16 {
    font-size: 16px;
    line-height: 20px;
}

.fs-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-24 {
    font-size: 24px;
    line-height: 28px;
}

.fs-26 {
    font-size: 26px;
    line-height: 30px;
}

.fs-28 {
    font-size: 28px;
    line-height: 32px;
}

.fs-30 {
    font-size: 30px;
    line-height: 34px;
}


.fb-16 {
    font-size: 16px;
    line-height: 20px;
}

.fb-18 {
    font-size: 18px;
    line-height: 20px;
}

.fb-22 {
    font-size: 22px;
    line-height: 26px;
}

.fb-24 {
    font-size: 24px;
    line-height: 28px;
}

.fb-32 {
    font-size: 32px;
    line-height: 38px;
}

.fb-36 {
    font-size: 36px;
    line-height: 42px;
}

.fb-40 {
    font-size: 40px;
    line-height: 47px;
}

.fxb-36 {
    font-weight: 900;
    font-size: 34px;
    line-height: 42px;
}

.ff-lato {
    font-family: "Lato", sans-serif;
}

.ff-roboto {
    font-family: 'Roboto', sans-serif;
}

.ff-poppins {
    font-family: 'Poppins', sans-serif;
}


/* Font weight Section */
.fw-400 {
    font-weight: 400;
}

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

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

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

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-27 {
    line-height: 27px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-37 {
    line-height: 37px !important;
}


::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

::-webkit-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* .slider-wrap{background-image: url("/assets/img/slider-bg.png");} */
.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-button {
    width: 10px;
    min-height: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.slider-button:hover {
    opacity: .5;
}

.slider-button:focus {
    outline: none;
    box-shadow: none;
}

.slider-buttons {
    position: absolute;
    /* top: 32%; */
    /* overflow: hidden; */
    top: 290px;
    left: 75%;
}


.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px !important;
    padding: 10px !important;
}

/* !---------- Common CSS End ------------ */

/* !---------- Padding CSS Start ------------ */
/* padding top pixel */
.pt-0 {
    padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding top percent */
.pt-x-5 {
    padding-top: 5%;
}

.pt-x-15 {
    padding-top: 15%;
}

.pt-x-25 {
    padding-top: 25%;
}

.pt-x-35 {
    padding-top: 35%;
}

.pt-x-45 {
    padding-top: 45%;
}

.pt-x-55 {
    padding-top: 55%;
}

.pt-x-65 {
    padding-top: 65%;
}

.pt-x-75 {
    padding-top: 75%;
}

.pt-x-85 {
    padding-top: 85%;
}

.pt-x-95 {
    padding-top: 95%;
}

.pt-x-105 {
    padding-top: 105%;
}

.pt-x-115 {
    padding-top: 115%;
}

.pt-x-125 {
    padding-top: 125%;
}

.pt-xl-10 {
    padding-top: 10%;
}

.pt-xl-20 {
    padding-top: 20%;
}

.pt-xl-30 {
    padding-top: 30%;
}

.pt-xl-40 {
    padding-top: 40%;
}

.pt-xl-50 {
    padding-top: 50%;
}

.pt-xl-60 {
    padding-top: 60%;
}

.pt-xl-70 {
    padding-top: 70%;
}

.pt-xl-80 {
    padding-top: 80%;
}

.pt-xl-90 {
    padding-top: 90%;
}

.pt-xl-100 {
    padding-top: 1000%;
}


/* !--------------------------------------------! */

/* padding bottom pixel */
.pb-0 {
    padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* padding bottom percent */
.pb-x-5 {
    padding-bottom: 5%;
}

.pb-x-15 {
    padding-bottom: 15%;
}

.pb-x-25 {
    padding-bottom: 25%;
}

.pb-x-35 {
    padding-bottom: 35%;
}

.pb-x-45 {
    padding-bottom: 45%;
}

.pb-x-55 {
    padding-bottom: 55%;
}

.pb-x-65 {
    padding-bottom: 65%;
}

.pb-x-75 {
    padding-bottom: 75%;
}

.pb-x-85 {
    padding-bottom: 85%;
}

.pb-x-95 {
    padding-bottom: 95%;
}

.pb-x-105 {
    padding-bottom: 105%;
}

.pb-x-115 {
    padding-bottom: 115%;
}

.pb-x-125 {
    padding-bottom: 125%;
}

.pb-xl-10 {
    padding-bottom: 10%;
}

.pb-xl-20 {
    padding-bottom: 20%;
}

.pb-xl-30 {
    padding-bottom: 30%;
}

.pb-xl-40 {
    padding-bottom: 40%;
}

.pb-xl-50 {
    padding-bottom: 50%;
}

.pb-xl-60 {
    padding-bottom: 60%;
}

.pb-xl-70 {
    padding-bottom: 70%;
}

.pb-xl-80 {
    padding-bottom: 80%;
}

.pb-xl-90 {
    padding-bottom: 90%;
}

.pb-xl-100 {
    padding-bottom: 1000%;
}


/* !--------------------------------------------! */

/* padding left pixel */
.pl-0 {
    padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding left percent */
.pl-x-5 {
    padding-left: 5%;
}

.pl-x-15 {
    padding-left: 15%;
}

.pl-x-25 {
    padding-left: 25%;
}

.pl-x-35 {
    padding-left: 35%;
}

.pl-x-45 {
    padding-left: 45%;
}

.pl-x-55 {
    padding-left: 55%;
}

.pl-x-65 {
    padding-left: 65%;
}

.pl-x-75 {
    padding-left: 75%;
}

.pl-x-85 {
    padding-left: 85%;
}

.pl-x-95 {
    padding-left: 95%;
}

.pl-x-105 {
    padding-left: 105%;
}

.pl-x-115 {
    padding-left: 115%;
}

.pl-x-125 {
    padding-left: 125%;
}

.pl-xl-10 {
    padding-left: 10%;
}

.pl-xl-20 {
    padding-left: 20%;
}

.pl-xl-30 {
    padding-left: 30%;
}

.pl-xl-40 {
    padding-left: 40%;
}

.pl-xl-50 {
    padding-left: 50%;
}

.pl-xl-60 {
    padding-left: 60%;
}

.pl-xl-70 {
    padding-left: 70%;
}

.pl-xl-80 {
    padding-left: 80%;
}

.pl-xl-90 {
    padding-left: 90%;
}

.pl-xl-100 {
    padding-left: 1000%;
}

.pl-s-18 {
    padding-left: 18%;
}

/* !--------------------------------------------! */


/* padding right pixel */
.pr-0 {
    padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding right percent */
.pr-x-5 {
    padding-right: 5%;
}

.pr-x-15 {
    padding-right: 15%;
}

.pr-x-25 {
    padding-right: 25%;
}

.pr-x-35 {
    padding-right: 35%;
}

.pr-x-45 {
    padding-right: 45%;
}

.pr-x-55 {
    padding-right: 55%;
}

.pr-x-65 {
    padding-right: 65%;
}

.pr-x-75 {
    padding-right: 75%;
}

.pr-x-85 {
    padding-right: 85%;
}

.pr-x-95 {
    padding-right: 95%;
}

.pr-x-105 {
    padding-right: 105%;
}

.pr-x-115 {
    padding-right: 115%;
}

.pr-x-125 {
    padding-right: 125%;
}

.pr-xl-10 {
    padding-right: 10%;
}

.pr-xl-20 {
    padding-right: 20%;
}

.pr-xl-30 {
    padding-right: 30%;
}

.pr-xl-40 {
    padding-right: 40%;
}

.pr-xl-50 {
    padding-right: 50%;
}

.pr-xl-60 {
    padding-right: 60%;
}

.pr-xl-70 {
    padding-right: 70%;
}

.pr-xl-80 {
    padding-right: 80%;
}

.pr-xl-90 {
    padding-right: 90%;
}

.pr-xl-100 {
    padding-right: 1000%;
}

.pr-s-18 {
    padding-right: 18%;
}

/* !--------------------------------------------! */


/* padding left & padding right component */
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* padding top & padding bottom component */
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* if any component need add hear */


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

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

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

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

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

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

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

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

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


/* !---------- Padding CSS End ------------ */
/* !---------- Margin CSS Start ------------ */
/* margin top pixel */
.mt-0 {
    margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin top percent */
.mt-x-5 {
    margin-top: 5%;
}

.mt-x-15 {
    margin-top: 15%;
}

.mt-x-25 {
    margin-top: 25%;
}

.mt-x-35 {
    margin-top: 35%;
}

.mt-x-45 {
    margin-top: 45%;
}

.mt-x-55 {
    margin-top: 55%;
}

.mt-x-65 {
    margin-top: 65%;
}

.mt-x-75 {
    margin-top: 75%;
}

.mt-x-85 {
    margin-top: 85%;
}

.mt-x-95 {
    margin-top: 95%;
}

.mt-x-105 {
    margin-top: 105%;
}

.mt-x-115 {
    margin-top: 115%;
}

.mt-x-125 {
    margin-top: 125%;
}

.mt-xl-10 {
    margin-top: 10%;
}

.mt-xl-20 {
    margin-top: 20%;
}

.mt-xl-30 {
    margin-top: 30%;
}

.mt-xl-40 {
    margin-top: 40%;
}

.mt-xl-50 {
    margin-top: 50%;
}

.mt-xl-60 {
    margin-top: 60%;
}

.mt-xl-70 {
    margin-top: 70%;
}

.mt-xl-80 {
    margin-top: 80%;
}

.mt-xl-90 {
    margin-top: 90%;
}

.mt-xl-100 {
    margin-top: 1000%;
}


/* !--------------------------------------------! */

/* margin bottom pixel */
.mb-0 {
    margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* margin bottom percent */
.mb-x-5 {
    margin-bottom: 5%;
}

.mb-x-15 {
    margin-bottom: 15%;
}

.mb-x-25 {
    margin-bottom: 25%;
}

.mb-x-35 {
    margin-bottom: 35%;
}

.mb-x-45 {
    margin-bottom: 45%;
}

.mb-x-55 {
    margin-bottom: 55%;
}

.mb-x-65 {
    margin-bottom: 65%;
}

.mb-x-75 {
    margin-bottom: 75%;
}

.mb-x-85 {
    margin-bottom: 85%;
}

.mb-x-95 {
    margin-bottom: 95%;
}

.mb-x-105 {
    margin-bottom: 105%;
}

.mb-x-115 {
    margin-bottom: 115%;
}

.mb-x-125 {
    margin-bottom: 125%;
}

.mb-xl-10 {
    margin-bottom: 10%;
}

.mb-xl-20 {
    margin-bottom: 20%;
}

.mb-xl-30 {
    margin-bottom: 30%;
}

.mb-xl-40 {
    margin-bottom: 40%;
}

.mb-xl-50 {
    margin-bottom: 50%;
}

.mb-xl-60 {
    margin-bottom: 60%;
}

.mb-xl-70 {
    margin-bottom: 70%;
}

.mb-xl-80 {
    margin-bottom: 80%;
}

.mb-xl-90 {
    margin-bottom: 90%;
}

.mb-xl-100 {
    margin-bottom: 1000%;
}


/* !--------------------------------------------! */

/* margin left pixel */
.m-auto {
    margin: auto;
}

.ml-0 {
    margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin left percent */
.ml-x-5 {
    margin-left: 5%;
}

.ml-x-15 {
    margin-left: 15%;
}

.ml-x-25 {
    margin-left: 25%;
}

.ml-x-35 {
    margin-left: 35%;
}

.ml-x-45 {
    margin-left: 45%;
}

.ml-x-55 {
    margin-left: 55%;
}

.ml-x-65 {
    margin-left: 65%;
}

.ml-x-75 {
    margin-left: 75%;
}

.ml-x-85 {
    margin-left: 85%;
}

.ml-x-95 {
    margin-left: 95%;
}

.ml-x-105 {
    margin-left: 105%;
}

.ml-x-115 {
    margin-left: 115%;
}

.ml-x-125 {
    margin-left: 125%;
}

.ml-xl-10 {
    margin-left: 10%;
}

.ml-xl-20 {
    margin-left: 20%;
}

.ml-xl-30 {
    margin-left: 30%;
}

.ml-xl-40 {
    margin-left: 40%;
}

.ml-xl-50 {
    margin-left: 50%;
}

.ml-xl-60 {
    margin-left: 60%;
}

.ml-xl-70 {
    margin-left: 70%;
}

.ml-xl-80 {
    margin-left: 80%;
}

.ml-xl-90 {
    margin-left: 90%;
}

.ml-xl-100 {
    margin-left: 1000%;
}

/* !--------------------------------------------! */


/* margin right pixel */
.mr-0 {
    margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin right percent */
.mr-x-5 {
    margin-right: 5%;
}

.mr-x-15 {
    margin-right: 15%;
}

.mr-x-25 {
    margin-right: 25%;
}

.mr-x-35 {
    margin-right: 35%;
}

.mr-x-45 {
    margin-right: 45%;
}

.mr-x-55 {
    margin-right: 55%;
}

.mr-x-65 {
    margin-right: 65%;
}

.mr-x-75 {
    margin-right: 75%;
}

.mr-x-85 {
    margin-right: 85%;
}

.mr-x-95 {
    margin-right: 95%;
}

.mr-x-105 {
    margin-right: 105%;
}

.mr-x-115 {
    margin-right: 115%;
}

.mr-x-125 {
    margin-right: 125%;
}

.mr-xl-10 {
    margin-right: 10%;
}

.mr-xl-20 {
    margin-right: 20%;
}

.mr-xl-30 {
    margin-right: 30%;
}

.mr-xl-40 {
    margin-right: 40%;
}

.mr-xl-50 {
    margin-right: 50%;
}

.mr-xl-60 {
    margin-right: 60%;
}

.mr-xl-70 {
    margin-right: 70%;
}

.mr-xl-80 {
    margin-right: 80%;
}

.mr-xl-90 {
    margin-right: 90%;
}

.mr-xl-100 {
    margin-right: 1000%;
}

/* !--------------------------------------------! */


/* margin left & margin right component */
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mx-14 {
    margin-left: 14px;
    margin-right: 14px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-22 {
    margin-left: 22px;
    margin-right: 22px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mx-26 {
    margin-left: 26px;
    margin-right: 26px;
}

.mx-28 {
    margin-left: 28px;
    margin-right: 28px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-32 {
    margin-left: 32px;
    margin-right: 32px;
}

.mx-34 {
    margin-left: 34px;
    margin-right: 34px;
}

.mx-36 {
    margin-left: 36px;
    margin-right: 36px;
}

.mx-38 {
    margin-left: 38px;
    margin-right: 38px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-42 {
    margin-left: 42px;
    margin-right: 42px;
}

.mx-44 {
    margin-left: 44px;
    margin-right: 44px;
}

.mx-46 {
    margin-left: 46px;
    margin-right: 46px;
}

.mx-48 {
    margin-left: 48px;
    margin-right: 48px;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}


/* margin top & margin bottom component */
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

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

.my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
}

.my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
}

.my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
}

.my-38 {
    margin-top: 38px;
    margin-bottom: 38px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
}

.my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
}

.my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
}

.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* if any component need add hear */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* !---------- Margin CSS End ------------ */


/* !---------- Font CSS Start ------------ */


/* */

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.W-10 {
    width: 10%;
}

.W-12 {
    width: 12%;
}

.W-20 {
    width: 20%;
}

.W-30 {
    width: 30%;
}

.W-40 {
    width: 40%;
}

.W-43 {
    width: 43%;
}

.W-50 {
    width: 50%;
}

.W-60 {
    width: 60%;
}

.W-70 {
    width: 70%;
}

.W-80 {
    width: 80%;
}

.W-90 {
    width: 90%;
}

.W-100 {
    width: 100%;
}



.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h90 {
    height: 90px;
}

.h100 {
    height: 100px;
}

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.h-100 {
    height: 100%;
}


.p-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.p-text-b {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #001A40;
}

.p-text a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

.text-forgot-pass a,
.text-sign-up a {
    font-weight: 400;
}

.text-forgot-pass a {
    color: #fff;
}

.text-sign-up a {
    color: #BF9C76;
}

.text-forgot-pass,
.text-sign-up {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

/* */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #001A40;
}

.text-blue-6 {
    color: #2F458F;
}

.text-gray-6 {
    color: #808080 !important;
}

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

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

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

.text-d-none {
    text-decoration: none;
}

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

.pass-span {
    position: relative;
    top: -10px;
}

.lp-1 {
    letter-spacing: 1px;
}

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

.border-b-blue {
    border-bottom: 1px solid #001a40;
}

.border-b-gold {
    border-bottom: 1px solid #BAA286 !important;
}

/* */

/* !---------- Font CSS End ------------ */


/* !---------- Forms CSS Start ------------ */

.page-divider {
    height: 1px;
    width: auto;
    background-color: #8F8F8F;
    display: block;
}

/* from-group */


.form-group {
    width: 100%;
}

.form-label {
    display: block;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}


.form-control,
.form-select {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    display: block;
    height: 29px;
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

.p-select {
    border: none !important;
    color: #001A40 !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    outline: none !important;
}

.error {
    border-bottom: 2px solid #f3262682 !important;
}

.error_messgae {
    color: #f32626;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.form-material .form-control,
.form-material .form-select {
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    border-bottom: 0.5px solid #d9d9d982;
    padding-top: 0;
    padding-bottom: 7px;
}

.form-select {
    padding: 8px 2.25rem 8px 8px;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    /* background-image: url("/assets/img/arrow-down.svg"); */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 11px 7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select option {
    color: #937651;
}

.form-password {
    position: relative;
}

.form-password .form-control {
    padding-right: 35px !important;
}

.form-password .pass-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 7px;
    top: 0;
    width: 28px;
    height: 100%;
    display: block;
    cursor: pointer;
    fill: #A7A7A7;
}

.form-password .form-control[type=password]~.pass-icon {
    background-image: url("/assets/icon/eye-hide.svg");
    background-size: 16px 14px;
}

.form-password .form-control[type=text]~.pass-icon {
    background-image: url("/assets/icon/eye.svg");
    background-size: 18px 20px;
}

.form-check {
    min-height: 16px;
    padding-left: 40px;
    display: block;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
}

.form-check-input {
    width: 14px;
    height: 14px;
    vertical-align: top;
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #00000040;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    margin-top: 2px;
    margin-left: -26px;
}

.form-check-input:checked {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.form-check .form-check-label {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


.form-check .form-check-label-b {
    display: block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


.form-check-input:checked[type=checkbox] {
    background-image: url("/assets/icon/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

.form-check-input:checked[type=radio] {
    background-image: url("/assets/icon/check-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.form-check-32 {
    padding-left: 32px;
}

.form-check-32 .form-check-input {
    margin-left: -32px;
}

.form-check-26 .form-check-input {
    margin-left: -26px;
}

.form-material .form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
}

.form-material .form-check-input-b {
    background-color: transparent;
    border: 1px solid #808080;
}

.form-material .form-check-input:checked[type=checkbox] {
    background-color: #F4F4F4;
}

.form-material .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-material .form-control::placeholder {
    color: #fff;
}

.form-material .form-place-black::-moz-placeholder {
    color: #808080 !important;
}

.form-material .form-place-black::placeholder {
    color: #808080 !important;
}

/* from-group End */



/* from-group1  */

.form-material1 .form-control,
.form-material1 .form-select {
    color: #808080;
    background-color: #FFFFFF;
    border: 0;
}

.form-control1,
.form-select1 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
}

.form-group1 {
    width: 100%;
}

.form-label1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 24px;
    display: block;
    width: 100%;
}

.form-control1::-webkit-input-placeholder,
.form-control1:-ms-input-placeholder,
.form-control1::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}


.form-control1,
.form-select1 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
    padding: 8px 18px;
}

.form-control1:focus,
.form-select1:focus {
    outline: none;
    box-shadow: none;
}

.form-select1 {
    padding: 8px 18px;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    /* background-image: url("/assets/icon/arrow-down.svg"); */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 22px 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select1 option {
    color: #937651;
}

/*  from-group1 End  */



/*verify Page*/
.verify-page .form-control {
    height: 60px;
    background: #FFFFFF;
    border-radius: 40px;
    text-align: center;
    color: #A7A7A7;
}



/* !---------- Forms CSS End ------------ */


/* !---------- Display CSS Start ------------ */

/* display css added. */
.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-f {
    display: flex;
}

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

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

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

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

.vl-top {
    vertical-align: top;
}

.position-static {
    position: static;
}

.position-a {
    position: absolute;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}



.collapsible {
    background-color: #ffffff;
    color: #001a40;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.active,
.collapsible:hover {
    background-color: #fdfdfd;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}


.section {
    width: 100%;
}

.display-none {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

/* !---------- Display CSS End ------------ */



/* !---------- Image CSS Start ------------ */
.img-fluid {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img-fluid-start {
    max-width: 100%;
    display: block;
    margin: 0px;
}

.joan-profile-img {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 30px;
    top: 170px;
    display: block;
}

.d-user-left img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}

/* */
/* !---------- Image CSS End ------------ */



/* !---------- Wrapper CSS Start ------------ */

/* wrapper css */

.wrapper {
    min-height: 100vh;
    position: relative;
    max-width: 428px;
    margin: 0 auto;
    padding-bottom: 30px !important;
}

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

.wrapper .logo a {
    display: block;
    text-align: center;
}

.wrapper .logo img {
    height: 36px;
}

.wrapper .sign-logo img {
    height: 140px;
}

.wrapper .logo-top img {
    height: 20px;
}

.wrapper .logo-cong img {
    height: 32px;
}

.bg-none {
    background: none;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background: #000000;
}

.bg-blue-8 {
    background: #001229;
}

.bg-blue-6 {
    background: #2f458f;
}

.bg-orange-4 {
    background: #FBA33D;
}

.bg-common {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-user-create {
    background-image: url("/assets/img/bg-user-create.png");
}

.bg-reg-uae-pass {
    background-image: url("/assets/img/bg-reg-uae-pass.png");
}

.bg-success-verified {
    background-image: url("/assets/img/bg-successfully-verified.png");
}

.bg-welcome {
    background-image: url("/assets/img/bg-welcome.png");
}

.bg-img-blue {
    background-image: url("/assets/img/bd-blue-view.png");
}

.bg-blue-img {
    background-image: url("/assets/img/AI_Image_blue.png");
}

.bg-welcome2 {
    background-image: url("/assets/img/bg-white2.png");
}

/* */

/* .bg-img-white { background-image: url("../img/ai_image_invert.png"); } */
/* .bg-pro-info { background-image: url("/assets/img/bg-pro-info.png"); } */

/* */

/* !---------- Wrapper CSS End ------------ */


/* !---------- Button CSS Start ------------ */

.btn {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-in-out;
    border: 0;
    cursor: pointer;
}

.btn-circle {
    padding: 7px;
    border-radius: 50%;
}


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

.btn-r20 {
    border-radius: 20px;
}

.btn-r-tl {
    border-top-left-radius: 10px;
}

.btn-r-tr {
    border-top-right-radius: 10px;
}

.btn-r-bl {
    border-bottom-left-radius: 10px;
}

.btn-r-br {
    border-bottom-right-radius: 10px;
}


.btn-white {
    color: #ffffff;
}

.btn-blue-8 {
    color: #001A40;
}

.btn-blue {
    color: #2F458F;
}

.btn:hover {
    opacity: .7;
}

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

.btn-finger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-block-s {
    width: 60%;
    display: block;
    margin-left: 20%;
}

/* !---------- Button CSS End ------------ */

/* !----------Menu CSS Start ------------ */


.main {
    /* height: calc(100vh - 91px); */
    height: auto;
    overflow: hidden;
}

.navbar-fixed .main {
    height: calc(100% - 91px);
    padding-bottom: 91px;
    overflow-y: auto;
}

.navbar-fixed,
.footer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    left: 0;
    right: 0;
}

/*  */


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001229;
    padding-top: 24px;
    padding-bottom: 12px;
    height: 90px;
}

.menu-link {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-icon {
    margin-bottom: 5px;
}

.menu-text {
    display: block;
    text-align: center;
}


.menu-link.active .menu-icon path {
    fill: #fff;
}

.menu-link.active .menu-text {
    color: #fff
}





.main1 {
    /* height: calc(100% - 91px); */
    /* padding-bottom: 91px; */
    overflow-y: auto;
    /* margin-bottom: 100px; */
}



.new-page-divider {
    height: 4px;
    width: 100%;
    background-color: #BAA286;
    display: block;
}

.new-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding-top: 24px;
    padding-bottom: 12px;
    max-width: 428px;
    margin: 0 auto;
    height: 90px;
}

.menu-font {
    color: #9c9d9c;
    font-size: 11px;
    text-transform: uppercase;
}


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001229;
    padding-top: 24px;
    padding-bottom: 12px;
    height: 90px;
}

.menu-link {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-icon {
    margin-bottom: 5px;
}

.menu-text {
    display: block;
    text-align: center;
}

.menu-link.active .menu-icon path {
    fill: #fff;
}

.menu-link.active .menu-text {
    color: #fff
}

/* new from control */
.border-r-gray {
    border-radius: 10px;
    border: 1px solid #808080;
}

/* !----------Menu CSS End ------------ */

/* !----------Card CSS Start ------------ */

.card-name {
    font-size: 6px;
    font-weight: 500;
    color: #001a40;
    padding-top: 16px;
    padding-left: 15px;
}

.card-number {
    font-size: 4px;
    font-weight: 500;
    color: #fff;
    /* padding-left: 4px; */
    /* padding-top: 5px; */
    /* top: 10px; */
}

.card-holder-name {
    font-size: 4px;
    font-weight: 500;
    color: #fff;
    padding-left: 4px;
}

.card {
    background: #ffffff;
    border-radius: 10px;
}

.card-header {
    /* background-color: #001a40; */
    background-color: #2F458F;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: space-between;
    align-items: center;
}

.card-header .value {
    text-align: right;
    margin-top: 0;
    font-size: 16px;
}



.card-header h4 {
    font-weight: 600;
}

.d-user {
    display: flex;
    gap: 10px;
}

.small-card {
    position: absolute;
    /* left: -70px; */
    top: -110px;
    right: -20px;

}

.position-relative {
    position: relative;
}

/* new */
.membership-card {
    position: relative;
}

.membership-card p {
    position: relative;
    z-index: 20;
    top: -65px;
    right: 45px;
}

.membership-card h6 {
    position: relative;
    z-index: 20;
    top: -65px;
    right: 45px;
}

.shadow-b {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: whitesmoke;
    border-radius: 10px;
}

.rounded-b {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* !----------Card CSS End ------------ */



/* !---------- Others CSS Start ------------ */


.from {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.form-group .password_with_eye {
    width: 100%;
    display: inline-flex;
    overflow: hidden;
}

.form-group .eye-icon {
    position: absolute;
    margin-left: -40px;
    margin-top: 24px;
}


/* pass word validation realtime */

.badge {
    white-space: normal !important;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
}

.badge-danger {
    color: #fff;
    text-align: center;
    font-size: 0.92em;
    background-color: #f00000;
}

.badge-success {
    color: #fff;
    font-size: 0.92em;
    background-color: #00f007;
}

.in-active {
    color: #fff !important;
    text-align: center !important;
    font-size: 0.92em !important;
    background-color: #f00000 !important;
}

.active {
    /* color: #fff !important; */
    color: #001A40;
    text-align: center !important;
    /* font-size: 0.92em !important; */
    /* background-color: #00f007 !important; */
}



.welcome-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.welcome-page .logo {
    margin-bottom: 29vh;
    padding-left: 34px;
    padding-right: 34px;
}

.welcome-page .logo img {
    height: auto;
}

.welcome-bottom {
    margin-bottom: 14.33vh;
}

.welcome-bottom p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

.welcome-bottom p a {
    display: inline-block;
    color: #fff;
}


/* some custom styles for fixing design issue*/
.errors {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: #d93131;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.ling1 {
    height: 0.5px;
    background-color: #baa286b8;
    display: block;
}

.ling2 {
    height: 0.5px;
    background-color: #baa286b8;
    display: block;
    margin-top: -10px;
}

.or {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: -10px;
}

.valuation-box {
    height: calc(56.9vh - 16px);
    overflow-y: auto;
}

.valuation-box-2 {
    height: calc(61.9vh - 14px);
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    height: 100vh;
}

.modal-dialog {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    background-clip: padding-box;
    border: 0;
    outline: 0;
    background: #AE9579;
    border-radius: 5px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 17px 40px;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px 34px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.modal .btn-close {
    font-size: 14px;
}

.modal .btn-ok,
.modal .btn-close,
.modal .btn-cancel {
    border: 0;
    outline: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.modal .btn-ok,
.modal .btn-cancel {
    height: 48px;
    width: calc(50% - 8px);
    background: #FFFFFF;
    border-radius: 5px;
}


/* Modal End  */


.property-page .property-item-inner {
    max-height: 42.2vh;
}

.property-checkbox {
    overflow: hidden;
}

.property-checkbox .form-check {
    float: right;
    padding-left: 0;
}

.property-checkbox .form-check-input {
    margin-top: 0;
    margin-left: 0;
}

/* ./property Page*/

.g-10 {
    gap: 10px;
}

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

.dashtop-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: start;
    background: #fff
}

.col-2 {
    flex: 0 0 auto;
    width: 20%;
}

.col-4 {
    flex: 0 0 auto;
    width: 24%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-10 {
    flex: 0 0 auto;
    width: 80%;
}



/* !---------- Others CSS End ------------ */

/*! -----------------------------------------------------------------------------------

    HTML Page Name: Enter hear html page name

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

/* !----------Common CSS------------ */
/* common css */



/* !----------Padding CSS------------ */
/* padding css */



/* !----------Margin CSS------------ */
/* margin css */



/* !----------Front CSS------------ */
/* front css */



/* !----------Display CSS------------ */
/* display css */



/* !----------Image CSS------------ */
/* Image css */



/* !----------Wrapper CSS------------ */
/* Wrapper css */



/* !----------Form CSS------------ */
/* forms css */



/* !----------Button CSS------------ */
/* Button css */



/* !----------Menu CSS------------ */
/* menu css */




/* !----------Card CSS------------ */
/*  Card css */




/* !----------Others CSS------------ */
/*  Card css */












/*! -----------------------------------------------------------------------------------

 HTML Page Name: Enter hear html page name

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

/* !----------Common CSS------------ */
/* common css */

/* !----------Padding CSS------------ */
/* padding css */

/* !----------Margin CSS------------ */
/* margin css */

/* !----------Front CSS------------ */
/* front css */
.d-user-right h3 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.d-user-right p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
}

.gold-card {
    margin-left: 24px;
    margin-top: -6px;
}

.gold-content {
    position: absolute;
}

.card-text-a {
    position: absolute;
    width: 102px;
    height: 14px;
    right: 25px;
    top: 132px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 6px;
    line-height: 9px;
    color: #ffffff;
}

.card-number {
    position: relative;
    color: #001a40;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 40px;
}

.card-holder-name {
    color: #001a40;
    padding-left: 10px;
}

/* !----------Display CSS------------ */
/* display css */

/* !----------Image CSS------------ */
/* Image css */

/* !----------Wrapper CSS------------ */
/* Wrapper css */

/* !----------Form CSS------------ */
/* forms css */

/* !----------Button CSS------------ */
/* Button css */

/* !----------Menu CSS------------ */
/* menu css */

/* !----------Card CSS------------ */
/* Card css */

/* !----------Others CSS------------ */
/* Card css */

/* Common CSS */
.fs-6 {
    font-size: 6px;
}

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

.text-faq {
    color: #baa286 !important;
}

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

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

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

/* Copied */
.active-select {
    background-color: gray;
}

.large-card-number {
    position: absolute;
    left: 60px;
    top: 220px;
}

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

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

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

/* !----------Common CSS------------ */
/* common css */
.fs-22 {
    font-size: 22px;
}

.inline-h-22 {
    line-height: 22px;
}

.text-golden {
    color: #baa286;
}

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

.estimated-property-card {
    width: 100%;
    background: #2f458f;
    text-align: center;
    padding: 6px;
    line-height: 35px;
    margin: auto;
}

ul.lavel-list {
    text-align: center;
    margin: 0;
    display: flex;
    gap: 8px;
    justify-content: right;
    align-content: center;
}

ul.lavel-list li {
    display: block;
}

.lavel-list img {
    display: block;
}

.information-img {
    width: 10px;
    margin-bottom: 8px;
}

.bottom-button {
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
    border: 0;
    cursor: pointer;
}

.bottom-button-block {
    width: 80%;
    display: block;
}

/* .pool-text { position: absolute; top: 450px; left: 79px; }  */
.pool-text {
    position: absolute;
    left: 79px;
}

.bg-valuation {
    background: #5eaff9;
    width: 60%;
    position: absolute;
    padding: 35px 5px;
    left: 79px;
    top: 260px;
}

.featching-text {
    position: absolute;
    left: 92px;
    top: 400px;
}

/* Sorry Face section */
.sorry-face {
    margin: auto;
    display: block;
}

.fs-poppins {
    font-family: "Poppins";
}

.property-input-section {
    border: 1px solid rgba(47, 69, 143, 0.8);
    width: 48%;
    padding: 36px;
}

.margin-auto {
    margin: auto;
}

.bg-whiteCC {
    background-color: #f5f5f5cc;
}

/* Select img page */
.select-img {
    width: 100%;
    padding: 5px;
}

.select-img-top {
    position: absolute;
    width: 145px;
}

.select-img-bottom {
    position: absolute;
    width: 145px;
    top: 330px;
}

.blue-tick-top-bottom-left {
    left: 133px;
    position: absolute;
    top: 230px;
}

.blue-tick-top-bottom-right {
    right: 50px;
    position: absolute;
    top: 230px;
}

.blue-tick-bottom {
    position: absolute;
    top: 230px;
}

.serveces-img {
    width: 100%;
    padding: 2px;
}

.blue-tick-bottom-top {
    position: absolute;
    top: 360px;
}

.edit-input-button {
    position: absolute;
    top: 154px;
    left: 100px;
}

.add-profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    background-color: #d9d9d9;
    padding: 5px;
}

.full-width-card {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
}

.comming-soon-text {
    position: absolute;
    border-radius: 5px 0px 0px 5px;
    height: 59.084px;
    bottom: 24px;
    right: 19px;
    width: 210px;
    padding: 12px;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.p-5 {
    padding: 5px;
}

.p-6 {
    padding: 6px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

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

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

.inline-height-30 {
    line-height: 30px;
}


.fs-17 {
    font-size: 17px;
    font-family: 'Poppins';
}

.border-b-gold-79 {
    border-bottom: 1px solid #AE9579 !important;
}

.centered-item {
    display: flow;
    text-align: center;
    margin-bottom: 20px;
}

.realbex-club-text {
    color: rgba(0, 26, 64, 0.80);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.club-card-details {
    color: #001A40;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 120px;
}

.content-box {
    display: block;
    width: 350px;
    height: 570px;
    padding: 1em;
    overflow-y: scroll;
    text-align: left;
}

/*! -----------------------------------------------------------------------------------

    HTML Page Name: Intelligence Page
-----------------------------------------------------------------------------------
 */

.search {
    border-radius: 10px;
    border: 1px solid #808080;
    background: #FFF;
}

.search:focus {
    outline: none;
    box-shadow: none;
    border-color: #2F458F;
}

.article-text {
    color: rgba(0, 26, 64, 0.80);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.intelligence-content {
    margin-bottom: 150px;
}

/* !----------Padding CSS------------ */
/* padding css */



/* !----------Margin CSS------------ */
/* margin css */



/* !----------Front CSS------------ */
/* front css */



/* !----------Display CSS------------ */
/* display css */



/* !----------Image CSS------------ */
/* Image css */



/* !----------Wrapper CSS------------ */
/* Wrapper css */



/* !----------Form CSS------------ */
/* forms css */



/* !----------Button CSS------------ */
/* Button css */



/* !----------Menu CSS------------ */
/* menu css */




/* !----------Card CSS------------ */
/*  Card css */




/* !----------Others CSS------------ */
/*  Card css */











/* common css */


/* padding css */



/* margin css */



/* front css */


/* front css */


/* display css */


/* Image css */


/* Wrapper css */


/* Button css */



/* menu css */




/*  Card css */




/*  outlaws css */

/*  modal css */




/* !----------register Page CSS------------ */
/*  Added Page Name css hear */

/* dashboard-classic-tier CSS */
/*  Dashboard css */

/* Validation Summary CSS */
/*  Validation css */

/* Owner Summary CSS */
/*  Owner css */


/*  FAQ Component CSS Start */
.faq-item {
    margin: 30px 0;
}

.question-wraaper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Poppins;
    font-weight: bold;
    font-size: 15px;
    color: #001A40;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #001A40;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.faq-answer {
    color: #001A40;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0;
}

/*  FAQ Component CSS End */

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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\: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\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-600:hover{
  --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-600:hover{
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-600:hover{
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-600:hover{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-700:hover{
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-600:hover{
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.hover\:to-cyan-700:hover{
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.hover\:to-green-700:hover{
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:to-orange-700:hover{
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover{
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:to-red-700:hover{
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.hover\:to-slate-800:hover{
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.hover\:to-teal-700:hover{
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

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

.hover\:shadow-sm:hover{
  --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);
}

.hover\:shadow-xl:hover{
  --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);
}

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

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

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

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

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

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

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

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

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

.focus\:ring: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(3px + 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-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-4: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(4px + 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-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

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

.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.peer:-moz-placeholder ~ .peer-placeholder-shown\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}

.peer:-moz-placeholder ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:start-0{
  inset-inline-start: 0px;
}

.peer:focus ~ .peer-focus\:-translate-y-6{
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.peer:focus ~ .peer-focus\:font-medium{
  font-weight: 500;
}

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

.dark\:border-gray-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

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

.dark\:border-orange-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

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

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

.dark\:bg-gray-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

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

.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-600:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.dark\:text-green-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.dark\:text-red-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-blue-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-green-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-red-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-gray-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:focus\:border-blue-500:focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.dark\:focus\:border-blue-700:focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.dark\:focus\:border-blue-800:focus:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.dark\:focus\:ring-blue-800:focus:is(.dark *){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.dark\:active\:bg-gray-700:active:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:active\:text-gray-300:active:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:dark\:text-blue-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){

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

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

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

  .sm\:ml-0{
    margin-left: 0px;
  }

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

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

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

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

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

  .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

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

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

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

@media (min-width: 768px){

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

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

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

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

@media (min-width: 1024px){

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

  .lg\:p-8{
    padding: 2rem;
  }

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

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

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right;
}

.peer:focus ~ .rtl\:peer-focus\:left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
}

.peer:focus ~ .rtl\:peer-focus\:translate-x-1\/4:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: 25%;
  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));
}

