@import url('https://fonts.googleapis.com/css?family=Exo+2:600,800|Open+Sans:300,400,600,700');

:root {
    --dark: #272b41;
    --dark-two: #0f1923;
    --white: #fff;
    --red-pink: #f9305b;
    --pinkish-red: #e81538;
    --dark-seafoam: #1bb67f;
    --dark-three: #1f2236;
    --slate: #40465c;
    --dark-four: #181a27;
    --red-pink-two: #f92c6d;
    --cool-grey: #9599a8;
    --dark-five: #202232;
    --black: #000;
    --tealish: #22c7a7;
    --cool-grey-two: #b8bbc8;
    --butterscotch: #ffc648;
    --dark-six: #1b1d2b;
    --blue-grey: #7b8ca9;
    --mud: #6c4f11;
    --slate-grey: #53586b;
    --cornflower: #5f6af2;
    --very-light-pink: #fffdfd;
    --blue-blue: #8B0020;
    --lightish-blue: #C13651;
    --cloudy-blue: #D4A574;
    --weird-green: #3eed80;
    --pastel-blue: #F5D061;
    --slate-two: #3e425a;
    --blush: #f8c0b7;
    --pinkish-tan: #d98b7c;
    --dark-seven: #33364d;
    --separator: #323b45;
    --background-two: #1a242d;
    --background-three: #252f38;
    --background-four: #1d2730;
    --background-five: #2b2b2c;
    --dark-background: #0f1923;
    --dark-background-four: #262f3c;
    --dark-background-five: #2e3142;
    --light-background: #1b242f;
    --light-grey: #bcbfc7;
    --light-grey-two: #8c9099;
    --light-grey-three: #9095ab;
    --dark-grey: #8a90a2;
    --white-grey: #aab0c3;
    --white-grey-two: #e2e6f4;
    --white-two: #fefefe;
    --background: #0f1923;
    --lime-green: #04d47c;
    --lime-green-two: #06e385;
    --dark-green: #006d3f;
    --red: #f12c4c;
    --dark-red: #cc2843;
    --dark-separator: #15202b;
    --charcoal-grey: #343b4a;
    --bronze: #c5a075;
    --silver: #cadee0;
    --gold: #ffd764;
    --platinum: #6edae4;
    --diamond: #fff;
    --separator-two: #353e4c;
    --footer-color: #1a242d;
    --dark-text: #333b46;
    --dark-grey-two: #464d5e;
    --rouge: #8c1024;
    --tealish-green: #04d47c;
    --bluey-grey: #9095ab;
    --dark-gradient: #15202c;
    --black-one: #1a2633;
    --dark-40: rgba(18, 29, 40, 0.4);
    --dark-separator-two: #28313c;
    --bluey-grey-two: #9095ac;
    --bluey-grey-three: #aab0c4;
    --separator-three: #515963;
    background: var(--background);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none
}

html {
    font-size: 14px
}

body {
    background-color: #0D131C;
    color: #fff;
    font-family: Open Sans, sans-serif;
    overflow-y: scroll;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body.hidden {
    overflow: hidden;
    height: 100vh;
    position: relative
}

::-webkit-scrollbar-thumb {
    background: #303643;
}

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

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

a,
button {
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #4986f5
}

a:hover {
    color: #79a6f8
}

a:active,
a:focus {
    outline: none
}

.wrapper {
    min-height: 100vh;
    min-width: 320px;
    position: relative;
    width: 100%
}

.wrapper .page {
    position: relative;
    padding-left: 100px;
    -webkit-flex: auto;
    flex: auto;
    margin-left: 15vh;
}

.wrapper .main-content {
    padding: 60px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

wrapper2 {
    min-height: 100vh;
    min-width: 320px;
    position: relative;
    width: 100%
}

.wrapper2 .page {
    position: relative;
    padding-left: 100px;
    -webkit-flex: auto;
    flex: auto
}

.wrapper2 .main-content {
    padding: 60px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.wrapper2 .main-content .main-content-top {
    -webkit-flex: auto;
    flex: auto;
    position: relative;
    min-height: 280px;
}

.wrapper .main-content .main-content-top {
    -webkit-flex: auto;
    flex: auto;
    position: relative;
    min-height: 280px;
}

.wrapper .main-content .main-content-footer {
    -webkit-flex: none;
    flex: none;
    padding-left: 40px;
    padding-right: 40px
}

.wrapper .main-content .section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3vh;
    margin: 0 auto
}

.wrapper .main-content .section.promo {
    padding-bottom: 0;
    margin-bottom: 40px
}

.blue-bg {
    background: #4986f5 !important
}

.color-blue {
    color: #4986f5 !important
}

.primary-bg {
    background: #4986f5 !important
}

.color-primary {
    color: #4986f5 !important
}

.green-bg {
    background: #d1113f !important
}

.color-green {
    color: #d1113f !important
}

.pink-bg {
    background: #e86376 !important
}

.color-pink {
    color: #e86376 !important
}

.light-bg {
    background: #828f9a !important
}

.color-light {
    color: #828f9a !important
}

.medium-bg {
    background: #20242d !important
}

.color-medium {
    color: #20242d !important
}

.middark-bg {
    background: #2c323f !important
}

.color-middark {
    color: #2c323f !important
}

.dark-bg {
    background: #1c2028 !important
}

.color-dark {
    color: #1c2028 !important
}

.white-bg {
    background: #fff !important
}

.color-white {
    color: #fff !important
}

.ethereum-bg {
    background: #616991 !important
}

.color-ethereum {
    color: #616991 !important
}

.warning-bg {
    background: #ffc645 !important
}

.color-warning {
    color: #ffc645 !important
}

.orange-bg {
    background: #fd9e35 !important
}

.color-orange {
    color: #fd9e35 !important
}

.sendmoney {
    -webkit-flex: auto;
    border-radius: 30px;
    flex: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    height: 436px;
}

.no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.no-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.relative {
    position: relative
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.negative {
    color: #e86376 !important
}

.positive {
    color: #d1113f !important
}

.heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: .3px
}

.typography p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #c6d0e8;
    font-weight: 300;
    letter-spacing: .15px
}

.typography p:last-child {
    margin-bottom: 0
}

.typography h1:last-child,
.typography h2:last-child {
    margin-bottom: 20px
}

.typography a {
    color: #6bceff
}

.tick-list {
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.tick-list,
.tick-list .tick-badge {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.tick-list .tick-badge {
    -webkit-align-items: center;
    background: #3584fd;
    height: 30px;
    width: 72px;
    margin: 0 auto 12px;
    align-items: center;
    border-radius: 100px
}

.tick-list li {
    padding: 0;
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .15px;
    text-align: center;
    width: 100%
}

.tick-list li:last-child {
    margin-bottom: 0
}

.tick-list li i {
    display: block;
    font-size: 28px;
    margin-bottom: 12px;
    color: #4986f5
}

.form-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-label.big {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.form-field {
    position: relative
}

.form-field:hover .right-icon {
    color: #4986f5
}

.form-field:hover .right-icon svg {
    fill: #4986f5
}

.form-field .right-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px;
    height: calc(100% - 2px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    border-radius: 6px;
    background: #333a4a
}

.form-field .right-icon svg {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    display: block
}

.form-field .right-icon.reversed svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-field.hasArrow:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: .75em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    pointer-events: none;
    border-color: #717787 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0
}

.form-field select {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    -webkit-appearance: none
}

.form-field select:focus {
    border-color: #4986f5
}

.form-row {
    margin-bottom: 20px
}

.form-row.inline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.form-row.inline .form-field,
.form-row.inline .form-label {
    -webkit-flex-basis: 50%;
    flex-basis: 50%
}

.form-row.inline .form-label {
    padding-right: 20px
}

.hasError .input-field {
    border-color: #e86376 !important
}

.input-field {
    height: 44px;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    outline: none !important;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    background: #2f3542;
    border: 1px solid transparent;
    font-family: Open Sans, sans-serif
}

.input-field:not([readonly]):focus {
    border-color: #4986f5
}

.input-field.input-green:not([readonly]):focus {
    border-color: #d1113f
}

.input-field::-webkit-input-placeholder {
    color: #4e5a61
}

.input-field::-ms-input-placeholder {
    color: #4e5a61
}

.input-field::placeholder {
    color: #4e5a61
}

.input-field[type=button] {
    cursor: pointer;
    text-align: left;
    -webkit-appearance: button;
    -webkit-border-image: none;
    border-image: none;
    -webkit-border-image: initial;
    border-image: initial;
    overflow: hidden;
    outline: none
}

.input-field:disabled {
    background: #212833
}

.input-field.text-gray {
    color: #99a3b8
}

.input-field.small-text {
    font-size: 11px
}

.buttons-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #252b34;
    border-radius: 6px;
    overflow: hidden
}

.buttons-group.isMobile {
    position: absolute;
    z-index: 3;
    border: 1px solid #4986f5;
    top: -21px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility
}

.buttons-group.isMobile.focus {
    opacity: 1;
    visibility: visible
}

.afiliados{
    max-width: 70%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3vh;
    margin: 0 auto;
}

.buttons-group.isMobile .btn-action {
    padding: 12px 5px;
    color: #93a5c5;
    border-right: 1px solid #3e4654
}

.buttons-group.isMobile .btn-action:last-child {
    border-right: 0
}

.buttons-group .btn-action {
    -webkit-flex: auto;
    flex: auto;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 12px;
    color: #5e6a7f;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 9px 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    background: #333a48;
    outline: none !important;
    font-weight: 400;
    border-radius: 0
}

.buttons-group .btn-action:hover {
    background: #373e4c;
    color: #d1113f
}

.buttons-group .btn-action.isActive {
    color: #fff;
    background-color: #4986f5;
    cursor: default;
    border-radius: 3px
}

.buttons-group.buttons-group--tall .btn-action {
    min-height: 36px;
    font-size: 12px;
    color: #fff
}

.btn-edit {
    padding: 0 !important
}

.btn-edit.isActive .form-row {
    opacity: 1;
    visibility: visible
}

.btn-edit.isActive .input-field {
    cursor: text
}

.btn-edit .form-row {
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    opacity: 0
}

.btn-edit .form-field,
.btn-edit .input-valid {
    height: 100%
}

.btn-edit .input-field {
    height: 100%;
    cursor: pointer;
    border-radius: 0 6px 6px 0
}

.input-with-icon {
    position: relative;
    width: 100%
}

.input-with-icon.input-with-left-icon input {
    padding-left: 35px
}

.input-with-icon.input-with-left-icon .input-left-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px
}

.input-with-icon.input-with-left-icon .input-left-icon i {
    font-size: 16px;
    display: block
}

.input-with-icon.input-with-left-icon .input-left-icon img {
    width: 16px;
    display: block
}

.grouped-fields {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px
}

.grouped-fields .form-row {
    width: 100%;
    margin: 0 -6px 0 0
}

.grouped-fields .input-field {
    border-radius: 0;
    -webkit-flex: auto;
    flex: auto;
    margin-right: -6px
}

.grouped-fields .input-field:first-child {
    border-radius: 6px 0 0 6px
}

.grouped-fields .input-field:last-child {
    border-radius: 0 6px 6px 0;
    margin-right: 0
}

.grouped-fields .input-with-icon {
    margin-right: -6px
}

.grouped-fields .btn {
    -webkit-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
    font-weight: 600
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0;
    left: auto !important
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: initial
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    opacity: .9
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #434b53;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #434b53;
    height: 8px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #434b53;
    width: 8px
}

.scrollbar-container {
    position: relative;
    height: 100%
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: rgba(47, 57, 70, .95);
    background-clip: padding-box;
    border: 1px solid #242932;
    border-radius: .3rem;
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: #242932
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: rgba(47, 57, 70, .95)
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: #242932
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: rgba(47, 57, 70, .95)
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: #242932
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: rgba(47, 57, 70, .95)
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid rgba(41, 50, 61, .95)
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: #242932
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: rgba(47, 57, 70, .95)
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: rgba(41, 50, 61, .95);
    border-bottom: 1px solid rgba(31, 37, 46, .95);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}


.btn02 {

    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    padding: 9px 20px;

    text-align: center;
    line-height: 85px;
    color: #fff;
    margin: 0 auto;
    background: linear-gradient(#1d7751, #0e382c);
    border: 3px #25793b solid;
    border-radius: 5px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transition: .1s;
    transform: scale(1);
    cursor: pointer;
    -webkit-user-select: none;
    box-shadow: 0 0 50px rgba(0, 117, 9, 0.5);
    overflow: hidden;
}

.btn02:hover {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.btn02:active {
    background: linear-gradient(#1f8258, #114435);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    transform: scale(1);
    box-shadow: 0 0 75px rgba(43, 137, 68, 0.5);
}

.btn02:after {
    content: "";
    position: relative;
    top: -120px;
    left: -90px;
    display: block;
    width: 35px;
    height: 150px;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(35deg);
    -webkit-filter: blur(20px);
    transition: none;
}

.btn02:hover:after {
    left: 400px;
    transition: .3s ease-in-out;
}


.btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #d1113f;
}

.btn2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    padding: 9px 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);

}

.auth-buttons .btn .icon {
    margin-left: 5px;
}

.btn:hover {
    background: #d1113f;
    color: inherit;

}


.btn[disabled] {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed
}

.btn.hasP span:first-letter {
    color: #6bceff
}

.btn.lg {
    padding: 13px 30px
}

.btn.sm {
    font-size: 11px;
    padding: 5px 13px;
    letter-spacing: .28px
}

.btn-block {
    display: block;
    width: 100%
}

.btn.withBadge {
    position: relative
}

.btn-with-input {
    background-color: #1c2028;
    padding: 6px
}

.btn-with-input.isActive {
    background-color: #4986f5
}

.btn-with-input .input-field {
    height: 28px;
    line-height: 28px
}

.btn-reset {
    background-color: #1c2028;
    -webkit-justify-content: center;
    justify-content: center
}

.btn-reset.isActive {
    background-color: #4986f5
}

.btn-clear {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 11px 20px;
    background: #333a48;
    color: #5e6a7f;
    font-weight: 400
}

.btn-clear.isMobile {
    margin-top: auto;
    margin-bottom: 20px;
    height: 44px;
    width: calc(50% - 5px)
}

.btn-clear:hover {
    background: #373e4c;
    color: #4986f5
}

.btn.isActive {
    cursor: default
}

.btn:not(.btn-light).btn-blue {
    background: #4986f5
}

.btn:not(.btn-light).btn-blue:not(.disabled):hover {
    background: #7c06cf
}

.btn:not(.btn-light).btn-primary {
    background: #d1113f
}

.btn:not(.btn-light).btn-primary:not(.disabled):hover {
    background: #7c06cf
}


.btn:not(.btn-light).btn-warning {
    background: #ffc645
}

.btn:not(.btn-light).btn-warning:not(.disabled):hover {
    background: #ffb612
}

.btn:not(.btn-light).btn-green {
    background: #d1113f
}

.btn:not(.btn-light).btn-green:not(.disabled):hover {

    transition: 0.5s;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);

}

