/* Drag-and-drop stylesheet generated from 5 hex colors.
 * primary=#147d01 secondary=#ffae00 tertiary=#8d0b02
 * login=#d0bf73 register=#8d0b02
 * gradient-direction=180deg
 * Load this stylesheet AFTER bootstrap.css.
 */

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

:root {
    --bs-primary: #147d01;
    --bs-primary-rgb: 20, 125, 1;
    --bs-secondary: #ffae00;
    --bs-secondary-rgb: 255, 174, 0;
    --bs-tertiary: #8d0b02;
    --bs-tertiary-rgb: 141, 11, 2;
}

/* --- primary (#147d01) --- */

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #147d01;
    --bs-btn-border-color: #147d01;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #116a01;
    --bs-btn-hover-border-color: #106401;
    --bs-btn-focus-shadow-rgb: 55, 145, 39;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #106401;
    --bs-btn-active-border-color: #0f5e01;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #147d01;
    --bs-btn-disabled-border-color: #147d01;
}

.btn-outline-primary {
    --bs-btn-color: #147d01;
    --bs-btn-border-color: #147d01;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #147d01;
    --bs-btn-hover-border-color: #147d01;
    --bs-btn-focus-shadow-rgb: 20, 125, 1;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #147d01;
    --bs-btn-active-border-color: #147d01;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #147d01;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #147d01;
    --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(16, 100, 1, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(16, 100, 1, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-primary {
    --bs-alert-color: #0c4b01;
    --bs-alert-bg: #befeb3;
    --bs-alert-border-color: #9efe8d;
    --bs-alert-link-color: #0a3c01;
}
.alert-primary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-primary {
    color: #0c4b01;
    background-color: #befeb3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0c4b01;
    background-color: #99fd88;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #147d01;
    border-color: #147d01;
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #befeb3;
    --bs-table-border-color: #abe5a1;
    --bs-table-striped-bg: #b5f1aa;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #abe5a1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #b0eba6;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- secondary (#ffae00) --- */

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffae00;
    --bs-btn-border-color: #ffae00;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffba26;
    --bs-btn-hover-border-color: #ffb61a;
    --bs-btn-focus-shadow-rgb: 217, 148, 0;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffbe33;
    --bs-btn-active-border-color: #ffb61a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffae00;
    --bs-btn-disabled-border-color: #ffae00;
}

.btn-outline-secondary {
    --bs-btn-color: #ffae00;
    --bs-btn-border-color: #ffae00;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffae00;
    --bs-btn-hover-border-color: #ffae00;
    --bs-btn-focus-shadow-rgb: 255, 174, 0;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffae00;
    --bs-btn-active-border-color: #ffae00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffae00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffae00;
    --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(255, 190, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 190, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-secondary {
    --bs-alert-color: #996800;
    --bs-alert-bg: #ffefcc;
    --bs-alert-border-color: #ffe7b3;
    --bs-alert-link-color: #7a5300;
}
.alert-secondary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-secondary {
    color: #664600;
    background-color: #ffefcc;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #664600;
    background-color: #ffe19e;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #ffae00;
    border-color: #ffae00;
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #ffefcc;
    --bs-table-border-color: #e6d7b8;
    --bs-table-striped-bg: #f2e3c2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6d7b8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ecddbd;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- tertiary (#8d0b02) --- */

.btn-tertiary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #8d0b02;
    --bs-btn-border-color: #8d0b02;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #780902;
    --bs-btn-hover-border-color: #710902;
    --bs-btn-focus-shadow-rgb: 158, 48, 40;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #710902;
    --bs-btn-active-border-color: #6a0801;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #8d0b02;
    --bs-btn-disabled-border-color: #8d0b02;
}

.btn-outline-tertiary {
    --bs-btn-color: #8d0b02;
    --bs-btn-border-color: #8d0b02;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #8d0b02;
    --bs-btn-hover-border-color: #8d0b02;
    --bs-btn-focus-shadow-rgb: 141, 11, 2;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #8d0b02;
    --bs-btn-active-border-color: #8d0b02;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8d0b02;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8d0b02;
    --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(113, 9, 2, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(113, 9, 2, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-tertiary {
    --bs-alert-color: #550701;
    --bs-alert-bg: #febbb7;
    --bs-alert-border-color: #fd9992;
    --bs-alert-link-color: #440601;
}
.alert-tertiary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-tertiary {
    color: #550701;
    background-color: #febbb7;
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
    color: #550701;
    background-color: #fd928c;
}
.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #8d0b02;
    border-color: #8d0b02;
}

.table-tertiary {
    --bs-table-color: #000000;
    --bs-table-bg: #febbb7;
    --bs-table-border-color: #e5a8a5;
    --bs-table-striped-bg: #f1b2ae;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e5a8a5;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ebada9;
    --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: #147d01 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #147d01 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff !important;
    background-color: #116a01 !important;
    border-color: #106401 !important;
}

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

.btn-tertiary {
    color: #ffffff !important;
    background-color: #8d0b02 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #8d0b02 !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    color: #ffffff !important;
    background-color: #780902 !important;
    border-color: #710902 !important;
}


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

:root {

    --theme-tab-games-selector-item: linear-gradient(180deg, #127101 0%, #0d4f01 100%);
    --theme-tab-games-selector-item-active: linear-gradient(180deg, #ffae00 0%, #b37a00 100%);
    --theme-tab-games-selector-bg: #0a3f00e6;
    --theme-menu-border: 1px solid #26ef02;

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

    --theme-gradient-primary: linear-gradient(180deg, #147d01 0%, #0e5701 100%);
    --theme-gradient-secondary: linear-gradient(180deg, #ffae00 0%, #b37a00 100%);
    --theme-gradient-tertiary: linear-gradient(180deg, #8d0b02, #630801);
    --theme-gradient-quinary: linear-gradient(180deg, #8d0b02, #630801);
    --theme-gradient-dark: linear-gradient(180deg, #0e5701 0%, #0a3d01 100%);

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

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

    --theme-login-bg-color: #d0bf73;
    --theme-login-bg-moz: -moz-linear-gradient(180deg, #d0bf73, #796a29);
    --theme-login-bg-webkit: -webkit-linear-gradient(180deg, #d0bf73, #796a29);
    --theme-login-bg: linear-gradient(180deg, #d0bf73, #796a29);

    --theme-footer-bg: linear-gradient(180deg, #106601 0%, #0d5201 100%) !important;
    --theme-footer-border: 1px solid #dfffd9;
    --theme-footer-stop-color-1: #0e5701;
    --theme-footer-stop-color-2: #062600;

    --theme-active-menu-text-color: #041900;
    --theme-btn-play-bg-color: linear-gradient(180deg, #127101 0%, #0a3f00 100%);
    --theme-btn-play-text-color: #ffffff;

    --theme-primary-dark: #0e5701 !important;

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

    /* bootstrap overrides */
    --bs-primary: #147d01 !important;
    --bs-primary-rgb: 20, 125, 1 !important;
    --bs-secondary: #ffae00 !important;
    --bs-secondary-rgb: 255, 174, 0 !important;
    --bs-tertiary: #8d0b02 !important;
    --bs-tertiary-rgb: 141, 11, 2 !important;
    --bs-dark-rgb: 14, 87, 1 !important;
    --bs-font-black: #000000 !important;
    --bs-font-white: #ffffff !important;

}

.mini-wallet-container {
    color: #ffffff;
}

.mini-wallet-container .text-tertiary {
    color: #ffffff !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: #ffffff !important;
    fill: currentColor !important;
}

.mini-wallet-container .btn.btn-outline-light {
    background-color: #20c902 !important;
    color: #000000 !important;
    border-color: #5dfd41 !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: #147d01 !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, #147d01 0%, #1aa301 100%) !important;
    color: #ffffff !important;
    border: 1px solid #3dfd1a !important;
    text-shadow: 0 0 6px #5dfd41, 0 0 12px #147d01 !important;
    box-shadow: inset 0 0 6px #5dfd41, 0 0 4px #20c902, 0 0 12px #147d01, 0 0 24px #147d01, 0 0 48px #20c902 !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, #23dc02 0%, #3dfd1a 100%) !important;
    color: #ffffff !important;
    border-color: #7efe67 !important;
    text-shadow: 0 0 8px #9efe8d, 0 0 16px #147d01 !important;
    box-shadow: inset 0 0 10px #9efe8d, 0 0 8px #5dfd41, 0 0 18px #147d01, 0 0 36px #147d01, 0 0 64px #20c902 !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: #147d01 !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: #147d01 !important;
    color: #ffffff !important;
    fill: currentColor !important;
}

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