:root {
        --swiper-pagination-color: #fff;
        --swiper-pagination-bullet-inactive-color: #fefefe;
    --primary-color: #496aad;
    --secondary-color: #33518d;
        --Deep-Charcoal-Blue: #2b2b34;
        --Dark-Blue-Gray: #222224;
        --Charcoal-Blue: linear-gradient(135deg, #1c1c24, #22222b);
      --bg: #0f1724;
      --tip_card: #0b1220;
      --accent1: linear-gradient(135deg, #7C3AED 0%, #06B6D4 100%);
      --glass: rgba(255, 255, 255, 0.04);
      --muted: rgba(255, 255, 255, 0.6);
      --success: #22c55e;
      --danger: #fb7185;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

body,
html {
    color: #dedede;
    font-family: 'Poppins', sans-serif;
    /*! height: 100%; */
    /*! min-height: 100%; */
    scrollbar-gutter: stable;
    background: radial-gradient(1000px 600px at 10% 10%, rgba(26 51 58 / 12%), transparent), radial-gradient(800px 500px at 90% 90%, rgba(6, 182, 212, 0.06), transparent), #0f1724 !important;
    color: #dedede;
    font-family: 'Poppins', sans-serif;
    scrollbar-gutter: stable;
}

.gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    .Contest_DisplayPicture img: last-child
}

.triangle:before {
    background-color: #1c1c1c;
    content: "";
    height: 300px;
    position: absolute;
    right: -200px;
    top: -35px;
    transform: rotate(-72deg);
    width: 160px;
    z-index: 10;
}

.gradient-circle {
    filter: blur(60px);
}

.gradient-circle,
.gradient-circle-small {
    background: radial-gradient(#901b32 100%, #dc8594 0);
}

.gradient-circle-small {
    filter: blur(70px);
}

.shadow-style {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
}

.paypal-bg {
    background: linear-gradient(0deg, rgba(136, 111, 190, .2), rgba(136, 111, 190, .2)), linear-gradient(120.36deg, #122c88 26.58%, #00d1ff 106.8%);
}

.bitcoin-bg {
    background: linear-gradient(103.75deg, #901b32 9.03%, #dc8594 115.6%);
}

.apple-bg {
    background: linear-gradient(90deg, #69aeed -5.31%, #b592e1 28.9%, #ed8dca 56.02%, #ffaaa5 84.42%, #ffbcb7 118.63%);
}

.icon-peer:focus~.icon {
    filter: invert(48%) sepia(81%) saturate(2916%) hue-rotate(1deg) brightness(99%) contrast(101%);
}

.icon-peer:not(:placeholder-shown)~.icon {
    filter: invert(48%) sepia(81%) saturate(2916%) hue-rotate(1deg) brightness(99%) contrast(101%);
}

.review_heading {
    -webkit-line-clamp: 1;
    max-width: 31ch;
}

.review_body,
.review_heading {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.review_body {
    -webkit-line-clamp: 2;
    max-width: 32ch;
}

.max-w-10ch {
    max-width: 10ch;
}

.max-w-10ch,
.max-w-20ch {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.max-w-20ch {
    max-width: 20ch;
}

.fade_out_loader {
    animation: fadeOutLoader .2s ease forwards;
    animation-delay: .6s;
}

.loading_animation {
    animation: loadingAnimation .5s ease-in-out forwards;
}

.loader_loader {
    animation: slideInFromLeft .3s ease-in forwards;
}

.loader_image {
    animation: grow .3s ease-in forwards;
}

.loader_loader_exit {
    animation: slideInFromBottom .2s ease-in reverse forwards;
    animation-delay: .5s;
}

.loader_image_exit {
    animation: grow .2s ease-in reverse forwards;
    animation-delay: .5s;
}

.payout-animation {
    animation: payoutAnimation .4s ease-in-out forwards;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.unselectable:hover {
        cursor: pointer;
    color: #00cfff;
}

.grecaptcha-badge {
    visibility: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: #a1a1a1;
    box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

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

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    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;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

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

h1 {
    font-size: inherit;
    font-weight: inherit;
}

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

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

button {
    text-transform: none;
}

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

h1,
p {
    margin: 0;
}

textarea {
    resize: vertical;
}

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

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

iframe,
img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    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-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .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;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

.-left-20 {
    left: -5rem;
}

.-left-44 {
    left: -11rem;
}

.-right-14 {
    right: -3.5rem;
}

.-right-32 {
    right: -8rem;
}

.-right-44 {
    right: -11rem;
}

.-right-64 {
    right: -16rem;
}

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

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

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

.-top-52 {
    top: -13rem;
}

.bottom-0 {
    bottom: 0;
}

.bottom-2 {
    bottom: .5rem;
}

.bottom-4 {
    bottom: 1rem;
}

.left-0 {
    left: 0;
}

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

.left-2 {
    left: .5rem;
}

.right-0 {
    right: 0;
}

.right-2 {
    right: .5rem;
}

.right-3 {
    right: .75rem;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0;
}

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

.top-11 {
    top: 2.75rem;
}

.top-14 {
    top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
}

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

.my-0\.5 {
    margin-bottom: .125rem;
    margin-top: .125rem;
}

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

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

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

.-mt-0\.5 {
    margin-top: -.125rem;
}

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

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

.ml-1 {
    margin-left: .25rem;
}

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

.mr-2 {
    margin-right: .5rem;
}

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

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

.mt-3 {
    margin-top: .75rem;
}

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

.mt-8 {
    margin-top: 2rem;
    padding: 20px;
    border-radius: 10px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-1 {
    height: .25rem;
}

.h-1\.5 {
    height: .375rem;
}

.h-10 {
    height: 2.5rem;
}

.h-2 {
    height: .5rem;
}

.h-20 {
    height: 5rem;
}

.h-40 {
    height: 10rem;
}

.h-44 {
    height: 11rem;
}

.h-48 {
    height: 12rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-80 {
    height: 20rem;
}

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-0 {
    max-height: 0;
}

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

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

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

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

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

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

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

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

.w-20 {
    width: 5rem;
}

.w-4 {
    width: 1rem;
}

.w-40 {
    width: 10rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-7 {
    width: 1.75rem;
}

.w-80 {
    width: 20rem;
}

.w-\[200vh\] {
    width: 200vh;
}

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

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

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

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

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xs {
    max-width: 20rem;
}

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

.grow {
    flex-grow: 1;
}

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

.basis-1\/3 {
    flex-basis: 33.333333%;
}

.basis-11\/12 {
    flex-basis: 91.666667%;
}

.basis-3\/4 {
    flex-basis: 75%;
}

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

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

.basis-full {
    flex-basis: 100%;
}

.origin-top {
    transform-origin: top;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}

.-translate-x-1\/2 {
    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%;
}

.-translate-y-1\/2,
.-translate-y-3 {
    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-3 {
    --tw-translate-y: -0.75rem;
}

.translate-x-0 {
    --tw-translate-x: 0px;
}

.translate-x-0 {
    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));
}

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

.rotate-0 {
    --tw-rotate: 0deg;
}

.scale-\[2\] {
    --tw-scale-x: 4;
    --tw-scale-y: 2;
}

.scale-\[2\] {
    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));
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-text {
    cursor: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:1300px) and (max-width:1400px) {
    .space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: 3px;
        margin-right: 3px;
    }
}


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

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

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

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

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

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

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

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

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

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

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

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

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

.rounded-b-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.border {
    border-width: 1px;
}

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

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

.border-r-\[0\.5px\] {
    border-right-width: .5px;
}

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

.border-\[\#A7A7A740\] {
    border-color: #a7a7a740;
}

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

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128/var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(252 107 0/var(--tw-border-opacity));
}

.border-primaryaccent {
    --tw-border-opacity: 1;
    border-color: #901b32;
}

.border-r-\[\#9d9d9d\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 157 157/var(--tw-border-opacity));
}

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

.bg-\[\#302e2d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 46 45/var(--tw-bg-opacity));
}

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

.bg-background {
    background: linear-gradient(180deg, rgb(20, 25, 43), rgb(19, 24, 41));
}

.bg-backgroundaccent {
background: linear-gradient(180deg, rgb(20, 25, 43), rgb(19, 24, 41));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: var(--primary-color);
}

.bg-primary\/95 {
    background-color: var(--primary-color);
}

.bg-primaryaccent {
    --tw-bg-opacity: 1;
    background-color: var(--primary-color);
}

.bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44/var(--tw-bg-opacity));
    background-color: rgb(44, 49, 68);
    border-color: rgb(44, 49, 68);
}

.bg-transparent {
    background-color: transparent;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-primary {
    --tw-gradient-from: var(--primary-color) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(252, 107, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primaryaccent {
    --tw-gradient-to: var(--primary-color) var(--tw-gradient-to-position);
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem;
}

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

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

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

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

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem;
}

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

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

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

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

.pb-3 {
    padding-bottom: .75rem;
}

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

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

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

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

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

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

.pt-\[8\.7rem\] {
    padding-top: 8.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
    font-weight: 300;
}

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

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

.uppercase {
    text-transform: uppercase;
}

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

.text-background {
    --tw-text-opacity: 1;
    color: rgb(20 17 15/var(--tw-text-opacity));
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-inherit {
    color: inherit;
}

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

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

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity));
}

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

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

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

.text-transparent {
    color: transparent;
}

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

.underline-offset-1 {
    text-underline-offset: 1px;
}

.opacity-80 {
    opacity: .8;
}

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

.ring-cardBlue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(80 129 255/var(--tw-ring-opacity));
}

.ring-cardGreen {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 168 74/var(--tw-ring-opacity));
}

.ring-cardOrange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 110 13/var(--tw-ring-opacity));
}

.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}

.ring-offset-background {
    --tw-ring-offset-color: #14110f;
}

.drop-shadow-lg {
    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);
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
}

.drop-shadow-md {
    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-3xl {
    --tw-backdrop-blur: blur(64px);
}

.backdrop-blur-3xl {
    -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);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
}

.backdrop-blur-sm,
.backdrop-blur-xl {
    -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);
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-150 {
    transition-delay: .15s;
}

.delay-75 {
    transition-delay: 75ms;
}

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

.duration-700 {
    transition-duration: .7s;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0;
}

.before\:top-1\/2:before {
    content: var(--tw-content);
    top: 50%;
}

.before\:hidden:before {
    content: var(--tw-content);
    display: none;
}

.before\:h-\[1px\]:before {
    content: var(--tw-content);
    height: 1px;
}

.before\:w-\[45\%\]:before {
    content: var(--tw-content);
    width: 45%;
}

.before\:-translate-y-1\/2:before {
    content: var(--tw-content);
    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));
}

.before\:-translate-y-1\/2:before {
    --tw-translate-y: -50%;
}

.before\:bg-\[\#d9d9d9\]:before {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217/var(--tw-bg-opacity));
    content: var(--tw-content);
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}

.after\:-bottom-3:after {
    bottom: -.75rem;
    content: var(--tw-content);
}

.after\:right-0:after {
    content: var(--tw-content);
    right: 0;
}

.after\:top-1\/2:after {
    content: var(--tw-content);
    top: 50%;
}

.after\:h-\[1px\]:after {
    content: var(--tw-content);
    height: 1px;
}

.after\:w-\[45\%\]:after {
    content: var(--tw-content);
    width: 45%;
}

.after\:-translate-y-1\/2:after {
    --tw-translate-y: -50%;
}

.after\:-translate-y-1\/2:after {
    content: var(--tw-content);
    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));
}

.after\:bg-\[\#d9d9d9\]:after {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217/var(--tw-bg-opacity));
    content: var(--tw-content);
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
}

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

.hover\:border-primary\/70:hover {
    border-color: rgba(252, 107, 0, .7);
}

.hover\:bg-backgroundaccent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28/var(--tw-bg-opacity));
}

.focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgb(252 107 0/var(--tw-border-opacity));
}

.focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(252 107 0/var(--tw-bg-opacity));
}

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

.active\:ring:active {
    --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);
}

.active\:ring:active {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235/var(--tw-ring-opacity));
}

.active\:ring-primary:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 107 0/var(--tw-ring-opacity));
}

.active\:ring-shade-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(44 44 44/var(--tw-ring-opacity));
}

.active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
}

.active\:ring-offset-backgroundaccent:active {
    --tw-ring-offset-color: #1c1c1c;
}

.group:hover .group-hover\:left-12 {
    left: 3rem;
}

.group:hover .group-hover\:left-14 {
    left: 3.5rem;
}

.group:hover .group-hover\:left-40 {
    left: 10rem;
}

.group:hover .group-hover\:left-8 {
    left: 2rem;
}

.group:hover .group-hover\:right-12 {
    right: 3rem;
}

.group:hover .group-hover\:right-8 {
    right: 2rem;
}

.group:hover .group-hover\:top-10 {
    top: 2.5rem;
}

.group:hover .group-hover\:top-4 {
    top: 1rem;
}

.group:hover .group-hover\:top-6 {
    top: 1.5rem;
}

.group:hover .group-hover\:top-8 {
    top: 2rem;
}

.group:hover .group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(252 107 0/var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(252 107 0/var(--tw-text-opacity));
}

.peer:focus~.peer-focus\:-top-5 {
    top: -1.25rem;
}

.peer:focus~.peer-focus\:left-2 {
    left: .5rem;
}

.peer:focus~.peer-focus\:z-10 {
    z-index: 10;
}

.peer:focus~.peer-focus\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus~.peer-focus\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(252 107 0/var(--tw-text-opacity));
}

@media (min-width:360px) {
    .xs\:min-h-\[55px\] {
        min-height: 55px;
    }
}

