@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

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

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

html {
    -webkit-text-size-adjust: 100%;
    font-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
}

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

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: initial
}

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

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

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

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
::backdrop,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

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

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

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

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

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

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.block {
    display: block
}

.table {
    display: table
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

::-webkit-scrollbar {
    width: 5px
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

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

body {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity));
    font-family: Inter, sans-serif;
    overflow-x: hidden !important
}

body>:last-child {
    margin-bottom: 4rem
}

input {
    background-color: initial;
    outline: 2px solid #0000;
    outline-offset: 2px
}

.body {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.top-nav {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(0 126 200/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 1rem;
    width: 100%
}

.top-nav>:last-child {
    visibility: hidden
}

.container {
    background-color: initial;
    padding: 1rem;
    width: 100%
}

.balance {
    --tw-gradient-from: #315a88 var(--tw-gradient-from-position);
    --tw-gradient-to: #315a8800 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #315a88cc var(--tw-gradient-to-position);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    border-radius: .5rem;
    color: #fffc;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%
}

.balance>div {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1rem;
    row-gap: .5rem;
    text-align: center;
    width: 100%
}

.balance>div>p:first-child {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem
}

.btn-full {
    --tw-text-opacity: 1;
    background-color: #007ec8cc;
    border-radius: .25rem;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-transform: uppercase;
    width: 100%
}

.btn-full:hover {
    background-color: #007ec8
}

.bottom-nav {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-top-width: 1px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    width: 100%
}

.bottom-nav>a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.bottom-nav>a.active {
    --tw-translate-y: -0.5rem;
    color: #000c !important;
    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));
    z-index: 50
}

.bottom-nav>a.active>:first-child {
    color: #000c !important
}

.bottom-nav>a>:first-child {
    color: #0284c7cc
}

.bottom-nav>a>:last-child {
    font-size: .75rem;
    line-height: 1rem
}

.withdaw-form {
    background-color: #ffffff4d;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    padding: 1rem;
    row-gap: 1rem;
    width: 100%
}

.input-group,
.withdaw-form .input-group {
    display: flex;
    flex-direction: column;
    row-gap: .25rem;
    width: 100%
}

.input-group>label,
.withdaw-form .input-group>label {
    color: #fffc;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-transform: uppercase
}

.input-group>input,
.input-group>select,
.withdaw-form .input-group>input,
.withdaw-form .input-group>select {
    background-color: #fffc !important;
    border-color: #0000;
    border-radius: .25rem;
    border-width: 1px;
    color: #315a88cc;
    padding: .5rem .75rem;
    width: 100%
}

.input-group>input:-moz-placeholder-shown,
.input-group>select:-moz-placeholder-shown,
.withdaw-form .input-group>input:-moz-placeholder-shown,
.withdaw-form .input-group>select:-moz-placeholder-shown {
    background-color: #f3f4f6cc;
    border-color: #0000
}

.input-group>input:placeholder-shown,
.input-group>select:placeholder-shown,
.withdaw-form .input-group>input:placeholder-shown,
.withdaw-form .input-group>select:placeholder-shown {
    background-color: #f3f4f6cc;
    border-color: #0000
}

.input-group>input:focus,
.input-group>select:focus,
.withdaw-form .input-group>input:focus,
.withdaw-form .input-group>select:focus {
    background-color: #fff !important
}

.withdraw-description {
    --tw-text-opacity: 1;
    background-color: #ffffffe6;
    border-color: #dc262633;
    border-radius: .5rem;
    border-width: 1px;
    color: rgb(59 130 246/var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 2rem;
    padding: 1rem;
    row-gap: 1rem;
    width: 100%
}

.recharge-amount {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    row-gap: .75rem;
    width: 100%
}

.invitation-link>P,
.recharge-amount>p,
.recharge-method>p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 600
}

.recharge-amount>div:first-of-type {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%
}

