/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/css/modal.css ***!
  \*******************************************************************************************************************************************/
.modal-overlay,
.modal {
	transition: .5s;
}

.modal-overlay.closing {
	opacity: 0;
	visibility: hidden;
}
.modal-overlay.closing .modal {
	transform: translate(0, -30px);
}

.modal-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	--tw-bg-opacity: 0.5;
}
.modal {
	position: relative;
	display: flex;
	max-height: 100%;
	width: 100%;
	max-width: 320px;
	flex-direction: column;
	border-radius: 16px;
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.modal-body {
	overflow-y: auto;
}
.modal-fluid {
	height: 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/css/notification.css ***!
  \**************************************************************************************************************************************************/
.notification {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.notification.is-visible {
    max-height: none;
    opacity: 1
}
.notification-content {
    border-radius: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44 / var(--tw-bg-opacity));
    padding: 0.5rem
}
.notification-content .profile-nav {
    margin-top: 0.5rem;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0px
}
.notification-content .profile-nav a {
    position: relative
}
.notification-content .profile-nav a:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 183 16 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content)
}
.notification-content div[data-content] {
    margin-top: 1rem;
    display: none
}
.notification-content[data-active="friends"] .profile-nav a[data-tab="friends"]:after,
.notification-content[data-active="community"] .profile-nav a[data-tab="community"]:after,
.notification-content[data-active="suggested"] .profile-nav a[data-tab="suggested"]:after {
    opacity: 1
}
.notification-content[data-active="friends"] div[data-content="friends"],
.notification-content[data-active="community"] div[data-content="community"],
.notification-content[data-active="suggested"] div[data-content="suggested"] {
    display: block
}

/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/main.css ***!
  \**************************************************************************************************************************************/
/*@import 'leaflet';*/

/*! tailwindcss v3.3.3 | 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.
*/

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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html, body {
  height: 100%;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

::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:  ;
}
.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;
  }
}
.page {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: auto;
}
.page-content {
  flex: 1 1 0%;
}
/* Header */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header-shadow .page-header {
  --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);
}
.header-balance {
		width: 191px;
		height: 31px;
		background: url(imgs/bg-balance.png) no-repeat center center / cover;
	}
.header-balance .item {
		padding: 5px;
	}
.header-balance .item+.item {
		border-left: 1px solid #777;
	}
