html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

#sidebar-collapsed {
    position: sticky;
    top: 80px;
    flex: none;
    margin: 15px 0 15px 15px;
    width: 45px;
    height: calc(100vh - 350px);
    background-color: #141b2f;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    /*overflow-y: scroll;*/
    min-height: 100vh;
    z-index: 10;

}
img.machine-picture {
    /*height: 200px;*/
    /*object-fit: cover;*/
    aspect-ratio: 3 / 3;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .iti-mobile .iti--container {
        z-index: 9999;
        color: black;
        position: absolute;
        left: 0 !important;
        top: 0 !important;
    }

}

* {
    scrollbar-color: rgba(217, 217, 217, .3) transparent;
    scrollbar-width: thin;
    font-family: "Source Sans 3", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #090f1e;
    margin: 0;
    padding: 0;
    color: white;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

::selection {
    color: #000;
    background: #4387dc;
    text-shadow: none;
    height: 100%;
    width: 100%;
}

.buttons-play {
    display: block;
}

.btn-play {
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px #056dda4d;
    transition: all .3s;
    font-size: 0.9vw;
}

.btn-demo {
    background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
    box-shadow: 0 6px 18px #0ea1514d;
    transition: all .3s;
    font-size: 0.9vw;
    margin-top: 20px;
    padding: 8px;
}

@media (min-width: 1422px) {
    .btn-play, .btn-demo {
        font-size: 0.9vw;
    }
}

@media (max-width: 1280px) {
    .btn-play, .btn-demo {
        font-size: 0.8vw;
    }
}

@media (max-width: 1279px) {
    .btn-play, .btn-demo {
        font-size: 0.7vw;
    }
}

.swup-progress-bar {
    height: 4px;
    background-color: #0855c4;
}

.menu-icon {
    font-size: 23px;
    border: 4px solid #0660ce;
    border-radius: 17px;
    margin-right: 10px;
    color: white;
}


@media (max-width: 767px) {
    .mobile-profile-menu {
        height: 100vh;
    }

    .game-name {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    ul.sub_menu_dropdown.menu-provider-mobile {
        overflow: scroll;
        background: linear-gradient(173deg, rgb(23 29 48 / 98%) 2%, rgba(25, 32, 51, .98));
        border-radius: 10px;
        padding: 13px;
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: -20px;
    }

    .menu-provider-mobile li a {
        text-decoration: none;
    }

    .menu-provider-mobile li {
        text-align: left;
    }


    .mobile-profile-menu .first-child i {
        padding: 15px;
        border-radius: 50px;
        background: linear-gradient(173deg, rgba(37, 46, 76, .98) 2%, rgba(25, 32, 51, .98))
    }

    .mobile-profile-menu .first-child {
        text-align: center;
        font-size: 35px;
    }

    .mobile-profile-menu .second-child {
        color: #ffba00;
        border-radius: 8px;
        text-align: center;
        font-size: 20px;
    }

    .mobile-profile-menu li {
        padding: 10px;
    }

    .mobile-profile-menu li a {
        font-size: 19px;
        text-align: center;
    }

    a.nav-link::before {
        visibility: hidden !important;
    }

    .square2 span.content {
        font-size: 25px !important;
    }
}

.flag-logo {
    width: 17px !important;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: -7px;
}

html {
    transition: background-color .2s ease-in-out;
    height: 100%;
    font-family: "Source Sans 3", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

*:window-inactive {
    scrollbar-color: rgba(217, 217, 217, .15) transparent
}

*:-moz-window-inactive {
    scrollbar-color: rgba(217, 217, 217, .15) transparent
}

::-moz-scrollbar {
    height: .5rem;
    width: .5rem
}

::-webkit-scrollbar {
    height: .5rem;
    width: .5rem
}

::-moz-scrollbar-thumb {
    background-color: #d9d9d94d;
    border-radius: 3px
}

::-webkit-scrollbar-thumb {
    background-color: #d9d9d94d;
    border-radius: 3px
}

::-moz-scrollbar-thumb:window-inactive {
    background-color: #d9d9d926
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #d9d9d926
}

::-moz-scrollbar-button, ::-moz-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-button, ::-webkit-scrollbar-corner {
    display: none;
}

*.scrollbar-transparent::-moz-scrollbar-thumb {
    background-color: #fff0
}

*.scrollbar-transparent::-webkit-scrollbar-thumb {
    background-color: #fff0
}

*.scrollbar-transparent::-moz-scrollbar-thumb:window-inactive {
    background-color: #fff0
}

*.scrollbar-transparent::-webkit-scrollbar-thumb:window-inactive {
    background-color: #fff0
}

*.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

*.scrollbar-hide::-webkit-scrollbar {
    display: none
}


.nav-link {
    color: #fff;
    padding: 0 0.75rem;
    margin-right: 0.25rem;
}

a.nav-link.active::before {
    content: '';
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    height: 4px;
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
}

.slider-container {
    max-height: 550px;
}

.bx-wrapper, .bx-viewport, .bx-wrapper img {
    max-height: 550px !important;
}

.slider-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 1px 1px 3px #000;
    right: 0;
    font-size: 38px;
    /*background-image: linear-gradient(to bottom, #090f1e08 0%, #090f1e9e 105%, rgba(9, 15, 30, 0.02) 100%);*/
    padding: 31px;
}

.btn-slider {
    font-size: 18px;
    padding: 12px 20px;
    font-weight: bold;
    margin-top: 29px;
    border-radius: 10px;
    margin-top: 29px;
    border: 0;
}

.nav-link {
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bx-wrapper {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 8px;
    overflow: hidden;
}

.slider {
    visibility: hidden; /* Cache le slider au chargement */
}

#carouselExample {
    border-radius: 20px;
    overflow: hidden;
}

.square2 {
    border-radius: 14px;
}

.square2 span.content {
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800;
    padding-top: 20px;
    font-size: 45px;
    letter-spacing: .33px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2);

}

.square-container {
    display: flex;
    flex-direction: row;
    /*max-height: 515px;*/
    justify-content: space-between;
}

@media (max-width: 1267px) {
    .slider-txt,
    .square span.content {
        font-size: 28px;
    }
}

@media (max-width: 1066px) {
    .slider-txt,
    .square span.content {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .slider-txt {
        font-size: 33px;
    }

    .square span.content {
        font-size: 30px !important;

    }
}

@media (max-width: 653px) {
    .slider-txt {
        font-size: 30px;
    }

    .square span.content {
        font-size: 25px !important;
    }
}

@media (max-width: 648px) {
    .slider-txt {
        font-size: 21px;
        top: -58px;
    }

    .btn-slider {
        margin-top: 0;
    }
}

@media (max-width: 500px) {

    .square span.content {
        font-size: 22px !important;
    }
}

.square {
    width: 48%;
    height: 100%;
    background-color: #ccc;
    border-radius: 20px;

}

.square picture {

}

.b-example-divider {
    width: 100%;
    margin-top: 25px;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

#registerBtn:before {
    background-color: #fff3;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transform: skew(-30deg);
    width: 30px;
    will-change: left;
    z-index: 1;
    animation: flare 5s infinite ease;
}

#registerBtn {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    font-size: 14px;

}


@keyframes flare {
    0% {
        left: -45px
    }

    20% {
        left: calc(100% + 15px)
    }

    to {
        left: calc(100% + 15px)
    }
}

.button-custom {
    align-items: center;
    background-color: #fff;
    border-color: transparent;
    border-radius: 8px;
    border-style: solid;
    padding: 0 1em;
    min-height: 30px;
    outline: none;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    font-size: 14px;
    transition: all 0.3s;
}

.button-custom:hover {
    opacity: 0.8;
}

.button-custom.green {
    background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
    box-shadow: 0 6px 18px #0ea1514d;
    border-style: none;
    color: white;
}

.button-custom.blue {
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px #056dda4d;
    border-style: none;
    color: white;
}

.square-inside a.btn {
    mix-blend-mode: lighten;
    font-size: 23px;
    background-color: #fff;
    box-shadow: 0 10px 35px #0003;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
}

@media (max-width: 1000px) {
    p.advantages__descr {
        font-size: 14px;
    }
}

.advantages__item {
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    border-radius: 16px;
    padding: 6px;
    text-align: center;
    height: 180px;
}

.advantages__item i {
    font-size: 24px;
    background: #2f3952;
    padding: 6px;
    margin-top: 12px;
    border-radius: 6px;
}

.advantages__title {
    font-weight: bold;
    margin-top: 20px;
}

.square-inside {
    height: 97%;
    text-align: center;
}

footer.border-top {
    border-top: 1px solid #cacaca24 !important;
}

.form-contact {
    width: 400px;
    text-align: left;
    background: linear-gradient(0deg, #fff, #fff), rgba(249, 249, 251, .06);
    border-radius: 10px;
    box-shadow: 0 25px 50px -10px rgba(37, 38, 40, .1);
    padding: 20px;
}

form.form-contact input, form.form-contact textarea {
    align-items: center;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    border-radius: 12px;
    display: flex;
}

form.form-contact label {
    color: #090f1e;
}

.games_footer_icons img:not(:first-child) {
    width: 125px;
}

@media only screen and (max-width: 767px) {
    .games_footer_icons img:not(:first-child) {
        width: 80px;
    }
}

form.form-contact label {
    padding-top: 15px;
}

form.form-contact .form-group input {
    margin-top: 10px;
}

.games_footer_icons {
    margin: 15px auto;
    text-align: center;
    /*display: flex;*/
}


.games_footer_icons img:first-child {
    display: block;
    margin: 0 auto;
    width: 380px;
}

.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.position-center {
    top: 20% !important;
}

.position-top {
    bottom: 0 !important;
    top: 0 !important;
}

.position-bottom {
    bottom: 0 !important;
}

.square span.content {
    position: relative;
    height: 91%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    /*line-height: 106%;*/
    white-space: pre-line;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: .33px;
    text-shadow: 0 3px 5px rgb(9 15 30 / 81%);
}

.topbar-element a {
    text-decoration: none !important;
    color: white !important;
}

.link-machine1 {
    transition: all .3s;
    cursor: pointer;


}

.link-machine1:hover::before {
    content: "";
    /*background: #090f1e99;*/
    background: linear-gradient(to bottom, #000000d6, rgba(0, 0, 0, 0.58));
    width: 100%;
    display: block;
    backdrop-filter: blur(1.5px);
    border-radius: 13px;
    height: 100%;
    position: absolute;
}

.link-machine {
    position: relative;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    margin-top: 20px;

}

.link-machine:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur de fond semi-transparente */
    backdrop-filter: blur(5px); /* Effet de flou */
    transition: background-color 0.3s ease;
    opacity: 0;
}

.link-machine:hover:before {
    opacity: 1;
}


#navbarNav {
    width: min-content;
    align-items: stretch;
    justify-content: flex-start;
    font-weight: 500;
}

.navbar-scroll {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px 3px #0009;
}

.topbar-element img {
    width: 77px;
    position: absolute;
    left: 0;
}

.topbar-element img {
    /*padding-left: 20px;*/
}

.topbar-element {
    background-color: #161d2e;
    border-radius: 12px;
    display: flex;
    margin-left: 26px;
    padding-left: 67px;
    position: relative;
    padding-right: 12px;
}

li.nav-item {
    padding-left: 6px;
}

.top-bar {
    height: 52px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.navbar-toggler {
    border: 0;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.menu-auth-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-auth-mobile {
        display: flex;
        justify-content: center;
        padding: 10px 15px 5px;
    }

    .menu-auth-mobile button {
        border-radius: 10px;
        font-size: 14px;
        flex-grow: .67;
        height: 40px;
        font-weight: bold;
    }

}

.menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-mobile {
        display: flex;
    }
}

.menu-mobile {
    width: 100%;
    background-color: #090f1e;
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #141b2e;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 10px;
    scrollbar-width: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 85px);
    mask-image: linear-gradient(to left, transparent 0%, #000 85px);
    -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 var(--navigation__tint-width, 85px));
    mask-image: linear-gradient(to left, transparent 0%, #000 var(--navigation__tint-width, 85px));
}

.menu-mobile .item {
    align-items: center;
    border-radius: 290486px;
    color: #fff;
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    line-height: 1;
    padding: 0 5px;
    white-space: nowrap;
}

.left-menu {
    position: sticky;
    top: 62px;
    flex: none;
    margin: 15px 0 15px 15px;
    width: 270px;
    height: calc(100vh - 77px);
}

.menu-mobile .item.active {
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px #056dda4d;
}

.menu-auth {
    display: flex;
}

@media (max-width: 768px) {
    .menu-auth {
        display: none;
    }

}

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

}

