@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    scrollbar-width: thin;
	scrollbar-color: var(--sports-main-color) transparent;
}
/* 
*:active {
    border: none;
    outline: none;
} */

.navbar2 {
    font-family: 'Montserrat', sans-serif;

}

.owl-dots {
    display: none !important;
}

.icon-color {
    fill: var(--main-color) !important;
    width: 22px;
}

/* BODY DO SITE */

body {
    background-color: var(--bg-color);
    /* background-image: url(https://assets.website-files.com/6483631…/6483631…_gradient-wrapper.webp); */
    /* background-image: linear-gradient(45deg, rgba(14, 16, 25, 0.5), rgba(14, 16, 25, 0.5)), url(../img/beyoudBackgroud.png); */
    background-position: 0px 0px, 0px 0px;
    background-size: auto, calc(100% - 90px);
    color: #fff;
    font-size: 0.85rem;
    line-height: 20px;
    font-weight: 500;
    margin: 0px;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.main-wrapper {
    position: absolute;
    left: 300px;
    top: 75px;
    width: calc(100% - 255px);
    height: calc(100% - 75px);
}

body {
    /* background-image: url('https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabb7_pattern.svg'); */
}

main {
    width: 1300px;
    margin: auto;
    max-width: 100%;
}

.main-wrapper.menu-part-hide {
    width: calc(100% - 180px - 260px)
}

.main-wrapper.chat-part-hide {
    width: calc(100% - 180px - 50px)
}

.main-wrapper.menu-part-hide.chat-part-hide {
    width: calc(100% - 75px - 50px)
}

/* FIM BODY DO SITE */

/* HEADER DO SITE */

.icon-money {
    margin-right: 4px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 15px;
}

.top-navigation {
    z-index: 999999999;
    padding: 20px 24px;
    /*position: ;*/
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    background-image: linear-gradient(to right, var(--bg-color-2), rgba(0, 0, 0, .25));
    ;
}

.top-navigation .logoSide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logoMobile {
    display: none;
}

.top-navigation .joinDetails {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top-navigation .joinDetails .register-modal {
    background-color: var(--main-color);
    box-shadow: 0 0 5px 0 rgb(251 195 0 / 20%);
    color: #fff;
    margin-left: 5px;
}

.top-navigation .joinDetails .login-modal {
    margin-right: 5px;
}

.infoPlayer .joinDetails {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.infoPlayer .joinDetails .register-modal {
    background-color: var(--main-color);
    font-weight: 700;
    box-shadow: 0 0 5px 0 rgb(251 195 0 / 20%);
    color: #fff;
    margin-left: 5px;
}

.infoPlayer .joinDetails .login-modal {
    margin-right: 5px;
}

.top-navigation .userDetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-left: 20px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    min-width: 130px;
}

.top-navigation .userDetails .level {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.top-navigation .userDetails .level .level-bar {
    width: 150px;
    height: 10px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(51, 53, 65, 0.5);
}

.top-navigation .userDetails .level .level-bar .progress {
    height: 100%;
    background-color: rgb(86, 16, 255);
}

.top-navigation .userDetails .user {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-navigation .userDetails .user img {
    width: 34px;
}

.top-navigation .userDetails .user .fa-user {
    font-size: 17px;
    color: rgb(86, 16, 255);
    margin-right: 5px;
}

.top-navigation .userDetails .user .fa-chevron-down {
    font-size: 14px;
}

.nav-dropdown {
    position: absolute;
    top: 75px;
    background-color: #100e31e8;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    right: 1%;
    box-shadow: 0 10px 10px 1px rgb(0 0 0 / 20%);
    border-radius: 20px;
    justify-content: space-between;
    z-index: 99;
}

.dropdown-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    fill: white;
}

.dropdown-row>svg {
    width: 20px;
}

.dropdown-row:hover {
    opacity: 0.5;
}

.nav-dropdown a {
    color: #fff;
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-left: 5px;
}


/* FIM HEADER DO SITE */

/* SIDEBAR ESQUERDA */

.navbar {
    left: 0;
    top: 75px;
    width: 200px;
    overflow-y: scroll;
    height: calc(100% - 76px);
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: #0c1127;
}

.navbar::-webkit-scrollbar {
    height: 0px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 0px;
}

.navbar .sidebar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar .sidebar-nav li {
    display: flex;
    justify-content: left;
    align-items: initial;
    width: 150px;
}

.navbar .icons-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 14px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    margin: 20px;
}

.navbar .games-menu,
.navbar .functions-menu,
.navbar .support-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    margin: 5px 20px;
}

.navbar .games-menu .link-menu,
.navbar .functions-menu .link-menu,
.navbar .support-menu .link-menu {
    display: flex;
    flex-direction: row;
    color: #656a77;
    margin-bottom: 8px;
}

.navbar .games-menu a:hover .icon,
.navbar .functions-menu a:hover .icon,
.navbar .support-menu a:hover .icon {
    color: yellow;
}

.navbar .games-menu .link-menu .txt-menu,
.navbar .functions-menu .txt-menu,
.navbar .support-menu .txt-menu {
    font-size: 16px;
    margin-left: 7px;
    font-weight: bold;
}

.navbar .games-menu .title-menu,
.navbar .functions-menu .title-menu,
.navbar .support-menu .title-menu {
    font-size: 17px;
    width: 100%;
    margin-bottom: 18px;
}

.navbar .icons-menu .icon-roulette {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    width: 115px;
    height: 40px;
    background-color: #fff;
}

.navbar .icons-menu .icon-roulette .img {
    background: url(../img/logoico.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: -24px;
    position: absolute;
}

.navbar .icon-roulette span {
    text-align: center;
    color: #151820;
    margin-left: 20px;
}

/* FIM SIDEBAR ESQUERDA */

/* FUNCTIONS */

@keyframes fadeIn-on {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-off {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes slideTop-on {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

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

@keyframes slideTop-off {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

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

@keyframes slideBottom-on {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

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

@keyframes slideBottom-off {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(30px)
    }
}

@keyframes slideLeft-on {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideLeft-off {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-30px)
    }
}

@keyframes slideRight-on {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight-off {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(30px)
    }
}

@keyframes flipHorizontal-on {
    0% {
        opacity: 0;
        transform: rotateY(90deg)
    }

    to {
        opacity: 1;
        transform: rotateY(0)
    }
}

@keyframes flipHorizontal-off {
    0% {
        opacity: 1;
        transform: rotateY(0)
    }

    to {
        opacity: 0;
        transform: rotateY(90deg)
    }
}

@keyframes flipVertical-on {
    0% {
        opacity: 0;
        transform: rotateX(90deg)
    }

    to {
        opacity: 1;
        transform: rotateX(0)
    }
}

@keyframes flipVertical-off {
    0% {
        opacity: 1;
        transform: rotateX(0)
    }

    to {
        opacity: 0;
        transform: rotateX(90deg)
    }
}

.txt-label {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 0.75rem;
    font-weight: 300;
}

.win {
    color: #1bb67f !important;
}

.lose {
    color: #f12c4c !important;
}

.w10 {
    width: 10%;
}

.w12 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

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

.flex-direction-row {
    flex-direction: row;
}

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

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

.relative {
    position: relative;
}

h3 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
}

/* FUNCTIONS BUTTONS */

/* BUTTONS */

.btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.05);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

/* FIM BUTTONS */

/* POPUPS */

#pix {
    width: 300px;
    border-radius: 10px;
    height: 300px;
    background-color: #fff;
}

.amaran-wrapper {
    z-index: 9999
}

.amaran {
    min-height: 50px
}

.amaran-wrapper.center .amaran.colorful,
.user-profile-modal .stats .grid .column {
    margin: 0 auto
}

.amaran-wrapper {
    position: fixed;
    z-index: 999999999999999999999999999;
    left: 215px;
}

.amaran-wrapper.top {
    top: 0;
    bottom: auto
}

.amaran-wrapper.bottom {
    bottom: 20px;
    top: auto
}

.amaran-wrapper.center {
    width: 50%;
    height: 50%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.amaran {
    width: 200px;
    color: rgb(82, 116, 128);
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: 200;
    background-image: linear-gradient(180deg, rgba(21, 24, 32, 1), rgba(21, 24, 32, 1)), url(../img/pattern.png);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    box-shadow: rgba(24, 36, 40, 0.6) 0px 5px 8px;
}

.amaran-close {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px
}

.amaran-close:before {
    content: 'x';
    color: #fff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 18px
}

.amaran.colorful {
    width: 300px;
    min-height: 45px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1
}

.amaran.colorful .amaran-close {
    color: #fff;
    z-index: 2;
    top: 8px;
    right: 8px;
    text-align: center;
    line-height: 18px
}

.amaran.colorful .colorful-inner {
    width: 100%;
    display: block;
    position: relative;
    background-image: linear-gradient(180deg, rgba(21, 24, 32, 1), rgba(21, 24, 32, 1)), url(../img/pattern.png);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    box-shadow: rgba(24, 36, 40, 0.6) 0px 5px 8px;
    padding: 15px 25px 15px 15px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.amaran-wrapper.left,
.amaran-wrapper.right {
    right: auto;
    left: 75px
}

.login {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 16px;
    border-radius: 50px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    text-decoration: none;
    background-color: transparent;
    height: 42px;
    color: white;
    font-weight: 700;
    font-size: 13px;
}

.login:hover {
    border-color: var(--main-color);
}

.popups .popup {
    display: none;
    position: fixed;
    left: 0;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(24, 27, 36, 0.467) !important;
    padding: 30px;
    overflow: auto;
    z-index: 999;
}

.popups .loginModal .popup-inner,
.popups .forgetPasswordModal .popup-inner,
.popups .bonusModal .popup-inner {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
    align-items: center;
    padding: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 20px;
    background-color: #100e31e8;
    backdrop-filter: blur(5px);

}

.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-height: 480px;
    overflow-y: scroll;
    scrollbar-width: 0px;
}

.content::-webkit-scrollbar {
    display: none;
}

.popups .forgetPasswordModal .sendCode {
    background-color: rgb(86, 16, 255);
    box-shadow: 0 0 5px 0 rgb(251 195 0 / 20%);
    color: #151820;
    display: flex;
    border-radius: 5px;
    height: 40px;
    margin-left: 5px;
    width: 100px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.popups .popup .inputLogin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 16px;
    width: 100%;
    height: 52px;
    border: .5px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.05);
    font-size: 16px;
    backdrop-filter: blur(5px);
    color: #fff;
}

.inputLogin:focus {
    box-shadow: 0 0 5px 0 var(--main-color);
    border-color: var(--main-color);
}

@media (max-width: 960px) {
    .popups .popup .inputLogin {
        margin-bottom: 5px;
        padding-left: 10px;
        width: 100%;
        height: 40px;
        border: 1px none #0c1127;
        border-radius: 5px;
        background-color: hsla(0, 0%, 100%, 0.05);
        color: #fff;
    }
}

.popups .loginModal .birthday {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.popups .registerModal .popup-inner,
.popups .editUserModal .popup-inner,
.popups .editTagModal .popup-inner,
.popups .registerModal .popup-inner,
.popups .listAfUsers .popup-inner {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
    width: 90%;
    max-width: 450px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 20px;
    background-color: #100e31e8;
    padding: 48px;
    gap: 13px;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-inner .banner img {
    height: 721px;
}

.popup-inner .popup-register-double {
    padding: 20px;
}

.popups .paymentModal .popup-inner,
.popups .paymentPix .popup-inner,
.popups .pixCode .popup-inner,
.popups .withdrawPix .popup-inner {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
    align-items: center;
    padding: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 20px;
    background-color: #100e31e8;
    backdrop-filter: blur(5px);
}

.pixCode .copy {
    background-color: rgb(86, 16, 255);
    box-shadow: 0 0 5px 0 rgb(251 195 0 / 20%);
    width: 80px;
    color: #151820;
    font-weight: bold;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 1px;
    margin-bottom: 5px;
    cursor: pointer;
}

.methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.popups .paymentModal .methods .pix,
.popups .paymentModal .methods .crypto {
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-top: 10px;
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.05);
    backdrop-filter: blur(5px);
    color: #fff;
    cursor: pointer;
}

.popups .paymentModal .methods .info {
    margin-left: 30px;
}

.popups .paymentModal .methods .info div {
    background-color: rgba(0, 255, 174, 0.15);
    color: #00ffae;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
}

.popups .popup-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.popups .popup-title>h2 {
    font-size: 26px;
    line-height: 30px;
}

.popup-title>p {
    color: hsla(0, 0%, 100%, 0.5);
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    .popups .loginModal .popup-inner,
    .popups .forgetPasswordModal .popup-inner,
    .popups .bonusModal .popup-inner {
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 27px;
        align-items: center;
        padding: 48px;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.05);
        border-radius: 20px;
        background-color: #100e31e8;
        backdrop-filter: blur(5px);
    }

    .popups .registerModal .popup-inner,
    .popups .editUserModal .popup-inner,
    .popups .editTagModal .popup-inner,
    .popups .listAfUsers .popup-inner {
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 552px;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.05);
        border-radius: 20px;
        background-color: #100e31e8;
        padding: 0px;
        padding: 0px 40px;
        gap: 13px;
        backdrop-filter: blur(5px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .popups .paymentModal .popup-inner,
    .popups .paymentPix .popup-inner,
    .popups .pixCode .popup-inner,
    .popups .withdrawPix .popup-inner {
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 27px;
        align-items: center;
        padding: 48px;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.05);
        border-radius: 20px;
        background-color: #100e31e8;
        backdrop-filter: blur(5px);
    }



    .popups .popup-title>h2 {
        font-size: 19px;
        line-height: 30px;
    }
}



.popup-logo {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.popups .popup-close {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    fill: white;

    cursor: pointer;
}

.popups .popup-close>svg {
    width: 20px;
}

.popups .popup .inputRegister {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 16px;
    width: 100%;
    height: 42px;
    border: .5px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.05);
    font-size: 16px;
    backdrop-filter: blur(5px);
    color: #fff;
}

.inputRegister>option {
    background-color: hsla(0, 0%, 100%, 0.05) !important;
    color: black;
}

.inputRegister:focus {
    box-shadow: 0 0 8px 0 var(--main-color);
    border-color: var(--main-color);
}

.inputContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.popups .registerModal .birthday {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.userIcon {
    position: absolute;
    left: 8;
    top: 9px;
    font-size: 17px;
}

#day {
    width: 29%;
}

#month {
    width: 29%;
}

#year {
    width: 39%;
}

