:root{
  --fz-0: 100%;
  --fz-1: 120%;
  --fz-2: 150%;
  --fz-3: 180%;
  --fz-4: 200%;
  --fz-5: 230%;

  --bdrd-big : 0.75rem;
  --bdrd-sm : 0.35rem;
  --bdrd-btn : 1.5rem

}

.bg-main{ background: var(--main) !important;}
.bg-main1{ background: var(--main1) !important;}
.bg-main2{ background: var(--main2) !important;}
.bg-main3{ background: var(--main3) !important;}
.bg-main4{ background: var(--main4) !important;}
.bg-main5{ background: var(--main5) !important;}

.text-cl-main{ color: var(--main) !important;}
.text-cl-main1{ color: var(--main1) !important;}
.text-cl-main2{ color: var(--main2) !important;}
.text-cl-main3{ color: var(--main3) !important;}
.text-cl-main4{ color: var(--main4) !important;}
.text-cl-main5{ color: var(--main5) !important;}

.text-main{ color: var(--text-main) !important;}
.text-main1{ color: var(--text-main1) !important;}
.text-main2{ color: var(--text-main2) !important;} 
.text-main3{ color: var(--text-main3) !important;}
.text-main4{ color: var(--text-main4) !important;}
.text-main5{ color: var(--text-main5) !important;}

.bg-main-hover:hover{ background: var(--text-hover-main); color: var(--text-hover-main) !important;}
.bg-main1-hover:hover{ background: var(--text-hover-main1); color: var(--text-hover-main1) !important;}
.bg-main2-hover:hover{ background: var(--text-hover-main2); color: var(--text-hover-main2) !important;} 
.bg-main3-hover:hover{ background: var(--text-hover-main3); color: var(--text-hover-main3) !important;}
.bg-main4-hover:hover{ background: var(--text-hover-main4); color: var(--text-hover-main4) !important;}
.bg-main5-hover:hover{ background: var(--text-hover-main5); color: var(--text-hover-main5) !important;}

.text-white{ color: var(--cl-white);}
.text-yelow{ color: var(--cl-yelow);}
.text-red{ color: var(--cl-red);}
.text-green{ color: var(--cl-green); }


/* ========= set main class ========= */
.m-width { width: 100%; max-width: 1630px;}
.d-none { display: none; }
.d-flex { display: flex; }
.flex-center{ justify-content: center; }
.flex-end{ justify-content: end;}
.flex-column{ flex-direction: column; }
.flex-space-between{justify-content: space-between;}
.d-grid{ display: grid; }
.g-2{ grid-template-columns: repeat(2,minmax(0,1fr)); }
.g-3{ grid-template-columns: repeat(3,minmax(0,1fr)); }
.g-4{ grid-template-columns: repeat(4,minmax(0,1fr)); }
.g-5{ grid-template-columns: repeat(5,minmax(0,1fr)); }
.g-g-0{ gap: 0.25rem; }
.g-g-2{ gap: 0.50rem; }
.g-g-3{ gap: 0.75rem; }
.g-g-4{ gap: 1.00rem; }
.g-g-5{ gap: 1.25rem; }
  
.w-fullscreen{ width: 100vw; }
.w-full{ width: 100%; }
.h-fullscreen{ height: 100vh; }
.h-full{ height: 100%; }