.recharge-amount-input,
.recharge-amount>div:first-of-type>* {
    background-color: #fff6;
    border-radius: .25rem;
    color: #ffffffe6;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    width: 100%
}

.recharge-amount>div:first-of-type>* {
    border-color: #0000;
    border-width: 1px;
    text-align: center
}

.recharge-amount>div:first-of-type>.active {
    background-color: #fff9;
    border-color: #fffc
}

.recharge-amount-input {
    border-color: #0000;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem
}

.recharge-amount-input:focus-within {
    --tw-bg-opacity: 0.1;
    border-color: #007ec81a
}

.recharge-method {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    row-gap: .75rem;
    width: 100%
}

.recharge-method>div:first-of-type {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    width: 100%
}

.recharge-method>div:first-of-type>* {
    --tw-text-opacity: 1;
    align-items: center;
    background-color: #ffffff4d;
    border-color: #fff6;
    border-radius: .5rem;
    border-width: 1px;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .5rem .75rem;
    text-transform: uppercase
}

.recharge-method>div:first-of-type>*,
.team-summary {
    color: rgb(255 255 255/var(--tw-text-opacity));
    width: 100%
}

.team-summary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(49 90 136/var(--tw-bg-opacity));
    border-radius: .75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.team-summary>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: .75rem;
    text-align: center
}

.team-summary>div>p:first-of-type {
    color: #ffffffe6
}

.team-summary>div>p:first-of-type>span {
    background-color: #ffffffe6;
    border-radius: 9999px;
    color: #007ec8e6;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px
}

.team-summary>div>p:last-of-type {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase
}

.invitation-link {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    row-gap: .75rem;
    width: 100%
}

.invitation-link>P {
    border-color: #fffc;
    border-left-width: 2px;
    color: #fffc;
    padding-left: 6px
}

.invitation-link>div {
    align-items: center;
    background-color: #fff3;
    border-color: #e5e7eb66;
    border-radius: .5rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    row-gap: 1rem;
    text-align: center;
    width: 100%
}

.invitation-link>div>a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1rem
}

.invitation-link>div>button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(0 126 200/var(--tw-bg-opacity));
    border-radius: 9999px;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1.25rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-transform: uppercase;
    width: 66.666667%
}

.team-tabs {
    background-color: #fff3;
    border-radius: 9999px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
    width: 100%
}

.team-tabs>* {
    --tw-text-opacity: 1;
    border-radius: 9999px;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: center;
    text-transform: uppercase
}

.team-tabs>.active {
    --tw-bg-opacity: 1;
    background-color: rgb(49 90 136/var(--tw-bg-opacity))
}

.other-summary,
.team-tabs>.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.other-summary {
    background-color: #fff3;
    border-color: #e5e7eb4d;
    border-radius: .5rem;
    border-width: 1px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 100%
}

.other-summary>div {
    align-items: center;
    color: #fffc;
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    justify-content: center;
    line-height: 1.25rem;
    row-gap: .5rem;
    text-align: center
}

.other-summary>div>p:first-of-type {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase
}

.other-summary>div>p:first-of-type,
.team-members {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.team-members {
    background-color: #fff3;
    border-radius: .375rem;
    font-size: 13px;
    margin-top: 1rem;
    width: 100%
}

.team-members thead {
    background-color: #fff3;
    color: #ffffffe6
}

.team-members tbody td,
.team-members thead th {
    border-color: #0000;
    border-width: 1px
}

.team-members thead th {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-top: 1rem;
    text-align: center
}

.team-members tbody td {
    text-align: center
}

.team-members tbody tr:nth-child(2n) {
    background-color: #ffffff4d
}

.team-members tbody {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251/var(--tw-border-opacity));
    border-width: 1px
}

.transaction {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    row-gap: 1.5rem
}

.transaction>div:first-of-type {
    --tw-text-opacity: 1;
    background-color: #ffffff80;
    color: rgb(3 105 161/var(--tw-text-opacity));
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    width: 100%
}