.check_box {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-right: 8px;
}

.popups .buttonBottom {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.popups .registerModal .register-button,
.popups .loginModal .login-button,
.popups .editUserModal .save-button,
.popups .editTagModal .save-button, 
.popups .forgetPasswordModal .forgetButton,
.popups .deposit-button,
.popups .withdraw-button {
    background: var(--main-color);
    box-shadow: 0 0 5px 0 rgb(161 14 255 / 20%);
    color: #fff;
    display: flex;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: 200ms;
}

.popups .registerModal .register-button:hover,
.popups .loginModal .login-button:hover,
.popups .editUserModal .save-button:hover,
.popups .forgetPasswordModal .forgetButton:hover,
.popups .deposit-button:hover,
.popups .withdraw-button:hover {
    /* box-shadow: 0 0 15px 0 var(--main-color);
    transform: scale(1.02); */
    color: black;
    background: #ebab34;
}



.popups .removeBonus,
.popups .activateBonus {
    background: var(--main-color);
    box-shadow: 0 0 5px 0 rgb(161 14 255 / 20%);
    color: #fff;
    display: flex;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: 200ms;
}

.popups .removeBonus:hover,
.popups .activateBonus:hover {
    box-shadow: 0 0 15px 0 var(--main-color);
    transform: scale(1.02);
}

.popups .buttonBottom div {
    margin-top: 8px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.redirect-link {
    margin-left: 4px;
    color: hsla(0, 0%, 100%, 0.5) !important;
    cursor: pointer;
    font-weight: 700;
}

.redirect-link:hover {
    color: white !important;
}

.popups .buttonBottom div {
    margin-top: 8px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.popups .registerModal a {
    margin-left: 4px;
    color: rgb(86, 16, 255);
    cursor: pointer;
}


/* FIM POPUPS */

/* LOADER */
.loader {
    position: fixed;
    z-index: 999999999999999;
    background-color: black;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader .image {

    width: 100%;
    height: 100%;
    background-image: url('https://cdn.m5slots.com/favicon-ku.png');
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes stretch {
    0% {
        transform: scale(1);

        background-color: var(--bg-color);
    }


    50% {
        background-color: #100e31be;
    }


    100% {
        transform: scale(2.0);
        background-color: #100e31a6;
    }
}



.loader svg {
    width: 70%;
    height: 70%;
}

.openChat {
    position: fixed;
    bottom: 16px;
    right: 16px;
    border: 1px solid rgb(86, 16, 255);
    cursor: pointer;
    border-radius: 50%;
    padding: 14px;
    background-color: rgb(86, 16, 255);
    z-index: 999;
}

/* FIM LOADER */

/* FOOTER */

.footer {
    margin-top: 10px;
    background-color: var(--bg-color);
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.txt-label:hover {
    color: #fff !important;
    transform: scale(1.05);
}

.footer .title {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.container-certificate {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}

.footer .container-info,
.footer .terms-responsability,
.footer .container-certificate,
.footer .container-mobile {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container-info {
    padding: 50px 5%;
}

.footer .container-certificate,
.footer .container-mobile {
    padding: 20px 5%;
}

.footer .container-info .license {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.terms-responsability {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    background-color: #16142C;
    padding: 0px 5% !important;
    gap: 50px;
    padding-top: 24px !important;
    padding-bottom: 48px !important;
}

.terms-responsability>img {
    width: 150px;
}

.footer .container-info .license img {
    width: 160px;
}

.footer .container-info .license p {
    color: hsla(0, 0%, 100%, 0.5);
}

.footer .container-certificate .img-deposit {
    height: 35px;
    max-width: 70px;
    opacity: 0.15;
}

@media screen and (min-width:320px) and (max-width:480px) {
    .footer {
        padding-bottom: 30px;
    }

    .terms-responsability {
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start;
        color: hsla(0, 0%, 100%, 0.5);
        background-color: #16142C;
        padding: 0px 5% !important;
        gap: 20px;
        padding-top: 24px !important;
        padding-bottom: 48px !important;
    }

    .terms-responsability>div {
        font-size: 10px;
    }
}

/* FIM FOOTER */

/* CHAT */
.chat.part-hide {
    width: 0
}

.chat .chat-toggle-button.hide {
    right: -100px
}

.chat .chat-toggle-button-green {
    cursor: pointer;
    position: fixed;
    top: calc(50% - 28px);
    transition: right .6s;
    margin: 7px;
    width: 64px;
    height: 56px;
    right: -100px;
    background: url(/img/misc/chat-toggle-button.png)
}

.chat .chat-messages,
.menuhid,
.menusho {
    transition: max-height .3s ease-out
}

.chat .chat-messages {
    max-height: calc(100% - 574px - 105px)
}

.chat .chat-messages .chat-message .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.chat .chat-messages .chat-message .avatar img {
    width: 25px;
    height: 25px;
}

.chat .chat-messages .chat-message .message {
    width: calc(100% - 40px);
    padding: 2px 0;
    overflow-x: hidden;
    margin-left: 5px
}

.chat .chat-messages .chat-message .message .nickname {
    font-size: 14px;
    color: #fefefe;
    font-weight: 700
}

.chat .chat-messages .chat-message .message .nickname a {
    color: inherit;
    text-decoration: none
}

.chat .chat-messages .chat-message .message .nickname.streamer {
    color: #8a2be2
}

.chat .chat-messages .chat-message .message .nickname.diamond {
    color: #00ffde
}

.chat .chat-messages .chat-message .message .nickname.gold {
    color: gold
}

.chat .chat-messages .chat-message .message .text {
    font-size: 12px;
    color: #e1e7ee;
    font-weight: 700
}

.chat .chat-messages .chat-message .message .text .emote {
    max-height: 20px
}

.chat .send-area .input-area {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 7px;
    position: relative
}

.chat .send-area .input-area .emots:before {
    position: absolute;
    bottom: -22px;
    right: 52px;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e8324a
}

.chat .send-area .input-area .emots .emote {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin: 12px
}

.chat .send-area .input-area .emots .emote img {
    max-height: 20px;
    cursor: pointer
}

.chat .send-area .need-sign-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.chat .send-area .send-message {
    cursor: pointer;
    transition: opacity .5s ease
}

.chat .send-area .send-message:hover {
    opacity: .5;
    transition: opacity .5s ease
}

.chat .chat-messages .chat-message .message .nickname.siteAdmin {
    color: #00ffde !important
}

.chat .chat-messages .chat-message .message .nickname.siteMod {
    color: #67ea67
}

.chatbarhide,
.chatfooterhide {
    width: 50px
}

.chatmessageshide {
    max-height: calc(100% - 90px - 58.1px) !important
}

.chat .chat-messages {
    margin-top: 0 !important;
    transition: max-height .3s ease-out;
    max-height: calc(100% - 72.5px - 106.5px);
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.chat .chat-messages .chat-message .message .nickname.root {
    color: #f12c4c !important
}


.chat .chat-messages .chat-message {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0 solid transparent;
    background: hsla(0, 0%, 100%, 0.05);
    padding: 7px
}

.chat .chat-header {
    display: -ms-flexbox;
    display: flex;
    height: 59.5px;
    border-bottom: 0.5px solid rgba(35, 37, 41, 0.9);
    z-index: 2;
    padding: 0;

}

.chat .chat-messages .chat-message:nth-child(2n+1) {
    background-color: #100e318c;
    backdrop-filter: blur(5px);
}

.chat .chat-messages .chat-message {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0 solid transparent;
    background-color: #100e318c;
    backdrop-filter: blur(5px);
    padding: 7px
}

.chat {
    width: 260px;
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100% - 75px);
    z-index: 99999;
    background-color: #100e318c;
    backdrop-filter: blur(5px);
}

.chat .chat-header .chat-info {
    height: 22px;
    margin-top: 37px;
    float: right;
    margin-right: -40px;
    cursor: pointer
}


.chat .chat-header .text {
    display: flex;
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: auto;
    background-color: #100e318c;
    backdrop-filter: blur(5px);
}

.chat .chat-header .text {
    fill: #e8324a;
    cursor: pointer;
}

.chat .chat-messages {
    transition: max-height .3s ease-out;
    max-height: calc(100% - 114px);
}

::-webkit-scrollbar-track {
    background: #222731 !important
}

.chat .send-area {
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    border-top: 2px solid rgb(29, 44, 49, 0.5) !important;
    background-color: #100e318c;
    backdrop-filter: blur(5px);
}

.chat .send-area .input-area .chat-input {
    width: calc(100% - 44px);
    background-color: #100e31e8 !important;
    backdrop-filter: blur(5px);
    border: 0;
    outline: 0;
    margin-right: 10px;
    padding-left: 15px;
    color: #fefefe;
    font-family: Titillium, sans-serif;
    font-size: 14px;
    /*border-radius: 5px !important*/
}

.footer .data,
.footer1 .data,
.sidebar-nav .menu .inner .menu-item {
    font-family: Montserrat, sans-serif;
    font-family: Montserrat, sans-serif
}

.chat .send-area .input-area .emots {
    display: none;
    position: absolute;
    bottom: 83px;
    left: 28px;
    width: 225px;
    border: 2px solid #e8324a !important;
    background: #1c1f29 !important
}

.chat .username a {
    color: #656a77 !important;
}

.chat .send-area .input-area .emots-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    background: rgba(35, 37, 41, 0.3) !important;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer
}


.chat-close-center {
    width: calc(100% - 230px - 2px);
}

.chat .chat-messages .messages .chat-message .data .name.rank-1 {
    color: #27ae60
}

.chat .chat-messages .announcement-bar,
.chat .chat-messages .hover-bar {
    opacity: 0;
    background: rgba(192, 57, 43, .7);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: Titillium, sans-serif;
    color: #eee;
    transition: opacity .2s ease
}

.chat .chat-messages .faded-bar {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, .7));
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    z-index: 1
}

.chat .chat-messages .messages {
    position: relative;
    height: 400px;
    transition: height .5s ease;
    overflow-x: hidden
}

.chat .chat-messages .messages .chat-message {
    padding: 5px;
    word-break: break-word;
    position: relative;
    overflow: hidden;
    display: flex
}

.chat .chat-messages .messages .chat-message img.pp {
    padding: 4px;
    width: 40px;
    float: left;
    align-self: center;
    border-radius: 50%
}

.chat .chat-messages .messages .chat-message .data {
    padding: 5px;
    float: left;
    color: #eee;
    font-family: Titillium, sans-serif
}

.chat .chat-messages .messages .chat-message .data .name {
    font-family: Titillium, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #eee;
    cursor: pointer
}

.chat .chat-messages .messages .chat-message .data .name[data-id="47a0cc57-d6ac-430d-8c05-31723a3fbc51"],
.chat .chat-messages .messages .chat-message .data .name[data-id=f02b1733-fd2c-409e-ae5c-4288338ce8ee] {
    color: #9b59b6
}

.chat .chat-messages .messages .chat-message .data p.message {
    font-family: 'Open Sans', sans-serif;
    color: #eee
}

.chat .chat-messages .messages .chat-message span.timestamp {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
    font-family: Titillium, sans-serif;
    font-size: 10px;
    color: #054b78
}

.chat .chat-messages .messages .chat-message.odd {
    background: #0d1116
}

.chat .chat-messages .messages .chat-message.even {
    background: #13181e
}

.chat .chat-messages .messages .chat-message.alert {
    background: #2f1c25;
    border-left: 5px solid #ed506a
}

.chat .chat-messages .messages .chat-message.alert .name {
    font-weight: bolder;
    color: #ed506a;
    text-transform: uppercase;
    cursor: initial
}

.chat .chat-messages .messages .chat-message.alert p.message {
    font-family: 'Open Sans', sans-serif;
    color: #eee;
    font-weight: 700
}

.chat .chat-messages .messages .chat-message.alert span.timestamp {
    color: #ed506a
}

.chat .chat-messages .messages .chat-message.personal {
    background: rgba(0, 135, 220, .2)
}

.chat .chat-messages .messages .chat-message.personal span.timestamp,
.ui.divider {
    color: #eee
}

.chat .chat-input {
    background: #0a0e11;
    border-bottom: 1px solid #0087dc
}

.chat .chat-input input {
    background: 0 0;
    border: 0;
    font-size: 14px;
    width: 100%;
    padding: 0 5px;
    color: #eee
}

.chat .chat-input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.chat .chat-input :-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.chat .chat-input ::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.chat .chat-input :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#contextmenu {
    transform-origin: center top;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 100000000000000000;
    transform-origin: center top;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#contextmenu.contextmenu-arrow-bottom:before,
#contextmenu.contextmenu-arrow-left:before,
#contextmenu.contextmenu-arrow-right:before,
#contextmenu.contextmenu-arrow-top:before {

    content: '';
    position: absolute;
    border: 6px solid transparent
}

#contextmenu.contextmenu-arrow-bottom:after,
#contextmenu.contextmenu-arrow-left:after,
#contextmenu.contextmenu-arrow-right:after,
#contextmenu.contextmenu-arrow-top:after {
    content: '';
    position: absolute;
    border: 5px solid transparent
}

#contextmenu.contextmenu-arrow-left:before {
    left: -12px;
    top: 19px;
    border-right-color: rgba(0, 0, 0, .2)
}

#contextmenu.contextmenu-arrow-left:after {
    left: -9px;
    top: 20px;
    border-right-color: #fff
}

#contextmenu.contextmenu-arrow-right:before {
    right: -12px;
    top: 19px;
    border-left-color: rgba(0, 0, 0, .2)
}

#contextmenu.contextmenu-arrow-right:after {
    right: -9px;
    top: 20px;
    border-left-color: rgba(21, 24, 32, 1)
}

