/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --color-dark-green: #01fe1922;
    --color-theme-darker: #a12e9f;
    --color-theme: #FA68F8;
    --color-light-green: #42FF33;
    --glow-color: #FA68F8;
    --color-cyan: #33FFA5;
    --color-orange: #f38120;
    --color-white: #fff;
    --color-black: #000;
}

* {
	box-sizing: border-box;
	position: relative;
}
::-webkit-scrollbar {
    display: none;
}
html, body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: var(--color-white);
    background-color: var(--color-black);
}
.d-none, .hide {
    display: none!important;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;
    display: none;
}
.loading .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 5px;
    color: #fff;
    box-shadow: -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px;
    animation: loader-38 6s infinite;
}

@keyframes loader-38 {
    0% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
    }
    8.33% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px -10px 0 5px;
    }
    16.66% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
    }
    24.99% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    33.32% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px -10px 0 5px;
    }
    41.65% {
        box-shadow: 10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px -10px 0 5px;
    }
    49.98% {
        box-shadow: 10px 10px 0 5px,
                10px 10px 0 5px,
                10px 10px 0 5px,
                10px 10px 0 5px;
    }
    58.31% {
        box-shadow: -10px 10px 0 5px,
                    -10px 10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    66.64% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    74.97% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    83.3% {
        box-shadow: -10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    91.63% {
        box-shadow: -10px -10px 0 5px,
                    -10px 10px 0 5px,
                    -10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    100% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
    }
    }

#winmate88-navbar .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: linear-gradient(to bottom, #0c0c0c, #000000);
    padding: 30px 20px;
    border-right: 3px solid var(--color-theme-darker);
    box-shadow: 0 0 20px var(--color-theme-darker);
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-280px);
    transition: all 0.5s ease;
}
#winmate88-navbar.navbar-opened .nav-wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
#winmate88-navbar .btn-hamburger {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: radial-gradient(#111, #000000);
    border: 2px solid var(--color-theme-darker);
    box-shadow: 0 0 10px var(--color-theme-darker);
    transition: all 0.35s ease;
}
#winmate88-navbar .btn-hamburger i {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
#winmate88-navbar.navbar-opened .btn-hamburger {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
#winmate88-navbar .nav-wrapper::-webkit-scrollbar {
    display: none
}
#winmate88-navbar .nav-wrapper .navbar-brand {
    overflow: hidden;
    display: block;
    width: 70%;
    height: 50px;
    background-color: var(--color-theme-darker);
    border-radius: 10px;
    margin: 0.5rem auto 2rem;
	padding: 0.25rem 0.5rem;
}
#winmate88-navbar .nav-wrapper .navbar-brand img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
#winmate88-navbar .nav-wrapper .btn-close {
    padding: 0;
    position: absolute;
    top: -1.25rem;
    right: 0;
    background-color: var(--color-black);
    width: 25px;
    height: 25px;
}
#winmate88-navbar .nav-wrapper .btn-close::before, #winmate88-navbar .nav-wrapper .btn-close::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--color-theme-darker);
    top: 50%;
    left: 50%;
}
#winmate88-navbar .nav-wrapper .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#winmate88-navbar .nav-wrapper .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#winmate88-navbar .astra-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    background-color: transparent;
}
#winmate88-navbar .astra-menu .menu-item {
    width: 100%;
}
#winmate88-navbar .astra-menu .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    border: 1px solid var(--color-theme-darker);
    border-style: solid!important;
    outline: none;
    background-color: rgba(255, 215, 0, 0.06);
    border-radius: 0.625rem;
    font-size: 1rem;
    line-height: 1rem;
    height: max-content;
    transition: all 0.35s ease;
}
#winmate88-navbar .astra-menu .menu-item > a, #winmate88-navbar .astra-menu .menu-item > a i {
    color: var(--color-theme);
}
#winmate88-navbar .astra-menu > .menu-item.menu-item-has-children > a {
    padding-right: 1.75rem;
}
#winmate88-navbar .astra-menu > .menu-item > a:hover {
    background: var(--color-dark-green);
    transform: translateX(5px);
    box-shadow: 0 0 6px var(--color-theme);
}
#winmate88-navbar .astra-menu .menu-item > a:hover *:not(i) {
    color: #fff!important;
}
#winmate88-navbar .astra-menu .sub-menu .menu-item {
    margin-top: 0.625rem;
}
#winmate88-navbar .astra-menu .sub-menu .menu-item > a {
    padding: 0.625rem 1rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
}
#winmate88-navbar .astra-menu .sub-menu .menu-item > a:hover {
    background: #01fe1911;
    transform: scale(1.05);
}
#winmate88-navbar .astra-menu .menu-item .dropdown-menu-toggle, #winmate88-navbar .astra-menu .menu-item .ast-menu-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    transform-origin: center center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#winmate88-navbar .astra-menu .menu-item .ast-menu-toggle, 
#winmate88-navbar .astra-menu .menu-item .ast-menu-toggle .ast-icon.icon-arrow {
    display: none;
}
#winmate88-navbar .astra-menu .menu-item.submenu-open .dropdown-menu-toggle, #winmate88-navbar .astra-menu .menu-item.submenu-open .ast-menu-toggle {
    transform: translate(0, -50%) rotate(180deg);
}
#winmate88-navbar .astra-menu .menu-item .dropdown-menu-toggle::before, #winmate88-navbar .astra-menu .menu-item .ast-menu-toggle::before {
    content: "\f0d7";
}
#winmate88-navbar .main-header-menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: auto;
    top: auto;
    padding-left: 1.25rem;
    background-color: transparent;
}
@keyframes blinking {
    0% { opacity: 0; }
    38% { opacity: 0; }
    39% { opacity: 1; }
    100% { opacity: 1; }
}
.animation-blinking {
    animation: blinking 1.5s linear infinite;
}
footer#colophon {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 991;
}
#colophon .elementor-widget-icon-box.footer-nav-item a {
	width: 100%;
	text-align: center;
}
#colophon .elementor-widget-icon-box.footer-nav-item a > * {
	margin: auto;
}
#content::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../assets/images/bg_918kiss.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.main {
    display: flex;
    width: 100%;
    min-height: calc( 100vh - 105px );
}
.admin-bar .main {
    min-height: calc( 100vh - 135px );
}
.winmate88-box {
    display: block;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
}
#content > .ast-container {
    flex-wrap: wrap;
}
.marquee {
    display: block;
    color: #000;
    background-color: var(--color-theme);
    overflow: hidden;
    font-size: 13px;
    line-height: 1;
    padding: 4px 0 6px;
    min-height: 21px;
}
.btn-wrapper {
    display: flex;
    gap: 0.75rem;
}
.btn-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    background-color: transparent;
}
.btn-wrapper.btns-between {
    justify-content: space-between;
}
.btn-wrapper.btns-vertical {
    flex-direction: column;
    gap: 0.375rem;
}
.box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}
.winmate88-col {
    display: block;
    width: 100%;
}
.winmate88-box.box-central {
    padding-bottom: 4.75rem;
}
.userprofile-upper {
    margin-bottom: 1.25rem;
}
.userprofile-lower {
    display: flex;
    gap: 1rem;
}
.userprofile-lower .userprofile-info {
    flex: 1;
}
.userprofile-lower .btn-wrapper {
    width: 135px;
}
.vc-note {
    font-size: 13px;
    line-height: 1;
}
.vc-balance {
    color: var(--color-theme);
    font-size: 1.375rem;
    line-height: 1.875rem;
}
@keyframes snowflakes-shake {
    0% { transform: translateX(0); }
    50% { transform: translateX(80px); }
    100% { transform: translateX(0); }
}
@keyframes snowflakes-fall {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(110vh) rotate(360deg); }
}
.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    user-select: none;
    cursor: default;
    pointer-events: none;
    animation-name: snowflakes-shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
