/* Drag-and-drop stylesheet generated from 5 hex colors.
 * primary=#303030 secondary=#d9b866 tertiary=#ffff00
 * login=#ffd700 register=#dc143c
 * gradient-direction=180deg
 * Load this stylesheet AFTER bootstrap.css.
 */

/* === Bootstrap v5 theme classes === */

:root {
    --bs-primary: #303030;
    --bs-primary-rgb: 48, 48, 48;
    --bs-secondary: #d9b866;
    --bs-secondary-rgb: 217, 184, 102;
    --bs-tertiary: #ffff00;
    --bs-tertiary-rgb: 255, 255, 0;
}

/* --- primary (#303030) --- */

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #303030;
    --bs-btn-border-color: #303030;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #292929;
    --bs-btn-hover-border-color: #262626;
    --bs-btn-focus-shadow-rgb: 79, 79, 79;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #262626;
    --bs-btn-active-border-color: #242424;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #303030;
    --bs-btn-disabled-border-color: #303030;
}

.btn-outline-primary {
    --bs-btn-color: #303030;
    --bs-btn-border-color: #303030;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #303030;
    --bs-btn-hover-border-color: #303030;
    --bs-btn-focus-shadow-rgb: 48, 48, 48;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #303030;
    --bs-btn-active-border-color: #303030;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #303030;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #303030;
    --bs-gradient: none;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
    color: RGBA(38, 38, 38, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(38, 38, 38, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-primary {
    --bs-alert-color: #1d1d1d;
    --bs-alert-bg: #d6d6d6;
    --bs-alert-border-color: #c1c1c1;
    --bs-alert-link-color: #171717;
}
.alert-primary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-primary {
    color: #1d1d1d;
    background-color: #d6d6d6;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #1d1d1d;
    background-color: #c1c1c1;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #d6d6d6;
    --bs-table-border-color: #c1c1c1;
    --bs-table-striped-bg: #cbcbcb;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c1c1c1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c6c6c6;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- secondary (#d9b866) --- */

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #d9b866;
    --bs-btn-border-color: #d9b866;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #dfc37d;
    --bs-btn-hover-border-color: #ddbf75;
    --bs-btn-focus-shadow-rgb: 184, 156, 87;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #e1c685;
    --bs-btn-active-border-color: #ddbf75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #d9b866;
    --bs-btn-disabled-border-color: #d9b866;
}

.btn-outline-secondary {
    --bs-btn-color: #d9b866;
    --bs-btn-border-color: #d9b866;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #d9b866;
    --bs-btn-hover-border-color: #d9b866;
    --bs-btn-focus-shadow-rgb: 217, 184, 102;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #d9b866;
    --bs-btn-active-border-color: #d9b866;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d9b866;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d9b866;
    --bs-gradient: none;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
    color: RGBA(225, 198, 133, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(225, 198, 133, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-secondary {
    --bs-alert-color: #997826;
    --bs-alert-bg: #f7f1e0;
    --bs-alert-border-color: #f4ead1;
    --bs-alert-link-color: #7a601e;
}
.alert-secondary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-secondary {
    color: #574a29;
    background-color: #f7f1e0;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #574a29;
    background-color: #ede0bb;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #d9b866;
    border-color: #d9b866;
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #f7f1e0;
    --bs-table-border-color: #ded9ca;
    --bs-table-striped-bg: #ebe5d5;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #ded9ca;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e4dfcf;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- tertiary (#ffff00) --- */

.btn-tertiary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffff00;
    --bs-btn-border-color: #ffff00;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffff26;
    --bs-btn-hover-border-color: #ffff1a;
    --bs-btn-focus-shadow-rgb: 217, 217, 0;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffff33;
    --bs-btn-active-border-color: #ffff1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffff00;
    --bs-btn-disabled-border-color: #ffff00;
}

.btn-outline-tertiary {
    --bs-btn-color: #ffff00;
    --bs-btn-border-color: #ffff00;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffff00;
    --bs-btn-hover-border-color: #ffff00;
    --bs-btn-focus-shadow-rgb: 255, 255, 0;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffff00;
    --bs-btn-active-border-color: #ffff00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffff00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffff00;
    --bs-gradient: none;
}

.bg-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}

.link-tertiary {
    color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
    color: RGBA(255, 255, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-tertiary {
    --bs-alert-color: #999900;
    --bs-alert-bg: #ffffcc;
    --bs-alert-border-color: #ffffb3;
    --bs-alert-link-color: #7a7a00;
}
.alert-tertiary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-tertiary {
    color: #666600;
    background-color: #ffffcc;
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
    color: #666600;
    background-color: #ffff9e;
}
.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #ffff00;
    border-color: #ffff00;
}

.table-tertiary {
    --bs-table-color: #000000;
    --bs-table-bg: #ffffcc;
    --bs-table-border-color: #e6e6b8;
    --bs-table-striped-bg: #f2f2c2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6e6b8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ececbd;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- direct-property overrides (component override fallback) --- */

.btn-primary {
    color: #ffffff !important;
    background-color: #303030 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #303030 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff !important;
    background-color: #292929 !important;
    border-color: #262626 !important;
}

.btn-secondary {
    color: #000000 !important;
    background-color: #d9b866 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #d9b866 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #000000 !important;
    background-color: #dfc37d !important;
    border-color: #ddbf75 !important;
}

.btn-tertiary {
    color: #000000 !important;
    background-color: #ffff00 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #ffff00 !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    color: #000000 !important;
    background-color: #ffff26 !important;
    border-color: #ffff1a !important;
}


/* === App theme — custom properties === */

:root {

    --theme-tab-games-selector-item: linear-gradient(180deg, #2b2b2b 0%, #1e1e1e 100%);
    --theme-tab-games-selector-item-active: linear-gradient(180deg, #d9b866 0%, #b38c2c 100%);
    --theme-tab-games-selector-bg: #181818e6;
    --theme-menu-border: 1px solid #6e6e6e;

    --theme-text-frame-color: #ffffff;
    --theme-text-frame-games-selected-bg: linear-gradient(180deg, #1d1d1d, rgba(0, 0, 0, 0));
    --theme-text-tertiary: #000000;

    --theme-gradient-primary: linear-gradient(180deg, #303030 0%, #222222 100%);
    --theme-gradient-secondary: linear-gradient(180deg, #d9b866 0%, #b38c2c 100%);
    --theme-gradient-tertiary: linear-gradient(180deg, #ffff00, #b2b300);
    --theme-gradient-quinary: linear-gradient(180deg, #ffff00, #b2b300);
    --theme-gradient-dark: linear-gradient(180deg, #222222 0%, #181818 100%);

    --theme-top-header-bg-color: #2b2b2b;
    --theme-top-header-bg-moz: -moz-linear-gradient(180deg, #2b2b2b 0%, #222222 100%);
    --theme-top-header-bg-webkit: -webkit-linear-gradient(180deg, #2b2b2b 0%, #222222 100%);
    --theme-top-header-bg: linear-gradient(180deg, #2b2b2b 0%, #222222 100%);
    --theme-top-header-border: 1px solid #454545;
    --theme-hamburger-bg: linear-gradient(to bottom, #fff, #fff);

    --theme-register-bg-color: #dc143c;
    --theme-register-bg-moz: -moz-linear-gradient(180deg, #dc143c 0%, #6e0a1e 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(180deg, #dc143c 0%, #6e0a1e 100%);
    --theme-register-bg: linear-gradient(180deg, #dc143c 0%, #6e0a1e 100%);
    --theme-register-btn-text-color: #ffffff;
    --theme-register-btn-radius: 1rem;

    --theme-login-bg-color: #ffd700;
    --theme-login-bg-moz: -moz-linear-gradient(180deg, #ffd700, #806c00);
    --theme-login-bg-webkit: -webkit-linear-gradient(180deg, #ffd700, #806c00);
    --theme-login-bg: linear-gradient(180deg, #ffd700, #806c00);

    --theme-footer-bg: linear-gradient(180deg, #272727 0%, #1f1f1f 100%) !important;
    --theme-footer-border: 1px solid #eaeaea;
    --theme-footer-stop-color-1: #222222;
    --theme-footer-stop-color-2: #0e0e0e;

    --theme-active-menu-text-color: #0a0a0a;
    --theme-btn-play-bg-color: linear-gradient(180deg, #2b2b2b 0%, #181818 100%);
    --theme-btn-play-text-color: #ffffff;

    --theme-primary-dark: #222222 !important;

    --theme-fpm-bg: #222222;
    --theme-body-bg-color: #222222;
    --theme-bg-filter: #0000001a;

    /* bootstrap overrides */
    --bs-primary: #303030 !important;
    --bs-primary-rgb: 48, 48, 48 !important;
    --bs-secondary: #d9b866 !important;
    --bs-secondary-rgb: 217, 184, 102 !important;
    --bs-tertiary: #ffff00 !important;
    --bs-tertiary-rgb: 255, 255, 0 !important;
    --bs-dark-rgb: 34, 34, 34 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;

}

.mini-wallet-container {
    color: #1a1a1a;
}

.mini-wallet-container .text-tertiary {
    color: #000000 !important;
}

.mini-wallet-container .btn.btn-transparent,
.mini-wallet-container .btn.btn-secondary {
    background: transparent !important;
    border-color: transparent !important;
}

.mini-wallet-container .btn.btn-transparent svg,
.mini-wallet-container .btn.btn-secondary svg {
    color: #1a1a1a !important;
    fill: currentColor !important;
}

.mini-wallet-container .btn.btn-outline-light {
    background-color: #595959 !important;
    color: #ffffff !important;
    border-color: #989898 !important;
}

.mini-wallet-container .btn.btn-outline-light:hover,
.mini-wallet-container .btn.btn-outline-light:focus,
.mini-wallet-container .btn.btn-outline-light:active {
    background-color: #303030 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.mini-wallet-container .btn.btn-outline-light .bg-white {
    background-color: transparent !important;
    color: #ffffff !important;
}

.mini-wallet-container .btn.btn-outline-light .text-tertiary {
    color: #ffffff !important;
}

.mini-wallet-container .btn.btn-outline-light .text-white {
    color: #cccccc !important;
}

.mini-wallet-container .btn.btn-play {
    background: linear-gradient(180deg, #303030 0%, #454545 100%) !important;
    color: #ffffff !important;
    border: 1px solid #838383 !important;
    text-shadow: 0 0 6px #989898, 0 0 12px #303030 !important;
    box-shadow: inset 0 0 6px #989898, 0 0 4px #595959, 0 0 12px #303030, 0 0 24px #303030, 0 0 48px #595959 !important;
    transition: box-shadow 200ms ease, transform 200ms ease, background 200ms ease !important;
}

.mini-wallet-container .btn.btn-play:hover,
.mini-wallet-container .btn.btn-play:focus,
.mini-wallet-container .btn.btn-play:active {
    background: linear-gradient(180deg, #646464 0%, #838383 100%) !important;
    color: #ffffff !important;
    border-color: #acacac !important;
    text-shadow: 0 0 8px #c1c1c1, 0 0 16px #303030 !important;
    box-shadow: inset 0 0 10px #c1c1c1, 0 0 8px #989898, 0 0 18px #303030, 0 0 36px #303030, 0 0 64px #595959 !important;
    transform: translateY(-1px);
}

.frame {
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0 0 6px #000000 !important;
}

.tab-games-selector-item.active,
.tab-games-selector-item.active h5,
.tab-games-selector-item.active h6,
.tab-games-selector-item:hover {
    text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff !important;
}

.mini-wallet-container svg.bg-info {
    background-color: #303030 !important;
    color: #ffffff !important;
    fill: currentColor !important;
    height: 24px;
    width: 24px;
    vertical-align: text-top;
}

.mini-wallet-container svg.bg-info + .bg-primary {
    color: #ffffff !important;
}

.mini-wallet-container svg.bg-info + .bg-primary .text-tertiary {
    color: #ffffff !important;
}

.mini-wallet-container .total-credit-mini + .row svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-radius: 16px !important;
    background-color: #303030 !important;
    color: #ffffff !important;
    fill: currentColor !important;
}

.rfm-marquee {
    color: #ffffff !important;
}
