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

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


@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: #0f212f;
    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%;
}

.top-box {
    background: #213744;
    padding: 17px;
    overflow: hidden;
    width: 22%;
    display: grid;
    margin: 13px;
    border-radius: .5rem;
    height: 200px;
    grid-template-columns: 45% 55%;
}

.right-side1 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
}

.left-side {
    display: flex;
    flex-direction: column;
}

.buttons-play {
    display: block;
}

.btn-play {
    background-image: linear-gradient(to bottom right, #277489, #134554);
    transition: all .3s;
    border: 0;
    font-size: 20px;
}

.btn-demo {
    background-image: linear-gradient(to bottom right, #277489, #134554);
    transition: all .3s;
    margin-top: 20px;
    font-size: 20px;
    border: 0;

}

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

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

@media (max-width: 1440px) {
    .btn-demo, .btn-play {
        font-size: 14px;
    }
}

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

    ul.sub_menu_dropdown.menu-provider-mobile {
        height: 52vh;
        overflow: scroll;
        background: #213744;
        border-radius: 10px;
        padding: 13px;
    }

    ul.sub_menu_dropdown.menu-provider-mobile a {
        color: white;
    }

    .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: #2f4553;
    border-radius: 3px
}

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

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

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

::-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: 20px;
    overflow: hidden;
}

#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 3s infinite ease;
}

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

}


@keyframes flare {
    0% {
        left: -60px;
    }
    50% {
        left: calc(100% + 30px);
    }
    100% {
        left: calc(100% + 30px);
    }
}

.button-custom {
    align-items: center;
    background-color: #fff;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    padding: 0 1em;
    min-height: 40px;
    outline: none;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
    font-size: 15px;
    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;
    width: 100%;
    display: block;
    backdrop-filter: blur(1px);
    border-radius: 13px;
    height: 100%;
    position: absolute;
}

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

.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;
}

.custom-dropdown button {
    border: 0;
    background-color: #1a2c38 !important;

}

.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: #1a2c38 !important;
        color: white;
        /*border-bottom: 1px solid #141b2e;*/
    }
}

#sidebar ul {
    padding: 0px;
}

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

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

#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: #1a2c38 !important;
}

.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: flex;
    justify-content: space-between;
}

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

.has-search input {
    background-color: #0f212f;
    border-radius: 10px;
    flex: 1;
    position: relative;
    color: #d5d5d5;
    height: 34px;
    border: 2px solid #2f4553;
    padding-left: 30px;
}

.has-search input:focus {
    background-color: #0f212f;
    color: #d5d5d5;
    border: 2px solid #2f4553;
}

.has-search span {
    position: relative;
    z-index: 1;
    left: 23px;
    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;
    font-size: 13px;
    font-weight: 700;
    grid-area: provider / info;
    -webkit-line-clamp: 1;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

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;
}

.machine-picture {
    cursor: pointer;
}

.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;
}

.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 ul {
    list-style: none;
}

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

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

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

#sidebar li a:before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    right: 12px;

}

ul.categories li a svg, ul.categories li a i {
    width: 20px;
}

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

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

#sidebar 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: #1a2c38;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

@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: #213744;
}

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: #1a2c38;
}

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

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

.custom-dropdown .dropdown-menu {
    background-color: #1a2c38;
    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: #1a2c38;

}

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

}

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

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

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

}

.navbar {
    background-color: #1a2c38;
    border-radius: 3px;
    padding: 6px 0;
    margin-left: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    margin-right: 0;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}

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

}

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

.modal-content {
    background-color: #1a2c38 !important;
}

.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: #fff;
}

.logo-style {
    font-family: "Pacifico", cursive;
    /*font-weight: 400;*/
    font-style: normal;
    font-size: 26px;
}

.custom-modal input, .custom-modal select {
    background: #0f212e !important;
    border: 2px solid #2f4553 !important;
    color: white !important;
}


.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;
}
