.growl-container {
    position: fixed;
    top: calc(var(--nav-height) + var(--esports-nav-height));
    right: var(--sidebar-width);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1002;
    pointer-events: none
}

.growl {
    color: #fff;
    position: relative;
    opacity: .9;
    filter: alpha(opacity=0.9);
    transition: opacity 2s ease-in-out;
    -webkit-animation: growl-in .3s linear forwards;
    animation: growl-in .3s linear forwards;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    display: flex;
    overflow: hidden;
    width: 328px;
    min-height: 80px;
    pointer-events: all;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.35);
    border-radius: 4px;
    background-color: var(--dark-background-four)
}

.growl .progress-bar {
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.growl .progress-bar .progress {
    height: 2px;
    width: 100%
}

@-webkit-keyframes progress {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes progress {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.growl.success .progress-bar .progress {
    background: var(--tealish-green)
}

.growl.error .progress-bar .progress {
    background-color: var(--red)
}

.growl h1 {
    font-weight: 600;
    color: var(--white);
    margin-top: 0
}

.growl h1,.growl h2 {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 0
}

.growl h2 {
    margin-top: 2px;
    font-weight: 400;
    color: var(--light-grey)
}

.growl .left {
    width: 56px;
    color: #fff;
    position: relative;
    align-items: center;
    border-right: 1px solid var(--separator)
}

.growl .left,.growl .message {
    display: flex;
    justify-content: center
}

.growl .message {
    flex: 1 1;
    align-items: flex-start;
    text-align: left;
    font-weight: 500;
    flex-direction: column;
    padding: 11px
}

.growl.closing {
    -webkit-animation: growl-closing .4s linear forwards;
    animation: growl-closing .4s linear forwards
}

@-webkit-keyframes growl-in {
    0% {
        right: -500px;
        opacity: .2
    }

    50% {
        right: 25px
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes growl-in {
    0% {
        right: -500px;
        opacity: .2
    }

    50% {
        right: 25px
    }

    to {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes growl-closing {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 25px
    }

    to {
        right: -500px;
        opacity: 0
    }
}

@keyframes growl-closing {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 25px
    }

    to {
        right: -500px;
        opacity: 0
    }
}

.growl .close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--background-four)
}

.growl .close img {
    height: 10px;
    width: 10px;
    opacity: .6
}

.growl .fa {
    margin-right: 3px
}

.growl a {
    color: #00b4ff!important;
    font-weight: 600!important
}

@media(max-width: 768px) {
    .growl {
        width:auto
    }

    .growl-container {
        left: 50%;
        bottom: calc(var(--mobile-nav-height) - 25px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        justify-content: flex-end
    }
}

.ModalDraggable_handler__15HIS {
    cursor: grab
}

.ModalDraggable_contentTitle__254Qp {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 32px
}

.ModalDraggable_draggable__3Zh4D {
    position: fixed;
    top: 15%;
    left: 40%;
    height: 500px;
    width: 300px;
    border-radius: 4px;
    z-index: 4
}

.ModalDraggable_draggableMobile__WUSIM {
    margin: 0 auto;
    width: 75%;
    height: 450px
}

.ModalDraggable_draggableMobile__WUSIM,.ModalDraggable_modal__2DHPZ {
    position: relative;
    border-radius: 4px;
    display: flex;
    justify-content: center
}

.ModalDraggable_modal__2DHPZ {
    -webkit-animation: ModalDraggable_modal-in__17N-L .3s forwards;
    animation: ModalDraggable_modal-in__17N-L .3s forwards;
    text-align: left;
    outline: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    min-height: 247px;
    background: var(--background-two);
    align-items: center
}

.ModalDraggable_modalMobile__3bSgY {
    height: 430px
}

.ModalDraggable_close__OWr_B {
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    font-size: 14px;
    color: var(--light-grey);
    font-weight: 900
}

.ModalDraggable_closeIcon___coqh {
    background: #55575a;
    border-radius: 50%;
    padding: 6px;
    height: 26px;
    width: 26px;
    text-align: center
}

.ModalDraggable_header__59svT {
    background: var(--background-two);
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 16px 0
}

.ModalDraggable_body__3DHpT {
    background-color: var(--background-two);
    position: relative;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 45px;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@-webkit-keyframes ModalDraggable_modal-in__17N-L {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }

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

@keyframes ModalDraggable_modal-in__17N-L {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }

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

@-webkit-keyframes ModalDraggable_modal-out__33LsB {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }
}

@keyframes ModalDraggable_modal-out__33LsB {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }
}

@-webkit-keyframes ModalDraggable_modal-change__25u4b {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }

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

@keyframes ModalDraggable_modal-change__25u4b {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }

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

#casino .splash {
    background: #131521;
    min-height: calc(100vh - var(--nav-height));
    margin: -20px 0;
    overflow: hidden
}

#casino .game-banner {
    display: flex;
    height: 200px;
    background-color: #272e3b;
    cursor: pointer
}

#casino .body {
    width: 100%
}

#casino .game {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px
}

#casino .game h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px
}

#casino {
    padding: 48px 0
}

#casino .game .game-banner {
    transition: all .5s ease
}

#casino .game:hover .game-banner {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

#casino .race-modal-trigger {
    min-width: 201px;
    padding: 0 20px;
    height: 40px;
    color: #0f1923;
    font-family: SofiaPro;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    flex-shrink: 0;
    background-color: #eaba4f;
    -webkit-filter: drop-shadow(0 8px 12px rgba(18,29,40,.4));
    filter: drop-shadow(0 8px 12px rgba(18,29,40,.4));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 240px;
    right: -75px;
    cursor: pointer;
    border-radius: 4px
}

#casino .race-modal-trigger.mobile {
    position: relative;
    height: 24px;
    width: -webkit-fill-available;
    width: fill-available;
    -webkit-transform: none;
    transform: none;
    top: 1px;
    left: 0;
    right: 0;
    z-index: 2;
    flex-direction: row;
    margin-bottom: 8px
}

#casino .race-modal-trigger svg {
    margin-left: 6px
}

#casino .races-modal-enter {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

#casino .races-modal-enter-active {
    transition: all .3s ease-in-out
}

#casino .races-modal-enter-active,#casino .races-modal-exit {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#casino .races-modal-exit-active {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .3s ease-in-out
}

.game-controller-container {
    border-radius: 4px;
    background-color: var(--background-two);
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px 0 rgba(6,10,14,.25)
}

.game-controller-container .controller {
    border-radius: 4px 0 0 4px;
    background-color: var(--background-two);
    width: 325px;
    padding: 16px 24px;
    flex-shrink: 0;
    border-right: 1px solid var(--separator)
}

.game-controller-container .controller .tabbed-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--separator);
    background-color: var(--light-background);
    height: 48px;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 16px;
    overflow: hidden
}

.game-controller-container .controller .tabbed-nav>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--light-grey);
    text-transform: capitalize;
    cursor: pointer
}

.game-controller-container .controller .tabbed-nav>div.selected {
    border-radius: 4px;
    background-color: var(--background);
    color: var(--white)
}

.game-controller-container .controller .free-rounds-left {
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: var(--light-grey);
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 16px
}

.game-controller-container .controller .free-rounds-left span {
    color: var(--white)
}

.game-controller-container .controller .free-earned {
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--separator);
    background-color: var(--light-background);
    padding: 3px
}

.game-controller-container .controller .free-earned>div {
    border-radius: 4px;
    background-color: var(--dark-background-four);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--white);
    text-transform: uppercase;
    padding: 0 16px;
    width: 100%;
    height: 100%
}

.game-controller-container .controller .free-earned span {
    color: var(--light-grey);
    padding-left: 3px
}

.game-controller-container .controller .body {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

.game-controller-container .controller .input {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px
}

.game-controller-container .controller .input>span.label {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--light-grey)
}

.game-controller-container .controller .input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.game-controller-container .controller .input-wrapper .postfix {
    position: absolute;
    right: 0;
    padding: 15px;
    font-size: 16px;
    color: #9599a8
}

.game-controller-container .controller .input-wrapper button {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    padding: 0
}

.game-controller-container .controller .input-wrapper button.middle {
    margin: 0 4px
}

.game-controller-container .controller .place-bet button {
    height: 48px;
    font-size: 14px
}

#casino .fairness-modal-link {
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    box-shadow: 0 0 41px 0 rgba(49,110,255,.08),0 2px .5px 0 rgba(64,64,64,.05);
    border: 1px solid var(--separator);
    background-color: var(--light-background);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-grey)
}

#casino .fairness-modal-link:hover {
    background-color: var(--separator);
    cursor: pointer
}

.game-controller-container .game {
    padding: 14px;
    overflow: hidden;
    width: 100%
}

#casino .casino-section {
    text-align: left;
    margin-bottom: 50px
}

#casino .casino-section .title {
    display: flex;
    align-items: center;
    text-transform: uppercase
}

#casino .casino-section .title h3 {
    margin: 0 35px;
    font-size: 14px;
    letter-spacing: 1px
}

#casino .casino-section hr {
    border-color: hsla(0,0%,100%,.1)
}

#casino .entries-nav {
    display: flex;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 0
}

#casino .entries-nav li {
    border-radius: 4px;
    padding: 12px 32px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .5s ease
}

#casino .entries-nav li.selected {
    background-color: #40465c
}

.casino-entries {
    width: 100%
}

#game-selection .game img {
    height: 250px
}

#game-selection .game:hover {
    -webkit-animation: game-hover .7s linear infinite;
    animation: game-hover .7s linear infinite
}

@-webkit-keyframes game-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes game-hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#game-selection hr {
    border-color: #3b3f50;
    border-style: solid;
    margin: 50px auto;
    width: 75%
}

#game-selection button.fairness {
    max-width: 200px
}

.casino-table {
    width: 100%;
    margin-top: 20px;
    border-spacing: 0
}

.casino-table th {
    height: 32px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 14px 14px 30px;
    color: var(--light-grey)
}

.casino-table.dark-header thead tr {
    background-color: var(--background-three)
}

.casino-table.dark-header th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.casino-table.dark-header th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#dice .casino-table th {
    font-size: 14px
}

.casino-table tbody td {
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 14px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

#casino .maintenance-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(15,25,35,.75);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    -webkit-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0
}

.casino-table tbody td>div {
    -webkit-animation: fade-in 1.5s ease;
    animation: fade-in 1.5s ease
}

.casino-table.dark-header tbody td {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b8bbc8
}

.casino-table tbody .user {
    display: flex;
    align-items: center
}

.casino-table-wrapper {
    width: 100%
}

.casino-bottom {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 26px;
    overflow: hidden
}

.casino-bottom .casino-extras {
    width: auto
}

.casino-extras {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden
}

.casino-extras a:not(.volume) {
    flex-grow: 1
}

.casino-extras .first-column,.casino-extras button.grey {
    display: flex;
    align-items: center
}

.casino-extras button.grey {
    font-size: .67em!important;
    font-weight: 600!important;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    text-align: center;
    color: var(--light-grey);
    padding: 0 4px!important;
    justify-content: center;
    height: 32px
}

.casino-extras a:nth-child(2) {
    margin: 0 8px;
    flex-shrink: 1
}

.casino-extras a:nth-child(2) button {
    white-space: nowrap
}

.casino-extras a:nth-child(3) {
    margin-right: 8px
}

.casino-extras .volume {
    font-size: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.casino-extras .volume:hover {
    background: #3b3f50
}

.casino-extras .volume-mobile {
    display: none!important
}

@media(max-width: 1024px) {
    .casino-bottom {
        margin-bottom:10px
    }

    .casino-extras {
        width: calc(100% + 32px);
        margin-top: 16px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        font-size: 10px!important;
        font-weight: 600;
        border-top: 1px solid var(--separator)
    }

    .casino-extras .volume-mobile {
        display: flex!important
    }

    .casino-extras .volume {
        display: none
    }

    .casino-extras button {
        width: 25%;
        box-sizing: border-box
    }

    .casino-extras a {
        box-sizing: border-box;
        padding: 0 2px
    }

    .casino-extras a button {
        width: 100%;
        margin: 0!important
    }

    #casino .game-controller-container {
        border-radius: 0
    }

    #casino .game-controller-container .game {
        padding: 0
    }

    .casino-bottom {
        flex-direction: column
    }

    .casino-bottom .casino-extras {
        width: 100%
    }

    #casino .game-controller-container .controller .place-bet button {
        height: 48px
    }

    .casino-table-wrapper {
        padding: 0 8px
    }

    #casino .game-controller-container {
        flex-direction: column-reverse;
        padding: 8px;
        margin-bottom: 24px
    }

    #casino .game-controller-container .controller {
        width: 100%;
        border-right: none;
        padding: 16px 8px 8px
    }

    #casino .entries-nav {
        padding: 0 10px
    }

    #casino .entries-nav li {
        padding: 15px;
        flex-grow: 1;
        margin-right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #casino,#casino .content {
        padding: 0
    }

    #casino.page,#casino .page {
        overflow: hidden;
        min-height: 0
    }
}

@media(max-width: 768px) {
    #game-selection .game img {
        height:200px
    }
}

@media(max-width: 500px) {
    #game-selection .game img {
        height:150px
    }
}

@media(max-width: 350px) {
    #game-selection .game img {
        height:100px
    }
}

@media(max-width: 1600px) {
    #casino .game-col {
        flex-basis:33%;
        max-width: 33%
    }
}

#casino .category-slider .top h3 {
    text-transform: capitalize
}

#casino .category-slider {
    overflow: hidden
}

#casino .slider-wrapper {
    display: flex;
    margin: 0 -12px;
    flex-wrap: nowrap;
    transition: all .6s ease
}

#casino .slider-wrapper a {
    display: flex
}

#casino .slider-wrapper .game-box {
    text-align: left;
    padding: 0 12px
}

#casino .slider-wrapper .game-box .image-wrapper>img {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 3px 10px rgba(6,10,14,.15)
}

