@import url(https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;700&display=swap);
@charset "UTF-8";
/*
! tailwindcss v3.0.12 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container, .container-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}
.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-1{
  flex: 0 0 auto;
  width: 8.333333333333334%;
}
.col-2{
  flex: 0 0 auto;
  width: 16.666666666666668%;
}
.col-3{
  flex: 0 0 auto;
  width: 25%;
}
.col-5{
  flex: 0 0 auto;
  width: 41.66666666666667%;
}
.col-8{
  flex: 0 0 auto;
  width: 66.66666666666667%;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.mr-1{
  margin-right: 0.25rem;
}

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

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

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

.inline{
  display: inline;
}

.\!inline{
  display: inline !important;
}

.flex{
  display: flex;
}

.w-40{
  width: 10rem;
}

.w-80{
  width: 20rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(48 150 152 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
@font-face {
  font-family: "Gagalin";
  src: url(/assets/fonts/Gagalin-Regular.eot?ed217c1e757891b830a06b25a7870c71);
  src: url(/assets/fonts/Gagalin-Regular.eot?ed217c1e757891b830a06b25a7870c71?#iefix) format("embedded-opentype"), url(/assets/fonts/Gagalin-Regular.woff2?d08b123b88ddb5ad9f71b6a5a87f8ae9) format("woff2"), url(/assets/fonts/Gagalin-Regular.woff?95c8fc292f1025eab4aee78d179fed69) format("woff"), url(/assets/fonts/Gagalin-Regular.ttf?97775b91169fb9f1e9f8e6afbacfbf90) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  background-attachment: fixed;
  background-color: #181827;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#sidebar {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 24 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  #sidebar {
    width: 15%;
    flex-flow: column;
    border-right: 2px solid #FFF;
  }
  #sidebar{
    position: relative;
  }
}
#sidebar #header img{
  margin-top: 0.5rem;
}
@media (min-width: 768px){
  #sidebar #header img{
    margin-top: 1.25rem;
  }
}
#sidebar #links{
  margin-top: 0.75rem;
}
@media (min-width: 768px){
  #sidebar #links{
    margin-top: 5rem;
  }
}
#sidebar #links .col-4{
  margin-left: auto;
  margin-right: auto;
}
#sidebar #links a{
  display: inline-block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#sidebar #links a.active{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#sidebar #links .link-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#sidebar #links .link-image img{
  width: 1.5rem;
}
@media (min-width: 768px) {
  #sidebar #links .link-image{
    margin-right: 0.75rem;
  }
}
#sidebar #links .link-title {
  display: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #sidebar #links .link-title {
    display: inline-block;
  }
}
#sidebar.small .link-title {
  display: none;
}

#disconnect-wallet {
  display: none;
  cursor: pointer;
}
#disconnect-wallet.active {
  display: block;
}

#wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  #wrapper {
    flex-direction: row;
  }
}
#wrapper #main {
  width: 100%;
}
@media (min-width: 768px){
  #wrapper #main{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@md screen {
  #wrapper #main {
    width: 80%;
  }
}

#prediction-container .bet-token {
  line-height: 44px;
  vertical-align: middle;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#prediction-container .bet-token:first-child {
  margin-left: 0 !important;
}
#prediction-container .bet-token:last-child {
  margin-left: 0 !important;
}
#prediction-container .bet-token span{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#prediction-container .bet-token span.token-active{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#prediction-container .timer {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#prediction-container .timer .countdown {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#prediction-container .timer .period {
  z-index: 5;
  vertical-align: middle;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#prediction-container .timer .balloon {
  display: inline-block;
  position: absolute;
  height: 55px;
  width: 55px;
  line-height: 55Px;
  margin-top: -13px;
  vertical-align: middle;
  text-align: center;
  background: #000;
  margin-left: -10px;
  border-radius: 9999px;
}
#prediction-container .timer .balloon img {
  margin-left: 3px;
}
#prediction-container #betting-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
#prediction-container #betting-container h1{
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
}
#prediction-container #betting-container h1.title-underline:after {
  content: "";
  width: 60%;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  margin: 10px 0;
}
#prediction-container #betting-container > div {
  position: relative;
  border: 4px solid #FFF;
  width: 400px;
  margin: 0 auto;
  margin-top: 10%;
  max-width: 90%;
  height: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 24 / var(--tw-bg-opacity));
  padding: 10px;
}
#prediction-container #betting-container > div #harvest-button, #prediction-container #betting-container > div #unstake-button {
  display: inline-block;
  cursor: pointer;
}
#prediction-container #betting-container > div #harvest-button.disabled, #prediction-container #betting-container > div #unstake-button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#prediction-container #betting-container > div #deposit-btn {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
}
#prediction-container #betting-container > div #deposit-btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#prediction-container #betting-container > div .close-betting {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  cursor: pointer;
}
#prediction-container #betting-container > div #betting-quantity {
  margin: 0 auto;
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#prediction-container #betting-container > div .transaction-step {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Hind Madurai;
  font-weight: 700;
}
#prediction-container #betting-container > div .transaction-step .transaction-spinner {
  display: none;
}
#prediction-container #betting-container > div .transaction-step .status-bubble {
  text-align: center;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: #FFF;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
}
#prediction-container #betting-container > div .transaction-step.step-disabled {
  color: #bdbcbc;
}
#prediction-container #betting-container > div .transaction-step.step-disabled .status-bubble {
  background-color: #bdbcbc;
}
#prediction-container #betting-container > div .transaction-step.step-success {
  color: #30be5a;
}
#prediction-container #betting-container > div .transaction-step.step-success .status-bubble {
  background-color: #30be5a;
}
#prediction-container #betting-container > div .transaction-step.step-success .status-bubble:before {
  content: "✓";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#prediction-container #betting-container > div .transaction-step.step-pending{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#prediction-container #betting-container > div .transaction-step.step-pending .transaction-spinner {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 30 / var(--tw-text-opacity));
}
#prediction-container #betting-container > div .transaction-step.step-pending .status-bubble{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#prediction-container #betting-container > div .transaction-step.step-error {
  color: #b41212;
}
#prediction-container #betting-container > div .transaction-step.step-error .status-bubble {
  background-color: #b41212;
}
#prediction-container #betting-container > div .transaction-step.step-error .status-bubble:before {
  content: "×";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#prediction-container #betting-container > div .stake-btn {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
}

.btn{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 700;
}

.rounds-container {
  background-color: #C6C6C6;
  border-radius: 25px;
  padding: 15px 5px 5px;
}
.rounds-container .round-item-container {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.rounds-container .round-item-container.expired-round-container {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
@media (min-width: 768px) {
  .rounds-container .round-item-container.expired-round-container {
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
  }
}
.rounds-container .round-item-container.next-round-container {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media (min-width: 768px) {
  .rounds-container .round-item-container.next-round-container {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
}
.rounds-container .round-item-container .round-item {
  overflow: hidden;
  height: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
}
.rounds-container .round-item-container .round-item .round-item-header{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.rounds-container .round-item-container .round-item .round-item-header h1 {
  text-align: left;
  width: 50%;
  display: inline-block;
}
.rounds-container .round-item-container .round-item .round-item-header .number {
  text-align: right;
  width: 50%;
  display: inline-block;
}
.rounds-container .round-item-container .round-item .round-item-body {
  padding: 5px;
  border-radius: 0.75rem;
}
.rounds-container .round-item-container .round-item .round-item-body .middle-top{
  margin-bottom: 0.75rem;
}
.rounds-container .round-item-container .round-item .round-item-body .middle-left {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.rounds-container .round-item-container .round-item .round-item-body .middle-right {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.rounds-container .round-item-container .round-item .round-item-body .round-arrow {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.rounds-container .round-item-container .round-item .round-item-body .round-arrow .round-up-title .text {
  position: relative;
  z-index: 2;
}
.rounds-container .round-item-container .round-item .round-item-body .round-arrow .round-payout {
  width: 100%;
  display: inline-block;
  background-color: #1E1A18;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up {
  padding-top: 30px;
  text-align: center;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up .round-up-title{
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(48 150 152 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .round-up .round-up-title .triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 40px;
  background: linear-gradient(to top left, #1E1A18 50%, rgba(0, 0, 0, 0) 50%) no-repeat left bottom/50% 100%, linear-gradient(to top right, #1E1A18 50%, rgba(0, 0, 0, 0) 50%) no-repeat right bottom/50% 100%;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up .round-payout {
  display: inline-block;
  color: #BDBDBD;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up.active .triangle {
  background: linear-gradient(to top left, #309698 50%, rgba(0, 0, 0, 0) 50%) no-repeat left bottom/50% 100%, linear-gradient(to top right, #309698 50%, rgba(0, 0, 0, 0) 50%) no-repeat right bottom/50% 100%;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up.active .round-up-title {
  color: #BDBDBD;
}
.rounds-container .round-item-container .round-item .round-item-body .round-up.active .round-payout {
  background-color: #309698;
}
.rounds-container .round-item-container .round-item .round-item-body .betBull, .rounds-container .round-item-container .round-item .round-item-body .betBear, .rounds-container .round-item-container .round-item .round-item-body .alreadyBet, .rounds-container .round-item-container .round-item .round-item-body .betNull{
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.rounds-container .round-item-container .round-item .round-item-body .betBull{
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 150 152 / var(--tw-bg-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .betBear{
  --tw-bg-opacity: 1;
  background-color: rgb(69 54 238 / var(--tw-bg-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .betNull{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .alreadyBet {
  cursor: no-drop;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .round-middle {
  border: 2px solid #007aff;
  border-radius: 25px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down {
  padding-bottom: 30px;
  text-align: center;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down .round-down-title{
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(69 54 238 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item .round-item-body .round-down .round-down-title .text {
  position: relative;
  z-index: 2;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down .round-down-title .triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  height: 40px;
  background: linear-gradient(to bottom left, #1E1A18 50%, rgba(0, 0, 0, 0) 50%) no-repeat left top/50% 100%, linear-gradient(to bottom right, #1E1A18 50%, rgba(0, 0, 0, 0) 50%) no-repeat right top/50% 100%;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down .round-payout {
  background-color: #1E1A18;
  color: #BDBDBD;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down.active .triangle {
  background: linear-gradient(to bottom left, #4536EE 50%, rgba(0, 0, 0, 0) 50%) no-repeat left top/50% 100%, linear-gradient(to bottom right, #4536EE 50%, rgba(0, 0, 0, 0) 50%) no-repeat right top/50% 100%;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down.active .round-down-title {
  color: #BDBDBD;
}
.rounds-container .round-item-container .round-item .round-item-body .round-down.active .round-payout {
  background-color: #4536EE;
}
.rounds-container .round-item-container .round-item.expired-round {
  opacity: 0.8;
  border: 2px solid #FFF;
}
.rounds-container .round-item-container .round-item.expired-round .round-item-header {
  background-color: #1E1A18;
}
.rounds-container .round-item-container .round-item.live-round {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
.rounds-container .round-item-container .round-item.live-round .round-item-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.next-round {
  border: 2px solid #FFF;
}
.rounds-container .round-item-container .round-item.next-round .round-item-header{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.next-round .round-down.active .triangle {
  background: linear-gradient(to bottom left, #F9B648 50%, rgba(0, 0, 0, 0) 50%) no-repeat left top/50% 100%, linear-gradient(to bottom right, #F9B648 50%, rgba(0, 0, 0, 0) 50%) no-repeat right top/50% 100%;
}
.rounds-container .round-item-container .round-item.next-round .round-down.active .text{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.next-round .round-down.active .round-payout{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.next-round .round-up.active .triangle {
  background: linear-gradient(to top left, #F9B648 50%, rgba(0, 0, 0, 0) 50%) no-repeat left bottom/50% 100%, linear-gradient(to top right, #F9B648 50%, rgba(0, 0, 0, 0) 50%) no-repeat right bottom/50% 100%;
}
.rounds-container .round-item-container .round-item.next-round .round-up.active .text{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.next-round .round-up.active .round-payout{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item .close-price{
  font-size: 1.5rem;
  line-height: 2rem;
}
.rounds-container .round-item-container .round-item .close-variation{
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item .close-variation span {
  line-height: 2rem;
  vertical-align: middle;
}
.rounds-container .round-item-container .round-item.bear-win .round-middle {
  border: 2px solid #4536EE;
}
.rounds-container .round-item-container .round-item.bear-win .close-price{
  --tw-text-opacity: 1;
  color: rgb(69 54 238 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.bear-win .close-variation{
  --tw-bg-opacity: 1;
  background-color: rgb(69 54 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.bull-win .round-middle {
  border: 2px solid #309698;
}
.rounds-container .round-item-container .round-item.bull-win .close-price{
  --tw-text-opacity: 1;
  color: rgb(48 150 152 / var(--tw-text-opacity));
}
.rounds-container .round-item-container .round-item.bull-win .close-variation{
  --tw-bg-opacity: 1;
  background-color: rgb(48 150 152 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#landing #d-app {
  height: 100%;
}

#landing-container{
  text-align: center;
}
#landing-container.align-middle-container {
  min-height: 100%;
  display: flex;
  flex: 1 0 auto;
}
#landing-container.align-middle-container .content-align-middle {
  align-self: center;
  width: 100%;
}
#landing-container .landing-item{
  margin-bottom: 1.25rem;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}
@media (min-width: 768px){
  #landing-container .landing-item{
    margin-bottom: 0px;
  }
  #landing-container .landing-item{
    margin-right: 1.25rem;
  }
  #landing-container .landing-item{
    display: inline-block;
  }
  #landing-container .landing-item{
    width: 20%;
  }
  #landing-container .landing-item:last-child{
    margin-right: 0px;
  }
}
#landing-container .landing-item:hover {
  box-shadow: 0 0 20px #17176D;
}
#landing-container .landing-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#landing-container .countdown .time {
  display: inline-block;
  margin-right: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#landing-container .countdown .time .text {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#betting .old-bet-container {
  border: 0.5px solid rgba(157, 157, 157, 0.36);
  padding: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
}
#betting .old-bet-container .bet-container {
  max-height: 250px;
  overflow-y: scroll;
}
#betting .old-bet-container h1 {
  border-bottom: 0.5px solid rgba(157, 157, 157, 0.36);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#betting .old-bet-container .bet-item-container{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#betting .old-bet-container .bet-item-container > .row {
  border-bottom: 0.5px solid rgba(157, 157, 157, 0.36);
}
#betting .old-bet-container .bet-item-container .oponent{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#betting .old-bet-container .bet-item-container .bet {
  color: #C4C4C4;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .old-bet-container .bet-item-container .odds-highlight {
  color: #C4C4C4;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .old-bet-container .bet-item-container .odds-highlight span {
  color: #18ea57;
}
#betting .old-bet-container .bet-item-container .result-highlight {
  color: #C4C4C4;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .old-bet-container .bet-item-container .result-highlight.win span {
  color: #18ea57;
}
#betting .old-bet-container .bet-item-container .result-highlight.lose span {
  color: #ea1831;
}
#betting .old-bet-container .claimable-higtlight {
  color: #C4C4C4;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .old-bet-container .claimable-higtlight span{
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#betting .rounds-container {
  background: initial;
}
#betting .round-item-container {
  background: initial;
}
#betting .round-item-container .round-middle {
  border: none;
  border-radius: 0;
  border-top: 0.5px solid rgba(157, 157, 157, 0.36);
}
#betting .round-item-container .betBull, #betting .round-item-container .betBear, #betting .round-item-container .betNull{
  margin-top: 0.75rem;
}
#betting .round-item-container .alreadyBet {
  background-color: transparent;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#betting .round-item-container .alreadyBet.bet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#betting .rounds-container:last-child {
  border-radius: 25px;
}
#betting .rounds-container .round-item-container .round-item {
  border-radius: 0;
  border: 0.5px solid rgba(157, 157, 157, 0.36);
}
#betting .rounds-container .round-item-container .round-item .odds-highlight {
  color: #C4C4C4;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .rounds-container .round-item-container .round-item .odds-highlight span {
  color: #18ea57;
}
#betting .rounds-container .round-item-container .round-item .round-date {
  color: #C4C4C4;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#betting .rounds-container .round-item-container .round-item .round-item-header{
  text-align: center;
}
#betting .rounds-container .round-item-container .round-item .round-item-header .header-vs{
  display: flex;
  align-items: center;
}
#betting .rounds-container .round-item-container .round-item .round-item-header .header-vs span {
  width: 100%;
}
#betting .rounds-container .round-item-container .round-item .round-item-header img{
  display: inline-block;
}
#betting .rounds-container .round-item-container .round-item .round-item-header .oponent {
  display: block;
  text-align: center;
}
#betting .rounds-container .round-item-container .round-item .round-item-header h1 {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
#betting .rounds-container .round-item-container .round-item .round-middle button {
  width: 100%;
}
#betting.bear-win .round-middle {
  border: 2px solid #4536EE;
}
#betting.bear-win .close-price{
  --tw-text-opacity: 1;
  color: rgb(69 54 238 / var(--tw-text-opacity));
}
#betting.bear-win .close-variation{
  --tw-bg-opacity: 1;
  background-color: rgb(69 54 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tomb-lp{
  font-weight: 700;
}
.tomb-lp .lp-stat {
  border-width: 0.5px 0.5px 0 0.5px;
  background: #181827;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tomb-lp .lp-stat-value{
  --tw-text-opacity: 1;
  color: rgb(69 54 238 / var(--tw-text-opacity));
}
.tomb-lp .lp-content {
  background: #181827;
  border: 0.5px solid #FFF;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tomb-lp .lp-footer {
  border-color: #FFF;
  border-width: 0 0.5px 0.5px 0.5px;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #181827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(24 24 39 / 0));
  --tw-gradient-to: #191567;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tomb-lp .lp-footer .btn-claim{
  --tw-bg-opacity: 1;
  background-color: rgb(48 150 152 / var(--tw-bg-opacity));
}
.tomb-lp .btn{
  border-radius: 0.375rem;
}

#merge #wrapper {
  padding-right: 0;
}
#merge #wrapper #main {
  padding-right: 0;
}
#merge .merge-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: rgb(21 21 28 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#merge .merge-container .merge-part{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 28 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#merge .merge-container .merge-part .merge-part-title{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#merge .merge-container .merge-part .merge-nft-list {
  height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#merge .merge-container .merge-part .merge-nft-list .nft-item{
  margin-bottom: 1rem;
}
#merge .merge-container .merge-part .merge-nft-list .nft-item .nft-holder{
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 26 31 / var(--tw-bg-opacity));
}
#merge .merge-container .merge-part .merge-nft-list .nft-item.selected .nft-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: yellow;
  opacity: 0.3;
}
#merge .btn-merge.disabled {
  opacity: 0.3;
  cursor: no-drop;
}
#merge #merging-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#merge #merging-container h1{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#merge #merging-container h1.title-underline:after {
  content: "";
  width: 60%;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  margin: 10px 0;
}
#merge #merging-container > div {
  /*      position: relative;
        border: 4px solid #FFF;
        width: 400px;
        margin: 0 auto;
        margin-top:10%;
        max-width: 90%;
        height: 500px;*/
  position: relative;
  height: auto;
  align-self: center;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
  background-color: rgb(29 26 24 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
#merge #merging-container > div #harvest-button, #merge #merging-container > div #unstake-button {
  display: inline-block;
  cursor: pointer;
}
#merge #merging-container > div #harvest-button.disabled, #merge #merging-container > div #unstake-button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#merge #merging-container > div #deposit-btn {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
}
#merge #merging-container > div #deposit-btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#merge #merging-container > div .close-staking {
  /*position: absolute;
  top:5px;
  right:5px;
  font-size:30px;
  cursor: pointer;*/
  text-align: right;
}
#merge #merging-container > div #betting-quantity {
  margin: 0 auto;
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#merge #merging-container > div .transaction-step {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Hind Madurai;
  font-weight: 700;
}
#merge #merging-container > div .transaction-step .transaction-spinner {
  display: none;
}
#merge #merging-container > div .transaction-step .status-bubble {
  text-align: center;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: #FFF;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
}
#merge #merging-container > div .transaction-step.step-disabled {
  color: #bdbcbc;
}
#merge #merging-container > div .transaction-step.step-disabled .status-bubble {
  background-color: #bdbcbc;
}
#merge #merging-container > div .transaction-step.step-success {
  color: #30be5a;
}
#merge #merging-container > div .transaction-step.step-success .status-bubble {
  background-color: #30be5a;
}
#merge #merging-container > div .transaction-step.step-success .status-bubble:before {
  content: "✓";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#merge #merging-container > div .transaction-step.step-pending{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#merge #merging-container > div .transaction-step.step-pending .transaction-spinner {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 30 / var(--tw-text-opacity));
}
#merge #merging-container > div .transaction-step.step-pending .status-bubble{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#merge #merging-container > div .transaction-step.step-error {
  color: #b41212;
}
#merge #merging-container > div .transaction-step.step-error .status-bubble {
  background-color: #b41212;
}
#merge #merging-container > div .transaction-step.step-error .status-bubble:before {
  content: "×";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#merge #merging-container > div .stake-btn {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
}