#contextmenu.contextmenu-arrow-top:before {
    top: -12px;
    left: 19px;
    border-bottom-color: rgba(0, 0, 0, .2)
}

#contextmenu.contextmenu-arrow-top:after {
    top: -9px;
    left: 20px;
    border-bottom-color: #fff
}

#contextmenu.contextmenu-arrow-bottom:before {
    bottom: -12px;
    left: 19px;
    border-top-color: rgba(0, 0, 0, .2)
}

#contextmenu.contextmenu-arrow-bottom:after {
    bottom: -9px;
    left: 20px;
    border-top-color: #fff
}

#contextmenu.contextmenu-transition-fadeIn {
    animation-name: fadeIn-off
}

#contextmenu.contextmenu-transition-fadeIn.contextmenu-visible {
    animation-name: fadeIn-on
}

#contextmenu.contextmenu-transition-slideTop {
    animation-name: slideTop-off
}

#contextmenu.contextmenu-transition-slideTop.contextmenu-visible {
    animation-name: slideTop-on
}

#contextmenu.contextmenu-transition-slideBottom {
    animation-name: slideBottom-off
}

#contextmenu.contextmenu-transition-slideBottom.contextmenu-visible {
    animation-name: slideBottom-on
}

#contextmenu.contextmenu-transition-slideLeft {
    animation-name: slideLeft-off
}