#casino .slider-wrapper .game-box .image-wrapper {
    position: relative;
    box-shadow: 0 3px 10px rgba(6,10,14,.15);
    display: flex;
    align-items: center
}

#casino .slider-wrapper .game-box .image-wrapper .button-wrapper {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.68);
    box-shadow: 0 5px 20px rgba(6,10,14,.248689);
    border-radius: 4px;
    z-index: 111
}

#casino .slider-wrapper .game-box .image-wrapper:hover .button-wrapper {
    display: flex
}

#casino .slider-wrapper .game-box .image-wrapper:hover .button-wrapper>p {
    margin: 0;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    color: #fff
}

#casino .slider-wrapper .game-box .image-wrapper:hover .button-wrapper button {
    height: 32px;
    padding: 8px 16px 8px 19px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    width: unset
}

#casino .slider-wrapper .game-box .image-wrapper:hover .button-wrapper button img {
    margin-right: 8px
}

#casino .slider-wrapper .game-box h4 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff
}

#casino .slider-wrapper .game-box p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#casino .provider-slider .category-box {
    overflow-x: hidden;
    margin: 0!important;
    padding: 24px 28px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

#casino .provider-slider .slider-wrapper {
    justify-content: flex-start
}

#casino .provider-slider .game-box .image-wrapper>img {
    box-shadow: none;
    height: auto!important;
    width: 80px
}

#casino .provider-slider .category-box {
    padding: unset!important;
    min-height: 96px
}

#casino .provider-slider .category-box .image-wrapper {
    height: 30px;
    margin-bottom: 4px;
    box-shadow: none
}

#casino .category-slider .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

#casino .category-slider .top h3 {
    margin-bottom: 0;
    margin-right: 28px;
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

#casino .group {
    margin-bottom: 40px;
    width: 100%
}

#casino .category-slider .top .left {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#casino .category-slider .top .left .vector-left {
    margin-right: 16px
}

#casino .category-slider .vector-left,#casino .category-slider .vector-right {
    cursor: pointer
}

#casino .category-slider .vector-left:hover *,#casino .category-slider .vector-right:hover * {
    fill: #fff
}

#casino .category-slider .vector-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#casino .category-slider .top .page-controller {
    display: flex
}

#casino .category-slider .top a .vector-right {
    margin-left: 10px
}

#casino .category-slider .top a:hover .vector-right * {
    fill: #fff
}

#casino .category-slider .top a p {
    margin: 0;
    font-weight: 600;
    font-size: 12px
}

#casino .category-slider .top a:hover p {
    color: #fff
}

#casino .slider-wrapper .game-box {
    position: relative
}

#casino .slider-wrapper .game-top-text {
    position: absolute;
    z-index: 20;
    bottom: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 4px
}

#casino .slider-wrapper .game-top-text p {
    color: #fff;
    font-weight: 400;
    white-space: pre-line
}

#casino .slider-wrapper .game-top-text h4 {
    font-size: 17px;
    white-space: pre-line
}

.game-box .text_gamelist {
    max-width: 118px;
    padding: 0
}

@media(max-width: 1040px) {
    #casino .slider-wrapper {
        overflow-x:scroll;
        overflow-y: hidden
    }

    #casino .category-slider .bottom-wrapper {
        position: relative
    }

    #casino .slider-wrapper .col-md-3.game-box .image-wrapper>img,#casino .slider-wrapper .game-box .image-wrapper>img {
        height: auto!important;
        width: 130px!important
    }

    #casino .slider-wrapper .game-top-text {
        height: 130px!important;
        width: 130px!important
    }

    #casino .category-slider .top {
        margin-bottom: 8px
    }

    #casino .category-slider .top .page-controller {
        display: none
    }

    #casino .slider-wrapper .game-box h4 {
        font-weight: 600;
        margin-top: 12px
    }

    #casino .category-slider .game-box h4 {
        max-width: 130px
    }

    #casino .slider-wrapper .game-box p {
        font-size: 12px;
        font-weight: 400
    }

    #casino .slider-wrapper {
        margin: 0 -5px
    }

    #casino .category-slider .bottom-wrapper:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        background: linear-gradient(90deg,transparent,rgba(15,25,35,.8) 71%,#0f1923);
        content: "";
        height: 100%
    }

    #casino .slider-wrapper .game-box {
        padding: 0 5px
    }

    #casino .provider-slider .slider-wrapper {
        margin: 0 -5px
    }

    #casino .provider-slider .slider-wrapper a.category-box {
        width: 130px!important;
        height: auto!important;
        padding: 16px 0 14px
    }

    #casino .provider-slider .category-box .image-wrapper {
        margin-bottom: 10px;
        height: 21px
    }

    #casino .provider-slider .slider-wrapper .col-md-3.game-box .image-wrapper>img,#casino .provider-slider .slider-wrapper .game-box .image-wrapper>img {
        height: 21px!important;
        width: auto!important
    }

    .game-box .text_gamelist p {
        white-space: unset!important;
        padding-left: 4px!important;
        margin-right: 4px!important
    }

    .game-box .text_gamelist {
        max-width: 93px;
        padding: 0
    }

    .game-box .text_gamelist h4 {
        margin-left: 4px!important;
        margin-right: 4px!important
    }

    .text_gamelist>a>* {
        padding-left: 0!important
    }
}

@media(max-width: 340px) {
    .game-box .text_gamelist h4,.game-box .text_gamelist p {
        text-overflow:ellipsis!important;
        white-space: nowrap!important;
        overflow: hidden!important;
        width: 70px
    }
}

@media(max-width: 300px) {
    .game-box .text_gamelist h4,.game-box .text_gamelist p {
        width:58px
    }
}

#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131521;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    pointer-events: none
}

#loader #logo {
    margin-bottom: 25px;
    font-size: 40px;
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite
}

#loader .svg-wrapper {
    width: 60vw;
    height: 60vh
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#loader #logo img {
    width: 150px
}

#loader h4 {
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase
}

#loader.load-exit {
    -webkit-animation: loader-close 1s ease forwards;
    animation: loader-close 1s ease forwards
}

#loader.load-exit svg {
    -webkit-animation: spinner-close 1s ease forwards;
    animation: spinner-close 1s ease forwards
}

@-webkit-keyframes loader-close {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes loader-close {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes spinner-close {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
}

@keyframes spinner-close {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
}

.spinner {
    margin: 0 auto;
    width: auto;
    text-align: center
}

.spinner>div {
    width: 10px;
    height: 10px;
    background-color: #ea3a3e;
    margin: 0 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    animation: sk-bouncedelay 1.4s ease-in-out infinite both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.page-loadable.chunk-error {
    flex-direction: column;
    max-width: 200px;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto
}

.page-loadable.chunk-error h1 {
    font-weight: 600;
    font-size: 22px
}

.page-loadable.chunk-error h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: var(--bluey-grey)
}

.page-loadable.chunk-error button.red {
    margin-top: 15px
}

.page-loadable.chunk-error .logo-icon {
    width: 50px;
    height: 50px;
    -webkit-animation: none;
    animation: none
}

.page-loadable {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-loadable img {
    -webkit-animation: page-loadable .5s ease infinite;
    animation: page-loadable .5s ease infinite
}

@-webkit-keyframes page-loadable {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes page-loadable {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.loading-dots:after {
    content: " .";
    -webkit-animation: dots 1s steps(5) infinite;
    animation: dots 1s steps(5) infinite
}

@-webkit-keyframes dots {
    0%,20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent,.5em 0 0 transparent
    }

    40% {
        color: #fff;
        text-shadow: .25em 0 0 transparent,.5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 #fff,.5em 0 0 transparent
    }

    80%,to {
        text-shadow: .25em 0 0 #fff,.5em 0 0 #fff
    }
}

@keyframes dots {
    0%,20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent,.5em 0 0 transparent
    }

    40% {
        color: #fff;
        text-shadow: .25em 0 0 transparent,.5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 #fff,.5em 0 0 transparent
    }

    80%,to {
        text-shadow: .25em 0 0 #fff,.5em 0 0 #fff
    }
}

.logout-modal-portal,.modal-portal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12,21,29,.78);
    z-index: 1001;
    padding: 15px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.logout-modal-portal::-webkit-scrollbar,.modal-portal::-webkit-scrollbar {
    display: none
}

.modal-portal.hero {
    background: var(--background)
}

.modal {
    -webkit-animation: modal-in .3s forwards;
    animation: modal-in .3s forwards;
    text-align: left;
    position: relative;
    outline: none;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    min-height: 247px;
    background: var(--background-two);
    background-color: var(--background)
}

.modal,.modal .tabbed-header {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal .tabbed-header {
    padding: 24px;
    font-size: 12px!important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: var(--light-grey);
    border-bottom: 1px solid var(--separator);
    text-transform: uppercase
}

.modal .tabbed-header>div {
    margin: 0 16px;
    cursor: pointer
}

.modal .tabbed-header>div.selected {
    color: var(--white)
}

.modal .react-tel-input {
    margin-bottom: 15px
}

.modal .hero-logo {
    margin: 0 auto 30px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-sm {
    width: 390px
}

.modal-sm,.register-modal-sm {
    margin: 0 auto;
    border-radius: 4px
}

.modal-md {
    width: 535px
}

.modal-md,.register-modal-md {
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: none!important
}

.modal.closing {
    -webkit-animation: modal-out .3s forwards;
    animation: modal-out .3s forwards
}

.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    color: var(--light-grey);
    font-weight: 900
}

@-webkit-keyframes modal-in {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }

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

@keyframes modal-in {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }

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

@-webkit-keyframes modal-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }
}

@keyframes modal-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .1
    }
}

@-webkit-keyframes modal-change {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }

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

@keyframes modal-change {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }

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

.modal-container {
    background-color: var(--background-two);
    position: relative;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    #animation:modal-change.3sforwards;overflow-y: auto;
    overflow-x: hidden
}

@media(min-width: 1024px) {
    .modal-container {
        max-height:90vh
    }
}

.modal-container .header {
    font-size: 42px;
    font-weight: 600;
    padding: 41px 20px 15px;
    text-align: center
}

.modal-container .body {
    padding: 25px
}

.modal-container .header h1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0
}

.modal-container .header h1,.modal-container .header h2 {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

.modal-container .header h2 {
    font-size: 14px;
    font-weight: 400;
    color: #b6bbd8;
    margin: 0;
    padding: 0
}

.modal-container input {
    display: block;
    background-color: var(--dark-background);
    height: 48px;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box
}

.modal-container input::-webkit-input-placeholder {
    color: var(--light-grey)
}

.modal-container input::placeholder {
    color: var(--light-grey)
}

.modal-container .checkbox {
    margin-top: 10px;
    margin-bottom: 20px
}

.modal-content {
    padding: 0 15px 15px;
    text-align: left;
    font-size: 14px
}

.modal .sub-header {
    margin: 10px 0 30px
}

.modal-container .footer {
    padding: 20px;
    border-top: 1px solid #131521
}

.modal-container .footer h3 {
    margin: 0 0 10px
}

.modal-container .footer button {
    max-width: 140px
}

.modal-container .or-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    color: hsla(0,0%,100%,.4);
    font-weight: 300;
    font-size: 15px
}

.modal-container .input-item {
    width: 100%
}

.modal-container .input-forum .input-footer {
    width: 100%;
    margin-bottom: 40px
}

.modal-container hr {
    border-color: hsla(0,0%,100%,.1);
    border-style: solid;
    margin: 25px 0
}

.modal-container .country-dropdown {
    height: 48px;
    border: none;
    border-radius: 4px
}

.modal-container select {
    height: 48px;
    width: 100%;
    background: #0f1019;
    border: 2px solid #272b41;
    color: #7b8ca9;
    padding: 8px;
    border-radius: 4px;
    outline: none;
    cursor: pointer
}

.link-modal {
    max-width: 488px
}

.link-modal .header {
    display: flex;
    padding: 31px 36px 15px
}

.link-modal .header .right {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 34px;
    margin-right: 30px
}

.link-modal .header .right h1 {
    margin-bottom: 20px
}

.link-email-modal .header .right h1 {
    margin-bottom: 28px
}

.link-modal .body {
    background-color: #1f2339;
    padding: 7px 62px
}

.link-modal .date-of-birth {
    margin-bottom: 0;
    width: unset
}

.link-modal .valid-input,.link-modal input {
    width: 100%;
    margin-bottom: 0;
    height: 47px
}

.link-modal .footer {
    border-top: none
}

.link-modal .footer button {
    border-radius: 4px;
    height: 32px;
    padding: 0
}

@media(max-width: 1024px) {
    .modal-md,.modal-sm {
        width:100%!important;
        height: 100%
    }

    .modal .body {
        padding: 20px!important
    }

    .modal-portal.hero:after,.modal-portal.hero:before,.select-container .change-method {
        display: none
    }

    .modal {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%
    }

    .logout-modal-portal .modal {
        position: relative
    }

    .modal.spaced-border {
        left: 8px;
        right: 8px;
        top: 8px;
        bottom: 8px;
        width: unset
    }

    .modal-portal {
        background: var(--background)
    }

    .modal .close {
        display: flex!important;
        font-size: 20px;
        top: 10px;
        right: 10px;
        padding: 16px 16px 0 0
    }

    .hero .hero-logo {
        display: none
    }

    .hero .modal {
        margin-top: 0;
        display: flex;
        flex-direction: column
    }

    .hero .modal .modal-container {
        flex-grow: 1
    }

    .modal-container {
        box-shadow: none
    }
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    top: var(--banner-height);
    z-index: 1000;
    position: relative;
    border-bottom: 1px solid var(--separator);
    background: var(--background)
}

#header .left-bar-action {
    cursor: pointer;
    margin-right: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px
}

#header .left-bar-action:hover {
    background: rgba(141,146,151,.15);
    border-radius: 50%
}

#header>div {
    display: flex;
    align-items: center
}

#header .search {
    height: 40px;
    flex: 1 1;
    margin-right: 32px
}

#header .search .input .label {
    font-weight: 500
}

#header .search .input .label i {
    margin-right: 10px
}

