@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap);

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

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

body,
html {
    font-family: Urbanist, sans-serif !important
}

body {
    background-image: url(../media/bg-background.fef33a9fa5c72e80fa10.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    line-height: inherit;
    margin: 0;
    min-height: 100vh
}

.progressbar-width {
    width: 50% !important
}

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

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

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

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

button,
input {
    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: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

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

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

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

h4,
hr,
p,
ul {
    margin: 0
}

ul {
    list-style: none;
    padding: 0
}

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

button {
    cursor: pointer
}

img,
svg {
    display: block
}

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

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

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

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

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

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

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-1 {
    top: .25rem
}

.z-10 {
    z-index: 10
}

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

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

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

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

.-mt-6 {
    margin-top: -1.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

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

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

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

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

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.hidden {
    display: none
}

.h-0\.5 {
    height: .125rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

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

.w-6 {
    width: 1.5rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-\[3\.5rem\] {
    min-width: 3.5rem
}

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

.flex-1 {
    flex: 1 1
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

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

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

.gap-1 {
    gap: .25rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.self-stretch {
    align-self: stretch
}

.overflow-hidden {
    overflow: hidden
}

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

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

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

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

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

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

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

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(133 170 243/var(--tw-border-opacity))
}

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

.bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(188 81 20/var(--tw-bg-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(2 0 108/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.object-contain {
    object-fit: contain
}

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

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

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

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

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

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

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.text-center {
    text-align: center
}

.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-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.text-uppercase {
    text-transform: text-uppercase
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-widest {
    letter-spacing: .1em
}

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(234 88 12/var(--tw-text-opacity))
}

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

.text-primary-dark {
    --tw-text-opacity: 1;
    color: rgb(247 146 86/var(--tw-text-opacity))
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(133 170 243/var(--tw-text-opacity))
}

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

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.ring-4 {
    --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-transparent {
    --tw-ring-color: transparent
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

.progress-bar3 {
    border-radius: 4px;
    height: 18px;
    transition: .4s linear;
    transition-property: width, background-color
}

.progress-bar3,
.progress-infinite .progress-bar3 {
    background-image: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #7dc8e8, #5856d6, #ff2d55)
}

.progress-infinite .progress-bar3 {
    -webkit-animation: colorAnimation 1s infinite;
    animation: colorAnimation 1s infinite;
    width: 100%
}

.progress {
    background: rgba(0, 0, 0, .25);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px #00000040, 0 1px #ffffff14;
    padding: 6px
}

@-webkit-keyframes colorAnimation {
    0% {
        background-image: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #7dc8e8, #5856d6, #ff2d55)
    }

    20% {
        background-image: linear-gradient(90deg, #5ac8fa, #007aff, #7dc8e8, #5856d6, #ff2d55, #4cd964)
    }

    40% {
        background-image: linear-gradient(90deg, #007aff, #7dc8e8, #5856d6, #ff2d55, #4cd964, #5ac8fa)
    }

    60% {
        background-image: linear-gradient(90deg, #7dc8e8, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff)
    }

    to {
        background-image: linear-gradient(90deg, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff, #7dc8e8)
    }
}

@keyframes colorAnimation {
    0% {
        background-image: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #7dc8e8, #5856d6, #ff2d55)
    }

    20% {
        background-image: linear-gradient(90deg, #5ac8fa, #007aff, #7dc8e8, #5856d6, #ff2d55, #4cd964)
    }

    40% {
        background-image: linear-gradient(90deg, #007aff, #7dc8e8, #5856d6, #ff2d55, #4cd964, #5ac8fa)
    }

    60% {
        background-image: linear-gradient(90deg, #7dc8e8, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff)
    }

    to {
        background-image: linear-gradient(90deg, #5856d6, #ff2d55, #4cd964, #5ac8fa, #007aff, #7dc8e8)
    }
}

.focus-within\:border-primary\/50:focus-within {
    border-color: #0e08ff80
}

.focus-within\:ring-primary\/20:focus-within {
    --tw-ring-color: rgba(2, 0, 108, .2)
}

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

.hover\:opacity-75:hover {
    opacity: .75
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:opacity-80:disabled {
    opacity: .8
}

@media (min-width:1024px) {
    .lg\:block {
        display: block
    }

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

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

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

    .lg\:text-left {
        text-align: left
    }

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

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

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

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

.border-box-s {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    vertical-align: initial
}

.coin-block {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center
}

.w-100 {
    width: 100%
}

.coins-list {
    background-color: #fff;
    border: 1px solid #161617;
    border-radius: 10px;
    left: 20px;
    position: absolute;
    right: 20px;
    z-index: 99
}

.d-none {
    display: none
}

.d-block {
    display: block
}

div.mm-dropdown {
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    width: 100%
}

div.mm-dropdown ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

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

div.mm-dropdown div.textfirst,
div.mm-dropdown ul li {
    color: #333;
    padding: 5px 15px
}

div.mm-dropdown ul li:last-child {
    border-bottom: 0
}

div.mm-dropdown ul li {
    cursor: pointer
}

div.mm-dropdown ul li img {
    height: 20px;
    width: 20px
}

.h-50 {
    height: 50px
}

.progress-bar {
    background-color: #007bff;
    height: 20px;
    transition: width .3s ease
}

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

.tag-button {
    cursor: pointer
}

.modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1000
}

.modal-content {
    background-color: #e6f4ff;
    border: 1px solid #b0c4de;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding: 0;
    position: relative;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: background-color .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .2s ease;
    transition: transform .3s ease, background-color .2s ease, -webkit-transform .3s ease;
    z-index: 1001
}

.modal-content.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-header {
    background-color: #1e90ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    padding: 10px 20px
}

.modal-body {
    padding: 20px
}

.close-button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: color .2s
}

.close-button:hover {
    color: #4682b4
}

.modal-overlay.active {
    opacity: 1
}

/*# sourceMappingURL=main.7fbb0223.css.map*/