#merge-mint #wrapper {
  padding-right: 0;
}
#merge-mint #main {
  background-position: center center;
  background-size: cover;
}
#merge-mint .case-container {
  position: relative;
  padding: 10px;
}
#merge-mint .case-container .pre-mint-container {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  text-align: center;
}
#merge-mint .case-container .pre-mint-container .btn {
  margin: 0 auto;
  cursor: pointer;
}
#merge-mint .case-container .pre-mint-container.mint-popup{
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {}
#merge-mint .case-container .case-item {
  width: 14%;
  padding: 2px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #merge-mint .case-container .case-item {
    width: 7%;
  }
}
#merge-mint .case-container .case-item img{
  margin-left: auto;
  margin-right: auto;
}
#merge-mint .case-container .case-item .case-reveal {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  font-size: 10px;
  line-height: 15px;
  padding: 5px 2px;
  display: flex;
  align-items: center;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#merge-mint .case-container .case-item .case-reveal span{
  margin-left: auto;
  margin-right: auto;
}
#merge-mint .case-container .case-item .case-reveal.case-reveal-captain img {
  display: none;
}
#merge-mint .case-container .case-item .case-reveal.case-reveal-captain:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 202 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#merge-mint .case-container .case-item .case-reveal.case-reveal-captain:hover img {
  display: initial;
}
#merge-mint .case-container .case-item .case-show {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  font-size: 10px;
  line-height: 15px;
  padding: 5px 2px;
  opacity: 0.1;
  display: flex;
  align-items: center;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#merge-mint .case-container .case-item .case-show span{
  margin-left: auto;
  margin-right: auto;
}
#merge-mint .case-container .case-item .case-show:hover {
  opacity: 1;
}
#merge-mint .close-staking {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
#merge-mint #merging-container > div {
  padding: 10px;
}
#merge-mint #merging-container > div #harvest-button, #merge-mint #merging-container > div #unstake-button {
  display: inline-block;
  cursor: pointer;
}
#merge-mint #merging-container > div #harvest-button.disabled, #merge-mint #merging-container > div #unstake-button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#merge-mint #merging-container > div #deposit-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#merge-mint #merging-container > div #deposit-btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#merge-mint #merging-container > div .transaction-step {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Hind Madurai;
  font-weight: 700;
}
#merge-mint #merging-container > div .transaction-step .transaction-spinner {
  display: none;
}
#merge-mint #merging-container > div .transaction-step .status-bubble {
  text-align: center;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: #FFF;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
}
#merge-mint #merging-container > div .transaction-step.step-disabled {
  color: #bdbcbc;
}
#merge-mint #merging-container > div .transaction-step.step-disabled .status-bubble {
  background-color: #bdbcbc;
}
#merge-mint #merging-container > div .transaction-step.step-success {
  color: #30be5a;
}
#merge-mint #merging-container > div .transaction-step.step-success .status-bubble {
  background-color: #30be5a;
}
#merge-mint #merging-container > div .transaction-step.step-success .status-bubble:before {
  content: "✓";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#merge-mint #merging-container > div .transaction-step.step-pending{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#merge-mint #merging-container > div .transaction-step.step-pending .transaction-spinner {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 30 / var(--tw-text-opacity));
}
#merge-mint #merging-container > div .transaction-step.step-pending .status-bubble{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#merge-mint #merging-container > div .transaction-step.step-error {
  color: #b41212;
}
#merge-mint #merging-container > div .transaction-step.step-error .status-bubble {
  background-color: #b41212;
}
#merge-mint #merging-container > div .transaction-step.step-error .status-bubble:before {
  content: "×";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#merge-mint #merging-container > div .stake-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.maps {
  position: relative;
}

