/* Drag-and-drop stylesheet generated from 5 hex colors.
 * primary=#e8213e secondary=#dd649f tertiary=#3c0127
 * login=#740d4e register=#740d4e
 * gradient-direction=180deg
 * Load this stylesheet AFTER bootstrap.css.
 */

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

:root {
    --bs-primary: #e8213e;
    --bs-primary-rgb: 232, 33, 62;
    --bs-secondary: #dd649f;
    --bs-secondary-rgb: 221, 100, 159;
    --bs-tertiary: #3c0127;
    --bs-tertiary-rgb: 60, 1, 39;
}

/* --- primary (#e8213e) --- */

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #e8213e;
    --bs-btn-border-color: #e8213e;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eb425b;
    --bs-btn-hover-border-color: #ea3751;
    --bs-btn-focus-shadow-rgb: 197, 28, 53;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ed4d65;
    --bs-btn-active-border-color: #ea3751;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #e8213e;
    --bs-btn-disabled-border-color: #e8213e;
}

.btn-outline-primary {
    --bs-btn-color: #e8213e;
    --bs-btn-border-color: #e8213e;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e8213e;
    --bs-btn-hover-border-color: #e8213e;
    --bs-btn-focus-shadow-rgb: 232, 33, 62;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #e8213e;
    --bs-btn-active-border-color: #e8213e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e8213e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e8213e;
    --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(237, 77, 101, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(237, 77, 101, var(--bs-link-underline-opacity, 1)) !important;
}

.alert-primary {
    --bs-alert-color: #900f22;
    --bs-alert-bg: #fad3d8;
    --bs-alert-border-color: #f8bcc5;
    --bs-alert-link-color: #730c1b;
}
.alert-primary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-primary {
    color: #900f22;
    background-color: #fad3d8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #900f22;
    background-color: #f5aab3;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #e8213e;
    border-color: #e8213e;
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #fad3d8;
    --bs-table-border-color: #e1bec2;
    --bs-table-striped-bg: #eec8cd;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e1bec2;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e7c3c8;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- secondary (#dd649f) --- */

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #dd649f;
    --bs-btn-border-color: #dd649f;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e27bad;
    --bs-btn-hover-border-color: #e074a9;
    --bs-btn-focus-shadow-rgb: 188, 85, 135;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #e483b2;
    --bs-btn-active-border-color: #e074a9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #dd649f;
    --bs-btn-disabled-border-color: #dd649f;
}

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

.alert-secondary {
    --bs-alert-color: #9e235f;
    --bs-alert-bg: #f8e0ec;
    --bs-alert-border-color: #f5d0e2;
    --bs-alert-link-color: #7e1c4c;
}
.alert-secondary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-secondary {
    color: #9e235f;
    background-color: #f8e0ec;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #9e235f;
    background-color: #efb9d4;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #dd649f;
    border-color: #dd649f;
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #f8e0ec;
    --bs-table-border-color: #dfcad4;
    --bs-table-striped-bg: #ecd5e0;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfcad4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5cfda;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- tertiary (#3c0127) --- */

.btn-tertiary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #3c0127;
    --bs-btn-border-color: #3c0127;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #330121;
    --bs-btn-hover-border-color: #30011f;
    --bs-btn-focus-shadow-rgb: 89, 39, 71;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #30011f;
    --bs-btn-active-border-color: #2d011d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #3c0127;
    --bs-btn-disabled-border-color: #3c0127;
}

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

.alert-tertiary {
    --bs-alert-color: #240117;
    --bs-alert-bg: #fea7df;
    --bs-alert-border-color: #fd7bce;
    --bs-alert-link-color: #1d0112;
}
.alert-tertiary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-tertiary {
    color: #240117;
    background-color: #fea7df;
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
    color: #240117;
    background-color: #fe7dd0;
}
.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #3c0127;
    border-color: #3c0127;
}

.table-tertiary {
    --bs-table-color: #000000;
    --bs-table-bg: #fea7df;
    --bs-table-border-color: #e596c9;
    --bs-table-striped-bg: #f19fd4;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e596c9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #eb9ace;
    --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: #000000 !important;
    background-color: #e8213e !important;
    background-image: var(--bs-gradient) !important;
    border-color: #e8213e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000000 !important;
    background-color: #eb425b !important;
    border-color: #ea3751 !important;
}

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