@media (max-width: 767px) {
    .navbar {
        background-color: #090f1e !important;
        color: white;
        border-bottom: 1px solid #141b2e;
    }
}

#sidebar ul, #sidebar-collapsed ul {
    padding: 0px;
    list-style: none;
}

ul.sub_menu_dropdown li {
    margin-top: 15px;
}

#sidebar ul.categories li {
    padding-left: 27px !important;
}

#sidebar-collapsed ul.categories li {
    padding-left: 6px !important;
    cursor: pointer;
}

#sidebar h4 {
    color: #7388b6;
    font-size: 15px;
    font-weight: 700;
    margin: 0 15px;
    opacity: 0.5;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 25px;

}

.button-container {
    display: flex;
}

.rounded-button {
    display: flex;
    padding: 8px 10px;
    border-radius: 11px;
    margin: 10px;
    text-align: center;
    width: 100%;
    text-decoration: none;

    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    overflow: hidden;

}

.gameList {
    display: flex;
}

.spinner-container {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    text-align: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 2px solid #1863d1;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1863d1 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    color: #1863d1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}

.bx-wrapper .bx-loading {
    background: #090f1e !important;
}
.gamelist-content .bx-controls .bx-pager {
    display: none;
}
.category-title {
    /* background: linear-gradient(to right, rgb(20 27 47) 0%, rgba(253, 45, 94, 0) 50%, transparent 100%);*/
    /*border-radius: 8px;*/
    /*padding-left: 14px;*/
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}
.gamelist-content section h3 {
    justify-self: end;
    display: flex;
    gap: 16px;
}

.form-group.has-search {
    display: flex;
    justify-content: center;
    /*margin: 10px;*/
    /*margin-left: -10px;*/
}

#sidebar-collapsed ul.categories li:hover {
    background: linear-gradient(135deg, #090f1e, #000000);
    color: white;
    width: 94%;
    /*border: 1px solid black;*/
    border-radius: 8px;
    height: 40px;
    padding: 4px;
    transition: all 0.3s ease;
}


#sidebar-collapsed ul.categories li:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.sidebarHamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 1.75rem;
    margin-left: 8px;
    height: 1.75rem;
    background: none;
    border: none;
    margin-top: 14px;
}

