body {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

* {
    font-family: 'Raleway';
}

*:hover {
    text-decoration: none !important;
}

*:focus {
    outline: none !important;
}

a:hover {
    cursor: pointer;
}

/* MODAL */
.swal2-modal {
    background: #0f1923 !important;
}

.swal2-html-container {
    color: #ffffffab !important;
}

.swal2-actions button {
    background: #7f53ea !important;
    border-color: #7f53ea !important;
    color: #FFF !important;
}

/* /MODAL */

.btn-xs {
    font-size: 10px !important;
    padding: 3px 5px !important
}

.menu-group-sports li a {
    padding: 3px 0 !important;
}

.title-options {
    background: 0 0 !important;
    border-top: 2px solid #7f53ea;
    font-weight: 700;
}

.btn-block {
    display: block !important;
}

.btn-flat {
    border-radius: 0 !important;
}

.text-red {
    color: #ff3030;
}

.text-red2 {
    color: #ff3030;
}

/* custom.css */
.fs-1 {
    font-size: 2.5rem;
}

/* Tamanho maior */
.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.75rem;
}

.fs-4 {
    font-size: 1.5rem;
}

/* Tamanho normal/padrão */
.fs-5 {
    font-size: 1.25rem;
}

.fs-6 {
    font-size: 1rem;
}

/* Tamanho menor */
.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.bonus-code-btn {
    font-size: 12px !important;
}

.bonus-code-btn:not(.d-none) {
    display: block !important;
}

.bonus-code-btn .zli {
    font-size: 15px;
    margin: 0 4px 0 0;
    vertical-align: sub;
}

.font-secondary {
    font-family: Arial !important;
}

input,
button,
a,
select {
    outline: none;
    box-shadow: none !important;
}

.btn-primary,
.btn-primary:focus {
    background: #7f53ea !important;
    border-color: #7f53ea !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background: #6a3fd3 !important;
    border-color: #6a3fd3 !important;
}

.btn-secondary,
.btn-secondary:focus {
    background: #757575 !important;
    border-color: #757575 !important;
    box-shadow: none !important;
}

#header {
    background-color: #FFF;
}

#signup-card-form {
    background-color: #0F1923;
}

.structure-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-leftbar {
    float: left;
    width: 100%;
    max-width: 245px;
}

.col-content {
    float: left;
    width: calc(100% - 245px);
}

.leftbar-container {}

.leftbar-container .logo a {
    padding: 9px 0;
    display: block;
    text-align: center;
}

.leftbar-container .logo img {
    max-width: 80%;
    max-width: 200px;
}

.app-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.app-container-fluid {
    margin: 0 auto;
    padding: 15px;
    max-width: 1500px;
}

.header-modalities-menu {}

.header-modalities-menu ul {
    padding: 0;
    margin: 0;
}

.header-modalities-menu ul li {
    list-style: none;
    display: inline-block;
}

.header-modalities-menu ul li a {
    display: block;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 25px 15px;
    height: 72px;
    border-bottom: 2px solid transparent;
}

.header-modalities-menu ul li a.active {
    border-color: #7f53ea;
    color: #FFF !important;
}

.header-modalities-menu ul li a svg {
    margin-right: 8px;
}

.header-modalities-menu ul li a:hover {
    border-color: #7f53ea;
    text-decoration: none;
    color: #FFF;
}

.top-buttons {
    padding: 14px 0px;
}

.top-buttons a {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
}

.header-border {
    border-bottom: 1px solid rgb(244, 244, 249)
}

.menu-border {
    border-right: 1px solid rgb(244, 244, 249)
}

.menu-group {
    padding: 15px 20px;
}

.menu-group .menu-title {
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 15px 0;
}

.menu-group ul {
    padding: 0;
    margin: 0;
}

.menu-group ul li {
    list-style: none;
}

.menu-group ul li a {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 7px 0;
}