.header-balance .num {
		color: var(--neutral-white-winter-mist, #E8EDEE);
		text-shadow: 0px 6px 3px rgba(255, 255, 255, 0.20);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.98px;
		text-transform: uppercase;
		margin: 0 18px 0 10px;
	}
.header-user--avatar .noti-dot {
  position: absolute;
  left: -6px;
  top: 0px;
  z-index: 1;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 43 43 / var(--tw-bg-opacity));
}
.header-user--avatar .trophy {
  position: absolute;
  left: -6px;
  bottom: 0px;
  z-index: 1;
  height: 16px;
  width: 16px;
}
.header-user--avatar .avatar-wrap {
  position: relative;
  height: 33px;
  width: 33px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.header-user--avatar .avatar-wrap img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  --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));
}
.user-dropdown {
  position: absolute;
  right: 0px;
  z-index: 10;
  width: 205px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
.user-dropdown--divider {
		background: linear-gradient(90deg, rgba(121, 121, 121, 0.00) 0%, #797979 25.52%, #797979 71.87%, rgba(121, 121, 121, 0.00) 100%);
		height: 1px}
/* Page title */
.page-title {
  margin-bottom: 24px;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(252 216 136 / var(--tw-text-opacity));
}
/* Alert */
.alert {
  display: block;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 255 / var(--tw-bg-opacity));
}
.alert-green {
  --tw-bg-opacity: 1;
  background-color: rgb(67 160 71 / var(--tw-bg-opacity));
}
/* Badge */
.badge {
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.badge-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 129 248 / var(--tw-bg-opacity));
}
.badge-red {
  --tw-bg-opacity: 1;
  background-color: rgb(246 99 99 / var(--tw-bg-opacity));
}
.badge-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 197 149 / var(--tw-bg-opacity));
}
.badge-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity));
}
/* My Games */
.list-games .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.list-games .item + .item {
  margin-top: 0.5rem;
}
.list-games .game-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.list-games .date-created {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
/* List friends */
.list-friends {
  display: grid;
  max-height: 330px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  overflow: auto;
  text-align: center;
}
.friend-img-wrap {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
}
.list-friends-item.selected .friend-img-wrap:before {
		content: "";
		border: 4px solid #FEB710;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		border-radius: 9999px}
.friend-img-wrap img {
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Player invited */
.list-player-invited {
  max-height: 380px;
  overflow: auto;
}
.list-player-invited img {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.player-invited-item {
		border-bottom: 1px solid #393939;
		margin-bottom: 10px;
		padding-bottom: 10px}
/* Leaderboard */
.leaderboard {
  max-height: 500px;
  overflow: auto;
}
.leaderboard-item {		
		background: url(imgs/bg-leaderboard.png) no-repeat center center / cover;		
		margin-left: auto;		
		margin-right: auto;		
		margin-bottom: 0.5rem;		
		display: flex;		
		height: 60px;		
		width: 343px;		
		align-items: center;		
		gap: 8px;		
		padding: 0 24px 0 16px;		
		--tw-text-opacity: 1;		
		color: rgb(0 0 0 / var(--tw-text-opacity))}
.leaderboard-item.winner {
		background-image: url(imgs/bg-leaderboard-winner.png);
	}
.leaderboard-item img {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Pagination */
.pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination .page-link {
  display: block;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
  padding: 6px 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .page-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
}
/* Game settings */
.game-setting-item {
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
		margin-bottom: 8px;
		border-radius: 10px;
		--tw-bg-opacity: 1;
		background-color: rgb(57 57 57 / var(--tw-bg-opacity));
		padding: 22px 10px}
.game-setting-item label {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
/* Game detail */
.game-overview {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
/* How to play */
.how-to-play img {
		border: 3px solid #fff;
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
		width: 100%;
		max-width: 350px;
		border-radius: 12px}
/* Form input */
input + input,
	.custom-checkbox + .custom-checkbox {
		margin-top: 16px;
	}
.form-control {
		border-radius: 8px;
		border: 1px solid #797979;
		background: #212121;
		padding: 10px 12px;
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		display: block;
		width: 100%;
		outline: none;
	}
.form-select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		outline: none;
		background: #212121 url(imgs/icon-chevron-down.svg) no-repeat center right 10px;
	}
/* Custom checkbox */
.custom-checkbox {
		cursor: pointer;
		font-size: 10px;
		color: #E8EDEE;
		display: flex;
		min-height: 24px;
		position: relative;
		padding-left: 48px;
		padding-top: 6px;
		align-items: center;
	}
.custom-checkbox input[type="checkbox"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		     appearance: none;
		/* Not removed via appearance */
		margin: 0;
	}
.custom-checkbox input[type="checkbox"]:before {		
		content: "";
		display: block;
		height: 24px;
		width: 24px;
		border: 1px solid #797979;
		background: #393939;
		border-radius: 8px;
		margin-right: 24px;
		position: absolute;
		top: 0;
		left: 0;
	}
.custom-checkbox input[type="checkbox"]:checked:before {
		border-color: #FEB710;
		background: #FEB710 url(imgs/icon-check.svg) no-repeat center center / cover;
	}
form label {
  margin-bottom: 6px;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(252 216 136 / var(--tw-text-opacity));
}
/* Custom Radio */
.custom-radio {
		cursor: pointer;
		color: #E8EDEE;
		position: relative;
		padding-left: 20px;
	}
.custom-radio input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		/* Not removed via appearance */
		margin: 0;
	}
.custom-radio input[type="radio"]:before {
		content: "";
		display: block;
		height: 25px;
		width: 25px;
		border: 1px dashed #ABABAB;
		background: #393939;
		border-radius: 50%;
		margin-right: 24px;
		position: absolute;
		top: -4px;
		left: 0;
	}
.custom-radio input[type="radio"]:checked:before {
		background: #FEB710 url(imgs/icon-check.svg) no-repeat center center / cover;
	}
/* Tabs */
.tabs .tab-item {
		box-shadow: -2px -2px 1px 0px rgba(254, 183, 16, 0.35) inset;
		position: relative;
		display: flex;
		flex: 1 1 0%;
		align-items: center;
		justify-content: center;
		gap: 6px;
		--tw-bg-opacity: 1;
		background-color: rgb(57 57 57 / var(--tw-bg-opacity));
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 1;
		letter-spacing: 0.05em;
		--tw-text-opacity: 1;
		color: rgb(171 171 171 / var(--tw-text-opacity));
	}
.tabs .tab-item:before {
		content: "";
		border-top: 8px solid #FEB710;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		position: absolute;
		right: 18px;
		left: 18px;
		top: 0px;
		display: none;
		height: 0px}
.tabs .tab-item svg path {
		fill: #ABABAB;
	}
.tabs .tab-item.active,
	.tabs .tab-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tabs .tab-item.active:before,
	.tabs .tab-item:hover:before {
  display: block;
}
.tabs .tab-item.active svg path,
	.tabs .tab-item:hover svg path {
		fill: #fff;
	}
.tabs .tab-item img {
		margin-right: 4px;
	}
.tabs-1 .tab-item {
		background: #333;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px}
.tabs-1 .tab-item + .tab-item:before {
		content: "";
		position: absolute;
		left: -36px;
		top: 0;
		width: 50px;
		height: 100%;
		background: url(imgs/bg-trianger-dark.png) no-repeat center center / contain;
	}
.tabs-1 .active {
		background: linear-gradient(180deg, #B88100 0%, #FEB710 100%);
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity))}
.tabs-1 .tab-item + .tab-item.active:before {
		background: url(imgs/bg-trianger-yellow.png) no-repeat center center / contain;
	}
/* Section */
.section-title {
  position: relative;
  display: flex;
  height: 50px;
  gap: 2.5rem;
  padding-left: 1.5rem;
  font-family: 'Fugaz One', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.section-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  height: 2px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.section-title:after {
		content: '';
		background: url(imgs/bg-section-title.svg) no-repeat left top;
		background-size: auto 100%;
		width: 70px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
	}
.section-title--dark {		
		background: linear-gradient(91deg, #303030 12.35%, #606060 88.99%);
		box-shadow: 0px 2px 0px 0px rgba(254, 183, 16, 0.50) inset;		
		color: var(--neutral-white-polar-ice, #FFF);
		text-shadow: 0.5px 1px 0px #00172D;
	}
.section-title--dark:after {		
		background: url(imgs/bg-section-title-dark.svg) no-repeat left top;
		width: 56px;
	}
.section-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* Splide slider override */
.splide .splide__pagination {
		position: static;
		margin: 4px 0 6px;
	}
.splide .splide__pagination__page {
		width: 6px;
		height: 6px;
	}
.splide .splide__pagination__page.is-active {
		background-color: #FEB710;
	}
#payment-store-item .splide__track--nav>.splide__list>.splide__slide.is-active {
		border: none;
	}
#payment-store-item .splide__track--nav>.splide__list>.splide__slide .thumb {
		border: solid 2px transparent;
	}
#payment-store-item .splide__track--nav>.splide__list>.splide__slide.is-active .thumb {
		border: solid 2px #FEB710;
	}
#payment-store-item .splide__track--nav>.splide__list>.splide__slide.is-active .name-color {
		display: block;
	}
#payment-store-item .splide .splide__pagination {
		position: absolute;
		bottom: 4px;
	}
/* User tour */
.user-tour--item.active > * {
		opacity: .5;
	}
.user-tour--item.active::before {
  display: block;
}
.profile-nav {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  max-width: 285px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.profile-nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.profile-nav {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
}
.profile-nav a {
  display: block;
  min-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(252 216 136 / var(--tw-text-opacity));
}
.profile-nav .badge {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 183 16 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.profile-nav .badge span {
  position: absolute;
  top: -6px;
  right: -10px;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 43 43 / var(--tw-bg-opacity));
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toggle {
  position: relative;
  height: 30px;
  width: 66px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 238 / var(--tw-bg-opacity));
}
.toggle input,
	.toggle .toggle-on,
	.toggle input:checked + span .toggle-off {
  display: none;
}
.toggle span {
  position: absolute;
  top: 50%;
  left: 3px;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 24px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.toggle input:checked + span {
  --tw-translate-x: 36px;
  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));
}
.toggle input:checked + span .toggle-on {
  display: block;
}
.creation-card {}
.creation-header {
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
}
.is-hiding .creation-header {
  opacity: 0.4;
}
.creation-actions {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.creation-content {
  margin-top: 0.5rem;
}
.creation-title {
  font-size: 16px;
  font-weight: 700;
}
.creation-author {
  font-size: 14px;
}
.creation-players {
  display: flex;
}
.creation-players .player {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 16px;
  overflow: hidden;
  border-radius: 9999px;
}
.creation-players .player:before {
		content: url(imgs/border-avatar.svg);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
/* Button */
.btn {
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		border-radius: 9999px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.1em;
		--tw-text-opacity: 1;
		color: rgb(33 33 33 / var(--tw-text-opacity))}
.btn.disabled, .btn:disabled {
		opacity: .3;
	}
.btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 183 16 / var(--tw-bg-opacity));
}
.btn-yellow-outline {		
		border: 1px solid #FCD888;		
		--tw-text-opacity: 1;		
		color: rgb(254 183 16 / var(--tw-text-opacity))}
#add-friend-btn.btn.disabled {
  --tw-border-opacity: 1;
  border-color: rgb(155 109 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(155 109 0 / var(--tw-text-opacity));
}
/* Sign up step */
#sign-up-modal .block-2,
	#sign-up-modal.next-step .block-1 {
  display: none;
}
#sign-up-modal.next-step .block-2 {
  display: block;
}
/* Countdown */
.countdown {
  width: 166px;
  text-align: center;
}
.countdown-times .num {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Divider */
.line-divider {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
.divider-vertical {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
/* Player card */
.player {
  text-align: center;
}
.player.active {
		background: linear-gradient(180deg, #193857 23.44%, #00172D 84.9%);
	}
.player [data-counter]:before {
		content: attr(data-counter);
		text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-family: 'Inter Tight', sans-serif;
		font-size: 14px;
		font-weight: 900;
	}
.player.has-ranking .player-name:after,
	.player-position .player-name:after {
		display: none;
	}
.player-position .player {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 16px;
  padding-bottom: 24px;
}
.player-position .player:nth-child(even) {
		background: rgb(21 80 139 / 20%);
	}
.player-position--block:first-of-type .player:nth-child(even) {
		background: linear-gradient(0deg, rgb(21 80 139 / 20%) 0%, rgba(255, 255, 255, 0) 60%);
	}
.player-position--block:last-of-type .player:nth-child(even) {
		background: linear-gradient(180deg, rgb(21 80 139 / 20%) 0%, rgba(255, 255, 255, 0) 60%);
	}
.player-price-tier .price {
		background: linear-gradient(180deg, #FFE658 0%, #FFF5C3 38.02%, #FEB710 57.29%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative}
/* Miscellaneous */
.password-rule li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-weight: 300;
}
.password-rule li:before {
		content: "";
		border: 1px solid #9B6D00;
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		height: 20px;
		width: 20px;
		border-radius: 9999px}
.password-rule li.active:before {
		background: url(imgs/icon-check-white.svg) no-repeat center center / cover;
	}
.creation-point {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  line-height: 15px;
}
.creation-point:before {
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(imgs/icon-coin-silver.svg);
  background-size: 15px 15px;
  --tw-content: '';
  content: var(--tw-content);
}
#invitations .splide__slide {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#invitations .splide__slide:not(.is-visible) {
  --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));
}
.navigator-box-shadow {
		background: rgb(33, 33, 33);
		background: linear-gradient(0deg, rgba(33, 33, 33, 1) 86%, rgba(0, 0, 0, 0.25) 100%);
	}
.popup {
  max-height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.popup.is-visible {
  max-height: 90vh;
  opacity: 1;
}
.popup.closing {
  max-height: 0px;
  opacity: 0;
}
/* Cover maker toolbar */
.cover-toolbar-button {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 2rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cover-toolbar-button:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  --tw-content: url(imgs/icon-boundary-off.svg);
  content: var(--tw-content);
}
.cover-toolbar-button .button-icon path {
		fill: #797979;
	}
.cover-toolbar-button[data-state="active"] .button-icon path {
		fill: #FEB711;
	}
.cover-toolbar-button[data-state="active"]:before {
  --tw-content: url(imgs/icon-boundary-on.svg);
  content: var(--tw-content);
}
.notification-visible .hide-for-notify {
		display: none;
	}
.partnership-visible .hide-for-partnership {
		display: none;
	}
#friend-actions.is-visible {
  z-index: 10;
}
#friend-actions.is-visible~#notification {
  position: relative;
}
#friend-actions.is-visible~#notification:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-content: '';
  content: var(--tw-content);
}
input[type="date"]::-webkit-calendar-picker-indicator {
		opacity: 1;
		display: block;
		background: url('imgs/icon-down.svg') no-repeat center center / cover;
		width: 24px;
		height: 24px;
	}
/* Cover maker */
.cover-frame-body:before,
	.cover-frame-body:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 41px;
  --tw-content: '';
  content: var(--tw-content);
}
.cover-frame-body:before {
  left: 0px;
  border-right-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(212 188 141 / var(--tw-border-opacity));
}
.cover-frame-body:after {
  right: 0px;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(212 188 141 / var(--tw-border-opacity));
}
.crop-image-boundary:not(.has-image) .cr-boundary img,
	.crop-image-boundary:not(.has-image) .cr-resizer {
		visibility: hidden;
	}