#header .search .input .input-wrapper {
    height: 40px;
    background: var(--background-four);
    border: 1px solid var(--separator);
    color: var(--light-grey)
}

#header .subcategory-row {
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

#header .subcategory-col {
    height: 100%;
    flex: 1 1
}

#header .subcategory {
    text-transform: capitalize;
    font-size: 12px;
    background-color: initial;
    border-bottom: 2px solid transparent;
    height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--light-grey);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    flex: 1 1;
    text-align: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    border-radius: 0
}

#header .subcategory svg {
    margin-right: 5px
}

#header .subcategory:hover {
    background-color: initial
}

#header .subcategory.active,#header .subcategory:hover {
    border-bottom: 2px solid var(--red);
    color: var(--white)
}

#header .subcategory svg {
    height: 15px;
    cursor: pointer
}

#header .subcategory svg:hover * {
    fill: #fff
}

#header .fa-volume-off,#header .fa-volume-up {
    font-size: 18px;
    width: 18px
}

#header sup {
    color: var(--red);
    font-size: 10px;
    margin-left: 3px;
    top: -6px;
    position: relative
}

#header .left {
    position: absolute
}

#header .left,#header .right {
    display: flex;
    align-items: center
}

#header .right {
    display: flex;
    margin-left: var(--leftbar-width);
    flex: 1 1
}

#header .right .content {
    justify-content: space-between
}

#header .content-first,#header .right .content {
    display: flex;
    align-items: center
}

#header #logo {
    margin-right: 48px;
    width: 109px;
    max-height: 100%
}

#header #logo img {
    width: 100%;
    height: 100%
}

#header #logo img.icon {
    display: none
}

#logo.placeholder {
    background-color: hsla(0,0%,85.1%,.1);
    padding: 25px 60px
}

#header .routes,#header .routes a.link {
    display: flex;
    align-items: center
}

#header .routes a.link {
    cursor: pointer;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

#header a.link.selected {
    color: #fff;
    opacity: 1;
    border-bottom: 2px solid #ff5540
}

#header .account {
    display: flex;
    align-items: center
}

#header .user-rank-progress {
    cursor: pointer;
    overflow: hidden
}

#header .user-rank-progress:hover {
    opacity: .75
}

#header .user-rank-progress .user-rank {
    margin-right: 21px
}

#header .user-rank-progress .top {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

#header .user-rank-progress .top .level {
    color: #bcbfc7;
    white-space: nowrap
}

#header .user-rank-progress .progress-bar {
    position: relative;
    height: 4px;
    border-radius: 2px;
    background: var(--separator-two)
}

#header .user-rank-progress .progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    border-radius: 2px;
    transition: width .5s ease
}

#header .account .wallet-container {
    position: relative
}

#header .account .wallet img {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    object-fit: contain
}

#header .account .wallet {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 35px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

#header .account .wallet>div {
    align-items: center;
    font-family: roboto,sans-serif;
    font-weight: 500;
    text-align: right;
    display: flex
}

#header .account .wallet .type {
    display: flex;
    align-items: center;
    color: #3aea62
}

#header .caret {
    font-size: 10px;
    margin-left: 10px;
    color: hsla(0,0%,100%,.3)
}

#header .account .notifications {
    padding: 15px 20px
}

#header .big {
    padding: 17px 30px
}

#header .account .volume {
    color: #7b8ca9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .divider {
    height: 40px;
    width: 50px;
    position: relative
}

#header .divider:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #1a1b1c;
    width: 2px;
    height: 100%
}

#header .account .notification {
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7b8ca9;
    background: 0 0;
    cursor: pointer
}

#header .account .notification,#header .account .notification div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

#header .account .notification div {
    width: 16px;
    height: 16px;
    background-color: var(--red);
    border: 2px solid var(--dark-separator);
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -3px;
    text-align: center;
    padding: 1px;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 8px;
    font-weight: 900;
    color: #fff
}

#header .account i {
    color: #fff;
    font-size: 16px
}

#header .account .user {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #7b8ca9;
    border-radius: 10px;
    cursor: pointer
}

#header .account .user .fa-plus {
    display: none
}

#header .account .fa-chevron-down {
    font-size: 14px;
    margin-left: 10px;
    color: #fff
}

#header .wallets li>a {
    font-weight: 700
}

#header .wallets li>a img {
    margin-right: 10px
}

#header .wallets li {
    border-right: 2px solid transparent;
    border-radius: 0
}

#header .wallets li.selected {
    background: #131521
}

#header .wallets li.selected .amount {
    color: #fff
}

#header .wallets li img {
    width: 15px
}

#header .wallets li .amount {
    font-size: 12px
}

#header .wallet .previous-balances {
    position: absolute;
    padding-left: 0;
    bottom: -100px;
    left: -18px;
    right: 0;
    height: 100px;
    list-style: none;
    overflow: hidden;
    pointer-events: none
}

#header .wallet .previous-balances li {
    -webkit-animation: balance-show 3s ease forwards;
    animation: balance-show 3s ease forwards;
    position: relative
}

@-webkit-keyframes balance-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
}

@keyframes balance-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
}

#header .language {
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #7b8ca9;
    background: 0 0;
    cursor: pointer
}

#header .languages-container {
    min-width: 0;
    width: 50px
}

#header .languages {
    flex-direction: column
}

#header .flag,#header .languages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .flag {
    cursor: pointer
}

#header .flag img {
    height: 15px;
    width: 15px;
    border-radius: 50%
}

#header .languages-container .flag:not(:last-child) {
    margin-bottom: 15px
}

#header .unauthed-buttons {
    display: flex;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff
}

#header .unauthed-buttons a {
    font-size: 14px!important
}

#header .unauthed-buttons>* {
    display: flex;
    align-items: center
}

#header .unauthed-buttons .sign-up {
    width: 88px
}

#header .unauthed-buttons button {
    width: auto;
    padding: 12px
}

#header .unauthed-buttons button.sign-up {
    margin-left: 15px;
    width: 105px;
    font-size: 14px;
    white-space: nowrap
}

#header .notifications .entry:not(:last-child) {
    margin-bottom: 15px
}

#header .notifications {
    color: #7b8ca9;
    font-size: 12px;
    width: 300px;
    padding: 0!important;
    text-align: left
}

#header .notifications .wrapper {
    overflow-y: auto;
    max-height: 300px
}

#header .notifications .entry {
    padding: 15px
}

#header .notifications .entry:not(:last-child) {
    border-bottom: 1px solid #272b41
}

#header .notifications .entry .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .notifications .entry .top .type {
    background: #131521;
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    text-transform: capitalize
}

#header .notifications .entry .top .timestamp {
    color: rgba(123,140,169,.5);
    font-size: 11px
}

#header .notifications .entry .message {
    color: #7b8ca9;
    line-height: 1.46em;
    white-space: pre-wrap;
    font-size: 11px;
    margin-top: 13px
}

.dropdown.dropdown--active .user-nav {
    display: flex;
    border-radius: 3px
}

#header .user-nav li:hover {
    background: rgba(0,0,0,.1)
}

#header .page-nav {
    width: 180px
}

#header i.wallet-type.usd:after {
    content: "\F155";
    color: #3aea62
}

#header i.wallet-type.blaze_coin:after {
    content: "\f261";
    color: #ed8e28
}

#header i.wallet-type {
    min-width: 14px;
    text-align: center;
    margin-right: 5px
}

#header .icons {
    display: flex;
    align-items: center;
    margin: 0 32px
}

#header .icons>div i {
    height: 16px;
    width: 16px
}

#header .icons #notice {
    margin-right: 13px
}

#header .icons>div:last-child {
    margin-left: 13px
}

#header .icons .pending-icon {
    position: relative;
    height: 16px
}

#header .icons .pending-icon .pending-count {
    position: absolute;
    top: -6px;
    left: -6px;
    color: #fff;
    background-color: #1bb67f;
    font-size: 9px;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .pending-container {
    border-radius: 2px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.64);
    background-color: #0f101a;
    padding: 0 16px
}

#header .pending-container .entry {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .pending-container .entry .type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    color: #474b65;
    font-size: 12px
}

#header .pending-container .entry img {
    height: 22px;
    margin-right: 8px;
    margin-bottom: 5px
}

#header .pending-container .entry .status {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #b6bbd8;
    font-size: 12px
}

#header .pending-container .entry .status span {
    width: 8px;
    height: 8px;
    background-color: #4860f9;
    border-radius: 50%;
    margin-left: 8px
}

#header .pending-container .entry .amount {
    margin: 0 24px;
    font-size: 12px
}

#header .pending-container .entry button {
    width: 50px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: -.22px;
    margin-top: 12px;
    margin-bottom: 16px
}

#header .notice-container .entry:hover {
    cursor: pointer;
    background: rgba(0,0,0,.1)
}

#header .notice-container .type {
    padding: 10px;
    margin-right: 10px
}

#header .notice-container .sms_verification .type {
    padding: 5px 10px
}

#header .notice-container .type i {
    font-size: 24px
}

#header .notice-container .type .yellow {
    color: #e09a28
}

#header .notice-container .type .green {
    color: #1bb67f
}

#header .notice-container .entry {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-bottom: 1px solid rgba(170,176,196,.3)
}

#header .notice-container .entry:last-child {
    border: none
}

#header .notice-container .entry .notice-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1
}

#header .notice-container .entry .header {
    opacity: .89;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--background-two);
    margin-bottom: 4px
}

#header .notice-container .entry .sub-header {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: var(--light-grey-three);
    cursor: pointer
}

#header .account .notification.notice div {
    font-weight: 600;
    padding: 0;
    top: 0;
    right: 0;
    line-height: 1.6;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.wallet-dropdown .dropdown__content {
    width: 356px
}

#header .wallets .wallet {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .wallets .wallet .balance {
    font-weight: 600;
    color: var(--dark-text);
    font-size: 16px;
    line-height: 1.14
}

#header .wallets .wallet {
    padding: 12px 24px;
    border-radius: 0
}

#header .wallets .view-bonuses {
    padding-top: 12px;
    width: 100%
}

#pending {
    border-top: 1px solid rgba(170,176,196,.3);
    text-align: left;
    padding: 16px 0!important
}

#pending>div {
    padding: 5px 25px
}

#pending .entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dark-text);
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

#pending .entry:hover {
    background: rgba(0,0,0,.1)
}

#pending .entry .type {
    display: flex;
    align-items: center;
    justify-content: center
}

#pending .entry img {
    width: 15px;
    margin-right: 8px
}

#pending button.dark-red {
    line-height: 2.4!important;
    font-size: 10px;
    font-weight: 600;
    padding: 0 9px;
    width: auto
}

#header .wallets .btc:hover,#header .wallets .cash:hover {
    cursor: pointer;
    background: rgba(0,0,0,.1)
}

#header .wallets .description {
    color: var(--light-grey);
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
    white-space: normal;
    padding-top: 12px;
    font-family: sofiapro,sans-serif;
    letter-spacing: 0;
    font-weight: 500
}

#header .wallets .description .bonus-text {
    margin-bottom: 25px;
    margin-top: 15px
}

#header .wallets .icon {
    text-align: left;
    color: var(--light-grey-three)
}

#header .wallets .title {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--light-grey-three)
}

#header .wallets button.dark-red {
    line-height: 2
}

#header .wallets .balance {
    font-weight: 600;
    color: var(--dark-text);
    font-size: 16px;
    line-height: 1.14
}

#header .wallets .cash {
    padding-top: 16px;
    margin-top: 8px;
    flex-direction: column
}

#header .wallets .right span {
    margin-right: 5px
}

#header .links {
    padding-left: 10px
}

#header .links a {
    font-size: 12px;
    margin-right: 29px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--light-grey)
}

#header .links a.active {
    color: var(--white)
}

#header .wallet-dropdown .wallet-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer
}

#header .wallet-dropdown .dropdown__trigger {
    background-color: var(--background);
    font-size: 14px;
    padding: 0;
    height: 40px
}

#header .wallet-dropdown .dropdown__trigger .fa-caret-down {
    color: #8c9099;
    margin-left: 8px
}

#header .wallet-dropdown .dropdown__trigger .symbol {
    color: #8c9099;
    margin-right: 8px;
    font-size: 14px
}

#header #header-deposit {
    font-size: 14px;
    padding: 8px 5px;
    height: 40px;
    width: 98px;
    margin-left: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    letter-spacing: .4px
}

#header .wallet-dropdown .wallet-type .left .type {
    width: 50px;
    text-align: left
}

#header .wallet-dropdown .wallet-type .right {
    color: #7d7e82;
    font-weight: 500;
    font-size: 12px
}

#header .user-nav ul li:last-child a {
    margin-top: 5px;
    margin-bottom: 7px
}

#header .user-nav hr {
    margin-top: 11px
}

#header .user-nav {
    padding-top: 11px;
    width: 170px
}

#header .user-nav ul li svg {
    margin-right: 8px
}

#header .logo-part {
    display: flex;
    align-items: center
}

#header .user-nav ul li:hover .blaze-menu-dropdown {
    fill: var(--red)!important
}

#header .left.mobile {
    display: none
}

#header .mobile-nav {
    position: fixed;
    right: 0;
    left: 0;
    background-color: #1b1d2b;
    margin: 0;
    top: calc(var(--nav-height) + var(--banner-height));
    bottom: 0
}

#header .mobile-nav .deposit {
    padding: 15px
}

#header .mobile-nav-icon {
    height: var(--nav-height);
    width: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px
}

#header .mobile-nav-icon i {
    font-size: 20px
}

#header .dropdown--active .mobile-nav-icon,#header .dropdown--active .mobile-nav-icon:hover {
    background: #1b1d2b
}

#header .mobile-nav {
    padding: 0;
    overflow: auto
}

#header .mobile-nav .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px
}

#header .mobile-nav .header .close {
    font-size: 18px;
    color: #7b8ca9;
    font-weight: 600;
    padding-right: 15px;
    cursor: pointer
}

#header .mobile-nav .header img {
    height: 29.6px;
    margin: 14px
}