.snowflake:nth-of-type(1) {
    left: 10%;
    animation-delay: 1s;
}
.snowflake:nth-of-type(2) {
    left: 20%;
    animation-delay: .5s;
}
.snowflake:nth-of-type(3) {
    left: 30%;
    animation-delay: 2s;
}
.snowflake:nth-of-type(4) {
    left: 40%;
    animation-delay: 2s;
}
.snowflake:nth-of-type(5) {
    left: 50%;
    animation-delay: 3s;
}
.snowflake:nth-of-type(6) {
    left: 60%;
    animation-delay: 2s;
}
.snowflake:nth-of-type(7) {
    left: 70%;
    animation-delay: 1s;
}
.snowflake:nth-of-type(8) {
    left: 80%;
    animation-delay: 0s;
}
.snowflake:nth-of-type(9) {
    left: 90%;
    animation-delay: 1.5s;
}
.snowflake:nth-of-type(10) {
    left: 25%;
    animation-delay: 0s;
}
.snowflake:nth-of-type(11) {
    left: 65%;
    animation-delay: 2.5s;
}
.snowflake .inner {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: snowflakes-fall;
    animation-play-state: running;
    animation-timing-function: linear;
}
.snowflake:nth-of-type(1) .inner {
    animation-delay: 1s;
}
.snowflake:nth-of-type(2) .inner {
    animation-delay: 6s;
}
.snowflake:nth-of-type(3) .inner {
    animation-delay: 4s;
}
.snowflake:nth-of-type(4) .inner {
    animation-delay: 2s;
}
.snowflake:nth-of-type(5) .inner {
    animation-delay: 8s;
}
.snowflake:nth-of-type(6) .inner {
    animation-delay: 6s;
}
.snowflake:nth-of-type(7) .inner {
    animation-delay: 2.5s;
}
.snowflake:nth-of-type(8) .inner {
    animation-delay: 1s;
}
.snowflake:nth-of-type(9) .inner {
    animation-delay: 3s;
}
.snowflake:nth-of-type(10) .inner {
    animation-delay: 2s;
}
.snowflake:nth-of-type(11) .inner {
    animation-delay: 4s;
}
table, table tr, table tr th, table tr td {
    border-collapse: collapse;
}
#home-livetx table, #home-livetx th, #home-livetx td {
    border: none;
}
#home-livetx table td.title {
    color: var(--color-light-green);
    font-weight: 700;
}
#home-livetx table td {
    position: relative;
    padding: 4px;
    font-size: 11px;
    line-height: 1;
    border: none;
    background-color: transparent;
    color: var(--color-theme);
}
#home-livetx table td .live {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    padding: 1px 3px;
    border-radius: 2px;
    color: var(--color-white);
    font-weight: 400;
}
#home-livetx table td .live span {
    display: block;
    width: 8px;
    height: 8px;
    background: var(--color-white);
    float: right;
    border-radius: 10px;
    margin: 1px 1px 0 3px;
}
#home-livetx table td.green {
    background: var(--color-light-green);
    color: var(--color-black);
}
#home-livetx table td.red {
    background: var(--color-cyan);
    color: var(--color-black);
}
#home-livetx table td.amount {
    color: var(--color-white);
    text-align: right;
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 5px var(--glow-color), 0 0 10px var(--glow-color), 0 0 15px var(--glow-color), 0 0 20px var(--glow-color);
    }
    50% {
        box-shadow: 0 0 10px var(--glow-color), 0 0 20px var(--glow-color), 0 0 30px var(--glow-color), 0 0 40px var(--glow-color);
    }
    100% {
        box-shadow: 0 0 5px var(--glow-color), 0 0 10px var(--glow-color), 0 0 15px var(--glow-color), 0 0 20px var(--glow-color);
    }
}
.col-providers-banner .providers-banner {
    width: 100%;
    margin-top: 10px;
    animation: glowing 1.5s infinite;
    border-radius: 8px;
    overflow: hidden;
}
.nav-provider-type {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    border-bottom: 1px solid var(--color-white);
}
.nav-provider-type .provider-link {
    padding: 0;
    padding-bottom: 1.875rem;
    background-color: transparent;
    opacity: 0.7;
}
.nav-provider-type .provider-link.active {
    pointer-events: none;
    user-select: none;
}
.nav-provider-type .provider-link:hover, .nav-provider-type .provider-link.active {
    opacity: 1;
}
.game-listing {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.game-listing .loading {
    width: calc( 100% + 2rem );
    height: calc( 100% + 2rem );
    top: -1rem;
    left: -1rem;
}
.game-listing .games {
    display: grid;
    gap: 1rem 0.625rem;
    grid-template-columns: repeat(4, 1fr);
}
.game-listing .games .game-item-inner {
    display: flex;
    flex-direction: column;
}
.game-listing .games.type-1 {
    grid-template-columns: repeat(3, 1fr);
}
.game-listing .games .game-thumbnail {}
.game-listing .games.type-1 .game-thumbnail {
    border-radius: 0.75rem;
    overflow: hidden;
}
.game-listing .games .game-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.game-listing .games.type-1 .game-cta {
    text-align: center;
    border-radius: 2rem;
    padding: 0.25rem 0;
    margin-top: 0.5rem;
    font-size: 0.625rem;
    background-color: var(--color-black);
    border: 1px solid var(--color-theme);
    color: var(--color-white);
}
.game-listing .games.type-2 {

}