.cover-maker-boundary .cover-image-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: none;
  height: 90px;
  width: 90px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cover-maker-boundary.is-loading .cover-image-loading {
  display: block;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.cover-maker-boundary.is-loading .cover-image-loading img {
  animation: spin 1s linear infinite;
}
.active label.toggle {
  display: none;
}
.lds-ripple {
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
	  }
.lds-ripple div {
		position: absolute;
		border: 4px solid #fed;
		opacity: 1;
		border-radius: 50%;
		animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	  }
.lds-ripple div:nth-child(2) {
		animation-delay: -0.5s;
	  }
@keyframes lds-ripple {
		0% {
		  top: 36px;
		  left: 36px;
		  width: 0;
		  height: 0;
		  opacity: 0;
		}
		4.9% {
		  top: 36px;
		  left: 36px;
		  width: 0;
		  height: 0;
		  opacity: 0;
		}
		5% {
		  top: 36px;
		  left: 36px;
		  width: 0;
		  height: 0;
		  opacity: 1;
		}
		100% {
		  top: 0px;
		  left: 0px;
		  width: 72px;
		  height: 72px;
		  opacity: 0;
		}
	}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[45px\] {
  bottom: 45px;
}
.bottom-\[6px\] {
  bottom: 6px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-\[-4px\] {
  left: -4px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[6\.5px\] {
  left: 6.5px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-4 {
  right: 1rem;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[5\.5px\] {
  right: 5.5px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[-6px\] {
  top: -6px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[3px\] {
  top: 3px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-\[0_auto_20px\] {
  margin: 0 auto 20px;
}
.m-\[20px_0_20px\] {
  margin: 20px 0 20px;
}
.m-\[80px_auto_40px\] {
  margin: 80px auto 40px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-\[41px\] {
  margin-left: -41px;
  margin-right: -41px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-\[3px\] {
  margin-bottom: -3px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!aspect-square {
  aspect-ratio: 1 / 1 !important;
}
.aspect-\[359\/160\] {
  aspect-ratio: 359/160;
}
.aspect-\[375\/710\] {
  aspect-ratio: 375/710;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-full {
  height: 100% !important;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[499px\] {
  height: 499px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[74px\] {
  height: 74px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[595px\] {
  min-height: 595px;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-full {
  width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize-none {
  resize: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[8px\] {
  gap: 8px;
}
.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-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)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--tw-space-x-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#5B411A\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 65 26 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[0_0_12px_12px\] {
  border-radius: 0 0 12px 12px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[12px_12px_0_0\] {
  border-radius: 12px 12px 0 0;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-\[0\.4px\] {
  border-width: 0.4px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#2c2c2c\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity));
}
.border-\[\#393939\] {
  --tw-border-opacity: 1;
  border-color: rgb(57 57 57 / var(--tw-border-opacity));
}
.border-\[\#5B411A\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 65 26 / var(--tw-border-opacity));
}
.border-\[\#797979\] {
  --tw-border-opacity: 1;
  border-color: rgb(121 121 121 / var(--tw-border-opacity));
}
.border-\[\#CCD3DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 211 218 / var(--tw-border-opacity));
}
.border-\[\#D4BC8D\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 188 141 / var(--tw-border-opacity));
}
.border-\[\#FCD888\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 216 136 / var(--tw-border-opacity));
}
.border-\[\#FEB710\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 183 16 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#212121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-\[\#252525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}
.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}
.bg-\[\#2c2c2c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}
.bg-\[\#34C369\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 195 105 / var(--tw-bg-opacity));
}
.bg-\[\#393939\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
.bg-\[\#666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-\[\#797979\] {
  --tw-bg-opacity: 1;
  background-color: rgb(121 121 121 / var(--tw-bg-opacity));
}
.bg-\[\#E02B2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 43 43 / var(--tw-bg-opacity));
}
.bg-\[\#FEB710\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 183 16 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px_8px_12px_16px\] {
  padding: 12px 8px 12px 16px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[16px_16px_0\] {
  padding: 16px 16px 0;
}
.p-\[18px_24px_18px_40px\] {
  padding: 18px 24px 18px 40px;
}
.p-\[2px_10px\] {
  padding: 2px 10px;
}
.p-\[30px_20px_40px\] {
  padding: 30px 20px 40px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[4px_16px\] {
  padding: 4px 16px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0\] {
  padding-top: 0;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-interTight {
  font-family: 'Inter Tight', sans-serif;
}
.font-paytoneOne {
  font-family: 'Paytone One', sans-serif;
}
.font-spaceGrotesk {
  font-family: 'Space Grotesk', sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.84px\] {
  letter-spacing: 0.84px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#858585\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
.text-\[\#ABABAB\] {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.text-\[\#D4BC8D\] {
  --tw-text-opacity: 1;
  color: rgb(212 188 141 / var(--tw-text-opacity));
}
.text-\[\#E8EDEE\] {
  --tw-text-opacity: 1;
  color: rgb(232 237 238 / var(--tw-text-opacity));
}
.text-\[\#FCD888\] {
  --tw-text-opacity: 1;
  color: rgb(252 216 136 / var(--tw-text-opacity));
}
.text-\[\#FEB710\] {
  --tw-text-opacity: 1;
  color: rgb(254 183 16 / var(--tw-text-opacity));
}
.text-\[\#FFB1B1\] {
  --tw-text-opacity: 1;
  color: rgb(255 177 177 / var(--tw-text-opacity));
}
.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#c2c2c2\] {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity));
}
.text-\[\#eee\] {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}
.text-\[\#fcd888\] {
  --tw-text-opacity: 1;
  color: rgb(252 216 136 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-\[0px_3px_5px_0px_\#000\] {
  --tw-shadow: 0px 3px 5px 0px #000;
  --tw-shadow-colored: 0px 3px 5px 0px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --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);
}
.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-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-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: 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);
}
.placeholder\:text-\[\#797979\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#797979\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.focus\:outline-0:focus {
  outline-width: 0px;
}