#header .mobile-nav .page-nav,#header .mobile-nav .wallets {
    width: unset
}

#header .mobile-nav .left {
    display: flex
}

#header .mobile-nav .page-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .mobile-nav .page-nav a .fa-chevron-right {
    margin-right: 0
}

.wheel-link {
    position: relative
}

.wheel-new {
    width: 26px;
    border-radius: 2.6px;
    background-color: #f9305b;
    font-family: Roboto;
    font-size: 7.9px!important;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff!important;
    padding: 1px 0;
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

@media(max-width: 1400px) {
    #header .search {
        width:400px;
        flex: unset
    }

    #header .right {
        margin-left: 0
    }

    #header .left {
        position: relative
    }
}

@media(max-width: 1400px) {
    #header .search {
        width:300px
    }
}

@media(max-width: 1400px) and (min-width:1200px) {
    main.sidebar-open #header .icons,main.sidebar-open #header .user-rank-progress {
        display:none!important
    }

    main.sidebar-open #header .search {
        margin-right: 24px
    }
}

@media(max-width: 1600px) and (min-width:1400px) {
    main.sidebar-open #header .left {
        position:relative!important
    }

    main.sidebar-open #header .right {
        margin-left: 0
    }
}

@media(max-width: 1200px) {
    #header button.login {
        width:auto!important
    }

    #header .account .notification.notice div {
        font-size: 9px
    }

    #header .icons #notice {
        margin-right: 0;
        position: relative;
        z-index: 1
    }

    #header .account .wallet-dropdown i,#header .user-rank-progress {
        display: none
    }

    #header #logo {
        margin-right: 0!important
    }

    #header .wallets:not(.mobile),.dropdown.dropdown--active .user-nav li {
        border: none!important
    }

    #header .account .user .fa-plus {
        display: flex!important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        padding: 10px;
        background: #161718;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 35px
    }

    #header .account .wallet .type {
        margin-right: 15px
    }

    #header #logo {
        width: 90px!important
    }

    #header #logo img.icon {
        display: block!important
    }

    #header .links {
        display: none
    }

    #header .deposit button,#header .unauthed-buttons a,#header .unauthed-buttons button {
        font-size: 12px!important;
        padding: 10px!important
    }

    #header .right {
        justify-content: flex-end;
        width: 100%;
        flex-shrink: unset
    }

    #header .mobile-nav-icon {
        margin-left: 0
    }

    #header .left.mobile {
        display: flex
    }

    #header .pending-container {
        position: fixed;
        left: 0;
        max-width: 100vw;
        padding: 0 10px
    }

    #header .notice-container:after,#header .pending-container .status span,#header .pending-container:after {
        display: none
    }

    #header .pending-container .entry .type {
        margin-right: 0!important;
        flex-grow: 1;
        justify-content: flex-start;
        text-overflow: ellipsis
    }

    #header .pending-container .type img {
        height: 20px
    }

    #header .notice-container .entry {
        width: 100%
    }

    #header .notice-container .entry .type {
        flex-shrink: 1
    }

    #header .notice-container .entry .right {
        flex-grow: 1;
        white-space: normal;
        text-align: left
    }

    #header .pending-container .entry .amount {
        margin: 0 12px
    }

    #header .content {
        padding: 0 16px
    }

    #header .account .wallet {
        cursor: pointer
    }

    #header .dropdown__content {
        position: fixed;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        top: 55px
    }

    #header .dropdown__content:after {
        display: none
    }
}

@media(min-width: 1601px) {
    .left-bar-action {
        margin-left:8px!important
    }
}

button img.lock {
    -webkit-filter: brightness(9);
    filter: brightness(9)
}

button .lock {
    margin-left: 0!important
}

.currency .symbol {
    margin-right: 5px;
    color: #1bb67f;
    font-size: 16px
}

.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 img {
    margin-right: 8px
}

.user-rank .rank-name {
    text-transform: capitalize
}

.lazy-loaded-content {
    -webkit-animation: fade-in 1s ease;
    animation: fade-in 1s ease
}

.lazy-loader-animation {
    background-color: #353e4c!important;
    background-image: linear-gradient(90deg,#353e4c,#8a90a2,#353e4c)!important;
    background-size: 200px 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-animation: lazy-loading 1.2s ease-in-out infinite;
    animation: lazy-loading 1.2s ease-in-out infinite;
    height: 100%;
    width: 100%;
    margin: 0 auto
}

@-webkit-keyframes lazy-loading {
    0% {
        background-position: -200px 0
    }

    to {
        background-position: calc(200px + 100%) 0
    }
}

@keyframes lazy-loading {
    0% {
        background-position: -200px 0
    }

    to {
        background-position: calc(200px + 100%) 0
    }
}

.dom-image-lazy-loader {
    position: relative
}

.dom-image-lazy-loader .lazy-loader-animation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.text-lazy-loader {
    width: 100%;
    min-width: 40px;
    display: flex;
    flex-direction: column
}

.image-lazy-loader .lazy-loader {
    height: 100%
}

.text-lazy-loader .text-line {
    height: 20px
}

.text-lazy-loader .text-line:not(:last-child) {
    margin-bottom: 10px
}

#header.mobile .authed,#header.mobile .unauthed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%
}

#header.mobile .authed #logo {
    width: 90px!important
}

#header.mobile #header-deposit {
    margin: 0 16px
}

#header.mobile .icons {
    margin: 0;
    border: 1px solid var(--separator);
    border-radius: 4px
}

#header.mobile .icons>div:last-child,#header.mobile .right {
    margin: 0
}

#header.mobile .right {
    width: 100%
}

#header.mobile .left-bar-action {
    margin-right: 0
}

#header.mobile .search {
    margin-right: 16px
}

@media(max-width: 1200px) {
    #header.mobile .left-bar-action {
        display:none
    }
}

@media(max-width: 1400px) {
    #header .left {
        position:relative!important
    }
}

.mobile-nav-menu.child-nav-menu {
    background-color: var(--background)
}

.mobile-nav-menu.child-nav-menu>a {
    height: 72px
}

.mobile-nav-menu.child-nav-menu>a h3 {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    width: 100%;
    margin-bottom: 7px
}

.mobile-nav-menu.child-nav-menu>a p {
    color: var(--light-grey);
    text-transform: none;
    text-align: left;
    font-weight: 500;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mobile-page-header {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--separator);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    background-color: var(--background)
}

.mobile-page-header .mobile-page-header__titles {
    display: flex;
    flex-direction: column;
    margin: 0 35px
}

.mobile-page-header .mobile-page-header__title_header {
    font-size: 12px;
    font-weight: 600;
    color: var(--white)
}

.mobile-page-header .mobile-page-header__title_subheader {
    font-size: 12px;
    color: var(--light-grey);
    text-transform: none;
    margin-top: 7px;
    font-weight: 500
}

.mobile-page-header .back-button {
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.mobile-page-header .decorated-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-page-header .decorated-link span {
    margin-right: 9px
}

.documents-required-count {
    background-color: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: .8em;
    line-height: 2em;
    font-weight: 600
}

@media(max-width: 1200px) {
    .mobile-user-dropdown .page-nav {
        width:100%!important
    }

    .mobile-user-dropdown .dropdown__content ul li a {
        display: flex;
        align-items: center;
        text-align: left;
        color: var(--light-grey-three);
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        padding: 11px 24px
    }

    .mobile-user-dropdown .dropdown__trigger .user {
        padding: 12px
    }
}

.view-bonuses-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-top: 10px
}

.linkBonus {
    width: 90%;
    margin-bottom: 10px
}

.text-h1 {
    color: var(--light-grey-three)!important
}

div#footer-wrapper {
    padding: 0!important
}

#footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: var(--footer-color);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    left: 0;
    right: 0;
    width: 100%
}

#footer .emails-contact-row {
    display: flex;
    flex-direction: row;
    justify-content: center
}

#footer .emails-contact p,#footer .emails-contact span {
    margin-left: 3px;
    margin-right: 3px
}

#footer .link-col {
    text-align: left
}

#footer .link-col h4 {
    display: flex;
    align-items: center;
    height: 39px;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    text-transform: uppercase
}

#footer .link-col ul li {
    margin-bottom: 25px;
    text-align: left;
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px
}

#footer>.row {
    width: 100%
}

#footer ul:not(.languages) {
    list-style: none;
    justify-content: inherit;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#footer ul li {
    height: 18px;
    cursor: pointer;
    color: #7b8ca9;
    font-size: 14px;
    line-height: 18px
}

#footer .left-col ul li {
    margin-right: 30px
}

#footer .right-col ul li {
    margin-left: 30px
}

#footer .left-col,#footer .right-col {
    display: flex;
    flex-direction: column
}

#footer .language-row {
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
    align-items: center;
    color: var(--dark-grey)
}

#footer .emails-contact {
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media(max-width: 500px) {
    #footer .emails-contact-separator {
        display:none
    }

    #footer .emails-contact {
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #footer .emails-contact-row {
        display: flex;
        flex-direction: row;
        justify-content: center
    }
}

#footer .language-row .dropdown-style-1 .language h1 {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--dark-grey);
    margin-right: 12px;
    margin-left: 9px
}

#footer .language-row .footer-language-container {
    flex-direction: column;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -57px;
    -webkit-animation: dropdown-in-footer .5s ease!important;
    animation: dropdown-in-footer .5s ease!important
}

#footer .language-row .footer-language-container ul li {
    height: unset
}

#footer .language-row .footer-language-container ul li>a {
    padding: 10px
}

#footer .language-row .footer-language-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    right: 12px;
    border: 5px solid transparent;
    border-top-color: #1a1b1c;
    border-bottom: none
}

@-webkit-keyframes dropdown-in-footer {
    0% {
        -webkit-transform: translateY(calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

@keyframes dropdown-in-footer {
    0% {
        -webkit-transform: translateY(calc(-100% - 25px));
        transform: translateY(calc(-100% - 25px));
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1
    }
}

#footer .copyright-row {
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: hsla(0,0%,100%,.5);
    line-height: 1.6em
}

#footer .logo-row {
    margin-bottom: 35px;
    flex-direction: column;
    text-align: left
}

#footer .logo-row>div {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: normal;
    color: #fff;
    margin: 25px 0
}

#footer .company-info p {
    font-size: 12px;
    line-height: 1.67em
}

#footer .social-icons {
    height: 100%;
    display: flex
}

#footer .social-icons li a {
    font-size: 24px;
    margin-right: 25px
}

#footer .curacao img {
    margin-bottom: 25px;
    height: 34px
}

#footer .text-row .description {
    margin-top: 15px
}

#footer .text-row .copyright {
    margin-top: 50px
}

#footer .logo-row {
    display: flex;
    align-items: flex-start
}

#footer .text-row {
    padding-top: 35px;
    padding-bottom: 25px;
    align-items: flex-start
}

#footer .text-row p {
    margin-bottom: 20px;
    color: var(--dark-grey)
}

#footer .text-row p a {
    color: var(--white)
}

#footer .interac img {
    border-radius: 5px
}

#footer .interac-etransfer img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

#footer .logo-row .logo img {
    height: 39px
}

#footer .logo-row a {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

#footer .curacao {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 0;
    height: 100%
}

#footer .gamcare img {
    width: 50px
}

#footer .gamble-aware img {
    width: 100px!important
}

#footer .addiction-help .description {
    margin-bottom: 25px
}

#footer .addiction-help .col {
    display: flex;
    align-items: center
}

#footer section {
    padding: 47px 0;
    width: 100%
}

#footer p {
    margin: 0;
    height: 100%;
    line-height: 1.4em;
    color: hsla(0,0%,100%,.5)
}

#footer img.country {
    border-radius: 4px;
    cursor: pointer;
    width: 30px;
    height: 20px;
    margin-bottom: 15px
}

#footer .payment-methods {
    align-items: center;
    margin: 24px 0;
    display: flex;
    justify-content: space-between
}

#footer .payment-methods img {
    width: 40px;
    opacity: .4
}

@media(min-width: 769px) {
    #footer .logo-main-row>div {
        flex-basis:33.3333%;
        max-width: 33.3333%;
        display: flex;
        justify-content: flex-start
    }
}

@media(max-width: 768px) {
    #footer .logo-main-row {
        padding-top:24px;
        margin-bottom: -8px
    }

    #footer .logo-main-row>div {
        margin-bottom: 8px!important
    }

    #footer .content {
        width: auto!important;
        padding: 0 24px
    }

    #footer .logo-row ul li {
        margin-right: 20px
    }

    #footer .left-col ul {
        flex-direction: column
    }

    #footer .left-col ul li {
        margin-bottom: 30px!important
    }

    #footer .social-icons li a {
        margin: 0!important
    }

    #footer .copyright-row {
        border-top: none!important
    }

    #footer .logo-row {
        flex-direction: column
    }

    #footer .logo-row a {
        margin-right: 0!important;
        margin-bottom: 26px
    }

    #footer section {
        padding: 0
    }

    #footer .link-col h4 {
        height: unset;
        font-size: 10px
    }

    #footer .link-col li a {
        font-size: 10px
    }

    #footer .logo-row {
        margin-bottom: 48px;
        justify-content: center
    }

    #footer .logo-row>div {
        margin-top: 0;
        margin-bottom: 32px
    }

    #footer .payment-methods {
        justify-content: flex-start;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        margin: 9px 0
    }

    #footer .payment-methods>* {
        width: 25%;
        max-width: 25%;
        flex-basis: 25%
    }

    #footer .payment-methods>.gamble-aware {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%
    }

    #footer .payment-methods img {
        margin: 15px
    }

    #footer .text-row {
        padding-top: 24px;
        padding-bottom: 4px
    }

    #footer .row>div {
        margin-bottom: 32px
    }

    #footer .text-row.row>div {
        margin-bottom: 0
    }

    #footer .curacao img {
        margin-bottom: 32px
    }

    #footer {
        #margin-bottom:var(--mobile-nav-height)}

    #footer .language-row {
        padding-top: 24px;
        padding-bottom: 32px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    #footer .language-row .copyright {
        margin-bottom: 16px
    }

    #footer .language-row .footer-language-container {
        max-height: 50vh;
        overflow-y: auto;
        left: 0;
        right: unset
    }
}