#contextmenu.contextmenu-transition-slideLeft.contextmenu-visible {
    animation-name: slideLeft-on
}

#contextmenu.contextmenu-transition-slideRight {
    animation-name: slideRight-off
}

#contextmenu.contextmenu-transition-slideRight.contextmenu-visible {
    animation-name: slideRight-on
}

#contextmenu.contextmenu-transition-flipHorizontal {
    animation-name: flipHorizontal-off
}

#contextmenu.contextmenu-transition-flipHorizontal.contextmenu-visible {
    animation-name: flipHorizontal-on
}

#contextmenu.contextmenu-transition-flipVertical {
    animation-name: flipVertical-off
}

#contextmenu.contextmenu-transition-flipVertical.contextmenu-visible {
    animation-name: flipVertical-on
}

#contextmenu>.contextmenu-menu {
    position: relative !important;
    z-index: 0 !important
}

#contextmenu .contextmenu-menu {
    position: absolute;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    background-image: linear-gradient(180deg, rgba(21, 24, 32, 1), rgba(21, 24, 32, 1)), url(../img/pattern.png);
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 0;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

#contextmenu .contextmenu-menu li {
    line-height: 20px
}

#contextmenu .contextmenu-menu li.contextmenu-title {
    padding: 3px 10px;
    color: #9fa6af;
    font-weight: 700;
    font-size: 12px
}