.map-dropzone {
  display: none;
}

.map-dropzone-available {
  border: 1px solid #628f65;
}
.map-dropzone-available .map-dropzone {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.map-hovered {
  border: 4px solid #628f65;
  background: #628f65;
}
.map-hovered .map-dropzone {
  background: #628f65;
}

.ship-hovered {
  border: 1px solid #FFF;
}

.crew-hovered {
  background: rgba(0, 122, 255, 0.35);
}

.crew-empty {
  background: rgba(215, 100, 100, 0.47);
}

.member.status-waiting .member-status {
  color: orange;
}
.member.status-danger .member-status {
  color: red;
}

.add-member {
  border: 1px solid #FFF;
}
.add-member select, .add-member input {
  background: none;
}

.ship .status {
  border-radius: 100%;
  margin-right: 0.25rem;
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  vertical-align: middle;
}
.ship.status-valid .status {
  background: green;
}
.ship.status-danger .status {
  background: red;
}
.ship.status-warning .status {
  background: orange;
}

.ship-hovered {
  border: 1px solid #FFF;
}

.crew-hovered {
  background: rgba(0, 122, 255, 0.35);
}

#member-list, #ship-list, #map-list {
  height: 95vh;
  overflow: scroll;
}

#new-merge-mint #wrapper {
  padding-right: 0;
}
#new-merge-mint #main {
  background-position: center center;
  background-size: cover;
}
#new-merge-mint .case-container {
  position: relative;
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#new-merge-mint .case-container .pre-mint-container {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  text-align: center;
}
#new-merge-mint .case-container .pre-mint-container .btn {
  margin: 0 auto;
  cursor: pointer;
}
#new-merge-mint .case-container .pre-mint-container.mint-popup{
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {}
#new-merge-mint .case-container .mint-part-right {
  display: flex;
  align-items: center;
}
#new-merge-mint .case-container .mint-part-right > div {
  width: 100%;
}
#new-merge-mint .case-container .mint-part-right .mint-qty {
  display: flex;
  margin-bottom: 1.25rem;
}
#new-merge-mint .case-container .mint-part-right .mint-qty .qty-modifier {
  /*&.decreaseQty {
    @apply border-r-0;
  }
  &.increaseQty {
    @apply border-l-0;
  }*/
  width: 40px;
  height: 40px;
  line-height: 35px;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#new-merge-mint .case-container .mint-part-right .mint-qty input {
  width: 100%;
  text-align: center;
  background: transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#new-merge-mint .case-container .mint-part {
  width: 100%;
  /*height: 100%;
   > .col-12 {
     //display: flex;
     align-content: center;
     flex-direction: row;
   }*/
}
#new-merge-mint .case-container .mint-part img {
  -o-object-fit: contain;
     object-fit: contain;
}
#new-merge-mint .case-container .case-item {
  width: 14%;
  padding: 2px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #new-merge-mint .case-container .case-item {
    width: 7%;
  }
}
#new-merge-mint .case-container .case-item img{
  margin-left: auto;
  margin-right: auto;
}
#new-merge-mint .case-container .case-item .case-reveal {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  font-size: 10px;
  line-height: 15px;
  padding: 5px 2px;
  display: flex;
  align-items: center;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#new-merge-mint .case-container .case-item .case-reveal span{
  margin-left: auto;
  margin-right: auto;
}
#new-merge-mint .case-container .case-item .case-reveal.case-reveal-captain img {
  display: none;
}
#new-merge-mint .case-container .case-item .case-reveal.case-reveal-captain:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 202 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#new-merge-mint .case-container .case-item .case-reveal.case-reveal-captain:hover img {
  display: initial;
}
#new-merge-mint .case-container .case-item .case-show {
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  font-size: 10px;
  line-height: 15px;
  padding: 5px 2px;
  opacity: 0.1;
  display: flex;
  align-items: center;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#new-merge-mint .case-container .case-item .case-show span{
  margin-left: auto;
  margin-right: auto;
}
#new-merge-mint .case-container .case-item .case-show:hover {
  opacity: 1;
}
#new-merge-mint .close-staking {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
#new-merge-mint #merging-container > div {
  padding: 10px;
}
#new-merge-mint #merging-container > div #harvest-button, #new-merge-mint #merging-container > div #unstake-button {
  display: inline-block;
  cursor: pointer;
}
#new-merge-mint #merging-container > div #harvest-button.disabled, #new-merge-mint #merging-container > div #unstake-button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#new-merge-mint #merging-container > div #deposit-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#new-merge-mint #merging-container > div #deposit-btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#new-merge-mint #merging-container > div .transaction-step {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Hind Madurai;
  font-weight: 700;
}
#new-merge-mint #merging-container > div .transaction-step .transaction-spinner {
  display: none;
}
#new-merge-mint #merging-container > div .transaction-step .status-bubble {
  text-align: center;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: #FFF;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
}
#new-merge-mint #merging-container > div .transaction-step.step-disabled {
  color: #bdbcbc;
}
#new-merge-mint #merging-container > div .transaction-step.step-disabled .status-bubble {
  background-color: #bdbcbc;
}
#new-merge-mint #merging-container > div .transaction-step.step-success {
  color: #30be5a;
}
#new-merge-mint #merging-container > div .transaction-step.step-success .status-bubble {
  background-color: #30be5a;
}
#new-merge-mint #merging-container > div .transaction-step.step-success .status-bubble:before {
  content: "✓";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#new-merge-mint #merging-container > div .transaction-step.step-pending{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#new-merge-mint #merging-container > div .transaction-step.step-pending .transaction-spinner {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 30 / var(--tw-text-opacity));
}
#new-merge-mint #merging-container > div .transaction-step.step-pending .status-bubble{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#new-merge-mint #merging-container > div .transaction-step.step-error {
  color: #b41212;
}
#new-merge-mint #merging-container > div .transaction-step.step-error .status-bubble {
  background-color: #b41212;
}
#new-merge-mint #merging-container > div .transaction-step.step-error .status-bubble:before {
  content: "×";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#new-merge-mint #merging-container > div .stake-btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