.menu-group ul li a svg {
    margin-right: 8px;
    vertical-align: bottom;
}

.menu-group ul li a .zli {
    margin-right: 8px;
    vertical-align: bottom;
    font-size: 19px;
}

.menu-group ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

.divide-line {
    margin: 0;
    border-color: #323b45;
}

#left-menu {
    height: calc(100vh - 73px);
    overflow: auto;
}

#left-menu .hmm-sidebar {
    text-align: center !important;
    margin: -20px 0 20px 0 !important;
    border-bottom: 1px solid #323b45 !important;
}

.leftbar-highlight-btn {
    width: calc(100% - 30px);
    margin: 10px auto;
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 12px 0 !important;
}

.leftbar-highlight-btn img {
    max-width: 20px;
}

.app-content {
    height: calc(100vh - 73px);
    overflow: auto;
}

#slider {
    margin-top: 25px;
}

#slider a {
    display: block;
}

#slider img {
    width: 100%;
}

#slider .swiper-pagination-bullet-active {
    background: #7f53ea !important;
}

#slider .swiper-button-next,
.swiper-button-prev {
    color: #7f53ea !important;
}

.swiper-button-disabled {
    color: #ffffff21 !important;
}

/* SCROLLBAR */
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#home-category ul::-webkit-scrollbar-track,
.gs-list::-webkit-scrollbar-track,
.draggable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0;
}

#home-category ul::-webkit-scrollbar,
.gs-list::-webkit-scrollbar,
.draggable::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #F5F5F5;
}

#home-category ul::-webkit-scrollbar-thumb,
.gs-list::-webkit-scrollbar-thumb,
.draggable::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.inline-buttons-menu ul::-webkit-scrollbar-track,
#game-section .gs-list .item-title b::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0;
}

.inline-buttons-menu ul::-webkit-scrollbar,
#game-section .gs-list .item-title b::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #F5F5F5;
}

.inline-buttons-menu ul::-webkit-scrollbar-thumb,
#game-section .gs-list .item-title b::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/* /SCROLLBAR */

#search {
    padding: 25px 0;
}

#search input {
    width: 100%;
    background: #ffffff14;
    border: 0.5px solid #ffffff24;
    padding: 9px 15px;
    border-radius: 50px;
    color: #ffffffcf;
    font-size: 14px;
}

#search button {
    padding: 5px 10px;
    border: 0;
    background: transparent;
    color: #ffffffcf;
    float: right;
    margin: -37px 12px 0 0;
    cursor: pointer;
    position: relative;
}

#search a {
    position: relative;
    float: right;
    margin: -34px 8px 0 0;
    color: #ffffffd4;
    font-size: 12px;
    background: #ffffff4a;
    padding: 5px 10px;
    border-radius: 50px;
}

#search a i {
    margin-right: 4px;
    color: #f66d83;
}

#search a:hover {
    background: #ffffff61 !important;
}

#search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffffcf;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffffcf;
    opacity: 1;
}

#search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffffcf;
    opacity: 1;
}

#search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffffcf;
}

#search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffffcf;
}

#search input::placeholder {
    /* Most modern browsers support this now. */
    color: #ffffffcf;
}

#home-category {}

#home-category ul {
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

#home-category ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

#home-category ul li a {
    display: block;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .1);
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}

#home-category ul li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .2);
}

#home-category ul li a.active {
    background: #7f53ea;
}

#home-category ul li a svg {
    margin-right: 5px;
}

#home-category ul li a .zli {
    margin: -4px 8px 0 0;
    float: left;
}

/* GAME SECTION */
#game-section {
    padding: 25px 0;
}

#game-section .gs-title {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

#game-section .gs-carousel-controls {
    margin-left: 12px;
}

#game-section .gs-carousel-controls a {
    color: #ffffff5c;
    margin: 0 4px;
    font-size: 25px;
}