#contextmenu .contextmenu-menu li.contextmenu-divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox,
#contextmenu .contextmenu-menu li.contextmenu-item {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #656a77;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox.active,
#contextmenu .contextmenu-menu li.contextmenu-item.active {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-repeat: repeat-x;
    outline: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0OThkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5ODBiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: linear-gradient(180deg, #3498db, #2980b9)
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-disabled,
#contextmenu .contextmenu-menu li.contextmenu-item.contextmenu-disabled {
    opacity: .5
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox .fa,
#contextmenu .contextmenu-menu li.contextmenu-item .fa {
    margin-right: 5px
}

#contextmenu .contextmenu-menu li.contextmenu-item>.contextmenu-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px
}

#contextmenu .contextmenu-menu li.contextmenu-item.contextmenu-submenu:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

#contextmenu .contextmenu-menu li.contextmenu-item.active:after {
    border-left-color: #fff
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-checked {
    text-indent: 5px
}

#contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-checked:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    left: 0;
    line-height: 20px
}

@keyframes fadeIn-on {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-off {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes slideTop-on {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

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

@keyframes slideTop-off {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

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

@keyframes slideBottom-on {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

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

@keyframes slideBottom-off {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(30px)
    }
}

@keyframes slideLeft-on {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideLeft-off {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-30px)
    }
}

@keyframes slideRight-on {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight-off {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(30px)
    }
}

@keyframes flipHorizontal-on {
    0% {
        opacity: 0;
        transform: rotateY(90deg)
    }

    to {
        opacity: 1;
        transform: rotateY(0)
    }
}

@keyframes flipHorizontal-off {
    0% {
        opacity: 1;
        transform: rotateY(0)
    }

    to {
        opacity: 0;
        transform: rotateY(90deg)
    }
}

@keyframes flipVertical-on {
    0% {
        opacity: 0;
        transform: rotateX(90deg)
    }

    to {
        opacity: 1;
        transform: rotateX(0)
    }
}

@keyframes flipVertical-off {
    0% {
        opacity: 1;
        transform: rotateX(0)
    }

    to {
        opacity: 0;
        transform: rotateX(90deg)
    }
}

/* FIM CHAT */

@media (max-width: 960px) {
  .markets-area {
    max-width: 100vh;
  display: block;
  z-index: 99999;
  position: absolute;
  width: 100%;
  margin-left: 100px;
  padding-left: 1.8rem;
}
    body {
        background-size: auto, calc(100% + 1000px) !important;
    }

    .loader .image {
        width: 100%;
        height: 100%;
        background-image: url('https://cdn.discordapp.com/attachments/1163137413430906996/1172584685197598750/KuuBets-Intro-V2.gif?ex=6560d996&is=654e6496&hm=f60e9bf59693dcd52377f6084b8068a9310a90de146ce6488c1213511ae9ae0f&');
        ;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
        position: fixed;
    }

    .navbarOpen {
        display: none;
    }

    .top-navigation .userDetails {
        margin-left: 0px;
    }

    .top-navigation .userDetails .level {
        flex-direction: column;
    }

    .top-navigation {
        padding: 5px 8px;
    }

    .navbar .support-menu-new {
        margin-bottom: 200px;
    }

    .nav-mobile {
        display: block !important;
        width: 50%;
        z-index: 9999;
    }


    .chat {
        width: 100% !important;
    }

    .footer .container-mobile {
        display: flex !important;
    }

    .footer .container-mobile .license {
        width: 100%;
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .container-mobile img {
        width: 120px;
    }

    .footer {
        margin-top: 10px !important;
        position: absolute;
        z-index: -1;
    }

    .logo {
        display: none;
    }

    .logo img {
        display: none;
    }

    .logoMobile {
        display: flex !important;
    }

    .footer .container-info .license {
        display: none !important;
    }

    .footer .container-certificate .img-deposit {
        height: 15px;
        max-width: 70px;
        opacity: 0.15;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .terms-responsability .txt-label {
        width: 100% !important;
    }

    .amaran-wrapper {
        position: fixed;
        z-index: 999999999999999999999999999;
        left: 15px !important;
        bottom: 100px !important;
    }

    .navbar {
        display: none;
    }

    .openChat {
        display: none;
    }

    .main-wrapper {
        max-width: 100%;
        top: 0;
        margin-top: 60px;
        padding: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 90px - 75px);
    }

    .mobile-menu a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu .icon-menu,
    .mobile-menu .icon-roulette,
    .mobile-menu .icon-crash,
    .mobile-menu .icon-help,
    .mobile-menu .icon-chat {
        color: #9997a4;
        padding: 0 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-menu {
        z-index: 99999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background-color: #0c1127;
    }

    .mobile-menu span {
        font-size: 9px;
    }

    .mobile-menu a {
        text-align: center;
        color: #9997a4;
    }

    .inputContainer {
        flex-direction: column;
        width: 100%;
        gap: 0px;
    }

    .registerModal .popup-inner .banner {
        display: none;
    }


}

/*Atulização menu lateral*/

.gameMenu {
    /* background-color: #181924; */
    margin: 10px;
    border-radius: 10px;
}

.gameMenuTop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gameMenuLevel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #13141c;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #303237;
    margin-top: 40px;
}

.gameMenuLevel h1 {
    font-size: 16px;
    font-weight: 200;
}

.gameMenuLevel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    margin-top: 2px;
}

.btnDespositar {
    background-image: linear-gradient(0deg, #6219ff 0%, #9e21ff 100%);
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.gameMenu .line {
    width: 100%;
    height: 1px;
    background-color: #343434;
}

.btnGames {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.btnGame {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnGame span {
    margin-left: 20px;
}

.btnGameIcons {
    flex: 1;
    color: #c8c8c8;
}

.btnGameName {
    flex: 2;
    color: #c8c8c8;
}

.btnGameIcons {
    padding-left: 10px;
}

.btnGameName {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.titleGames {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.titleGames h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    color: #654da9;
}

.btnGames .link-menu {
    color: #c8c8c8 !important;
}

.btnGame:hover {
    opacity: 0.4;
}

.gameMenu .level-bar {
    width: 130px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(51, 53, 65, 0.5);
}

.gameMenu .progress {
    height: 100%;
    background-color: rgb(86, 16, 255);
}

@media only screen and (max-width: 960px) {
    .mobile-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 960px) {
    .mobile {
        display: inline !important;
    }
}

@media only screen and (min-width: 961px) {
    .desktop-hide {
        display: none !important;
    }
}

.iframe-s {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-s iframe {
    border: 0;
    height: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 96%;
    padding-left: 25px;
    margin-top: 10px;
}

@media screen and (max-width: 960px) {
    .iframe-s {
        position: relative;
        padding-bottom: 139%;
        padding-top: 5px;
        height: 850px;
    }

    .iframe-s iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 0px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 700px) {
    .iframe-s {
        height: 100%;
    }

}

.favoritesModal,
.musicsModal,
.gamesPopModal,
.recentsModal {
    background-color: var(--main-color) !important;
    box-shadow: 0 0 5px 0 rgb(251 195 0 / 20%) !important;
    color: #fff;
    margin-left: 5px;
}

.popups .favoritesModal .popup-inner,
.popups .musicsModal .popup-inner,
.popups .gamesPopModal .popup-inner,
.popups .recentsModal .popup-inner {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
    align-items: center;
    padding: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 20px;
    background-color: #100e31e8;
    backdrop-filter: blur(5px);

}

.favorite-game,
.gamesPopModal-game,
.recentsModal-game {
    border: .5px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    padding: 7px;
}

.favorite-game:hover,
.gamesPopModal-game:hover {
    background: rgba(255, 255, 255, .08) !important;
}

.favorite-game .favorite-content,
.gamesPopModal-game .gamesPopModal-content,
.recentsModal-game .recentsModal-content, .list-content {
    display: flex;
    flex-direction: row;
    gap: 16px;
    color: white;
    justify-content: space-between;
}

.favorite-game img,
.gamesPopModal-game img,
.recentsModal-game img {
    max-width: 92px;
    border-radius: 15px;
}

.favorite-delete-btn {
    border: 1px solid var(--red-block);
    padding: 7px;
    height: 38px;
    border-radius: 15px;
}

.favorite-delete-btn:hover {
    background: var(--red-block);
    border-radius: 15px;
    cursor: pointer;
}

.gamesPopModal-play,
.recentsModal-play {
    border: 1px solid var(--red-green);
    padding: 7px;
    height: 38px;
    border-radius: 15px;
}

#gamesPopList:hover {
    cursor: pointer;
}

.recentsModal-game:hover {
    cursor: pointer;
}

.gamesPopModal-play:hover {
    background: var(--red-green);
    border-radius: 15px;
    cursor: pointer;
}


.favorite {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 65px;
}

.popup-h1 {
    display: flex;
    align-items: center;
    gap: 15px;
    /* justify-content: space-between; */
}



.list-content img {
    max-width: 92px;
    border-radius: 15px;
}

.list-delete-btn {
    border: 1px solid var(--red-block);
    padding: 7px;
    height: 38px;
    border-radius: 15px;
}

.list-delete-btn:hover {
    background: var(--red-block);
    border-radius: 15px;
    cursor: pointer;
}

.list-add-btn {
    border: 1px solid var(--green-block);
    padding: 7px;
    height: 38px;
    border-radius: 15px;
}

.list-add-btn:hover {
    background: var(--green-block);
    border-radius: 15px;
    cursor: pointer;
}

.list-content {
    border: .5px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    padding: 7px;
}

.list-content:hover {
    background: rgba(255, 255, 255, .08);
}

.list-items {
    max-height: 480px;
    overflow-y: scroll;
}


.terms-responsability { height: 300px }


.clickable:hover {
  cursor: pointer;
  color: var(--color-white);
  transform: scale(1.3);
}


.referLevel {
  padding: 5px;
  margin-right: 15px;
  padding-right: 9px;
  padding-left: 9px;
  border: 1px solid gray;
  border-radius: 15px;
}

.level1 {
  border-color: #ffbf00;
}

.level2 {
  border-color: #bebebe;
}

.level3 {
  border-color: #7b5858;
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.about, .about ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5em;
  margin-top: 16px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  background: #100e31e8;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.about .rules  li {
  padding-left: 32px;
}

.about .rules  li:before { 
  content: "- ";
}



.btnDisabled {
  border: 1px solid var(--main-color);
  background: hsla(0, 0%, 100%, 0.05) !important;
  color: gray !important;
}

.sendCode {
  color: white !important;
}

.section-lives {
    display: flex;
    justify-content: center;
    align-content: space-evenly;
    gap: 32px;
    margin-bottom: 32px;
}

.section-lives img {
    min-width: 128px;
    border-radius: 16px;
}

.section-lives img:hover:nth-child(1) {
  transform:
    perspective(800px)
    rotateY(11deg)
    translateY(-10px)
    rotateX(10deg)
    scale(1);
  filter: blur(0);
  opacity: 1;
transition: .3s;
cursor: pointer;
}

.section-lives img:hover:nth-child(2) {
  transform:
    perspective(800px)
    rotateY(-11deg)
    translateY(-10px)
    rotateX(10deg)
    scale(1);
  filter: blur(0);
  opacity: 1;
transition: .3s;
cursor: pointer;
}

/* .section-lives img:hover {
  transform: scale(1.02);
  cursor: pointer;
  box-shadow: 0px 0px 38px 4px #7c0aff59;
  transition: .3s;
} */

.blue-text {
  display: none;
}


.sports-btn {
  border: solid 1px var(--main-color);
  padding: 0px 16px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: .3s ease-in;
}

.sports-btn:hover {
  background: var(--main-color);
  cursor: pointer;
}

.sports-btn h3 {
  display: flex;
  gap: .5rem;
  font-weight: 500;
  font-size: 1rem;
  /* flex-wrap: wrap; */
  align-items: center;
}

.games iframe {
  border: 1px solid var(--main-color);
  border-radius: 1rem;
  padding: .5rem;
}


#cat-menu-tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

#cat-menu-tab li {
  border: 1px solid var(--main-color);
  margin: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
}

.cat-container {
  border: 1px solid var(--main-color) !important;
}

.cat-tabs {
border-bottom: 1px solid var(--main-color);
}

.sharingBtn {
  padding: 1em 4rem;
  border-radius: 20px;
  background-color: var(--main-color);
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.inlineBtns {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; width: 100%
}

.inlineBtns a, .inlineBtns button {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}


.swal2-container {
  z-index: 9999999999 !important;
}