.fz-80{ font-size: 80% !important;}
.fz-90{ font-size: 90% !important;}
.fz-0{ font-size: var(--fz-0) !important;}
.fz-1{ font-size: var(--fz-1) !important;}
.fz-2{ font-size: var(--fz-2) !important;}
.fz-3{ font-size: var(--fz-3) !important;}
.fz-4{ font-size: var(--fz-4) !important;}
.fz-5{ font-size: var(--fz-5) !important;}
.m-1{ margin: 3px; }
.m-2{ margin: 5px; }
.m-3{ margin: 8px; }
.m-4{ margin: 10px; }
.mr-1{ margin-right: 3px; }
.mr-2{ margin-right: 5px; }
.mr-3{ margin-right: 8px; }
.mr-4{ margin-right: 10px; }
.ml-1{ margin-left: 3px; }
.ml-2{ margin-left: 5px; }
.ml-3{ margin-left: 8px; }
.ml-4{ margin-left: 10px; }
.mt-1{ margin-top: 3px; }
.mt-2{ margin-top: 5px; }
.mt-3{ margin-top: 8px; }
.mt-4{ margin-top: 10px; }
.mb-1{ margin-bottom: 3px; }
.mb-2{ margin-bottom: 5px; }
.mb-3{ margin-bottom: 8px; }
.mb-4{ margin-bottom: 10px; }
.p-1{ padding: 3px; }
.p-2{ padding: 5px; }
.p-3{ padding: 8px; }
.p-4{ padding: 10px; }
.pr-1{ padding-right: 3px; }
.pr-2{ padding-right: 5px; }
.pr-3{ padding-right: 8px; }
.pr-4{ padding-right: 10px; }
.pl-1{ padding-left: 3px; }
.pl-2{ padding-left: 5px; }
.pl-3{ padding-left: 8px; }
.pl-4{ padding-left: 10px; }
.pt-1{ padding-top: 3px; }
.pt-2{ padding-top: 5px; }
.pt-3{ padding-top: 8px; }
.pt-4{ padding-top: 10px; }
.pb-1{ padding-bottom: 3px; }
.pb-2{ padding-bottom: 5px; }
.pb-3{ padding-bottom: 8px; }
.pb-4{ padding-bottom: 10px; }