@media (min-width:640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm\:mb-2 {
        margin-bottom: .5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-16 {
        height: 4rem;
    }

    .sm\:h-36 {
        height: 9rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

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

    .sm\:max-w-\[80\%\] {
        max-width: 80%;
    }

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

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

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

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

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

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

    .sm\:justify-evenly {
        justify-content: space-evenly;
    }

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

    .sm\:rounded-none {
        border-radius: 0;
    }

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

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

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

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

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

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

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

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

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

@media (min-width:768px) {
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

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

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

    .md\:max-w-none {
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}

@media (min-width:1024px) {
    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .lg\:mt-1 {
        margin-top: .25rem;
    }

    .lg\:mt-3 {
        margin-top: .75rem;
    }

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

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

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

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

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

    .lg\:max-w-\[80\%\] {
        max-width: 80%;
    }

    .lg\:max-w-none {
        max-width: none;
    }

    .lg\:justify-evenly {
        justify-content: space-evenly;
    }

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

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

    .lg\:pl-6 {
        padding-left: 1.5rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

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

@media (min-width:1300px) {
    .xl\:-right-44 {
        right: -11rem;
    }

    .xl\:left-6 {
        left: 1.5rem;
    }

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

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

    .xl\:flex {
        display: flex;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-24 {
        height: 6rem;
    }

    .xl\:max-h-\[90px\] {
        max-height: 90px;
    }

    .xl\:min-h-\[90px\] {
        min-height: 90px;
    }

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

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

    .xl\:max-w-\[98rem\] {
        max-width: 98rem;
    }

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

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

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

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

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

    .xl\:pl-6 {
        padding-left: 1.5rem;
    }

    .xl\:pt-2 {
        padding-top: .5rem;
    }

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

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

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

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

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


.intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

@media print {
    .intercom-lightweight-app {
        display: none;
    }
}

@keyframes fadeOutLoader {
    0% {
        height: 100vh;
    }

    to {
        height: 0;
        opacity: 0;
        transform: translateY(100vh);
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@keyframes loadingAnimation {
    0% {
        width: 0;
    }

    20% {
        width: 10%;
    }

    35% {
        width: 40%;
    }

    60% {
        width: 66%;
    }

    to {
        width: 90%;
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-200%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes grow {
    0% {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(20vh);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes payoutAnimation {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: center;
    }
}

.walls-container-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 22px
}

.walls-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 20px 44px
}

@media screen and (max-width:1450px) {
    .walls-container {
        grid-template-columns: repeat(4, auto)
    }
}

@media screen and (max-width:750px) {
    .walls-container {
        grid-template-columns: repeat(3, auto)
    }
}

@media screen and (max-width:560px) {
    .walls-container {
        grid-template-columns: repeat(2, auto)
    }
}

@media screen and (max-width:380px) {
    .walls-container {
        grid-template-columns: repeat(1, auto)
    }
}


.offer-wall-class {
    align-items: center;
    background-color: var(--Charcoal-Blue);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 25px;
}

/*.offer-wall-class:hover {*/
/*    border-bottom: 2px solid #fff;*/
/*    border-top: 2px solid #fff;*/
/*}*/

.offer-wall-class .wall-image-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.offer-wall-class .offer-promo {
    background: none;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    position: relative;
    width: 100%;
    font-weight: 900;
}

.offer-wall-class .offer-promo p {
    margin-bottom: 0
}

.offer-wall-class .offer-name,
.offer-wall-class .offer-promo p {
    background-color: #00000040;
    border-radius: 5px;
    padding: 3px 10px
}

.offer-wall-class .offer-name {
    font-size: 9px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 900;
}

.blur-over a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blur-over,
.efff {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in;
    z-index: 20
}

.efff {
    opacity: .3
}

.carousell-item:hover .blur-over,
.carousell-small-item .blur-over {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.carousell-item:hover .blur-over {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.offer-wall-class:hover>.blur-over {
    opacity: 1
}

.wall-image-container img {
    height: 75px
}

.offer-wall-class:hover>.wall-image-container img {
    height: 50px !important
}

.offer-promo {
    background-color: #00000040;
    border-radius: 0 0 4px 0;
    color: #d8d7d7;
    font-size: 11px;
    left: 0;
    padding: 2px 5px;
    position: absolute;
    text-shadow: 0 0 2px;
    top: 0
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

/* ////////////////////////////////////////////// */
[tabindex="-1"]:focus {
    outline: 0 !important;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(180deg, var(--Dark-Blue-Gray), var(--Deep-Charcoal-Blue));
    width: 100%;
    pointer-events: auto;
    background: #252938;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color) 40%, #23111100);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1rem; */
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
}

@media (min-width:992px) {
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/* //////////////////////////////// */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ccc;
    background-color: rgba(0, 0, 0, .1);
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: rgba(154, 169, 226, .1);
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    order: 1px solid #dee2e6;
    background: rgba(154, 169, 226, .1);
}

.navigation {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.pagination {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
  justify-content: center;
}

/* //////////////////////////////////////////////////// */
.Profile .col-md-12,
.Profile .col-md-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .Profile .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .Profile .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.Profile .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .Profile .form-control {
        transition: none;
    }
}

.Profile .form-control:focus {
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.Profile .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.Profile .form-control:disabled {
    opacity: 1;
}

.Profile .form-group {
    margin-bottom: 1rem;
}


.Profile .fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .Profile .fade {
        transition: none;
    }
}

.Profile .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.Profile .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.Profile .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.Profile .modal.fade .Profile .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion:reduce) {
    .Profile .modal.fade .Profile .modal-dialog {
        transition: none;
    }
}

.Profile .modal.show .Profile .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.Profile .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.Profile .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.Profile .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.Profile .modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.Profile .modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

@media (min-width:576px) {
    .Profile .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

/* ////////////////////////////////////////////////// */
::placeholder {
    color: #323345;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #1c1c1c;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.moveAlmaViewToTop {
    top: -65px;
    position: relative;
}

.faqPage {
    display: flex;
    justify-content: center;
    letter-spacing: -0.03em;
    font-family: "Poppins", sans-serif;
}

.faqPage .faqPageContainer {
    /* background: rgba(60, 61, 89, 0.25); */
    border-radius: 20px;
    width: 100%;
    max-width: 1198px;
    margin: 20px 20px;
    padding: 52px 62px;
}

@media only screen and (max-width:700px) {
    .faqPage .faqPageContainer {
        margin: 20px 0;
        padding: 32px 5px;
        border-radius: 0;
    }
}

.faqPage .faqHeading {
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
    margin: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width:700px) {
    .faqPage .faqHeading {
        flex-direction: column;
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.faqPage .faqHeading .faqHeadingLeft {
    font-weight: 900;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:700px) {
    .faqPage .faqHeading .faqHeadingLeft {
        margin-right: 20px;
    }
}

.faqPage .faqHeading .faqHeadingLeft::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 23px;
    background: gold;
}

.faqPage .faqHeading .faqHeadingRight {
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width:700px) {
    .faqPage .faqHeading .faqHeadingRight {
        margin-top: 5px;
        font-size: 28px;
        font-weight: 600;
    }
}

@media only screen and (max-width:700px) {
    .termsPage .faqPageContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.termsPage .lastUpdatedBox {
    color: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 201px;
    height: 33px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.termsPage #google_translate_element {
    margin: 20px 0;
}

.termsPage h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #bfbfbf;
    margin: 25px 10px 10px 10px;
}

.termsPage p,
.termsPage li {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: .03em;
    color: #bfbfbf;
}

.termsPage li::before {
    content: "â€¢";
    margin-right: 5px;
    display: inline;
}

/* ///////////////////////// */

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    padding: 0px;
}

.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.tabs .tab a {
    color: rgba(238, 110, 115, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: rgba(246, 178, 181, 0.2);
    outline: none;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #ee6e73;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right;
}

@media only screen and (max-width: 992.99px) {
    .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tabs .tab a {
        padding: 0 12px;
    }
}

.tabs .tab a {
    color: black !important;
    cursor: pointer;
}

.faqPage .tabsContainer {
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (max-width:700px) {
    .faqPage .tabsContainer {
        padding: 5px 15px 0 15px;
        margin: 0 -5px 25px -5px;
    }
}

.faqPage .tabsContainer .tabsLine {
    width: 100%;
    height: 1px;
    background: #2c2c2e;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*@media only screen and (max-width:700px) {*/
/*    .faqPage .tabsContainer .tabsLine {*/
/*        display: none;*/
/*    }*/
/*}*/

.faqPage .tabs {
    background: none !important;
    font-family: "Roboto", sans-serif;
}

@media only screen and (max-width:700px) {
    .faqPage .tabs {
        height: 55px;
    }
}

.faqPage .tabs .tab {
    text-transform: none;
}

.faqPage .tabs .tab a {
    color: #ccc !important;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width:700px) {
    .faqPage .tabs .tab a {
        font-size: 15px;
    }
}

.faqPage .tabs .tab a.active {
    color: var(--primary-color) !important;
    background-color: var(--Charcoal-Blue);
    border-radius: 10px;
}

.faqPage .tabs .tab a:focus,
.faqPage .tabs .tab a:active {
    background: none !important;
}

.faqPage .tabs .indicator {
    background-color: #a9a9ca;
}

.faqPage .tabs .tab a,
.faqPage .tabs .indicator {
    min-width: 90px;
}

.faqPage .faqPageBottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ccc;
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px;
}

@media only screen and (max-width:700px) {
    .faqPage .faqPageBottom {
        align-items: center;
    }
}

.faqPage .faqPageButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 335px;
    height: 49px;
    margin-top: 13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

@media only screen and (max-width:700px) {
    .faqPage .faqPageButton {
        width: 90%;
    }
}

.faqItem {
    color: #fff;
    margin: 7px 0;
    font-family: "Poppins", sans-serif;
}

.faqItem .faqQuestion {
    padding: 15px 25px;
    background: #23243b;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    border-radius: 7px;
}

@media only screen and (max-width:700px) {
    .faqItem .faqQuestion {
        font-size: 15px;
    }
}

.faqItem .faqAnswer {
    padding: 0 35px 0 25px;
    background: #1f2034;
    font-size: 15px;
    font-weight: 500;
    max-height: 0;
    overflow: hidden;
    transition: padding .4s ease-out;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0;
}

@media only screen and (max-width:700px) {
    .faqItem .faqAnswer {
        padding: 0 15px;
    }
}

.faqItem .faqAnswer ol {
    margin-top: 30px;
}

.faqItem img {
    max-width: 100%;
    display: block;
    margin: 10px 0 20px 0;
}

.faqItem--active .faqQuestion {
    color: #a9a9ca;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width:700px) {
    .faqItem--active .faqQuestion {
        border-bottom: rgba(112, 115, 158, 0.4);
    }
}

.faqItem--active .faqAnswer {
    padding: 25px 35px 25px 25px;
    max-height: 10000px;
}

/* ///////////////////////////////////////////////////// */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

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

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

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

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input:disabled~.form-check-label {
    opacity: .5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.downdown-hr {
    height: 1px;
    background: #a9a9ca;
    opacity: .1;
    margin: 10px;
}

.avters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border-color: #393735;
    border-top-width: 1px;
    padding-top: 20px;
}

.avters .av {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(20, 21, 32, .6);
    border: 2px dashed hsla(240, 3%, 54%, .2);
    border-radius: 10px;
    padding: 10px;
}

.av img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.av a {
    background-color: #2a2a2cb0;
    padding: 5px;
    border-radius: 10px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
}

.Social {
    /* background-color: #1d1e30; */
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media(min-width:1025px) and (max-width:1299px) {
    .Social {
        /* background-color: #1d1e30; */
        padding: 20px 20px 110px;
        justify-content: center;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .Social {
        /* background-color: #1d1e30; */
        padding: 20px 20px 110px;
        justify-content: center;
    }
}

@media(min-width:481px)and (max-width:767px) {
    .Social {
        /* background-color: #1d1e30; */
        padding: 20px 20px 110px;
        justify-content: center;
    }
}

@media(max-width:480px) {
    .Social {
        /* background-color: #1d1e30; */
        padding: 20px 20px 110px;
        justify-content: center;
    }
}


.footer-container-socials-left-content {
    display: flex;
    gap: 16px;
}

.footer-container-socials-left-content a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1724;
    color: #dedede;
}

.footer-container-socials-left-content .footer-social-link-twitter:hover {
    background: #1d9bf0;
    color: #fff;
}

.footer-container-socials-left-content .footer-social-link-facebook:hover {
    background: #4267b2;
    color: #fff;
}

.footer-container-socials-left-content .footer-social-link-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
}

.footer-container-socials-left-content .footer-social-link-reddit:hover {
    background: #ff5700;
    color: #fff;
}

.footer-container-socials-left-content .footer-social-link-trustpilot:hover {
    background: #007f4e;
    color: #fff;
}

.icon svg {
    height: 1em;
    width: 1em;
}

.nav-menu-item {
    padding: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #a9a9ca;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.nav-menu-item:hover {
    color: #ccc;
}

.daily-bonuses {
    background-color: #1c1c1c;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-weight: 900;
    height: 70px;
}

.daily-bonuses button,
.daily-bonuses button:focus,
.daily-bonuses button:hover {
    background-color: #178a9452;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #ebecec;
    font-size: 11px;
    height: 25px;
}

.daily-bonuses-cont {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

.daily-bonuses-cont img {
    margin-bottom: 2.5px !important;
}

.daily-bonuses-cont p {
    margin-bottom: 0;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__slide .btn {
    background-color: var(--primary-color);
    padding: 0 20px;
    font-weight: 900;
}

/* /////////////////////////////////////////////////////// */
.coin {
    height: 15px !important;
    margin: 2px !important;
    width: 15px !important;
}


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

.custom_arrows {
    position: absolute !important;
    right: 0 !important;
    top: -29px !important;
    width: 68px !important;
}

.custom_arrow {
    background-color: var(--Charcoal-Blue) !important;
    border-color: transparent !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16.68px !important;
    height: 2rem !important;
    opacity: 1 !important;
    transition: opacity .1s ease-in-out !important;
    width: 2rem !important;
}

.custom_arrow:hover {
    background-color: var(--primary-color) !important;
}

.splide__arrow--prev {
    left: -.15rem !important;
}

.splide__arrow--next {
    right: -.15em !important;
}

.custom_arrow svg {
    fill: var(--primary-color) !important;
}

.custom_arrow:hover svg {
    fill: #fff !important;
}

.custom_arrow:disabled:hover svg {
    fill: #55657e !important;
}

.custom_arrow:disabled {
    opacity: .25 !important;
}

.splider-container {
    margin-bottom: 20px;
    padding: 0 24px 24px;
    position: relative;
    z-index: 2;
}

.carousell-small-item {
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.02);
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
}

.carousell-small-item {
    align-items: center;
    color: #fff;
    gap: 10px;
    max-width: 400px;
    min-height: 100%;
    padding: 10px;
    max-width: 150px !i;
    !;
    max-height: 230px;
}

.carousell-small-item img {
    height: 100%;
    /*image-rendering: auto;*/
    /*image-rendering: crisp-edges;*/
    width: 100%;
}

.carousell-small-item img {
    border-radius: 8px;
    max-width: 100%;
}

.carousell-small-item-bottom {
    width: 97%;
}

.carousell-small-item p {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 90% !important;
    text-align: left;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.carousell-small-item .reward {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 6px;
    text-align: left;
    font-weight: 900;
    flex-direction: row;
}

.carousell-small-item-reward-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -1px;
    margin-top: 2px;
}

.carousell-small-item-reward-container img {
    height: 10px;
    margin-top: -1px;
    width: auto;
}

.carousell-small-item-reward-provider {
    border-radius: 6px;
    display: flex;
    justify-content: start;
    opacity: .8;
    padding-top: 0;
    line-height: 14px;
    font-size: 10px;
    color: #ccc;
    text-transform: capitalize;
    font-weight: 600;
}

.carousell-small-item-reward-provider img {
    max-height: 17px;
    width: auto;
}

.carousell-container-title {
    color: #93acd3;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 22px;
}

.carousell-container-title {
    margin-left: 2px;
}

.wall-img-container {
    padding-bottom: 50%;
    position: relative;
    width: 100%;
}

.carousell-small-item:hover .blur-over {
    opacity: 1;
}

.blur-over-icon {
    --tw-shadow: 0 10px 15px rgb(0 0 0/15%);
    --tw-shadow-colored: 0 10px 15px #0000;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 0 0 20px 7px #0000009e;
    background-color: var(--primary-color);
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.blur-over-icon svg {
    fill: #fff;
}

.img-container-span {
    background: none;
    border: 0;
    box-sizing: border-box;
    display: block;
    height: auto;
    inset: 0;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: auto;
}

.carousell-small-item .wall-img-container {
    padding-bottom: 100% !important;
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    /* height: 100%; */
    margin: 0 !important;
    padding: 0 !important;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized {
    visibility: visible;
}

.splide__slide {
    -ms-flex-negative: 0;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
    margin-right: 10px !important;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__arrow {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9;
}

.splide__arrow:disabled {
    opacity: .3;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

.splide__pagination {
    display: none;
}

#offerwall-frame {
    width: 100%;
    border: none;
    min-height: 600px;
    border-radius: 4px 4px 3px 3px;
    margin-top: -7px;
    /* height: 100vh; */
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAlIDEwMCUiPjx0ZXh0IGZpbGw9IiUyM2JkYmRiZCIgeD0iNTAlIiB5PSI1MCUiIGZvbnQtZmFtaWx5PSJcJ0x1Y2lkYSBHcmFuZGVcJywgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIyNCIgdGV4dC1hbmNob3I9Im1pZGRsZSI+TG9hZGluZy4uLjwvdGV4dD48L3N2Zz4=) 0 0 no-repeat;
}



.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked:not([disabled]) {
    background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled)~.lever:active:before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08);
}


.switch.custom-switch .lever {
    width: 30px;
    height: 16px;
    background: #14110f;
    border-radius: 4px;
    margin: 0;
}

.switch.custom-switch .lever::before,
.switch.custom-switch .lever::after {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    top: 2px;
    left: 2px;
}

.switch.custom-switch .lever::after {
    background: #181617;
}

.switch.custom-switch input[type=checkbox]:checked+.lever::before,
.switch.custom-switch input[type=checkbox]:checked+.lever::after {
    left: 16px;
}

.switch.custom-switch input[type=checkbox]:checked+.lever::after {
    background: var(--primary-color);
}

.switch.custom-switch .lever {
    background-color: #14110f;
    border-radius: 20px;
    height: 24px;
    width: 46px;
}

.switch.custom-switch .lever:after {
    background-color: #59514c;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.switch.custom-switch .lever:before {
    display: none;
}

.switch.custom-switch input[type=checkbox]:checked+.lever {
    background-color: #000;
}

.switch.custom-switch input[type=checkbox]:checked+.lever:after {
    left: 24px;
}

.accountInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 40px;
}

.accountInfo {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.accountInfo {
    margin-right: 18px;
    margin-left: auto;
}

@media only screen and (max-width:1199px) {
    .accountInfo {
        margin-right: 15px;
    }
}

.notifications_item {
    margin-left: 20px;
    background-image: url('/Client/img/bell-solid.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 7px;
}

@media only screen and (max-width:700px) {
    .notifications_item {
        margin-left: 10px;
        background-image: url('/Client/img/bell-solid.png');
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        font-size: 7px;
    }
}

.user-balance {
    display: flex;
    align-items: center;
    background: #0f1724;
    border-radius: 10px;
    font-size: 14px;
    line-height: 160%;
    color: #ccc;
    font-weight: 700;
    height: 40px;
     border: 2px solid #5d6164; 
}

.user-balance .balanceValue {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.user-balance .user-balance-icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #777784;
    height: 100%;
    padding: 0 8px 0 12px;
    width: 40px;
}

.user-balance .user-balance-icon .show-coins {
    height: 20px;
    width: 20px;
}

.user-balance .user-balance-icon .currency {
    height: 20px;
    width: 20px;
}


.user-menu {
    margin-left: 20px;
}

.dropdown-toggle {
    height: 40px;
    background: #0f1724;
    padding: 6px 16px 6px 6px;
    display: flex;
    align-items: center;
    box-shadow: none;
    border-radius: 20px;
    border: 2px solid #5d6164;
}

.dropdown-toggle:after {
    display: none;
}

.user-menu-username {
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width:2600px) {
    .user-menu-username {
        display: none;
    }
}

.user-menu-avatar,
.user-menu-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #ccc;
}

.user-menu-toggle-arrow {
    display: flex;
    align-items: center;
    color: #a9a9ca;
}

.user-menu-item,
.user-menu-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
}

.user-menu-item:not(:last-child):not(.user-menu-item-no-margin) {
    margin-bottom: 10px;
}

.user-menu-item:not(.user-menu-item-separator):hover {
    opacity: .8;
}

.user-menu-item a {
    display: flex;
    align-items: center;
    padding: 10px 4px;
}

.user-menu-item-icon {
    margin-right: 13px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-menu-item-separator {
    height: 1px;
    background: #a9a9ca;
    opacity: .1;
    margin-top: 20px;
    margin-bottom: 20px !important;
    font-size: 1px;
    width: 100%;
}

.user-menu-item-switcher {
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
    width: 100%;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.user-menu button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    cursor: pointer;
}

.pageRoute {
    cursor: pointer;
}


.site-notifications__bell {
    position: relative;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Notifications_num {
    color: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -8px;
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.live_off {
    display: none;
}

.live_on {
    display: flex;
}

.custom_arrow_banner_container {
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 8px;
    height: 100%;
    background-color: transparent !important;
    z-index: 10000;
}

.custom_arrow_banner_container:hover {
    background-color: rgba(0, 0, 0, .2) !important;
    z-index: 10000;
}

.custom_arrow_banner_container_right {
    right: 0;
}

.custom_arrow_banner_container_left {
    left: 0;
}

.custom_arrow_banner_container_right {
    right: 0;
}

.custom_arrow_banner {
    /* background-color: #1f2a39 !important; */
    color: #fff !important;
    border-color: transparent !important;
    padding: 4px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    opacity: .6 !important;
    top: auto !important;
    transition: opacity .1s ease-in-out !important;
    position: relative !important;
    z-index: 10000;
}

.custom_arrow_banner:hover {
    opacity: 1 !important;
}

.custom_arrow_banner_container {
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 8px;
    height: 100%;
    background-color: transparent !important;
    z-index: 10000;
}

.custom_arrow_banner_container:hover {
    background-color: rgba(0, 0, 0, 0.76) !important;
    z-index: 10000;
}

.custom_arrow_banner_container_right {
    right: 0;
}

.custom_arrow_banner_container_left {
    left: 0;
}

@media all {
    .Button_button__odZew {
        pointer-events: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #a9a9ca;
        text-align: center;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        font-size: 12px;
        padding: 8px 12px;
        border-radius: 10px;
    }

    .Button_button__odZew:disabled {
        background-color: #0d131c;
        color: #55657e;
        opacity: .7;
    }

    .Button_button__odZew:disabled:hover {
        cursor: not-allowed;
        background-color: #0d131c;
    }

    .Button_primary__AC210 {
        background-color: #f6b040;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
    }

    .Button_primary__AC210 {
        position: relative;
        overflow: hidden;
        font-weight: 600;
        font-size: 12px;
    }

    .Button_primary__AC210:hover {
        cursor: pointer;
        background-color: #ac6c06;
    }

    .Button_large__4NhaL {
        height: 44px;
        min-height: 44px;
        font-size: 14px;
        line-height: 24px;
    }

    .Button_full__9KtTs {
        width: 100%;
    }

    .Button_primary__AC210:hover:after {
        width: 20px;
    }

    .Button_primary__AC210:hover:after,
    .Button_primary__AC210:hover:before {
        content: "";
        position: absolute;
        top: 50%;
        height: 90px;
        background: #fff;
        opacity: .35;
        transform: translate(-100%, -50%) rotate(45deg);
        animation: Button_shine__2h84x 4s linear infinite;
    }

    .Button_primary__AC210:hover:before {
        width: 10px;
    }

    .Button_primary__AC210:before {
        content: "";
        position: absolute;
        top: 50%;
        height: 90px;
        background: #fff;
        opacity: .35;
        animation: Button_shine-two__rSWYm 10s linear infinite;
    }

    .Button_primary__AC210:before {
        width: 10px;
        transform: translate(-100%, -50%) rotate(45deg);
    }

    .Button_button__odZew:disabled:after,
    .Button_button__odZew:disabled:before {
        opacity: 0;
    }

    .Currency_root__IAgWC {
        display: flex;
        height: 100%;
        width: -moz-fit-content;
        width: fit-content;
        align-items: center;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
    }

    .Currency_root__IAgWC:hover {
        cursor: pointer;
    }

    .Currency_largeBold__yKJSc {
        font-size: 14px;
        font-weight: 700;
    }

    .Currency_coin___Ur2S {
        position: relative;
    }

    .Currency_largeBold__yKJSc .Currency_coin___Ur2S {
        margin-right: 6px;
        width: 11px;
        height: 11px;
    }
}

@media all {
    .DeviceIcon_root__xuGzS {
        border: 2px solid;
        position: relative;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: #1c2531;
        background-color: #1f2a39;
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
        color: #55657e;
    }

    .DeviceIcon_root__xuGzS:hover {
        cursor: pointer;
    }

    .DeviceIcon_root__xuGzS {
        border-radius: 3rem;
    }

    .DeviceIcon_root__xuGzS svg {
        z-index: 10;
        fill: #93acd3;
    }

    .DeviceIcon_root__xuGzS:hover svg {
        fill: #fff;
    }

    .DeviceIcon_dark__xeWlE {
        border-color: #253243;
        background-color: #253243;
    }

    .DeviceIcon_small__dZiq6 {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.Offer_root__6XRBZ {
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 540px;
    max-width: 530px;
    min-width: 530px;
    margin: -24px;
    padding-bottom: 96px;
}

.Offer_headerRow__43IwP {
    display: flex;
    align-items: center;
    gap: 24px;
    border-color: #1f2a39;
    letter-spacing: -.02em;
    padding: 32px 24px;
}

.Offer_title__mZmpU {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
    max-width: 300px;
}

.Offer_rewardContainer__Uq5_c {
    margin-top: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a9a9ca !important;
}

.Offer_description__Q6RAZ {
    font-weight: 600;
    color: #ccc;
    font-size: 12px;
    line-height: 1.2rem;
}

.Offer_deviceContainer__4lL8K {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Offer_wallIcon__kaZ56 {
    height: 1.5rem;
    width: 1.5rem;
    padding: 4px;
}

.Offer_wallIcon__kaZ56 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
    background-color: #1c2531;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #55657e;
}

.Offer_wallIcon__kaZ56 img {
    width: 50%;
}

.Offer_col__vnsj1 {
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.Offer_about__YjJsV {
    padding: 16px 24px;
    background-color: var(--Deep-Charcoal-Blue);
    border-radius: 16px;
}

.Offer_textColumn__egKdn {
    display: flex;
    flex-direction: column;
}

.Offer_colTitle__Ll0ry {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.Offer_stats__z9WFi {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 8px;
    margin: 0 12px 16px;
}

.Offer_category__UE5lS {
    border-radius: 9999px;
    background-color: var(--Deep-Charcoal-Blue);
    color: #fff;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    flex-direction: revert;
    gap: 10px;
    fill: gold;
    align-items: center;
}

.Offer_grid1__mPZJx {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-color: #1f2a39;
    padding: 24px;
}

.Offer_icon__UVIi7 {
    position: relative;
    overflow: hidden;
    background-color: #1f2a39;
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 14px;
}

.Offer_list__xzL6C {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #93acd3;
}

.Offer_count__iA_QC {
    display: flex;
    height: .75rem;
    width: .75rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #1c2531;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #55657e;
    min-width: .75rem;
}

.Offer_countGreen__Yai_u {
    background-color: #a9a9ca;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.Offer_item__JYtws {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #55657e;
    font-size: 12px;
}

.Offer_sectionHeader__RpsMB {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
}

.Offer_footer__MSll7 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-color: #1f2a39;
    background-color: var(--Charcoal-Blue);
    padding: 24px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 29px;
}

.Offer_reward__T0_gN {
    display: flex;
    align-items: center;
    justify-content: space-between;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.Offer_offertoro__2fP1z {
    background-color: #e43a3b;
}

.Offer_noBorder__fs1dT {
    border-width: 0;
    padding-top: 8px !important;
}

.Offer_showMore__0okDb {
    width: 100%;
}

.Offer_showMore__0okDb a {
    color: #a9a9ca;
}

@media (max-width:1280px) {
    .Offer_root__6XRBZ {
        overflow-y: auto;
        min-width: 100%;
        width: 100%;
        height: calc(80vh - 63px);
        margin: 0;
    }

    .Offer_scroll__vgKxx {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 97px;
        top: 0;
        /* overflow-y: scroll; */
    }

    .Offer_icon__UVIi7 {
        width: 85px;
        height: 85px;
        min-width: 85px;
    }

    .Offer_headerRow__43IwP {
        flex-direction: column;
    }

    .Offer_grid1__mPZJx {
        padding: 24px 10px;
    }

    .Offer_stats__z9WFi {
        margin: 0 10px 16px;
    }

    .Offer_title__mZmpU {
        font-weight: 700;
        font-size: 18px;
    }

    .Offer_deviceContainer__4lL8K {
        gap: 4px;
    }

    .Offer_footer__MSll7 {
        border-radius: 0;
        border-top-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .Offer_textColumn__egKdn {
        align-items: center;
        justify-content: center;
    }
}

.Modal_root__IeOwp {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    display: flex;
    /* width: -moz-fit-content; */
    /* width: fit-content; */
    /* max-width: -moz-max-content; */
    /* max-width: max-content; */
    flex-direction: column;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    z-index: 60;
    max-width: 100%;
}

.Modal_modalHeader__scnTn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 16px;
}

.Modal_closeButton__dy2w3 {
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--Deep-Charcoal-Blue);
    padding: .25rem;
    height: 32px;
    width: 32px;
}

.Modal_modalWrapper__8VURL {
    position: relative;
    max-height: calc(100vh - 7rem);
    box-shadow: 18px 22px 100px rgba(0, 0, 0, .35);
}

.Modal_modalContainer__Eqs0u,
.Modal_modalWrapper__8VURL {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 14px;
}

.Modal_modalContainer__Eqs0u {
    height: 100%;
    background: var(--Charcoal-Blue);
    padding: 24px;
}

.Modal_modalContainer__Eqs0u::-webkit-scrollbar-track {
    position: absolute;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    background: transparent;
}

.Modal_closeButton__dy2w3 svg {
    fill: #ccc;
}

.Modal_closeButton__dy2w3:hover svg {
    cursor: pointer;
    fill: #cccccc94;
}

.Modal_root__IeOwp {
    align-items: center;
    opacity: 0;
    transform: translateY(-50px);
    backdrop-filter: blur(20px) !important;
    background-color: rgba(0, 0, 0, .137);
}

.Modal_enterDone__sTQWY {
    pointer-events: auto;
    opacity: 1;
    transition: transform .2s, opacity .2s;
    transform: translate(0);
}

@media (max-width:1280px) {
    .Modal_root__IeOwp {
        height: auto;
        justify-content: flex-end;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .2s;
        bottom: 63px;
        max-width: 100vw;
    }

    .Modal_maxH__7ED5_ {
        top: 64px;
    }

    .Modal_modalContainer__Eqs0u {
        width: 100vw;
        padding: 0;
        border-radius: 14px 14px 0 0;
    }

    .Modal_modalWrapper__8VURL {
        height: 100%;
    }

    .Modal_root__IeOwp {
        align-items: center;
        opacity: 1;
        transform: translateY(100vh);
    }

    .Modal_enterDone__sTQWY {
        pointer-events: auto;
        transition: transform .2s, opacity .2s;
        transform: translate(0);
    }
}

@keyframes Button_shine__2h84x {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    25% {
        transform: translate(320px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}

@keyframes Button_shine__2h84x {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    25% {
        transform: translate(320px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}

@keyframes Button_shine-two__rSWYm {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    90% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}

@keyframes Button_shine-two__rSWYm {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    90% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}


@media all {
    .Carousel_viewAllButton__snqIw {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: transparent;
        background-color: #1c2531;
        font-weight: 600;
        color: #55657e;
        opacity: 1;
    }

    .Carousel_viewAllButton__snqIw a {
        font-weight: 600;
        color: #55657e;
    }

    .Carousel_viewAllButton__snqIw:hover a:hover {
        cursor: pointer;
        background-color: #1f2a39;
        color: #93acd3;
    }

    .Carousel_viewAllButton__snqIw {
        border-radius: 10px !important;
        height: 2rem !important;
        top: -16px;
        right: 5.25rem;
        width: 5rem;
        font-size: 14px;
    }

    .Carousel_viewAllButton__snqIw button {
        font-weight: 600;
        font-size: 12px !important;
    }
}

.Survey_S159X {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.Survey_S160X {
    margin: 10px 10px;
    max-width: 115px !important;
    max-height: 198px !important;
    min-width: 114px !important;
    min-height: 197px !important;
}


.Ahmed_Quickly {
    position: relative;
}

.Ahmed_Quickly::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(180deg, rgb(20, 25, 43), rgb(19, 24, 41));
    background-size: 200%;
    animation: Ahmed_Quickly 1s infinite reverse;
    border-radius: 5px;
}

@keyframes Ahmed_Quickly {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}


.messages_root {
    pointer-events: none;
    position: fixed;
    right: 0;
    margin-right: 8px;
    display: flex;
    height: 100vh;
    width: 18rem;
    flex-direction: column;
    background: #2b2b34;
    padding: 0;
    z-index: 1000000000;
    border-radius: 14px;
    max-height: calc(100vh - 150px);
    width: 325px;
    top: 2rem;
}

.messages_root {
    opacity: 0;
    transition: transform .2s, opacity .2s;
    transform: translate(0);
}

.Index_messages_root {
    pointer-events: auto;
    opacity: 1;
    transition: transform .2s, opacity .2s;
    transform: translateY(40px);
    height: 80%;
}

@media (max-width:1024px) {
    .messages_root {
        z-index: 1000000000;
        margin-right: 0;
        /* width: 100vw; */
        /* border-radius: 0; */
        opacity: 1;
        transform: translate(100vh);
        top: 64px;
        bottom: 63px;
        height: auto;
        /* max-height: none !important; */
    }

    .Index_messages_root {
        pointer-events: auto;
        opacity: 1;
        transition: transform .2s, opacity .2s;
        transform: translate(0);
    }
}

.messages_arrow {
    position: absolute;
    top: -1rem;
    right: 5.75rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.messages_arrowUp:after {
    color: #16202b;
    content: "\25b2";
    padding-left: 1em;
}

.messages_body {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 12px;
}

.messages_iframe {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.messages_iframe iframe {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}


.Notifications_body {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text_blue {
    -webkit-text-fill-color: transparent;
}

.text_blue {
    background: #fff;
    -webkit-background-clip: text;
}

.leaderbard .leaderboard_table .lb_table {
    width: 100%;
    font-size: .875em;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.leaderbard .leaderboard_table .lb_table thead th {
    text-align: left;
    font-weight: 400;
}

.leaderbard .leaderboard_table .lb_table>:nth-child(2) tr:nth-child(-n+3) td {
    background: #14110f;
}

.leaderbard .leaderboard_table .lb_table tbody tr td {
    background: #14110f;
    vertical-align: middle;
}

.leaderbard .leaderboard_table .lb_table tbody tr td:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.leaderbard .leaderboard_table .lb_table tbody tr td:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.leaderbard .leaderboard_table .lb_table tbody .box {
    background: #1c1c1c;
    border-radius: 10px;
    text-align: center;
}

.leaderbard .leaderboard_table .lb_table tbody .td_rank {
    width: 15%;
}

.leaderbard .leaderboard_table .lb_table tbody .td_user .user {
    display: flex;
    align-items: center;
}

.leaderbard .leaderboard_table .lb_table tbody .td_user .user.has_user .username span {
    cursor: pointer;
}

.leaderbard .leaderboard_table .lb_table tbody .td_ce,
.leaderbard .leaderboard_table .lb_table tbody .td_co {
    width: 15%;
}

@media (min-width:1440px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 20px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 16px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 17.5px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 14px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 15px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 12px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:768px)and (max-width:1024px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 12.5px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 10px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 8px;
    }
}

@media (min-width:481px)and (max-width:767px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 10px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 8px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 8px;
    }
}

@media (max-width:480px) {
    .leaderbard .leaderboard_table {
        overflow-x: auto;
    }

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 7.5px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 6px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }
}

.text_blue {
    color: var(--primary-color);
    text-align: center;
    font-weight: 600;
    display: flex;
    gap: 5px;
    /* justify-content: center; */
    align-items: center;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.bg-\[\#2a2827\] {
    background-color: #0f1724;
}

.h-0 {
    height: 0;
}


.stats_top {
position: fixed;
  left: 0;
  right: 0;
  display: flex;
  transition: margin .2s, right .2s;
  z-index: 40;
  background: linear-gradient(180deg, rgb(20, 25, 43), rgb(19, 24, 41));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

@media(min-width:1600px) {
    .stats_top {
        top: 80px !important;
        height: 78px;
    }
}

@media(min-width:1440px) {
    .stats_top {
        top: 75px;
        height: 78px
    }
}

@media(min-width:1025px)and (max-width:1439px) {
    .stats_top {
        top: 70px;
        height: 75px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .stats_top {
        top: 65px;
        height: 75px
    }
}

@media(min-width:100px)and (max-width:767px) {
    .stats_top {
        top: 60px;
        height: 75px
    }
}

.live_off {
    display: none;
}

.live_on {
    display: flex;
}

.liveaj {
    border: var(--primary-color) 2px solid;
    border-radius: 10px;
}

/* .liveaj:hover {

    border: #fff 1px solid;
    border-radius: 10px;
} */


.accordian {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.accordian .acc.active .acc_qustion {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #1e1f30;
    transition: border-radius 0s;
    color: #fff
}

.accordian .acc.acc_switch {
    position: relative
}

.accordian .acc.acc_switch .acc_qustion_switch {
    z-index: 2;
    position: absolute
}

.accordian .acc .acc_qustion {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    cursor: pointer;
    transition: border-radius .4s ease-out;
    position: relative;
    color: #86868e;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.accordian .acc .acc_qustion:before {
    content: "+";
    position: absolute;
    color: gold;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.accordian .acc .acc_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background: #212235;
    border-radius: 0 0 10px 10px
}

@media(min-width:1440px) {
    .accordian {
        gap: 20px
    }

    .accordian .acc .acc_qustion {
        padding: 24px 40px 24px 20px
    }

    .accordian .acc .acc_qustion:before {
        right: 20px
    }

    .accordian .acc .acc_answer>div {
        padding: 20px
    }
}

@media(min-width:1281px)and (max-width:1439px) {
    .accordian {
        gap: 17.5px
    }

    .accordian .acc .acc_qustion {
        padding: 21px 17.5px
    }

    .accordian .acc .acc_qustion:before {
        right: 17.5px
    }

    .accordian .acc .acc_answer>div {
        padding: 17.5px
    }
}

@media(min-width:1025px)and (max-width:1280px) {
    .accordian {
        gap: 15px
    }

    .accordian .acc .acc_qustion {
        padding: 18px 15px
    }

    .accordian .acc .acc_qustion:before {
        right: 15px
    }

    .accordian .acc .acc_answer>div {
        padding: 15px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .accordian {
        gap: 25px
    }

    .accordian .acc .acc_qustion {
        padding: 17.5px 25px
    }

    .accordian .acc .acc_qustion:before {
        right: 25px
    }

    .accordian .acc .acc_answer>div {
        padding: 25px
    }
}

@media(min-width:481px)and (max-width:767px) {
    .accordian {
        gap: 20px
    }

    .accordian .acc .acc_qustion {
        padding: 16px 20px
    }

    .accordian .acc .acc_qustion:before {
        right: 20px
    }

    .accordian .acc .acc_answer>div {
        padding: 20px
    }
}

@media(max-width:480px) {
    .accordian {
        gap: 15px
    }

    .accordian .acc .acc_qustion {
        padding: 15px
    }

    .accordian .acc .acc_qustion:before {
        right: 15px
    }

    .accordian .acc .acc_answer>div {
        padding: 15px
    }
}

.answer {
    display: none;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    transition: max-height .2s ease-out;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 15px;
    margin-top: -5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* /////////////////////////////////////////////////////////////////////// */
.sections {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

.sections .section_box:not(.no_bg) {
    /* background: rgba(101, 117, 176, .05); */
    flex-grow: 2;
}

.sections .section_box .section {
    max-width: 1580px;
    margin: 0 auto;
}

.sections .section_box .section .section_info {
    display: flex;
    flex-direction: column;
}

.sections .section_box .section .section_info .title {
    font-size: 1.5em;
}

.sections .section_box .section .section_info .subtitle {
    color: #86868e;
    font-size: 1em;
    margin: 0;
}

.sections .section_box.fill {
    flex: 1 1;
}

@media (min-width:1440px) {
    .sections .section_box {
        padding: 40px 0;
    }

    .sections .section_box .section {
        padding: 0 40px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 20px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .sections .section_box {
        padding: 35px 0;
    }

    .sections .section_box .section {
        padding: 0 35px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 17.5px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .sections .section_box {
        padding: 30px 0;
    }

    .sections .section_box .section {
        padding: 0 30px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 15px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .sections .section_box {
        padding: 25px 0;
    }

    .sections .section_box .section {
        padding: 0 25px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 25px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .sections .section_box {
        padding: 20px 0;
    }

    .sections .section_box .section {
        padding: 0 20px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 20px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}

@media (max-width:480px) {
    .sections .section_box {
        padding: 15px 0;
    }

    .sections .section_box .section {
        padding: 0 15px;
    }

    .sections .section_box .section .section_info {
        padding-bottom: 15px;
    }

    .sections .section_box .section .section_info .title+.subtitle {
        padding-top: 10px;
    }
}


@media (min-width:1440px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 20px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 16px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 17.5px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 14px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 15px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 12px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 10px;
    }
}

@media (min-width:768px)and (max-width:1024px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 12.5px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 10px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 8px;
    }
}

@media (min-width:481px)and (max-width:767px) {

    .leaderbard .leaderboard_table .lb_table tbody tr td,
    .leaderbard .leaderboard_table .lb_table thead th {
        padding: 10px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .box {
        padding: 8px;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user {
        display: flex;
        align-items: center;
    }

    .leaderbard .leaderboard_table .lb_table tbody .td_user .user .username {
        margin-left: 8px;
    }
}

.title {
    margin: 10px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
    flex-direction: row;
}

.subtitle {
    color: #b0b0b0;
}

.hexagon_button {
    display: grid;
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
    height: 3em;
}

.hexagon_button:disabled {
    opacity: .6;
}

.hexagon_button:disabled .text {
    cursor: default;
}

.hexagon_button svg {
    height: 3em;
    cursor: pointer;
}

.hexagon_button svg path {
    transition: fill .5s ease;
}

.hexagon_button .svg_left {
    margin-right: -2px;
}

.hexagon_button .svg_right {
    margin-left: -2px;
}

.hexagon_button .text {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 600;
    flex-grow: 2;
    transition: background-color .5s;
    z-index: 2;
}

.hexagon_button.btn_gold svg {
    fill: #f6b040;
}

.hexagon_button.btn_gold .text {
    background: linear-gradient(180deg, #f6b040, #f6b040);
    color: #212235;
    height: 100%;
}

.hexagon_button.btn_gold:active svg {
    fill: #4a4648;
}

.hexagon_button.btn_gold:active .text {
    background: #4a4648;
}

.hexagon_button.btn_dark svg {
    fill: var(--Charcoal-Blue);
}

.hexagon_button.btn_dark .text {
    background: var(--Charcoal-Blue);
    color: hsla(0, 0%, 100%, .8);
    height: 100%;
}

.hexagon_button.btn_dark:hover:not(:disabled) svg {
    fill: #f6b040;
    color: #212235;
}

.hexagon_button.btn_dark:hover:not(:disabled) .text {
    background: #f6b040;
    color: #212235;
}

.hexagon_button.btn_dark:active svg {
    fill: #202236;
}

.hexagon_button.btn_dark:active .text {
    background: #202236;
}

@media (min-width:768px) {
    .hexagon_button {
        min-width: 200px;
    }
}

.sections .section_box .section .section_buttons {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

@media (min-width:1440px) {
    .sections .section_box .section .section_buttons {
        gap: 20px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .sections .section_box .section .section_buttons {
        gap: 17.5px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .sections .section_box .section .section_buttons {
        gap: 15px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .sections .section_box .section .section_buttons {
        gap: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .sections .section_box .section .section_buttons {
        gap: 20px;
    }
}

@media (max-width:480px) {
    .sections .section_box .section .section_buttons {
        gap: 15px;
    }
}

input {
    background: #5b3b3b00;
    padding: 0;
    border: 0;
    align-items: inherit;
    font-size: 1em;
}

input:focus {
    outline: 0;
}

input::placeholder {
    color: #dddddd73;
    opacity: 1;
}

.hexagon_input {
    height: 3em;
    display: grid;
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
}

.hexagon_input svg {
    height: 3em;
    fill: rgba(0, 0, 0, .1);
    cursor: text;
    flex-shrink: 0;
}

.hexagon_input .input {
    flex-grow: 2;
    background: rgba(0, 0, 0, .1);
    cursor: text;
}

.hexagon_input .input input {
    min-width: 0;
    width: 100%;
    height: 100%;
    color: #ddd;
    display: flex;
    align-items: center;
}

.input_group {
    display: flex;
}

.input_group.group_input_button .hexagon_input {
    margin-right: -15px;
}

.input_group.group_full {
    width: 100%;
}

.input_group.group_full .hexagon_input,
.input_group.group_full .hexagon_input .input {
    flex-grow: 2;
}

.panel {
    position: relative;
    background: #1e1e22;
    border-radius: 10px;
}

.panel .panel_header.header_image {
    background: rgba(154, 169, 226, .1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel .panel_footer {
    background: rgba(154, 169, 226, .1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width:1440px) {
    .panel .panel_header.header_image {
        padding: 20px 40px;
    }

    .panel .panel_body {
        padding: 40px;
    }

    .panel .panel_footer {
        padding: 20px 40px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .panel .panel_header.header_image {
        padding: 17.5px 35px;
    }

    .panel .panel_body {
        padding: 35px;
    }

    .panel .panel_footer {
        padding: 17.5px 35px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .panel .panel_header.header_image {
        padding: 15px 30px;
    }

    .panel .panel_body {
        padding: 30px;
    }

    .panel .panel_footer {
        padding: 15px 30px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .panel .panel_header.header_image {
        padding: 12.5px 25px;
    }

    .panel .panel_body {
        padding: 25px;
    }

    .panel .panel_footer {
        padding: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .panel .panel_header.header_image {
        padding: 10px 20px;
    }

    .panel .panel_body {
        padding: 20px;
    }

    .panel .panel_footer {
        padding: 20px;
    }
}

@media (max-width:480px) {
    .panel .panel_header.header_image {
        padding: 7.5px 15px;
    }

    .panel .panel_body {
        padding: 15px;
    }

    .panel .panel_footer {
        padding: 15px;
    }
}

.withdraw_footer {
    background: rgba(154, 169, 226, .1);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.withdraw_footer .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:767px) {
    .withdraw_footer .data {
        flex-direction: column;
    }

    .withdraw_footer .button,
    .withdraw_footer .button .hexagon_button {
        width: 100%;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .withdraw_footer .data {
        gap: 25px;
    }
}

@media (max-width:480px) {
    .withdraw_footer .data {
        gap: 15px;
    }
}

.cards {
    display: grid;
}

.cards .panel {
    display: flex;
    align-items: center;
    width: 100%;
    background: #212235;
    cursor: pointer;
    position: relative;
    min-height: 70px;
    transition: background-color .2s;
    opacity: .8;
    justify-content: center;
}

.cards .panel .image {
    position: relative;
}

@media (min-width:1440px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 40px;
    }

    .cards .panel {
        padding: 40px 20px;
    }

    .cards .panel .image {
        min-width: 190px;
        min-height: 60px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 35px;
    }

    .cards .panel {
        padding: 35px 17.5px;
    }

    .cards .panel .image {
        min-width: 176px;
        min-height: 53px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .cards {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }

    .cards .panel {
        padding: 30px 15px;
    }

    .cards .image {
        min-width: 176px;
        min-height: 53px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
    }

    .cards .panel {
        padding: 25px 12.5px;
    }

    .cards .panel .image {
        min-width: 176px;
        min-height: 53px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .cards .panel {
        padding: 20px 10px;
    }

    .cards .panel .image {
        min-width: 176px;
        min-height: 53px;
    }
}

@media (max-width:480px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .cards .panel {
        padding: 15px 7.5px;
    }

    .cards .panel .image {
        min-width: 100px;
        min-height: 30px;
    }
}

.hexagon_div {
    height: 3em;
    position: relative;
    display: grid;
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
}

.hexagon_div svg {
    height: 3em;
    cursor: text;
    fill: rgba(0, 0, 0, .2);
    transition: fill .1s ease;
    flex-shrink: 0;
}

.hexagon_div .text {
    background: rgba(0, 0, 0, .2);
    align-items: center;
    display: flex;
    flex-grow: 2;
    justify-content: center;
}

.hexagon_div.hexagon_stats,
.hexagon_div.hexagon_stats svg {
    height: 5em;
}

.hexagon_div.hexagon_stats .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hexagon_div.hexagon_stats .box .stat_top {
    font-size: 1.5em;
}

.hexagon_div.hexagon_stats .box .stat_bottom {
    margin-top: .5em;
    text-transform: uppercase;
    font-size: .75em;
    text-align: center;
}

.user_header .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:1440px) {
    .user_header .stats {
        gap: 20px;
    }

    .user_header .stats .hexagon_stats {
        min-width: 180px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .user_header .stats {
        gap: 17.5px;
    }

    .user_header .stats .hexagon_stats {
        min-width: 170px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .user_header .stats {
        gap: 15px;
    }

    .user_header .stats .hexagon_stats {
        min-width: 160px;
    }
}

@media (max-width:1024px) {

    .user_header .stats,
    .user_header .stats .hexagon_stats {
        width: 100%;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .user_header .stats {
        margin-top: 25px;
        gap: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .user_header .stats {
        margin-top: 20px;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:480px) {
    .user_header .stats {
        margin-top: 15px;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.panel .panel_header.header_simple {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel .panel_header.header_simple>span {
    font-size: 1.125em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#6575b0, #9aa9e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width:1440px) {
    .panel .panel_header.header_simple {
        padding: 40px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .panel .panel_header.header_simple {
        padding: 35px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .panel .panel_header.header_simple {
        padding: 30px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .panel .panel_header.header_simple {
        padding: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .panel .panel_header.header_simple {
        padding: 20px;
    }
}

@media (max-width:480px) {
    .panel .panel_header.header_simple {
        padding: 15px;
    }
}


.social-items button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    cursor: pointer;
}

.social-items a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29292d;
    color: #dd1515;
}

.social-items .twit:hover {
    background: #1d9bf0;
    color: #fff;
}

.social-items .face:hover {
    background: #4267b2;
    color: #fff;
}

.social-items .emailbt:hover {
    background: #868686;
    color: #fff;
}

.social-items .whats:hover {
    background: #007f4e;
    color: #fff;
}

.hexagon_avatar {
    position: relative;
}

.hexagon_avatar .avatar_inner {
    display: grid;
}

.hexagon_avatar .avatar_inner .avatar_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12% 6%;
}

.hexagon_avatar .avatar_inner .avatar_box .avatar_image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
    align-items: flex-start;
}

.hexagon_avatar .avatar_inner .avatar_box .avatar_image>span {
    transform: scale(.87);
    margin-top: 4% !important;
}


.user_header {
    flex-wrap: wrap;
    border-bottom-width: 1px;
    border-color: #3d3d42;
}

.user_header,
.user_header .profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile {
    /* background-color: #222339; */
    border-radius: 15px;
    padding: 30px 35px;
    margin-bottom: 20px;
}

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

.user_header .avatar svg {
    width: 100%;
    height: 100%;
}

.user_header .info {
    display: flex;
    flex-direction: column;
}

.user_header .info .user {
    display: flex;
    align-items: center;
}

.user_header .info .user .username {
    font-size: 1.375em;
}

.user_header .info .badges {
    font-size: .875em;
}

.user_header .info .level .details {
    color: #86868e;
    font-size: .875em;
}

.user_header .progress {
    height: 6px;
    border-radius: 10px;
    background: rgb(97 97 97 / 57%);
    position: relative;
    overflow: hidden;
    margin-top: .4em;
    width: 100%;
}

.user_header .progress .bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
}

@media (min-width:1440px) {
    .user_header .avatar {
        width: 120px;
        height: 120px;
    }

    .user_header .info {
        margin-left: 40px;
        gap: 8px;
    }

    .user_header .info .user {
        gap: 20px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .user_header .avatar {
        width: 110px;
        height: 110px;
    }

    .user_header .info {
        margin-left: 35px;
        gap: 7px;
    }

    .user_header .info .user {
        gap: 17.5px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .user_header .avatar {
        width: 100px;
        height: 100px;
    }

    .user_header .info {
        margin-left: 30px;
        gap: 6px;
    }

    .user_header .info .user {
        gap: 15px;
    }
}

@media (max-width:1024px) {
    .user_header .info {
        flex-grow: 2;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .user_header .avatar {
        width: 100px;
        height: 100px;
    }

    .user_header .info {
        margin-left: 25px;
        gap: 6px;
    }

    .user_header .info .user {
        gap: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .user_header .avatar {
        width: 80px;
        height: 80px;
    }

    .user_header .info {
        margin-left: 20px;
        gap: 6px;
    }

    .user_header .info .user {
        gap: 20px;
    }
}

@media (max-width:480px) {
    .user_header .avatar {
        width: 60px;
        height: 60px;
    }

    .user_header .info {
        margin-left: 15px;
        gap: 4px;
    }

    .user_header .info .user {
        gap: 15px;
    }
}

.badges {
    display: flex;
    gap: .8em;
}

.badge {
    display: block;
    font-size: .75em;
    padding: .4em .8em;
    box-shadow: 0 6px 10px rgba(29, 36, 79, .2);
    font-weight: 900;
    color: #fff;
}

.badge.badge_rounded {
    border-radius: 10px;
}

.badge.badge_blue {
    background: var(--primary-color);
}


.info_row {
    background: #181617;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.info_row>div {
    display: flex;
    justify-content: space-between;
}

.info_row>div>div:first-child {
    color: #86868e;
}

.info_row>div>div:last-child {
    background: -webkit-linear-gradient(#6575b0, #9aa9e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info_row>div+div {
    border-top: 1px dashed #1e1f30;
    padding-top: 20px;
}

@media screen and (max-width: 2048px) and (min-width: 1025px) {
    .panel {
        width: 100%;
        margin: 0 auto 20px;
        background-color: rgba(0, 0, 0, .2);
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .panel {
        width: 100%;
        margin: 0 auto 20px;
        background-color: rgba(0, 0, 0, .2);
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .panel {
        width: 100%;
        margin: 0 auto 20px;
        background-color: rgba(0, 0, 0, .2);
    }
}

.panel .panel_header.header_icon {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.panel .line_text {
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    text-transform: uppercase;
}

.panel .line_text:after,
.panel .line_text:before {
    background-color: rgba(154, 169, 226, .1);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.panel .line_text:before {
    right: 3em;
    margin-left: -50%;
}

.panel .line_text:after {
    left: 3em;
    margin-right: -50%;
}

.text_gold {
    background: gold;
    -webkit-background-clip: text
}

.text_blue,
.text_gold {
    -webkit-text-fill-color: transparent
}

textarea {
    flex-grow: 1;
    color: #86868e;
    height: 100px;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    border: 1px solid transparent;
    border-radius: 10px;
    resize: none;
    font-size: .875em;
    padding: 10px;
}

textarea::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

textarea:focus {
    outline: none;
    border: 1px solid #212235;
}


.grid {
    display: grid;
}

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

.gap-4 {
    gap: 1rem;
}

@media (min-width:768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width:1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:gap-6 {
        gap: 1.5rem;
    }
}

@media (min-width:1300px) {
    .xl\:mt-4 {
        margin-top: 1rem;
    }
}


.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
}

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

@media (min-width:1024px) {
    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (min-width:1300px) {
    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1300px) and (max-width:1400px) {
    .xl\:max-w-7xl {
        max-width: 75rem;
    }
}

@media (min-width:1401px) and (max-width:1499px) {
    .xl\:max-w-7xl {
        max-width: 80rem;
    }
}

@media (min-width:1500px) {
    .xl\:max-w-7xl {
        max-width: 95rem;
        margin-left: auto;
    margin-right: auto;
    }
}


footer {
    /* background: #12121e; */
    position: relative;
    transition: padding .2s;
}

footer .footer_inner {
    display: grid;
    max-width: 1580px;
    margin: 0 auto;
}

footer .footer_inner .column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
}

footer .footer_inner .column .logo {
    position: relative;
}

footer .footer_inner .column .column_title {
    text-transform: uppercase;
}

footer .footer_inner .column .menu .link {
    line-height: 1.875em;
    font-size: .875em;
}

footer .footer_inner .column .menu .link a {
    color: #86868e;
    transition: color .2s;
}

footer .footer_inner .column .menu .link a:hover {
    color: #fff;
}

@media (min-width:1440px) {
    footer .footer_inner {
        gap: 40px;
        padding: 40px 40px 60px;
    }

    footer .footer_inner .column {
        gap: 20px;
    }

    footer .footer_inner .column_logo .logo {
        width: 258px;
        height: 65px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    footer .footer_inner {
        gap: 35px;
        padding: 35px 35px 52.5px;
    }

    footer .footer_inner .column {
        gap: 17.5px;
    }

    footer .footer_inner .column_logo .logo {
        width: 228px;
        height: 58px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    footer .footer_inner {
        gap: 30px;
        padding: 30px 30px 45px;
    }

    footer .footer_inner .column {
        gap: 15px;
    }

    footer .footer_inner .column_logo .logo {
        width: 222px;
        height: 56px;
    }
}

@media (min-width:1025px) {
    footer .footer_inner {
        grid-template-columns: repeat(5, auto);
    }
}

@media (max-width:1024px) {
    footer .footer_inner {
        grid-template-columns: repeat(2, auto);
    }

    footer .footer_inner .column.column_logo {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    footer .footer_inner {
        gap: 25px;
        padding: 25px 25px 37.5px;
    }

    footer .footer_inner .column {
        gap: 25px;
    }

    footer .footer_inner .column .menu .link {
        padding: 10px 0;
    }

    footer .footer_inner .column_logo {
        gap: 12.5px;
    }

    footer .footer_inner .column_logo .logo {
        width: 200px;
        height: 51px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    footer .footer_inner {
        gap: 20px;
        padding: 20px 20px 30px;
    }

    footer .footer_inner .column {
        gap: 20px;
    }

    footer .footer_inner .column .menu .link {
        padding: 8px 0;
    }

    footer .footer_inner .column_logo {
        gap: 10px;
    }

    footer .footer_inner .column_logo .logo {
        width: 200px;
        height: 50px;
    }
}

@media (max-width:480px) {
    footer .footer_inner {
        gap: 15px;
        padding: 15px 15px 22.5px;
    }

    footer .footer_inner .column {
        gap: 15px;
    }

    footer .footer_inner .column .menu .link {
        padding: 6px 0;
    }

    footer .footer_inner .column_logo {
        gap: 7.5px;
    }

    footer .footer_inner .column_logo .logo {
        width: 200px;
        height: 49px;
    }
}

.footer_link_icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.alert {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert.alert_info {
    background: rgba(154, 169, 226, .1);
}

.alert.alert_danger {
    background: rgba(235, 87, 87, .1);
    color: #eb5757;
    margin-bottom: 10px;
}
.alert.alert-danger {
    background: rgba(235, 87, 87, .1);
    color: #eb5757;
    margin-bottom: 10px;
}

.alert.alert_warning {
    background: rgba(255, 231, 113, .1);
    color: #a9a9ca;
    margin-bottom: 10px;
}

.alert.alert_success {
    background: rgba(87, 235, 119, .1);
    color: #57eb77;
    margin-bottom: 10px;
}

.alert.alert-success {
    background: rgba(87, 235, 119, .1);
    color: #57eb77;
    margin-bottom: 10px;
}

.user_country {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.user_country img {
    width: 32px;
}

@media all {
    .mySettings_mySettingsRoot__d1bM5 {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-bottom: 24px;
        gap: 20px;
        width: 100%;
    }

    .mySettings_mySettingsRoot__d1bM5 {
        max-width: 100%;
        min-width: 100%;
    }

    .mySettings_section__iZjY_ {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mySettings_sectionHeader__Vv6qO {
        display: flex;
        flex: 1 1 0%;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.2;
    }

    .mySettings_stats__AmlqL {
        display: flex;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: space-between;
        gap: .75rem;
    }

    .mySettings_stat__kysyi {
        display: flex;
        flex: 1 1 0%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--Charcoal-Blue);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
        padding: 16px;
        border-radius: 5px;
    }

    .mySettings_statLabel__FNTim {
        color: #ccc;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .mySettings_statLabel__FNTim,
    .mySettings_statText__Qp165 {
        font-weight: 600;
        --tw-text-opacity: 1;
        letter-spacing: -.02em;
    }

    .mySettings_statText__Qp165 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        line-height: 18px;
        font-size: 14px;
        font-feature-settings: "tnum" on, "lnum" on;
    }

    @media (max-width:1024px) {
        .mySettings_mySettingsRoot__d1bM5 {
            height: 100%;
            width: 100%;
            overflow-x: hidden;
            padding: 0 10px 24px;
            min-width: 100%;
            max-width: 100%;
        }

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

        .mySettings_stat__kysyi {
            width: 100%;
        }
    }

    .Browse_root__f8TuP {
        display: flex;
        flex-direction: column;
    }

    .Browse_root__f8TuP {
        background-color: transparent;
    }

    .Browse_root__f8TuP {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media all {
    .mySettings_idContainer__aU8S_ {
        display: flex;
        align-items: center;
        gap: 4px;
        border-radius: 9999px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: .75rem;
        line-height: 1rem;
        color: #ccc;
    }

    .mySettings_idContainer__aU8S_:hover {
        cursor: pointer;
        background-color: #181617;
    }

    .mySettings_id__K__hE {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 14px;
        font-weight: 900;
        font-size: 12px;
    }

    .mySettings_sectionHeader__Vv6qO {
        display: flex;
        flex: 1 1 0%;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.2;
    }

    .mySettings_noMargin__YceLh {
        margin-bottom: 0;
    }

    .mySettings_info__8Jzt_ {
        margin-left: 8px;
        border-radius: 9999px;
        background-color: #1c2531;
        color: #55657e;
    }

    /*@media (max-width:1024px) {*/
    /*    .mySettings_idContainer__aU8S_ {*/
    /*        width: 6rem;*/
    /*    }*/
    /*}*/
}

.gap-xs {
    gap: 4px;
    padding: 15px;
}

.cam {
    z-index: 1;
    width: 1.6em;
    height: 1.6em;
    margin-bottom: -6px;
    background-color: #3d3d42;
    padding: 3px;
    border-radius: 50%;
}

#avatar_svg svg {
    width: 1.5em;
    height: 1.5em;
}

#change_avater .modal-xl .modal-body {
    max-height: 650px;
    overflow-y: auto;
}

.ref_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top-width: 1px;
    border-color: #393735;
    padding-top: 20px;
}

.ref_link {
    color: var(--primary-color);
}


.hero-chattogram h2,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.hero-chattogram img {
    vertical-align: middle;
    border-style: none;
}

.hero-chattogram h2,
.hero-chattogram h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.hero-chattogram h2 {
    font-size: 2rem;
}

.hero-chattogram h5 {
    font-size: 1.25rem;
}

.container_header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container_header {
        max-width: 540px;
    }
}

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

@media (min-width:992px) {
    .container_header {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container_header {
        max-width: 1140px;
    }
}


.hero-chattogram .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-lg-6,
.col-xl-4,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:768px) {
    .Choose_us {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media (max-width:574px) {
    .Choose_us {
        width: 90%;
    }
}

.d-none {
    display: none !important;
}

@media (min-width:768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}


.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.h-100 {
    height: 100% !important;
}

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

.text-white {
    color: #fff !important;
}

.text-warning {
    color: gold !important;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media only screen and (min-width:480px) and (max-width:575px) {
    .container_header {
        max-width: 450px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .container_header {
        max-width: 540px;
    }
}

.welcome_area {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 550px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .welcome_area {
        height: 450px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .welcome_area {
        height: 350px;
    }
}

@media only screen and (max-width:575px) {
    .welcome_area {
        height: 550px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .welcome_text_area {
        padding-top: 60px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:575px) {
    .welcome_text_area {
        padding-top: 60px;
        margin-bottom: 0;
    }
}

.welcome_text_area h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .welcome_text_area h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .welcome_text_area h2 {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .welcome_text_area h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:575px) {
    .welcome_text_area h2 {
        font-size: 1.7rem;
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .welcome_text_area h2 {
        font-size: 2rem;
    }
}

.welcome_text_area h5 {
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .welcome_text_area h5 {
        font-size: 1rem;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .welcome_text_area h5 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:575px) {
    .welcome_text_area h5 {
        font-size: 1rem;
    }
}

.welcome_area_thumb {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-chattogram.welcome_area {
    overflow: hidden;
}

.hero-chattogram.welcome_area .welcome_area_thumb {
    padding-top: 73px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-chattogram.welcome_area .welcome_area_thumb {
        padding-top: 63px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-chattogram.welcome_area .welcome_area_thumb {
        padding-top: 0;
    }
}

@media only screen and (max-width:575px) {
    .hero-chattogram.welcome_area .welcome_area_thumb {
        padding-top: 0;
    }
}

.hero-chattogram.welcome_area .welcome_text_area {
    padding-top: 73px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-chattogram.welcome_area .welcome_text_area {
        padding-top: 63px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-chattogram.welcome_area .welcome_text_area {
        padding-top: 60px;
    }
}

@media only screen and (max-width:575px) {
    .hero-chattogram.welcome_area .welcome_text_area {
        padding-top: 60px;
    }
}

.hero-chattogram.welcome_area .welcome_text_area h2 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.hero-chattogram.welcome_area .welcome_text_area h2::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, .175);
    bottom: 6px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
}

.circle-zoom {
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: rgba(255, 255, 255, .07);
    border-radius: 50%;
    bottom: -350px;
    z-index: -10;
    left: -100px;
    -webkit-animation: circle-zoom linear 8s infinite;
    animation: circle-zoom linear 8s infinite;
}

.circle-shape-animation .circle1 {
    width: 30px;
    height: 30px;
    background-color: #3f43fd;
    position: absolute;
    top: 19%;
    left: 16%;
    z-index: -1;
    border-radius: 50%;
    opacity: .15;
    -webkit-animation: circle-zoom-in-out linear 12s infinite;
    animation: circle-zoom-in-out linear 12s infinite;
}

.circle-shape-animation .circle2 {
    width: 30px;
    height: 30px;
    background-color: #f4284a;
    position: absolute;
    top: 24%;
    left: 77%;
    z-index: -1;
    border-radius: 50%;
    opacity: .15;
    -webkit-animation: circle-zoom-in-out linear 9s infinite;
    animation: circle-zoom-in-out linear 9s infinite;
}

.circle-shape-animation .circle3 {
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    position: absolute;
    top: 64%;
    left: 91%;
    z-index: -1;
    border-radius: 50%;
    opacity: .15;
    -webkit-animation: circle-zoom-in-out linear 16s infinite;
    animation: circle-zoom-in-out linear 16s infinite;
}

.circle-shape-animation .circle4 {
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    position: absolute;
    top: 74%;
    left: 36%;
    z-index: -1;
    border-radius: 50%;
    opacity: .15;
    -webkit-animation: circle-zoom-in-out linear 10s infinite;
    animation: circle-zoom-in-out linear 10s infinite;
}

.welcome_area_thumb {
    position: relative;
    z-index: 1;
}

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

@media all {
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
}

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

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        background-color: transparent;
    }
}

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

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        background-color: transparent;
    }
}

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

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

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

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width:1440px) {
    .row>div+div {
        margin-top: 40px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .row>div+div {
        margin-top: 35px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .row>div+div {
        margin-top: 30px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .row>div+div {
        margin-top: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .row>div+div {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .row>div+div {
        margin-top: 15px;
    }
}


.row_small {
    display: flex;
    flex-direction: column;
}

@media (min-width:1440px) {
    .row_small>div+div {
        margin-top: 20px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .row_small>div+div {
        margin-top: 17.5px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .row_small>div+div {
        margin-top: 15px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .row_small>div+div {
        margin-top: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .row_small>div+div {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .row_small>div+div {
        margin-top: 15px;
    }
}


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

.section_join .text_top {
    text-transform: uppercase;
    font-size: 1.125em;
}

.section_join .text_top strong {
    font-weight: 500;
}

.section_join .text_more {
    font-size: .875em;
}

.section_join .button,
.section_join .images {
    display: flex;
    justify-content: center;
}

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

.section_join .images .badge {
    padding: 5px 10px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 5px;
}

.section_join .images .badge .image {
    position: relative;
}

@media (min-width:1440px) {
    .section_join .images {
        margin: -10px 0;
    }

    .section_join .images .badge {
        margin: 10px;
    }

    .section_join .images .badge .image {
        height: 30px;
        width: 80px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .section_join .images {
        margin: -9px 0;
    }

    .section_join .images .badge {
        margin: 9px;
    }

    .section_join .images .badge .image {
        height: 28px;
        width: 78px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .section_join .images {
        margin: -8px 0;
    }

    .section_join .images .badge {
        margin: 8px;
    }

    .section_join .images .badge .image {
        height: 26px;
        width: 72px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .section_join .images {
        margin: -7px 0;
    }

    .section_join .images .badge {
        margin: 7px;
    }

    .section_join .images .badge .image {
        height: 24px;
        width: 66px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .section_join .images {
        margin: -6px 0;
    }

    .section_join .images .badge {
        margin: 6px;
    }

    .section_join .images .badge .image {
        height: 22px;
        width: 60px;
    }
}

@media (max-width:480px) {
    .section_join .images {
        margin: -5px 0;
    }

    .section_join .images .badge {
        margin: 5px;
    }

    .section_join .images .badge .image {
        height: 20px;
        width: 54px;
    }
}


.invite {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px auto;
}

.content-wrapper {
    padding: 1rem 3rem 2rem;
    display: flex;
    align-items: center;
}

.invtext {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.invtext_header {
    font-size: xx-large;
    font-weight: 900;
    color: gold;
    padding-bottom: 1rem;
}

.invtext_footer {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .invtext_header {
        font-size: large;
    }
}

.tutorial {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-bottom: 17.5px;
    margin: 20px;
}

.tutorial_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #1e1e22;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    font-size: 12px;
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    .tutorial {
        flex-direction: column;
    }

    .tutorial_info {
        max-width: none;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tutorial {
        flex-wrap: wrap;
    }

    .tutorial_info {
        max-width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .tutorial {
        justify-content: space-around;
    }

    .tutorial_info {
        max-width: calc(33.33% - 30px);
        margin-bottom: 30px;
    }
}

.sections .section_box .section.section_center {
    display: flex;
    justify-content: center;
    text-align: center;
}


.landing_sats {
    background: transparent;
    grid-template-columns: 1fr;
}

.landing_sats,
.landing_sats .stats {
    display: grid;
    justify-content: center;
}

.landing_sats .stats {
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
}

.landing_sats .stats .with_icon {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #1e1e22;
    padding: 20px;
    border-radius: 10px;
}

.landing_sats .stats .with_icon .icon {
    font-size: 1.875em;
}

.landing_sats .stats .box .stat_top {
    font-size: 1.25em;
}

@media (min-width:1440px) {
    .landing_sats .panel_body {
        padding: 20px 0;
    }

    .landing_sats .stats {
        gap: 40px;
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 20px;
    }
}

@media (min-width:1281px)and (max-width:1439px) {
    .landing_sats .panel_body {
        padding: 17.5px 0;
    }

    .landing_sats .stats {
        gap: 35px;
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 17.5px;
    }
}

@media (min-width:1025px)and (max-width:1280px) {
    .landing_sats .panel_body {
        padding: 15px 0;
    }

    .landing_sats .stats {
        gap: 30px;
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 15px;
    }
}

@media (min-width:768px)and (max-width:1024px) {
    .landing_sats .panel_body {
        padding: 25px 0;
    }

    .landing_sats .stats {
        gap: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 25px;
    }
}

@media (min-width:481px)and (max-width:767px) {
    .landing_sats .panel_body {
        padding: 20px 0;
    }

    .landing_sats .stats {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 20px;
    }
}

@media (max-width:480px) {
    .landing_sats .panel_body {
        padding: 15px 0;
    }

    .landing_sats .stats {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .landing_sats .stats .with_icon .icon {
        margin-right: 15px;
    }
}

.top_text {
    font-weight: 700;
    font-size: 1.5em;
    background: gold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.trustpilotStars {
    cursor: pointer;
    width: 100px;
    height: 19px;
    z-index: 2;
}

.homeTestimonials {
    margin-top: 35px;
    margin-bottom: 20px;
}

.homeTestimonials .homeTestimonialsHeading {
    max-width: 1060px;
    margin: 40px auto;
    padding: 0 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

@media only screen and (max-width:700px) {
    .homeTestimonials .homeTestimonialsHeading {
        margin: 20px auto;
        padding: 0 15px;
    }
}

.homeTestimonials .tmBox {
    background: #1e1e22;
    border-radius: 15px;
    width: 230px;
    min-width: 230px;
    height: 288px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.homeTestimonials .tmBox .tmBoxTitleRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeTestimonials .tmBox .tmBoxUser {
    color: gold;
    font-size: 17px;
    font-weight: 600;
}

.homeTestimonials .tmBox .tmBoxDate {
    font-size: 12px;
    font-weight: 500;
}

.homeTestimonials .tmBox .tmBoxReview {
    font-size: 13px;
    font-weight: 600;
    flex: 1;
    color: #fff;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.homeTestimonials .tmBox .tmBoxRatingRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeTestimonials .tmBox svg {
    color: gold;
    height: 1.5em;
    width: 1.5em;
    fill: currentColor;
}

.feedback-section {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    background: rgba(84, 98, 146, .1);
}

.feedback-section .homeTestimonials {
    margin: 0;
}

.feedback-section .homeTestimonials>div {
    background: transparent !important;
    padding-bottom: 0 !important;
}

.feedback-section .homeTestimonials .homeTestimonialsHeading {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 75px;
}

@media only screen and (max-width:700px) {
    .feedback-section .homeTestimonials .homeTestimonialsHeading {
        font-size: 20px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 2048px) and (min-width: 1025px) {
    .panel_info {
        width: 60%;
        margin: 0 auto 20px;
        background-color: #1e1e22;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .panel_info {
        width: 70%;
        margin: 0 auto 20px;
        background-color: #1e1e22;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .panel_info {
        width: 90%;
        margin: 0 auto 20px;
        background-color: #1e1e22;
    }
}

form .form_object.form_buttons .text.text_right {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.header_icon img {
    margin-top: 10px;
}

#dropdown-menu {
    margin-top: 2px;
}

@media (min-width:300px) {
    #dropdown-menu {
        width: 166px;
        margin-left: -60px;
    }
}

@media only screen and (max-width:565px) {
    .section_buttons a {
        width: 100%;
    }

    .section_buttons button {
        width: 100%;
    }
}

@media (min-width:768px)and (max-width:850px) {
    .withdraw_footer .data {
        flex-wrap: wrap;
        gap: 15px;
    }

    .withdraw_footer .button,
    .withdraw_footer .button .hexagon_button {
        width: 280px;
    }
}

@media (min-width:850px)and (max-width:970px) {
    .withdraw_footer .data {
        flex-wrap: wrap;
        gap: 15px;
    }

    .withdraw_footer .button,
    .withdraw_footer .button .hexagon_button {
        width: 330px;
    }
}

@media (min-width:970px)and (max-width:1200px) {
    .withdraw_footer .data {
        flex-wrap: wrap;
        gap: 15px;
    }

    .withdraw_footer .button,
    .withdraw_footer .button .hexagon_button {
        width: 400px;
    }
}

@media (min-width:1200px)and (max-width:1230px) {
    .withdraw_footer .data {
        flex-wrap: wrap;
        gap: 15px;
    }

    .withdraw_footer .button,
    .withdraw_footer .button .hexagon_button {
        width: 450px;
    }
}

.footer-index {
    z-index: 1000000000;
}

.delete {
    background: var(--primary-color);
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 17px;
    font-weight: 900;
}

.logo_size {
    width: 150px;
}

@media (min-width:100px)and (max-width:450px) {
    .logo_size {
        width: 100%;
    }
}

.logo_size_off {
    width: 150px;
}

@media (min-width:300px)and (max-width:365px) {
    .logo_size_off {
        width: 88px;
    }
}


.Co_Currency_root {
    display: flex;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.Co_Currency_root:hover {
    cursor: pointer;
}

.Co_Currency_largeBold {
    font-size: 14px;
    font-weight: 700;
}

.Currency_coin___Ur2S {
    position: relative;
}

.Co_Currency_largeBold .Currency_coin___Ur2S {
    margin-right: 6px;
    width: 11px;
    height: 11px;
}

.Co_root_offer {
    position: relative;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 14px;
}

.Co_Offer_listItem {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
    border-radius: 6px;
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--Deep-Charcoal-Blue);
}

@media (min-width:1280px) {
    .Co_Offer_listItem:hover {
        background-color: #1e1e22;
    }
}

.Co_Offer_listItem {
    border-radius: 14px;
    padding-left: 8px;
    padding-right: 8px;
}

.Co_Offer_listItem .Co_Offer_header {
    position: relative;
    display: flex;
    height: 100%;
    padding: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.Co_Offer_listItem .Co_Offer_badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0;
    background-color: var(--primary-color);
    border-radius: 14px 0 14px 0;
}

.Co_Offer_listItem .Co_Offer_logo {
    position: relative;
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    min-width: 80px;
    min-height: 80px;
    border-radius: 14px;
}

.Co_Offer_listItem .Co_Offer_playIcon {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary-color);
    box-shadow: 0 0 20px 7px #0000009e;
}

.Co_Offer_listItem .Co_Offer_footer {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    min-width: 0;
    width: calc(100% - 300px);
}

.Co_Offer_listItem .Co_textContainer {
    margin-right: 16px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    min-width: 0;
}

.Co_Offer_listItem .Co_Offer_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    height: 20px;
    margin-bottom: 4px;
    font-size: 13px;
}

.Co_Offer_listItem .Co_Offer_description {
    position: relative;
    font-size: .75rem;
    height: 16px;
    font-size: 11px;
    margin-bottom: 16px;
}

.Co_Offer_listItem .Co_Offer_description,
.Co_Offer_listItem .Co_Offer_pill {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #ccc;
}

.Co_Offer_listItem .Co_Offer_pill {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background-color: #3d3d42;
    font-size: .75rem;
    padding: 4px 6px;
    font-size: 9px;
}

.Co_Offer_listItem .Co_Offer_reward {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    border-radius: 14px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background-color: var(--Charcoal-Blue);
    width: 150px;
    justify-content: center;
}

.Offer_offerImage__0oJgc {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    margin-bottom: -100%;
}

.Co_Offer_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    background-color: rgba(27, 34, 51, .25);
}

.Co_Offer_hover,
.Co_Offer_playIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Co_Offer_playIcon {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 0 20px 7px #0000009e;
}

.Co_Offer_playIcon svg {
    fill: #fff;
}

.Co_root_offer:hover .Offer_offerImage__0oJgc {
    --tw-blur: blur(12px);
    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);
}

@media (min-width:1280px) {
    .Co_root_offer:hover .Offer_offerImage__0oJgc {
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .2s;
    }
}

.Co_root_offer:hover .Co_Offer_hover {
    opacity: 1;
}

.Co_Browse_root {
    background-color: transparent;
}

.Co_listContainer {
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.Co_listContainer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-right: -10px;
    margin-left: -10px;
    background: rgba(101, 117, 176, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (max-width:1024px) {
    .Co_Browse_root {
        padding-left: 0;
        padding-right: 0;
    }

    .Co_listContainer {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
        margin-left: 0;
    }
}

.drob_Box {
    padding-bottom: 10px;
    position: relative;
}

.select-box {
    display: flex;
    width: 400px;
    flex-direction: column;
}

.select-box .options-container {
    background: var(--Charcoal-Blue);
    color: #f5f6fa;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s;
    border-radius: 8px;
    overflow: hidden;
    order: 1;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: block;
}

.selected {
    background: var(--Charcoal-Blue);
    border-radius: 8px;
    margin-bottom: 8px;
    color: #f5f6fa;
    position: relative;
    order: 0;
}

.selected::after {
    content: "▼";
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    width: 400px;
}

.select-box .options-container.active+.selected::after {
    transform: rotateX(180deg);
    top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
    padding: 12px 24px;
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    fill: #dee2e6;
}

.select-box .option:hover {
    background: #414b57;
}

.select-box label {
    cursor: pointer;
}

.select-box .option a {
    color: #fff;
    text-decoration: none;
}

@media (max-width:900px) {
    .select-box {
        width: 100%;
    }

    .select-box .options-container.active {
        width: 100%;
    }
}

.no_offers {
padding: 10px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #ccc;
  width: 100%;
}

.getstart_at {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: #ccc;
    font-size: 1em;
    text-align: center;
}

.getstart_at strong {
    color: gold;
    font-weight: 900;
    font-size: 20px;
}

.stats_home {
    display: flex;
    gap: 25px;
    background-color: #1e1e22;
    padding: 32px;
    border-radius: 15px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.stats_info {
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 02px;
}

@media (min-width:1005px) {
    .mid_border {
        border-right: solid #ccc 1px;
        border-left: solid #ccc 1px;
        padding: 0px 50px;
    }
}

@media (max-width:1004px) {
    .stats_info {
        text-align: center;
        font-size: 14px;
        font-weight: 900;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-bottom: solid #ccc 1px;
        flex-flow: column;
        width: -webkit-fill-available;
    }

    .stats_home {
        flex-direction: column;
    }
}

.stats_text {
    font-weight: 900;
    font-size: 12px;
    font-family: math;
}

.top-text-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    font-size: 22px;
    font-weight: 900;
    font-family: sans-serif;
}

.none_bg {
    background: none;
}


@media (min-width:1300px) {
    .drobbox_hide_sm {
        display: none;
    }
}

@media (min-width: 901px) and (max-width: 1299px) {
    .drobbox_hide_sm {
        display: flex;
    }
}

@media (max-width:900px) {
    .drobbox_hide_sm {
        display: none;
    }
}

@media (min-width:900px) {
    .drobbox_hide_lg {
        display: none;
    }
}





/* ///////////////////////////////////////////////////////////////// */
@media all {


    .truncate_v1 {
        overflow: hidden;
    }

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

    .bg-accent-1 {
        background-color: #111923;
    }

    .p-md {
        padding: 16px;
    }

    /* div,
span {
    -webkit-tap-highlight-color: transparent;
} */


    .activity.enter-done {
        transition: .4s ease-out;
        margin-top: 0;
        opacity: 1;
    }
}

.co_tabs_header_Button {
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 12px;
}

.co_tabs_header_Button {
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    width: 150px;
}

.co_tabs_header_Button:disabled {
    background-color: #0d131c;
    color: #55657e;
    opacity: .7;
}

.co_tabs_header_Button:disabled:hover {
    cursor: not-allowed;
    background-color: #16202b;
}

.Button_secondary__iWbf0 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.Button_secondary__iWbf0:hover {
    background-color: #1b1e2c;
}

.co_tabs_header_Button:disabled:after,
.co_tabs_header_Button:disabled:before {
    opacity: 0;
}


.Pagination_pages__NmC2o {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.Pagination_page__ACRdr {
    display: flex;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    min-width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 15px;
    margin: 10px 0px;
}


.Stats_Section {
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top-width: 1px;
    border-color: #3d3d42;
    padding-top: 20px;
}

.Stats_Section_root {
display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 15px;
  border-radius: 10px;
}

.Stats_Section_header {
    position: relative;
    z-index: 10;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

@media (min-width:1024px) {
    .Stats_Section_header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.Stats_Section_header {
    min-height: 44px;
}

.co_tabs_header {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    margin: 25px;
}

.Stats_Section_header_tabs {
    display: flex;
    height: 2.5rem;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    font-size: .875rem;
    line-height: 1.25rem;
}

@media (min-width:1024px) {
    .Stats_Section_header_tabs {
        width: auto;
        overflow: auto;
    }
}

.Stats_Section_header_tabs {
    font-size: 14px;
    padding: 6px;
}

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

.Stats_Section_header_tabs_btn {
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    color: #ccc;
}

.Stats_Section_header_tabs_btn:hover {
    cursor: pointer;
    background-color: var(--primary-color);
    color: #fff;
}

.Stats_Section_header_tabs_btn {
    border-radius: 10px;
    padding: 8px 12px;
    border-radius: 3rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.Stats_Section_header_tabs .active {
    background-color: var(--primary-color);
    color: #fff;
}

.co_Profile_par_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: .5s ease-out;
    margin-top: -52px;
    opacity: 0;
    font-weight: 600;
    font-size: 12px;
}

.co_Profile_par_small {
    height: 4rem;
}

.co_Profile {
position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  padding: 5px 15px;
  margin-bottom: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.co_Profile_par {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.co_Profile_par_container {
    display: flex;
    letter-spacing: -.03em;
}

.co_Profile_par_container_Text {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 600;
    color: #ccc;
}


.co_tabs_header_tabs {
    display: flex;
    width: 20rem;
    justify-content: flex-start;
}

.co_tabs_header_tabs:hover {
    cursor: pointer;
}

.co_tabs_header_tabs_large {
    width: 15rem;
    padding-right: 32px;
}

.co_tabs_header_tabs_time {
    display: none;
    width: 5rem;
    justify-content: flex-start;
}

@media (min-width:1280px) {
    .co_tabs_header_tabs_time {
        display: flex;
    }
}

.co_tabs_header_tabs_Support {
    display: flex;
    width: 5rem;
    justify-content: flex-end;
}

.co_tabs_header_tabs_large_S {
    display: flex;
    width: 10rem;
    justify-content: flex-end;
}

.co_tabs_header_tabs_provider {
    display: none;
    width: 6rem;
    justify-content: center;
}

@media (min-width:1280px) {
    .co_tabs_header_tabs_provider {
        display: flex;
    }
}

.co_tabs_header_wallIcon {
    margin-right: 8px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    min-width: 32px;
}

.co_tabs_header_wallIcon img {
    width: 100%;
}

@media (max-width:1024px) {
    .co_tabs_header_tabs {
        width: 66.666667%;
    }

    .co_Profile_par_myProfile .co_tabs_header_tabs {
        width: 41.666667%;
    }
}

.tabcontent h3 {
padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.h_el_no {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

@media (min-width:1279px) {
    .truncate_both {
        display: none;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: none;
        opacity: 1;
        border: 0px;
        margin: 0px;
        padding: 0px;
        position: relative;
        max-width: 100%;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.Quest_Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.Quest-title-box {
    background-color: #29292d;
    margin: 0 -27px 30px;
    padding: 0 27px;
    -webkit-box-shadow: 0 1px 1px rgba(50, 58, 70, .1);
    box-shadow: 0 1px 1px rgba(50, 58, 70, .1);
}

.Quest-title-box .Quest-title {
    font-size: 1.1rem;
    margin: 0;
    line-height: 60px;
    color: #f1f5f7;
}

.Quest-title-box .Quest-title-right {
    float: right;
    margin-top: 15px;
}

.Quest-title-box .breadcrumb {
    padding-top: 5px;
}

@media (max-width:767.98px) {
    .Quest-title-box .Quest-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px;
    }

    .Quest-title-box .breadcrumb {
        display: none;
    }
}

@media (max-width:640px) {
    .Quest-title-box .Quest-title-right {
        display: none;
    }
}

@media (max-width:419px) {
    .Quest-title-box .breadcrumb {
        display: none;
    }
}

@media print {
    .Quest-title-box {
        display: none !important;
    }

    .Quest_Body-body {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width:768px) {
    .Quest-title-box .Quest-title {
        line-height: 52px;
    }

    .Quest-title-box {
        background-color: #2b333a;
    }
}

.Quests-box .header {
    font-size: 19px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.Quests-box .description {
    font-size: 14px;
    opacity: .7;
}

.Quests-box {
    border-top: 2px solid #03a9f452;
    border-radius: 2px;
    height: 100%;
}

.Quests-box .quests-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.3rem;
}

.Quests-box .Quest_Body-body {
    margin-bottom: 90px;
    padding: 1.3rem;
}

.Quests-box .quest_btn {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}

.Quests-box .Quest_progress {
    height: .4rem;
    border-radius: .5rem;
}

.Quests-box .reward-text {
    color: #ffc312;
    margin-bottom: 4px;
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.Quests-box .claim-btn-incomplete {
    pointer-events: none;
}

.Quest_Shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 48, 55, .6) !important;
    box-shadow: 0 0 15px 0 rgba(40, 48, 55, .6) !important;
}

.Quest_Body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #29292d;
    background-clip: border-box;
    border: 1px solid #29292d;
    border-radius: .25rem;
}

.Quest_Body-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.Quest_Body {
    margin-bottom: 24px;
}

.Quest_Body {
    border-radius: 8px;
    border: 0;
}

.f-15 {
    font-size: 15px;
}

.text-Color {
    color: #f6b040 !important;
}

.f-12 {
    font-size: 12px;
}

.mryg {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.Quest_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .75rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #3d3d42;
    border-radius: .25rem;
}

.Quest_progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f6b040;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .Quest_progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.claim-btn-claimed {
    color: #edf2f7 !important;
    pointer-events: none;
}

.claim-btn-claim {
    color: #fff !important;
    background: #26bb7f91 !important;
}

.quest_btn {
    display: flex;
    font-weight: 400;
    color: #a8b5c3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

@media (prefers-reduced-motion:reduce) {
    .quest_btn {
        -webkit-transition: none;
        transition: none;
    }
}

.quest_btn:hover {
    color: #a8b5c3;
    text-decoration: none;
}

.quest_btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(59, 175, 218, .25);
    box-shadow: 0 0 0 .15rem rgba(59, 175, 218, .25);
}

.quest_btn:disabled {
    opacity: .65;
}

.btn-light {
    color: #fff;
    background-color: #39383882;
}

.container-fluid h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: start;
    margin: 50px 6px -0.4rem;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.news-post {
    background-color: #29292d;
}

.news-post .post-time {
    border-bottom: 2px solid #ffffff1c;
}

.news-post:first-child {
    border: 2px solid #3d3d42;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.mb-1 {
    margin-bottom: 0.375rem !important;
}

.mb-2 {
    margin-bottom: 0.75rem !important;
}

.share-feedback-btn {
    border-radius: 8px;
    background: linear-gradient(to right, rgb(79 123 254), rgb(57 85 255));
    border: none;
    color: #ffffffed;
    opacity: 0.9;
    transition: 0.2s all ease;
    padding: 10px;
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.share-feedback-btn:hover {
    color: white;
    opacity: 1;
}

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

.post_header {
    font-size: 19px;
    font-weight: 400;
    color: #ccc;
}

.reward_section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    background-color: #29292d;
    border-radius: 10px;
    align-items: center;
    justify-content: start;
    margin: 20px;
}

.reward_section h1 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 16px;
    font-weight: 900;
}

.reward_section p {
    text-align: center;
    font-size: 14px;
    opacity: .7;
}

.Quest_Shadow .reward-text {
    color: #ffc312;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.Quest_Row p {
    margin: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #86868e;
}


/* Modal styles */
.show-offers {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px) !important;
    background-color: rgba(0, 0, 0, .137);
    z-index: 9999999999;
}

.show-offers .modal-content {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}

@media (min-width: 1000px) {
    .show-offers .modal-content {
        width: 55%;
    }
}

@media (min-width:768px)and (max-width:999px) {
    .show-offers .modal-content {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .show-offers .modal-content {
        width: 95%;
    }
}


.right-5 {
    right: 1.25rem;
}

.top-0 {
    top: 0;
}

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

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


.col-span-2 {
    grid-column: span 2/span 2;
}

.row-span-1 {
    grid-row: span 1/span 1;
}


.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-full {
    width: 100%;
}


.max-w-md {
    max-width: 28rem;
}

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


.rotate-180 {
    --tw-rotate: 180deg;
}

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

.cursor-not-allowed {
    cursor: not-allowed;
}

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

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


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

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

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

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

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

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

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


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

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

.text-ellipsis {
    text-overflow: ellipsis;
}

.rounded-l-full {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
}

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

.border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78/var(--tw-border-opacity));
}


.p-1 {
    padding: .25rem;
}

.p-2 {
    padding: .5rem;
}

.capitalize {
    text-transform: capitalize;
}

.opacity-60 {
    opacity: .6;
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.first\:border-0:first-child {
    border-width: 0;
}

@media (min-width:640px) {
    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-12 {
        height: 3rem;
    }

    .sm\:w-6 {
        width: 1.5rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width:768px) {
    .md\:col-span-1 {
        grid-column: span 1/span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2;
    }

    .md\:col-start-2 {
        grid-column-start: 2;
    }

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

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

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

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

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:w-48 {
        width: 12rem;
    }

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

    .md\:w-\[70\%\] {
        width: 100%;
    }

    .md\:max-w-3xl {
        max-width: 100%;
    }

    .md\:max-w-none {
        max-width: none;
    }

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

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

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

    .md\:justify-start {
        justify-content: flex-start;
    }

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

    .md\:p-8 {
        padding: 2rem;
    }

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

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

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

.bg-stone-600\/60 {
    background-color: rgba(87, 83, 78, .6);
}

.user_inlevel {
    background: var(--primary-color);
    font-size: 0.75em;
    padding: 5px;
    font-weight: 900;
    color: #fff;
    border-radius: 10px;
}

.CO_FORMS {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}

.QUICKLY_container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .QUICKLY_container {
        max-width: 540px;
    }
}

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

@media (min-width:992px) {
    .QUICKLY_container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .QUICKLY_container {
        max-width: 1140px;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


.QUICKLY_FORM {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

@media (min-width:768px) {
    .QUICKLY_FORM {
        -webkit-box-flex: 0;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
        max-width: 66.66667%;
    }
}


.logo-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.logo-container img.logo-main {
    height: 150px;
}

.logo-container img.logo-text {
    height: 45px;
}

@media screen and (max-width:768px) {
    .logo-container img.logo-main {
        height: 100px;
    }

    .logo-container img.logo-text {
        height: 30px;
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #36404a;
    background-clip: border-box;
    border: 1px solid #36404a;
    border-radius: .25rem;
}

.form-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.form-card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #414d59;
    border-bottom: 1px solid #36404a;
}

.form-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card {
    margin-bottom: 24px;
}

.form-card-header {
    margin-top: 0;
}


.form-mt-4 {
    margin-top: 2.25rem !important;
}


.primary-card {
    border: none;
    border-radius: 15px;
}

.primary-card .form-card-body {
    border-radius: 15px;
    background: linear-gradient(180deg, var(--Dark-Blue-Gray), var(--Deep-Charcoal-Blue));
    margin-top: -15px;
    border-bottom: rgba(148, 151, 169, .1) 2px solid;
}

.primary-card .form-card-header {
    background-color: var(--primary-color);
    box-shadow: none !important;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 32px;
    border-radius: 15px 15px 0 0;
    color: #fff;
}

.primary-card .g-recaptcha>div {
    margin: auto;
}

.p-3 {
    padding: 1.5rem !important;
}

@media (min-width:768px) {
    .p-md-4 {
        padding: 2.25rem !important;
    }
}

.bg-light {
    background-color: #495561 !important;
}

.border-warning {
    border-color: #f7b84b !important;
}

.CO_form-group {
    margin-bottom: 1rem;
}

.CO_form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: .45rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #414d59;
    background-clip: padding-box;
    border: 1px solid #495561;
    border-radius: .2rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .CO_form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.CO_form-control:focus {
    color: #fff;
    background-color: #495561;
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.CO_form-control::placeholder {
    color: #8a929a;
    opacity: 1;
}

.CO_form-control:disabled {
    background-color: #323b44;
    opacity: 1;
}

.CO_form-control:invalid:focus,
.CO_form-control:valid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
.CO_form-control:valid:focus {
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #1f252a inset !important;
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus,
.CO_form-control:valid:focus,
.CO_form-control:invalid:focus {
    box-shadow: 0 0 0 30px #1f252a inset !important;
}

.CO_form-control {
    background-color: #293138;
}

.CO_form-control:focus {
    background-color: #1f252a;
    border-color: var(--primary-color);
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.primary-action-btn {
    padding: 10px 35px;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
}

.width-sm {
    min-width: 100px;
}

.btn-form {
    background: linear-gradient(90deg, #334155, #0b1220);
    color: #fff;
}

.btn-form:hover {
background: linear-gradient(90deg, #0b1220, #334155);
    color: #fff;
}

.btn-form:focus,
.btn-form:active {
    background-color: var(--secondary-color) !important;
}

.sites {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.switch_par {
padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.Co_SidebarLeft {
    z-index: 59;
    display: block;
    display: flex;
    justify-content: space-between;
    border-color: #1f222f;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    bottom: 0;
    left: 0;
    position: fixed;
    top: 69px;
    height: calc(100vh - 66px);
    transition: width .1s ease-in-out;
    will-change: width;
}

.Co_SidebarLeft_ScrollWrapper {
    width: 200px;
    transition: width .1s ease-in-out;
    will-change: width;
}


.Co_SidebarLeft_scrollContainer {
    position: relative;
    width: 100%;
    padding: 16px;
    padding-top: 24px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #93acd3;
    overflow: overlay;
}

.Co_SidebarLeft_scrollContainer::-webkit-scrollbar {
    background-color: #1e1e22;
    width: 4px !important;
    margin-right: -4px !important;
    position: absolute !important;
}

.Co_SidebarLeft_scrollContainer:hover::-webkit-scrollbar {
    width: 4px;
    margin-right: -4px !important;
    position: absolute !important;
}

.Co_SidebarLeft_scrollContainer::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.Co_SidebarLeft_scrollContainer::-webkit-scrollbar-thumb {
    background: #1e1e22;
    border-radius: 8px;
}

.Co_SidebarLeft_scrollContainer:hover::-webkit-scrollbar-thumb {
    background: #1e1e22;
    border-radius: 8px;
}

.Co_SidebarLeft_scrollContainer::-webkit-scrollbar-track {
    background: #1e1e22;
}

.Co_SidebarLeft_categoryList,
.Co_SidebarLeft_menuItemsContainer {
    display: flex;
    flex-direction: column;
}


.Co_SidebarLeft_menuItem:hover {
    cursor: pointer;
    color: #00cfff;
}


.Co_SidebarLeft_menuItem {
    font-size: .8rem;
    line-height: 1rem;
    padding: 8px 12px;
}


.Co_SidebarLeft_menuItem {
    position: relative;
    display: inline-flex;
    height: 2.5rem;
    width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background-color: transparent;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
}

.Co_SidebarLeft_badge {
    border-radius: 9999px;
    background-color: var(--primary-color);
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 10px;
    padding: 2px 4px;
}

.Co_SidebarLeft_line {
    margin: 16px 8px;
    height: .125rem;
    background-color: #253243;
}

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

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

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


.opacity-100 {
    opacity: 1;
}

.bg-accent-5 {
    background-color: var(--Charcoal-Blue);
}

.text-secondary {
    color: #55657e;
}

.text-tiny {
    font-size: 10px;
    line-height: 14px;
}

.py-xs {
    padding-top: 4px;
    padding-bottom: 4px;
}


.px-sm {
    padding-left: 8px;
    padding-right: 8px;
}


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

.Co_SidebarLeft_country {
    margin-top: 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background-color: #14110f;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}


.w-lg {
    width: 24px;
}

.h-md {
    height: 16px;
}

.category_color {
    color: #ccc;
}

.category_color_s {
    color: #fff;
}

.category_hover:hover {
    cursor: pointer;
    background: var(--secondary-color);
    border-radius: 8px;
}

@media (min-width: 1300px) {
    /*main {*/
    /*    margin-left: 200px*/
    /*}*/

    /*footer {*/
    /*    margin-left: 200px*/
    /*}*/

    /*.stats_top {*/
    /*    margin-left: 199px*/
    /*}*/
}

@media (max-width: 1299px) {
    .Co_SidebarLeft {
        display: none;
    }
}

@media (min-width: 1440px) {
    .Co_SidebarLeft {
        top: 75px;
    }
}

@media (min-width: 1600px) {
    .Co_SidebarLeft {
        top: 80px;
    }
}

.alert_danger a {
    color: #fff;
}


.Contest_page {
    position: relative;
    z-index: 10;
}


.Contest_page_header {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width:1280px) {
    .Contest_page_header {
        padding-left: 0;
        padding-right: 0;
    }
}

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


.Contest_page_gradientHeader {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    top: -32px;
    left: 0;
    right: 0;
    height: 400px;
    border-radius: 52px 52px 0 0;
}


.Contest_page_gradientHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .035;
    z-index: 1;
    background-size: 50%;
}


.Contest_topThree {
    z-index: 10;
    margin: auto;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-end;
    gap: 8px;
}

@media (min-width:1300px) {
    .Contest_topThree {
        width: 58.333333%;
        gap: 16px;
    }
}


@media (min-width:1025px)and (max-width:1299px) {
    .Contest_topThree {
        width: 70.333333%;
        gap: 16px;
    }
}

.Contest_topThree {
    height: 320px;
    min-width: 600px;
}


.Contest_rank2 {
    height: 88%;
}


.Contest_topBox {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    padding-top: 32px;
}


.Contest_topBoxHeader {
    position: relative;
    z-index: 10;
    margin-bottom: .75rem;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.Contest_DisplayPicture {
    position: relative;
    margin: auto;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 4px;
}

.Contest_DisplayPicture {
    width: 70px;
    height: 70px;
}

.Contest_DisplayPicture img:last-child {
    /*border-radius: 50%;*/
    width: 100%;
    height: 100%;
}


.Contest_rank1 {
    height: 100%;
}


.Contest_rank1,
.Contest_rank2 {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #303548, #2b2b3400);
}

.Contest_topBoxReward {
    margin-top: 16px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: var(--Charcoal-Blue);
    font-size: 12px;
    padding: 12px;
    border-radius: 10px;
}


.Contest_rank3 {
    border-radius: 10px 10px 0 0;
    height: 78%;
    background: linear-gradient(180deg, #303548, #2b2b3400);
}

@media (max-width:1024px) {
    .Contest_topBox {
        padding-top: 24px;
    }

    .Contest_topBoxReward {
        display: none;
    }

    .Contest_DisplayPicture {
        width: 58px;
        height: 58px;
    }

    .Contest_topThree {
        position: relative;
        width: 90%;
        padding: 0;
        height: 220px;
        min-width: 90%;
    }

    .Contest_rank1,
    .Contest_rank2,
    .Contest_rank3 {
        width: 100%;
    }
}


.Contest_BoxUsername {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 12px;
}


.Contest_username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 4rem;
}

.Contest_Currency_root {
    display: flex;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.Contest_Currency_root:hover {
    cursor: pointer;
}

.Contest_Currency_small {
    font-size: 12px;
}


.Contest_Currency_coin {
    position: relative;
}

.Contest_Currency_small .Contest_Currency_coin {
    margin-right: 4px;
    width: 9px;
    height: 9px;
}


.Contest_Timer {
    display: flex;
    flex-direction: column;
}


.Contest_countdownContainer {
    display: flex;
    gap: var(--spacing-sm);
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .04em;
}

.Contest_countdownContainer>div:first-child {
    display: flex;
    align-items: center;
    color: #fd0000;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 3rem;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12) !important;
}

.Contest_countdown {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 12px;
    border-radius: 10px;
}

.footer-copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    color: #fff;
    margin-bottom: 0;
    min-width: 200px;
    max-width: 400px;
}

.footer-all-rights {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    margin-bottom: 0;
    min-width: 200px;
    max-width: 400px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

.section-title h2 span {
    color: #e4a101;
}

.section-title>span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #c8c8c8;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
}

.title-style-two {
    padding-bottom: 35px;
    position: relative;
}

.title-style-two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/Client/img/title_bar.webp);
    width: 270px;
    height: 13px;
    background-repeat: no-repeat;
}

.title-style-two.text-center::before {
    right: 0;
    margin: 0 auto;
}

.features-item {
    border-radius: 10px;
    box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
    height: 305px;
    margin: 0px 10px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.features-head h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #e4a101;
}

.features-head p {
    margin-bottom: 0;
}

.fact-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

/*@media (min-width: 768px) and (max-width: 1200px) {*/
/*    .features-item {*/
/*        min-height: 350px;*/
/*        padding: 50px 35px;*/
/*    }*/
/*}*/

@media (max-width: 767.98px) {
    /*.features-item {*/
    /*    min-height: 470px;*/
    /*}*/

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

/*@media only screen and (min-width: 576px) and (max-width: 767px) {*/
/*    .features-item {*/
/*        padding: 45px 35px;*/
/*    }*/
/*}*/


.features-head {
    padding: 5px 15px 0px;
    margin-bottom: 35px;
}

.home_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*.col-lg-6,*/
/*.col-xl-5 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    min-height: 1px;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

/*@media (min-width:992px) {*/
/*    .col-lg-6 {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 50%;*/
/*        flex: 0 0 50%;*/
/*        max-width: 50%;*/
/*    }*/
/*}*/

/*@media (min-width:1200px) {*/
/*    .col-xl-5 {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 41.666667%;*/
/*        flex: 0 0 41.666667%;*/
/*        max-width: 41.666667%;*/
/*    }*/
/*}*/

/*.justify-content-between {*/
/*    -webkit-box-pack: justify !important;*/
/*    -ms-flex-pack: justify !important;*/
/*    justify-content: space-between !important;*/
/*}*/

/*.align-items-center {*/
/*    -webkit-box-align: center !important;*/
/*    -ms-flex-align: center !important;*/
/*    align-items: center !important;*/
/*}*/


/*a {*/
/*    -webkit-transition: all 0.3s ease-out 0s;*/
/*    -moz-transition: all 0.3s ease-out 0s;*/
/*    -ms-transition: all 0.3s ease-out 0s;*/
/*    -o-transition: all 0.3s ease-out 0s;*/
/*    transition: all 0.3s ease-out 0s;*/
/*}*/

/*a:focus,*/
/*.btn:focus {*/
/*    text-decoration: none;*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*}*/

/*a:hover {*/
/*    color: #2B96CC;*/
/*    text-decoration: none;*/
/*}*/

/*a {*/
/*    color: #1696e7;*/
/*    outline: medium none;*/
/*}*/


.title-style-three {
    padding-bottom: 35px;
    position: relative;
}

.title-style-three::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(https://evolvedcash.com/Geco/img/images/title_bar.png);
    width: 270px;
    height: 13px;
    background-repeat: no-repeat;
}

.title-style-three::before {
    background-image: url(https://evolvedcash.com/Geco/img/images/title_bar02.png);
}

.title-style-three h2 {
    color: #1c1121;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 10px;
}

.title-style-three p {
    color: #6c6c6c;
    margin-bottom: 0;
}

.cta-bg {
    padding: 120px 0;
    background-position: center;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.cta-content {
    padding: 0 50px;
}

.cta-content .section-title h2 {
    font-size: 50px;
    margin-bottom: 5px;
}

.title-style-three.white-title h2 {
    color: #fff;
}

.title-style-three.white-title p {
    color: #cbcbcb;
}

.title-style-three.white-title::before {
    background-image: url(/Client/img/title_bar03.webp);
}

@media (max-width: 1199.98px) {
    .cta-img img {
        width: 80%;
    }

    .cta-content {
        padding: 0;
    }

    .cta-content .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 991.98px) {
    .cta-img {
        text-align: center;
        margin-bottom: 50px;
    }

    .cta-content {
        padding: 0 50px;
        text-align: center;
    }

    .cta-content .title-style-three.white-title::before {
        margin: 0 auto;
        right: 0;
    }

    .cta-img img {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 36px;
    }

    .cta-img img {
        width: 100%;
    }

    .cta-content {
        padding: 0;
    }

    .cta-content .section-title h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-img img {
        width: 100%;
    }
}

.features-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-list-wrap img {
    width: 140px;
}

.fact-area {
    padding: 90px 30px 30px;
    border-radius: 15px;
    margin-bottom: 25px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.features-bg {
    /*background: linear-gradient(to bottom, transparent, #1e1e22e3);*/
    padding: 50px 0px;
    /*box-shadow: 0px 5px 10px 0px rgb(30 30 34);*/
}

.fact-icon {
    margin-right: 5px;
}

.fact-icon img {
    width: 80px;
}

.fact-content h2 {
    font-size: 15px;
    font-weight: 800;
    line-height: .9;
    margin-bottom: 10px;
    color: #fff;
}

.fact-content>span {
    display: block;
    font-weight: 700;
    color: #dfdede;
    font-size: 12px;
    padding-right: 20px;
}

.features-head p {
    font-weight: 700;
    font-size: 12px;
    font-family: sans-serif;
}

.home_par {
    margin: 0px auto;
    padding: 2rem 15px;
    width: 90%;
    max-width: 1500px;
}

@media only screen and (max-width: 1024px) {
    .home_par {
        width: 100%;
        padding: 2rem 35px;
    }
}

@media only screen and (max-width: 768px) {
    .home_par {
        padding: 2rem 15px;
    }
}

.home_par_v2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1224px) {
    .home_par_v2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.home_par_Real {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .home_par_Real {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .home_par_Real>* {
        width: 100%;
    }
}

.home_par_Real p {
    margin: 0px;
}

.home_par_Real>.left {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .home_par_Real>.left {
        margin-top: 0px;
        -webkit-box-align: center;
        align-items: center;
    }
}

.home_par_Real>.left>.get-paid-title {
    font-weight: 700;
    font-size: min(max(31px, 4.9vw), 56px);
    margin-bottom: 2px;
    letter-spacing: -2px;
    color: #fff;
}

.home_par_Real>.left>.info {
    max-width: 390px;
    font-weight: 400;
    font-size: min(max(14px, 1.3vw), 21px);
    color: #fff;
    margin-top: 10px;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    .home_par_Real>.left>.info {
        display: none;
    }
}

.home_par_Real>.info {
    display: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.home_par_Real>.info span,
.home_par_Real>.left>.info span {
    color: var(--primary-color);
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    .home_par_Real>.info {
        display: unset;
        padding: 0px 20px;
    }
}

.get_paid_random {
    overflow: hidden;
    white-space: nowrap;
    width: fit-content;
    height: 85px;
}

@media only screen and (max-width: 768px) {
    .get_paid_random {
        height: 58px;
    }
}


.get_paid_random_span {
    letter-spacing: -2px;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    color: var(--primary-color);
    animation: 4s steps(25) 0s 1 normal none running fYUPtA, 2s steps(25) 4s 1 normal forwards running gJTiTc;
    font-size: min(max(31px, 4.9vw), 56px);
    height: auto;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 10px;
}


.Signup_Cont {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border-radius: 16px;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px;
    width: 390px;
    background: rgb(30 30 34);
    gap: 15px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .Signup_Cont {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .Signup_Cont {
        padding: 40px 20px 25px;
        width: 100%;
    }
}

.Signup_Cont .title {
    font-size: min(max(24px, 2vw), 30px);
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    line-height: 100%;
}

.Signup_Cont>form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    .Signup_Cont>form {
        gap: 10px;
    }
}

.Signup_Cont>form>.signup-button {
    margin-top: 14px;
    font-size: min(max(16px, 1.3vw), 20px);
    font-weight: 400;
}

.Signup_Cont>.terms {
    font-family: "Circular Spotify";
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 900;
}

.Signup_Cont>.terms>a {
    font-family: "Circular Spotify";
    color: var(--primary-color);
    text-decoration: none;
}

.Signup_input {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}

.Signup_input>label {
    font-weight: 600;
    font-size: min(max(10px, 1vw), 15px);
    margin-bottom: 5px;
    line-height: 100%;
    color: rgb(255 255 255);
    display: inline-block;
}

.Signup_input>div {
    position: relative;
}

.Signup_input>div>input {
    width: 100%;
    background: #1e1e22;
    border-radius: 5px;
    font-weight: 500;
    font-size: min(max(12px, 1.2vw), 18px);
    color: #fff;
    text-align: left;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(123, 123, 123);
}

@media only screen and (max-width: 768px) {
    .Signup_input>div>input {
        border: 1px solid rgb(196, 196, 196);
    }
}

.Signup_input>div>input:focus {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.Signup_input>div>input::placeholder {
    color: rgb(136, 136, 136);
    font-family: "Circular Spotify";
    opacity: 1;
}

.Signup_input>span {
    font-size: 12px;
    color: rgb(243, 54, 82);
    margin-left: auto;
    text-align: right;
}

.Signup_btn_1 {
    border-radius: 25px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 20px;
    font-size: min(max(12px, 1.1vw), 16px);
    font-weight: 600;
    line-height: 100%;
    border: 0px;
    color: rgb(255, 255, 255);
    background: var(--primary-color);
    position: relative;
    gap: 5px;
}

.Signup_btn_1:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 0px) !important;
}

.Signup_btn_1::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-style: solid;
    border-top-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    animation: 0.8s linear 0s infinite normal none running cilQsd;
}

.hero-shadow-bg {
    background-image: url("/Client/img/games_bg.webp");
    height: 320px;
    background-size: contain;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    /*transform: rotate(-5deg);*/
    /*transform-origin: 18px center;*/
}

@media only screen and (max-width:700px) {
    .hero-shadow-bg {
        background-size: 150%;
    }
}

.hero-shadow-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 230px;
    background: linear-gradient(to bottom, transparent, #1e1e22e3);
}

.showcase-slideshow-container {
    height: 100px;
    max-width: 4106px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

.showcase-slideshow-container .showcase {
    height: 100px;
    width: 8212px;
    background: url(Untitled-2.png);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(0);
    -webkit-animation: moveShowcaseSlideshow 80s linear infinite;
    animation: moveShowcaseSlideshow 80s linear infinite;
    z-index: 1;
}

.showcase-slideshow-container .shadow-left {
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 5;
    box-shadow: inset 30px 0 30px 0 #1e1e22;
}

.showcase-slideshow-container .shadow-right {
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 5;
    box-shadow: inset -30px 0 30px 0 #1e1e22;
}

/*! CSS Used keyframes */
@-webkit-keyframes moveShowcaseSlideshow {
    to {
        transform: translateX(-50%);
    }
}

@keyframes moveShowcaseSlideshow {
    to {
        transform: translateX(-50%);
    }
}

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

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

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

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

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

.bg_offerwall {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.home_btn {
    -moz-user-select: none;
    border: medium none;
    border-radius: 5px;
    color: #1c1121;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.home_btn:hover {
    color: #1c1121;
}

.home_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-image: url(/Client/img/btn_overlay.webp);
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    z-index: -1;
    transition: .3s linear;
}

.home_btn:hover::before {
    bottom: 0;
}

.home_btn.btn-style-two {
    background: transparent;
    padding: 20px 35px;
    margin: 0 8px;
}

.home_btn.btn-style-two::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    width: 5px;
    transform: skewX(-16deg);
    z-index: 1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #e4a101;
}

.home_btn.btn-style-two::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-16deg);
    z-index: -1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #e4a101;
}

.home_btn.btn-style-two:hover::before {
    right: 0;
}

.home_btn {
    background: #e4a101;
}

.bg_o_background {
    background: #14110f;
}


.capitalizeFirstWord {
    text-transform: capitalize;
    color: #fff;
}

.capitalizeAll {
    text-transform: uppercase;
}

.shop {
    padding: 28px 24px;
}

@media only screen and (max-width:700px) {
    .shop {
        padding: 28px 16px;
    }
}

.shop .shopSection .shopSectionTitle {
    color: #ccc;
    font-size: 10px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
}

.shop .shopSection .shopSectionTitle img {
    width: 32px;
}

@media only screen and (max-width:700px) {
    .shop .shopSection .shopSectionTitle {
        font-size: 12px;
    }
}

.shop .shopSection .shopSectionItems {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:700px) {
    .shop .shopSection .shopSectionItems {
        gap: 10px;
    }
}

.shop .shopSection .shopSectionItem {
    display: block;
    position: relative;
    width: 212px;
    height: 102px;
    border-radius: 5px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
    margin-bottom: 10px;
}

.shop .shopSection .shopSectionItem>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    border-radius: 50%;
}

@media only screen and (max-width:700px) {
    .shop .shopSection .shopSectionItem {
        width: calc(50% - 5px);
        margin: 0;
    }
}

.shop .shopSection .shopSectionItem--paypal {
    background: linear-gradient(342.04deg, #263b80 -75.71%, #25bcff 135.9%);
}

#withdraw-cash-methods {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-radius: 15px;
}


.withdrawTopLogo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.withdrawTopLogo img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.withdrawCardButtons {
    display: flex;
    margin-top: 47px;
    margin-bottom: 36px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:700px) {
    .withdrawCardButtons {
        margin-top: 27px;
    }
}

.withdrawCardButtons .withdrawCardButtonCheckIcon {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.withdrawCardButtons .withdrawCardButton {
    position: relative;
    cursor: pointer;
    width: 24%;
    height: 125px;
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (max-width:700px) {
    .withdrawCardButtons .withdrawCardButton {
        width: 49%;
    }
}

.withdrawCardButtons .withdrawCardButtonLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    border-radius: 50%;
}

.withdrawCardButtons .withdrawCardButtonAmount {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.rev_section {
    display: flex;
    flex-direction: column;
    position: relative;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 5px;
    color: inherit;
    margin-top: auto;
    margin-bottom: auto;
    margin-inline: auto;
    max-width: 100%;
    max-height: inherit;
    overflow-y: auto;
    width: 100%;
    padding: 24px;
    background: #29292d;
}

@media screen and (min-width: 768px) {
    .rev_section {
        max-height: 90vh;
        width: 100%;
        max-width: 800px;
        padding: 32px;
    }
}

.rev_close {
    outline: transparent solid 2px;
    outline-offset: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    --close-button-size: 2rem;
    font-size: 11px;
    position: absolute;
    right: 16px;
    border-radius: 50%;
    border: 1.25px solid #ccc;
    z-index: 10000;
    top: 16px;
}

@media screen and (min-width: 768px) {
    .rev_close {
        width: 39px;
        height: 39px;
        top: 24px;
        right: 24px;
    }
}

.rev_parent {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    flex: 1 1 0%;
    padding: 0px;
}

.rev_body {
    width: 100%;
}

.rev_img_body {
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;
}

.rev_img {
    object-fit: contain;
    width: 100%;
    display: block;
    margin: auto;
}

.rev_header_text {
    line-height: 1.5;
    color: #fff;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
}

.rev_dots {
    background: #14110f;
    border-top: 2px dashed #29292d;
    margin-top: 24px;
    margin-bottom: 24px;
}

.rev_link_header {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.rev_link {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 0.8em 2em;
    height: 48px;
    min-width: 2.5rem;
    font-size: 14px;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    min-height: 48px;
    max-width: 100%;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .rev_link {
        max-width: 280px;
    }
}

.rev_link:hover {
    background-color: var(--primary-color);
}

.rev_link:active {
    background-color: var(--primary-color);
}

.rev_text {
    line-height: 1.5;
    font-weight: 900;
    font-size: 14px;
    color: #ccc;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.rev_link_body {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
}

.rev_img_header {
    padding: 3px;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    display: flex;
}

.rev_con {
    display: flex;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    left: 0px;
    top: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
    overscroll-behavior-y: none;
    backdrop-filter: blur(20px) !important;
    background-color: rgba(0, 0, 0, .137);
    z-index: 9999999999;
    padding: 0;
}


.withdrawPage {
    padding: 40px;
    font-family: Roboto;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (min-width:1400px) {
    .withdrawPage {
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (max-width:700px) {
    .withdrawPage {
        padding: 20px 10px;
    }
}

.withdrawPage .withdrawBackToShop {
    padding: 20px 19px;
    background: #1e1e22;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    border-radius: 3px;
    width: 174px;
    gap: 20px;
}

.withdrawPage .withdrawBackToShop .withdrawBackArrow {
    height: 15px;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.withdrawPage .withdrawBackToShop .withdrawBackToShopText {
    display: inline-block;
    position: relative;
    top: 1px;
}

.withdrawPage .withdrawBackToShop .withdrawBackShopIcon {
    width: 18px;
    height: 18px;
    margin-left: 12px;
}

.withdrawContainer {
    background: #1e1e26;
    padding: 36px;
    margin: 0 auto;
    flex: 1;
    border-radius: 5px;
    flex-basis: 100%;
}

@media only screen and (min-width:1400px) {
    .withdrawContainer {
        margin-top: 0;
        max-width: 1131px;
    }
}

@media only screen and (max-width:700px) {
    .withdrawContainer {
        padding: 36px 5px;
    }
}

.withdrawTopRow {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

@media only screen and (max-width:700px) {
    .withdrawTopRow {
        flex-direction: column;
        width: 100%;
    }
}

.withdrawTopRow .withdrawTopRowLeft {
    display: flex;
}

@media only screen and (max-width:700px) {
    .withdrawTopRow .withdrawTopRowLeft {
        width: 100%;
    }
}

.withdrawTopRow .withdrawTopRowRight {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width:700px) {
    .withdrawTopRow .withdrawTopRowRight {
        flex-direction: row;
        width: 100%;
    }
}

.withdrawTopRow .withdrawTopRowRight button {
    outline: transparent solid 2px;
    outline-offset: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    --close-button-size: 2rem;
    font-size: 11px;
    border-radius: 50%;
    border: 1.25px solid #707277;
    background-color: var(--Deep-Charcoal-Blue);
}

@media screen and (min-width: 768px) {
    .withdrawTopRow .withdrawTopRowRight button {
        width: 39px;
        height: 39px;
    }
}

.withdrawTopRow .withdrawInfoBox {
    display: flex;
    padding: 5px 18px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #29292d;
    color: #fff;
    font-size: 12px;
    align-items: center;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 50px;
    font-weight: 900;
}

@media only screen and (max-width:700px) {
    .withdrawTopRow .withdrawInfoBox {
        margin-top: 20px;
        width: 100%;
        max-height: fit-content;
        padding: 15px 10px;
        font-size: 12px;
    }
}

.withdrawTopRow .withdrawInfoBox .withdrawInfoBoxIcon {
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.widthdrawButton {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
}

.withdrawSeperator {
    display: flex;
    align-items: center;
    margin: 20px -54px;
}

@media only screen and (max-width:700px) {
    .withdrawSeperator {
        margin: 20px 0;
    }
}

.withdrawSeperator .withdrawDashLine {
    border: 0;
    height: 1px;
    width: 100%;
    background: #14110f;
    border-top: 2px dashed #29292d;
}

.withdrawSeperator .withdrawSeperatorCircle {
    width: 27px;
    height: 27px;
    background: #161617;
    border-radius: 100%;
}

@media only screen and (max-width:700px) {
    .withdrawSeperator .withdrawSeperatorCircle {
        display: none;
    }
}

.withdrawAddressSection {
background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 6px 16px;
}

.withdrawAddressSection .withdrawAddressSectionRow {
    display: flex;
    margin: 23px 0;
}

/*@media only screen and (max-width:700px) {*/
/*    .withdrawAddressSection .withdrawAddressSectionRow {*/
/*        display: block;*/
/*    }*/
/*}*/

.withdrawAddressSection .widthdrawAddressButton {
    width: 192px;
    height: 39px;
    line-height: 39px;
}

@media only screen and (max-width:700px) {
    .withdrawAddressSection .widthdrawAddressButton {
        margin-top: 20px;
        width: 100%;
    }
}

@media only screen and (max-width:700px) {
    .withdrawAddressSection .withdrawInputField {
        width: 100%;
    }
}

.withdrawAddressSection .withdrawInputField::placeholder {
    font-size: 14px;
    color: #ccc;
}

input.withdrawInputField {
    margin: 0 0 !important;
    background-color: #3d3d42 !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
    height: 3rem;
    width: 100%;
    border-bottom-color: #343452 !important;
    color: #fff;
}

.withdrawCheckout {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6b6d96;
    font-size: 13px;
}

@media only screen and (max-width:700px) {
    .withdrawCheckout {
        flex-direction: column;
    }
}

.withdrawCheckout .withdrawCheckoutButton {
    width: 298px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}

@media only screen and (max-width:700px) {
    .withdrawCheckout .withdrawCheckoutButton {
        margin-top: 30px;
        width: 100%;
    }
}

.withdrawCheckout .withdrawCheckoutTable {
    width: 230px;
}

@media only screen and (max-width:700px) {
    .withdrawCheckout .withdrawCheckoutTable {
        width: 100%;
    }
}

.withdrawCheckout .withdrawCheckoutRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.withdrawCheckout .withdrawCheckoutRow--highlight {
    background: rgb(23 25 37);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    color: #fff;
}

.withdrawCheckout .withdrawCheckoutPrice {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #ccc;
}

.cryptoToggleCoinbaseBox {
    display: flex;
}

.cryptoToggleCoinbaseBox label {
    margin-left: 13px;
}

@media only screen and (max-width:700px) {
    .cryptoToggleCoinbaseBox {
        margin-bottom: 10px;
    }

    .cryptoToggleCoinbaseBox label {
        margin-left: 0;
    }
}

.cryptoWithdrawRadio+span {
    font-weight: 500 !important;
    font-size: 10px !important;
    background: rgba(66, 68, 113, 0.7);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px !important;
    height: 41px !important;
    line-height: 41px !important;
    padding-left: 15px !important;
    padding-right: 35px;
    min-width: 156px;
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
}

.cryptoWithdrawRadio+span:before,
.cryptoWithdrawRadio+span:after {
    top: 12px !important;
    right: 15px !important;
    left: auto !important;
    width: 10px !important;
    height: 10px !important;
}

@media only screen and (max-width:700px) {
    .cryptoWithdrawRadio+span {
        min-width: calc(50% - 5px);
        padding-left: 5px !important;
        padding-right: 25px;
        font-size: 10px !important;
    }

    .cryptoWithdrawRadio+span:before,
    .cryptoWithdrawRadio+span:after {
        right: 3px !important;
    }
}

.cryptoWithdrawRadio:checked+span {
    color: #eef;
}

.cryptoWithdrawRadio:not(:checked)+span {
    color: #868698;
    background: #2b2c48;
}

.cryptoWithdrawRadio:not(:checked)+span:before {
    border: 2px solid #1f2033;
    background-color: #1f2033;
}

@media only screen and (max-width:992px) {
    .cryptoToggleCoinbaseBox label .cryptoWithdrawRadio+span {
        margin-top: 15px;
        margin-right: 10px;
    }
}

.cryptoMinHelperText {
    color: #ccc;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cryptoExchangeInfoBox {
    display: flex;
    justify-content: space-between;
    background: rgba(52, 53, 83, 0.7);
    padding: 16px;
    width: 192px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
}

@media only screen and (max-width:700px) {
    .cryptoExchangeInfoBox {
        margin-top: 15px;
    }
}

.cryptoExchangeInfoBox .cryptoExchangeInfoComment:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #f7931a;
    box-shadow: 0 0 25px #00ff79;
    position: relative;
    right: 5px;
    top: -1px;
}

.withdrawCheckoutTable {
    width: 270px;
}

.cryptoCheckoutTotal {
    color: gold;
}

.withdrawCheckoutPriceIcon {
    height: 16px;
    position: relative;
    top: 5px;
}

.bouns_btn {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 12px;
}

.bouns_btn {
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    text-align: center;
    padding: 8px 12px;
    border-radius: 10px;
}

.bouns_btn svg {
    margin-right: 4px;
    height: 24px;
    width: 24px;
    fill: #55657e;
}

.bouns_btn:disabled:hover {
    cursor: not-allowed;
    background-color: #16202b;
}

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

.bouns_btn_co {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
}

.bouns_btn_co:hover {
    cursor: pointer;
    background-color: #a82525;
}

.bouns_btn_hwm {
    height: 40px;
}

.bouns_btn_hwm svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
    fill: #fff;
}

.bouns_btn_co:hover:after {
    width: 20px;
}

.bouns_btn_co:hover:after,
.bouns_btn_co:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 90px;
    background: #fff;
    opacity: .35;
    transform: translate(-100%, -50%) rotate(45deg);
    animation: bouns_btn_shine 4s linear infinite;
}

.bouns_btn_co:hover:before {
    width: 10px;
}

.bouns_btn_co:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 90px;
    background: #fff;
    opacity: .35;
    animation: bouns_btn_shine_two 10s linear infinite;
}

.bouns_btn_co:before {
    width: 10px;
    transform: translate(-100%, -50%) rotate(45deg);
}

@keyframes bouns_btn_shine {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    25% {
        transform: translate(320px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}

@keyframes bouns_btn_shine_two {
    0% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    90% {
        transform: translate(-500px, -50%) rotate(45deg);
    }

    to {
        transform: translate(320px, -50%) rotate(45deg);
    }
}



.css-aytem1 {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
}

@media (min-width: 736px) {
    .css-aytem1 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1440px) {
    .css-aytem1 {
        max-width: 1440px;
    }
}

@media (min-width: 0px) {
    .css-aytem1 {
        padding-bottom: 40px;
    }
}

.css-1ljdo2r {
    background-color: rgba(99, 104, 162, 0.08);
    border-radius: 8px;
}

@media (min-width: 0px) {
    .css-1ljdo2r {
        padding: 8px;
    }
}

@media (min-width: 1024px) {
    .css-1ljdo2r {
        padding: 16px;
    }
}

.css-1sq1hrh {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 0px) {
    .css-1sq1hrh {
        gap: 4px;
    }
}

@media (min-width: 1024px) {
    .css-1sq1hrh {
        gap: 16px;
    }
}

.css-8vzero {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px currentcolor;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.71429;
    font-size: 0.875rem;
    text-transform: capitalize;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    min-width: 64px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: inherit;
    box-shadow: none;
    height: auto;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

@media print {
    .css-8vzero {
        -webkit-print-color-adjust: exact;
    }
}

.css-8vzero:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.08);
}

@media (hover: none) {
    .css-8vzero:hover {
        background-color: transparent;
    }
}

.css-8vzero:hover {
    box-shadow: none;
}

.css-8vzero:active {
    box-shadow: none;
}

.css-8vzero:hover {
    background-color: rgba(162, 164, 193, 0.08);
}

@media (min-width: 0px) {
    .css-8vzero {
        flex-direction: column;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .css-8vzero {
        flex-direction: row;
        width: auto;
    }
}

.MuiStack-root .active {
    background-color: #323239;
}

.css-1rebgok {
    width: 24px;
    height: 24px;
    color: #87878a;
}

@media (min-width: 0px) {
    .css-1rebgok {
        margin-right: 0px;
        margin-bottom: 4px;
    }
}

@media (min-width: 1024px) {
    .css-1rebgok {
        margin-right: 8px;
        margin-bottom: 0px;
    }
}

.css-1gc090d {
    width: 24px;
    height: 24px;
    color: rgb(244, 195, 80);
}

@media (min-width: 0px) {
    .css-1gc090d {
        margin-right: 0px;
        margin-bottom: 4px;
    }
}

@media (min-width: 1024px) {
    .css-1gc090d {
        margin-right: 8px;
        margin-bottom: 0px;
    }
}

.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.lazy-load-image-background.blur {
    filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
    filter: blur(0);
    transition: filter .3s;
}

.lazy-load-image-background.blur>img {
    opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
    opacity: 1;
    transition: opacity .3s;
}

.css-hp68mp {
    display: flex;
    flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}

.css-70qvj9 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-xtf5cx {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 736px) {
    .css-xtf5cx {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1440px) {
    .css-xtf5cx {
        max-width: 1440px;
    }
}

.css-1hgk21s {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}

.css-izzjev {
    margin: 0px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.5rem;
    font-family: __Barlow_5868ee, __Barlow_Fallback_5868ee, Helvetica, Arial, sans-serif;
}

@media (min-width: 600px) {
    .css-izzjev {
        font-size: 1.625rem;
    }
}

@media (min-width: 900px) {
    .css-izzjev {
        font-size: 1.875rem;
    }
}

@media (min-width: 1200px) {
    .css-izzjev {
        font-size: 2rem;
    }
}

.css-1553tcm {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px currentcolor;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.71429;
    font-size: 0.875rem;
    text-transform: capitalize;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    min-width: 64px;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    color: rgb(30, 31, 48);
    background-color: rgb(255, 255, 255);
}

@media print {
    .css-1553tcm {
        -webkit-print-color-adjust: exact;
    }
}

.css-1553tcm:hover {
    text-decoration: none;
    background-color: rgb(42, 43, 70);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-1553tcm:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
        background-color: rgb(223, 227, 232);
    }
}

.css-1553tcm:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.css-1553tcm:hover {
    box-shadow: none;
}

.css-1553tcm:active {
    box-shadow: none;
}

.css-1553tcm:hover {
    background-color: rgb(196, 205, 213);
}

@media (min-width: 1024px) {
    .css-1553tcm {
        display: none;
    }
}

.css-1l6c7y9 {
    display: inherit;
    margin-right: 8px;
    margin-left: -4px;
}

.css-1l6c7y9> :nth-of-type(1) {
    font-size: 20px;
}

.css-19rsff {
    width: 18px;
    height: 18px;
}

.css-laspom {
    display: flex;
    flex-direction: column;
}

@media (min-width: 0px) {
    .css-laspom {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1024px) {
    .css-laspom {
        flex-direction: row;
    }
}

@media (min-width: 0px) {
    .css-laspom {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .css-laspom {
        margin-bottom: 64px;
    }
}

.css-d3yjux {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (min-width: 1024px) {
    .css-d3yjux {
        padding-left: 40px;
    }
}

.css-4qolyu {
    display: grid;
}

@media (min-width: 0px) {
    .css-4qolyu {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 736px) {
    .css-4qolyu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 928px) {
    .css-4qolyu {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .css-4qolyu {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1440px) {
    .css-4qolyu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1920px) {
    .css-4qolyu {
        grid-template-columns: repeat(3, 1fr);
    }
}

.css-s3our2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background-color: rgb(30, 30, 34);
}

.css-e41pg8 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.css-j7qwjs {
    display: flex;
    flex-direction: column;
}

.css-1g1qe90 {
    margin: 0px;
    line-height: 1.5;
    font-size: 0.75rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgb(196, 205, 213);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.css-1ad8rd5 {
    margin: 0px;
    font-weight: 600;
    line-height: 1.55556;
    font-size: 1.0625rem;
    font-family: __Barlow_5868ee, __Barlow_Fallback_5868ee, Helvetica, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (min-width: 600px) {
    .css-1ad8rd5 {
        font-size: 1.125rem;
    }
}

@media (min-width: 900px) {
    .css-1ad8rd5 {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .css-1ad8rd5 {
        font-size: 1.125rem;
    }
}

.css-sqrqe0 {
    width: 20px;
    height: 20px;
    color: rgb(196, 205, 213);
}

.css-11kzqpm {
    margin: 8px 0px 0px;
    line-height: 1.57143;
    font-size: 0.875rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgb(175, 176, 187);
}

.css-e3pss9 {
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: rgb(28, 27, 27);
}

.css-e3pss9 span.component-image-wrapper {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    background-size: cover !important;
}

.css-3j6ntj {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.css-1bwx68r {
    display: flex;
    flex-direction: column;
    gap: 8px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.css-762ecl {
    margin: 0px;
    line-height: 1.5;
    font-size: 0.75rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-158fhbv {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    flex-shrink: 0;
}

.css-1th4qq6 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

.css-potkjx {
    position: relative;
    overflow: hidden;
    display: block;
    height: 4px;
    z-index: 0;
    border-radius: 4px;
    background-color: var(--primary-color);
    width: 100%;
}

@media print {
    .css-potkjx {
        -webkit-print-color-adjust: exact;
    }
}

.css-potkjx .MuiLinearProgress-bar {
    border-radius: 4px;
}

.css-1ux5ilh {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    transition: transform 0.4s linear 0s;
    transform-origin: left center;
    background-color: rgb(61, 62, 66);
}

.css-15vhhhd {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.css-1tzb40b {
    margin: 0px;
    line-height: 1.5;
    font-size: 0.75rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgb(196, 205, 213);
}

.css-1mjh97y {
    margin: 0px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    color: rgb(54, 179, 126);
}

.css-1osi3c0 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: text-top;
    width: 18px;
    margin-right: 4px;
}

.css-qd7vor {
    margin: 0px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    font-family: __Public_Sans_688db3, __Public_Sans_Fallback_688db3, Helvetica, Arial, sans-serif;
    color: #fff;
}

        #offerwalls {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          backdrop-filter: blur(20px) !important;
          background-color: rgba(0, 0, 0, .137);
          z-index: 9999999999;
        }

        .offerwall-modal {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
          width: 70%;
          height: 80%;
          border-radius: 5px;
        }

        .fullscreen-modal .offerwall-modal {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          transform: none;
        }

        @media (max-width: 768px) {
          .offerwall-modal {
            width: 90%;
            max-width: 90%;
          }
        }

        @media (max-width: 576px) {
          .offerwall-modal {
            width: 95%;
            max-width: 95%;
          }
        }

        .offerwall-modal-header {
          padding: 15px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-radius: 5px 5px 0px 0px;
          background: radial-gradient(1000px 600px at 10% 10%, rgba(26 51 58 / 12%), transparent), radial-gradient(800px 500px at 90% 90%, rgba(6, 182, 212, 0.06), transparent), #0f1724 !important;
          box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
          border: 1px solid rgba(255, 255, 255, 0.03);
        }

        .offerwall-modal-header_ch {
          border-radius: 5px;
          color: #eee;
          font-weight: 900;
          font-size: 12px;
          font-family: sans-serif;
          display: flex;
          gap: 10px;
        }

        .offerwall-modal-close {
          z-index: 2;
          cursor: pointer;
          font-size: 25px;
        }

        .ifrdiv {
          height: 95%;
          position: relative;
        }

        .ifrdiv iframe {
          width: 100%;
          height: 100%;
          border: none;
          border-radius: 0px 0px 5px 5px;
        }

        .ifrdiv iframe body {
          margin: 0px;
          padding: 0px;
        }

        .loadingOverlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: radial-gradient(1000px 600px at 10% 10%, rgba(26 51 58 / 12%), transparent), radial-gradient(800px 500px at 90% 90%, rgba(6, 182, 212, 0.06), transparent), #0f1724 !important;
          display: none;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 0px 0px 5px 5px;
        }

        .loadingOverlay img {
          max-width: 100%;
          max-height: 100%;
        }

		.alert_body {
			padding: 15px;
			background: #ff00004f;
			border-radius: 5px;
			margin-bottom: 10px;
			display: flex;
			align-items: center;
			gap: 10px;
			justify-content: flex-start;
			flex-wrap: wrap;
		}
		.alert_body svg{
		    fill: red;
		}
		.alert_body a{
		  position: relative;
          font-size: 14px;
          background-color: #1f82b0;
          padding: 5px;
          border-radius: 5px;
		}
		
		.alert_body a::before{
		    content: "";
              position: absolute;
              bottom: -5px;
              left: 0px;
              width: 100%;
              height: 2px;
              background-color: rgb(80, 184, 233);
              z-index: 6;
		}
		
		
		  .color-palette {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #313137;
      padding: 20px;
      border: 1px solid #000;
      z-index: 10000000000000000;
      border-radius: 5px;
  }

  .color-palette.visible {
      display: flex;
      gap: 10px;
  }

  .color-swatch {
      width: 50px;
      height: 50px;
      border: 2px solid #000;
      cursor: pointer;
  }

  #show-palette-btn {
      padding: 10px 20px;
      cursor: pointer;
  }
  
          .days_disabled {
            opacity: 0.5;
            pointer-events: none;
        }

        .progress-bar {
            width: 100%;
            background-color: #f3f3f3;
            border: 1px solid #81797d;
            border-radius: 5px;
            margin: 10px 0;
        }

        .progress-bar-inner {
            height: 8px;
            background-color: #e9c768;
            border-radius: 2px;
            width: 0%;
        }

        .streak_info {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            padding: 20px;
            margin: 20px;
            border-radius: 10px;
            justify-content: space-between;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            flex-direction: row;
            align-items: center;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
        }

        .streak_support {
            font-size: 11px;
            font-weight: normal;
            color: #fff;
            display: flex;
            gap: 5px;
            flex-direction: row;
        }

        .streak_text {
            color: var(--primary-color);
        }

        .streak_par {
 display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  justify-content: space-evenly;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
        }


        @media (max-width: 410px) {
          .streak_par {
            padding: 20px 5px;
          }
        }

        .streak_chil {
            width: 160px;
            background: rgba(255, 255, 255, 0.05);
            padding: 10px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .streak_Days {
            font-family: __Public_Sans_0c7b47, __Public_Sans_Fallback_0c7b47, Helvetica, Arial, sans-serif;
            height: 24px;
            min-width: 24px;
            line-height: 0;
            border-radius: 6px;
            cursor: default;
            -webkit-box-align: center;
            align-items: center;
            white-space: nowrap;
            display: inline-flex;
            -webkit-box-pack: center;
            justify-content: center;
            text-transform: capitalize;
            padding: 0px 6px;
            font-size: 0.75rem;
            font-weight: 700;
            transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            color: #fff;
            background-color: rgb(249 249 249 / 16%);
        }

        .streak_img {
            width: 100px;
        }

        .streak_points {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }
        .shopSection{
margin-top: 2rem;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
        }
        
        
        /*.rewards-hero[data-v-7ed0a636] {*/
        /*    padding-bottom: 70px;*/
        /*    position: relative;*/
        /*}*/

        /*.rewards-hero .hero-coins[data-v-7ed0a636] {*/
        /*    height: 100%;*/
        /*    left: -20px;*/
        /*    overflow: hidden;*/
        /*    pointer-events: none;*/
        /*    position: absolute;*/
        /*    width: calc(100% + 20px);*/
        /*}*/

        /*.rewards-hero .hero-coins .hero-coin[data-v-7ed0a636] {*/
        /*    animation: coin-float-7ed0a636 4s ease-in-out infinite;*/
        /*    position: absolute;*/
        /*    transform: translateX(-50%);*/
        /*    will-change: transform;*/
        /*}*/

        /*.rewards-hero .hero-coins .hero-coin.coin-1[data-v-7ed0a636] {*/
        /*    animation-delay: 1s;*/
        /*    bottom: -75px;*/
        /*    filter: drop-shadow(0 4.604px 62.159px rgba(84, 176, 228, .25));*/
        /*    left: calc(50% - 300px);*/
        /*    width: 200px;*/
        /*}*/

        /*.rewards-hero .hero-coins .hero-coin.coin-2[data-v-7ed0a636] {*/
        /*    filter: drop-shadow(0 2.388px 12.241px rgba(84, 176, 228, .25)) blur(2px);*/
        /*    left: calc(50% - 205px);*/
        /*    top: 0;*/
        /*    width: 100px;*/
        /*}*/

        /*.rewards-hero .hero-coins .hero-coin.coin-3[data-v-7ed0a636] {*/
        /*    animation-delay: 2s;*/
        /*    filter: drop-shadow(0 1.573px 12.239px rgba(84, 176, 228, .25)) blur(1.5px);*/
        /*    right: calc(50% - 320px);*/
        /*    top: 10px;*/
        /*    width: 100px;*/
        /*}*/

        /*.rewards-hero .hero-coins .hero-coin.coin-4[data-v-7ed0a636] {*/
        /*    animation-delay: 3s;*/
        /*    bottom: -67px;*/
        /*    filter: drop-shadow(0 2.861px 38.622px rgba(84, 176, 228, .25));*/
        /*    right: calc(50% - 500px);*/
        /*    width: 200px;*/
        /*}*/

        /*.rewards-hero[data-v-7ed0a636]:after {*/
        /*    background-color: #54b0e4;*/
        /*    border-radius: 100%;*/
        /*    bottom: 0;*/
        /*    content: "";*/
        /*    filter: blur(106px);*/
        /*    height: 48px;*/
        /*    left: 50%;*/
        /*    max-width: 1155px;*/
        /*    position: absolute;*/
        /*    transform: translateX(-50%);*/
        /*    width: 100%;*/
        /*}*/

        /*@keyframes coin-float-7ed0a636 {*/
        /*    0% {*/
        /*        transform: translateY(0) translateX(-50%);*/
        /*    }*/

        /*    50% {*/
        /*        transform: translateY(-10%) translateX(-50%);*/
        /*    }*/

        /*    to {*/
        /*        transform: translateY(0) translateX(-50%);*/
        /*    }*/
        /*}*/

        /*.p_h_s{*/
        /*    font-size: xxx-large;*/
        /*    font-family: fantasy;*/
        /*    font-weight: 900;*/
        /*    color: var(--primary-color);*/
        /*    letter-spacing: 3px;*/
        /*    text-transform: uppercase;*/
        /*    padding: 20px;*/
        /*    margin-top: 35px;*/
        /*}*/
        


/*christmas update*/
 .snowflake { color: #fff; font-size: 1em; font-family: Arial; text-shadow: 0 0 1px #000; } @-webkit-keyframes snowflakes-fall { 0% { top: -10% } 100% { top: 100% } } @-webkit-keyframes snowflakes-shake { 0% { -webkit-transform: translateX(0px); transform: translateX(0px) } 50% { -webkit-transform: translateX(80px); transform: translateX(80px) } 100% { -webkit-transform: translateX(0px); transform: translateX(0px) } } @keyframes snowflakes-fall { 0% { top: -10% } 100% { top: 100% } } @keyframes snowflakes-shake { 0% { transform: translateX(0px) } 50% { transform: translateX(80px) } 100% { transform: translateX(0px) } } .snowflake { position: fixed; top: -10%; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; -webkit-animation-name: snowflakes-fall, snowflakes-shake; -webkit-animation-duration: 10s, 3s; -webkit-animation-timing-function: linear, ease-in-out; -webkit-animation-iteration-count: infinite, infinite; -webkit-animation-play-state: running, running; animation-name: snowflakes-fall, snowflakes-shake; animation-duration: 10s, 3s; animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; animation-play-state: running, running } .snowflake:nth-of-type(0) { left: 1%; -webkit-animation-delay: 0s, 0s; animation-delay: 0s, 0s; color: #C0F6FB; font-size: 20px; font-weight: 900; } .snowflake:nth-of-type(1) { left: 10%; -webkit-animation-delay: 1s, 1s; animation-delay: 1s, 1s; color: #C0F6FB; font-size: 20px; font-weight: 900; } .snowflake:nth-of-type(2) { left: 20%; -webkit-animation-delay: 6s, .5s; animation-delay: 6s, .5s; } .snowflake:nth-of-type(3) { left: 30%; -webkit-animation-delay: 4s, 2s; animation-delay: 4s, 2s; } .snowflake:nth-of-type(4) { left: 40%; -webkit-animation-delay: 2s, 2s; animation-delay: 2s, 2s; color: #C0F6FB; font-size: 20px; font-weight: 900; } .snowflake:nth-of-type(5) { left: 50%; -webkit-animation-delay: 8s, 3s; animation-delay: 8s, 3s } .snowflake:nth-of-type(6) { left: 60%; -webkit-animation-delay: 6s, 2s; animation-delay: 6s, 2s; } .snowflake:nth-of-type(7) { left: 70%; -webkit-animation-delay: 2.5s, 1s; animation-delay: 2.5s, 1s; color: #C0F6FB; font-size: 20px; font-weight: 900; } .snowflake:nth-of-type(8) { left: 80%; -webkit-animation-delay: 1s, 0s; animation-delay: 1s, 0s; } .snowflake:nth-of-type(9) { left: 90%; -webkit-animation-delay: 3s, 1.5s; animation-delay: 3s, 1.5s; } .snow-cap { position: relative; } .snow-cap::after { --overflow-x: 4px; --snow-image: url('/Client/img/snow-cap.webp'); content: ''; position: absolute; top: -6px; left: calc(var(--overflow-x) * -1); border-image-source: var(--snow-image); border-image-slice: calc(6 * 56 / 20) fill; border-image-width: calc(28px / 3); border-image-repeat: round; width: calc(100% + var(--overflow-x) * 2); height: 28px; filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25)); opacity: 1; /*animation: fade-in 0s;*/ } /*@keyframes fade-in {*/ /* 0%,*/ /* 50% {*/ /* opacity: 0;*/ /* }*/ /* 100% {*/ /* opacity: 1;*/ /* }*/ /*}*/




    .bg-gray-700 {
      --tw-bg-opacity: 1;
      background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    }


    .hover\:bg-gray-600:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    }



      .filter-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
      }

      .filter-buttons button {
        padding: 8px 16px;
        border: none;
        background: #19212e;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        transition: background 0.3s ease;
      }

      .filter-buttons button.active {
        background: #0f1724;
        color: white;
        box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
          border: 1px solid rgba(255, 255, 255, 0.03);
      }

      .networks-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 16px;
        margin-bottom: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.03);
        padding: 25px;
        border-radius: 10px;
      }

      .network-card {
        position: relative;
        background: var(--Charcoal-Blue);
        /*border: 1px solid #e0e0e0;*/
        border-radius: 16px;
        padding: 20px 10px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        opacity: 1;
        transform: translateY(0) scale(1);
        transition: all 0.4s ease, opacity 0.6s ease, transform 0.6s ease;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        backdrop-filter: blur(6px);
        border: 1px solid rgba(255, 255, 255, 0.02);
      }

      /*.network-card.show {*/
      /*    opacity: 1;*/
      /*    transform: translateY(0) scale(1);*/
      /*}*/

      .network-card:hover {
        box-shadow: 0 0 10px rgba(76, 147, 175, 0.4), 0 0 20px rgba(76, 147, 175, 0.2);
        transform: translateY(-4px) scale(1.02);
      }

      .network-card::after {
        content: "";
        display: block;
        height: 4px;
        margin-top: 12px;
        border-radius: 3px;
        background-size: 300% 300%;
        animation: colorfulGradient 6s linear infinite;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease, animation-duration 0.3s ease;
      }


      .network-card.category-survey::after {
        background: linear-gradient(270deg, #ff1744, #ff5722, #ff9100);
      }

      .network-card.category-offerwall::after {
        background: linear-gradient(270deg, #2196f3, #64b5f6, #90caf9);
      }

      @keyframes colorfulGradient {
        0% {
          background-position: 0% 50%;
        }

        50% {
          background-position: 100% 50%;
        }

        100% {
          background-position: 0% 50%;
        }
      }

      .network-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin: 35px 0px;
        display: initial;
        border-radius: 10px;
      }

      .network-name {
        font-size: 14px;
        font-weight: 600;
        color: #ccc;
      }

      .hot-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: linear-gradient(45deg, #ff4d4d, #ff9900);
        color: white;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      }
      .best-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background: linear-gradient(135deg, #5cc3f6, #3a78ed);
        color: white;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      }

      .coming-soon {
        opacity: 0.6;
        pointer-events: none;
      }

      .coming-soon .coming-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 14px;
        border-radius: 16px;
      }

      #tooltip-box {
        position: absolute;
        background: #333;
        color: #fff;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 12px;
        display: none;
        pointer-events: none;
        z-index: 999;
      }

      @media (hover: none) {
        .network-card:hover {
          box-shadow: 0 0 10px rgba(76, 175, 80, 0.2);
          transform: none;
        }
      }

      @media (max-width: 768px) {
        .networks-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 12px;
        }

        .network-card {
          padding: 16px 10px;
        }

        .network-logo {
          width: 50px;
          height: 50px;
        }

        .network-name {
          font-size: 13px;
        }
      }

      @media (max-width: 480px) {
        .networks-grid {
          grid-template-columns: 1fr 1fr;
          gap: 10px;
        }

        .network-card {
          padding: 14px 8px;
        }

        .network-name {
          font-size: 12px;
        }
      }

      @keyframes gradientMove {
        0% {
          background-position: 0% 50%;
        }

        100% {
          background-position: 100% 50%;
        }
      }
    /* ////////////////////////////////// */
      .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 20px;
      }

      .stats-card {
        position: relative;
        border-radius: 12px;
        padding: 20px;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
border: 1px solid rgba(255, 255, 255, 0.03);

      }

      .stats-card::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 150px;
        background: rgba(255, 255, 255, 0.05);
        top: -50px;
        right: -50px;
      }

      .stats-content {
        color: #fff;
      }

      .stats-value {
        font-size: 24px;
        font-weight: bold;
      }

      .stats-label {
        font-size: 14px;
        color: #aaa;
      }

      .stats-icon {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
      }

      .stats-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      .Earn-header {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #ccc;
        margin-bottom: 20px;
        padding-bottom: 10px;
        /* border-bottom: 2px solid #e0e0e0; */
      }

      .Earn-header svg {
        width: 25px;
        height: 25px;
        fill: #fff;
      }
    /* ////////////////////////////////// */
      .welcome-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
        padding: 16px 24px;
        margin: 20px 0px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
border: 1px solid rgba(255, 255, 255, 0.03);

      }

      .welcome-left {
        display: flex;
        align-items: center;
        gap: 16px;
      }

      .site-logo {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        object-fit: cover;
        box-shadow: 0 2px 6px rgba(255, 255, 255, 0.47);
      }

      .welcome-text {
        display: flex;
        flex-direction: column;
      }

      .welcome-title {
        font-size: 14px;
        color: #ccc;
      }

      .welcome-username {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
      }

      .user-status {
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .user-status.active {
        background: linear-gradient(45deg, #4caf50, #81c784);
        color: white;
      }

      .user-status.banned {
        background: linear-gradient(45deg, #ff4d4d, #ff6f61);
        color: white;
      }
      .welcome-membership {
          display: flex;
          align-items: center;
          gap: 6px;
          font-size: 14px;
          font-weight: 500;
          color: #6b7dee; /* لون افتراضي */
          margin-top: 2px;
        }
        
        .membership-icon {
          width: 16px;
          height: 16px;
          fill: #ccc;
          flex-shrink: 0;
          opacity: 0.85;
        }


    /* ////////////////////////////////// */
      .review-section {
        padding: 30px 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
border: 1px solid rgba(255, 255, 255, 0.03);

      }

      .review-title {
        color: white;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
      }

      .review-main-card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
        border-radius: 16px;
      }


      .review-card {
        padding: 16px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
      }

      .review-card:hover {
        transform: translateY(-5px);
      }

      .platform-logo {
        max-height: 40px;
        margin-bottom: 10px;
        display: initial;
      }

      .rating {
        font-size: 20px;
        font-weight: bold;
        color: #fbbf24;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
      }

      .rating-count {
        font-size: 14px;
        color: #6b7280;
        margin-top: 4px;
        margin-bottom: 10px;
      }

      .rate-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(90deg, #334155, #0b1220);
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease, box-shadow 0.3s ease;
        width: 100%;
      }

      .rate-button svg {
        width: 18px;
        height: 18px;
        fill: white;
      }

      .rate-button:hover {
        background: linear-gradient(90deg, #0b1220, #334155);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
      }

      .rate-button:active {
        transform: scale(0.98);
      }
    /* ////////////////////////////////// */
      .featured-offers-section {
text-align: center;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
border: 1px solid rgba(255, 255, 255, 0.03);
      }

      .offers-title {
        color: white;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
      }

      .offers-slider {
        display: flex;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding: 10px;
        -webkit-overflow-scrolling: touch;
      }

      .offers-slider,
      .offer-card,
      .offer-card * {
        user-select: none;
      }


      .offers-slider::-webkit-scrollbar {
        height: 6px;
      }

      .offers-slider::-webkit-scrollbar-thumb {
        background-color: #444;
        border-radius: 4px;
      }

      .offer-card {
        background-color: #202028;
        width: 160px;
        flex: 0 0 auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        scroll-snap-align: start;
      }

      .offer-card:hover {
        transform: translateY(-5px);
      }

      .offer-image {
        width: 100%;
        height: 120px;
        object-fit: cover;
      }

      .offer-name {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0 5px;
        color: white;
      }

      .stars {
        color: #fbbf24;
        font-size: 16px;
        margin-bottom: 5px;
      }
    /* ////////////////////////////////// */
      .slider-buttons-top-left {
        position: absolute;
        top: 54px;
        right: 20px;
        display: flex;
        gap: 10px;
        z-index: 10;
        justify-content: end;
      }

      .slider-btn {
        background: linear-gradient(to right, #2b2b33, #2b2b3370);
        color: white;
        border: none;
        font-size: 18px;
        padding: 6px;
        border-radius: 20%;
        cursor: pointer;
        transition: background 0.3s ease;
        width: 30px;
      }

      .slider-btn:hover {
        background: linear-gradient(to right, #2b2b3370, #2b2b33);
      }

      .slider-btn.left,
      .slider-btn.right {
        position: static;
      }

            .status-container {
                max-width: 1400px;
                margin: 2rem 0;
                display: flex;
                flex-direction: column;
                gap: 1rem;
                padding: 0 1rem;
                box-sizing: border-box;
            }
        
            .message {
                font-size: 1rem;
                color: #e3e7f1;
                margin: 0;
                padding: 1rem 1.5rem;
                background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
                border-radius: 0.75rem;
                display: flex;
                align-items: center;
                gap: 1rem;
                border: 1px solid rgba(255, 255, 255, 0.12);
                backdrop-filter: blur(8px);
                transition: all 0.3s ease;
                position: relative;
                overflow: hidden;
                width: 100%;
                box-sizing: border-box;
            }
        
            .message::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 3px;
                height: 100%;
                background: linear-gradient(#6b7dee, #8a6bf7);
            }
        
            .message strong {
                font-weight: 600;
                color: #6b7dee;
                margin-left: 0.25rem;
                font-size: 12px;
                overflow-x: auto;
            }
        
            .message-icon {
                width: 24px;
                height: 24px;
                fill: currentColor;
                opacity: 0.8;
                flex-shrink: 0;
            }

            @media (min-width: 768px) {
                .status-container {
                    margin-top: 3rem;
                    padding: 0 2rem;
                    gap: 1.25rem;
                }
        
                .message {
                    font-size: 1.1rem;
                    padding: 1.25rem 2rem;
                    border-radius: 1rem;
                }
        
                .message-icon {
                    width: 28px;
                    height: 28px;
                }
            }

            @media (min-width: 1024px) {
                .status-container {
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
        
                .message {
                    flex: 1;
                    min-width: calc(50% - 0.625rem);
                }
            }

            @media (max-width: 480px) {
                .status-container {
                    padding: 0 0.5rem;
                    margin-top: 1.5rem;
                }
        
                .message {
                    font-size: 0.9rem;
                    padding: 0.75rem 1rem;
                    gap: 0.75rem;
                }
        
                .message-icon {
                    width: 20px;
                    height: 20px;
                }
            }
            
            
            
                .stats-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 15px;
    }

    .stats-table thead th {
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      padding-bottom: 10px;
    }

    .stats-table thead .user-head {
      text-align: left;
      padding-left: 20px;
    }

    .stats-table thead .reward-head {
      width: 150px;
    }

    .stats-table tbody tr {
      background: linear-gradient(135deg, #1c1c24, #22222b);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .stats-table td {
      padding: 20px;
      vertical-align: middle;
      color: #fff;
    }

    .user-info {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .user-info img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #333;
    }

    .user-details {
      display: flex;
      flex-direction: column;
    }

    .user-details .name {
      font-weight: 600;
      font-size: 15px;
    }

    .user-details .username {
      color: #777;
      font-size: 12px;
    }

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

    .reward .points {
      font-size: 15px;
      font-weight: 700;
      color: #ccc;
    }

    .reward .label {
      font-size: 12px;
      color: #aaa;
      margin-top: 4px;
    }


    .stats-table thead .status-head {
      text-align: center;
      width: 120px;
    }

    .status {
      text-align: center;
    }

    .status-pill {
      padding: 10px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-content: center;
      color: #ccc;
    }

    .status-pill.active {
      background-color: rgba(255, 255, 255, 0.05);
    }
    
    
    
    
    
    
    
    .n_container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .n_card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }

    .n_card {
border-radius: 16px;
  padding: 25px;
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
    }

    .n_card:hover {
      transform: translateY(-3px);
    }

    .profile-img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 15px;
      display: block;
      border: 3px solid #ccc;
    }

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

    .profile-info h2 {
      font-size: 20px;
      margin: 10px 0 5px;
    }

    .subtext {
      color: var(--subtext);
      font-size: 14px;
    }

    .progress-bar {
      height: 8px;
      background-color: #2f3144;
      border-radius: 6px;
      margin-top: 10px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      background: rgb(103, 103, 111);
    }

    .n_stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .stat {
      background: rgba(255, 255, 255, 0.05);
      padding: 15px;
      border-radius: 10px;
      text-align: center;
      border: 1px solid #2a2b3b;
    }

    .stat strong {
    display: flex;
      font-size: 18px;
      margin-bottom: 5px;
      justify-content: center;
      gap: 8px;
      align-items: center;
    }

    .n_tabs, .n_n_filters {
display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border-radius: 10px;
    }

    .n_tab, .n_filter, .inner_tab {
      background: rgb(20, 28, 43);
  color: #ccc;
      border: none;
      /*border-radius: 30px;*/
      padding: 10px 20px;
      cursor: pointer;
      transition: 0.3s;
    }

    .n_tab.active, .n_filter.active , .inner_tab.active{
      background: rgba(255, 255, 255, 0.05);
  color: #ccc;
  font-weight: bold;
  border: 1px solid #2a2b3b;
    }

    .options-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }

    select, .switch {
background: #131b28;
  color: #ccc;
  border: 1px solid #2a2b3b;
      padding: 8px 14px;
      border-radius: 8px;
    }

    .n_tb {
width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.n_tb th, .n_tb td {
  padding: 14px 16px;
  text-align: left;
  white-space: nowrap;
}

.n_tb th {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #ccc;
}

.n_tb tr:nth-child(even) {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
}

.no-data {
  text-align: center;
  padding: 30px;
  color: var(--subtext);
  font-size: 15px;
}

@media (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  .n_tb thead {
    display: none; 
  }

  .n_tb tr {
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(180deg, rgb(20, 25, 43), rgb(19, 24, 41));
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .n_tb td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #333;
    font-size: 14px;
  }

  .n_tb td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #ccc;
  }

  .n_tb tr:last-child .n_tb td {
    border-bottom: none;
  }
}

.Credit{
  color: #309B79;
  font-weight: bold;
}

.Reject{
  color: #dc3545; 
  font-weight: bold;
}

.Pending{
  color: #dc9335; 
  font-weight: bold;
}

    .inner_tabcontent {
      display: none;
    }
    
    
    
    
    
    
    
    
    
     .form-container {
padding: 35px 30px;
  border-radius: 16px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
    }

    .form-container h2 {
      text-align: start;
      margin-bottom: 25px;
      font-size: 24px;
      color: #ccc;
    }

    .input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .input-group input {
width: 100%;
  padding: 14px 45px 14px 45px;
  border: 1.5px solid #67676f;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  outline: none;
  transition: 0.3s ease;
    }

    .input-group input:focus {
      border-color: #fff;
      /*background: #fff;*/
      box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
    }

    .input-group svg.icon {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      fill: #6b7280;
    }

    .toggle-password {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .toggle-password svg {
      width: 20px;
      height: 20px;
      fill: #6b7280;
    }

    .cpass {
      width: 100%;
      padding: 14px;
      background: linear-gradient(90deg, #334155, #0b1220);
      border: none;
      color: white;
      font-size: 16px;
      font-weight: 600;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .cpass:hover {
      background: linear-gradient(90deg, #0b1220, #334155);
    }   
    
    
    
    .avatar-selection {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 30px;
    }

    .avatar-selection input[type="radio"] {
      display: none;
    }

    .avatar-selection label {
      cursor: pointer;
      border: 3px solid transparent;
      border-radius: 50%;
      transition: border-color 0.3s;
      padding: 3px;
    }

    .avatar-selection input[type="radio"]:checked + label {
      border-color: #3498db;
    }

    .avatar-selection img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: block;
    }    
    
    
  .auth-container {
 margin: 40px auto;
  padding: 30px;
  border-radius: 16px;
  font-family: "Segoe UI", sans-serif;
  color: #ccc;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
  }

  .auth-container h2 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
    color: #ccc;
  }

  .auth-instructions {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-left: 4px solid #989b9f;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 15px;
  }

  .auth-instructions ul {
    margin-top: 10px;
    padding-left: 18px;
  }

  .file-input-group {
    margin-bottom: 25px;
  }

  .file-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #ccc;
  }

  .file-input-group input[type="file"] {
    display: block;
    width: 100%;
    padding: 8px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background-color: #fafafa;
    transition: border 0.3s ease;
  }

  .file-input-group input[type="file"]:hover {
    border-color: #007bff;
  }

  .preview-img {
    display: block;
    margin-top: 10px;
    max-height: 180px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }

  .submit-btn {
    width: 100%;
    background: linear-gradient(90deg, #334155, #0b1220);
    color: white;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .submit-btn:hover {
    background: linear-gradient(90deg, #0b1220, #334155);
  }
    
    
.status-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 10px;
  justify-content: space-between;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
border: 1px solid rgba(255, 255, 255, 0.03);  
}

.status-title {
  display: flex;
  align-items: center;
}

.status.badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 8px;
  text-transform: capitalize;
}

.status.pending {
  background-color: #fff3cd;
  color: #856404;
}

.status.approved {
  background-color: #d4edda;
  color: #155724;
}

.status.rejected {
  background-color: #f8d7da;
  color: #721c24;
}

.status.none {
  background-color: #e2e3e5;
  color: #6c757d;
}

.status-msg {
  font-size: 14px;
  margin: 0;
  color: #ccc;
  font-weight: bold;
}

.auth-disabled {
  pointer-events: none; 
  opacity: 0.5;
}


.tab-nav{
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}



.auth-tabs {
border-radius: 10px;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.tab-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: center;
}

.tab-nav li.active {
  padding: 10px 20px;
  font-weight: bold;
  color: #007bff;
  border-bottom: 3px solid #007bff;
  display: flex;
  align-items: center;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #ccc;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #ccc;
}


.delete-link {
  margin-top: 20px;
  color: #6c757d;
  font-size: 14px;
}

.delete-link input {
  color: #dc3545;
  text-decoration: none;
  font-weight: 500;
}

.delete-link input:hover {
  color: #b52a34;
}

.verify-email {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  color: #ccc;
  border: 1px solid #ddd;
  border-radius: 8px;
}

  .modal_msg {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
  }
  
  .modal_msg-content {
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    background: radial-gradient(1000px 600px at 10% 10%, rgba(26 51 58 / 12%), transparent), radial-gradient(800px 500px at 90% 90%, rgba(6, 182, 212, 0.06), transparent), #0f1724 !important;
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .modal_msg-title {
font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal_msg-description {
font-size: 12px;
  line-height: 1.6;
  color: #fff;
}

    .message-box {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 16px;
      margin-bottom: 12px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      position: relative;
    }
    .message-box.other {
      background-color: #fff;
      border: 1px solid #eee;
    }
    .message-box .logo {
      width: 48px;
      height: 48px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: white;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
    }
    .message-content {
      flex: 1;
    }
    .message-title {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 6px;
    }
    .message-date {
      font-weight: 500;
      font-size: 10px;
      margin-bottom: 6px;
    }
    .message-description {
      font-size: 14px;
      color: #fff;
      line-height: 1.5;
    }
    .unread-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      right: 20px;
      top: 20px;
    }
    
    
    
    .ajax-btn-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.ajaxSubmitBtn[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}


.top_navbar{
    display: flex;flex-direction: row;justify-content: flex-start;
}

@media (max-width: 1299px) {
    .top_navbar {
        display: none;
    }
}



      .dashboard_e {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 50px;
      }
  
  
      .new-cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        gap: 30px;
        margin-bottom: 60px;
      }
  
      .new-card {
        backdrop-filter: blur(15px);
        border-radius: 16px;
        padding: 30px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.03);
      }
  
      .new-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        z-index: 1;
      }
  
  
      .new-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
      }
  
      .checklist-task {
        display: flex;
        align-items: flex-start;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }
  
      .checklist-task:last-child {
        border-bottom: none;
      }
  
      .task-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        font-weight: 600;
        flex-shrink: 0;
      }
  
      .task-completed .task-icon {
        background: linear-gradient(135deg, #5cc3f6, #3a78ed);
        color: white;
      }
  
      .task-pending .task-icon {
        background: rgba(255, 255, 255, 0.1);
        color: #aaa;
      }
  
      .task-locked .task-icon {
        background: rgba(255, 255, 255, 0.05);
        color: #666;
      }
  
      .task-text {
        flex: 1;
      }
  
      .task-name {
        font-weight: 600;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
      }
  
      .task-locked-icon {
        margin-left: 8px;
        font-size: 1rem;
        color: #f59e0b;
      }
  
      .task-description {
        font-size: 0.9rem;
        color: #aaa;
        margin-bottom: 5px;
      }
  
      .task-reward {
        background: linear-gradient(135deg, #5cc3f6, #3a78ed);
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        flex-shrink: 0;
        margin-left: 15px;
      }
  
      .task-reward:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(4, 214, 241, 0.4);
      }
  
      .task-locked .task-reward {
        background: rgba(255, 255, 255, 0.1);
        color: #666;
        cursor: not-allowed;
      }
  
      .task-completed .task-reward {
        background: rgba(255, 255, 255, 0.1);
        color: #666;
        cursor: not-allowed;
      }
  
      .daily-gift-content {
        text-align: center;
        padding: 20px 0;
      }
  
      .gift-icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: linear-gradient(135deg, #f59e0b, #d97706);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        font-size: 3rem;
        box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
      }
  
      .gift-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
        font-weight: 700;
      }
  
      .gift-subtitle {
        font-size: 1.1rem;
        color: #aaa;
        margin-bottom: 25px;
      }
  
      .gift-timer {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
      }
  
      .timer-unit {
        text-align: center;
      }
  
      .timer-value {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 5px;
      }
  
      .timer-label {
        font-size: 0.8rem;
        color: #aaa;
      }
  
      .claim-btn {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: white;
        border: none;
        padding: 15px 40px;
        border-radius: 30px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
      }
  
      .claim-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
      }
  
      .claim-btn:disabled {
        background: rgba(255, 255, 255, 0.1);
        color: #666;
        cursor: not-allowed;
        box-shadow: none;
      }
  
      .claim-btn:disabled:hover {
        transform: none;
        box-shadow: none;
      }
  
      @keyframes fadeUp {
        to {
          transform: translateY(0);
          opacity: 1;
        }
      }
  
      @media (max-width: 768px) {
  
        .new-cards-container {
          grid-template-columns: 1fr;
          gap: 25px;
        }
  
        .gift-timer {
          gap: 10px;
        }
  
        .timer-value {
          width: 50px;
          height: 50px;
          font-size: 1.5rem;
        }
      }
  
      @media (max-width: 480px) {
        .checklist-task {
          flex-direction: column;
        }
  
        .task-reward {
          margin-left: 0;
          margin-top: 10px;
          align-self: flex-end;
        }
      }
  
  
  
      .p_container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 40px;
        justify-content: center;
      }
  
      .p_earn {
        min-height: 380px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(30px);
  opacity: 0;
  animation: fadeUp 0.8s forwards;
    animation-delay: 0s;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.03);
      }
  
      .p_earn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: var(--p_earn-gradient);
        z-index: 1;
      }
  
      .p_earn::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
  
      .p_earn:nth-child(1) {
        animation-delay: 0.1s;
      }
  
      .p_earn:nth-child(2) {
        animation-delay: 0.2s;
      }
  
      .p_earn:nth-child(3) {
        animation-delay: 0.3s;
      }
  
      .p_earn-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        z-index: 2;
      }
  
      .icon-p_container {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
      }
  
      .icon-p_container .icon-p {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        position: relative;
        z-index: 2;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
  
      .surveys .icon-p_container .icon-p {
        background: linear-gradient(135deg, #7c3aed, #4c1d95);
        box-shadow: 0 10px 20px rgba(124, 58, 237, 0.4);
      }
  
      .offers .icon-p_container .icon-p {
        background: linear-gradient(135deg, #f59e0b, #b45309);
        box-shadow: 0 10px 20px rgba(245, 158, 11, 0.4);
      }
  
      .video .icon-p_container .icon-p {
        background: linear-gradient(135deg, #ef4444, #881337);
        box-shadow: 0 10px 20px rgba(239, 68, 68, 0.4);
      }
  
      .p_earn-title {
        font-size: 2rem;
        margin-bottom: 15px;
        font-weight: 700;
      }
  
      .p_earn-description {
        font-size: 1.1rem;
        color: #aaa;
        margin-bottom: 25px;
        flex-grow: 1;
        line-height: 1.7;
      }
  
      .p_earn-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
      }
  
      .earn-text {
        font-size: 1rem;
        color: #666;
        display: flex;
        align-items: center;
        font-weight: 600;
      }
  
      .earn-text::before {
        content: '';
        margin-right: 8px;
        font-size: 1.2rem;
      }
  
      .p_earn-footer .btn {
        border-radius: 30px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        color: #fff;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        text-decoration: none;
        display: inline-block;
        font-size: 1rem;
        position: relative;
        overflow: hidden;
        z-index: 1;
        letter-spacing: 0.5px;
      }
  
      .p_earn-footer .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
  
      .surveys .p_earn-footer .btn::before {
        background: linear-gradient(135deg, #7c3aed, #4c1d95);
      }
  
      .offers .p_earn-footer .btn::before {
        background: linear-gradient(135deg, #f59e0b, #b45309);
      }
  
      .video .p_earn-footer .btn::before {
        background: linear-gradient(135deg, #ef4444, #881337);
      }
  
      .p_earn-footer .btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.7s;
        z-index: -1;
      }
  
      .p_earn-footer .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
      }
  
      .p_earn-footer .btn:hover::after {
        left: 100%;
      }
  
      .p_earn:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
      }
  
      .p_earn:hover::after {
        opacity: 1;
      }
  
      .p_earn:hover .icon-p_container .icon-p {
        transform: scale(1.1) rotate(5deg);
      }
  
      @keyframes fadeUp {
        to {
          transform: translateY(0);
          opacity: 1;
        }
      }
  
      .particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
      }
  
      .particle {
        position: absolute;
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        animation: float 6s infinite linear;
      }
  
      @keyframes float {
        0% {
          transform: translateY(0) translateX(0);
          opacity: 0;
        }
  
        10% {
          opacity: 1;
        }
  
        90% {
          opacity: 1;
        }
  
        100% {
          transform: translateY(-100px) translateX(20px);
          opacity: 0;
        }
      }
  
      @media (max-width: 768px) {
        .p_container {
          grid-template-columns: 1fr;
          gap: 30px;
        }
  
        .p_earn {
          min-height: 350px;
          padding: 25px;
        }
  
        .icon-p_container .icon-p {
          width: 70px;
          height: 70px;
        }
  
        .p_earn-title {
          font-size: 1.7rem;
        }
  
        .p_earn-description {
          font-size: 1rem;
        }
      }
  
      @media (max-width: 480px) {
        .p_earn-footer {
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
        }
  
        .p_earn-footer .btn {
          width: 100%;
          text-align: center;
        }
      }
      
      
         .verify_card{
    width:100%;
    background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-radius:16px;
    box-shadow: 0 8px 30px rgba(2,6,23,0.6);
    padding:28px;
    display:flex;
    gap:18px;
    align-items:center;
    border:1px solid rgba(255,255,255,0.04);
  }

  .icon_verify{
    min-width:64px;
    min-height:64px;
    border-radius:12px;
    display:grid;
    place-items:center;
  }

  .no_offers_verify{
    margin:0;
    font-size:18px;
    line-height:1.25;
    color:var(--text);
  }
  .hint{
    margin:6px 0 0 0;
    font-size:13px;
    color:rgba(230,238,248,0.7);
  }

  .action_verify{
    margin-left:auto;
  }

  @media (max-width:1900px){
    .verify_card{
        flex-direction:column;
        align-items:stretch;padding:20px;
        
    }
    .action_verify
    {
        margin-left:0;
    margin-top:8px;
    display:flex;
    justify-content:flex-end;
    }
  }
  
      .wrap {
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
    }

    .tip_card {
      width: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
      border-radius: 18px;
      padding: 28px;
      box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.03);
      display: grid;
      grid-template-columns: 100% 1fr;
      gap: 20px;
      align-items: start
    }

    .tip_left {
      padding: 18px;
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255, 255, 255, 0.02);
    }

    .tip_logo {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px
    }


    .tip_logo h1 {
      font-size: 18px;
      margin: 0
    }

    .tip_logo p {
      margin: 0;
      font-size: 12px;
      color: var(--muted)
    }

    .headline {
      font-size: 20px;
      margin: 14px 0 8px
    }

    .sub {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.4
    }

    .tips {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    .tip {
      display: flex;
      gap: 12px;
      align-items: flex-start
    }

    .tip .dot {
      min-width: 44px;
      height: 44px;
      border-radius: 10px;
      background: var(--glass);
      display: grid;
      place-items: center;
      font-weight: 700
    }

    .tip h3 {
      margin: 0;
      font-size: 14px
    }

    .tip p {
      margin: 4px 0 0;
      font-size: 13px;
      color: var(--muted);
      line-height: 1.4
    }

    .tip_right {
      padding: 18px;
      border-radius: 12px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
      border: 1px solid rgba(255, 255, 255, 0.02)
    }

    .preview-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px
    }

    .preview-title h2 {
      margin: 0;
      font-size: 16px
    }

    .badge {
      font-size: 12px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.03)
    }

    .preview {
      margin-top: 12px;
      padding: 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
      border: 1px dashed rgba(255, 255, 255, 0.03)
    }

    .preview p {
      margin: 0 0 8px;
      font-size: 14px
    }

    .disclaimer {
      margin-top: 14px;
      padding: 14px;
      border-radius: 10px;
      background: linear-gradient(90deg, rgba(251, 113, 133, 0.06), rgba(34, 197, 94, 0.03));
      border-tip_left: 4px solid rgba(251, 113, 133, 0.22)
    }

    .disclaimer b {
      display: block;
      margin-bottom: 6px
    }

    .disclaimer small {
      color: var(--muted);
      display: block
    }

    .actions {
      display: flex;
      gap: 10px;
      margin-top: 16px
    }

    .btn {
      padding: 10px 14px;
      border-radius: 10px;
      border: 0;
      cursor: pointer;
      font-weight: 600
    }

    .btn.copy {
      background: linear-gradient(90deg, #334155, #0b1220);
      color: #e6eef8
    }


    @media (max-width:880px) {
      .tip_card {
        grid-template-columns: 1fr;
      }

      .tip_left {
        order: 2
      }

      .tip_right {
        order: 1
      }
    }


        
        #welcomeDiv{
            padding: 20px;
            border-radius: 20px;
            margin: 20px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
            text-align: center;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
            box-shadow: 0 8px 30px rgba(2, 6, 23, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.03);
        }
        #closeButton{
            font-size: 25px; 
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            width: 100%;
        }