#banner {
    width: 100%;
    max-width: none!important;
    background: var(--lime-green);
    padding: 11px 15px!important;
    height: var(--banner-height);
    color: #fff;
    font-size: 14px;
    position: fixed;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis
}

#banner .fa-close {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer
}

#banner.forced img {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: -3px
}

#banner a {
    text-decoration: underline
}

#banner button {
    margin-left: 10px
}

@media(max-width: 768px) {
    #banner {
        padding:11px 30px!important;
        z-index: 70
    }

    #banner,#banner button {
        font-size: 10px
    }

    #banner .fa-close {
        padding: 6px
    }
}

#chat {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    height: 100%;
    background-color: var(--background-two);
    border-left: 1px solid var(--separator);
    position: relative
}

@-webkit-keyframes dropdown-in-chat {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes dropdown-in-chat {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

#chat h1 {
    margin-left: 9px;
    margin-right: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--dark-grey)
}

#chat .message-outer.menu-open .message {
    z-index: 35!important
}

#chat .close {
    cursor: pointer;
    font-size: 10px;
    color: var(--light-grey)!important;
    font-weight: 700;
    border-radius: 50%;
    background: rgba(141,146,151,.2);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#chat .close:hover {
    background: rgba(141,146,151,.4)
}

#chat .fill {
    flex-grow: 2
}

#chat-body {
    min-height: 0;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    position: relative
}

#chat-body .scrollable {
    overflow-y: auto;
    width: 100%;
    padding: 0 24px;
    overflow-x: hidden
}

#chat-body .scrollable::-webkit-scrollbar {
    width: 0
}

#chat-body .scrollable::-webkit-scrollbar-track {
    background: #131521
}

#chat-body .message-outer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px;
    position: relative
}

#chat-body .message .user-profile-link {
    display: inline-block;
    top: 3px;
    position: relative
}

#chat-body .message {
    text-align: left;
    position: relative;
    -webkit-animation: chat-message-in .5s ease forwards;
    animation: chat-message-in .5s ease forwards;
    color: #fff;
    background: var(--background-three);
    border-radius: 4px;
    padding: 10px 16px;
    width: 100%;
    margin-bottom: 4px
}

#chat-body .message .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%
}

#chat-body .message .inner {
    display: flex;
    align-items: flex-start
}

@-webkit-keyframes chat-message-in {
    0% {
        opacity: 0;
        top: -5px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes chat-message-in {
    0% {
        opacity: 0;
        top: -5px
    }

    to {
        opacity: 1;
        top: 0
    }
}

#chat>.header {
    padding: 0 24px!important
}

#chat>.header .dropdown__trigger {
    justify-content: space-between;
    height: 32px
}

#chat>.header .dropdown__trigger svg {
    height: 8px;
    margin-right: 4px
}

#chat-body .message .dropdown__content {
    z-index: 10;
    margin-top: 2px;
    bottom: calc(100% + 10px);
    width: 50%;
    left: 10px;
    border: 2px solid #2d2f3c;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.49)
}

#chat-body .message .dropdown__content:after {
    left: 18px;
    right: auto;
    border: 5px solid transparent;
    border-top-color: #2d2f3c;
    border-bottom: none;
    bottom: -5px
}

#chat-body .message .username {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    color: var(--light-grey);
    cursor: pointer;
    padding-right: 5px
}

#chat-body .message .chat-rank {
    display: flex;
    position: relative;
    float: left;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: 7px
}

#chat-body .message .chat-rank img {
    margin: 0
}

#chat-body .message .chat-rank .tooltip {
    display: none;
    padding: 1em 15px;
    position: absolute;
    background: var(--separator);
    box-shadow: 0 2px 14px 0 rgba(7,12,17,.6);
    border-radius: 6px;
    text-align: center;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-animation: fade-in .5s ease;
    animation: fade-in .5s ease;
    z-index: 12
}

#chat-body .message .chat-rank .tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--separator)
}

#chat-body .message .chat-rank .tooltip div.level {
    color: var(--dark-grey);
    margin-top: 2px
}

#chat-body .message .chat-rank:hover>div {
    display: block
}

#chat-body .message .chat-rank h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33
}

#chat-body .message .chat-rank .level {
    font-size: 12px;
    line-height: 1.33;
    color: var(--dark-grey);
    white-space: nowrap;
    margin-top: 5px;
    font-weight: 400
}

#chat-body .message .username .chat-rank.label.admin,#chat-body .message .username .chat-rank.label.mod {
    color: var(--red)
}

#chat-body .message .username .chat-rank.label.support {
    color: var(--cloudy-blue)
}

#chat-body .message .username .ban {
    margin: 0 3px;
    color: #ff4954;
    opacity: .3;
    cursor: pointer
}

#chat-body .dropdown {
    width: 100%
}

#chat-body .message .text {
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: var(--light-grey);
    width: 100%;
    position: relative
}

#chat-body .message .text p {
    margin: 0;
    display: contents;
    word-wrap: break-word;
    color: var(--white-grey-two);
    line-height: 1.67;
    font-size: 12px
}

#chat-body .message.menu-open {
    z-index: 1
}

#chat-body .message .popover {
    position: absolute;
    background-color: #272e3b;
    border-radius: 3px;
    flex-direction: column;
    box-shadow: 0 0 3px rgba(19,22,28,.3);
    top: 20px;
    z-index: 100;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff;
    box-sizing: border-box;
    padding: 10px
}

#chat-body .message .popover,#chat-body .message .popover .input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#chat-body .message .popover input {
    flex-grow: 1;
    background-color: initial;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff
}

#chat-footer {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    display: flex;
    padding: 0 24px 24px
}

#chat-footer .requirement-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 15px;
    border-radius: 4px;
    background-color: var(--background-two);
    border: 1px solid var(--separator-three)
}

#chat-footer .requirement-overlay a:hover {
    text-decoration: underline
}

#chat .chat-room-container {
    z-index: 520;
    max-width: 95vw
}

.chat-room-container>ol {
    text-align: left;
    width: 600px;
    max-width: 100%;
    white-space: break-spaces
}

@media(max-width: 600px) {
    .chat-room-container {
        max-width:90vw
    }
}

#chat-footer .fa-paper-plane {
    position: absolute;
    right: 25px;
    cursor: pointer;
    background: linear-gradient(90deg,#ea3a3e,#ff5540);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

#chat-footer .textarea-wrapper {
    position: relative;
    height: 48px;
    width: 100%;
    margin-right: 8px
}

#chat-footer .textarea-wrapper .emoji-wrapper .chat-emoji-picker {
    display: flex;
    position: absolute;
    top: -15px;
    right: 0;
    padding: 15px;
    border-radius: 4px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: var(--background-three);
    border: none;
    box-shadow: 0 5px 20px 0 rgba(6,10,14,.25);
    max-height: 100px;
    -webkit-animation: fade-in .5s ease;
    animation: fade-in .5s ease;
    z-index: 20
}

#chat-footer .textarea-wrapper .emoji-wrapper .emoji {
    cursor: pointer
}

#chat-footer .textarea-wrapper .emoji-wrapper i {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    color: var(--light-grey)
}

#chat-footer .textarea-wrapper .emoji-wrapper.shown i {
    color: #fff
}

#chat-footer textarea {
    background: var(--background-two);
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    color: #fff;
    height: 48px;
    border-radius: 4px;
    outline: none;
    border: 1px solid var(--separator-three);
    resize: none!important
}

#chat-footer textarea::-webkit-scrollbar {
    width: 0
}

#chat-footer textarea::-webkit-input-placeholder {
    color: var(--light-grey);
    font-family: Montserrat;
    line-height: 2;
    font-size: 12px
}

#chat-footer textarea::-moz-placeholder {
    color: var(--light-grey);
    font-family: Montserrat;
    line-height: 2;
    font-size: 12px
}

#chat-footer textarea:-ms-input-placeholder {
    color: var(--light-grey);
    font-family: Montserrat;
    line-height: 2;
    font-size: 12px
}

#chat-footer textarea:-moz-placeholder {
    color: var(--light-grey);
    font-family: Montserrat;
    line-height: 2;
    font-size: 12px
}

#chat-footer .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#chat-footer .online {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    align-items: center
}

#chat-footer .online span {
    width: 8px;
    height: 8px;
    background-color: #22c7a7;
    border-radius: 50%;
    margin-right: 5px
}

#chat-footer .send {
    color: #fff;
    width: 48px;
    height: 48px
}

#chat .fast-forward {
    padding: 10px;
    font-size: 14px;
    color: #7b8ca9;
    font-weight: 700;
    cursor: pointer;
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s
}

#chat-body .message .left {
    width: 100%
}

#chat-body .timestamp {
    height: 100%;
    color: var(--light-grey);
    font-size: 12px;
    flex: 1 1;
    text-align: right;
    line-height: 2;
    font-weight: 500
}

#chat .dropdown__content ul li>a {
    padding: 10px
}

@media(max-width: 1024px) {
    #open-chat {
        display:none!important
    }

    #chat-footer {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 0;
        height: 68px
    }

    #chat-footer .online {
        display: none
    }

    #chat-footer .textarea-wrapper {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-left: 20px;
        margin-right: 10px
    }

    #chat-footer textarea {
        margin-top: 0;
        padding: 8px 10px
    }

    #chat-footer .bottom {
        padding: 10px 20px 10px 10px
    }

    #chat-footer textarea::-webkit-input-placeholder {
        color: var(--light-grey);
        font-family: Montserrat;
        line-height: 2;
        font-size: 16px
    }

    #chat-footer textarea::-moz-placeholder {
        color: var(--light-grey);
        font-family: Montserrat;
        line-height: 2;
        font-size: 16px
    }

    #chat-footer textarea:-ms-input-placeholder {
        color: var(--light-grey);
        font-family: Montserrat;
        line-height: 2;
        font-size: 16px
    }

    #chat-footer textarea:-moz-placeholder {
        color: var(--light-grey);
        font-family: Montserrat;
        line-height: 2;
        font-size: 16px
    }
}

#sidebar {
    width: var(--sidebar-width);
    top: var(--banner-height);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5
}

@-webkit-keyframes chat-in {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block
    }
}

@keyframes chat-in {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block
    }
}

@-webkit-keyframes chat-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }
}

@keyframes chat-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: none
    }
}

#sidebar.sidebar-open {
    -webkit-animation: chat-in .5s ease forwards;
    animation: chat-in .5s ease forwards
}

#sidebar.sidebar-close,#sidebar.sidebar-override-close {
    -webkit-animation: chat-out .5s ease forwards;
    animation: chat-out .5s ease forwards
}

#open-chat {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: var(--red);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    transition: opacity .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer
}

#open-chat.hide-chat-icon,#open-chat.override-hide-chat-icon {
    display: none
}

#open-chat img {
    width: 16px;
    display: flex;
    position: relative;
    top: 1px
}

#open-chat img.esports {
    display: none
}

#open-chat span {
    background-color: #f9305b;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px
}

#sidebar .header {
    min-height: var(--nav-height);
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#sidebar .header .bet-card-icon,#sidebar .header .chat-icon {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none
}

@media(min-width: 768px) {
    #open-chat.override-hide-chat-icon.hide-chat-icon {
        display:none
    }

    #open-chat.override-hide-chat-icon:not(.hide-chat-icon) {
        display: flex
    }

    #sidebar.sidebar-override-close.sidebar-open {
        -webkit-animation: chat-in .5s ease forwards;
        animation: chat-in .5s ease forwards
    }

    #sidebar.sidebar-override-close#sidebar:not(.sidebar-open) {
        -webkit-animation: chat-out .5s ease forwards;
        animation: chat-out .5s ease forwards
    }
}

@media(max-width: 1366px) {
    #open-chat {
        top:auto;
        bottom: 25px
    }
}

@media(min-width: 1500px) {
    body,html {
        --sidebar-width:360px!important
    }
}

@media(min-width: 1024px) and (max-width:1500px) {
    body,html {
        --sidebar-width:270px!important
    }
}

@media(max-width: 1200px) {
    #sidebar .header {
        min-height:70px;
        height: 70px
    }

    #sidebar {
        bottom: var(--mobile-nav-height);
        top: 0!important;
        width: 100%;
        height: auto!important;
        z-index: 6
    }

    #open-chat {
        display: none!important
    }
}

#pwa-tooltip.chrome {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 10
}

#pwa-tooltip.chrome button {
    height: 30px;
    padding: 0 10px;
    margin-left: 10px
}

#pwa-tooltip .fa-close {
    position: absolute;
    right: 10px
}

#pwa-tooltip>div:first-child {
    flex: 1 1
}

#pwa-tooltip.safari {
    display: none!important;
    position: fixed;
    top: 100px;
    z-index: 10;
    background-color: #131521;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    background: var(--dark-background-four);
    border-radius: 2px
}

#pwa-tooltip.safari:after,#pwa-tooltip.safari:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#pwa-tooltip.safari:after {
    border-top-color: var(--dark-background-four);
    border-width: 7px;
    margin-left: -7px
}

#pwa-tooltip.safari:before {
    border-top-color: var(--dark-background-four);
    border-width: 8px;
    margin-left: -8px
}

#pwa-tooltip.safari img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 18px;
    margin-bottom: -5px
}