.btn:not(.btn-light).btn-gray {
    background: #272d39
}

.btn:not(.btn-light).btn-gray:not(.disabled):hover {
    background: #12151b
}

.btn:not(.btn-light).btn-black {
    background: #1c2028
}

.btn:not(.btn-light).btn-black:not(.disabled):hover {
    background: #07080a
}

.btn:not(.btn-light).btn-yellow {
    background: #ffd000
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #cca600
}

.btn:not(.btn-light).btn-red {
    background: #e86376
}

.btn:not(.btn-light).btn-red:not(.disabled):hover {
    background: #e1374f
}

.btn:not(.btn-light).btn-light-gray {
    background: #3a4151
}

.btn:not(.btn-light).btn-light-gray:not(.disabled):hover {
    background: #252933
}

.btn:not(.btn-light).btn-transparent,
.btn:not(.btn-light).btn-transparent:not(.disabled):hover {
    background: transparent
}

.btn:not(.btn-light).btn-yellow {
    color: #65550e
}

.btn:not(.btn-light).btn-yellow:not(.disabled):hover {
    background: #ffd933
}

.btn:not(.btn-light).btn-warning {
    color: rgba(0, 0, 0, .6)
}

.btn:not(.btn-light).btn-transparent {
    color: #7d8a98
}

.btn:not(.btn-light).btn-transparent:hover {
    color: #fff
}

.btn-link {
    padding: 0;
    background-color: initial;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    border-radius: 0;
    color: #4986f5;
    height: inherit !important;
    width: inherit !important;
}

.btn-link:hover {
    background: transparent !important;
    color: #fff !important
}

.btn.btn-light {
    background: transparent;
    color: #5e6a7f;
    border: 1px solid hsla(0, 0%, 100%, .08);
    box-shadow: none
}

.btn.btn-light:not(.disabled):hover {
    border-color: #eadf13;
    color: #eadf13;
}

.btn.btn-light.btn-blue {
    color: #fff;
    border-color: #4986f5
}

.btn.btn-light.btn-blue:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5
}

.btn.btn-light.btn-blue.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff
}

.btn.btn-light.btn-primary {
    color: #fff;
    border-color: #4986f5
}

.btn.btn-light.btn-primary:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #4986f5;
    color: #4986f5
}

.btn.btn-light.btn-primary.isActive {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff
}

.btn.btn-light.btn-warning {
    color: #fff;
    border-color: #ffc645
}

.btn.btn-light.btn-warning:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #ffc645;
    color: #ffc645
}

.btn.btn-light.btn-warning.isActive {
    background: #ffc645;
    border-color: #ffc645;
    color: #fff
}

.btn.btn-light.btn-green {
    color: #fff;
    border-color: #04c023
}

.btn.btn-light.btn-green:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #04c023;
    color: #04c023
}

.btn.btn-light.btn-green.isActive {
    background: #d1113f;
    border-color: #d1113f;
    color: #fff
}

.btn.btn-light.btn-gray {
    color: #fff;
    border-color: #272d39
}

.btn.btn-light.btn-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #272d39;
    color: #272d39
}

.btn.btn-light.btn-gray.isActive {
    background: #272d39;
    border-color: #272d39;
    color: #fff
}

.btn.btn-light.btn-black {
    border-color: #1c2028
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #1c2028;
    color: #1c2028
}

.btn.btn-light.btn-black.isActive {
    background: #1c2028;
    border-color: #1c2028;
    color: #fff
}

.btn.btn-light.btn-yellow {
    color: #fff;
    border-color: #edd205
}

.btn.btn-light.btn-yellow:not(.disabled):not(.isActive):hover {
    border-color: #d1113f;
}

.btn.btn-light.btn-yellow.isActive {
    background: #ffd000;
    border-color: #ffd000;
    color: #fff
}

.btn.btn-light.btn-red {
    color: #fff;
    border-color: #e86376
}

.btn.btn-light.btn-red:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #e86376;
    color: #e86376
}

.btn.btn-light.btn-red.isActive {
    background: #e86376;
    border-color: #e86376;
    color: #fff
}

.btn.btn-light.btn-light-gray {
    color: #fff;
    border-color: #3a4151
}

.btn.btn-light.btn-light-gray:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: #3a4151;
    color: #3a4151
}

.btn.btn-light.btn-light-gray.isActive {
    background: #3a4151;
    border-color: #3a4151;
    color: #fff
}

.btn.btn-light.btn-transparent {
    color: #fff;
    border-color: transparent
}

.btn.btn-light.btn-transparent:not(.disabled):not(.isActive):hover {
    background: transparent;
    border-color: transparent;
    color: transparent
}

.btn.btn-light.btn-transparent.isActive {
    background: transparent;
    border-color: transparent;
    color: #fff
}

.btn.btn-light.btn-black {
    color: #fff
}

.btn.btn-light.btn-black:not(.disabled):not(.isActive):hover {
    color: #8a96ab
}

.btn .btn-badge {
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #4986f5;
    top: -13px;
    right: -8px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff
}

.btn.btn-bet-clear {
    position: absolute;
    background: transparent;
    right: 6px;
    top: 11px;
    font-size: 10px;
    padding: 5px;
    color: #7f8596;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0.5;
}

.btn.btn-bet-clear.isActive {
    opacity: 1
}

.btn.btn-bet-clear:hover {
    color: #9ba0ad;
    opacity: 1;
}