.transaction>div:first-of-type>* {
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    text-align: center
}

.transaction>div:first-of-type>.active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.transaction>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    width: 100%
}

.transaction>div:nth-of-type(2)>div {
    --tw-text-opacity: 1;
    align-items: center;
    background-color: #ffffff4d;
    border-radius: .5rem;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 1.25rem;
    padding: 1rem .5rem
}

.transaction>div:nth-of-type(2)>div>div:last-of-type {
    display: flex;
    justify-content: flex-end
}

.transaction>div:nth-of-type(2)>div>div:first-of-type>p:first-of-type,
.transaction>div:nth-of-type(2)>div>div:last-of-type>p {
    color: #fffffff2;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem
}

.transaction>div:nth-of-type(2)>div>div:first-of-type>p:last-of-type {
    color: #fffc
}

.nav-sky {
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
    background-color: rgb(14 165 233/var(--tw-bg-opacity)) !important;
    border-top-width: 0 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.nav-sky.bottom-nav,
.nav-sky.bottom-nav>*>:first-child {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(7 89 133/var(--tw-bg-opacity)) !important;
    border-top-width: 0 !important;
    color: #fffc !important
}

.nav-sky.bottom-nav>.active,
.nav-sky.bottom-nav>.active>:first-child {
    color: #fffc !important
}

.my {
    padding: .5rem;
    row-gap: 1rem
}

.my,
.my>div.my-container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.my>div.my-container {
    background-color: #fff3;
    border-radius: .5rem;
    padding: 1rem
}

.my>div.my-container>div.title {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(255 255 255/var(--tw-text-opacity));
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
    width: 100%
}

.my>div.my-container>div.title>:first-child {
    color: #fffc
}

.my>div.my-container>div.title>div {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.2rem;
    width: 100%
}

.my>div.my-container>div.title>div>p:first-child {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem
}

.my>div.my-container>div.title>div>p:last-child {
    color: #fffc;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem
}

.my>div.my-container>div.top-balance {
    --tw-text-opacity: 1;
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    --tw-shadow-color: #fff6;
    --tw-shadow: var(--tw-shadow-colored);
    background-color: initial;
    border-radius: 9999px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.my>div.my-container>div.top-balance>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2rem;
    overflow: hidden;
    padding: .5rem;
    text-align: center;
    text-overflow: ellipsis
}

.my>div.my-container>div.top-balance>div>p:first-of-type {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 600
}

.my>div.my-container>div.top-balance>div>p:last-of-type {
    color: #fffc;
    font-size: .875rem;
    line-height: 1.25rem
}

.my>div.my-container>div.other-balances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
    margin-top: 1rem;
    row-gap: 1rem
}

.my>div.my-container>div.other-balances>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-color: #fff3;
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
    border-right-width: calc(1px*var(--tw-divide-x-reverse))
}

.my>div.my-container>div.other-balances {
    --tw-text-opacity: 1;
    background-color: initial;
    color: rgb(255 255 255/var(--tw-text-opacity));
    padding-top: .75rem
}

.my>div.my-container>div.other-balances>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: .75rem
}

.my>div.my-container>div.other-balances>div>p {
    line-height: .5rem
}

.my>div.my-container>div.other-balances>div>p:first-child {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem
}

.my>div.my-container>div.other-balances>div>p:last-child {
    color: #fffc;
    font-size: .875rem;
    line-height: 1.25rem
}