@media(max-width: 1024px) {
    #pwa-tooltip.safari {
        display:flex!important;
        justify-content: center;
        align-items: center;
        padding: 16px 16px 0
    }

    #pwa-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(15,25,35,.78);
        z-index: 6
    }

    #pwa-tooltip.safari .app-icon {
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 16px
    }

    #pwa-tooltip.safari h1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.78;
        letter-spacing: -.5px;
        color: var(--white);
        text-transform: none
    }

    #pwa-tooltip.safari h1,#pwa-tooltip.safari h2 {
        font-stretch: normal;
        font-style: normal;
        text-align: center
    }

    #pwa-tooltip.safari h2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: normal;
        color: var(--white-grey);
        margin-bottom: 16px
    }

    #pwa-tooltip.safari .separator {
        height: 1px;
        width: 100%;
        background: var(--separator);
        margin-bottom: 16px
    }

    #pwa-tooltip.safari h2 span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    #pwa-tooltip.safari h2 img {
        display: block;
        margin-bottom: 6px;
        height: 23px;
        margin-top: 3px
    }

    #pwa-tooltip.safari .app-icon img {
        -webkit-filter: none;
        filter: none;
        width: 23px;
        height: 32px
    }

    #pwa-tooltip.safari h2>span>span {
        font-weight: 600;
        color: var(--white)
    }

    #pwa-tooltip.chrome {
        display: flex;
        position: fixed;
        height: 74px;
        background-color: var(--dark-background-four);
        top: calc(var(--nav-height) + var(--esports-nav-height) + var(--banner-height));
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding: 16px
    }

    #pwa-tooltip h1 {
        font-weight: 600;
        color: var(--white);
        margin-top: 0;
        margin-bottom: 2px;
        text-transform: uppercase
    }

    #pwa-tooltip h1,#pwa-tooltip h2 {
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal
    }

    #pwa-tooltip h2 {
        font-weight: 400;
        color: var(--light-grey);
        margin: 0
    }

    #pwa-tooltip.chrome button {
        width: 74px;
        height: 24px;
        margin: 0;
        font-size: 10px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.4;
        letter-spacing: normal;
        color: var(--white)
    }

    #pwa-tooltip.chrome>span {
        margin-right: 10px
    }

    #pwa-tooltip .fa-close {
        top: 5px;
        color: var(--light-grey)
    }
}

.blaze-app-menu-icon {
    padding-top: 7px!important;
    padding-bottom: 7px!important
}

.blaze-app-menu-icon:hover {
    color: var(--red)!important;
    background: rgba(0,0,0,.1)
}

.blaze-app-menu-icon:hover>div h1 {
    color: var(--red)!important
}

.blaze-app-menu-icon:hover .blaze-menu-dropdown {
    fill: var(--red)!important
}

.blaze-app-menu-icon>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1
}

.blaze-app-menu-icon>div h1 {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--white);
    margin: 0
}

.blaze-app-menu-icon button {
    width: 74px;
    height: 24px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center
}

#leftbar #blaze-app-menu-leftbar * {
    fill: var(--light-grey)
}

#leftbar #blaze-app-menu-leftbar:hover * {
    fill: var(--red)!important
}

.menu-collapse {
    border-bottom: 1px solid var(--separator);
    font-size: 12px
}

.menu-collapse,.menu-collapse-dropdown {
    align-items: center;
    justify-content: space-between
}

.menu-collapse-dropdown {
    position: relative;
    height: 60px;
    display: flex;
    padding: 0 34px;
    cursor: pointer;
    color: var(--light-grey);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap
}

.menu-collapse .MuiCollapse-entered {
    padding-bottom: 1rem
}

.blaze-app-left-bar-container {
    display: flex;
    flex-direction: row;
    padding: 16px;
    width: 92%;
    background: linear-gradient(133deg,#4e5868,#394051);
    border-radius: 4px;
    margin: 20px auto auto
}

.blaze-app-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 4px;
    gap: 4px;
    flex: 1 0
}

.blaze-app-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 35px
}

.blaze-app-icon-container h3.blaze-app-icon-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 0 5px
}

.blaze-app-subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    width: 70%;
    color: #bcbfc7
}

.btn-blaze-container {
    display: flex;
    flex-direction: row;
    align-items: center
}

.blaze-app-left-bar-container .btn-blaze-container .btn-blaze-app {
    text-transform: uppercase;
    text-align: center;
    padding: 4px 12px;
    grid-gap: 8px;
    gap: 8px;
    font-size: 10px
}

.blaze-app-left-bar-container .icon-download-app {
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

@media(min-width: 1024px) {
    .blaze-app-left-bar-container {
        flex-direction:column
    }

    .blaze-app-left-bar-container .btn-blaze-container .btn-blaze-app {
        margin-top: 12px
    }

    .blaze-app-subtitle {
        width: 100%
    }
}

#leftbar {
    width: var(--leftbar-width);
    top: var(--nav-height);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 6;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid var(--separator);
    background: var(--background);
    transition: width .5s ease;
    scrollbar-width: none
}

#leftbar .has_one_spinner {
    background: var(--red);
    width: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

#leftbar::-webkit-scrollbar {
    display: none
}

#leftbar .refer-a-friend-link>div {
    width: 100%;
    display: flex
}

#leftbar .soon {
    opacity: .3
}

#leftbar sup {
    color: var(--red);
    font-size: 8px;
    font-weight: 400;
    margin-left: 5px
}

#leftbar.leftbar-close .bottom,#leftbar.leftbar-close ul a span {
    display: none
}

#leftbar ul {
    list-style: none;
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 22px 0 -8px;
    max-height: auto;
    transition: max-height .2s ease
}

#leftbar .casino-group-close {
    overflow: hidden;
    max-height: 0
}

#leftbar ul li {
    padding: 8px 0;
    width: 100%
}

#leftbar ul li a {
    white-space: nowrap;
    width: 100%;
    padding: 0 10px 0 32px;
    display: flex;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    color: var(--light-grey);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    align-items: center
}

#leftbar .separator {
    border-bottom: 2px solid var(--separator);
    margin: 32px;
    opacity: .7
}

#leftbar ul li .theme-default.active {
    color: #fff;
    border-right: 3px solid var(--red)
}

#leftbar ul li .theme-alt.active {
    color: #fff;
    border-right: 3px solid #48ff4f
}

#leftbar ul li a:hover {
    color: #fff
}

#leftbar ul li .theme-alt svg * {
    fill: #404952!important
}

#leftbar ul li .theme-default.active svg *,#leftbar ul li .theme-default:hover svg * {
    fill: #fff!important
}

#leftbar ul li .theme-alt.active svg *,#leftbar ul li .theme-alt:hover svg * {
    fill: #48ff4f!important
}

#leftbar ul li svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

#leftbar ul li a span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#leftbar .bottom li {
    padding: 0;
    display: flex
}

#leftbar .bottom li a {
    color: var(--white);
    text-transform: capitalize;
    font-size: 12px;
    padding: 0 16px;
    margin-left: 18px;
    margin-right: 18px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px
}

#leftbar .bottom li a:hover {
    background: var(--background-two)
}

@-webkit-keyframes left-bar-in {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: none
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }
}

@keyframes left-bar-in {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: none
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }
}

@-webkit-keyframes left-bar-out {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: none
    }
}

@keyframes left-bar-out {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        display: block
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: none
    }
}

@-webkit-keyframes left-bar-mobile-in {
    0% {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes left-bar-mobile-in {
    0% {
        left: -100%
    }

    to {
        left: 0
    }
}

@media(min-width: 768px) {
    #leftbar.leftbar-override-close.leftbar-open {
        -webkit-animation:left-bar-in .5s ease forwards;
        animation: left-bar-in .5s ease forwards
    }

    #leftbar.leftbar-override-close#leftbar:not(.leftbar-open) {
        -webkit-animation: left-bar-out .5s ease forwards;
        animation: left-bar-out .5s ease forwards
    }
}

@media(max-width: 1366px) {
    #leftbar.leftbar-open {
        padding-bottom:75px
    }

    #open-chat {
        top: auto;
        bottom: 25px
    }
}

#leftbar .mobile-header {
    display: none;
    padding: 16px 16px 0;
    justify-content: space-between;
    border-radius: 4px
}

#leftbar .mobile-header a#logo {
    width: auto;
    height: 32px
}

#leftbar .mobile-header a#logo img {
    height: 100%
}

.img-logo-mobile {
    height: 50%!important
}

#leftbar .mobile-header .close-button {
    width: 32px;
    height: 32px;
    background: rgba(141,146,151,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#leftbar.leftbar-close .subcategory {
    display: none
}

@media(max-width: 1200px) {
    #leftbar .mobile-header {
        display:flex;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: var(--background);
        z-index: 2
    }

    #leftbar {
        width: 100%;
        height: auto!important;
        border: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        padding: 0;
        -webkit-animation: left-bar-mobile-in .5s ease;
        animation: left-bar-mobile-in .5s ease;
        overflow-x: hidden;
        overflow-y: auto
    }

    #leftbar.leftbar-close ul a span {
        display: block
    }

    #leftbar ul li a.active {
        border: none
    }

    #leftbar.leftbar-close .bottom {
        display: block
    }

    #leftbar.leftbar-close {
        display: none
    }
}

.large {
    margin-top: 40px
}

.subcategory-row {
    display: flex;
    height: 72px;
    align-items: center;
    padding: 0 10px
}

@media(max-width: 1024px) {
    .subcategory-row {
        border-bottom:1px solid var(--separator)
    }

    .subcategory-col {
        display: flex;
        align-items: center;
        height: 100%
    }
}

.subcategory-col {
    padding: 0 5px;
    flex: 1 1
}

.subcategory {
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--light-grey);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    flex: 1 1;
    text-align: center;
    justify-content: center;
    background-color: initial;
    border-bottom: 2px solid transparent;
    transition: .5s ease
}

.subcategory svg {
    margin-right: 5px;
    height: 20px
}

.subcategory.active,.subcategory:hover {
    border-bottom: 2px solid var(--red);
    color: var(--white)
}

.subcategory.active {
    transition: .5s ease
}

.subcategory svg {
    height: 18px;
    cursor: pointer
}

.subcategory svg:hover * {
    fill: #fff
}

.divider-left {
    border-bottom: 1px solid var(--separator);
    margin: 20px 34px 32px
}

.right {
    margin-right: 15px
}

.white {
    color: #fff
}

.parceiro__leftbar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    margin: 16px 20px 15px;
    background-color: var(--background-two);
    border: 1px solid var(--background-two);
    transition: all .5s;
    color: #fff
}

.parceiro__btn__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.parceiro__btn__container>p {
    margin: 0;
    white-space: nowrap;
    font-family: SofiaPro;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left
}

.christmas__leftbar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    background-color: #f12c4c;
    border: 1px solid #f12c4c;
    transition: all .5s;
    margin: 18px 20px 15px
}

.christmas__leftbar:hover {
    background-color: initial;
    border: 1px solid #323b45;
    transition: all .5s
}

.winter__leftbar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    margin: 0 20px 15px;
    background-color: var(--background-two);
    border: 1px solid var(--background-two);
    transition: all .5s
}

.winter__leftbar:hover {
    background-color: initial;
    border: 1px solid #323b45;
    transition: all .5s
}

.carnival_event__leftbar {
    padding: 10px
}

.carnival_event__leftbar:hover {
    color: #000
}

.christmas__text {
    display: block!important
}

.christmas__text:hover {
    font-weight: 400
}

.carnival_event__text:hover {
    color: #fff;
    font-weight: 400
}

.christmas__btn__container {
    display: flex;
    align-items: center;
    position: relative
}

.carnival_event__leftbar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 20px 15px;
    transition: all .5s;
    color: #000;
    background-color: #ffc300;
    border: 1px solid #ffc300;
    font-weight: 800
}

.carnival_event__leftbar:hover {
    font-weight: 400;
    border: 1px solid #000;
    background-color: initial;
    transition: all .5s;
    color: #fff
}

.christmas__text__container {
    display: flex;
    align-items: center
}

.christmas__text {
    color: #fff;
    font-weight: 800
}

.logo_christmas_white {
    position: absolute
}

.logo_christmas_white svg path {
    fill: #fff
}

.christmas__leftbar:hover .logo_christmas_white svg path,.logo_christmas svg path {
    display: none
}

.christmas__leftbar:hover .logo_christmas svg path {
    display: flex
}

@media(max-width: 1199px) {
    .christmas__leftbar {
        margin-top:18px
    }
}

@media(min-width: 1200px) and (max-width:1599px) {
    .christmas__leftbar {
        background-color:#f12c4c;
        border: 1px solid #f12c4c;
        transition: all .5s;
        width: 40px;
        margin: 18px 23px 15px
    }

    .winter__leftbar {
        border: none;
        background-color: var(--background-two);
        border: 1px solid var(--background-two);
        transition: all .5s;
        width: 40px;
        margin: 0 23px 15px
    }

    .leftbar-close .christmas__text {
        display: none
    }

    .leftbar-open .christmas__text {
        display: block;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

    .leftbar-open .christmas__leftbar {
        width: 200px;
        margin-top: 18px
    }
}

.leftbar-open .casino-group-open {
    margin-top: 0!important
}

.sponsorship-item {
    margin-left: 8px
}

#leftbar .faq svg rect:nth-child(2) {
    fill: var(--dark-background)!important
}

.menu-options-group {
    padding-top: 24px
}

.search .search-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--separator);
    background: var(--background-four);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px;
    cursor: pointer;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px
}

.search .search-input.search-input-32 {
    height: 32px;
    font-size: 12px;
    padding: 8px 12px;
    width: 180px
}

.search .search-input.search-input-32 input {
    margin-left: 8px
}

.search .search-input input {
    background: 0 0;
    height: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    padding: 0;
    width: 100%;
    margin-left: 12px
}

.search .search-input input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.search .search-input input:focus::placeholder {
    color: transparent;
    transition: color .2s ease
}

.search .search-input input::-webkit-input-placeholder {
    color: var(--light-grey)
}

.search .search-input input::placeholder {
    color: var(--light-grey)
}

