﻿@font-face
{
    font-family: Gilroy Bold;
    src: url(https://vulkka.com/fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: Gilroy Semibold;
    src: url(https://vulkka.com/fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: Gilroy Black;
    src: url(https://vulkka.com/fonts/Gilroy-Black.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: KaushanScript;
    src: url(https://vulkka.com/fonts/KaushanScript-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: Roboto Flex;
    src: url(https://vulkka.com/fonts/Roboto-Flex.ttf) format("truetype");
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0,"wdth" 100,"GRAD" 0,"XOPQ" 96,"XTRA" 468,"YOPQ" 79,"YTAS" 750,"YTDE" -203,"YTFI" 738,"YTLC" 514,"YTUC" 712;
}
@font-face
{
    font-family: Roboto Flex Medium;
    src: url(https://vulkka.com/fonts/Roboto-Flex.ttf) format("truetype");
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0,"wdth" 100,"GRAD" 0,"XOPQ" 96,"XTRA" 468,"YOPQ" 79,"YTAS" 750,"YTDE" -203,"YTFI" 738,"YTLC" 514,"YTUC" 712;
}
@font-face
{
    font-family: Roboto Flex Bold;
    src: url(https://vulkka.com/fonts/Roboto-Flex.ttf) format("truetype");
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0,"wdth" 100,"GRAD" 0,"XOPQ" 96,"XTRA" 468,"YOPQ" 79,"YTAS" 750,"YTDE" -203,"YTFI" 738,"YTLC" 514,"YTUC" 712;
}
@font-face
{
    font-family: Roboto Flex Bold Extra;
    src: url(https://vulkka.com/fonts/Roboto-Flex.ttf) format("truetype");
    font-weight: 900;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0,"wdth" 100,"GRAD" 0,"XOPQ" 96,"XTRA" 468,"YOPQ" 79,"YTAS" 750,"YTDE" -203,"YTFI" 738,"YTLC" 514,"YTUC" 712;
}
:root
{
    --liveChatGradientColor1: #3e71f4;
    --liveChatGradientColor2: #3e3ef4;
    --progressBarGradientColor1: #5e9dea;
    --progressBarGradientColor2: #554bf3;
    --app-height: 100%;
}
*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body, html
{
    line-height: 1.15;
    max-width: 100vw;
    overflow-x: hidden;
}
body
{
    font-family: Roboto Flex,sans-serif;
    padding: 0;
    scrollbar-width: 3;
    scrollbar-color: #020201;
    background: #0d0f2e;
}
html
{
    overflow: auto;
}
body, html
{
    width: 100%;
}
body
{
    overflow-x: hidden;
    overflow-y: auto;
}
::-webkit-scrollbar
{
    width: 0;
    height: 0;
    background-color: #262734;
}
::-webkit-scrollbar-thumb
{
    background-color: rgba(180,192,221,.3);
}
:focus
{
    outline: none;
}
a
{
    color: inherit;
    text-decoration: none;
}
ul
{
    list-style: none;
    margin: 0;
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover
{
    border: none;
    -webkit-text-fill-color: #252739;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
#game-info-modal, .main-loader
{
    background: #0d0f2e;
}
.main-loader
{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.main-loader-image
{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 200px;
}
.profile-page-loader
{
    width: 100%;
    max-width: 880px;
    padding: calc(60px + 6%) 45px 0;
    position: relative;
    background: #0d0f2e;
    color: #fff;
    height: calc(100% + 50px);
    margin-top: -50px;
}
@media(max-width: 1279px)
{
    .profile-page-loader
    {
        max-width: 100%;
    }
}
.main-loader .text-loader, .profile-page-loader .text-loader
{
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#deposit-modal:first-child>div
{
    top: 5px;
    right: 5px;
}
.not-found-wrapper
{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}
.not-found-wrapper p
{
    margin: 30px auto 10px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
main
{
    display: block;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre
{
    font-family: monospace,monospace;
    font-size: 1em;
}
a
{
    background-color: transparent;
}
abbr[title]
{
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: bolder;
}
code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
img
{
    border-style: none;
}
button, input, optgroup, select, textarea
{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button
{
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
fieldset
{
    padding: .35em .75em .625em;
}
legend
{
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress
{
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
[type=checkbox], [type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
details
{
    display: block;
}
summary
{
    display: list-item;
}
[hidden], template
{
    display: none;
}