/* Drag-and-drop stylesheet generated from 5 hex colors.
 * primary=#ff7daa secondary=#e30219 tertiary=#4905a8
 * login=#ffe205 register=#f5f5f5
 * gradient-direction=180deg
 * Load this stylesheet AFTER bootstrap.css.
 */

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

:root {
    --bs-primary: #ff7daa;
    --bs-primary-rgb: 255, 125, 170;
    --bs-secondary: #e30219;
    --bs-secondary-rgb: 227, 2, 25;
    --bs-tertiary: #4905a8;
    --bs-tertiary-rgb: 73, 5, 168;
}

/* --- primary (#ff7daa) --- */

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ff7daa;
    --bs-btn-border-color: #ff7daa;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ff91b7;
    --bs-btn-hover-border-color: #ff8ab2;
    --bs-btn-focus-shadow-rgb: 217, 106, 145;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ff97bb;
    --bs-btn-active-border-color: #ff8ab2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ff7daa;
    --bs-btn-disabled-border-color: #ff7daa;
}

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

.alert-primary {
    --bs-alert-color: #e4004f;
    --bs-alert-bg: #ffe5ee;
    --bs-alert-border-color: #ffd8e6;
    --bs-alert-link-color: #b6003f;
}
.alert-primary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-primary {
    color: #663244;
    background-color: #ffe5ee;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #663244;
    background-color: #ffb5ce;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #ff7daa;
    border-color: #ff7daa;
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #ffe5ee;
    --bs-table-border-color: #e6ced6;
    --bs-table-striped-bg: #f2dae2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6ced6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ecd4dc;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- secondary (#e30219) --- */

.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #e30219;
    --bs-btn-border-color: #e30219;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #c10215;
    --bs-btn-hover-border-color: #b60214;
    --bs-btn-focus-shadow-rgb: 231, 40, 60;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #b60214;
    --bs-btn-active-border-color: #aa0113;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #e30219;
    --bs-btn-disabled-border-color: #e30219;
}

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

.alert-secondary {
    --bs-alert-color: #88010f;
    --bs-alert-bg: #ffc7cd;
    --bs-alert-border-color: #feabb4;
    --bs-alert-link-color: #6d010c;
}
.alert-secondary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-secondary {
    color: #88010f;
    background-color: #ffc7cd;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #88010f;
    background-color: #ff9aa4;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #e30219;
    border-color: #e30219;
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #ffc7cd;
    --bs-table-border-color: #e6b3b9;
    --bs-table-striped-bg: #f2bdc3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6b3b9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ecb8be;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* --- tertiary (#4905a8) --- */

.btn-tertiary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #4905a8;
    --bs-btn-border-color: #4905a8;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #3e048f;
    --bs-btn-hover-border-color: #3a0486;
    --bs-btn-focus-shadow-rgb: 100, 43, 181;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #3a0486;
    --bs-btn-active-border-color: #37047e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #4905a8;
    --bs-btn-disabled-border-color: #4905a8;
}

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

.alert-tertiary {
    --bs-alert-color: #2c0365;
    --bs-alert-bg: #d8befd;
    --bs-alert-border-color: #c59dfc;
    --bs-alert-link-color: #230251;
}
.alert-tertiary .alert-link {
    color: var(--bs-alert-link-color);
}

.list-group-item-tertiary {
    color: #2c0365;
    background-color: #d8befd;
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
    color: #2c0365;
    background-color: #be93fc;
}
.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #4905a8;
    border-color: #4905a8;
}

.table-tertiary {
    --bs-table-color: #000000;
    --bs-table-bg: #d8befd;
    --bs-table-border-color: #c2abe4;
    --bs-table-striped-bg: #cdb5f0;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c2abe4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c8b0ea;
    --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: #ff7daa !important;
    background-image: var(--bs-gradient) !important;
    border-color: #ff7daa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000000 !important;
    background-color: #ff91b7 !important;
    border-color: #ff8ab2 !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #e30219 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #e30219 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #ffffff !important;
    background-color: #c10215 !important;
    border-color: #b60214 !important;
}