.sidebarHamburger svg {
    pointer-events: none;
    stroke-width: 0;
    stroke: currentColor;
    fill: #adbdce;
    flex-shrink: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.has-search input {
    background-color: #1f2941;
    border-radius: 6px;
    flex: 1;
    position: relative;
    color: #d5d5d5;
    height: 34px;
    border: 0;
    padding-left: 30px;
}

.has-search input:focus {
    background-color: #1f2941;
    color: #d5d5d5;
    box-shadow:none;
}

.has-search span {
    position: absolute;
    z-index: 1;
    left: 8px;
    padding-top: 8px;
    color: #ffffff78;
}

@media (max-width: 767px) {
    .has-search span {
        left: 30px;
    }
}

.category-title h3 a {
    font-size: 15px;
    text-decoration: none;
    color: white;
}

ul.footer-menu li a {
    color: darkgrey;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 12px;
    font-size: 14px;
}

ul.footer-menu li a:hover {
    color: white;
}

ul.footer-menu {
    /* display: flex; */
    list-style: none;
}

.gameList img {
    max-width: 200px;
    border-radius: 16px;
    border: 2px solid transparent;
    box-shadow: 0 10px 35px #0003;
}

.game-name {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    /*display:none;*/
    font-size: 14px;
    font-weight: 600;
    grid-area: provider / info;
    -webkit-line-clamp: 1;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-family: sans-serif;
}

span.game-provider {
    font-size: 10px;
    color: #018bf6;
    padding-right: 8px;
    font-style: oblique;
}

div#loadingIndicator {
    background: #090f1e;
    width: 100%;
    height: 50px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
}