.my>div.buttons {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.my>div.buttons>* {
    background-color: #fff6;
    border-color: #ffffffb3;
    border-radius: .25rem;
    border-width: 1px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .75rem;
    width: 100%
}

.my>div.buttons>*,
.my>div.buttons>:last-child {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.my>div.buttons>:last-child {
    background-color: #0003;
    border-color: #fff3
}

.my>div.links {
    display: flex;
    flex-direction: column;
    width: 100%
}

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

.my>div.links {
    background-color: #fff3;
    border-radius: .5rem;
    color: #fffffff2;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1rem
}

.my>div.links>* {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.my>div.links>*>div:first-child {
    align-items: center;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    display: flex;
    flex-direction: row
}

.my>div.links>*>div:first-child>div {
    background-color: #0000001a;
    border-radius: .5rem;
    color: #fff;
    padding: .25rem .5rem
}

.logout {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%
}

.logout>* {
    background-color: #ef4444cc;
    border-radius: 9999px;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 100%
}

.cover {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: absolute;
    z-index: -20
}

.cover,
.cover>div:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity));
    width: 100%
}

.cover>div:first-child {
    height: 200px
}

.cover>div:last-child {
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    width: 100%
}

.auth {
    border-width: 1px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 1rem;
    width: 100%
}

.auth>div:first-child {
    align-items: center;
    color: #fffc;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 4rem;
    width: 100%
}

.auth>div:first-child>div:first-child {
    display: flex;
    flex-direction: column
}

.auth>div:first-child>div:first-child>p:first-child {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem
}

.auth>div:last-child {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: .375rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    padding: .5rem;
    row-gap: .5rem;
    width: 100%
}

.auth>div:last-child .auth-btn,
.auth>div:last-child .input {
    align-items: center;
    border-color: #0ea5e933;
    border-radius: .25rem;
    border-width: 1px;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    line-height: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%
}

.auth>div:last-child .input p {
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

.auth>div:last-child .input div {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: flex
}

.auth>div:last-child .input input {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.auth>div:last-child .auth-btn {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 600;
    justify-content: center !important;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: center
}

.auth>div:last-child .auth-btn+p {
    margin-top: .5rem;
    text-align: center;
    text-transform: uppercase
}

.auth>div:last-child .auth-btn+p~.login-btn {
    --tw-text-opacity: 1;
    background-color: #0ea5e91a;
    color: rgb(7 89 133/var(--tw-text-opacity))
}

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

.gift>div:first-child {
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.gift>:nth-child(2) {
    padding: 1rem
}

.gift>:nth-child(2)>div {
    --tw-text-opacity: 1;
    background-color: #fff3;
    border-radius: .5rem;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem;
    width: 100%
}

.gift>:nth-child(2)>div>p:first-of-type {
    color: #fffc;
    font-size: 1rem;
    line-height: 1.5rem
}

.gift>:nth-child(2)>div>p:nth-of-type(2) {
    color: #fffc
}

.gift>:nth-child(2) .input {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    row-gap: .5rem
}

.gift>:nth-child(2) .input>input {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity));
    border-color: #fff6;
    border-radius: 9999px;
    border-width: 1px;
    color: #fff;
    margin-top: .25rem;
    padding: .5rem;
    width: 100%
}

.gift>:nth-child(2) .input>input::-moz-placeholder {
    color: #ffffff80
}

.gift>:nth-child(2) .input>input::placeholder {
    color: #ffffff80
}

.gift>:nth-child(2) .input>input {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.gift>:nth-child(2) .input>input:focus {
    border-color: #fffc
}

.gift>:nth-child(2) .input~.btn {
    --tw-text-opacity: 1;
    background-color: #0000004d;
    border-radius: 9999px;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 600;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 100%
}

.peer:checked~.peer-checked\:block {
    display: block
}

.peer:checked~.peer-checked\:hidden {
    display: none
}

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

.mb-3 {
    margin-bottom: 15px;
}

.alert-bar {
    width: 100%;
    padding: 15px;
    background-color: #003666;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}

.alert-message {
    font-size: 13.4px;
    flex-wrap: wrap;
    overflow: hidden;
}

.alert-message .icon-green {
    color: #84bd00 !important;
}

.alert-message .icon-red {
    color: #fd5c63 !important;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}