.btn-tertiary {
    color: #ffffff !important;
    background-color: #3c0127 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #3c0127 !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    color: #ffffff !important;
    background-color: #330121 !important;
    border-color: #30011f !important;
}


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

:root {

    --theme-tab-games-selector-item: linear-gradient(180deg, #d81633 0%, #970f24 100%);
    --theme-tab-games-selector-item-active: linear-gradient(180deg, #dd649f 0%, #b8286f 100%);
    --theme-tab-games-selector-bg: #780c1ce6;
    --theme-menu-border: 1px solid #ef6478;

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

    --theme-gradient-primary: linear-gradient(180deg, #e8213e 0%, #a81127 100%);
    --theme-gradient-secondary: linear-gradient(180deg, #dd649f 0%, #b8286f 100%);
    --theme-gradient-tertiary: linear-gradient(180deg, #3c0127, #2a011b);
    --theme-gradient-quinary: linear-gradient(180deg, #3c0127, #2a011b);
    --theme-gradient-dark: linear-gradient(180deg, #a81127 0%, #760c1b 100%);

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

    --theme-register-bg-color: #740d4e;
    --theme-register-bg-moz: -moz-linear-gradient(180deg, #740d4e 0%, #3a0627 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(180deg, #740d4e 0%, #3a0627 100%);
    --theme-register-bg: linear-gradient(180deg, #740d4e 0%, #3a0627 100%);
    --theme-register-btn-text-color: #ffffff;
    --theme-register-btn-radius: 1rem;

    --theme-login-bg-color: #740d4e;
    --theme-login-bg-moz: -moz-linear-gradient(180deg, #740d4e, #3a0627);
    --theme-login-bg-webkit: -webkit-linear-gradient(180deg, #740d4e, #3a0627);
    --theme-login-bg: linear-gradient(180deg, #740d4e, #3a0627);

    --theme-footer-bg: linear-gradient(180deg, #c2142e 0%, #9b1025 100%) !important;
    --theme-footer-border: 1px solid #fde9ec;
    --theme-footer-stop-color-1: #a81127;
    --theme-footer-stop-color-2: #480711;

    --theme-active-menu-text-color: #30050b;
    --theme-btn-play-bg-color: linear-gradient(180deg, #d81633 0%, #780c1c 100%);
    --theme-btn-play-text-color: #ffffff;

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

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

    /* bootstrap overrides */
    --bs-primary: #e8213e !important;
    --bs-primary-rgb: 232, 33, 62 !important;
    --bs-secondary: #dd649f !important;
    --bs-secondary-rgb: 221, 100, 159 !important;
    --bs-tertiary: #3c0127 !important;
    --bs-tertiary-rgb: 60, 1, 39 !important;
    --bs-dark-rgb: 168, 17, 39 !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: #ed4d65 !important;
    color: #000000 !important;
    border-color: #f3909e !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: #e8213e !important;
    color: #000000 !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: #000000 !important;
}

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

.mini-wallet-container .btn.btn-play {
    background: linear-gradient(180deg, #e8213e 0%, #ea3751 100%) !important;
    color: #000000 !important;
    border: 1px solid #f17a8b !important;
    text-shadow: 0 0 6px #f3909e, 0 0 12px #e8213e !important;
    box-shadow: inset 0 0 6px #f3909e, 0 0 4px #ed4d65, 0 0 12px #e8213e, 0 0 24px #e8213e, 0 0 48px #ed4d65 !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, #ee596e 0%, #f17a8b 100%) !important;
    color: #000000 !important;
    border-color: #f6a6b2 !important;
    text-shadow: 0 0 8px #f8bcc5, 0 0 16px #e8213e !important;
    box-shadow: inset 0 0 10px #f8bcc5, 0 0 8px #f3909e, 0 0 18px #e8213e, 0 0 36px #e8213e, 0 0 64px #ed4d65 !important;
    transform: translateY(-1px);
}

.frame {
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 0 0 6px #ffffff !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: #e8213e !important;
    color: #000000 !important;
    fill: currentColor !important;
    height: 24px;
    width: 24px;
    vertical-align: text-top;
}

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

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

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

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