@-webkit-keyframes search-results-in {
    0% {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes search-results-in {
    0% {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.search .search-results {
    background: var(--background-four);
    margin-top: 8px;
    border: 1px solid var(--separator);
    border-radius: 4px;
    color: var(--light-grey);
    -webkit-animation: search-results-in .5s ease;
    animation: search-results-in .5s ease;
    position: relative
}

.search .search-results .loading {
    text-align: left
}

.search .search-results .tabs {
    padding: 0 23px;
    text-transform: capitalize;
    display: flex;
    border-bottom: 1px solid var(--separator)
}

.search .search-results .tabs .tab {
    cursor: pointer;
    font-weight: 600;
    padding: 16px 12px;
    font-size: 12px;
    transition: color .2s ease
}

.search .search-results .tabs .tab:hover {
    background: var(--background)
}

.search .search-results .tabs .tab.selected {
    border-bottom: 2px solid var(--red);
    color: var(--white)
}

.search .search-results h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 0 12px 16px 24px
}

.search .search-results .search-results-content {
    padding: 12px 0;
    max-height: 400px;
    overflow: auto;
    margin-top: 12px;
    margin-bottom: 12px
}

.search .search-results .search-results-content::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #515963
}

.search .search-results .latest-searches {
    display: flex;
    margin-bottom: 16px;
    margin-left: 24px
}

.search .search-results .latest-searches .latest-search {
    background: #2d363f;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    color: var(--white);
    font-weight: 400
}

.search .search-results .latest-searches .latest-search:hover {
    background: var(--background)
}

.search .search-results .suggested-games .suggested-game {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 24px;
    min-height: 90px
}

.search .search-results .suggested-games .suggested-game:hover {
    background: var(--background)
}

.search .search-results .suggested-games .suggested-game:last-child {
    margin-bottom: 0
}

.search .search-results .suggested-games .suggested-game .game-left {
    display: flex
}

.search .search-results .suggested-games .suggested-game img {
    width: 66px;
    border-radius: 4px;
    height: auto
}

.search .search-results .suggested-games.provider-results .suggested-game img {
    width: 66px;
    border-radius: 4px;
    height: 66px
}

.search .search-results .suggested-games .suggested-game .game-right {
    margin-left: 15px
}

.search .search-results .suggested-games .suggested-game .game-right .title {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: var(--white);
    margin-bottom: 6px
}

.search .search-results .suggested-games .suggested-game .game-right .provider {
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.search .close {
    position: absolute;
    right: 9px
}

.search h3.search-results-title span {
    font-weight: 500;
    font-size: 14px;
    color: var(--light-grey)
}

.search h3.search-results-title span span {
    color: #fff
}

.overlay {
    width: 100%;
    background-color: rgba(26,46,56,.7);
    z-index: 7
}

.mobile-search,.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%
}

.mobile-search {
    width: 100vw;
    bottom: 0;
    right: 0
}

.banner-open {
    margin-top: 40px
}

.mobile-search .top {
    padding: 24px 16px 16px
}

.mobile-search .top .title {
    font-size: 18px;
    color: var(--white);
    margin-left: 16px;
    font-weight: 700
}

.mobile-search .back-button {
    display: flex;
    align-items: center
}

.mobile-search .search .search-results {
    background: 0 0;
    border: none
}

.mobile-search .search .search-input {
    margin: 0 16px;
    height: 40px
}

.mobile-search .search-box-wrapper {
    display: flex;
    position: relative
}

.mobile-search .search {
    width: 100%
}

.mobile-search {
    display: flex;
    flex-direction: column
}

.mobile-search .search-box-wrapper {
    flex-grow: 1
}

.mobile-search .search {
    height: 100%;
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.mobile-search .search .search-results {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.mobile-search .search .search-results .search-results-content {
    max-height: 69vh
}

.mobile-nav-menu {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    bottom: var(--mobile-nav-height);
    background-color: var(--background-two);
    display: flex;
    flex-direction: column;
    z-index: 2;
    #animation:hamburger-in.3sease-out;overflow-y: auto
}

@-webkit-keyframes hamburger-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hamburger-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.mobile-nav-menu>a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
    height: 56px;
    color: var(--light-grey);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: flex-start;
    flex-direction: column;
    position: relative
}

.mobile-nav-menu>a h3,.mobile-nav-menu>a p {
    margin: 0
}

.mobile-nav-menu>a {
    border-bottom: 1px solid var(--separator)
}

.mobile-nav-menu.root>a:last-child {
    border-bottom: none
}

.mobile-nav-menu .menu-link i {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-router .mobile-nav-menu {
    transition: none;
    -webkit-animation: scale-in .5s ease;
    animation: scale-in .5s ease
}

@-webkit-keyframes scale-in {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-in {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.menu-router.navigation-forward #mobile-nav-root.menu-enter,.menu-router.navigation-forward .mobile-nav-menu.menu-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-router.navigation-forward #mobile-nav-root.menu-enter,.menu-router.navigation-forward .mobile-nav-menu.menu-enter,.menu-router.navigation-forward .mobile-nav-menu.menu-exit {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.menu-router.navigation-forward #mobile-nav-root.menu-enter,.menu-router.navigation-forward .mobile-nav-menu.menu-exit-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-router.navigation-backward #mobile-nav-root.menu-enter,.menu-router.navigation-backward .mobile-nav-menu.menu-enter-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.menu-router.navigation-backward #mobile-nav-root.menu-enter,.menu-router.navigation-backward .mobile-nav-menu.menu-enter,.menu-router.navigation-backward .mobile-nav-menu.menu-exit {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-router.navigation-backward #mobile-nav-root.menu-enter,.menu-router.navigation-backward .mobile-nav-menu.menu-exit-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#mobile-nav-root {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-animation: fade-in .7s ease;
    animation: fade-in .7s ease;
    background-color: rgba(15,25,35,.78)
}

.mobile-nav-menu.root {
    border-radius: 2px;
    box-shadow: 0 6px 40px 0 rgba(7,12,17,.4);
    background-color: var(--white-two);
    position: fixed;
    top: 16px;
    left: 16px;
    overflow-y: hidden;
    max-width: 229px;
    overflow-x: hidden;
    bottom: calc(var(--mobile-nav-height) + 16px)
}

.mobile-nav-menu.root:after {
    content: "";
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 12px;
    border-radius: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--white-two)
}

.mobile-nav-menu.root .mobile-nav-scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: scroll;
    flex-grow: 1;
    border-bottom: 1px solid rgba(170,176,196,.3);
    padding-top: 12px;
    padding-bottom: 12px
}

.mobile-nav-menu.root .mobile-nav-scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

.mobile-nav-menu.root a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--bluey-grey);
    position: relative;
    padding: 12px 18px 12px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row!important;
    width: 100%
}

.mobile-nav-menu.root a:hover {
    color: var(--red)!important;
    background: rgba(0,0,0,.1)
}

.mobile-nav-menu.root a:hover .blaze-menu-dropdown {
    fill: var(--red)!important
}

.mobile-nav-menu.root a svg {
    margin-right: 10px
}

.mobile-fullscreen-views>* {
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark-background);
    z-index: 15
}

body,html {
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-family: SofiaPro,roboto,sans-serif,Nasalization!important;
    margin: 0;
    font-weight: 400;
    line-height: 1.42857;
    padding: 0;
    width: 100%;
    height: 100%;
    --nav-height: 72px;
    --feed-width: 0px;
    --chat-width: 340px;
    --side-offset: 25px;
    --bottom-offset: 25px;
    --sidebar-width: 340px;
    --scrollbar-width: 17px;
    --banner-height: 0px;
    --hide-main-page: block;
    --mobile-nav-height: 63px;
    --page-height: 100vh;
    --border-radius: 4px;
    --main-height: calc(100vh - var(--nav-height));
    #--esports-nav-height:64px;--esports-nav-height: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    --body-height: 100vh;
    --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: #142dcc;
    --lightish-blue: #4860f9;
    --cloudy-blue: #acb1cd;
    --weird-green: #3eed80;
    --pastel-blue: #a6b4ff;
    --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;
    --background-six: #434d58;
    --dark-background: #0f1923;
    --dark-background-four: #262f3c;
    --dark-background-five: #2e3142;
    --light-background: #1b242f;
    --dark-blue: #0e1a29;
    --sky-blue: #96ecff;
    --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;
    --crash-v2-red: #ff4085;
    --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;
    --dark-green-2: #1ee86f;
    --dark-green-3: rgba(43,255,128,0.2);
    --dark-text: #0f1821;
    --shadow-black: rgba(0,0,0,0.25);
    --modal-overlay: rgba(15,25,35,0.8);
    --border-round: linear-gradient(0deg,#212b36 -142042.19%,#343b4b 595.4%);
    --good-round: #2cdd69;
    --regular-round: #0f1923;
    --history-table-border: rgba(50,59,69,0.6);
    --history-table-box-shadow: rgba(6,10,14,0.25);
    --history-table-amount: rgba(241,44,76,0.25);
    --history-table-amount-good: rgba(4,212,124,0.25);
    background: var(--background)
}

.grecaptcha-badge {
    visibility: hidden
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}

.languages {
    padding: 12px 0!important
}

.language {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--bluey-grey);
    padding-left: 24px!important;
    padding-right: 10px!important
}

.language .flag {
    height: 16px;
    width: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.language>a {
    padding: 8px 0!important
}

#background {
    z-index: 0;
    background-size: cover;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .05
}

#page-container,.align-center {
    align-items: center
}

#page-container {
    left: var(--leftbar-width);
    right: var(--sidebar-width);
    bottom: 0;
    top: calc(var(--nav-height) + var(--esports-nav-height) + var(--banner-height));
    position: absolute;
    text-align: center;
    margin-right: 0;
    transition: all .5s ease
}

main {
    min-height: 100vh
}

#page-container::-webkit-scrollbar {
    display: none
}

#page-container .scrollable>.content {
    #min-height:calc(100vh-var(--nav-height))}

#page-container .scrollable {
    #overflow-y: auto;
    #overflow-x:hidden;height: calc(100vh - var(--nav-height) - var(--esports-nav-height))
}

#page-container>.page {
    max-width: 1170px;
    padding: 40px 20px;
    width: 100%;
    min-height: 85vh
}

#page-container>.page,.page {
    -webkit-animation: page-change .5s ease-in-out;
    animation: page-change .5s ease-in-out
}

.page {
    margin: 0 auto;
    min-height: calc(100vh - var(--nav-height));
    position: relative
}

.box {
    box-shadow: 0 2px 7px 0 #131521;
    background-color: #272b41;
    padding: 30px
}

.box,.sub-nav {
    border-radius: 4px
}

.sub-nav {
    width: 262px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    box-shadow: 0 5px 20px 0 rgba(6,10,14,.25);
    background-color: var(--background-two);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--light-grey);
    text-align: left;
    margin: 0;
    padding: 20px 5px 20px 32px
}

.sub-nav .active {
    color: var(--white)
}

.sub-nav li {
    padding: 12px 0
}

.sub-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    position: relative
}

.sub-nav a svg {
    margin-bottom: -2px
}

.sub-nav a i,.sub-nav a svg {
    margin-right: 12px;
    height: 16px
}

.sub-nav a i {
    font-size: 16px
}

.sub-nav .color {
    fill: var(--light-grey)
}

.sub-nav .active .color,.sub-nav li:hover .color {
    fill: var(--white)
}

.sub-nav li:hover a {
    color: var(--white)
}

#page-container>.page.no-top {
    padding-top: 0
}