.bx-wrapper .bx-controls-direction a {
    z-index: 9 !important;
}

.gameList2 {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 1055px) {
    .gameList2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1056px) and (max-width: 1350px) {
    .gameList2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1351px) and (max-width: 1650px) {
    .gameList2 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (min-width: 1651px) {
    .gameList2 {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(7, 1fr);
    }
}

.gameList2 a, .gameList a {
    text-decoration: none;
}
.buttons-play a{
    display: flex;
    align-items: center;
}

.gameList2 img {
    border-radius: 16px;
    border: 2px solid transparent;
    box-shadow: 0 10px 35px #0003;
    max-width: 90%;
}


nav#sidebar a {
    color: white;
    text-decoration: none;
}

.hot-button {
    background: linear-gradient(250deg, #26223c, rgba(255, 23, 183, 0.4) 84%, #4b2b66);
}

.popular-button {
    background: linear-gradient(250deg, #1c2837, rgba(0, 168, 88, 0.3) 84%, #194353);
}

.button-number {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}

.right-menu, .left-menu {
    display: flex;
    align-items: center;
    height: 50px;
}


#sidebar li {
    color: #fff;
    border-radius: 12px;
    padding: 3px 3px;
    position: relative;
    cursor: pointer;
}

.block-top {
    background: #1e263d;
    padding: 2px 10px;
    border-radius: 6px;
}

#sidebar li, #sidebar li a, #sidebar-collapsed li, #sidebar-collapsed li a {
    text-decoration: none;
    color: #fff;
}