#game-section .gs-list {
    margin-top: 25px;
    overflow-y: auto;
    overflow-x: hidden;
}

#game-section .gs-list .item {
    background: #000;
    float: left;
    width: 200px;
    height: 210px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#game-section .gs-list .item-no-slider {
    width: 100% !important;
}

#game-section .studio-col {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

#game-section .studio-row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

#game-section .gs-list .studio-item {
    float: left;
    width: 200px;
    height: 210px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#game-section .gs-list .studio-item img {
    max-width: 100%;
}

#game-section .gs-list .item a {
    text-decoration: none;
}

#game-section .gs-list .item:hover .gs-overlay {
    opacity: 0.6;
    transition: all 0.5s ease;
}

#game-section .gs-list .item:hover .gs-hover-btn {
    visibility: visible;
    transition: all 0.5s ease;
}

#game-section .gs-list .item-img {
    display: block;
    background: #FFF;
    height: 90%;
    background-size: cover;
    background-position: 50% -15px;
}

#game-section .gs-list .item-title {
    color: #FFF;
    font-size: 13px;
    padding: 34px 15px 10px 15px;
    background: #f21e2e;
    background: linear-gradient(0deg, #f21e2e 60%, rgb(255 255 255 / 0%) 100%);
    margin-top: -61px;
}

#game-section .gs-list .item-title b {
    display: block;
    font-size: 14px;
    overflow: auto;
    white-space: nowrap;
}

#game-section .item .gs-hover-btn {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #7f53ea;
    padding: 8px 20px;
    color: #FFF;
    border-radius: 7px;
    visibility: hidden;
}

#footer {
    background: #f7f7f7;
    padding: 50px 0;
    margin-top: 50px;
    border-top: 4px solid #f1f1f1;
}

#footer .footer-logo img {
    width: 80%;
    max-width: 200px;
}

#footer .footer-socials {
    margin-top: 13px;
}

#footer .footer-socials ul {
    padding: 0;
    margin: 0;
}

#footer .footer-socials ul li {
    list-style: none;
    display: inline-block;
}

#footer .footer-socials ul li a {
    display: block;
    color: #0000005e;
    font-size: 25px;
    padding: 5px 8px;
}

#footer .footer-socials ul li a:hover {
    color: #0000003d;
}

#footer .footer-links-menu {
    padding: 0;
    margin: 0;
}

#footer .footer-links-menu li {
    list-style: none;
}

#footer .footer-links-menu li.fl-title {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 17px;
}

#footer .footer-links-menu li a {
    display: block;
    color: #ffffff73;
    font-size: 14px;
    padding: 3px 0;
}

#footer .footer-links-menu li a:hover {
    text-decoration: none;
    color: #FFF;
}

#footer .important-links {
    padding: 25px 0;
    margin: 25px 0;
    border-top: 1px solid #323b45;
    border-bottom: 1px solid #323b45;
}

#footer .important-links ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#footer .important-links ul li {
    list-style: none;
    display: inline-block;
    display: inline-block;
    margin: 0 20px;
}

#footer .important-links ul li a {}

#footer .important-links ul li a img {
    max-height: 42px;
    opacity: .4;
}

#footer .important-links ul li a:hover img {
    opacity: 1;
}

.mobile-menu-header .logo a {
    text-align: left !important;
    padding: 10px;
}

.mobile-menu-header #mobile-menu-trigger {
    position: absolute;
    color: #ffffff9c;
    top: 20px;
    right: 15px;
}

.mobile-menu-header #mobile-menu-trigger .zli {
    font-size: 35px;
}

/* RESPONSIVIDADE */

.mobile-only {
    display: none;
}