.logo {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 24px;
    display: block;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.logo,
.logo:focus {
    outline: none
}

.logo img {
    display: block;
    max-width: 100%;
    padding: 0;
    height: auto
}

.logo:hover {
    color: #4986f5;
    opacity: .8
}

.header .logo {
    display: none
}

.header .logo img {
    width: 119px;
    max-width: 100%;
    padding: 0 5%
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-divider {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: rgba(170, 176, 196, .3);
    border: none;
    height: 1px;
}

.imgbannersleft {
    margin-left: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 48px 48px;
    grid-template-rows: 48px 0;
    grid-gap: 8px;
    gap: 8px;
    margin-bottom: 12px;
    margin-right: 10px;

}


.dropdown .dropdown-toggle {
    padding: 10px 30px 10px 15px;
    -webkit-transition: none;
    transition: none
}

.dropdown .dropdown-toggle,
.dropdown .dropdown-toggle .image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.dropdown .dropdown-toggle .image {
    position: relative;
    margin-right: 9px
}

.dropdown .dropdown-toggle .image img {
    width: 16px
}

.dropdown .opener {
    border: none;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown.show .dropdown-menu {
    display: block
}

.dropdown.show .opener {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.dropdown .dropdown-error {
    padding: .5em;
    text-align: center;
    font-weight: 700;
    color: #e86376
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-width: 10rem;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #2f3542;
    background-clip: padding-box;
    will-change: max-height;
    border-radius: 6px
}

.dropdown-menu:focus {
    outline: none
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: .75rem;
    cursor: pointer;
    outline: none;
    clear: both;
    font-weight: 400;
    color: #7f8596;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background: #2b303c
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #363c4b
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: initial
}

.dropdown-item .image {
    height: 19px;
    position: relative;
    width: 27px;
    margin-right: 15px
}

.dropdown-item .image img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.bottom-start.dropdown.show .btn {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #3a4152
}

.bottom-start.dropdown.show .dropdown-item:last-child,
.bottom-start.dropdown.show .dropdown-menu {
    border-radius: 0 0 6px 6px
}

.top-start.dropdown.show .btn {
    border-top: 1px solid #3a4152;
    border-radius: 0 0 6px 6px
}

.top-start.dropdown.show .dropdown-item:first-child,
.top-start.dropdown.show .dropdown-menu {
    border-radius: 6px 6px 0 0
}

.rounded.dropdown.show .dropdown-menu {
    margin-top: 3px;
    border-radius: 6px
}

.rounded.dropdown.show .dropdown-item:first-child,
.rounded.dropdown.show .dropdown-item:last-child {
    border-radius: 6px
}

.animated-number {
    position: relative
}

.animated-number .animated-block {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
    color: #e86376;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: balance;
    animation-name: balance;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    width: 100%
}

.animated-number.isPositive .animated-block {
    color: #d1113f;
    animation-direction: reverse
}

.animated-number.isAnimate .animated-block {
    -webkit-animation-name: isSlidingFrame;
    animation-name: isSlidingFrame
}

.deposit-wrap .tooltip-helper {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.deposit-wrap .tooltip-helper .wrap {
    padding: 7px 15px;
    font-size: 14px;
    background: #20242d;
    border: 1px solid #4986f5;
    position: relative;
    border-radius: 6px;
    box-shadow: 7px 9px 20px 0 rgba(0, 0, 0, .7)
}

.deposit-wrap .tooltip-helper .wrap:after,
.deposit-wrap .tooltip-helper .wrap:before {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.deposit-wrap .tooltip-helper .wrap:after {
    border-color: rgba(32, 36, 45, 0);
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom: 7px solid #20242d;
    margin-left: -7px
}

.deposit-wrap .tooltip-helper .wrap:before {
    border-color: rgba(73, 134, 245, 0);
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom: 8px solid #4986f5;
    margin-left: -8px
}

.deposit-wrap .tooltip-helper .value {
    color: #ffc645;
    font-weight: 700
}

.deposit-wrap .tooltip-helper.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: swing .3s ease-out;
    animation: swing .3s ease-out;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.deposit-wrap {
    display: -webkit-flex;
    display: flex;
    margin-right: 1vh;
    position: relative
}

.deposit-wrap .dropdown {
    position: static
}

.deposit-wrap .dropdown > .btn {
    background: #2f3542;
    border-radius: 6px 0 0 6px !important;
    border-bottom: 0 !important;
    padding: 0 8px 0 8px;
    height: 100%;
    position: relative
}

.deposit-wrap .dropdown > .btn .selected {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.deposit-wrap .dropdown > .btn .selected.balance svg {
    fill: #d1113f
}

.deposit-wrap .dropdown > .btn .selected.bonus svg {
    fill: #ffc645
}

.deposit-wrap .dropdown > .btn .selected svg {
    width: 14px;
    height: 14px
}

.deposit-wrap .dropdown > .btn .opener {
    width: 14px;
    height: 14px;
    right: 6px
}

.deposit-wrap .dropdown > .btn .opener svg {
    height: 100%;
    width: 100%;
    display: block;
    fill: #7f8596
}

.deposit-wrap .dropdown > .btn:hover {
    background: #3a4151
}

.deposit-wrap .dropdown-item {
    padding: 10px 15px
}

.deposit-wrap .balance-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    width: 100%
}

.deposit-wrap .balance-item.balance svg {
    fill: #d1113f
}

.deposit-wrap .balance-item.balance .value {
    color: #d1113f
}

.deposit-wrap .balance-item.bonus svg {
    fill: #ffc645
}

.deposit-wrap .balance-item.bonus .value {
    color: #ffc645
}

.deposit-wrap .balance-item svg {
    margin-right: 8px
}

.deposit-wrap .balance-item .value {
    margin-left: auto;
    background: #3a4151;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px
}

.deposit-wrap .btn-light-gray {
    background: #3a4151
}

.deposit-wrap .btn-light-gray:focus,
.deposit-wrap .btn-light-gray:hover {
    background: #454d60 !important
}

.deposit-block {
    border-radius: 0 6px 6px 0;
    background: #262b37;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.deposit-block .btn {
    width: 75px;
    -webkit-justify-content: center;
    justify-content: center
}

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

.deposit-block .select-field {
    cursor: default;
    padding: 0 6px;
    font-family: Exo\ 2, Open Sans, sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px
}

.deposit-block .select-field svg {
    margin: 1px 7px 0 0;
    width: 16px;
    height: 16px;
    color: #5e6a7f
}

.top-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-align-items: center;
    align-items: center;
}

.top-nav .icon {
    width: 14px;
    height: 14px;
    margin: -2px 5px 0 0
}

.top-nav .icon-gamepad {
    width: 16px;
    height: 16px;
    margin-top: -1px
}

.top-nav .icon-tasks {
    margin-top: 0
}

.top-nav li {
    margin-right: 3px;
    position: relative
}

.top-nav li:last-child {
    margin-right: 0
}

.top-nav li .badge {
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    background: #4986f5;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    z-index: 1
}

.top-nav li .btn,
.top-nav li a {
    display: -webkit-flex;
    display: flex;
    border-radius: 3px;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #828f9a;
    letter-spacing: -.21px;
    border: 0;
    font-weight: 400;
    background-color: initial
}

.top-nav li .btn i,
.top-nav li a i {
    margin-right: 5px;
    font-size: 16px;
    display: block
}

.top-nav li .btn i.icon-shopping-basket,
.top-nav li a i.icon-shopping-basket {
    font-size: 13px;
    position: relative;
    top: -1px
}

.top-nav li .btn.isActive,
.top-nav li .btn:focus,
.top-nav li .btn:hover,
.top-nav li a.isActive,
.top-nav li a:focus,
.top-nav li a:hover {
    background: #d1113f;
    color: #fff
}

.top-nav li .btn.isActive,
.top-nav li a.isActive {
    cursor: default
}

.top-nav li.current a {
    background: #242932;
    color: #fff
}

.top-nav li:focus {
    outline: none
}

.top-nav li .toggle {
    position: relative
}

.top-nav li .toggle .btn {
    padding: 8px 28px 8px 13px;
    width: 100%
}

.top-nav li .toggle.isOpen .icon-down {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.top-nav li .toggle .icon-down {
    margin: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-nav li .toggle > ul {
    position: absolute;
    left: 0;
    top: 37px;
    min-width: 120px;
    background: #242932;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-radius: 3px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .1);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .15s ease-out;
    transition: max-height .15s ease-out;
    z-index: 3
}

.top-nav li .toggle > ul.isOpen {
    max-height: 250px
}

.top-nav li .toggle > ul li {
    margin-right: 0
}

.top-nav li .toggle > ul li a {
    white-space: nowrap;
    padding: 15px 13px
}

.top-nav li .toggle > ul li a:hover {
    background: #20242d;
    color: #fff
}

.top-nav-wrapper {
    position: relative
}

.top-nav-wrapper .opener {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    outline: none;
    background-color: initial
}

.top-nav-wrapper .opener .bar {
    height: 2px;
    width: 100%;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.top-nav-wrapper .opener .bar:last-child {
    margin-bottom: 0
}

.top-nav-wrapper .opener.opened .bar:first-child {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top-nav-wrapper .opener.opened .bar:nth-child(2) {
    width: 0
}

.top-nav-wrapper .opener.opened .bar:nth-child(3) {
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #161f2c;;
    display: flex;
    align-items: center;
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 104;

}

.estrelas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logoheader {
    background-color: #202a39;
    border-radius: 10px;
    transform: skewY(-3deg) skewX(-17deg);
    padding: 36px 25px 16px 66px;
    margin: -30px 0 -20px -65px;
    margin-right: 1px;
    width: 350px;
    justify-content: flex-start;
}

.logoheader img {
    transform: skewY(3deg) skewX(17deg);
}

figure {
    display: flex;
    transform: none !important;
}


.header,
.header .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #161f2c;;

}

.header .header-inner {
    background-color: #161f2c;;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%

}

.header.sticky {
    background-color: #161f2c;;
}

.img-one-menu {
    width: 24px;
    margin-right: 8px;
    margin-bottom: -4px;
}

.one-open-menu .img-one-menu img {
    width: 14px;
    margin: -6px 0 0;
}

.one-menu a svg {
    fill: #55657e;
}

.one-menu a:hover svg {
    fill: #93acd3;
}

.list-menu-border {
    width: 100%;
    height: 1px;
    background: #2a3546;
    margin: 15px 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.one-menu:hover .dropdown-content {
    display: block;
}

svg.icon-external {
    margin-left: 3px;
    margin-bottom: 0px;
    fill: #55657e;
}

.one-menu.open-menu.active .h-one-open-menu .img-one-menu svg {
    fill: #93acd3;
}

.one-menu.open-menu.active .h-one-open-menu a {
    color: #fff;
}

.one-menu.open-menu.active {
    background-color: #202a39;
    border-radius: 8px;
    padding-bottom: 7px;
}

.one-menu a svg.svg-open {
    transform: rotate(90deg);
    position: absolute;
    left: 154px;
    margin-top: 1px;
}

.one-menu.open-menu.active .h-one-open-menu svg.svg-open {
    fill: #93acd3;
    transform: rotate(-90deg);
}

.one-menu.open-menu .one-open-menu a {
    font-size: 12px;
}

.header .auth-buttons .btn:first-child {
    transition: 0.5s;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
}

.modal-open {
    overflow: hidden
}

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

.give-block .btn-give {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    color: #fff;
    border-radius: 3px;
    transition: .3s linear;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

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

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

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

.modal-dialog-centered {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

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

.intro {
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: 308px;
}

.intro-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.intro-left h1 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 12px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.intro-left h1 span {
    color: #d1113f;
}

.intro-left h2 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 16px;
    color: #55657e;
    margin-bottom: 23px;
}

.intro-login {
    display: flex;
    align-items: center;
}

.intro-login a {
    padding: 20px;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    border-color: transparent;
    overflow: hidden;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);

    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    /* transition: 0.1s; */
}

.intro-login a:hover {
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
}

.intro-login button {
    padding: 20px;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    border-color: transparent;
    overflow: hidden;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    /* transition: 0.1s; */
}

.intro-login a:after,
.intro-login a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 90px;
    background: #fff;
    opacity: .4;
    filter: blur(5px);
    transform: translate(-150px, -50%) rotate(45deg);
    animation: highlight-btn 3s linear infinite;
    transition: 0.1s;
}

@keyframes highlight-btn {
    0%, 80% {
        transform: translate(-150px, -50%) rotate(45deg);
    }
    to {
        transform: translate(200px, -50%) rotate(45deg);
    }
}

.intro-login .content-intro-login {
    line-height: 1.3;
    font-size: 14px;
    color: #55657e;
    background: linear-gradient(270deg, #fffafb .1%, #ffe7ec);
    margin-left: -10px;
    border-radius: 0 22px 22px 0;
    height: 54px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.index-features {
    background: #161f2c;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index-features2 {
    background: #161f2c;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
    align-items: flex-start;
    justify-content: space-between;
}


.col-features {
    width: calc(33.33% - 6px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-features a {
    background-color: #263041;
    border-radius: 5px;
    padding: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color .1s ease-in-out;
    min-height: 98px;
    background-size: 50% 98px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.col-features a:before {
    text-align: left;
    padding-left: 7px;
    padding-top: 3px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 95px;
    height: 23px;
    content: "JOGUE AGORA!";
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background-image: url(/img/free-to-play1.svg);
    background-repeat: no-repeat;
}

.col-features a.free-to-play:before {
    display: block;
}

.col-features a span {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 66%;
    text-align: left;
}

.col-features:nth-child(1) a:nth-child(2),
.col-features:nth-child(1) a:nth-child(3) {
    width: calc(50% - 6px);
    margin-bottom: 0;
    background-size: 60% 98px;
}

.col-features:nth-child(3) a:nth-child(1),
.col-features:nth-child(3) a:nth-child(2) {
    width: calc(50% - 6px);
    background-size: 60% 98px;
}

.col-features:nth-child(1) a:nth-child(2) span,
.col-features:nth-child(1) a:nth-child(3) span,
.col-features:nth-child(3) a:nth-child(1) span,
.col-features:nth-child(3) a:nth-child(2) span {
    font-size: 14px;
    max-width: 65%;
}

.col-features:nth-child(3) a:nth-child(2) span {
    font-size: 13px;
}

.col-features:nth-child(3) a:nth-child(3) {
    margin-bottom: 0;
}

.col-features:nth-child(2) a {
    min-height: 208px;
    margin-bottom: 0;
    align-items: flex-start;
    justify-content: center;
}

.col-features:nth-child(2) a span {
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
}

.parent-spin-preview {
    width: 405px;
    height: 405px;
    position: absolute;
    bottom: -202px;
    pointer-events: none;
}

.coin {
    position: absolute;
    z-index: 6;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.coin.coin-1 {
    -webkit-animation-name: coin-1;
    animation-name: coin-1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@keyframes coin-1 {
    from {
        transform: translate(-135%, -160%) scale(.5);
    }
    to {
        transform: translate(-140%, -140%) scale(.5);
    }
}

.coin.coin-2 {
    -webkit-animation-name: coin-2;
    animation-name: coin-2;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

@keyframes coin-2 {
    from {
        transform: translate(133%, -219%) scale(.5);
    }
    to {
        transform: translate(128%, -199%) scale(.5);
    }
}

.coin.coin-3 {
    -webkit-animation-name: coin-3;
    animation-name: coin-3;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@keyframes coin-3 {
    from {
        transform: translate(19%, -150%) scale(.5);
    }
    to {
        transform: translate(23%, -145%) scale(.5);
    }
}

.coin.coin-4 {
    -webkit-animation-name: coin-4;
    animation-name: coin-4;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes coin-4 {
    from {
        transform: translate(-221%, -226%) scale(.5);
    }
    to {
        transform: translate(-219%, -220%) scale(.5);
    }
}

.coin.coin-5 {
    -webkit-animation-name: coin-5;
    animation-name: coin-5;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

@keyframes coin-5 {
    from {
        transform: translate(-145%, -70%) scale(.5);
    }
    to {
        transform: translate(-143%, -65%) scale(.5);
    }
}

.coin.coin-6 {
    -webkit-animation-name: coin-6;
    animation-name: coin-6;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@keyframes coin-6 {
    from {
        transform: translate(75%, -76%) scale(.5);
    }
    to {
        transform: translate(78%, -73%) scale(.5);
    }
}

.spin-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer-0 {
    width: 405px;
    height: 405px;
    z-index: 0;
}

.layer-1 {
    width: 275px;
    height: 275px;
    z-index: 1;
}

.layer-2 {
    width: 233px;
    height: 233px;
    z-index: 2;
    -webkit-animation: rotation-layer-2 20s linear infinite;
    animation: rotation-layer-2 20s linear infinite;
    top: 21%;
    left: calc(50% - 118px);
}

@keyframes rotation-layer-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.layer-3 {
    width: 233px;
    height: 233px;
    z-index: 3;
    -webkit-animation: rotation-layer-3 20s linear infinite;
    animation: rotation-layer-3 20s linear infinite;
    top: 21%;
    left: calc(50% - 118px);
}

@keyframes rotation-layer-3 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.layer-4 {
    width: 194px;
    height: 194px;
    z-index: 4;
    -webkit-animation: rotation-layer-4 20s linear infinite;
    animation: rotation-layer-4 20s linear infinite;
    top: 26%;
    left: calc(50% - 97px);
}

@keyframes rotation-layer-4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.index-statistics {
    padding: 0 16px;
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
}

.statistic-text {
    color: #55657e;
    display: flex;
    align-items: center;
    border-right: 1px solid #1c2532;
    padding-right: 20px;
    margin-right: 10px;
    align-self: center;
}

.statistic-text__count {
    font-weight: 700;
    font-size: 28px;
    margin-right: 8px;
    font-family: Numbers, Montserrat;
    line-height: 1;
}

.statistic-text__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

.statistics__logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logotype {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px !important;
    height: 46px !important;
}

.statistics__link {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

.statistics__link a {
    color: #55657e;
    font-weight: 600;
    font-size: 14px;
    border-left: 1px solid #1c2532;
    padding-left: 20px;
    margin-left: 10px;
    white-space: nowrap;
    transition: color .1s ease-in-out;
}

.statistics__link a:hover {
    color: #fff;
}


.intro-login span {
    display: flex;
    width: 190px;
    align-items: center;
    padding: 9px 3px 9px 22px;
}

.intro-login span b {
    font-weight: 600;
    color: #000;
}

.intro-login img {
    margin: 5px 6px;
}

.intro-right {
    background-image: url(/img/header_03.png);
    background-position: 50% 0%;
    background-size: 119%;
    background-repeat: no-repeat;
    width: 50%;
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #161f2c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 1
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

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

.fade:not(.show) {
    opacity: 0
}

.modal-content {
    background-color: #101824;
    margin-left: 1vh;
    width: 95%;
    max-width: 900px;

}

.modal-body {
    padding: 0
}

.modal-dialog {
    max-width: 736px
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 31px;
    height: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none
}

.modal-close svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: hsla(0, 0%, 100%, .13);
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal-close:hover svg {
    fill: #fff
}

.container {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}

.container2 {
    width: 100%;
    max-width: 1750px;
    padding-bottom: 35px;
    margin: 0 auto
}

.wrapper .main-content .bets-section {
    max-width: 100%;
}

.section-page {
    padding: 30px;
    border-radius: 6px;
    background: #161f2c
}

.bets-section {
    padding: 30px 0
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.row .col-1 {
    width: 8.33333%
}

.row .col-1,
.row .col-2 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-2 {
    width: 16.66667%
}

.row .col-3 {
    width: 25%
}

.row .col-3,
.row .col-4 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-4 {
    width: 33.33333%
}

.row .col-5 {
    width: 41.66667%
}

.row .col-5,
.row .col-6 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-6 {
    width: 50%
}

.row .col-7 {
    width: 58.33333%
}

.row .col-7,
.row .col-8 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-8 {
    width: 66.66667%
}

.row .col-9 {
    width: 75%
}

.row .col-9,
.row .col-10 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-10 {
    width: 83.33333%
}

.row .col-11 {
    width: 91.66667%
}

.row .col-11,
.row .col-12 {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.row .col-12 {
    width: 100%
}

.row .col {
    padding: 0 15px
}

.main-content-top .error-fallback {
    margin: auto
}

.error-fallback {
    background: #3a4152;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    max-width: 450px;
    min-width: 320px;
    border-radius: 10px
}

.error-fallback h2 {
    font-size: 20px;
    margin-bottom: 15px
}

.error-fallback svg {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto auto 20px
}

.one-menu.open-menu .one-open-menu {
    display: none;
}

.one-menu.open-menu.active .one-open-menu {
    display: block;
}

.left-sidebar {
    margin-top: 70px;
    align-items: inherit;
    position: fixed;
    z-index: 120;
    z-index: +1;
    left: -8px;
    top: -7px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #111923;
}

.left-sidebar,
.left-sidebar .logo {
    -webkit-transition: all .3s;
    transition: all .3s
}

.left-sidebar .logo {
    margin-bottom: 60px;
}

.left-sidebar .logo .logotype {
    max-width: 70px;
    max-height: 25px;
}

.left-sidebar .side-nav {
    max-height: calc(100vh - 130px);
    padding: 10px 10px 5px;
}

.left-sidebar.sticky .logo {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px)
}

.side-nav {
    list-style: none
}

.side-nav li {
    margin-bottom: 25px
}

.side-nav li:last-child {
    margin-bottom: 0
}

.listmenu {
    margin-left: 100px;
    width: 100%;
    height: 1px;
    background: #2a3546;
    margin: 15px 0;
}

.side-nav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 34px;
    margin-left: 1vh;
    height: 34px;
    border-radius: 3px;
    color: #5e6a7f;
    text-decoration: none;
    font-size: 24px;
    position: relative
}

.support-menu {
    margin-bottom: 12px;
    justify-content: flex-start;
    color: #fff;
    font-weight: 400;
}

.support-menu a svg {
    fill: #55657e;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.support-menu a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background-color: #202a39;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.support-menu a:hover {
    background-color: #d1113f;

}

.one-menu {
    margin-bottom: 4px;
}

.img-one-menu {
    width: 24px;
    margin-right: 8px;
    margin-bottom: -4px;
}

.one-menu a svg {
    fill: #55657e;
}

.social-menu {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    justify-items: center;
    margin-top: 20px;
}

.social-menu a svg {
    fill: #55657e;
    width: 24px;
    height: 24px;
}

.social-menu a:hover svg {
    fill: #fff;
}

.one-menu a:hover svg {
    fill: #fff;
}

.one-menu a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: color .1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 12px;
}

.one-menu a:hover {
    background-color: #d1113f;
}


.side-nav li a:hover {
    color: #fff;
    background-color: #d1113f;
}

.side-nav li .side-nav-tooltip {
    position: absolute;
    left: 45px;
    margin-top: -1px;
    font-size: 17px;
    font-weight: 600;
    padding: 0 15px;
    height: 28px;
    border-radius: 4px;
    color: #fff;
    background: #202A39;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.side-nav li .side-nav-tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid #d1113f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.side-nav li:hover .side-nav-tooltip {
    display: -webkit-flex;
    display: flex
}

.button-like {
    width: 100%;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background-color: initial;
    border: 0;
    color: #828f9a
}

.button-like[disabled] {
    pointer-events: none;
    opacity: .8
}

.button-like:focus,
.button-like:hover {
    outline: none
}

.button-like:hover svg {
    fill: #d1113f;
    opacity: 1
}

.button-like.dislike {
    margin-top: 8px
}

.button-like.dislike:hover svg {
    fill: #e86376
}

.button-like svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    opacity: .15
}

.message-game {
    width: 100%;
    border: 1px solid rgba(58, 63, 68, .35);
    margin-top: 8px;
    border-radius: 6px;
    position: relative;
    cursor: pointer
}

.message-game .message-info {
    padding: 6px 10px;
    color: #fff
}

.message-game .message-info > span {
    color: #7f8596
}

.message-game .message-info .payout {
    color: #fff
}

.message-game .message-info .payout.win {
    color: #d1113f
}

.message-game .message-info .payout.lose {
    color: #e86376
}

.message-game .message-info:hover {
    opacity: .8
}

.message-game .likes-block {
    width: 28px;
    position: absolute;
    left: -34px;
    top: 3px
}

.sanitize-user {
    white-space: nowrap;
    display: inline;
    line-height: 22px;
}

.sanitize-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.sanitize-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #1c2028;
    padding: 2px;
    width: 24px;
    height: 24px;
}

.sanitize-name,
.sanitize-user {
    position: relative;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sanitize-name.hasVip .sanitize-text,
.sanitize-user.hasVip .sanitize-text {
    padding-left: 19px
}

.sanitize-name.hasP:first-letter,
.sanitize-user.hasP:first-letter {
    color: #6bceff
}

.sanitize-name .icon-crown,
.sanitize-user .icon-crown {
    color: #ffc645;
    position: absolute;
    top: 50%;
    margin-left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip.premium-tip {
    margin-left: 9px !important
}

.tooltip.ghost-mode {
    pointer-events: none
}

.ghost-mode .tooltip-inner {
    max-width: 150px;
    background-color: #303642;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4)
}

.bs-tooltip-auto[x-placement^=top].ghost-mode .arrow:before,
.bs-tooltip-top.ghost-mode .arrow:before,
.ghost-mode.bs-tooltip-auto[x-placement^=top] .arrow:before {
    border-top-color: #303642
}

.admin-badge {
    margin-right: 6px;
    color: #f44336;
    cursor: help;
    font-size: 11px
}

.admin-badge.isModerator {
    color: #4986f5
}

.admin-badge .icon-a {
    width: 10px;
    height: 10px
}

.message-block:hover .admin-actions {
    opacity: 1
}

.admin-actions {
    opacity: 0
}

.admin-actions > .btn {
    position: absolute;
    right: 10px;
    color: #434b53;
    z-index: 9999
}

.popover-body {
    padding: 0
}

.popover-body .muted-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
    color: #fff
}

.popover-body .muted-form input {
    width: 50%;
    border: 0;
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 3px 0 0 3px;
    background: #191d24;
    color: #fff
}

.popover-body .muted-form input:focus {
    outline: none
}

.popover-body .muted-form button {
    height: 20px;
    width: 50%;
    padding: 0 5px;
    font-size: 9px !important;
    border: 0;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0 3px 3px 0
}

.popover-body ul {
    list-style: none;
    padding: 6px 0
}

.popover-body ul li {
    padding: 0 8px 6px;
    border-bottom: 1px solid #2b303e;
    margin-bottom: 6px;
    max-width: 160px
}

.popover-body ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.popover-body ul li > .btn {
    width: 100% !important;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.chat {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px
}

.chat .chat-empty-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px
}

.chat .chat-ban-block {
    background: #20242d;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 65px;
    padding: 10px;
    font-size: 14px;
    height: 80px;
}

.chat .chat-empty-block,
.chat .chat-params {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chat .chat-ban-block {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.chat .chat-ban-block button {
    margin: 5px 0;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    padding: 5px 13px;
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.chat .chat-params {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-flex: none;
    flex: none
}

.chat .chat-params > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.chat .chat-online {
    font-size: 16px;
    color: #5b6271
}

.chat .chat-online span {
    color: #fff
}

.chat .chat-conversation {
    -webkit-flex: auto;
    flex: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 100px;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.chat .chat-conversation .chat-conversation-inner {
    position: relative;
    margin-right: -15px;
    padding-right: 15px
}

.chat .chat-editable {
    outline: 0;
    min-height: 80px;
    width: 100%;
    max-width: 190px;
    resize: none;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased
}

.chat .chat-editable img {
    vertical-align: -3px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden
}

.chat .chat-editable:focus {
    border-color: #c9d0d6;
    outline: none
}

.chat .chat-message-input {
    margin-top: 10px;
    -webkit-flex: none;
    flex: none;
    background: rgba(47, 57, 70, .35);
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 80px
}

.chat .chat-message-input.p {
    box-shadow: 0 0 0 2px red
}

.chat .chat-textarea {
    -webkit-flex: auto;
    flex: auto;
    max-width: calc(100% - 20px)
}

.chat .chat-params > .item button {
    margin-left: 5px;
}

.toggle a.active,
.chat .chat-params > .item button:hover,
.chat .chat-params > .item a:hover {
    background: #4986f5;
    border-color: #4986f5;
    color: #fff
}

.chat-transaction__icon {
    font-size: 37px;
    margin: 0 14px 0 0;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column_align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.share button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.share button i {
    color: #4b5562;
    font-size: 7px
}

.share button:after {
    display: none
}

.share img {
    width: 20px
}

.toggle a {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.toggle a i {
    color: #4b5562;
    font-size: 7px
}

.toggle a:after {
    display: none
}

.toggle img {
    width: 20px
}

.list button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.list button i {
    color: #4b5562;
    font-size: 7px
}

.list button:after {
    display: none
}

.list img {
    width: 20px
}

.clear button {
    background: #242932;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    outline: none !important;
    cursor: pointer;
}

.clear button i {
    color: #4b5562;
    font-size: 7px
}

.clear button:after {
    display: none
}

.clear img {
    width: 20px
}

.chat .chat-controls {
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #272d39;
    width: 44px;
    border-radius: 0 3px 3px 0
}

.chat .chat-controls,
.chat .chat-controls .item {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.chat .chat-controls .item {
    font-size: 20px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none !important;
    width: 100%
}

.chat .chat-controls .item[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.chat .chat-controls .item .icon-smile {
    color: #434b53
}

.chat .chat-controls .item .icon-send {
    color: #4986f5
}

.smile-popover {
    max-width: 214px
}

.smile-popover .wrong-access {
    color: #fff;
    padding: 15px;
    font-size: 14px
}

.smiles-list {
    padding: 10px
}

.smiles-list > span {
    margin: 4px;
    cursor: pointer;
    position: relative
}

.smiles-list > span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #394453;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -5px;
    padding: 5px;
    border-radius: 6px;
    opacity: 0;
    z-index: -1
}

.smiles-list > span:hover:before {
    opacity: 1
}

.s {
    background-image: url(../img/smiles.png);
    background-size: 16px 1120px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0 !important
}

.s-1f60a {
    background-position: 0 -16px
}

.s-1f60b {
    background-position: 0 -32px
}

.s-1f60c {
    background-position: 0 -48px
}

.s-1f60d {
    background-position: 0 -64px
}

.s-1f60e {
    background-position: 0 -80px
}

.s-1f60f {
    background-position: 0 -96px
}

.s-1f61a {
    background-position: 0 -112px
}

.s-1f61b {
    background-position: 0 -128px
}

.s-1f61c {
    background-position: 0 -144px
}

.s-1f61d {
    background-position: 0 -160px
}

.s-1f61f {
    background-position: 0 -176px
}

.s-1f61e {
    background-position: 0 -192px
}

.s-1f62a {
    background-position: 0 -208px
}

.s-1f62b {
    background-position: 0 -224px
}

.s-1f62c {
    background-position: 0 -240px
}

.s-1f62d {
    background-position: 0 -256px
}

.s-1f62e {
    background-position: 0 -272px
}

.s-1f62f {
    background-position: 0 -288px
}

.s-1f92a {
    background-position: 0 -304px
}

.s-1f92b {
    background-position: 0 -320px
}

.s-1f92c {
    background-position: 0 -336px
}

.s-1f92e {
    background-position: 0 -352px
}

.s-1f92d {
    background-position: 0 -368px
}

.s-1f600 {
    background-position: 0 -384px
}

.s-1f601 {
    background-position: 0 -400px
}

.s-1f92f {
    background-position: 0 -416px
}

.s-1f603 {
    background-position: 0 -432px
}

.s-1f602 {
    background-position: 0 -448px
}

.s-1f604 {
    background-position: 0 -464px
}

.s-1f605 {
    background-position: 0 -480px
}

.s-1f606 {
    background-position: 0 -496px
}

.s-1f607 {
    background-position: 0 -512px
}

.s-1f608 {
    background-position: 0 -528px
}

.s-1f609 {
    background-position: 0 -544px
}

.s-1f610 {
    background-position: 0 -560px
}

.s-1f611 {
    background-position: 0 -576px
}

.s-1f612 {
    background-position: 0 -592px
}

.s-1f613 {
    background-position: 0 -608px
}

.s-1f614 {
    background-position: 0 -624px
}

.s-1f615 {
    background-position: 0 -640px
}

.s-1f618 {
    background-position: 0 -656px
}

.s-1f620 {
    background-position: 0 -672px
}

.s-1f622 {
    background-position: 0 -688px
}

.s-1f621 {
    background-position: 0 -704px
}

.s-1f623 {
    background-position: 0 -720px
}

.s-1f624 {
    background-position: 0 -736px
}

.s-1f625 {
    background-position: 0 -752px
}

.s-1f626 {
    background-position: 0 -768px
}

.s-1f628 {
    background-position: 0 -784px
}

.s-1f629 {
    background-position: 0 -800px
}

.s-1f630 {
    background-position: 0 -816px
}

.s-1f631 {
    background-position: 0 -832px
}

.s-1f627 {
    background-position: 0 -848px
}

.s-1f632 {
    background-position: 0 -864px
}

.s-1f633 {
    background-position: 0 -880px
}

.s-1f636 {
    background-position: 0 -896px
}

.s-1f643 {
    background-position: 0 -912px
}

.s-1f642 {
    background-position: 0 -928px
}

.s-1f641 {
    background-position: 0 -944px
}

.s-1f644 {
    background-position: 0 -960px
}

.s-1f910 {
    background-position: 0 -976px
}

.s-1f911 {
    background-position: 0 -992px
}

.s-1f914 {
    background-position: 0 -1008px
}

.s-1f913 {
    background-position: 0 -1024px
}

.s-1f915 {
    background-position: 0 -1040px
}

.s-1f923 {
    background-position: 0 -1056px
}

.s-1f925 {
    background-position: 0 -1072px
}

.s-1f929 {
    background-position: 0 -1088px
}

.s-1f928 {
    background-position: 0 -1104px
}

.s-2764 {
    background-position: 0 -1120px
}

.message-block {
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 44px
}

.message-block .message-avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px
}

.message-block .message-avatar.isAdmin img {
    border-color: #f44336
}

.message-block .message-avatar.isModerator img {
    border-color: #4986f5
}

.message-block .message-avatar.isDeveloper img {
    border-color: #1BB67F
}

.message-block .message-avatar img {
    border-radius: 3px;
    display: block;
    border: 1px solid #2b323e;
    padding: 2px;
    width: 24px;
    height: 24px
}

.message-block .delete {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.message-block .delete button {
    margin: auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px;
    width: calc(50% - 5px);
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.message-block .delete button svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.message-block .message-content {
    font-size: 13px;
    line-height: 20px;
    width: calc(100% - 31px);
    margin-left: 31px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    word-break: break-word;
    padding-top: 2px
}

.message-block .message-content > div {
    width: 100%
}

.message-block .message-content .user-link {
    border: 0;
    padding: 0;
    touch-action: manipulation;
    text-transform: none;
    -webkit-appearance: button;
    margin: 0;
    background: transparent;
    color: #828f9a;
    outline: none;
    cursor: pointer;
    font-weight: 700
}

.message-block .message-content .user-link:focus,
.message-block .message-content .user-link:hover {
    outline: none;
    color: #fff
}

.message-block .message-content > span {
    color: #828f9a
}

.message-block .message-text {
    display: inline;
    word-wrap: break-word
}

.message-block .message-text span {
    border: none;
    vertical-align: -4px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden
}

.user-profile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    -webkit-flex: 1 1;
    flex: 1 1;
    padding: 0 20px
}

.user-profile .user-avatar {
    margin-bottom: 20px
}

.user-profile .user-avatar .close-btn {
    position: absolute;
    right: 15px;
    top: 25px
}

.user-profile .user-name {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.user-profile .user-name .nickname {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    max-width: 200px
}

.user-profile .profile-nav {
    list-style: none;
    width: 100%
}

.user-profile .profile-nav li {
    margin-bottom: 20px
}

.user-profile .profile-nav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #626d7e;
    line-height: 20px;
    font-size: 14px
}

.user-profile .profile-nav li a .number-badge {
    position: static;
    top: 0;
    right: 0;
    margin-left: 5px
}

.user-profile .profile-nav li a svg {
    width: 18px;
    height: 18px;
    display: block
}

.user-profile .profile-nav li a .icon-affiliate {
    width: 14px;
    height: 14px
}

.user-profile .profile-nav li a .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px
}

.user-profile .profile-nav li.current a,
.user-profile .profile-nav li a:hover {
    color: #fff
}

.user-profile .profile-nav li:last-child {
    margin-bottom: 25px
}

.user-profile .btn-logout {
    color: #626d7e;
    width: 100%;
    padding: 0;
    background: transparent;
    font-weight: 400;
    font-size: 14px
}

.user-profile .btn-logout .item-icon {
    width: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px
}

.user-profile .btn-logout:hover {
    background: transparent;
    color: #fff
}

.user-profile .user-block {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.user-profile .avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    padding: 5px;
    background: hsla(0, 0%, 84.7%, .06);
    display: -webkit-flex;
    display: flex
}

.user-profile .avatar img {
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%
}

.tab {
    display: none;
}

.tab.current {
    display: flex;
}

.tab.active {
    display: block;
}

.tabs-nav {
    width: 100%
}

.tabs-nav,
.tabs-nav > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.tabs-nav > .item {
    margin-right: 10px;
    cursor: pointer;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: center;
    justify-content: center;
    color: #828f9a;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabs-nav > .item:last-child {
    margin-right: 0
}

.tabs-nav > .item svg {
    margin-right: 8px
}

.tabs-nav > .item.current,
.tabs-nav > .item:hover {
    color: #fff;
    background: #242932
}

.tabs-nav.big-tabs {
    width: 100%;
    background: #1c212a;
    border-radius: 6px 6px 0 0;
    margin-bottom: 20px
}

.tabs-nav.big-tabs > .item {
    -webkit-flex: auto;
    flex: auto;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #5b656f;
    margin: 0
}

.tabs-nav.big-tabs > .item:hover {
    color: #f1f1f2
}

.tabs-nav.big-tabs > .item.current {
    background: #272d39
}

.right-sidebar {
    z-index: -1;
}

.right-sidebar,
.right-sidebar .sidebar-container {
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    width: 1px;
    height: 1%;
    will-change: transform
}

.right-sidebar .sidebar-container {
    padding: 40px 0 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: padding .3s;
    transition: padding .3s
}


.right-sidebar .tabs-nav {
    padding: 0 20px;
    margin-bottom: 40px;
    -webkit-flex: none;
    flex: none
}

.right-sidebar .tabs-nav > .item {
    width: 50%;
    position: relative
}

.right-sidebar .tabs-nav > .item svg {
    width: 14px;
    height: 14px
}

.right-sidebar .number-badge {
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #4986f5;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.close-btn {
    color: #979797;
    width: 34px;
    height: 34px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent
}

.close-btn svg {
    width: 13px;
    height: 13px
}

.bets-tabs-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
    position: relative
}

.bets-tabs-row .btn {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 17px;
    color: #505961;
    border: 1px solid #353d48;
    background-color: initial
}

.bets-tabs-row .btn[disabled] {
    opacity: 1
}

.bets-tabs-row .btn.isActive {
    color: #fff;
    background-color: #4986f5;
    border: 1px solid #4986f5
}

.bets-tabs-row .btn:not(.isActive):hover {
    color: #fff;
    background-color: initial
}

.bets-tabs-row .btn:first-child {
    margin-right: 10px
}

.bets-tabs-row .close-btn {
    position: absolute;
    right: -5px
}

.table-heading {
    display: table;
    width: 100%;
    border-collapse: initial;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    z-index: 2
}

.table-heading .thead {
    display: table-header-group;
    vertical-align: middle
}

.table-heading .tr {
    display: table-row;
    vertical-align: inherit
}

.table-heading .th {
    display: table-cell;
    vertical-align: inherit;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #202a39;
}

.table-heading .th:first-child {
    border-radius: 6px 0 0 0
}

.table-heading .th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right
}

.table-heading.tournaments-history .th:nth-last-child(2) {
    text-align: center
}

.table-wrap {
    position: relative
}

.table,
.table-wrap {
    overflow: hidden;
    border-radius: 0 0 6px 6px
}

.table {
    color: #fff;
    width: 100%;
    border-spacing: 0;
    border-collapse: initial;
    table-layout: fixed;
    background: #2b313e
}

.table tr {
    padding: 0 12px
}

.table tr td,
.table tr th {
    padding: 10px 20px
}

.table tr th {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    color: #5e6a7f;
    background: #303643;
    text-transform: uppercase
}

.table tr th:first-child {
    border-radius: 6px 0 0 0
}

.table tr th:last-child {
    border-radius: 0 6px 0 0
}

.table tr td {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px solid #2f3542;
    letter-spacing: .2px
}

.table td .btnUnBan {
    float: right;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 7px;
    width: auto;
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.table td .btnUnBan svg {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.table tr:last-child td:last-child {
    border-radius: 0 0 6px 0
}

.table.hoverable tr:hover {
    background: #303643
}

.table .btn-link {
    color: #7d8a98;
    font-weight: 600;
    font-size: 13px;
    padding: 0
}

.empty-table-list {
    padding: 30px 0;
    background: #2c323f;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    margin: 30px 0 0
}

.bet-number {
    display: inline-block;
    padding-left: 22px
}

.bet-number.rtl {
    padding: 0 20px 0 0
}

.bet-number.rtl svg {
    left: auto;
    right: -21px
}

.bet-number .bet-wrap {
    display: inline-block;
    position: relative
}

.bet-number .bet-wrap .pre {
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bet-number .bet-wrap > span {
    display: -webkit-flex;
    display: flex
}

.bet-number .bet-wrap .tied,
.bet-number .bet-wrap .won {
    color: #d1113f
}

.bet-number .bet-wrap .lost {
    color: #828f9a
}

.bet-number svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -21px;
    font-size: 15px;
    color: #5e6a7f
}

.bet-number.golden svg {
    fill: #ffc645
}

.game-stats {
    width: 100%;
    position: relative;
    border-radius: 6px
}

.game-stats,
.game-stats .table-stats-wrap {
    overflow: hidden
}

.game-stats .table-wrap {
    will-change: transform
}

.game-stats .th:nth-last-child(2) {
    text-align: center
}

.game-stats table {
    background: #272d3980;
    backdrop-filter: blur(15px);
}

.game-stats table tbody tr {
    height: 53px
}

.game-stats table tbody tr td {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #303643;
    letter-spacing: .2px;
    padding: 8px 20px
}

.game-stats table tbody tr td:nth-last-child(2) {
    text-align: center
}

.game-stats table tbody tr td:last-child {
    text-align: right
}

.game-stats table tbody tr:last-child td {
    border-bottom: 0
}

.game-stats .game-data {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.game-stats .game-data .btn-icon {
    padding: 0;
    background: transparent
}

.game-stats .game-data .game-icon {
    color: #5e6a7f;
    margin-right: 12px;
    width: 24px;
    text-align: center
}

.game-stats .game-data .game-icon svg {
    width: 22px;
    height: 22px
}

.game-stats .game-data .game-info .btn-name {
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: capitalize;
    display: block
}

.game-stats .game-data .game-info button {
    color: #545b70;
    font-size: 12px;
    font-weight: 400
}

.game-stats .username .btn-link.hasP > span:first-letter {
    color: #6bceff
}

.game-stats .username.anonymous span {
    font-style: italic;
    border-bottom: 1px dotted;
    line-height: 1.2;
    cursor: help;
    font-size: 13px;
    color: #7d8a98
}

.promo-counters .counter-block {
    padding: 25px 0;
    width: 100%;
    position: relative;
    text-align: center;
    background: #262b37;
    border-radius: 10px;
    border: 2px solid #262b37;
    box-shadow: inset 0 0 0 3px #1f242e
}

.promo-counters .counter-num {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    font-family: Exo\ 2, Open Sans, sans-serif;
    margin-bottom: 5px
}

.promo-counters .counter-text {
    color: #828f9a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.footer-counters {
    padding-top: 1px;
}

.footer-counters .counter-block {
    border: 1px solid #262b37;
    border-radius: 6px;
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.footer-counters .counter-block .counter-text {
    color: #828f9a;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.footer-counters .counter-block .counter-num {
    font-size: 16px;
    font-weight: 600;
    color: #61cf6c
}

.footer {
    padding-left: 100px;
    padding-top: 40px;
    font-size: 11px;
    line-height: 14px;
    color: #525c71;
    background-color: #161f2c;
}

.btn-swap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: 20px;
    position: relative;

}

.one-category {
    margin: 0 0 30px;
}

.head-one-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    min-height: 30px;
}

.h-one-category {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-transform: capitalize;
    text-decoration: none;
    color: #93acd3;
    transition: color .1s ease-in-out;
}

a.h-one-category {
    color: #93acd3;
}

.h-one-category svg {
    fill: #93acd3;
    margin-right: 5px;
    transition: fill .1s ease-in-out;
}

.h-one-category:hover {
    color: #fff;
}

.h-one-category:hover svg {
    fill: #fff;
}

.head-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.view-all {
    border-radius: 10px;
    font-size: 12px;
    padding: 7px 10px;
    background-color: #1c2532;
    color: #55657e;
    border-color: transparent;
    margin-right: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

a.view-all {
    color: #93acd3;
}

.view-all:hover {
    background-color: #202a39;
    color: #93acd3;
}

.head-btn-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #1c2532;
    color: #55657e;
    border-color: transparent;
    padding: 6px;
    margin-left: 8px;
    border-radius: 10px;
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.head-btn-slide svg {
    fill: #55657e;
    width: 20px;
    height: 20px;
}

.head-btn-slide:hover {
    background-color: #202a39;
    color: #93acd3;
}

.head-btn-slide:hover svg {
    fill: #93acd3;
}

.swiper.game-swiper {
    width: 100%;
    overflow: hidden;
}

.game-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.8%;
}

.game-swiper .swiper-button-next,
.game-swiper .swiper-button-prev {
    display: none;
}

.game-slide {
    margin-right: 16px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background-color: #202a39;
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    width: 100%;
}

.meta-game-slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 95px;
    height: 23px;
    background-size: 95px 23px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
    font-size: 0;
}

.meta-game-slide.new {
    background-image: url(../img/betnew/new.22c5b9f.png);
}

.meta-game-slide.top {
    background-image: url(../img/betnew/top.09746c4.png);
}

.meta-game-slide.hot {
    background-image: url(../img/betnew/hot.374b69a.png);
}

.hover-game-slide {
    background-color: rgba(27, 34, 51, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 19px 10px 13px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(0px);
}

.img-game-slide {
    position: relative;
    overflow: hidden;
    height: 215px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.game-slide:hover > .img-game-slide {
    filter: blur(3px);
}

.game-slide.slide-view-all:hover > .img-game-slide {
    filter: blur(0px);
}

.game-slide:hover > .hover-game-slide {
    opacity: 1;
    z-index: 99;
}

.game-slide.slide-view-all:hover > .hover-game-slide {
    opacity: 0;
    z-index: -1;
}

.game-preview__btn-star {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.game-preview__btn-star svg {
    display: block;
    fill: #fff;
}

.game-preview__btn-star.star.favorite svg:nth-child(2),
.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(1) {
    display: none;
}

.game-preview__btn-star.star.favorite.in_favorites svg:nth-child(2) {
    display: block;
}

.h-game-slide {
    opacity: 1;
    transform: scale(.9);
    color: #fff;
    font-weight: 600;
    letter-spacing: -.02em;
    text-align: center;
    max-width: 70%;
    display: -webkit-box;
    display: block;
    font-size: 14px;
    height: 36.4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.play-game-slide {
    width: calc(40% + 20px);
    min-width: 42px;
    background-color: #d1113f;
    border-radius: 50%;
    display: block;
}

.play-game-slide:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.play-game-slide svg {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 0%);
    fill: #fff;
    width: 20px;
    height: 20px;
}

.jack-game-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 76px;
    height: 23px;
    padding-left: 8px;
    font-style: italic;
    white-space: nowrap;
    background-image: url(../img/betnew/jackpot.e0c42b4.png);
    background-size: 76px 23px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
    font-weight: 700;
    font-size: 9px;
    line-height: 26px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #1c2532;
    display: block;
    white-space: nowrap;
}

.provider-game-slide {
    transform: scale(.9);
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    color: #93acd3;
}

.provider-game-slide a {
    color: #dee1e5;
}

.slider-providers .game-slide .img-game-slide {
    height: 68px;
}

.slider-providers .game-slide:hover > .img-game-slide {
    filter: blur(0px);
    background-color: #18202b;
}


.list-game {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.list-game .game-slide {
    width: calc(16.66% - 16px);
    margin: 8px;
}

.parent-list-game .view-all {
    margin: 0;
}


.gamers-statistics {
    margin: 0 0 70px;
}

a.one-btn-swap {
    display: flex;
    align-items: center;
    padding: 2px 14px;
    position: relative;
    z-index: 1;
    color: #93acd3;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 14px;
    background-color: #202a39;
}

a.one-btn-swap svg {
    fill: #93acd3;
    margin-left: calc(-0.5em - 2px);
    margin-right: 0.25em;
}

a.one-btn-swap.active {
    transition: 0.5s;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
    color: #fff;
}

a.one-btn-swap.active svg {
    fill: #fff;
}

.footer .col {
    position: relative
}

.footer .row {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.footer .license {
    text-align: right
}

.footer-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none
}

.footer-nav li {
    margin-right: 25px
}

.footer-nav li:last-child {
    margin-right: 0
}

.footer-nav li a {
    font-size: 11px;
    line-height: 14px;
    color: #525c71;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.footer-nav li a svg {
    margin-right: 5px
}

.footer-nav li a:hover {
    color: #fff
}

.copyright {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column
}

.copyright .footer-logo {
    padding-bottom: 20px
}

.copyright .footer-logo img {
    display: block;
    max-width: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3
}

.copyright .text {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #525c71;
    text-align: right
}

.copyright .icon {
    margin-left: 25px
}

.copyright .icon img {
    display: block
}

.socials-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.socials-list li {
    margin-right: 8px;
    margin-bottom: 8px
}

.socials-list li:last-child {
    margin-right: 0
}

.socials-list li a {
    border-radius: 3px;
    background: #272d39;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #878f9e;
    font-size: 11px;
    line-height: 14px;
    padding: 6px 12px
}

.socials-list li a:hover {
    background: #444d5f;
    color: #fff
}

.socials-list li a i {
    margin-right: 8px;
    font-size: 12px;
    display: block
}

.socials-list li a span {
    display: block;
    margin-bottom: 2px
}

.mobile-nav-component {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100
}

.mobile-nav-component .pull-out {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background-color: #2329346e;
    backdrop-filter: blur(10px);
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.mobile-nav-component .pull-out .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3
}

.mobile-nav-component .pull-out.opened {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-nav-component .pull-out-nav {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    background-color: #002C3D;
}

.mobile-nav-component .pull-out.other .pull-out-nav > li {
    width: 50%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out.game .pull-out-nav > li {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #20242d;
    border-right: 1px solid #20242d;
}

.mobile-nav-component .pull-out-nav > li > a,
.mobile-nav-component .pull-out-nav > li > button {
    font-size: 13px;
    letter-spacing: -.1px;
    color: #828f9a;
    text-decoration: none;
    line-height: 14px;
    padding: 20px 15px 20px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    position: relative
}

.mobile-nav-component .pull-out-nav > li > a svg,
.mobile-nav-component .pull-out-nav > li > button svg {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-faq,
.mobile-nav-component .pull-out-nav > li > button svg.icon-faq {
    font-size: 15px
}

.mobile-nav-component .pull-out-nav > li > a svg.icon-achievements,
.mobile-nav-component .pull-out-nav > li > button svg.icon-achievements {
    font-size: 16px
}

.mobile-nav-component .pull-out-nav > li.current > a,
.mobile-nav-component .pull-out-nav > li.current > button,
.mobile-nav-component .pull-out-nav > li > a:hover,
.mobile-nav-component .pull-out-nav > li > button:hover {
    color: #fff
}

.mobile-nav-component .mobile-nav-menu-wrapper {
    width: 100%;
    background-color: #161f2c;

}

.mobile-nav-component .mobile-nav-menu {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto
}

.mobile-nav-component .mobile-nav-menu li {
    margin-right: 5px
}

.mobile-nav-component .mobile-nav-menu li:last-child {
    margin-right: 0
}

.mobile-nav-component .mobile-nav-menu li a,
.mobile-nav-component .mobile-nav-menu li button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #828f9a;
    font-size: 12px;
    line-height: 12px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer
}

.mobile-nav-component .mobile-nav-menu li a svg,
.mobile-nav-component .mobile-nav-menu li button svg {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 8px;
    width: 14px;
    height: 14px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.mobile-nav-component .mobile-nav-menu li a:hover,
.mobile-nav-component .mobile-nav-menu li button:hover {
    color: #fff
}

.mobile-nav-component .icon-more {
    width: 16px;
    height: 16px
}

.loader {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%
}

.loader img {
    width: 40px;
    height: 40px
}

.loader-centred img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loader-md {
    height: 200px
}

.loader-full {
    height: 100vh
}

.loader-half {
    height: 50vh
}

.loader-75vh {
    height: 75vh
}

.loader-affiliate {
    min-height: 450px
}

.loader-xs img {
    width: 16px;
    height: 16px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.loader-modal {
    min-height: 350px
}

.loader-modal img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loader-game {
    min-height: 560px;
    height: auto
}

.loader-game img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.social-auth-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .58);
    z-index: 9999
}

.social-auth-section .block {
    width: 100%;
    white-space: nowrap;
    position: absolute;
    max-width: 340px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 33vh
}

.social-auth-section .loader {
    height: 100px
}

.social-auth-section .loader img {
    height: 80px;
    width: 80px
}

.social-auth-section .text {
    font-size: 28px
}

.error-boundary {
    background: #1d2129;
    padding: 20px;
    text-align: center;
    font-size: 23px
}

.error-boundary svg {
    width: 85px;
    height: 85px;
    display: block;
    margin: auto
}

.input-valid {
    display: inherit;
    width: inherit
}

.input-valid .valid {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 6px;
    padding: 1em;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.input-valid .valid.inline {
    bottom: auto;
    top: 100%;
    background: rgba(220, 53, 69, .9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    z-index: 3
}

.input-valid .valid.inline.top {
    top: auto;
    bottom: calc(100% + 2px);
    left: 0;
    right: auto
}

.input-valid .valid.inline.top-right {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0
}

.input-valid .valid.inline:after {
    display: none
}

.input-valid .valid.visible {
    opacity: 1;
    visibility: visible
}

.input-valid .valid:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .input-field {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .input-field:not([readonly]):active + .input-group-append.text,
.input-group .input-field:not([readonly]):focus + .input-group-append.text {
    border: 1px solid #4986f5;
    border-left: 0
}

.input-group .input-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .input-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.input-group-prepend {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative
}

.input-group-prepend.text {
    background-color: #2f3542
}

.input-group-prepend .btn:first-child {
    border-radius: 6px 0 0 6px
}

.input-group-append {
    display: -webkit-flex;
    display: flex;
    border-radius: 0 6px 6px 0;
    position: relative
}

.input-group-append.text {
    background-color: #2f3542;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 .75rem;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent
}

.input-group-append .btn {
    margin-left: -5px
}

.input-suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    white-space: nowrap;
    color: #fafafa;
    overflow: hidden;
    padding: 0 13px;
    line-height: normal
}

.input-suffix > span {
    color: transparent;
    letter-spacing: normal
}

.input-with-icon {
    padding-left: 35px
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.input-icon .icon-coin {
    margin-top: 2px;
}

.deposit-section .select-payment .dropdown {
    width: 100%
}

.deposit-section .select-payment .dropdown .btn {
    height: 46px;
    font-size: 14px;
    margin: 0;
    background: #2f3542;
    color: #7f8596;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border-color: #d1113f;
    border-width: 2px;
}

.deposit-section .select-payment .dropdown .btn:active,
.deposit-section .select-payment .dropdown .btn:focus,
.deposit-section .select-payment .dropdown .btn:hover {
    background: #2b303c
}

.deposit-section .select-payment .dropdown .btn .image.yandex {
    margin-top: -5px
}

.deposit-section .select-payment .dropdown .btn .image.yandex img {
    width: 14px
}

.select-payment {
    width: 100%;
    position: relative;
    margin: 0
}

.select-payment.hasError .dropdown .btn {
    border-color: #e86376 !important
}

.select-payment .error-text {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(220, 53, 69, .9);
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0 0;
    color: #fff;
    padding: 4px 6px;
    font-weight: 600
}

.modal-dialog.deposit-modal {
    width: 736px;
    margin-left: auto;
    margin-right: auto
}

.wrap {
    width: 100%;
    padding: 15px;
}

.input-field {
    height: 46px
}

.form-label {
    color: #a5adc1;
    font-size: 14px
}

.input-with-icon {
    padding-left: 30px;
    border-color: #d1113f;
    border-width: 2px;
    border-color: #d1113f;
    border-width: 2px;
}

.tabs {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px
}

.footer .title {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.footer .container-info, .footer .terms-responsability, .footer .container-certificate, .footer .container-mobile {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1250px;
    padding: 20px 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .container-info .license {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer .container-info .license img {
    width: 120px;
}

.footer .container-certificate .img-deposit {
    height: 35px;
    max-width: 70px;
    opacity: 0.15;
}

.deposit-input-box {
    margin-bottom: 10px;
    color: #5e6a7f
}

.deposit-input {
    height: 46px;
    border: 1px solid #464e5f;
    margin-top: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px
}

.deposit-input svg {
    margin-right: 5px
}

.deposit-section .btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    -webkit-justify-content: center;
    justify-content: center
}

.deposit-section .btn-toggle {
    font-size: 14px;
    height: 46px;
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.checkbox-block {
    margin: 20px 0 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.checkbox-block label {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    display: block;
    position: relative;
    line-height: 1.3;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-block label input:checked ~ .checkmark {
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
}

.checkbox-block label input:checked ~ .checkmark:after {
    display: block
}

.checkbox-block label:hover {
    color: #8d92a1
}

.checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #4986f5;
    background: transparent;
    border-radius: .25rem
}

.checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-block.hasErrors label {
    color: #e86376
}

.checkbox-block.hasErrors label .checkmark {
    border-color: #e86376 !important
}

.problem-block {
    border-radius: 6px;
    padding: 15px;
    margin: 18px 0 0;
    border: 1px solid #d1113f;
    text-align: center
}

.problem-block button {
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #d1113f;
    border: 0;
    border-bottom: 1px solid transparent
}

.problem-block button:hover {
    border-bottom: 1px solid #d1113f
}

.caption-line {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    color: #5e6a7f;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.caption-line span {
    display: inline-block;
    vertical-align: initial;
    position: relative;
    padding: 0 10px
}

.caption-line span:after,
.caption-line span:before {
    content: "";
    display: block;
    width: calc(100% + 10px);
    position: absolute;
    top: 50%;
    border-top: 1px solid rgba(91, 98, 113, .5)
}

.caption-line span:before {
    right: 100%
}

.caption-line span:after {
    left: 100%
}

.modal-dialog.faucet-demo-modal {
    width: 380px;
    margin: auto
}

.faucet-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px
}

.faucet-container .grouped-fields {
    margin-bottom: 0
}

.faucet-container .faucet-caption {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px
}

.faucet-container .caption-line span {
    padding: 0 20px
}

.faucet-container .caption-line span:after,
.faucet-container .caption-line span:before {
    width: calc(300% + 10px)
}

.faucet-container .caption-line svg {
    width: 17px;
    height: 17px;
    color: #5e6a7f
}

.faucet-container .faucet-text {
    font-size: 14px;
    line-height: 19px
}

.faucet-container .faucet-text .error-image {
    display: block;
    margin: 0 auto 15px;
    font-size: 40px
}

.faucet-container .faucet-modal-form {
    border-radius: 6px;
    background: #282d38;
    padding: 20px;
    margin-bottom: 20px
}

.faucet-container .faucet-modal-form:last-child {
    margin-bottom: 0
}

.faucet-container .faucet-modal-form .faucet-amount {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    font-family: Exo\ 2, Open Sans, sans-serif
}

.faucet-container .faucet-modal-form .faucet-reload {
    font-size: 15px
}

.faucet-container .faucet-modal-form .faucet-reload span:first-child {
    color: rgba(201, 205, 219, .54)
}

.faucet-container .faucet-modal-form .faucet-cd {
    font-size: 16px;
    color: #565e6d
}

.faucet-container .faucet-modal-form .faucet-sm-text {
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    line-height: 16px;
    margin-top: 7px;
    font-weight: 600;
    color: #9ca4b3
}

.faucet-container .faucet-modal-form .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    height: 48px
}

.faucet-container .captcha-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px
}

.faucet-container .recharge-block {
    margin-bottom: 4px;
    text-align: center
}

.faucet-container .recharge-block > span {
    font-size: 12px;
    color: rgba(201, 205, 219, .54);
    margin-bottom: 5px
}

.faucet-container .recharge-block .time-left {
    font-family: Exo\ 2, Open Sans, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 33px;
    color: #c9cddb;
    margin-top: 5px
}

.error-data-fetch {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 200px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px
}

.modal-dialog.user-modal {
    width: 510px
}

.user-modal__container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.user-modal__container .properties .rating {
    margin-left: 15px;
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px
}

.user-modal__container .properties .rating span {
    color: #fff
}

.user-modal__head {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.user-modal .sanitize-name.hasVip .sanitize-text,
.user-modal .sanitize-user.hasVip .sanitize-text {
    padding-left: 30px
}

.user-modal .date {
    color: #828f9a;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px
}

.user-modal .avatar {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom: 20px
}

.user-modal .avatar,
.user-modal .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative
}

.user-modal .avatar img {
    max-width: 100%;
    display: block
}

.user-modal .avatar:after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid hsla(0, 0%, 59.2%, .087);
    border-radius: 50%
}

.user-modal .user-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.user-modal .user-name {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #fff
}

.user-modal .user-name:hover {
    /* color: #4986f5 */
}

.user-modal .tabs {
    margin-bottom: 25px
}

.user-modal .tabs .btn {
    background-color: #1c2028;
    text-transform: uppercase;
    -webkit-transition: 0s;
    transition: 0s
}

.user-modal .tabs .btn.isActive {
    background-color: #121419
}

.user-modal .tabs .btn > img {
    margin-right: 5px;
    width: 16px;
    height: 16px
}

.user-modal .tabs .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #272d39
}

.user-modal .tabs .btn:nth-child(2) {
    border-radius: 0
}

.user-modal .tabs .btn:last-child {
    border-radius: 0 6px 6px 0
}

.user-modal .tabs .btn:not([disabled]):not(.isActive):hover {
    background-color: #16191f
}

.user-modal .no-stats {
    min-height: 118px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px
}

.user-modal .card-stats {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px
}

.user-modal .card-stats:last-child {
    margin-bottom: 0
}

.user-modal .card-stats .stats-item {
    width: 50%;
    margin-right: 15px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 59.2%, .087);
    border-radius: 6px;
    padding: 10px
}

.user-modal .card-stats .stats-item:nth-child(4),
.user-modal .card-stats .stats-item:nth-child(5),
.user-modal .card-stats .stats-item:nth-child(6) {
    margin: 0
}

.user-modal .card-stats .stats-item:last-child {
    margin-right: 0
}

.user-modal .card-stats .stats-item > .item-label {
    font-size: 14px;
    color: #828f9a;
    margin-bottom: 3px
}

.user-modal .card-stats .stats-item > .item-value {
    font-family: Exo\ 2, Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #4986f5;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.user-modal .card-stats .stats-item > .item-value .icon-wrapper {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px
}

.user-modal .card-stats .stats-item > .item-value svg {
    width: 100%;
    height: 100%
}

.sr--only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.game {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative
}

.game-component {
    -webkit-align-items: stretch;
    align-items: stretch;
    width: calc(100% - 320px);
    position: relative
}

.game-block,
.game-component {
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.game-block {
    width: 100%;
    border-radius: 6px 6px 0 0;
    padding: 25px 20px;
    background-color: #202a39;
}

.game-block,
.game .game-area-subsection {
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.game .game-area-subsection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto
}

.game-sign {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
    background: rgba(39, 45, 57, .5)
}

.game-sign .game-sign-wrap {
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    position: relative;
    z-index: 21;
    box-shadow: 0 0 10px rgba(28, 32, 40, .5);
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 6px
}

.game-sign .game-sign-block {
    background: #2e3542;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px
}

.game-sign .game-sign-block .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px
}

.game-sign .game-sign-block .btn svg {
    margin-right: 8px
}

.game-sign form {
    width: 100%
}

.game-sign .form-row {
    margin-bottom: 10px
}

.game-sign .input-field {
    height: 36px;
    border-radius: 3px;
    background: #272d39
}

.game-area {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.game-area__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: stretch;
    justify-content: stretch
}

.game-area .game-area-content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto
}

.game-area .bottom-corners,
.game-area .top-corners {
    position: absolute;
    width: 100%
}

.game-area .bottom-corners:after,
.game-area .bottom-corners:before,
.game-area .top-corners:after,
.game-area .top-corners:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(105, 116, 132, .08);
    position: absolute
}

.game-area .top-corners {
    left: 0;
    top: 0
}

.game-area .top-corners:before {
    left: -27px;
    top: -27px
}

.game-area .top-corners:after {
    right: -27px;
    top: -27px
}

.game-area .bottom-corners {
    left: 0;
    bottom: 0
}

.game-area .bottom-corners:before {
    left: -27px;
    bottom: -27px
}

.game-area .bottom-corners:after {
    right: -27px;
    bottom: -27px
}

.hash {
    color: #7f8596;
    text-align: center;
}

.hash .title {
    font-weight: 800;
}

.hash .text {
    font-size: 12px
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.collapse-component {
    border-radius: 3px;
    border: 1px solid hsla(0, 0%, 59.2%, .087);
    width: 100%;
    margin: 15px 0
}

.collapse-component .collapse-top {
    padding: 10px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.collapse-component .collapse-top .collapse-title {
    font-size: 15px;
    line-height: 20px;
    color: #a9acb7;
    -webkit-flex: auto;
    flex: auto;
    margin-right: 20px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.collapse-component .collapse-top .collapse-title .title-icon {
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 8px
}

.collapse-component .collapse-top .collapse-title .title-icon svg {
    width: 24px;
    height: 24px;
    display: block
}

.collapse-component .collapse-top .btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 35px;
    font-size: 15px;
    font-weight: 400
}

.collapse-component .collapse-top .collapse-after {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none
}

.collapse-component .collapse-top .collapse-after svg {
    width: 100%;
    height: 100%
}

.collapse-component .collapse-top:hover .collapse-title {
    color: #fff
}

.collapse-component .collapse-content {
    padding: 0 15px
}

.collapse-component .collapse-content p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 17px;
    color: #c9cddb
}

.collapse-component .collapse-content p:last-child {
    margin-bottom: 0
}

.collapse-component.opened .collapse-top .collapse-title {
    color: #fff
}

.collapse-component.opened .collapse-top .collapse-after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.modal-dialog.fair-modal {
    width: 500px
}

.fair-modal__container {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

.fair-modal__container h1 {
    margin-bottom: 15px
}

.fair-modal__container .btn-rotate {
    display: block;
    margin: 0 auto 15px
}

.fair-modal__container .fair-table {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    word-break: break-all;
    width: 100%
}

.fair-modal__container .fair-table h2 {
    text-align: center;
    margin-bottom: 15px
}

.fair-modal__container .fair-table .table {
    border-radius: 6px
}

.fair-modal__container .fair-table .table th {
    text-align: center
}

.fair-modal__container .fair-table .table td {
    text-align: center;
    width: 33.33%
}

.fair-modal__container .fair-alert {
    background: #303642;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    border: 1px solid red;
    font-size: 16px
}

.fair-modal__container .form-row {
    width: 100%
}

.game-sidebar {
    width: 310px;
    min-height: 560px;
    margin-right: 10px;
    -webkit-flex: none;
    flex: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none

}

.game-sidebar,
.game-sidebar .sidebar-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch
}

.game-sidebar .sidebar-block {
    width: 100%;
    padding: 25px 20px;
    border-radius: 10px;
    -webkit-flex: auto;
    flex: auto;
    background-color: #202a39;
}

.bet-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%
}

.bet-component .bet-tabs {
    margin-top: -25px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.bet-component .btn.btn-play,
.bet-component .btn.btn-withdraw {
    height: 60px;
    font-size: 15px;
    display: block;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;


}

.bet-component .bet-form {
    -webkit-flex: auto;
    flex: auto
}

.bet-component .bet-footer {
    margin-top: 30px;
    -webkit-flex: none;
    flex: none;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bet-component .bet-footer,
.bet-component .bet-footer .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.bet-component .bet-footer .btn {
    margin: 0 auto;
    border-radius: 15px;
    background: transparent;
    color: #5e6a7f;
    border: 1px solid #353d48;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .28px;
    padding: 5px 13px;
    width: calc(50% - 4px);
    white-space: nowrap;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
}

.bet-component .bet-footer .btn svg {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.bet-component .two-cols {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bet-component .two-cols > .form-row {
    width: calc(50% - 5px)
}

.pick-wrapper {
    margin-bottom: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pick-wrapper .pick {
    padding: 6px;
    position: relative;
    background: #272d39;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px
}

.pick-wrapper .pick,
.pick-wrapper .pick.rounded {
    border-radius: 6px;
    border: 1px solid hsla(0, 0%, 59.2%, .12);
    width: 100%
}

.pick-wrapper .pick.rounded .btn {
    width: 50%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pick-wrapper .pick.rounded .btn:first-child {
    margin-right: 6px
}

.pick-wrapper .pick-or {
    padding: 0 15px;
    font-size: 8px;
    text-transform: uppercase;
    color: #5f6977;
    letter-spacing: .22px;
    display: block
}

.pick-wrapper .btn-auto-pick {
    -webkit-flex: auto;
    flex: auto;
    background-color: #ffd000;
    color: #665300;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: inherit
}

.pick-wrapper .btn-auto-pick:hover {
    background-color: #cca600
}

.pick-wrapper .btn-auto-pick svg {
    margin-right: 5px;
    margin-top: -4px;
    margin-left: -6px;
    width: 18px;
    height: 18px;
    display: block
}

.pick-wrapper .pick-numbers {
    -webkit-flex: auto;
    flex: auto;
    color: #7d8a98;
    font-size: 11px;
    font-weight: 600;
    text-align: center
}

.input-validation {
    text-align: center;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #e86376;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 0;
    background: #1c2028;
    border-radius: 3px;
    padding: 7px 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 3
}

.input-validation.top:after {
    content: "";
    position: absolute;
    left: .5em;
    top: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #1c2028 !important
}

.input-validation.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 3px
}

.input-validation.bottom:after {
    content: "";
    position: absolute;
    left: .5em;
    bottom: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent #1c2028;
    border-style: solid;
    border-width: 0 4px 6px
}

.input-validation.visible {
    opacity: 1;
    visibility: visible
}

.carousel {
    position: relative;
    width: 100%
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel .btn-next,
.carousel .btn-prev {
    position: absolute;
    background-color: initial;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5e687e
}

.carousel .btn-next:focus,
.carousel .btn-next:hover,
.carousel .btn-prev:focus,
.carousel .btn-prev:hover {
    background-color: initial
}

.carousel .btn-next:focus svg,
.carousel .btn-next:hover svg,
.carousel .btn-prev:focus svg,
.carousel .btn-prev:hover svg {
    fill: #939caf
}

.carousel .btn-next {
    right: -30px
}

.carousel .btn-next svg {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.carousel .btn-prev {
    left: -30px
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 62px;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    width: 100%;
    min-height: 62px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.game-tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: auto;
    max-width: 90%;
    visibility: hidden;
    opacity: 0;
    border: 2px solid;
    padding: 1.7em 3.4em;
    box-shadow: 0px 0px 20px 10px rgba(25, 29, 36, 0.20);
}

.game-tooltip .wrap {
    text-align: center
}

.game-tooltip .badge {
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    text-align: center
}

.game-tooltip.won .badge .text {
    color: #2b313f;
    background: #d1113f
}

.game-tooltip .badge .text {
    background: #ffc645;
    display: inline-block;
    color: #2b313f;
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    border-radius: 0 0 6px 6px
}

.game-tooltip.won {
    color: #828f9a;
    border-color: #d1113f;
}

.game-tooltip.won .profit {
    color: #d1113f
}

.game-tooltip.lost {
    color: #e86376;
    border-color: #e86376
}

.game-tooltip.lost .profit {
    color: #e86376
}

.game-tooltip.tied {
    color: #ffd000;
    border-color: #ffd000
}

.game-tooltip.tied .profit {
    color: #ffd000
}

.game-tooltip.demo {
    color: #ffc645;
    border-color: #ffc645;
    padding-top: 1.85em;
    padding-bottom: 1em
}

.game-tooltip.demo .profit {
    color: #ffc645
}

.game-tooltip.demo .status {
    margin: 4px 0
}

.game-tooltip.transition {
    -webkit-transition: all .5s .3s;
    transition: all .5s .3s
}

.game-tooltip.isTransparent {
    background: rgba(43, 50, 64, .9);
}

.game-tooltip.isActive {
    visibility: visible;
    opacity: 1
}

.game-tooltip .user {
    margin-top: 5px;
    font-family: Exo\ 2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .user button {
    color: #7d8a98;
}

.game-tooltip .user .sanitize-user {
    margin: auto;
}

.game-tooltip .payout {
    font-size: 24px;
    margin-top: 5px;
    font-family: Exo\ 2, Open Sans, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.game-tooltip .payout .icon {
    width: 15px;
    vertical-align: bottom;
}

.game-tooltip .status {
    font-size: 14px;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    color: #828f9a;
    margin: 4px 0 0;
}

.game-tooltip .btn-change {
    color: #d1113f;
    white-space: nowrap;
    border-bottom: 1px dashed;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline;
    line-height: normal;
    font-size: inherit
}

.game-tooltip .btn-change:hover {
    color: #43b73b !important;
    border-bottom: 1px dashed transparent
}

.button-group__wrap {
    font-size: 1.3em;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px
}

.button-group__content {
    display: -webkit-flex;
    display: flex
}

.button-group__content,
.button-group__content .btn {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 6px;
    background: #333a48
}

.button-group__content .btn {
    padding: .5rem;
    text-transform: capitalize;
    font-weight: 400
}

.button-group__content .btn:hover {
    background: #373e4c
}

.button-group__content .btn.isActive {
    color: #fff;
    background: #d1113f;
    border-color: #86eb00;
    border: 3px;
    border-style: groove;
    border-radius: 10px;
}

.button-group-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #7f8596
}

.progress-wrap {
    flex: none;
    display: flex;
    position: absolute;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    top: 0;
}

.progress-item {
    border: 1px solid #313744;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #404a58;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.progress-item.left {
    border-radius: 0 0 15px 0;
    border-left: 0;
    border-top: 0;
}

.progress-item.right {
    border-radius: 0 0 0 15px;
    border-right: 0;
    border-top: 0;
}

.modal-dialog.confirm-age-modal {
    width: 500px;
    margin-left: auto;
    margin-right: auto
}

.modal-dialog.confirm-age-modal .modal-content {
    background: #101824
}

.confirm-age-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.confirm-age-modal-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    opacity: .1;
    border-radius: 6px
}

.confirm-age-modal-container .head,
.confirm-age-modal-container .wrap {
    position: relative;
    z-index: 2;
    width: 100%
}

.confirm-age-modal-container .head {
    background: rgba(0, 0, 0, .24);
    padding: 20px;
    border-radius: 6px 6px 0 0
}

.confirm-age-modal-container .head img {
    width: 120px;
    margin: auto;
    display: block
}

.confirm-age-modal-container .body {
    padding: 25px;
    border-radius: 0 0 6px 6px;
    width: 100%
}

.confirm-age-modal-container .body .wrap {
    position: relative;
    z-index: 2
}

.confirm-age-modal-container .body .buttons {
    width: 100%;
    display: flex;
    justify-content: center
}

.confirm-age-modal-container .body .buttons .btn {
    width: 100%;
    justify-content: center;
    max-width: 240px;
    padding: 13px 0;
    font-size: 15px
}

.confirm-age-modal-container .body .disclaimer {
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    font-size: 13px
}

.confirm-age-modal-container .body .disclaimer .button-link {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4986f5;
    cursor: pointer;
    outline: none;
    color: #4986f5
}

.confirm-age-modal-container .body .disclaimer .button-link:active,
.confirm-age-modal-container .body .disclaimer .button-link:focus,
.confirm-age-modal-container .body .disclaimer .button-link:hover {
    outline: none;
    border-bottom: 1px solid transparent
}

.confirm-age-modal-container .body .leave-link {
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 10px 0 15px
}

.confirm-age-modal-container .body .leave-link a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.confirm-age-modal-container .body .leave-link a:hover {
    border-bottom: 1px solid transparent
}

.confirm-age-modal-container .body .info {
    text-transform: uppercase;
    color: #a1afbb;
    font-size: 11px
}

.modal-dialog.tos-modal {
    width: 550px;
    margin-left: auto;
    margin-right: auto
}

.modal-dialog.tos-modal .modal-content {
    background: #3a4152
}

.tos-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 25px;
    font-size: 12px
}

.tos-modal-container h2 {
    font-weight: 500;
    margin: 10px 0
}

.tos-modal-container h2:first-child {
    margin-top: 0
}

.tos-modal-container p {
    margin: 10px 0
}

.tos-modal-container .tos-modal-block {
    max-height: 450px
}

.modal-dialog.captcha-need-modal {
    width: 355px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1350px) {
    .logoheader {
        background-color: transparent;
        border-radius: 0px;
        transform: skewY(0deg) skewX(0deg);
    }

    .header .header-inner {
        background-color: #161f2c;;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%

    }

    .header.sticky {
        background-color: #161f2c;;
    }


}

@media screen and (max-width: 499px) {
    .modal-dialog.captcha-need-modal {
        width: calc(100% - 20px)
    }
}

.modal-dialog.captcha-need-modal .modal-content {
    background: #3a4152
}

.captcha-need-modal-container {
    padding: 0
}

.captcha-need-modal-container .caption {
    font-family: Exo\ 2, Open Sans, sans-serif;
    font-size: 16px;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: #323846;
    justify-content: center
}

.captcha-need-modal-container .caption:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, #4986f5), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #4986f5 50%, hsla(0, 0%, 100%, 0))
}

.captcha-need-modal-container .form {
    padding: 15px 25px
}

.captcha-need-modal-container .form .label {
    margin-bottom: 10px;
    text-align: center
}

.captcha-need-modal-container .form .captcha {
    display: flex;
    justify-content: center
}

.captcha-need-modal-container .form .btn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 13px 15px;
    font-size: 15px;
    justify-content: center
}

.user-rank-progress {
    cursor: pointer;
    overflow: hidden;
    margin-right: -250px
}

.user-rank-progress .user-rank {
    margin-right: 21px;
}

.user-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.user-rank-progress .user-rank-top .user-level {
    color: #bcbfc7;
    white-space: nowrap;
    font-size: 10px;
}

.user-rank-progress .user-rank-top {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.user-rank img {
    margin-right: 8px;
    height: 25px;
}

.user-rank .rank-name {
    text-transform: capitalize;
}

.user-rank-progress .user-rank-bottom {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.user-rank-progress .progress-bar-rank .progress-rank {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    border-radius: 2px;
    transition: width .5s ease;
}

.user-rank-progress .progress-bar-rank {
    position: relative;
    width: 186px;
    height: 4px;
    border-radius: 2px;
    background: var(--separator-two);
}

.starter {
    color: #919495;
}

.starter-background {
    background: #919495;
}

.bronze {
    color: var(--bronze);
}

.bronze-background {
    background: var(--bronze);
}

.silver {
    color: var(--silver);
    padding: 3px;
}

.silver-background {
    background: var(--silver);
}

.gold {
    color: var(--gold);
}

.gold-background {
    background: var(--gold);
}

.platinum {
    color: var(--platinum);
}

.platinum-background {
    background: var(--platinum);
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* POPUP LOGIN | REGISTER | FORGOT-PASSWORD */
.modal-win {
    display: none;
    z-index: -1;
    position: relative;
    padding: 0;
    width: 736px;
    /* left: calc(50% - 368px); */
}

.modal-win.active {
    z-index: 9993;
    display: block;
    width: 100%;
}

.parent-modal-win {
    display: flex;
    justify-content: space-between;
    background-color: #111923;
}

.img-modal-win {
    width: 50%;
    padding: 32px;
    background: url(/img/banner_login.png);
    background-size: cover;
    min-height: 550px;
    text-align: center;
}


.close-small {
    width: 38px;
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 38px;
    line-height: 38px;
    background-color: transparent;
    color: #93acd3;
    padding: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 10;
    transition: color .1s ease-in-out;
    cursor: pointer;
}

.btn-modal-win {
    display: flex;
    align-items: center;
}

.one-btn-modal-win {
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.one-btn-modal-win span {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #93acd3;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
}

.form-modal-win {
    margin: 22px 0 0;
}

.btn-tab.isActive {
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    cursor: default;
    opacity: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
    border: 2px solid transparent;
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
}

.btn-tab {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #93acd3;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
    margin: 10px;
}

.btn-tab:hover {
    color: #fff
}

.one-form-modal-win svg.svg-bg {
    width: 20px;
    height: 20px;
    fill: #55657e;
    transition: fill .1s ease-in-out;
    position: absolute;
    margin-top: -42px;
    margin-left: 13px;
    left: calc(50% + 33px);
}

.pass-open {
    background-color: #2283f6;
    color: #fff;
    border-color: transparent;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 6px;
    position: absolute;
    left: calc(100% - 33px);
    top: -44px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
}

.pass-open svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.pass-open.active svg:nth-child(1), .pass-open svg:nth-child(2) {
    display: none;
}

.pass-open svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.new-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #2a3546;
    transition: color .1s ease-in-out,border-color .1s ease-in-out;
    height: 44px;
    border-radius: 10px;
    padding: 0 14px;
    /*padding-left: 40px;*/
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    line-height: 20px;
    font-size: 14px;
    outline: none;
    font-weight: 600;
    color: #fff;
}

.btn-submit {
    background-image: linear-gradient(45deg, #d1113f 0%, #e65376 51%, #d1113f 100%);
    color: #fff;
    border-color: transparent;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 14px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    cursor: pointer;
}
.btn-submit:hover {
    background: #d1113f;
    color: inherit;
}


.button-pulse {
    animation: button-pulse 1s ease-in-out infinite;
}

@keyframes button-pulse {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(-5deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
@media screen and (max-width: 820px){
    .index-features {
        flex-wrap: wrap;
    }
    .game-swiper .swiper-slide {
        width: calc(50%);
        margin-top: 15px;
    }
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d131c;
  }
  
  .star {
    position: absolute;
    background: white;
    border-radius: 100%;
    width: 1px;
    height: 1px;
    animation: fall linear infinite;
  }
  
  @keyframes fall {
    to {
      transform: translateY(100vh);
    }
  }
.btn-tab {
    user-select: none;
}

.inputError {
    padding: 2px 0px 15px 7px;
    color: #a30606;
}

.new-input {
}

.btn-disabled {
    background-color: #2283f636;
    color: #ffffff73;
    cursor: not-allowed;
    pointer-events: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

 @font-face {
    font-family:swiper-icons;
    src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGBgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight:400;
    font-style:normal
   }
   :root {
    --swiper-theme-color:#007aff
   }
   .swiper {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
   }
   .swiper-vertical>.swiper-wrapper {
    flex-direction:column
   }
   .swiper-wrapper {
    position:relative;
    width:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box
   }
   .swiper-android .swiper-slide,
   .swiper-wrapper {
    transform:translate3d(0px,0,0)
   }
   .swiper-pointer-events {
    touch-action:pan-y
   }
   .swiper-pointer-events.swiper-vertical {
    touch-action:pan-x
   }
   .swiper-slide {
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:transform
   }
   .swiper-slide-invisible-blank {
    visibility:hidden
   }
   .swiper-autoheight,
   .swiper-autoheight .swiper-slide {
    height:auto
   }
   .swiper-autoheight .swiper-wrapper {
    align-items:flex-start;
    transition-property:transform,height
   }
   .swiper-backface-hidden .swiper-slide {
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
   .swiper-3d,
   .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective:1200px
   }
   .swiper-3d .swiper-cube-shadow,
   .swiper-3d .swiper-slide,
   .swiper-3d .swiper-slide-shadow,
   .swiper-3d .swiper-slide-shadow-bottom,
   .swiper-3d .swiper-slide-shadow-left,
   .swiper-3d .swiper-slide-shadow-right,
   .swiper-3d .swiper-slide-shadow-top,
   .swiper-3d .swiper-wrapper {
    transform-style:preserve-3d
   }
   .swiper-3d .swiper-slide-shadow,
   .swiper-3d .swiper-slide-shadow-bottom,
   .swiper-3d .swiper-slide-shadow-left,
   .swiper-3d .swiper-slide-shadow-right,
   .swiper-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
   }
   .swiper-3d .swiper-slide-shadow {
    background:rgba(0,0,0,.15)
   }
   .swiper-3d .swiper-slide-shadow-left {
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
   }
   .swiper-3d .swiper-slide-shadow-right {
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
   }
   .swiper-3d .swiper-slide-shadow-top {
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
   }
   .swiper-3d .swiper-slide-shadow-bottom {
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
   }
   .swiper-css-mode>.swiper-wrapper {
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none
   }
   .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display:none
   }
   .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align:start start
   }
   .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type:x mandatory
   }
   .swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type:y mandatory
   }
   .swiper-centered>.swiper-wrapper::before {
    content:'';
    flex-shrink:0;
    order:9999
   }
   .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)
   }
   .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height:100%;
    min-height:1px;
    width:var(--swiper-centered-offset-after)
   }
   .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)
   }
   .swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width:100%;
    min-width:1px;
    height:var(--swiper-centered-offset-after)
   }
   .swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align:center center;
    scroll-snap-stop:always
   }
   .swiper-virtual .swiper-slide {
    -webkit-backface-visibility:hidden;
    transform:translateZ(0)
   }
   .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    pointer-events:none
   }
   .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height:1px;
    width:var(--swiper-virtual-size)
   }
   .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width:1px;
    height:var(--swiper-virtual-size)
   }
   :root {
    --swiper-navigation-size:44px
   }
   .swiper-button-next,
   .swiper-button-prev {
    position:absolute;
    top:50%;
    width:calc(var(--swiper-navigation-size)/ 44 * 27);
    height:var(--swiper-navigation-size);
    margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index:10;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--swiper-navigation-color,var(--swiper-theme-color))
   }
   .swiper-button-next.swiper-button-disabled,
   .swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
   }
   .swiper-button-next.swiper-button-hidden,
   .swiper-button-prev.swiper-button-hidden {
    opacity:0;
    cursor:auto;
    pointer-events:none
   }
   .swiper-navigation-disabled .swiper-button-next,
   .swiper-navigation-disabled .swiper-button-prev {
    display:none!important
   }
   .swiper-button-next:after,
   .swiper-button-prev:after {
    font-family:swiper-icons;
    font-size:var(--swiper-navigation-size);
    text-transform:none!important;
    letter-spacing:0;
    font-variant:initial;
    line-height:1
   }
   .swiper-button-prev,
   .swiper-rtl .swiper-button-next {
    left:10px;
    right:auto
   }
   .swiper-button-prev:after,
   .swiper-rtl .swiper-button-next:after {
    content:'prev'
   }
   .swiper-button-next,
   .swiper-rtl .swiper-button-prev {
    right:10px;
    left:auto
   }
   .swiper-button-next:after,
   .swiper-rtl .swiper-button-prev:after {
    content:'next'
   }
   .swiper-button-lock {
    display:none
   }
   .swiper-pagination {
    position:absolute;
    text-align:center;
    transition:.3s opacity;
    transform:translate3d(0,0,0);
    z-index:10
   }
   .swiper-pagination.swiper-pagination-hidden {
    opacity:0
   }
   .swiper-pagination-disabled>.swiper-pagination,
   .swiper-pagination.swiper-pagination-disabled {
    display:none!important
   }
   .swiper-horizontal>.swiper-pagination-bullets,
   .swiper-pagination-bullets.swiper-pagination-horizontal,
   .swiper-pagination-custom,
   .swiper-pagination-fraction {
    bottom:10px;
    left:0;
    width:100%
   }
   .swiper-pagination-bullets-dynamic {
    overflow:hidden;
    font-size:0
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform:scale(.33);
    position:relative
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform:scale(1)
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform:scale(1)
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform:scale(.66)
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform:scale(.33)
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform:scale(.66)
   }
   .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform:scale(.33)
   }
   .swiper-pagination-bullet {
    width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display:inline-block;
    border-radius:50%;
    background:var(--swiper-pagination-bullet-inactive-color,#000);
    opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
   }
   button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -webkit-appearance:none;
    appearance:none
   }
   .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
   }
   .swiper-pagination-bullet:only-child {
    display:none!important
   }
   .swiper-pagination-bullet-active {
    opacity:var(--swiper-pagination-bullet-opacity, 1);
    background:var(--swiper-pagination-color,var(--swiper-theme-color))
   }
   .swiper-pagination-vertical.swiper-pagination-bullets,
   .swiper-vertical>.swiper-pagination-bullets {
    right:10px;
    top:50%;
    transform:translate3d(0px,-50%,0)
   }
   .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
   .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display:block
   }
   .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
   .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top:50%;
    transform:translateY(-50%);
    width:8px
   }
   .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
   .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display:inline-block;
    transition:.2s transform,.2s top
   }
   .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
   .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
   }
   .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
   .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap
   }
   .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
   .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform,.2s left
   }
   .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform,.2s right
   }
   .swiper-pagination-progressbar {
    background:rgba(0,0,0,.25);
    position:absolute
   }
   .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:scale(0);
    transform-origin:left top
   }
   .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin:right top
   }
   .swiper-horizontal>.swiper-pagination-progressbar,
   .swiper-pagination-progressbar.swiper-pagination-horizontal,
   .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
   .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width:100%;
    height:4px;
    left:0;
    top:0
   }
   .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
   .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
   .swiper-pagination-progressbar.swiper-pagination-vertical,
   .swiper-vertical>.swiper-pagination-progressbar {
    width:4px;
    height:100%;
    left:0;
    top:0
   }
   .swiper-pagination-lock {
    display:none
   }
   .swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
   }
   .swiper-scrollbar-disabled>.swiper-scrollbar,
   .swiper-scrollbar.swiper-scrollbar-disabled {
    display:none!important
   }
   .swiper-horizontal>.swiper-scrollbar,
   .swiper-scrollbar.swiper-scrollbar-horizontal {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
   }
   .swiper-scrollbar.swiper-scrollbar-vertical,
   .swiper-vertical>.swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
   }
   .swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
   }
   .swiper-scrollbar-cursor-drag {
    cursor:move
   }
   .swiper-scrollbar-lock {
    display:none
   }
   .swiper-zoom-container {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center
   }
   .swiper-zoom-container>canvas,
   .swiper-zoom-container>img,
   .swiper-zoom-container>svg {
    max-width:100%;
    max-height:100%;
    object-fit:contain
   }
   .swiper-slide-zoomed {
    cursor:move
   }
   .swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    box-sizing:border-box;
    border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius:50%;
    border-top-color:transparent
   }
   .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
   .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation:swiper-preloader-spin 1s infinite linear
   }
   .swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff
   }
   .swiper-lazy-preloader-black {
    --swiper-preloader-color:#000
   }
   @keyframes swiper-preloader-spin {
    0% {
     transform:rotate(0deg)
    }
    100% {
     transform:rotate(360deg)
    }
   }
   .swiper .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
   }
   .swiper-free-mode>.swiper-wrapper {
    transition-timing-function:ease-out;
    margin:0 auto
   }
   .swiper-grid>.swiper-wrapper {
    flex-wrap:wrap
   }
   .swiper-grid-column>.swiper-wrapper {
    flex-wrap:wrap;
    flex-direction:column
   }
   .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function:ease-out
   }
   .swiper-fade .swiper-slide {
    pointer-events:none;
    transition-property:opacity
   }
   .swiper-fade .swiper-slide .swiper-slide {
    pointer-events:none
   }
   .swiper-fade .swiper-slide-active,
   .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
   }
   .swiper-cube {
    overflow:visible
   }
   .swiper-cube .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
   }
   .swiper-cube .swiper-slide .swiper-slide {
    pointer-events:none
   }
   .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin:100% 0
   }
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
   }
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-next,
   .swiper-cube .swiper-slide-next+.swiper-slide,
   .swiper-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
   }
   .swiper-cube .swiper-slide-shadow-bottom,
   .swiper-cube .swiper-slide-shadow-left,
   .swiper-cube .swiper-slide-shadow-right,
   .swiper-cube .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
   .swiper-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:100%;
    opacity:.6;
    z-index:0
   }
   .swiper-cube .swiper-cube-shadow:before {
    content:'';
    background:#000;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    filter:blur(50px)
   }
   .swiper-flip {
    overflow:visible
   }
   .swiper-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
   }
   .swiper-flip .swiper-slide .swiper-slide {
    pointer-events:none
   }
   .swiper-flip .swiper-slide-active,
   .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
   }
   .swiper-flip .swiper-slide-shadow-bottom,
   .swiper-flip .swiper-slide-shadow-left,
   .swiper-flip .swiper-slide-shadow-right,
   .swiper-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
   .swiper-creative .swiper-slide {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
    transition-property:transform,opacity,height
   }
   .swiper-cards {
    overflow:visible
   }
   .swiper-cards .swiper-slide {
    transform-origin:center bottom;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden
   }
   