#upgrader #wrapper {
  padding-right: 0;
}
#upgrader #main {
  background-position: center center;
  background-size: cover;
}
#upgrader .mint-ball .mint-in-selector{
  margin-bottom: 0.75rem;
  display: flex;
}
#upgrader .mint-ball .mint-in-selector .mint-in{
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#upgrader .mint-ball .mint-in-selector .mint-in.active{
  --tw-bg-opacity: 1;
  background-color: rgb(248 3 24 / var(--tw-bg-opacity));
}
#upgrader .mint-qty {
  display: flex;
  margin-bottom: 1.25rem;
}
#upgrader .mint-qty .qty-modifier {
  /*&.decreaseQty {
    @apply border-r-0;
  }
  &.increaseQty {
    @apply border-l-0;
  }*/
  width: 40px;
  height: 40px;
  line-height: 35px;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#upgrader .mint-qty input {
  width: 100%;
  text-align: center;
  background: transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#upgrader .merge-part-title{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
#upgrader .merge-part{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#upgrader .merge-part .merge-nft-list {
  height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#upgrader .merge-part .merge-nft-list .nft-item{
  margin-bottom: 1rem;
}
#upgrader .merge-part .merge-nft-list .nft-item .nft-holder{
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 26 31 / var(--tw-bg-opacity));
}
#upgrader .merge-part .merge-nft-list .nft-item.selected .nft-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: yellow;
  opacity: 0.3;
}
#upgrader .merge-part .merge-part-container{
  height: 100%;
  background-color: rgb(17 17 30 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
#upgrader .merge-part .nft-item{
  margin-bottom: 0.75rem;
}
#upgrader .merge-part .nft-item .nft-holder{
  --tw-bg-opacity: 1;
  background-color: rgb(25 26 31 / var(--tw-bg-opacity));
}
#upgrader #merging-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#upgrader #merging-container h1{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#upgrader #merging-container h1.title-underline:after {
  content: "";
  width: 60%;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  margin: 10px 0;
}
#upgrader #merging-container > div {
  /*      position: relative;
        border: 4px solid #FFF;
        width: 400px;
        margin: 0 auto;
        margin-top:10%;
        max-width: 90%;
        height: 500px;*/
  position: relative;
  height: auto;
  align-self: center;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
  background-color: rgb(29 26 24 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
#upgrader #merging-container > div #harvest-button, #upgrader #merging-container > div #unstake-button {
  display: inline-block;
  cursor: pointer;
}
#upgrader #merging-container > div #harvest-button.disabled, #upgrader #merging-container > div #unstake-button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#upgrader #merging-container > div #deposit-btn {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
}
#upgrader #merging-container > div #deposit-btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#upgrader #merging-container > div .close-staking {
  /*position: absolute;
  top:5px;
  right:5px;
  font-size:30px;
  cursor: pointer;*/
  text-align: right;
}
#upgrader #merging-container > div #betting-quantity {
  margin: 0 auto;
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#upgrader #merging-container > div .transaction-step {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: Hind Madurai;
  font-weight: 700;
}
#upgrader #merging-container > div .transaction-step .transaction-spinner {
  display: none;
}
#upgrader #merging-container > div .transaction-step .status-bubble {
  text-align: center;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: #FFF;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
}
#upgrader #merging-container > div .transaction-step.step-disabled {
  color: #bdbcbc;
}
#upgrader #merging-container > div .transaction-step.step-disabled .status-bubble {
  background-color: #bdbcbc;
}
#upgrader #merging-container > div .transaction-step.step-success {
  color: #30be5a;
}
#upgrader #merging-container > div .transaction-step.step-success .status-bubble {
  background-color: #30be5a;
}
#upgrader #merging-container > div .transaction-step.step-success .status-bubble:before {
  content: "✓";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#upgrader #merging-container > div .transaction-step.step-pending{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#upgrader #merging-container > div .transaction-step.step-pending .transaction-spinner {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  height: 0.75rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 30 / var(--tw-text-opacity));
}
#upgrader #merging-container > div .transaction-step.step-pending .status-bubble{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#upgrader #merging-container > div .transaction-step.step-error {
  color: #b41212;
}
#upgrader #merging-container > div .transaction-step.step-error .status-bubble {
  background-color: #b41212;
}
#upgrader #merging-container > div .transaction-step.step-error .status-bubble:before {
  content: "×";
  color: #FFF;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#upgrader #merging-container > div .stake-btn {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
}