@media (max-width: 991px) {
    .header-modalities-menu {
        display: none;
    }

    .leftbar-container .logo a {
        padding: 8px 15px;
        text-align: left;
    }

    #left-menu {
        height: 100% !important;
    }

    .mobile-only {
        display: block !important;
    }

    .gs-hover-btn {
        display: none !important;
    }

    .principal-menu {
        display: none;
        position: fixed;
        z-index: 100;
        background: #0f1923;
        top: 0;
        bottom: 0;
        max-width: 100% !important;
        overflow: auto;
    }

    .app-container {
        width: 100%;
    }

    .app-content {
        width: 100%;
    }

    #game-section {
        padding: 8px 0 0 0 !important;
    }

    #game-section .gs-list {
        margin-top: 8px !important;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    #game-section .gs-list .item {
        margin: 0 12px 0 0 !important;
        width: 140px;
        height: 170px;
    }

    .swiper-controls {
        display: none;
    }
}

@media (max-width: 767px) {

    #footer {
        padding-bottom: 80px !important;
    }

    #footer .footer-links-menu {
        margin-top: 20px !important;
    }

    #footer .footer-logo,
    #footer .footer-socials {
        text-align: center;
    }

    #footer .important-links ul li a img {
        opacity: 1 !important;
    }
}

@media (max-width: 550px) {
    #header .col-leftbar {
        max-width: 150px;
    }

    #header .col-content {
        float: left;
        width: calc(100% - 150px);
    }
}

/* /RESPONSIVIDADE */

/* MODALS */

.modal-content {
    background: #0f1923 !important;
    background-color: #0f1923 !important;
}

.modal-title {
    color: #FFF;
    font-size: 15px;
}

.modal .close {
    text-shadow: none !important;
    color: #ffffffa8;
    opacity: 1 !important;
}

.modal-header {
    border: 0 !important;
}

.modal input[type="text"],
.modal input[type="password"],
.modal select {
    background: rgba(255, 255, 255, .1) !important;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 7px 10px;
    height: 45px;
    color: #FFF;
    border: 0 !important;
}

.modal select option {
    color: #000 !important;
    font-size: 16px;
}

/* /MODALS */

.btn-forgot-password {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.btn-forgot-password:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

.user-btn-top-icon {
    padding: 10px 5px 10px 15px;
}

.btn-top-credit {
    padding: 10px 5px 10px 15px !important;
}

.megamenu {
    z-index: 1000;
    display: none;
    text-align: left;
    background: #F8F8F8;
    padding: 15px;
    position: absolute;
    width: 100%;
    max-width: 200px;
    right: 15px;
}

.megamenu .mm-user {
    font-size: 12px;
    color: #ffffffe6;
}

.megamenu .mm-user b {
    display: block;
    font-size: 20px;
}

.megamenu .mm-btn-deposit {
    border: 1px solid #7f53ea;
    background: #7f53ea;
    padding: 8px;
    width: 100%;
    border-radius: 0;
    color: #ffffffe6 !important;
}

.megamenu ul {
    padding: 0;
    margin: 0;
}

.megamenu ul li {
    list-style: none;
    display: block;
}

.megamenu ul li a {
    transition: all 0.3s ease;
    color: #101010c9 !important;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.megamenu ul li a:hover {
    background: #7f53ea;
    padding-left: 10px;
    text-decoration: none;
    color: #FFF !important;
}

.megamenu ul li a .zli {
    font-size: 16px;
    vertical-align: sub;
    margin-right: 5px;
}

.megamenu .mm-user2 {
    color: #ffffffd9;
    font-size: 12px;
    padding: 3px 0;
}

.internal {
    margin-top: 40px !important;
}

.internal-min {
    max-width: 500px !important;
}

.internal .swiper-wrapper {
    height: auto !important;
}

#game-carousel-studios,
#game-carousel-studios .studio-item {
    max-height: 100px !important;
}