#sidebar li a:before {
    background-color: #262e4880;
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    z-index: 1000;

}

.bootstrap-select.custom-select-picker .dropdown-toggle, .bootstrap-select .form-control {
    background-color: #1f2941 !important;
    color: white !important;
    border-color: #1f2941 !important;
}

.bootstrap-select.custom-select-picker li a:hover {
    background-color: #1f2941 !important;
    color: white !important;
    border-radius: 3px;

}

.bootstrap-select.custom-select-picker .dropdown-menu input:focus {
    outline: 0 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.dropdown.bootstrap-select.show-tick.custom-select-picker.select-picker button {
    outline: 0 !important;
}
.dropdown.bootstrap-select.custom-select-picker.select-picker {
    margin: 7px;
}

.bootstrap-select.custom-select-picker .dropdown-menu, .bootstrap-select.custom-select-picker li a {
    background-color: #090f1e !important;
    color: white !important;

}

.bootstrap-select.custom-select-picker .dropdown-menu {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
}

.bootstrap-select.custom-select-picker .dropdown-menu input {
    background: #1f2941 !important;
    color: white !important;
}

.home-slide .bx-wrapper {
    z-index: 0;
}

.tooltip-text {
    visibility: hidden;
    width: 87px;
    background-color: rgb(0 1 2);
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    height: fit-content;
    z-index: 9999;
    top: 0;
    bottom: 100%;
    border: 1px solid black;
    left: 50%;
    margin-left: 26px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#sidebar-collapsed li {
    margin-top: 20px;
    transition: all .1s;
}

#sidebar li {
    margin-top: 5px;
    transition: all .3s;
}

#sidebar-profil ul li a {
    color: white;
    text-decoration: none;
}

#sidebar li a {
    padding-left: 15px;
    width: 100%;
    display: inline-block;
}

#sidebar-collapsed li a {
    width: 100%;
    display: inline-block;
}

#sidebar li a svg, #sidebar-collapsed li a svg {
    margin-right: 10px;
}

#content {
    width: 100%;
    overflow: hidden;
}

.category-title h1 a {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

nav#sidebar {
    position: sticky;
    top: 80px;
    flex: none;
    margin: 15px 0 15px 15px;
    width: 270px;
    height: calc(100vh - 350px);
    background-color: #141b2f;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

nav#sidebar-profil {
    position: sticky;
    top: 80px;
    flex: none;
    margin: 15px 0 15px 15px;
    width: 270px;
    height: calc(100vh - 350px);
    background-color: #141b2f;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

nav#sidebar-profil ul {
    list-style: none;
}

@media (max-width: 767px) {
    nav#sidebar {
        display: none;
    }
}

span.providers_icon img {
    width: 26px;
}

.providers-name {
    color: white;
    text-decoration: none !important;
    padding-left: 5px;
    text-transform: capitalize;
}

#sidebar li:hover {
    background-color: #1f2941;
}

ul.sub_menu_dropdown {
    list-style: none;
    padding-left: 0;
}

.menu-language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    border-radius: 6px;
    background-color: #4e5d864d;
    transition: opacity .2s ease-in-out;
}

.custom-dropdown .btn.show {
    opacity: .8;
    background-color: #1e263d;
}

.custom-dropdown button:hover {
    opacity: .8;
    background-color: #1e263d;
}

.custom-dropdown button:active {
    background-color: #1e263d !important;
}

.custom-dropdown .dropdown-menu {
    background-color: #1e263d;
    color: #fff;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #20283c;
    transition: background-color .2s ease-in-out;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    padding-left: 10px;
    background-color: #1e263d;

}