@-webkit-keyframes page-change {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes page-change {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

input::-webkit-input-placeholder {
    color: #7b8ca9
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.input-forum {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

::-webkit-scrollbar {
    width: 17px;
    z-index: 0
}

.invis::-webkit-scrollbar {
    width: 0;
    height: 0
}

body::-webkit-scrollbar {
    width: 0
}

#fixed-header {
    position: fixed;
    left: 0;
    right: var(--sidebar-width);
    z-index: 6
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #1b1d2b
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: hsla(0,0%,100%,.08)
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    #transition:.5seaseall;width: 100%;
    font-family: sofiapro,sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

button:disabled {
    opacity: .3;
    cursor: not-allowed!important
}

button.toggle.toggled {
    opacity: .3
}

input:disabled {
    cursor: not-allowed;
    opacity: .4
}

.pointer {
    cursor: pointer
}

button.red,input.submit-button.red {
    background-color: var(--red);
    color: #fff;
    border-radius: 4px;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.3px
}

button.red:hover {
    transition: background-color .5s ease;
    background-color: var(--dark-red)
}

button.red:active {
    transition: background-color .25s ease;
    background-color: var(--red);
    position: relative;
    top: 1px
}

button.dark-red {
    background-color: var(--dark-red);
    color: #fff;
    border-radius: 4px;
    padding: 4px 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

button.black {
    font-weight: 500;
    font-size: 14px
}

button.black,button.black-bold {
    background-color: #131521;
    box-shadow: 0 5px 10px 0 rgba(19,21,33,.22);
    color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
    display: flex;
    align-items: center
}

button.black-bold {
    letter-spacing: -.3px;
    font-weight: 600;
    font-size: 16px;
    justify-content: center
}

button.white {
    background: #fff;
    font-weight: 600;
    box-shadow: 0 5px 10px 0 rgba(19,21,33,.34);
    letter-spacing: -.2px;
    color: #272b41;
    padding: 10px 15px;
    font-size: 14px
}

button.blue,button.white {
    border-radius: 4px;
    display: flex;
    align-items: center
}

button.blue {
    background-color: #5f6af2;
    color: #fff
}

button.blue,button.yellow {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    justify-content: center
}

button.yellow {
    border-radius: 4px;
    background-color: #ffc648;
    color: #6c4f11;
    display: flex;
    align-items: center
}

button.green {
    background-color: #1bb67f;
    box-shadow: 0 5px 10px 0 rgba(27,182,127,.27);
    border-radius: 4px;
    color: #fff;
    letter-spacing: -.3px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid transparent;
    transition: all .3s ease
}

#zendesk-launcher:active {
    bottom: 39px;
    top: unset
}

#zendesk-launcher {
    position: fixed;
    left: calc(var(--leftbar-width) + 40px);
    bottom: 40px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .5s ease
}

button.light-green {
    background-color: #22c7a7;
    box-shadow: 0 5px 10px 0 rgba(27,182,127,.27);
    border-radius: 4px;
    color: #fff;
    letter-spacing: -.3px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid transparent;
    transition: all .3s ease
}

button.green:hover {
    box-shadow: 0 5px 15px 0 rgba(27,182,127,.5)
}

button.purple {
    padding: 20px 30px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f9305b;
    box-shadow: 0 5px 10px 0 rgba(249,48,91,.43);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.3px;
    color: #fff
}

button.grey {
    border: 1px solid var(--separator);
    background-color: var(--background-two);
    border-radius: 3px;
    color: var(--cloudy-blue);
    font-weight: 600;
    font-size: 12px;
    padding: 16px 30px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

button.grey.grey-light {
    background-color: var(--light-background)
}

button.open {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fff;
    background: 0 0;
    border: 2px solid #272b41;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.3px
}

button.open:hover {
    background: hsla(0,0%,100%,.06)
}

button.open-2 {
    border-radius: 4px;
    border: 2px solid #60647e;
    letter-spacing: -.3px;
    color: #b6bbd8;
    font-size: 16px;
    padding: 12px;
    font-weight: 700;
    background: 0 0
}

button.open-2:hover {
    background: #60647e
}

button.grey:hover {
    background: var(--background)!important;
    color: #fff;
    transition: background .2s
}

button.purple:hover {
    background: #ff5540!important
}

button.grey img {
    margin-right: 10px
}

button.grey.secondary {
    background-color: #424f66;
    color: #fff;
    padding: 10px 15px
}

input {
    background-color: #131521;
    border: none;
    border-radius: 3px;
    padding: 15px;
    color: #fff;
    outline: none
}

p {
    line-height: 1.42857
}

.input-forum input:not(:last-child) {
    margin-bottom: 20px
}

.buttons {
    display: flex;
    justify-content: space-between
}

button.blue:active {
    transition: all .1s ease
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

hr {
    background: var(--separator);
    border: none;
    width: 100%;
    height: 1px;
    margin: 0
}

a {
    color: var(--dark-grey);
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #fff
}

#intercom-container .intercom-launcher-discovery-frame {
    display: none
}

.dropdown-style-1 .language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: left
}

.dropdown-style-1 .language img {
    height: 15px
}

.dropdown-style-1 .dropdown__trigger {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid var(--separator);
    border-radius: 4px;
    background: rgba(49,58,66,.5)
}

.dropdown__trigger .language {
    padding: 0!important
}

.dropdown__trigger .language div {
    margin-right: 12px
}

.dropdown {
    position: relative
}

.dropdown__content {
    text-align: right;
    -webkit-animation: dropdown-in .5s ease;
    animation: dropdown-in .5s ease;
    min-width: 154px;
    right: -15px;
    white-space: nowrap;
    margin-top: 25px;
    border-radius: 6px;
    box-shadow: 0 6px 40px 0 rgba(7,12,17,.4);
    background-color: var(--white-two);
    color: var(--light-grey-three);
    z-index: 1000
}

.dropdown__content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    right: 12px;
    border-radius: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--white-two)
}

.dropdown__content hr {
    background: rgba(170,176,196,.3);
    margin: 0
}

.dropdown__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%
}

.dropdown__content ul li:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.dropdown__content ul li:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.dropdown__content ul li>a {
    display: flex;
    align-items: center;
    text-align: left;
    color: var(--light-grey-three);
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    padding: 11px 24px
}

.dropdown__content ul li:hover>a {
    color: var(--red)
}

.dropdown__content ul li i {
    margin-right: 20px;
    width: 25px;
    font-size: 16px;
    text-align: center
}

@-webkit-keyframes dropdown-in {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes dropdown-in {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

table {
    width: 100%
}

table.default {
    border-spacing: 0
}

table.default td,table.default th {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 15px 15px 0;
    text-align: left
}

table th.full-divide {
    padding: 0
}

table.default td {
    color: #7b8ca9;
    font-weight: 500;
    border-bottom: 1px solid hsla(0,0%,100%,.06);
    padding: 26px 15px 15px 0
}

table.default td>div {
    -webkit-animation: fade-in .5s ease;
    animation: fade-in .5s ease;
    position: relative
}

table.user-table {
    table-layout: fixed
}

table.user-table.small td,table.user-table.small th {
    font-size: 11px
}

table.user-table th {
    color: #fff
}

table.user-table td,table.user-table th {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

table.user-table td {
    color: #7b8ca9;
    border-bottom: none;
    text-overflow: ellipsis;
    overflow: hidden
}

table.user-table tr:not(:last-child) td {
    border-bottom: 2px solid #272b41
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.full-divide {
    position: relative
}

.full-divide.rail:after {
    bottom: 0
}

.full-divide:after {
    position: absolute;
    content: "";
    left: -100vw;
    right: -100vw;
    bottom: -2px;
    height: 2px;
    background: #1a1b1c
}

.muted {
    color: #7b8ca9;
    opacity: .5
}

ul.tabbed-nav {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7b8ca9;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: auto
}

.tabbed-nav>li {
    width: 126px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    flex: 1 1;
    white-space: nowrap;
    border: 2px solid #131521;
    border-right-width: 0;
    box-shadow: 0 5px 10px 0 rgba(19,21,33,.22)
}

.tabbed-nav>li,.tabbed-nav>li>a {
    transition: all .5s ease
}

.tabbed-nav>li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 2px 0 2px 2px
}

.tabbed-nav>li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 2px
}

.tabbed-nav>li.disabled {
    opacity: .5;
    cursor: not-allowed
}

.tabbed-nav>li.disabled>a {
    cursor: not-allowed
}

.tabbed-nav>li a {
    padding: 0 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 400
}

.tabbed-nav>li.selected {
    color: #fff;
    background-color: #131521
}

.stacked-nav {
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-right: 1px solid #272b41;
    height: 100%;
    padding: 56px 0;
    list-style: none
}

.stacked-nav>li {
    margin-bottom: 30px;
    width: 126px;
    transition: all .5s ease
}

.stacked-nav>li>a {
    padding: 0 15px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.stacked-nav>li.selected,.stacked-nav a.active {
    border-radius: 4px;
    background-color: #2b2c37;
    box-shadow: 0 5px 10px 0 rgba(19,21,33,.23)
}

.good {
    color: var(--lime-green)!important
}

.bad {
    color: var(--red)!important
}

.info,.ok {
    color: #4f9cff!important
}

.warning {
    color: #c29640
}

#intercom-container .intercom-launcher-frame {
    transition: right .5s ease
}

.content {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 16px
}

.mobile-table {
    display: none
}

.mobile-table .tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 1px 0 0 #272b41;
    padding: 15px 0
}

.mobile-table .tr .entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px
}

.mobile-table .th {
    color: #fff
}

.mobile-table .td,.mobile-table .th {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

.mobile-table .td {
    color: #7b8ca9
}

.mobile-table .tr .entry.stacked {
    display: flex;
    align-items: flex-start
}

.mobile-table .tr .entry.stacked .td {
    display: flex;
    flex-direction: column
}

.mobile-table .tr .entry.stacked .td>div:not(:last-child) {
    margin-bottom: 10px
}

.input-controller {
    border-radius: 4px;
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #181a27;
    transition: all .5s ease;
    text-align: left;
    height: 100%
}

.input-controller .group {
    display: flex;
    flex-direction: column;
    width: 100%
}

.input-controller .group>span {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #9599a8
}

.input-controller .group>span,.input-controller .group input {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

.input-controller .group input {
    height: 50px;
    border-radius: 4px;
    background-color: #3b3f50;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.error-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-container button {
    height: 48px
}

.header-hero {
    margin-bottom: 80px
}

.header-hero h1 {
    font-size: 32px
}

.dislike-image,.like-image {
    cursor: pointer
}

.like-image {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.dislike-image.liked>*,.like-image.liked>* {
    fill: var(--red)
}

.header-hero h2 {
    font-size: 16px;
    color: #64687c
}

.header-hero button {
    margin-top: 30px
}

.react-tel-input {
    max-width: 100%;
    background: var(--background);
    border-radius: 4px;
    height: 47px
}

.react-tel-input input {
    color: var(--light-grey);
    width: 100%!important;
    border: none!important;
    padding-right: 56px!important;
    padding-left: 72px!important;
    padding-top: 11px;
    height: 47px!important
}

.react-tel-input .flag-dropdown:hover .selected-flag {
    background: 0 0!important
}

.react-tel-input .country-list .country.highlight {
    background: var(--background-two)
}

.react-tel-input .country-list {
    background: var(--background);
    border: 2px solid var(--separator)!important;
    color: var(--light-grey);
    padding: 8px;
    -webkit-animation: dropdown-in .5s ease;
    animation: dropdown-in .5s ease
}

.react-tel-input .flag-dropdown.open-dropdown,.react-tel-input .flag-dropdown.open-dropdown .selected-flag {
    background: 0 0
}

.react-tel-input .country-list .country {
    text-align: left;
    font-family: montserrat,sans-serif;
    font-size: 10px
}

.react-tel-input .country-list .country-name {
    color: var(--light-grey);
    font-weight: 600
}

.country-dropdown {
    max-width: 100%;
    background: #0f1019;
    border: 2px solid #272b41;
    color: #7b8ca9;
    padding: 8px
}

button.white-open {
    padding: 5px 20px;
    background-color: #fff;
    color: #5f6af2;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer
}

button.white-open:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #fffefe
}

.unranked {
    color: var(--light-grey)
}

.bronze {
    color: var(--bronze)
}

.silver {
    color: var(--silver)
}

.gold {
    color: var(--gold)
}

.platinum {
    color: var(--platinum)
}

.diamond {
    color: var(--diamond)
}

.unranked-background {
    background: var(--light-grey-two)
}

.bronze-background {
    background: var(--bronze)
}

.silver-background {
    background: var(--silver)
}

.gold-background {
    background: var(--gold)
}

.platinum-background {
    background: var(--platinum)
}

.diamond-background {
    background: var(--diamond)
}

#fixed-header,main.sidebar-open #page-container {
    right: var(--sidebar-width)
}

main.sidebar-closed #fixed-header,main.sidebar-closed #page-container {
    right: 0
}

.vector-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.vector-up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vector-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-trigger-input-style {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: var(--background-four);
    border-radius: 4px;
    border: 1px solid var(--separator);
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    height: 32px;
    padding: 4px 12px;
    color: #fff;
    min-width: 120px
}

.dropdown-trigger-input-style span {
    color: var(--light-grey);
    margin-right: 4px
}

.dropdown-trigger-input-style svg {
    margin-left: 16px;
    height: 8px
}

.dropdown--active .dropdown-trigger-input-style .vector-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

a.user-profile-link {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden
}

@media(max-width: 1200px) {
    #zendesk-launcher,.sub-nav {
        display:none
    }

    .stacked-nav {
        flex-direction: row;
        overflow-y: hidden;
        border-right: none;
        border-bottom: 1px solid #272b41
    }

    body {
        --nav-height: 65px
    }

    html {
        overflow-x: hidden
    }

    .stacked-nav>li {
        margin-bottom: 0!important;
        max-height: none
    }

    .stacked-nav::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .hidden-md {
        display: none
    }

    #page-container {
        left: 0!important
    }
}

@media(max-width: 1200px) {
    .hide-mobile {
        display:none!important
    }

    .display-mobile {
        display: block!important
    }

    .flex-mobile {
        display: flex!important
    }

    .row>div.margin-xs {
        margin-bottom: 25px
    }

    .full-divide:after {
        display: none
    }

    table th {
        white-space: nowrap
    }

    .tabbed-nav,.table-wrapper {
        overflow-x: scroll
    }

    .content {
        padding: 0 20px
    }
}

@media(min-width: 1200px) {
    .hide-default {
        display:none!important
    }
}

@media(max-width: 1200px) {
    .hide-mobile {
        display:none!important
    }

    .display-mobile {
        display: block!important
    }

    .flex-mobile {
        display: flex!important
    }

    .full-divide:after {
        display: none
    }

    table th {
        white-space: nowrap
    }

    .tabbed-nav,.table-wrapper {
        overflow-x: scroll
    }

    .hidden-lg {
        display: none
    }
}

.mobile-header-link-icon {
    display: none
}

@media(max-width: 768px) {
    .mobile-header-link {
        position:relative;
        background: var(--background);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid var(--separator);
        text-align: center!important;
        padding: 13px 34px!important
    }

    .mobile-header-link h3 {
        font-size: 12px!important;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0!important;
        letter-spacing: unset!important
    }

    .mobile-header-link-icon {
        display: flex;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px;
        left: 24px;
        cursor: pointer
    }

    .tabbed-nav>li {
        font-size: 12px
    }

    .tabbed-nav>li a {
        height: 36px;
        padding: 0
    }

    button.social i {
        margin-right: 10px
    }

    .row>div.margin-xs {
        margin-bottom: 25px
    }

    body {
        --chat-width: 100vw;
        --nav-height: 64px
    }

    .content {
        padding: 0 10px
    }

    #sidebar {
        left: 0;
        top: calc(var(--nav-height));
        height: calc(100vh - var(--nav-height))
    }

    #page-container {
        right: 0!important;
        margin-right: 0!important;
        transition: none
    }

    #page-container[data-overlap=false] {
        z-index: 0!important
    }

    table {
        table-layout: auto
    }

    input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea {
        font-size: 16px!important
    }

    .desktop-only {
        display: none
    }

    .mobile-table {
        display: block
    }

    #page-container>.scrollable {
        overflow: visible;
        height: calc(100vh - var(--nav-height) - var(--esports-nav-height) - var(--mobile-nav-height))
    }

    #fixed-header {
        right: 0!important
    }

    .hidden-sm,.zEWidget-launcher {
        display: none
    }
}

.christmas-header {
    display: flex;
    justify-content: space-between
}

@media(max-width: 1200px) {
    body,html {
        overflow:hidden
    }

    #page-container {
        overflow: auto
    }
}

.capitalize-text {
    text-transform: capitalize
}

body>iframe {
    pointer-events: none
}