.internal input,
.internal select {
    width: 100%;
    height: 48px;
    background: #ffffff14;
    border: 1px solid rgb(225, 225, 225);
    padding: 9px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.sendDocumentRequest {
    height: 1px solid rgb(225, 225, 225)
}

.internal input[disabled],
.internal input[readonly] {
    background-color: #e9ecef61 !important;
    opacity: 1;
}

.internal select option {
    color: #000 !important;
}

#title-signup-form {
    display: block;
    color: #000 !important;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px !important;
}

.internal input:focus,
.internal select:focus {
    background: #ffffff29;
    border: 1px solid rgb(225, 225, 225);
    color: #495057 !important;
}

.card {
    border: 0 !important;
    background: transparent !important;
}

.card-header {
    background: #7f53ea !important;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}

.card-body {
    background: #ffffff0f !important;
}

.deposit-banner img {
    width: 100%;
}

.method_description {
    margin-top: 15px;
}

.inline-buttons-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}

.inline-buttons-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.inline-buttons-menu ul li a {
    display: block;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .1);
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}

.inline-buttons-menu ul li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .2);
}

.inline-buttons-menu ul li a.active {
    background: #7f53ea;
}

.inline-buttons-menu ul li a svg {
    margin-right: 5px;
}

.inline-buttons-menu ul li a .zli {
    margin: -4px 8px 0 0;
    float: left;
}

.btn-site-primary {
    padding: 10px 25px;
    background: #7f53ea;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}

.btn-site-primary:hover {
    text-decoration: none;
    background: #6a3fd3 !important;
    border-color: #6a3fd3 !important;
    color: #FFF !important;
}

.btn-site-secondary {
    padding: 10px 25px;
    border: 1px solid rgb(0 0 0 / 30%);
    color: rgb(0 0 0 / 30%);
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}

.btn-site-secondary:hover {
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    color: #fff !important;
}

/* LISTA DE APOSTAS (ESPORTES) */
.border-bet-1 {
    border-color: #2098d1 !important;
}

.border-bet-2 {
    border-color: #28a745 !important;
}

.border-bet-3 {
    border-color: #dc3545 !important;
}

.border-bet-4 {
    border-color: #343434 !important;
}

.bet-list-item {
    border-top: 2px solid #ffd60a;
    padding: 10px 0;
}

.bli-header {
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 9px 0;
    cursor: pointer;
}

.bli-coupon-hidden {
    display: none;
}

.bli-code {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    margin-left: 5px;
}

.bli-status {
    background: rgba(255, 255, 255, .2) !important;
    color: #FFF !important;
}

.bli-item {
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.bli-item .bli-item-header {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
}

.bli-item .bli-item-header i {
    font-size: 15px;
    margin-right: 9px;
}

.bli-item-text {
    color: #FFF;
    font-size: 11px;
    padding-left: 23px;
}

span.bli-date {
    color: rgba(255, 255, 255, .4);
    margin-left: 5px;
}

.bli-footer {
    color: #FFF;
    padding: 10px 0;
}

.bli-footer b.bli-amount {
    color: #FFF;
    display: block;
    font-size: 16px !important;
}

.bli-footer-item {
    font-size: 11px;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .bli-date {
        display: block;
        margin-left: 0 !important;
    }
}

.live-option-disabled {
    cursor: default !important;
    opacity: 0.5;
}

/* /LISTA DE APOSTAS (ESPORTES) */

.wallet-icon .zli {
    color: #ffffff85;
    font-size: 60px;
    float: right;
}

.wallet-currency {
    font-size: 20px;
    color: #ffffffa1;
}

.wallet-amount {
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
    margin-top: -20px;
}

.wallet-action-btns .zli {
    vertical-align: bottom;
    margin: 0 5px 0;
}

#mobile-menu {
    display: none;
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #252a2e;
    padding: 8px 0 5px 0;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

#mobile-menu .mobile-menu-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#mobile-menu .mobile-menu-wrapper a {
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 10px;
}

#mobile-menu .mobile-menu-wrapper a .zli {
    display: block;
    color: #ffffff59;
    margin-bottom: 3px;
}