#launchpad .step-info {
  width: 1px;
  position: absolute;
}
#launchpad .step-info .step-bar {
  width: 1px;
  height: 30px;
  background: #FFF;
  margin-left: -0.5px;
}
#launchpad .step-info .step-text {
  width: 150px;
  margin-left: -75px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(248 3 24 / var(--tw-text-opacity));
}
#launchpad .step-info .step-text .step-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media only screen and (max-width: 576px) {
  #launchpad .step-info .step-text {
    width: auto !important;
    margin-left: -75px !important;
  }
}
#launchpad .data-section{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#launchpad .data-section .data-part {
  display: flex;
  margin-bottom: 0.75rem;
}
#launchpad .data-section .data-part .left-part {
  flex: 1;
  text-align: left;
}
#launchpad .data-section .data-part .right-part {
  flex: 1;
  text-align: right;
}
#launchpad .data-section .quantity-holder {
  position: relative;
  margin-bottom: 0.75rem;
  display: inline-block;
  width: 75%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 3 24 / var(--tw-border-opacity));
}
#launchpad .data-section .quantity-holder .quantity-sufix {
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
  width: 55px;
}
#launchpad .data-section input {
  width: 100%;
  text-align: right;
  padding-right: 55px;
  background: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#launchpad .data-section .btn{
  display: inline-block;
  width: 75%;
}
#launchpad #main {
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1280px){
  .xl\:col-1{
    flex: 0 0 auto;
    width: 8.333333333333334%;
  }
  .xl\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .xl\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
}