.text-start{ text-align: left; }
.text-center{ text-align: center; }
.text-end{ text-align: right; }
.text-baseline{ align-items: baseline; }
.text-orange{ color: var(--orange); }
.text-gold{ color: var(--gold);}
.text-yellow{ color: var(--yellow); }
.text-red{ color: var(--red); }
.text-black{ color: black; }
.text-white{ color: var(--white); }
.text-green{ color: var(--green); }
.text-gray{ color: var(--gray); }
.text-cltemp2{ color: var(--cltemp2);}
.text-m{ color: var(--text-m);}
.text-bold{ font-weight: bold;}
.text-pink{ color: #FF6FB5; }
.text-purple1{ color: #6366f1;}
.text-purple2{ color: #3a2586;}
.text-icon{ background: -webkit-linear-gradient(1deg, var(--gd2), var(--gd1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.bg-main{ background: var(--bs-pink); }
.bg-orange{ background: var(--orange); }
.bg-yellow{ background: var(--cl-yellow); }
.bg-red{ background: var(--red); }
.bg-black{ background: black; }
.bg-white{ background: var(--white); }
.bg-gray{ background: var(--gray); }
.bg-title{ background: #FF6FB5; color: #FFFFFF;}
.bg-true{ background: #F64E60;  color: #FFFFFF; }
.bg-yellow{ background: #FFFCDC; }
.bg-green{ background:#41ab41;  }
.bg-pink{ background: #FF6FB5; }
.bg-purple{ background: #AB46D2;}
.bg-detail{ background: var(--bg-detail);}
.bg-gd{ background-image: linear-gradient( to top right,var(--gd2), var(--gd1)) !important; }

.bd-rd-1{border-radius: var(--bd-rd-1);}
.bd-0{ border: 0 !important;}
.bd-l-0{ border-left: 0 !important;}
.bd-r-0{ border-right: 0 !important;}
.bd-t-0{ border-top: 0 !important;}
.bd-b-0{ border-bottom: 0 !important;}
.bd-rd-tl-big{ border-top-left-radius: var(--bdrd-big); }
.bd-rd-tr-big{ border-top-right-radius: var(--bdrd-big); }
.bd-rd-bl-big{ border-bottom-left-radius: var(--bdrd-big); }
.bd-rd-br-big{ border-bottom-right-radius: var(--bdrd-big); }
.bd-rd-tl-sm{ border-top-left-radius: var(--bdrd-sm); }
.bd-rd-tr-sm{ border-top-right-radius: var(--bdrd-sm); }
.bd-rd-bl-sm{ border-bottom-left-radius: var(--bdrd-sm); }
.bd-rd-br-sm{ border-bottom-right-radius: var(--bdrd-sm); }
.bd-rd-50{ border-radius: 50%; }
.bdrd-sm{ border-radius: var(--bdrd-sm) }
.bdrd-big{ border-radius: var(--bdrd-big) }
.bdrd-btn{ border-radius: var(--bdrd-btn) }
.bd-1{ border-bottom: 1px solid var(--bd-main);}

.cursor-pointer{ cursor: pointer; }

.overflow-h{ overflow: hidden;}
.overflow-y-a{ overflow-y: auto; }
.overflow-x-a{ overflow-x: auto; }

.w2-1{ width: 50%; max-width: 50%;}
.w3-1{ width: 33.33%; max-width: 33.33%;}
.w3-2{ width: 66.66%; max-width: 66.66%;}
.w4-1{ width: 25%; max-width: 25%;}
.w4-2{ width: 50%; max-width: 50%;}
.w4-3{ width: 75%; max-width: 75%;}
.w5-1{ width: 20%; max-width: 20%;}
.w5-2{ width: 40%; max-width: 40%;}
.w5-3{ width: 60%; max-width: 60%;}
.w5-4{ width: 80%; max-width: 80%;}

.position-relative{position: relative;}
.align-items-center{ align-items: center;}
.align-baseline{ align-self: baseline; }
.text-max-box{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* ========= end set main class ========= */

.f08{font-size:0.8rem;}
.f09{font-size:0.9rem;}
.f12{font-size:1.2rem;}


.fwb-600{ font-weight: 600;}
.img-logo{ height: 60px;}
.app__body.casino-all .app-casino-all__main {width: 100%;}
.app__body{
  overflow-x: hidden;
  max-width: 100vw;
}

body{
  font-size: 0.8rem;
  color: var(--cl-gray);
  overflow-x: hidden;
}

html, body{}


.app-login__bg-main .Icon-inside i,
.app-login__bg-main input,
.app-login__bg-main input:focus,
.app-login__bg-main select,
.app-login__bg-main textarea,
.app-login__bg-main textarea:focus {
  color: var(--cl-gray);
}

/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  font-family: prompt, sans-serif;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

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

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

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

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

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

:disabled {
  cursor: default;
}

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(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: ;
}

input:focus-visible {
    outline: 1px solid #55585c;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-10 {top: 2.5rem;}

.left-8 {left: 2rem;}

.bottom-5 {bottom: 1.25rem;}

.top-1\/4 {
  top: 25%;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.top-14 {
  top: 3.5rem;
}

.top-12 {
  top: 3rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-20 {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-1\/5 {
  width: 20%;
}

.w-40 {
  width: 10rem;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-36 {
  width: 9rem;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5 {
  width: 1.25rem;
}

.w-1\/4 {
  width: 25%;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-3\/6 {
  width: 50%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-10 {
  width: 2.5rem;
}
.wp-60{ width: 60%; }
.wp-40{ width: 40%; }

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

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

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

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

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

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

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

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

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

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

.content-start {
  align-content: 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;
}

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

.gap-5 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

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

.divide-app_gray> :not([hidden])~ :not([hidden]) {
 /* --tw-divide-opacity: 1;
  border-color: rgb(89 87 87 / var(--tw-divide-opacity));*/
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-app_gray5 {
  border-color: rgb(104 105 105 / 1);
}

.border-app_gray2 {
  border-color: rgb(82 93 101 / 1);
}

.border-app_green {
  border-color: rgb(45 215 162 / 1);
}

.border-yellow {
  border-color: rgb(252, 213, 53);
}

.border-yellow1 {
  border-color: rgb(252, 213, 53);
}

.bg-app_green {
  background-color: var(--cl-yelow);
}

.bg-app_gray3 {
  background-color: rgb(59 70 78);
}

.bg-app_gray6 {
  background-color: var(--main-bg1);
}

.bg-app_green2 {
  background-color: rgb(22 46 46);
}

.bg-app_gray2 {
  background-color: rgb(82 93 101);
}

.bg-app_black{
  background-color: rgb(0 0 0 / 1);
}

.bg-yellow{
  background-color: rgb(252, 213, 53);
}

.bg-yellow1{
  background-color: rgb(252, 213, 53);
}

.bg-bn{background-color: var(--main-bg1);}
.bg-bn1{background-color: var(--main-bg1);}

.fill-current {
  fill: currentColor;
}

.fill-black {
  fill: #000;
}

.p-5 {
  padding: 1.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}

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

.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

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

.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.px-9\.25 {
  padding-left: 2.32rem;
  padding-right: 2.32rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

/* .pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
} */

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

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

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

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

/* .pt-3 {
  padding-top: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
} */

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

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

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

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

.text-2xl {
  /* font-size: 1.2rem; */
  line-height: 2rem;
}

.text-base {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-7xl {
  font-size: 2.5rem;
  line-height: 1;
}

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

.text-lg,
.text-xl {
  line-height: 1.75rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.text-app_green {
  color: var(--cl-yelow);
}

.text-yellow {
  color: #eedb51;
}

.text-yellow-300 {
  color: var(--cl-gray);
}

.text-app_gray {
  color: rgb(89 87 87 /1);
}

.text-app_yellow {
  color: var(--cl-yelow1)
}

.text-app_black {
  color: var(--cl-black);
}

.text-app_gray7 {
  color: rgb(181 181 181 /1);
}

.text-app_gray9 {
  color: rgb(196 196 196 /1);
}

.text-app_gray2 {
  color: rgb(82 93 101 /1);
}

.text-app_red1 {
  color: rgb(255 117 112 / 62%);
}

.shadow-app_shadow_first {
  --tw-shadow: 0px 1px 3px #1d1d1d;
  --tw-shadow-colored: 0px 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.duration-500 {
  transition-duration: 0.5s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.duration-150 {
  transition-duration: 0.15s;
}

.duration-100 {
  transition-duration: 0.1s;
}

.marquee-parent {
  height: 40px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-child {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  height: 100%;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  transform: translateX(100%);
  width: 100%;
}

@media (max-width: 768px) {
  .marquee-child {
    width: auto;
  }
}

.marquee-child:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.hover\:bg-white:hover {
  background-color: rgb(255 255 255);
}

.hover\:bg-app_black:hover {
  background-color: rgb(22 30 28);
}

.hover\:bg-app_green:hover {
  background-color: var(--cl-yelow);
}

.hover\:bg-yellow:hover {
  background-color: rgb(252, 213, 50);
}

.hover\:bg-yellow1:hover {
  background-color: rgb(252, 213, 50);
}

.hover\:bg-gray-600:hover {
  background-color: rgb(75 85 99);
}

.hover\:bg-gray-500:hover {
  background-color: rgb(107 114 128);
}

.hover\:fill-app_green:hover {
  fill: #2dd7a2;
}

.hover\:fill-app_yellow:hover {
  fill: #faff00;
}

.hover\:fill-yellow:hover {
  fill: #2dd7a2;
}

.hover\:fill-yellow1:hover {
  fill: #2dd7a2;
}

.hover\:text-app_black:hover {
  color: rgb(22 30 28 /1);
}

.hover\:text-app_green:hover {
  color: var(--cl-yelow);
}

.hover\:text-app_yellow:hover {
  color: rgb(250 255 0 /1);
}

.hover\:text-yellow:hover {
  color: rgb(250 255 0 /1);
}

.hover\:text-yellow1:hover {
  color: rgb(250 255 0 /1);
}

.hover\:text-green-400:hover {
  color: var(--cl-yelow);
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:text-black {
  color: rgb(0 0 0 /1);
}

@media (min-width: 768px) {
  .md\:top-20 {
    top: 5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

  .md\:w-full {
    width: 100%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:p-10 {
    padding: 2.0rem;
  }

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

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

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

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

  .md\:px-6\.5 {
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .md\:pt-0 {
    padding-top: 0;
  }

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

  .md\:text-white {
    
    color: rgb(255 255 255 /1);
  }
}