.game-frame2 {
    border: 0;
    width: 100%;
}

.stylized-alerts .alert {
    margin-top: 5px;
}

.game-frame {
    width: 100%;
    height: 70vh;
    padding: 0 !important;
}

.card-header button .zli {
    font-size: 19px;
    margin: -2px 0 -5px 0;
}

.game-fullscreen-card {
    position: fixed !important;
    z-index: 100;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh !important;
    background: #000 !important;
}

.game-fullscreen-card .card-header {
    background: #000000 !important;
    position: relative;
    z-index: 100;
}

.game-fullscreen-card iframe {
    height: calc(100% - 44px) !important;
    position: fixed;
}

.card-header-banner img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-header-img img {
    width: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-md {
    max-width: 400px !important;
}

.modal-content .close {
    padding: 5px 12px 3px 12px !important;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #0000007d;
    outline: 0 !important;
}

.modal-content .close-default {
    top: 21px !important;
    right: 21px !important;
}

.modal-content .close:hover {
    background: #00000059 !important;
    color: #FFF !important;
}

#accordion_list {}

#accordion_list .accordion {
    padding: 15px 0;
}

#accordion_list .accordion .accordion-item {
    background: #ffffff14;
    margin-bottom: 10px;
    border-radius: 6px;
}

#accordion_list .accordion .accordion-item .accordion-header {
    padding: 15px;
    background: #0000003b;
    cursor: pointer;
}

#accordion_list .accordion .accordion-item .accordion-header:hover {
    background: #0000001a;
}

#accordion_list .accordion .accordion-item .accordion-header img {
    max-width: 30px;
    margin-right: 5px;
}

#accordion_list .accordion .accordion-item .accordion-content {
    padding: 15px;
    display: none;
}

#accordion_list .accordion .accordion-item .accordion-content.active {
    display: block !important;
}

.payment-form .pf-title {
    font-size: 13px;
    margin-bottom: 3px;
}

.payment-form input {
    font-size: 16px !important;
}

.payment-form .pf-item-input-icon {
    font-size: 10px;
    float: right;
    margin: -39px 10px 0 0;
}

.payment-form .pf-item-input-icon img {
    max-width: 16px;
    margin-right: 3px;
    vertical-align: bottom;
}

.payment-form .btn-carousel {
    padding: 0 0 7px 0;
    margin-bottom: 10px;
}

.payment-form .btn-carousel ul {
    padding: 0;
    margin: 0;
}

.payment-form .btn-carousel ul li {
    list-style: none;
    display: inline-block;
}

.payment-form .btn-carousel ul li button {
    background: #ffffff3b;
    border: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    border-radius: 4px;
}

.payment-form .btn-carousel ul li button:focus {
    outline: none !important;
}

.draggable {
    overflow: auto !important;
    white-space: nowrap !important;
}

.payment-qr img {
    width: 70%;
    max-width: 220px;
    border-radius: 8px;
}

.deposit_terminal {
    color: #ff6565;
    font-weight: bold;
}

.btn .zlia {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
    margin-top: -3px;
}

.refresh-credit .refresh-credit-icon {
    color: #ffffff78 !important;
}

#game-panel {
    padding: 20px;
    background: #00000045;
}

#game-panel #addFavorite.btn-secondary {
    background: transparent !important;
}

#game-panel .likes {}

#game-panel .likes button {
    background: transparent;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    border: 0;
    margin-left: 6px;
}

#game-panel .likes .like:hover,
#game-panel .likes .like.active {
    color: #4caf50;
}

#game-panel .likes .unlike:hover,
#game-panel .likes .unlike.active {
    color: #f44336;
}

#game-panel .likes .inactive:hover,
#game-panel .likes .inactive {
    color: #ffffff36 !important;
}

.promotions-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
    align-items: center;
    aspect-ratio: 12 / 6;
    display: flex;
    justify-content: center;
}