.btn-tertiary {
    color: #ffffff !important;
    background-color: #4905a8 !important;
    background-image: var(--bs-gradient) !important;
    border-color: #4905a8 !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
    color: #ffffff !important;
    background-color: #3e048f !important;
    border-color: #3a0486 !important;
}


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

:root {

    --theme-tab-games-selector-item: linear-gradient(180deg, #ff5791 0%, #ef0053 100%);
    --theme-tab-games-selector-item-active: linear-gradient(180deg, #e30219 0%, #9f0112 100%);
    --theme-tab-games-selector-bg: #be0042e6;
    --theme-menu-border: 1px solid #ffa4c3;

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

    --theme-gradient-primary: linear-gradient(180deg, #ff7daa 0%, #ff0b5f 100%);
    --theme-gradient-secondary: linear-gradient(180deg, #e30219 0%, #9f0112 100%);
    --theme-gradient-tertiary: linear-gradient(180deg, #4905a8, #330476);
    --theme-gradient-quinary: linear-gradient(180deg, #4905a8, #330476);
    --theme-gradient-dark: linear-gradient(180deg, #ff0b5f 0%, #ba0040 100%);

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

    --theme-register-bg-color: #f5f5f5;
    --theme-register-bg-moz: -moz-linear-gradient(180deg, #f5f5f5 0%, #7b7b7b 100%);
    --theme-register-bg-webkit: -webkit-linear-gradient(180deg, #f5f5f5 0%, #7b7b7b 100%);
    --theme-register-bg: linear-gradient(180deg, #f5f5f5 0%, #7b7b7b 100%);
    --theme-register-btn-text-color: #000000;
    --theme-register-btn-radius: 1rem;

    --theme-login-bg-color: #ffe205;
    --theme-login-bg-moz: -moz-linear-gradient(180deg, #ffe205, #827300);
    --theme-login-bg-webkit: -webkit-linear-gradient(180deg, #ffe205, #827300);
    --theme-login-bg: linear-gradient(180deg, #ffe205, #827300);

    --theme-footer-bg: linear-gradient(180deg, #ff357b 0%, #f60055 100%) !important;
    --theme-footer-border: 1px solid #fff2f6;
    --theme-footer-stop-color-1: #ff0b5f;
    --theme-footer-stop-color-2: #720027;

    --theme-active-menu-text-color: #4c001a;
    --theme-btn-play-bg-color: linear-gradient(180deg, #ff5791 0%, #be0042 100%);
    --theme-btn-play-text-color: #000000;

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

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

    /* bootstrap overrides */
    --bs-primary: #ff7daa !important;
    --bs-primary-rgb: 255, 125, 170 !important;
    --bs-secondary: #e30219 !important;
    --bs-secondary-rgb: 227, 2, 25 !important;
    --bs-tertiary: #4905a8 !important;
    --bs-tertiary-rgb: 73, 5, 168 !important;
    --bs-dark-rgb: 255, 11, 95 !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: #ff97bb !important;
    color: #000000 !important;
    border-color: #ffbed4 !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: #ff7daa !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, #ff7daa 0%, #ff8ab2 100%) !important;
    color: #000000 !important;
    border: 1px solid #ffb1cc !important;
    text-shadow: 0 0 6px #ffbed4, 0 0 12px #ff7daa !important;
    box-shadow: inset 0 0 6px #ffbed4, 0 0 4px #ff97bb, 0 0 12px #ff7daa, 0 0 24px #ff7daa, 0 0 48px #ff97bb !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, #ff9ebf 0%, #ffb1cc 100%) !important;
    color: #000000 !important;
    border-color: #ffcbdd !important;
    text-shadow: 0 0 8px #ffd8e6, 0 0 16px #ff7daa !important;
    box-shadow: inset 0 0 10px #ffd8e6, 0 0 8px #ffbed4, 0 0 18px #ff7daa, 0 0 36px #ff7daa, 0 0 64px #ff97bb !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: #ff7daa !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: #ff7daa !important;
    color: #000000 !important;
    fill: currentColor !important;
}

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