.custom-dropdown .dropdown-menu .dropdown-item span {
    padding-left: 10px;

}

.custom-dropdown button {
    border: 0;
    background-color: #1e263d;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff80;
}

.custom-dropdown button {
    border: 0;
    background-color: #1e263d;
}

.menu-language img {
    height: 16px;
    width: 16px;
    min-width: 16px;
    border-radius: 50%;

}

span.favorite {
    position: absolute;
    right: 10px;
    top: 7px;
}

.navbar {
    background-color: #1e263d;
    border-radius: 10px;
    padding: 6px 0;
    margin-left: 15px;
    position: sticky;
    top: 0;
    z-index: 999;
    margin-right: 15px;
    max-height: 54px;
}

.navbar-brand img {
    width: 150px;
    height: auto;

}

.custom-modal {
    z-index: 9999;
    backdrop-filter: blur(6px);
}

.custom-modal .modal-content {
    border-radius: 15px;
}

.custom-modal .modal-header, .custom-modal .modal-footer {
    border: 0;
}

.custom-modal .modal-title, .custom-modal .modal-content {
    color: #090f1e;
}

.custom-modal .modal-title {
    font-size: 25px !important;
    font-weight: bold;
}

.iti {
    display: block;
    width: 100%;
}

.custom-modal input:not([type="checkbox"]) {
    background-color: #edf0f7;
    color: #070c19cc;
    padding: 0 15px;
    border: none;
    min-height: 45px;
    justify-content: flex-start;
    text-align: start;
    width: 100%;
}

.custom-modal .form-control:focus {
    background: #edf0f7;
}

.custom-modal small a {
    margin-right: 5px;
    color: #6a7690a6;
    text-decoration: none;
}


/*PROMOTIONS*/

img.panel-icon {
    margin-top: -105px;
}

.card-promo {
    cursor: pointer;
    border-radius: 12px;
    background: #20263b;
    margin-left: 10px;
    padding-top: 22px;
    max-width: 235px;
    height: 290px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jackpot {
    color: white;
}

.promotions-content {
    background-image: url('/images/money-left.png');
    min-height: 500px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 90px;
}

.card-body p {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 500;
}

.modal-btn-blue {
    width: 300px;
    padding: 12px;
    font-size: 20px;
    margin-top: 25px;
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px #056dda4d;
    border-style: none;
    color: white;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999999;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


.license-icon {
    display: inline-block !important;
    width: 60px !important;
    position: relative !important;
    top: 20px !important;
}

.bonus-activated {
    background: #21ad5c;
    border-radius: 6px;
    padding: 6px;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}

h2.title-bonus:before {
    content: "";
    background: url(/images/underline.svg);
    height: 21px;
    width: 115px;
    position: absolute;
    top: 35px;
}

.table-dark {
    --bs-table-color: #fff !important;
    --bs-table-bg: #1e263d !important;
    --bs-table-border-color: #090f1e !important;
    --bs-table-striped-bg: #2c3034 !important;
    --bs-table-striped-color: #fff !important;
    --bs-table-active-bg: #373b3e !important;
    --bs-table-active-color: #fff !important;
    --bs-table-hover-bg: #323539 !important;
    --bs-table-hover-color: #fff !important;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.bx-wrapper .bx-next {
    filter: brightness(1.4);
}


#playCourse {
    animation: 1.5s ease infinite alternate running shimmer2;
    background: linear-gradient(90deg, #29b668 0%, #16a857 30%, #089e4e 85%);
    background-size: 200% 100%;
    border: none;
    border-radius: 6px;
    box-shadow: -2px -2px 10px #151b2e, 2px 2px 10px rgb(21 27 46);
    color: #fff;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 670;
    line-height: 24px;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    transition: 0.2s;

    svg {
        left: -20px;
        opacity: 0.5;
        position: absolute;
        top: -2px;
        transition: 0.5s cubic-bezier(.5, -0.5, .5, 1.5);
    }

    &:hover svg {
        opacity: 0.8;
        transform: translateX(50px) scale(1.5);
    }

    &:hover {
        transform: rotate(-3deg);
    }

    &:active {
        transform: scale(0.95) rotate(-3deg);
    }

}

@keyframes shimmer2 {
    to {
        background-size: 100% 100%;
        box-shadow: -2px -2px 6px rgba(255, 227, 126, 0.5), 2px 2px 6px rgba(144, 148, 255, 0.5);
    }
}
