@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:-webkit-full-screen body,
:-moz-full-screen body,
:-ms-fullscreen body {
    width: 100vw;
    height: 100vh
}

:full-screen body {
    width: 100vw;
    height: 100vh
}

:fullscreen body {
    width: 100vw;
    height: 100vh
}

:-webkit-full-screen body {
    width: 100vw;
    height: 100vh
}

body {
    font-family: "Montserrat", sans-serif!important;;
    background: #042539
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #06334d
}

body::-webkit-scrollbar-thumb {
    background-color: #9dd1f1
}

body .providers-list-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body .providers-list-container::-webkit-scrollbar {
    width: 6px;
    background-color: #06334d
}

body .providers-list-container::-webkit-scrollbar-thumb {
    background-color: #9dd1f1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif
}

a {
    color: #fff;
    transition: all .3s
}

a:hover {
    text-decoration: none;
    color: #9dd1f1
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.d-hidden {
    overflow: hidden
}

.container-fluid>.row {
    margin-bottom: 15px
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.overflow-hide {
    overflow: hidden;
    position: fixed
}

.text-primary {
    color: #9dd1f1 !important
}

.separador {
    background: #fff
}

.hiddenClass {
    overflow: hidden
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    font-size: .75em;
    padding: 12px 40px;
    transition: all .3s;
    width: 100%
}

.btn-primary {
    background-color: #9dd1f1;
    color: #06334d;
    border-color: #9dd1f1;
    transition: all .3s ease
}

.btn-primary a {
    color: #06334d
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #138bd1 !important;
    color: #fff !important;
    border-color: #06334d !important
}

.btn-outline {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    color: #fff !important;
    margin: 0
}

.btn-outline:hover {
    background-color: #9dd1f1;
    color: #000
}

.spinner-border-sm {
    margin-right: 10px
}

.form-control {
    background-color: #06334d;
    border: none;
    color: #fff;
   /* font-size: .65em;*/
    border-radius: 6px;
    padding: 10px 20px;
    line-height: .75em
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: normal
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: normal
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: normal
}

.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: normal
}

.form-control.is-invalid {
    border: 1px solid #dc3545
}

.form-control label.error-message-form {
    width: 100%;
    margin-top: .25rem;
    font-size: 80% !important;
    color: #dc3545 !important
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.form-large {
    background-color: #042539;
    padding: 50px;
    border-radius: 20px;
    margin-top: 35px;
    background-color: #138bd1;
    padding: 30px;
    border-radius: 20px;
    max-width: 480px
}

.form-large h1 {
    color: #9dd1f1;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px
}

.form-large p {
    color: #fff
}

.form-large label {
    color: #fff;
    text-transform: none;
    font-size: 16px
}

.form-large label.error-message-form {
    width: 100%;
    margin-top: .25rem;
    font-size: 80% !important;
    color: #dc3545 !important
}

.form-large .form-control {
    border: 1px solid rgba(177, 177, 255, .0823529412)
}

.form-large .form-control.is-invalid {
    border: 1px solid #dc3545 !important
}

.form-large input,
.form-large textarea {
    background-color: #06334d;
    font-size: 1rem;
    color: #fff
}

.form-large input::-webkit-input-placeholder,
.form-large textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.form-large input::-moz-placeholder,
.form-large textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.form-large input:-ms-input-placeholder,
.form-large textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.form-large input:-moz-placeholder,
.form-large textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.form-large .awe-ajaxdropdown-field.awe-field {
    display: block
}

.form-large select,
.form-large #StartPageId {
    font-size: 1rem;
    background-color: #06334d;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    line-height: .75em;
    width: 100%;
    border: 1px solid rgba(19, 139, 209, .082)
}

.form-large textarea {
    min-height: 120px
}

.form-large .btn-block {
    margin-top: 16px
}

.form-large .btn-block {
    display: block;
    width: 100% !important
}

.form-control:disabled,
.form-control[readonly] {
    border: 0px;
    padding-left: 5px;
    color: #fff
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
    box-shadow: none
}

.form-check {
    padding: 0
}

input[type=checkbox]+label {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    padding: .2em;
    color: #fff;
    font-size: .75em
}

input[type=checkbox]+label:hover {
    color: #06334d
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:before {
    content: "✔";
    border: 1px solid #fff;
    border-radius: .2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: .2em;
    padding-bottom: .3em;
    margin-right: .5em;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0);
    transition: .2s
}

input[type=checkbox]+label:active:before {
    transform: scale(0)
}

input[type=checkbox]:checked+label {
    color: #06334d
}

input[type=checkbox]:checked+label:before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #138bd1;
    color: #06334d
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #042539;
    border-color: #042539
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: .75em
}

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 2px;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #fff
}

.container-radio:hover input~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    color: #9dd1f1
}

.container-radio:hover input~.name {
    background-color: rgba(0, 0, 0, 0);
    color: #9dd1f1
}

.container-radio input:checked~.checkmark~.name {
    background-color: rgba(0, 0, 0, 0);
    color: #9dd1f1
}

.container-radio input:checked~.name {
    background-color: rgba(0, 0, 0, 0);
    color: #9dd1f1
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-radio input:checked~.checkmark:after {
    display: block
}

.container-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9dd1f1
}

.has-search {
    margin: 50px 0 35px
}

.has-search .form-control {
    padding-left: 2rem;
    background-color: #06334d;
    color: #fff;
    font-size: .85em;
    height: 40px;
    border: 1px solid rgba(222, 222, 223, .2)
}

.has-search .form-control:focus {
    border-color: #06334d;
    box-shadow: 0 0 0 .2rem rgba(255, 232, 47, .52)
}

.has-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.has-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.has-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.has-search .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.5rem;
    text-align: center;
    pointer-events: none;
    color: #384b5c;
    font-size: .8rem
}

.form-order {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.form-order .container-radio {
    margin: 0 17px 0 0
}

.form-order .title {
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 25px
}

.error-message-form {
    width: 100%;
    margin-top: .25rem;
    font-size: 80% !important;
    color: #dc3545 !important
}

.tooltip>.arrow {
    background-color: rgba(0, 0, 0, 0)
}

.tooltip>.tooltip-inner {
    text-align: center;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #138bd1;
    background-color: #9dd1f1;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
    font-weight: bold
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #9dd1f1;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: #9dd1f1;
    border-left-color: rgba(0, 0, 0, 0)
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: #9dd1f1;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: #9dd1f1
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 900
}

header .expand-menu-mobile:focus {
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

header .container-fluid {
    padding: 0
}

.sticky {
    position: -webkit-sticky;
    position: relative;
    top: 0;
    z-index: 900;
    -webkit-animation: fade-in-top .8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top .8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation-delay: .3s
}

@-webkit-keyframes fade-in-top {}

@keyframes fade-in-top {}

.navbar-light .navbar-toggler {
    color: #9dd1f1;
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.navbar-light .navbar-toggler:focus {
    outline: none
}

span.icon-bar {
    height: 14px;
    width: 24px;
    position: relative;
    display: block
}

span.icon-bar:before {
    content: "";
    background: #9dd1f1;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 2px;
    transition: all .3s ease;
    margin-top: -1px;
    transform: rotate(135deg)
}

span.icon-bar:after {
    content: "";
    background: #9dd1f1;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 2px;
    transition: all .3s ease;
    margin-top: -1px;
    width: 100%;
    transform: rotate(-135deg)
}

.navbar-toggler.expand-menu-mobile:not(.show) span {
    border-top: 2px solid;
    border-bottom: 2px solid
}

.navbar-toggler.expand-menu-mobile:not(.show) span:before {
    transform: initial;
    background: #9dd1f1
}

.navbar-toggler.expand-menu-mobile:not(.show) span:after {
    transform: initial;
    background: #9dd1f1
}

.main-nav {
    background: #042539;
    padding: 20px 10px;
    transition: all .3s ease
}

.main-nav .navbar-right-item {
    display: flex;
    align-items: center
}

.main-nav .navbar-right-item .btn-user-balance {
    margin-right: 15px
}

.main-nav .navbar-right-item .btn-user-balance .user-info {
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: center
}

.main-nav .navbar-right-item .btn-user-balance .user-info .avatar {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #fff;
    padding-top: 5px
}

.main-nav .navbar-right-item .btn-user-balance .user-info .avatar i {
    font-size: 1.6rem;
    vertical-align: middle;
    color: #fff
}

.main-nav .navbar-right-item .btn-user-balance .user-info .btn-user {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
    text-align: left;
    padding: 0
}

.main-nav .navbar-right-item .btn-user-balance .user-info .btn-user .userInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: max-content;
    line-height: 17px
}

.main-nav .navbar-right-item .btn-user-balance .user-info .btn-user .userInfo .casino-username {
    font-size: .7rem
}

.main-nav .container-fluid {
    gap: 2px
}

.navbar-brand {
    padding: 0;
    color: #9dd1f1 !important;
    font-weight: 900;
    text-transform: uppercase;
    display: flex
}

.navbar-brand span {
    color: #fff
}

.navbar-brand img {
    max-width: 140px;
    max-height: 45px;
    width: 100%
}

.user-nav {
    justify-content: flex-end
}

.user-nav .container {
    padding: 0
}

.user-nav .container-fluid {
    padding: 0
}

.user-nav .pass-container {
    width: 100%;
    margin-bottom: 0
}

.user-nav .form-inline {
    display: none
}

.user-nav-login {
    justify-content: flex-end;
    margin-top: 20px
}

.user-nav-login .containe-data-user-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0
}

.user-nav-login .data-user-games {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    display: inline-block;
    margin-top: 0px
}

.user-nav-login .data-user-games:first-child:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: -10px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.user-nav-login .data-user-games .number {
    font-weight: 900;
    margin-left: 5px
}

.user-nav-login .btn-primary {
    display: inline-block;
    flex: 1;
    padding: 8px 20px
}

.user-nav-login .user-info {
    margin-top: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.user-nav-login .user-info.show .btn-user .i {
    transform: translateY(-50%) rotate(180deg)
}

.user-nav-login .user-info .avatar {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: #042539;
    border: 1px solid #fff;
    padding-top: 5px
}

.user-nav-login .user-info .avatar img {
    object-fit: cover;
    height: 100%
}

.user-nav-login .user-info .avatar i {
    font-size: 2.2rem;
    vertical-align: middle;
    color: #fff
}

.user-nav-login .user-info .btn-user {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
    background-color: #042539;
    text-align: left;
    padding: 0
}

.user-nav-login .user-info .btn-user:after {
    content: none
}

.user-nav-login .user-info .btn-user:focus {
    outline: none;
    box-shadow: none
}

.user-nav-login .user-info .btn-user .userInfo {
    display: flex;
    flex-direction: column;
    flex: 1
}

.user-nav-login .user-info .btn-user i {
    color: #fff;
    margin-left: 5px;
    transition: all .3s ease-in-out;
    float: right
}

.user-nav-login .user-info .dropdown-menu {
    left: auto;
    right: 0;
    color: #fff;
    background-color: #042539;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column;
    position: static;
    visibility: hidden;
    height: 0;
    min-height: 0;
    width: 100%;
    opacity: 0;
    padding: 0;
    transition: all .3s ease-in-out
}

.user-nav-login .user-info .dropdown-menu.show {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin-top: 10px
}

.user-nav-login .user-info .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    padding: .5rem 1.5rem
}

.user-nav-login .user-info .dropdown-menu .dropdown-item:hover {
    background: #138bd1
}

.login-mobile {
    max-width: 130px;
    font-size: .7rem;
    padding: 5px 5px;
    margin-right: 15px
}

.menu-desktop {
    display: flex
}

.menu-desktop .link {
    position: relative;
    font-size: .75rem;
    font-weight: bold;
    padding: 16px 10px;
    text-transform: uppercase;
    color: #fff
}

.menu-desktop .link.supportLink {
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px
}

.menu-desktop .link.supportLink img {
    width: 30px
}

.menu-desktop .link#currentpage,
.menu-desktop .link:hover {
    color: #9dd1f1
}

.menu-desktop .link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #9dd1f1;
    opacity: 0;
    transition: all .3s
}

.menu-desktop .link:hover,
.menu-desktop .link#currentpage {
    background: rgba(255, 255, 255, .08)
}

.menu-desktop .link:hover::after,
.menu-desktop .link#currentpage::after {
    opacity: 1
}

.game-filters {
    background: #06334d;
    padding: 0;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.game-filters.login .navbar-nav {
    height: calc(100vh - 187px)
}

.game-filters .navbar-nav {
    justify-content: center;
    flex-direction: row;
    width: 100%
}

.game-filters .nav-item {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    flex: 1
}

@media(min-width: 768px) {
    .game-filters .nav-item:first-child {
        margin-left: 55px
    }
}

.game-filters .nav-item .SectionName {
    white-space: nowrap
}

.game-filters #currentpage {
    background: #06334d
}

.game-filters #currentpage .nav-link {
    color: #9dd1f1;
    background: rgba(255, 255, 255, .12)
}

.game-filters .nav-link {
    color: #fff;
    font-size: .75rem;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: .55rem
}

.game-filters .nav-link img {
    vertical-align: middle;
    display: flex;
    height: 20px;
    margin: 0 auto
}

.game-filters .dropdown {
    flex-direction: column;
    justify-content: center
}

.game-filters .dropdown.show .dropdown-toggle {
    padding: .75rem 15px
}

.game-filters .dropdown.show .dropdown-toggle:after {
    transform: translateY(-50%) rotate(180deg)
}

.game-filters .dropdown .dropdown-toggle {
    width: 100%
}

.game-filters .dropdown .dropdown-toggle:after {
    transition: all .3s ease-in-out
}

.game-filters .dropdown .dropdown-menu {
    background: #06334d;
    border-radius: 0;
    border: none;
    text-align: right;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    padding: 0;
    margin: 0;
    justify-content: center
}

.game-filters .dropdown .dropdown-menu.show {
    height: 35vh;
    visibility: visible;
    opacity: 1
}

.game-filters .dropdown .dropdown-menu.show .dropdown-item {
    visibility: visible
}

.game-filters .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    padding: .5rem 1.5rem;
    visibility: hidden
}

.game-filters .dropdown .dropdown-menu .dropdown-item:hover {
    background: #138bd1
}

.game-filters .has-search {
    margin-bottom: 0;
    display: none
}

.game-filters .has-search .form-control {
    padding-left: 2rem;
    background-color: #06334d;
    color: #fff;
    min-width: 265px
}

.game-filters .has-search .form-control:focus {
    border-color: #06334d;
    box-shadow: 0 0 0 .2rem rgba(203, 14, 0, .71)
}

.game-filters .has-search .form-control::-webkit-input-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters .has-search .form-control::-moz-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters .has-search .form-control:-ms-input-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters .has-search .form-control:-moz-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #ffc9c9;
    font-size: .8rem
}

.game-filters-into-menu {
    position: relative;
    background: #06334d;
    padding: 0;
    font-weight: bold
}

.game-filters-into-menu .user-nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw !important;
    height: calc(100% - 50px) !important;
    z-index: 1000
}

.game-filters-into-menu .user-nav .close-game-filters-into-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1001;
    background: rgba(0, 0, 0, .8)
}

.game-filters-into-menu .user-nav .container-fluid {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100%;
    z-index: 1002;
    background: #042539;
    animation: .3s rightToLeft ease
}

.game-filters-into-menu .user-nav .container-fluid .buttons-user {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px
}

.game-filters-into-menu .user-nav .container-fluid .buttons-user>* {
    width: calc(50% - 3px);
    margin: 0;
    text-align: center
}

.game-filters-into-menu .user-nav .container-fluid .buttons-user>*:nth-child(2),
.game-filters-into-menu .user-nav .container-fluid .buttons-user>*:nth-child(3),
.game-filters-into-menu .user-nav .container-fluid .buttons-user>*:nth-child(4),
.game-filters-into-menu .user-nav .container-fluid .buttons-user>*:nth-child(5) {
    background: rgba(0, 0, 0, 0)
}

.game-filters-into-menu .user-nav .container-fluid .navbar-nav {
    display: flex;
    flex: 1;
    justify-content: normal;
    overflow-y: auto
}

.game-filters-into-menu .user-nav .container-fluid .navbar-nav .nav-item {
    flex: initial
}

.game-filters-into-menu .user-nav .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 13px;
    justify-content: flex-start
}

.game-filters-into-menu .user-nav .container-fluid .finish-session {
    color: #fff;
    font-size: 1em;
    padding: 10px 13px;
    background: #042335
}

.game-filters-into-menu .user-nav .container-fluid .finish-session i {
    margin-right: 5px
}

.game-filters-into-menu .navbar-nav {
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 289px)
}

.game-filters-into-menu .nav-item {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center
}

.game-filters-into-menu .nav-item:nth-child(odd) {
    background: #06334d
}

.game-filters-into-menu .nav-item:nth-child(even) {
    background: #042539
}

.game-filters-into-menu .nav-link {
    color: #fff;
    font-size: 1em;
    padding: 0 15px;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%
}

.game-filters-into-menu .nav-link img {
    max-height: 22px;
    margin-right: 10px
}

.game-filters-into-menu .nav-link .icon-menu {
    margin-right: 10px;
    font-size: 21px;
    color: #fff
}

.game-filters-into-menu .dropdown {
    flex-direction: column;
    justify-content: center
}

.game-filters-into-menu .dropdown.show .dropdown-toggle {
    padding: .75rem 15px
}

.game-filters-into-menu .dropdown.show .dropdown-toggle:after {
    transform: translateY(-50%) rotate(180deg)
}

.game-filters-into-menu .dropdown .dropdown-toggle {
    width: 100%
}

.game-filters-into-menu .dropdown .dropdown-toggle:after {
    transition: all .3s ease-in-out
}

.game-filters-into-menu .dropdown .dropdown-menu {
    background: #06334d;
    border-radius: 0;
    border: none;
    text-align: right;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    padding: 0;
    margin: 0;
    justify-content: center
}

.game-filters-into-menu .dropdown .dropdown-menu.show {
    height: 35vh;
    visibility: visible;
    opacity: 1
}

.game-filters-into-menu .dropdown .dropdown-menu.show .dropdown-item {
    visibility: visible
}

.game-filters-into-menu .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    padding: .5rem 1.5rem;
    visibility: hidden
}

.game-filters-into-menu .dropdown .dropdown-menu .dropdown-item:hover {
    background: #06334d
}

.game-filters-into-menu .has-search {
    margin-bottom: 0;
    display: none
}

.game-filters-into-menu .has-search .form-control {
    padding-left: 2rem;
    background-color: #06334d;
    color: #fff;
    min-width: 265px
}

.game-filters-into-menu .has-search .form-control:focus {
    border-color: #06334d;
    box-shadow: 0 0 0 .2rem rgba(203, 14, 0, .71)
}

.game-filters-into-menu .has-search .form-control::-webkit-input-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters-into-menu .has-search .form-control::-moz-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters-into-menu .has-search .form-control:-ms-input-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters-into-menu .has-search .form-control:-moz-placeholder {
    color: #ffc9c9;
    text-transform: none
}

.game-filters-into-menu .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #ffc9c9;
    font-size: .8rem
}

.isIOSDevice .game-filters-into-menu .navbar-nav {
    height: auto;
    max-height: calc(100vh - 233px)
}

.home .games-container .games-grid,
.casino-vivo .games-container .games-grid {
    grid-auto-rows: auto;
    grid-gap: 10px;
    grid-auto-flow: dense
}

.home .games-container .game,
.casino-vivo .games-container .game {
    margin: 0
}

.home .games-container .game .picture,
.casino-vivo .games-container .game .picture {
    border-radius: 6px
}

.home .games-container .game .picture img,
.casino-vivo .games-container .game .picture img {
    max-height: 100%
}

.home .games-container .game.featured,
.casino-vivo .games-container .game.featured {
    height: 100%;
    flex-basis: auto;
    min-height: auto
}

.home .games-container .game.featured .picture,
.casino-vivo .games-container .game.featured .picture {
    border-radius: 6px
}

.home .games-container .game.featured .picture img,
.casino-vivo .games-container .game.featured .picture img {
    min-height: 100%
}

.home .game-filters,
.casino-vivo .game-filters {
    margin: 0;
    transition: all .55s;
    position: relative
}

.home .games-main,
.casino-vivo .games-main {
    padding: 0
}

.casino-vivo .form-order {
    display: none
}

.casino-vivo .games-container .game .picture {
    border-radius: 6px 6px 0 0
}

.casino-vivo .games-container .game.featured .picture {
    height: calc(100% - 106px);
    border-radius: 6px 6px 0 0
}

footer {
    background: #06334d;
    color: #fff;
    padding: 40px 0
}

footer .legal {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em
}

footer .legal img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 25px
}

footer .legal .copyright {
    font-size: .75rem;
    margin-bottom: 2rem;
    font-weight: normal
}

footer .footer-links {
    padding: 0
}

footer .footer-links:nth-child(2):after {
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    right: -10px;
    position: absolute
}

footer .footer-links:nth-child(2):before {
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    left: -10px;
    position: absolute
}

footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .footer-links ul li {
    margin-bottom: 25px
}

footer .footer-links ul li a {
    font-size: .75rem;
    color: #fff
}

footer .footer-links h4 {
    font-size: .85rem;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    text-align: center
}

footer .footer-links h4 a {
    color: #9dd1f1
}

footer .social-media {
    max-width: 60%;
    margin: 35px auto
}

footer .social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around
}

footer .social-media ul li i {
    font-size: 1.25em
}

footer .social-media ul a {
    color: #06334d
}

footer .social-media ul a:hover {
    opacity: .5
}

.slider {
    position: relative;
    margin: 0 -15px
}

.slider .item {
    position: relative;
    overflow: hidden
}

.slider .item .text-slide {
    position: absolute;
    right: 0;
    margin-left: 0;
    bottom: 30px;
    text-align: left;
    max-width: 60%;
    padding: 15px;
    z-index: 5
}

.slider .item .text-slide .title-slide {
    color: #9dd1f1;
    font-weight: 900;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 5px;
    text-transform: uppercase;
    animation-duration: .3s;
    animation-delay: .5s;
    font-size: 1.35em;
    line-height: 1.4rem
}

@media(min-width: 768px) {
    .slider .item .text-slide .title-slide {
        font-size: 2.25em
    }
}

.slider .item .text-slide .subtitle-slide {
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    animation-duration: .3s;
    animation-delay: .75s;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2rem
}

@media(min-width: 768px) {
    .slider .item .text-slide .subtitle-slide {
        font-size: 2.25em;
        line-height: 1.2
    }
}

.slider .item .text-slide .content-buttons {
    display: flex;
    align-items: center
}

.slider .item .text-slide .content-buttons .btn-link {
    color: #9dd1f1;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    margin-left: 17px
}

.slider .item .text-slide .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    text-transform: none;
    animation-duration: .3s;
    animation-delay: 1s;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 60%;
    padding: 8px 0
}

.slider .item .text-slide .btn i {
    font-size: 1.25rem;
    margin-left: 11px;
    vertical-align: bottom
}

.slider .item video,
.slider .item img {
    width: 100%
}

.slider .item .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 0
}

.slider .owl-carousel {
    position: relative
}

.slider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0
}

.slider .owl-carousel .owl-nav button {
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3);
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
}

.slider .owl-carousel .owl-nav button span {
    height: 34px;
    color: #06334d;
    color: rgba(255, 255, 255, .4)
}

.slider .owl-carousel .owl-nav button:focus {
    outline: none
}

.slider .owl-carousel .owl-nav button:hover {
    opacity: .5;
    background-color: rgba(255, 255, 255, .15)
}

.slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px
}

.slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px
}

.slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider .owl-carousel .owl-dots .owl-dot {
    transition: all .3s
}

.slider .owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.slider .owl-carousel .owl-dots .owl-dot.active span,
.slider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid #fff
}

.slider .owl-carousel .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid #fff
}

.fullscreen-bg__video {
    width: 100%;
    height: 100%
}

.main {
    padding: 25px 0 35px
}

.banner {
    margin-bottom: 20px;
    display: none
}

.banner .banner-img {
    width: 100%
}

.banner-mobile {
    margin-bottom: 20px
}

.banner-mobile .banner-img {
    width: 100%
}

.search-games {
    display: block;
    position: sticky;
    top: 70px;
    z-index: 30;
    margin-bottom: 25px;
    background: #06334d;
    padding: 10px 0
}

.search-games .has-search {
    margin-bottom: 0
}

.search-games .has-search .form-control {
    padding-left: 3rem;
    background-color: #06334d;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .85rem
}

.search-games .has-search .form-control:focus {
    border-color: #9dd1f1;
    box-shadow: 0 0 0 .2rem rgba(42, 255, 207, .68)
}

.search-games .has-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.search-games .has-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.search-games .has-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.search-games .has-search .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.search-games .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.375rem;
    height: 3.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: #707779;
    font-size: .8rem
}

.menu-games-filter {
    background-color: #138bd1;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 14px
}

.menu-games-filter li {
    border-bottom: 2px solid #545454
}

.menu-games-filter li:first-child {
    border-radius: 10px 10px 0 0
}

.menu-games-filter li:last-child {
    border: none;
    border-radius: 0 0 10px 10px
}

.menu-games-filter li:last-child a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    border: none
}

.menu-games-filter li .has-search {
    margin-bottom: 0;
    padding: 8px 7px
}

.menu-games-filter li .has-search .form-control {
    padding-left: 2rem
}

.menu-games-filter li .has-search .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(42, 255, 207, .36)
}

.menu-games-filter li .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #939393;
    font-size: .8rem
}

.menu-games-filter li input {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    background-color: #138bd1;
    font-weight: 900;
    font-size: .8rem;
    color: #545454
}

.menu-games-filter li input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: uppercase
}

.menu-games-filter li input::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: uppercase
}

.menu-games-filter li input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: uppercase
}

.menu-games-filter li input:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: uppercase
}

.menu-games-filter li a {
    color: #545454;
    text-transform: uppercase;
    font-size: .8rem;
    text-decoration: none;
    font-weight: 900;
    padding: 14px 20px;
    display: block;
    position: relative
}

.menu-games-filter li a.active,
.menu-games-filter li a:hover {
    background-color: #9dd1f1;
    color: #6d6d6d
}

.menu-games-filter li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px
}

.menu-games-filter .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
    width: 100%;
    padding: 0
}

.menu-games-filter .dropdown-menu.show .dropdown-item {
    background-color: #fff;
    padding-left: 40px
}

.menu-games-filter .dropdown-menu.show .dropdown-item:after {
    content: none
}

.menu-games-filter .dropdown-menu.show .dropdown-item:hover {
    background-color: #9dd1f1;
    color: #6d6d6d
}

.games-container {
    margin-bottom: 4rem
}

.games-container .games-grid {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    position: relative
}

.games-container .loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(3px);
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.games-container .loading .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%
}

.games-container .loading .spinner-container .text-primary {
    color: #9dd1f1 !important
}

.games-container .grid-sizer {
    width: 50%
}

.games-container .game {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.games-container .game .container-info-fav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0);
    padding: 6px 10px;
    border-radius: 0 0 6px 6px;
    background: #138bd1
}

.games-container .game .container-info-fav .info {
    width: 85%
}

.games-container .game .container-info-fav .info .title {
    color: #9dd1f1;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.games-container .game .container-info-fav .info .data {
    font-size: .65em;
    color: #9dd1f1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px
}

.games-container .game .container-info-fav .favorite {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

.games-container .game .container-info-fav .favorite:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #9dd1f1;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in;
    font-size: 1.25rem
}

.games-container .game .container-info-fav .favorite:hover:before {
    color: #fff
}

.games-container .game .container-info-fav .favorite.active:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #9dd1f1;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%)
}

.games-container .game .container-info-fav .favorite i {
    color: #06334d
}

.games-container .game .picture {
    text-align: center;
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 145px
}

.games-container .game .picture img {
    min-height: inherit;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.games-container .game .picture .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .5s ease;
    border-radius: 6px
}

.games-container .game .picture .button {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 1;
    top: 35%;
    transition: opacity .35s ease;
    visibility: hidden
}

.games-container .game .picture .button a {
    text-align: center;
    z-index: 1
}

.games-container .game.featured {
    position: relative;
    grid-column-end: span 2;
    grid-row-end: span 2
}

.games-container .game.featured .container-info-fav {
    padding: 21px 22px;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto
}

.games-container .game.featured .container-info-fav .info .title {
    font-size: 1.5rem;
    margin-bottom: 0
}

.games-container .game.featured .container-info-fav .info .data {
    font-size: .75em;
    color: rgba(213, 213, 213, .8352941176)
}

.games-container .game.featured .container-info-fav .info .btn {
    padding: 6px 22px;
    display: none
}

.games-container .game.featured .container-info-fav .favorite {
    margin-left: 18px
}

.games-container .game.featured .container-info-fav .favorite i {
    color: #06334d;
    font-size: 1.5rem
}

.games-container .game.featured .picture {
    border-radius: 10px 10px 0 0;
    height: 100%;
    max-height: 100%
}

.games-container .game.featured .picture .overlay {
    border-radius: 10px
}

.games-container .game .btn-mobile {
    display: block;
    position: static;
    max-width: 110px;
    margin: 10px auto 0
}

.games-container .game .btn-mobile .btn {
    padding: 9px 12px
}

.games-category {
    display: flex;
    z-index: 20;
    padding: 5px 0;
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

.games-category h3 {
    color: #9dd1f1;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 0;
    display: flex;
    align-items: center
}

.games-category .main-search {
    max-width: 415px;
    margin: 0
}

.games-category .main-search input {
    background: rgba(255, 255, 255, .15);
    border-radius: 7px 0 0 7px;
    font-size: .85rem;
    color: rgba(255, 255, 255, .75)
}

.games-category .main-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.games-category .main-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.games-category .main-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.games-category .main-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.games-category .main-search .btn {
    padding: 0 20px;
    font-size: .85rem;
    border-radius: 0 7px 7px 0
}

.games-category .form-order {
    display: none
}

.games-category .showall {
    text-decoration: none;
    color: #fff;
    text-transform: normal;
    font-weight: bold;
    font-size: 1rem
}

.games-category .showall .text {
    display: none
}

.games-category .showall span {
    margin-left: 4px;
    color: #9dd1f1
}

.games-category .showall i {
    color: #9dd1f1;
    margin-left: 5px
}

.games-category .form-order {
    margin-top: 0
}

.casinoreels .slider {
    margin: 0
}

.casinoreels .games-container .games-grid {
    grid-auto-rows: auto
}

.casinoreels .games-container .game {
    position: relative;
    margin: 0
}

.casinoreels .games-container .game .picture {
    border-radius: 6px;
    min-height: auto
}

.casinoreels .games-container .game .picture img {
    object-fit: inherit;
    object-position: inherit
}

.casinoreels .games-container .favorite {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .45);
    border-radius: 50%
}

.casinoreels .games-container .favorite:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: relative;
    color: #9dd1f1;
    transition: all .3s ease-in;
    font-size: 1rem
}

.casinoreels .games-container .favorite:hover:before {
    color: #fff
}

.casinoreels .games-container .favorite.active:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #9dd1f1;
    font-weight: bold
}

.casinoreels .games-container .favorite i {
    color: #06334d
}

.casinoreels .games-container .game-promoted .favorite {
    width: 40px;
    height: 40px
}

.casinoreels .games-container .game-promoted .favorite::before {
    font-size: 1.5rem
}

.version-container {
    display: none !important
}

.games-filter-container {
    background: #042539
}

.games-filter-container .games-container {
    background: #042335;
    padding: 5px 10px
}

.games-filter-container .games-container .games {
    display: flex;
    height: 65px;
    white-space: nowrap
}

.games-filter-container .games-container .games .game-filter {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    height: 100%;
    border-radius: 10px;
    padding: 7px 0;
    min-width: 75px;
    flex: 1 1 14.2857142857%;
    flex: 1
}

.games-filter-container .games-container .games .game-filter:not(:last-child) {
    margin-right: 5px
}

.games-filter-container .games-container .games .game-filter .image {
    display: flex;
    width: 25px;
    min-height: 25px;
    max-height: 25px
}

.games-filter-container .games-container .games .game-filter .image img {
    width: 100%
}

.games-filter-container .games-container .games .game-filter .image i {
    font-size: 25px;
    color: #fff
}

.games-filter-container .games-container .games .game-filter .game-name {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff
}

.games-filter-container .games-container .games .game-filter:hover:not(.active) {
    opacity: .6
}

.games-filter-container .games-container .games .game-filter.active {
    background: rgba(255, 255, 255, .12)
}

.games-filter-container .games-container .swiper-scrollbar {
    bottom: 0;
    height: 3px
}

.games-filter-container .games-container .swiper-scrollbar .swiper-scrollbar-drag {
    background: #9dd1f1
}

.games-filter-container .providers-container {
    background: rgba(255, 255, 255, .15)
}

.games-filter-container .providers-container .providers {
    flex: 1 1 auto;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 8px 10px
}

.games-filter-container .providers-container .providers .provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
    flex: 1 1 10%;
    flex: 1;
    gap: 5px
}

.games-filter-container .providers-container .providers .provider .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: .4s all ease
}

.games-filter-container .providers-container .providers .provider .image img {
    max-width: 24px;
    max-height: 24px
}

.games-filter-container .providers-container .providers .provider .provider-name {
    color: #fff;
    font-size: 10px;
    text-align: center;
    transition: .3s all ease
}

.games-filter-container .providers-container .providers .provider.all-providers {
    background: #000;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    transition: .25s all ease;
    max-width: 10%;
    cursor: pointer
}

.games-filter-container .providers-container .providers .provider:hover .image,
.games-filter-container .providers-container .providers .provider.active .image {
    border: 1px solid #9dd1f1
}

.games-filter-container .providers-container .providers .provider:hover .provider-name,
.games-filter-container .providers-container .providers .provider.active .provider-name {
    color: #9dd1f1
}

.games-filter-container .search-game-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #042335;
    padding: 10px 20px
}

.games-filter-container .search-game-container .search-input {
    position: relative;
    width: 300px;
    max-width: calc(100% - 15px);
    z-index: 1
}

.games-filter-container .search-game-container .search-input i {
    position: absolute;
    left: 7px;
    top: 10px;
    color: #fff;
    opacity: .3;
    z-index: -1
}

.games-filter-container .search-game-container .search-input input {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 20px;
    padding-left: 30px;
    outline: 0 !important
}

.casino-filters {
    position: relative;
    display: grid;
    grid-template-columns: minmax(100px, 50%) minmax(100px, 50%);
    grid-gap: 15px;
    padding: 5px;
    background: rgba(255, 255, 255, .15);
    font-size: .875rem
}

.casino-filters .query-filter {
    position: relative;
    background-color: #06334d;
    border-radius: 6px;
    z-index: 1
}

.casino-filters .query-filter input {
    height: 100%;
    outline: 0 !important;
    box-shadow: none;
    font-size: .875rem;
    background: rgba(0, 0, 0, 0);
    padding-left: 40px;
    color: #fff
}

.casino-filters .query-filter i {
    position: absolute;
    top: 10px;
    left: 11px;
    color: #fff;
    font-size: 16px;
    opacity: .3;
    z-index: -1
}

.casino-filters .providers-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #06334d;
    color: #fff;
    border-radius: 6px;
    z-index: 1;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    gap: 8px
}

.casino-filters .providers-button img {
    width: 26px
}

.casino-filters .providers-button span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.casino-filters .query-filter,
.casino-filters .providers-button {
    height: 34px
}

.home .slider,
.casino .slider {
    margin: 0
}

.home .games-main,
.casino .games-main {
    padding: 0
}

.home .games-container .game,
.casino .games-container .game {
    flex-basis: auto;
    height: 100%;
    margin: 0
}

.home .games-container .game .picture,
.casino .games-container .game .picture {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    min-height: auto
}

.home .games-container .game .favorite,
.casino .games-container .game .favorite {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .45);
    border-radius: 50%
}

.home .games-container .game .favorite:before,
.casino .games-container .game .favorite:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: relative;
    color: #9dd1f1;
    transition: all .3s ease-in;
    font-size: 1rem
}

.home .games-container .game .favorite:hover:before,
.casino .games-container .game .favorite:hover:before {
    color: #fff
}

.home .games-container .game .favorite.active:before,
.casino .games-container .game .favorite.active:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #9dd1f1;
    font-weight: bold
}

.home .games-container .game .favorite i,
.casino .games-container .game .favorite i {
    color: #06334d
}

.home .sidebar-filters,
.casino .sidebar-filters {
    display: none
}

.casino .main {
    padding: 0px 10px 0 10px;
    padding-top: 0
}

.userLimits {
    color: #b0b1ca;
    margin-right: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 6px 20px
}

.modal-providers-container {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 901
}

.modal-providers-container .modal-providers {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background: #042539;
    z-index: 2
}

.modal-providers-container .modal-providers .casino-filters {
    position: relative;
    display: grid;
    display: flex;
    justify-content: flex-end;
    grid-template-columns: minmax(100px, 50%) minmax(100px, 50%);
    grid-gap: 15px;
    padding: 5px;
    background: rgba(255, 255, 255, .15);
    font-size: .875rem
}

.modal-providers-container .modal-providers .casino-filters .query-filter {
    position: relative;
    background-color: #06334d;
    border-radius: 6px;
    z-index: 1
}

.modal-providers-container .modal-providers .casino-filters .query-filter input {
    height: 100%;
    outline: 0 !important;
    box-shadow: none;
    font-size: .875rem;
    background: rgba(0, 0, 0, 0);
    padding-left: 40px;
    color: #fff
}

.modal-providers-container .modal-providers .casino-filters .query-filter i {
    position: absolute;
    top: 10px;
    left: 11px;
    color: #fff;
    font-size: 16px;
    opacity: .3;
    z-index: -1
}

.modal-providers-container .modal-providers .casino-filters .providers-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #06334d;
    color: #fff;
    border-radius: 6px;
    z-index: 1;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    gap: 8px
}

.modal-providers-container .modal-providers .casino-filters .providers-button img {
    width: 26px
}

.modal-providers-container .modal-providers .casino-filters .providers-button span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3
}

.modal-providers-container .modal-providers .casino-filters .query-filter,
.modal-providers-container .modal-providers .casino-filters .providers-button {
    width: max-content
}

.modal-providers-container .modal-providers .providers-list-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto
}

.modal-providers-container .modal-providers .providers-list-container .list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 10px
}

.modal-providers-container .modal-providers .providers-list-container .list li {
    display: flex;
    margin: 4px 0
}

.modal-providers-container .modal-providers .providers-list-container .list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 1px;
    border-radius: 32px
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider {
    display: flex;
    align-items: center
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider .provider-logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #000;
    margin-right: 10px
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider .provider-logo img {
    max-width: 24px;
    max-height: 24px
}

.modal-providers-container .modal-providers .providers-list-container .list li a i {
    display: none;
    color: #9dd1f1;
    margin-right: 7px
}

.modal-providers-container .modal-providers .providers-list-container .list li a.active,
.modal-providers-container .modal-providers .providers-list-container .list li a:hover {
    background-color: #9dd1f1;
    color: #06334d
}

.modal-providers-container .modal-providers .providers-list-container .list li a.active i,
.modal-providers-container .modal-providers .providers-list-container .list li a:hover i {
    color: #06334d
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive {
    background: #06334d
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive li a i {
    display: block;
    font-size: 1.125rem
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive li:first-child a i {
    display: none
}

.modal-providers-container .close-providers {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

.modal#playerBetLimits {
    color: #b0b1ca
}

.modal#playerBetLimits .modal-header {
    align-items: center
}

.modal#playerBetLimits .modal-header .close {
    margin: 0
}

.modal#playerBetLimits .modal-header .modal-title {
    flex: 1;
    text-align: center
}

.modal#playerBetLimits .modal-subtitle {
    padding: .5rem 2rem;
    font-size: .9rem;
    margin-bottom: 0;
    text-align: justify
}

.modal#playerBetLimits .modal-body {
    color: #b0b1ca
}

.modal#playerBetLimits .modal-footer {
    color: #b0b1ca
}

.modal#playerBetLimits .modal-footer .btn {
    color: #b0b1ca
}

.modal#playerBetLimits .textLimitsContainer .dropdown-container-level {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 1rem
}

.modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-container-level .dropdown-menu-level .dropdown-level:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-level {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    transition: .2s ease;
    margin: 5px 0 !important;
    cursor: pointer
}

.modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-level:hover {
    background: rgba(255, 255, 255, .1)
}

.modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-menu-level {
    display: none
}

.home-section-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 0
}

.home-section-container .home-section {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.home-section-container .home-section .home-title {
    display: flex;
    justify-content: center;
    z-index: 20;
    padding: 15px 0
}

.home-section-container .home-section .home-title h3 {
    color: #9dd1f1;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px
}

.home-section-container .home-section .home-title h3::after,
.home-section-container .home-section .home-title h3::before {
    content: "";
    position: relative;
    width: 100%;
    height: 3px;
    flex: 1;
    background: #9dd1f1
}

.home-section-container .home-section .home-title h3::before {
    background: linear-gradient(to right, transparent, #9dd1f1)
}

.home-section-container .home-section .home-title h3::after {
    background: linear-gradient(to right, #9dd1f1, transparent)
}

.home-section-container .home-section .home-item {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.home-section-container .home-section .home-item .swiper.multi-games {
    height: 600px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .home-section-container .home-section .home-item .swiper.multi-games {
        height: 400px
    }
}

.home-section-container .home-section .home-item .swiper.multi-games .swiper-slide {
    width: auto;
    max-width: 180px;
    height: calc((100% - 40px)/4);
    margin-right: 10px;
    margin-top: 10px !important
}

.home-section-container .home-section .home-item .swiper.multi-games .swiper-slide:nth-child(4n+1) {
    margin-top: 0 !important
}

.home-section-container .home-section .home-item .swiper.multi-games .swiper-slide .game:hover {
    transform: scale(1)
}

@media screen and (max-width: 991px) {
    .home-section-container .home-section .home-item .swiper.multi-games .swiper-slide {
        max-width: 115px;
        margin-right: 5px
    }
    .home-section-container .home-section .home-item .swiper.multi-games .swiper-slide:nth-child(even) {
        margin-top: 5px !important
    }
}

.home-section-container .home-section .home-item .swiper.individual-games {
    height: auto;
    width: 100%
}

.home-section-container .home-section .home-item .swiper.individual-games .swiper-slide {
    width: auto;
    max-width: 180px;
    margin-right: 10px;
    display: flex
}

.home-section-container .home-section .home-item .swiper.individual-games .swiper-slide .game:hover {
    transform: scale(1)
}

@media screen and (max-width: 991px) {
    .home-section-container .home-section .home-item .swiper.individual-games .swiper-slide {
        max-width: 115px;
        margin-right: 5px
    }
}

.home-section-container .home-section .home-item .swiper-button-next,
.home-section-container .home-section .home-item .swiper-button-prev {
    color: #9dd1f1;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    border-radius: 8px
}

.home-section-container .home-section .home-item .swiper-button-next::after,
.home-section-container .home-section .home-item .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 800
}

.home-section-container .home-section .home-item .game {
    width: 100%
}

.home-section-container .other-container .other {
    display: flex;
    justify-content: center;
    gap: 15px
}

@media screen and (max-width: 991px) {
    .home-section-container .other-container .other {
        grid-gap: 7px
    }
}

.home-section-container .other-container .other .item {
    position: relative;
    width: 33.33%;
    text-align: center
}

@media screen and (max-width: 991px) {
    .home-section-container .other-container .other .item {
        flex: 1
    }
}

.home-section-container .other-container .other .item .button-item {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

@media screen and (max-width: 991px) {
    .home-section-container .other-container .other .item .button-item .btn {
        padding: 5px
    }
}

.home-section-container .other-container .other img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px
}

@media screen and (max-width: 991px) {
    .home-section-container {
        gap: 5px
    }
}

.casinoreels .group-sections.onlyBanner .tournament-container {
    grid-column-end: span 2;
    max-width: 100% !important
}

.btn-support {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #9dd1f1;
    color: #06334d;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer
}

.modal.modalEvent {
    padding-right: 0 !important;
    color: #9dd1f1
}

.modal.modalEvent .modal-header .modal-title {
    color: #9dd1f1
}

.modal.modalEvent .modal-body p {
    color: #9dd1f1;
    text-align: left;
    font-size: .9rem;
    margin-bottom: .5rem
}

.modal.modalEvent .modal-body .banner-tournament {
    max-width: 100%
}

.modal.modalEvent .modal-body .description-tournament {
    color: #9dd1f1;
    padding: 1rem 0
}

.modal.modalEvent .modal-body .subSection {
    padding: 0 10px;
    margin-bottom: 10px
}

.modal.modalEvent .modal-body table {
    margin: 0 auto;
    width: 100%;
    font-size: .9rem
}

.modal.modalEvent .modal-body table td,
.modal.modalEvent .modal-body table th {
    padding: 8px 15px
}

.modal.modalEvent .modal-body table td:first-child,
.modal.modalEvent .modal-body table th:first-child {
    text-align: left
}

.modal.modalEvent .modal-body table td:last-child,
.modal.modalEvent .modal-body table th:last-child {
    text-align: right
}

.modal.modalEvent .modal-body table tr:nth-child(even) {
    background: rgba(0, 0, 0, .3)
}

.promociones {
    padding: 80px 0
}

.promociones .tabs-sticky {
    position: sticky;
    top: 70px;
    z-index: 20
}

.promociones h3 {
    color: #9dd1f1;
    margin-bottom: 40px
}

.promociones .promo-tabs {
    background-color: #138bd1;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: none
}

.promociones .promo-tabs .nav-item {
    width: auto;
    flex: 0 0 auto;
    margin: 15px 5px;
    background: #c5c5c5
}

.promociones .promo-tabs .nav-item:first-child {
    margin: 15px 5px 15px 15px
}

.promociones .promo-tabs .nav-item:last-child {
    margin: 15px 15px 15px 5px
}

.promociones .promo-tabs .nav-link {
    color: #545454;
    text-transform: uppercase;
    font-size: .8rem;
    text-decoration: none;
    font-weight: 900;
    padding: 14px 20px;
    display: block;
    position: relative;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.promociones .promo-tabs .nav-link.active {
    background-color: #9dd1f1;
    color: #6d6d6d
}

.promociones .promo-content {
    color: #545454;
    margin-top: 30px
}

.promociones .promo-content .tab-pane {
    background-color: #138bd1;
    border-radius: 10px;
    padding: 20px 20px 20px 30px
}

.promociones .promo-content .tab-pane.promos {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.promociones .promo-content .tab-pane.promos .item-promo {
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 0 30px 0
}

.promociones .promo-content .tab-pane.promos .item-promo img {
    width: 100%
}

.promociones .promo-content .tab-pane.promos .item-promo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0)
}

.promociones .promo-content .tab-pane.promos .item-promo .item-title {
    position: absolute;
    top: 45px;
    left: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    max-width: 75%;
    line-height: 1;
    text-shadow: 1px 1px 19px rgba(0, 0, 0, .7294117647)
}

.promociones .promo-content .tab-pane.promos .item-promo .item-text {
    position: absolute;
    bottom: 75px;
    left: 30px;
    color: #fff;
    font-size: .75rem;
    max-width: 80%;
    margin: 0 auto
}

.promociones .promo-content .tab-pane.promos .item-promo .item-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #9dd1f1;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 900
}

.promociones .promo-content .tab-pane.promos .item-promo .item-link i {
    margin-left: 5px
}

.promociones .promo-content h4 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.promociones .promo-content p {
    font-size: .85rem
}

.retiro-container {
    background-color: #042539;
    padding: 50px;
    border-radius: 20px
}

.retiro-container h3 {
    color: #9dd1f1;
    margin-top: 0
}

.retiro-container p {
    color: #fff
}

.retiro-container .form-horizontal label {
    color: rgba(255, 255, 255, .25);
    text-transform: uppercase;
    justify-content: flex-start;
    padding: 0
}

.retiro-container .form-horizontal input,
.retiro-container .form-horizontal textarea,
.retiro-container .form-horizontal select {
    width: 100%;
    background-color: #06334d
}

.retiro-container .form-horizontal input::-webkit-input-placeholder,
.retiro-container .form-horizontal textarea::-webkit-input-placeholder,
.retiro-container .form-horizontal select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.retiro-container .form-horizontal input::-moz-placeholder,
.retiro-container .form-horizontal textarea::-moz-placeholder,
.retiro-container .form-horizontal select::-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.retiro-container .form-horizontal input:-ms-input-placeholder,
.retiro-container .form-horizontal textarea:-ms-input-placeholder,
.retiro-container .form-horizontal select:-ms-input-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.retiro-container .form-horizontal input:-moz-placeholder,
.retiro-container .form-horizontal textarea:-moz-placeholder,
.retiro-container .form-horizontal select:-moz-placeholder {
    color: rgba(255, 255, 255, .25);
    text-transform: none
}

.retiro-container .ped-retiro {
    position: relative
}

.retiro-container .ped-retiro:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    height: 85%;
    width: 2px;
    background: #67767d
}

.retiro-container .documentos .file-upload-group .docstate {
    font-size: .7rem
}

.retiro-container .documentos .inputfile+label span {
    border: 2px solid #fff !important;
    background-color: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .4) inset !important;
    color: #000 !important;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px 0 0 4px;
    margin: 0
}

.template-pages-text {
    background-color: #042539;
    padding: 50px;
    border-radius: 20px;
    margin: 50px 0
}

.template-pages-text h1 {
    color: #9dd1f1;
    margin-top: 0
}

.template-pages-text h4 {
    color: #9dd1f1
}

.template-pages-text p {
    color: #fff;
    font-size: .85rem
}

.template-pages-text a {
    color: #9dd1f1
}

.template-pages-text ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 1rem;
    margin-left: 1.5rem
}

.template-pages-text ul li {
    color: #fff;
    font-size: .85rem
}

.slots-pagination {
    background: #06334d;
    overflow-x: auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100
}

.slots-pagination ul.pagination {
    overflow: hidden;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start !important
}

.slots-pagination .page-item {
    flex: 0 0 auto
}

.slots-pagination .page-link {
    color: #138bd1
}

.slots-pagination .page-link:hover {
    background: #138bd1;
    color: #fff !important;
    border-color: #06334d
}

.slots-pagination .page-link:focus {
    box-shadow: none
}

.registro {
    background: #000;
    padding: 90px 0 35px
}

.registro .steps {
    background: #002b32
}

.registro .steps .steps-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    align-items: flex-start
}

.registro .steps .steps-container:after {
    content: "";
    width: 50%;
    height: 2px;
    top: 39px;
    background: #061f2f;
    position: absolute;
    z-index: 8
}

.registro .steps .steps-container .step-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    flex-grow: 1;
    align-items: center;
    flex-basis: 30%;
    justify-content: center
}

.registro .steps .steps-container .step-item.active .number {
    background: #9dd1f1;
    border-color: #9dd1f1;
    color: #002b32
}

.registro .steps .steps-container .step-item.active .text {
    color: #9dd1f1
}

.registro .steps .steps-container .step-item .number {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #002b32;
    font-size: 1rem;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    z-index: 10
}

.registro .steps .steps-container .step-item .text {
    font-weight: 700;
    font-size: .65rem;
    text-align: center
}

.registro .data {
    background: #20292f
}

.registro .data .data-container {
    padding: 20px 0 40px
}

.registro .data .data-container .data-title {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5
}

.registro .data .data-container .data-form .form-group .form-control {
    background-color: #06334d;
    font-size: .85rem;
    color: #fff
}

.registro .data .data-container .data-form .form-group .form-control:focus,
.registro .data .data-container .data-form .form-group .form-control:hover {
    box-shadow: 0 0 0 .2rem rgba(42, 255, 207, .3)
}

.registro .data .data-container .data-form .form-group .form-control::-webkit-input-placeholder {
    color: #9dd1f1;
    text-transform: none
}

.registro .data .data-container .data-form .form-group .form-control::-moz-placeholder {
    color: #9dd1f1;
    text-transform: none
}

.registro .data .data-container .data-form .form-group .form-control:-ms-input-placeholder {
    color: #9dd1f1;
    text-transform: none
}

.registro .data .data-container .data-form .form-group .form-control:-moz-placeholder {
    color: #9dd1f1;
    text-transform: none
}

.registro .data .data-container .data-form .form-group label {
    color: rgba(255, 255, 255, .75);
    font-size: .75rem;
    font-weight: 700
}

.registro .data .data-container .data-form .btn-primary {
    margin-top: 2rem
}

.registro .data .data-container .data-terms {
    background-color: #9dd1f1;
    border-radius: 15px;
    overflow-y: scroll;
    max-height: 45vh;
    padding: 20px 30px;
    margin-top: 25px
}

.registro .data .data-container .data-terms h3 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #4f4f4f
}

.registro .data .data-container .data-terms p {
    font-size: .85rem;
    color: #4f4f4f
}

.registro .data .data-container .data-terms::-webkit-scrollbar {
    width: 1em;
    background-color: #dbdbdb;
    border-radius: 0 20px 20px 0
}

.registro .data .data-container .data-terms::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.registro .data .data-container .data-terms::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    outline: 1px solid #708090;
    border-radius: 15px
}

.registro .data .data-container .data-check {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
    margin: 20px 0
}

.registro .data .data-container .data-check .form-check {
    font-size: .85rem;
    margin-bottom: 20px
}

.registro .data .data-container .data-check .form-check:first-child {
    margin-right: 20px
}

.registro .data .data-container .data-buttons {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 30px 0 10px 0
}

.registro .data .data-container .data-buttons .btn-outline {
    margin-bottom: 20px
}

.registro .data .data-container .data-thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.registro .data .data-container .data-thanks i {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 30px
}

.registro .data .data-container .data-thanks h2 {
    color: #fff;
    text-align: center;
    font-size: 1.55rem
}

.registro .data .data-container .data-thanks h2 span {
    font-size: 3.25rem;
    color: #9dd1f1;
    display: block;
    line-height: 1
}

.registro .data .data-container .data-thanks p {
    color: #fff;
    text-align: left;
    font-size: .7rem;
    margin: 25px auto 0;
    max-width: 250px
}

.registro .mis-datos .data-container .data-title {
    color: #9dd1f1;
    font-size: 2rem
}

.registro .mis-datos .data-container p {
    color: #fff
}

.modal-open .modal {
    padding-right: 0 !important;
    background-color: rgba(6, 51, 77, .8);
    z-index: 9999
}

.modal-content {
    background-color: #042539;
    border-radius: 25px
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0
}

.modal-header .close {
    text-shadow: none;
    color: #9dd1f1;
    font-size: 2rem
}

.modal-body .form {
    padding: 10px 5px 30px
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4 {
    color: #9dd1f1;
    text-align: center;
    margin-bottom: 20px
}

.modal-body p {
    color: #fff;
    text-align: center
}

.modal-footer {
    padding-top: 0;
    padding-bottom: 2rem;
    border: none
}

.modal-footer .btn {
    margin: auto;
    display: block
}

#loginModal .modal-content {
    max-width: 520px;
    margin: auto
}

#loginModal .modal-header {
    flex-direction: column;
    padding: 15px 15px 0;
    text-align: center
}

#loginModal .modal-header img {
    margin: 0 auto
}

#loginModal .modal-header .close {
    font-weight: 100;
    color: #9dd1f1 !important;
    opacity: 1 !important
}

#loginModal .modal-header .modal-title {
    color: #9dd1f1;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    max-width: 280px;
    margin: 1rem auto
}

#loginModal .modal-body .form {
    padding: 10px 5px 10px;
    width: 100%;
    text-align: center
}

#loginModal .modal-body .form .form-control {
    margin-bottom: 20px !important;
    font-size: 1em
}

#loginModal .modal-body .form a {
    font-size: 1rem
}

#loginModal .modal-body .form .btn {
    width: 100%
}

#changePasswordDialog .modal-content {
    background-color: #138bd1;
    border-radius: 20px;
    max-width: 480px;
    margin: auto
}

#changePasswordDialog .modal-header {
    flex-direction: column;
    padding: 15px 15px 0;
    text-align: center
}

#changePasswordDialog .modal-header img {
    margin: 0 auto
}

#changePasswordDialog .modal-header .close {
    font-weight: 100;
    color: #9dd1f1 !important;
    opacity: 1 !important
}

#changePasswordDialog .modal-header .modal-title {
    color: #9dd1f1;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    max-width: 280px;
    margin: 1rem auto
}

#changePasswordDialog .modal-body .form {
    padding: 10px 5px 10px;
    width: 100%;
    text-align: center
}

#changePasswordDialog .modal-body .form .form-control {
    font-size: 1em
}

#changePasswordDialog .modal-body .form label {
    color: #fff;
    display: block;
    text-align: left
}

#changePasswordDialog .modal-body .form a {
    font-size: 1rem
}

#changePasswordDialog .modal-body .form .btn {
    width: 100%;
    margin-top: 16px
}

.close {
    font-weight: 100;
    color: #9dd1f1
}

#preferences .modal-lg {
    max-width: 1134px
}

#preferences .modal-header {
    flex-direction: column;
    padding: 15px 15px 0;
    text-align: center
}

#preferences .modal-header .modal-title {
    color: #9dd1f1;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    max-width: 75%;
    margin: 12px auto
}

#preferences .modal-header .modal-title br {
    display: none
}

#preferences .modal-header p {
    color: #9dd1f1;
    font-size: 1rem;
    text-align: center;
    margin: auto;
    display: none
}

#preferences .modal-body {
    padding: 0 1rem
}

#preferences .modal-body .col-md-3 {
    padding: 0
}

#preferences .card-pref {
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px
}

#preferences .card-pref.home {
    background-image: url(../img/select-home.png)
}

#preferences .card-pref.deportivas {
    background-image: url(../img/select-deportivas.png)
}

#preferences .card-pref.casino {
    background-image: url(../img/select-casino.png)
}

#preferences .card-pref.casino-vivo {
    background-image: url(../img/select-casino-vivo.png)
}

#preferences .card-pref .icon {
    margin-bottom: 25px
}

#preferences .card-pref .title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: bold
}

#preferences .card-pref .text {
    font-size: .85rem;
    line-height: 1;
    font-weight: lighter
}

#preferences .card-pref .text span {
    font-weight: bold
}

#preferences .card-pref .btn {
    width: 125px;
    border-radius: 10px;
    padding: 9px 0;
    font-size: .55rem
}

#preferences .modal-footer {
    padding-bottom: 0
}

#preferences .modal-footer .btn {
    color: #9dd1f1;
    text-transform: none;
    font-size: .7rem;
    font-weight: bold;
    padding: 20px 0
}

#preferences .modal-footer .btn:hover {
    text-decoration: underline
}

#preferences .modal-footer .btn i {
    margin-left: 5px;
    font-size: 1.2rem;
    vertical-align: middle
}

#game-open {
    overflow: hidden
}

#game-open .modal-content {
    background: rgba(0, 0, 0, 0);
    border: none;
    flex-direction: row
}

#game-open .modal-lg {
    max-width: 100%;
    margin: 0
}

#game-open .modal-header {
    padding: 0;
    order: 2;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 0
}

#game-open .modal-header button {
    padding: 0 20px 10px
}

#game-open .modal-header button img {
    width: 25px
}

#game-open .modal-body {
    padding: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
    order: 1
}

#game-open .modal-body img {
    width: 100%
}

#game-open .error-container {
    background: #042539;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px
}

#game-open .box-error {
    margin: auto;
    padding: 20px
}

#game-open .box-error img {
    max-width: 190px
}

#game-open iframe#iframe-games {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

#game-open .loading-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #042539;
    position: absolute;
    top: 0;
    width: 100%
}

#register {
    z-index: 9999
}

#register .modal-lg {
    max-width: 600px
}

#register .modal-header {
    background-image: url(../img/register.jpg);
    background-size: cover;
    background-color: #138bd1;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    min-height: 200px
}

#register .modal-header .close {
    color: #9dd1f1 !important;
    font-weight: 100 !important;
    opacity: 1
}

#register .modal-header .modal-title {
    color: #fff;
    font-size: 2rem;
    text-align: center
}

#register .modal-header .modal-title br {
    display: none
}

#register .modal-header p {
    color: #9dd1f1;
    font-size: 1rem;
    text-align: center;
    margin: auto;
    display: none
}

#register .modal-body h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: left
}

#register .form-large {
    padding: 0;
    margin-top: 1rem
}

#register .form-large .form-group {
    margin-bottom: .5rem
}

#register .form-large label {
    font-size: .8rem
}

#register .modal-footer {
    padding: 1rem;
    justify-content: center;
    color: #fff
}

#terms {
    z-index: 9999
}

#terms .modal-lg {
    max-width: 600px
}

#terms .modal-header {
    background-color: #138bd1;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center
}

#terms .modal-header .close {
    color: #9dd1f1 !important;
    font-weight: 100 !important;
    opacity: 1
}

#terms .modal-header .modal-title {
    color: #9dd1f1;
    font-size: 1rem;
    text-align: center;
    margin-top: -28px
}

#terms .modal-header .modal-title br {
    display: none
}

#terms .modal-body {
    padding: 2rem
}

#terms .modal-body h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-align: center
}

#terms .modal-body p {
    color: #fff;
    font-weight: 300;
    font-size: .85rem;
    text-align: left;
    margin: auto
}

#terms .modal-footer {
    padding: 1rem;
    justify-content: center;
    color: #fff
}

.modal-header2 {
    padding: 0;
    order: 2;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 15px;
    max-width: 67px
}

.modal-header2 button {
    padding: 0 20px 10px
}

.modal-header2 button img {
    width: 25px
}

#ui-datepicker-div {
    display: none;
    background-color: #138bd1;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .1);
    margin-top: .25rem;
    border-radius: .5rem;
    padding: .5rem
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ui-datepicker-calendar thead th {
    padding: .25rem 0;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    color: #9dd1f1
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: .25rem;
    line-height: 2rem;
    transition: .3s all;
    color: #9dd1f1;
    font-size: .875rem;
    text-decoration: none
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #9dd1f1
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #9dd1f1 !important;
    color: #fff
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: .5rem;
    border-radius: .25rem;
    transition: .3s all
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: .5rem;
    background-position: 50%;
    transform: rotate(180deg)
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.ui-datepicker-header a>span {
    display: none
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: .25rem;
    color: #9dd1f1
}

.ui-datepicker-year {
    background-color: #138bd1;
    color: #9dd1f1;
    padding: 5px;
    margin-left: 5px;
    border: none
}

.ui-datepicker-week-col {
    color: #9dd1f1;
    font-size: .75rem;
    font-weight: 400
}

.sidebar-filters {
    background: #042539;
    transform: translateX(-100vw);
    position: fixed;
    transition: all .3s ease;
    margin-top: 140px;
    z-index: 26;
    padding-top: 20px;
    height: 100vh;
    top: 48px;
    overflow: hidden
}

.sidebar-filters.show {
    transform: translateX(0vw);
    transition: all .3s ease;
    z-index: 26;
    position: fixed;
    top: 48px
}

.sidebar-filters .wrapper-filters {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 300px
}

.sidebar-filters .wrapper-filters .btn.filters {
    text-align: center !important;
    font-weight: 600 !important;
    width: 49%;
    border: 2px solid;
    margin-bottom: 1rem
}

.sidebar-filters .wrapper-filters .btn.filters.close-filter {
    background: #06334d;
    border-color: #06334d;
    color: #000
}

.sidebar-filters .has-search {
    display: none
}

.sidebar-filters .filter-inline {
    margin-bottom: 18px;
    position: relative
}

.sidebar-filters .filter-inline .title {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 0
}

.sidebar-filters .filter-inline .form-check {
    max-width: 33%;
    margin: 0
}

.sidebar-filters .filter-group {
    border-radius: 10px;
    background-color: #06334d;
    margin-bottom: 18px;
    width: 100%
}

.sidebar-filters .filter-group .card-header {
    padding: 0;
    border: none
}

.sidebar-filters .filter-group .title-filter {
    color: #9dd1f1;
    font-size: .75em;
    text-transform: uppercase;
    background-color: #06334d;
    font-weight: 700;
    border-bottom: 1px solid #9dd1f1;
    width: 100%;
    text-align: left;
    padding: 16px 15px 14px;
    position: relative;
    border-radius: 10px 10px 0 0
}

.sidebar-filters .filter-group .title-filter:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 14px
}

.sidebar-filters .filter-group .title-filter.collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px
}

.sidebar-filters .filter-group .title-filter.collapsed:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 14px
}

.sidebar-filters .filter-group .card-body {
    padding: 25px
}

.sidebar-filters .filter-group .filter-slots {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    transition: all .3s ease;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer
}

.sidebar-filters .filter-group .filter-slots:hover,
.sidebar-filters .filter-group .filter-slots.active {
    opacity: 1;
    color: #9dd1f1
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot,
.sidebar-filters .filter-group .filter-slots.active .image-slot {
    border-color: #9dd1f1
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.slots-clasicos,
.sidebar-filters .filter-group .filter-slots.active .image-slot.slots-clasicos {
    background-image: url(../img/icons/slots-clasicos-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.slots-news,
.sidebar-filters .filter-group .filter-slots.active .image-slot.slots-news {
    background-image: url(../img/icons/slots-news-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.slots-3d,
.sidebar-filters .filter-group .filter-slots.active .image-slot.slots-3d {
    background-image: url(../img/icons/slots-3d-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.slots-jackspot,
.sidebar-filters .filter-group .filter-slots.active .image-slot.slots-jackspot {
    background-image: url(../img/icons/slots-jackspot-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.slots-video,
.sidebar-filters .filter-group .filter-slots.active .image-slot.slots-video {
    background-image: url(../img/icons/slots-video-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.best-games,
.sidebar-filters .filter-group .filter-slots.active .image-slot.best-games {
    background-image: url(../img/icons/best-games-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.ruleta,
.sidebar-filters .filter-group .filter-slots.active .image-slot.ruleta {
    background-image: url(../img/icons/ruleta-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.blackjack,
.sidebar-filters .filter-group .filter-slots.active .image-slot.blackjack {
    background-image: url(../img/icons/blackjack-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.poker,
.sidebar-filters .filter-group .filter-slots.active .image-slot.poker {
    background-image: url(../img/icons/poker-side-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.baccarat,
.sidebar-filters .filter-group .filter-slots.active .image-slot.baccarat {
    background-image: url(../img/icons/baccarat-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.concurso,
.sidebar-filters .filter-group .filter-slots.active .image-slot.concurso {
    background-image: url(../img/icons/concurso-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.otros,
.sidebar-filters .filter-group .filter-slots.active .image-slot.otros {
    background-image: url(../img/icons/otros-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-slot.bingo,
.sidebar-filters .filter-group .filter-slots.active .image-slot.bingo {
    background-image: url(../img/icons/bingo-active.svg)
}

.sidebar-filters .filter-group .filter-slots:hover .image-proveedor,
.sidebar-filters .filter-group .filter-slots.active .image-proveedor {
    border: 1px solid #9dd1f1
}

.sidebar-filters .filter-group .filter-slots:hover .image-proveedor img,
.sidebar-filters .filter-group .filter-slots.active .image-proveedor img {
    width: 100%
}

.sidebar-filters .filter-group .filter-slots .image-slot {
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.sidebar-filters .filter-group .filter-slots .image-slot.slots-clasicos {
    background-image: url(../img/icons/slots-clasicos.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.slots-news {
    background-image: url(../img/icons/slots-news.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.slots-3d {
    background-image: url(../img/icons/slots-3d.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.slots-jackspot {
    background-image: url(../img/icons/slots-jackspot.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.slots-video {
    background-image: url(../img/icons/slots-video.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.best-games {
    background-image: url(../img/icons/best-games.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.ruleta {
    background-image: url(../img/icons/ruleta.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.blackjack {
    background-image: url(../img/icons/blackjack.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.poker {
    background-image: url(../img/icons/poker-side.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.baccarat {
    background-image: url(../img/icons/baccarat.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.concurso {
    background-image: url(../img/icons/concurso.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.otros {
    background-image: url(../img/icons/otros.svg)
}

.sidebar-filters .filter-group .filter-slots .image-slot.bingo {
    background-image: url(../img/icons/bingo.svg)
}

.sidebar-filters .filter-group .filter-slots .title-slot {
    font-size: .75em;
    text-align: center;
    margin-top: 14px
}

.sidebar-filters .filter-group .filter-slots .image-proveedor {
    background-color: #042539;
    border-radius: 6px;
    border: 1px solid #042539;
    padding: 5px 10px
}

.sidebar-filters .filter-group .filter-slots .image-proveedor img {
    width: 100%
}

.sidebar-filters .container-buttons {
    margin-top: 22px
}

.sidebar-filters .container-buttons .select {
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    padding: 15px 15px 13px;
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
    border-radius: 7px;
    transition: all .3s ease;
    color: #9dd1f1;
    background-color: #06334d
}

.sidebar-filters .container-buttons .select.active,
.sidebar-filters .container-buttons .select:hover {
    background: #9dd1f1;
    color: #042539;
    border-color: #9dd1f1
}

.sidebar-filters .container-buttons .select.active .icon.all,
.sidebar-filters .container-buttons .select:hover .icon.all {
    background-image: url(../img/icons/all-games-active.svg)
}

.sidebar-filters .container-buttons .select.active .icon.recent,
.sidebar-filters .container-buttons .select:hover .icon.recent {
    background-image: url(../img/icons/recent-games-active.svg)
}

.sidebar-filters .container-buttons .select.active .icon.fav,
.sidebar-filters .container-buttons .select:hover .icon.fav {
    background-image: url(../img/icons/fav-games-active.svg)
}

.sidebar-filters .container-buttons .select:last-child {
    margin-bottom: 20px
}

.sidebar-filters .container-buttons .select.clear {
    color: #fff;
    border-color: #fff;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff
}

.sidebar-filters .container-buttons .select .title {
    display: flex
}

.sidebar-filters .container-buttons .select .icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 11px
}

.sidebar-filters .container-buttons .select .icon.all {
    background-image: url(../img/icons/all-games.svg)
}

.sidebar-filters .container-buttons .select .icon.recent {
    background-image: url(../img/icons/recent-games.svg)
}

.sidebar-filters .container-buttons .select .icon.fav {
    background-image: url(../img/icons/fav-games.svg)
}

.show-filter {
    border-radius: 10px;
    margin: 20px 0 10px
}

.close-filter {
    color: #9dd1f1;
    font-weight: 100 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    opacity: 1
}

.content-show-games {
    background: #042539;
    padding: 20px 0
}

.content-show-games .show-games {
    margin: 10px 0;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    text-transform: none;
    font-size: .75rem;
    text-transform: uppercase
}

.games-main {
    background: #042539;
    background: #042539
}

.casino-vivo .main,
.home .main {
    padding: 5px
}

.casino-vivo .games-container,
.home .games-container {
    margin-bottom: 0
}

.casino-vivo .games-container .form-order,
.home .games-container .form-order {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px
}

.casino-vivo .games-container .form-order .title,
.home .games-container .form-order .title {
    font-size: 1.3rem
}

.casino-vivo .games-category,
.home .games-category {
    display: flex;
    justify-content: space-between
}

.home .games-filter-container .search-game-container {
    display: none
}

.tabs-casino-vivo {
    background-color: #0b0d1a;
    margin: 0 -15px;
    padding-top: 20px
}

.tabs-casino-vivo .nav-tabs {
    border: none;
    justify-content: space-around
}

.tabs-casino-vivo .nav-tabs .nav-link {
    border-radius: 4px 4px 0 0;
    padding: 5px 8px;
    background-color: #042539;
    font-size: .75rem;
    min-width: 18%;
    width: auto;
    display: flex;
    justify-content: center
}

.tabs-casino-vivo .nav-tabs .nav-link .number {
    font-weight: bold;
    display: none
}

.tabs-casino-vivo .nav-tabs .nav-link.active {
    background-color: #138bd1;
    border: none;
    color: #9dd1f1
}

.tabs-casino-vivo .tab-content {
    background: #138bd1;
    padding: 30px 15px
}

.tabs-casino-vivo .card-casino-vivo {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    margin-bottom: 30px
}

.tabs-casino-vivo .card-casino-vivo .imagen {
    position: relative
}

.tabs-casino-vivo .card-casino-vivo .imagen img {
    width: 100%
}

.tabs-casino-vivo .card-casino-vivo .imagen .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px
}

.tabs-casino-vivo .card-casino-vivo .container-text {
    position: absolute;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px
}

.tabs-casino-vivo .card-casino-vivo .container-text .text {
    color: #9dd1f1
}

.tabs-casino-vivo .card-casino-vivo .container-text .text .title {
    font-size: 1.15rem;
    font-weight: 700
}

.tabs-casino-vivo .card-casino-vivo .container-text .text .data {
    font-size: .75rem;
    text-transform: uppercase
}

.tabs-casino-vivo .card-casino-vivo .container-text .btn {
    width: auto
}

.tabs-casino {
    background-color: #042539;
    margin: 0;
    padding-top: 20px
}

.tabs-casino .nav-tabs {
    border: none;
    justify-content: space-around
}

.tabs-casino .nav-tabs .nav-link {
    border-radius: 4px 4px 0 0;
    padding: 5px 8px;
    background-color: #042539;
    font-size: .75rem;
    min-width: 18%;
    width: auto;
    display: flex;
    justify-content: center
}

.tabs-casino .nav-tabs .nav-link .number {
    font-weight: bold;
    display: none
}

.tabs-casino .nav-tabs .nav-link.active {
    background-color: #138bd1;
    border: none;
    color: #9dd1f1
}

.tabs-casino .tab-content {
    background: #138bd1;
    padding: 30px 15px
}

.tabs-casino .card-casino-vivo {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    margin-bottom: 30px
}

.tabs-casino .card-casino-vivo .imagen {
    position: relative
}

.tabs-casino .card-casino-vivo .imagen img {
    width: 100%
}

.tabs-casino .card-casino-vivo .imagen .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px
}

.tabs-casino .card-casino-vivo .container-text {
    position: absolute;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px
}

.tabs-casino .card-casino-vivo .container-text .text {
    color: #9dd1f1
}

.tabs-casino .card-casino-vivo .container-text .text .title {
    font-size: 1.15rem;
    font-weight: 700
}

.tabs-casino .card-casino-vivo .container-text .text .data {
    font-size: .75rem;
    text-transform: uppercase
}

.tabs-casino .card-casino-vivo .container-text .btn {
    width: auto
}

.deportes {
    background: #000
}

.deportes .iframe {
    background: #042539;
    position: fixed;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0
}

.deportes .iframe iframe {
    height: 100%;
    width: 100%
}

.deportes-mobile {
    background: #d6d6d6
}

.deportes-mobile .iframe {
    background: #d6d6d6;
    position: fixed;
    top: 11px;
    bottom: 0;
    left: 0;
    right: 0
}

.deportes-mobile .iframe iframe {
    height: 100%;
    width: 100%
}

.deportes-mobile header .game-filters {
    display: none
}

.error {
    background: #042539
}

.error .error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 80px;
    overflow-y: auto;
    height: 100vh
}

.error .error-container .box-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin-top: 70px
}

.error .error-container .box-error img {
    margin-bottom: 40px;
    max-width: 150px
}

.error .error-container .box-error h3 {
    text-transform: uppercase;
    color: #66728f;
    font-weight: 700;
    font-size: 1.65rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-align: center
}

.error .error-container .box-error p {
    color: #9dd1f1;
    font-size: 1rem;
    margin-bottom: 18px;
    text-align: center
}

.error .error-container .box-error p br {
    display: none
}

.error .error-container .box-error .btn {
    padding: 6px 40px
}

.error .error-container .box-error .btn:hover {
    background: #9dd1f1;
    color: #042539;
    border-color: #9dd1f1
}

.panel-body h3 {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.panel-body h3 .btn {
    max-width: 45%;
    font-size: .65rem;
    padding: 12px 0;
    margin: 5px
}

.panel-body .btn-info {
    color: #fff;
    background-color: #138bd1;
    border-color: #138bd1;
    transition: all .3s ease
}

.panel-body .btn-info:hover {
    background-color: #9dd1f1;
    color: #138bd1;
    border-color: #9dd1f1
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #9dd1f1;
    color: #138bd1;
    border-color: #9dd1f1
}

.panel.panel-default.historial .awe-datepicker-field input[type=text].awe-display {
    background-color: #138bd1 !important;
    font-size: 1rem !important;
    color: #fff !important;
    border-color: #383c61 !important
}

.panel.panel-default.historial .form-inline {
    margin: 30px 0 !important;
    gap: 10px
}

.panel.panel-default.historial .form-inline .form-group {
    height: 44px
}

.panel.panel-default.historial .form-inline .form-group .awe-datepicker-field {
    height: 100%
}

.panel.panel-default.historial .form-inline .form-group .awe-datepicker-field .awe-btn {
    height: 100%;
    border-radius: 0 3px 3px 0
}

.panel.panel-default.historial .awe-btn.awe-dpbtn {
    background-color: #9dd1f1 !important;
    border-color: #383c61 !important;
    background-image: none !important
}

.panel.panel-default.historial .awe-tablc {
    background: #042539
}

.panel.panel-default.historial select#operationType {
    height: 100%;
    border-radius: 3px;
    background: #138bd1 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-color: #383c61 !important
}

.panel.panel-default.historial .awe-grid {
    border: 1px solid #000 !important;
    border-radius: 2px !important;
    background: #138bd1 !important;
    color: #9dd1f1 !important
}

.panel.panel-default.historial .awe-grid .awe-header table tbody tr:first-child {
    color: #9dd1f1 !important;
    background: #138bd1 !important
}

.panel.panel-default.historial .awe-grid .awe-header table tbody tr:first-child td {
    color: #9dd1f1 !important;
    background: #138bd1 !important;
    background-color: #138bd1 !important;
    background-image: linear-gradient(to bottom, #138bd1 0, #138bd1 100%) !important
}

.panel.panel-default.historial .awe-col {
    padding: .5em !important;
    color: #9dd1f1 !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    background: #138bd1 !important;
    text-shadow: none !important
}

.panel.panel-default.historial .awe-ltr .awe-hrow td,
.panel.panel-default.historial .awe-ltr .awe-row td,
.panel.panel-default.historial .awe-ltr .awe-gfoot td,
.panel.panel-default.historial .awe-ltr .awe-ghead td {
    border-right: 1px solid #000 !important
}

.panel.panel-default.historial .awe-mcontent {
    position: relative !important;
    color: #042539 !important
}

.panel.panel-default.historial .awe-grid .awe-footer .awe-btn {
    background: #9dd1f1 !important;
    border-color: #9dd1f1 !important;
    color: #138bd1 !important;
    text-shadow: none !important
}

.panel.panel-default.historial .oitem.focus {
    background-color: #9dd1f1 !important;
    color: #138bd1
}

.panel.panel-default.historial .oitem.selected.focus {
    background-color: #9dd1f1 !important;
    color: #138bd1 !important
}

.poker-container .banner-poker {
    margin: 0 -15px
}

.poker-container .banner-poker img {
    width: 100%
}

.poker-container .banner-poker img.desk {
    display: none
}

.poker-container .intro-text {
    color: #fff;
    padding: 20px 22px
}

.poker-container .intro-text h4 {
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 15px
}

.poker-container .intro-text h2 {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 20px
}

.poker-container .intro-text p {
    font-size: .75rem;
    margin-bottom: 28px
}

.registro-text {
    padding: 20px 22px
}

.registro-text p {
    color: #9dd1f1;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.registro-text p br {
    display: none
}

.registro-text p span {
    color: #9dd1f1;
    font-weight: normal
}

.registro-text p:first-child {
    margin-bottom: 50px
}

.registro-text p:first-child::after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #042539;
    content: "";
    bottom: -25px;
    left: 0;
    width: 65%
}

.registro-text .btn-download {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9dd1f1;
    color: #9dd1f1;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    padding: 8px 20px
}

.registro-text .btn-download .icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-block
}

.registro-text .btn-download .icon.pc {
    background-image: url(../img/icons/pc-icon.svg)
}

.registro-text .btn-download .icon.android {
    background-image: url(../img/icons/android.svg)
}

.registro-text .btn-download:hover {
    background-color: #9dd1f1 !important
}

.registro-text .btn-download:hover .icon.pc {
    background-image: url(../img/icons/pc-icon-azul.svg)
}

.registro-text .btn-download:hover .icon.android {
    background-image: url(../img/icons/android-azul.svg)
}

.experiencia-eko {
    background: #06334d;
    color: #fff;
    padding: 44px 20px 58px
}

.experiencia-eko h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 40px 0
}

.experiencia-eko .step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 20px 0
}

.experiencia-eko .step .picture {
    margin-right: 30px;
    margin-bottom: 15px
}

.experiencia-eko .step p {
    margin: 0;
    color: #fff
}

#registerPokerModal .modal-content {
    background-color: #138bd1
}

#registerPokerModal .modal-header {
    flex-direction: column;
    padding: 34px 28px 0 36px
}

#registerPokerModal .modal-header .modal-title {
    color: #9dd1f1;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
    margin-bottom: 25px
}

#registerPokerModal .modal-header p {
    color: #9dd1f1;
    font-size: 1.15rem
}

#registerPokerModal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 100
}

#registerPokerModal .modal-body {
    padding: 0 28px 36px 36px
}

#registerPokerModal .modal-body .form {
    width: 100%
}

#registerPokerModal .modal-body .form .form-group {
    margin-bottom: 40px
}

#registerPokerModal .modal-body .form label {
    color: #fff
}

#registerPokerModal .modal-body .form .form-control {
    padding: 23px 20px;
    background-color: #06334d;
    color: #9dd1f1;
    font-size: .85rem
}

#registerPokerModal .modal-body .form a {
    font-size: .85rem
}

#registerPokerModal .modal-body .form .btn {
    width: 100%
}

#downloadPoker .modal-content {
    background-color: #138bd1
}

#downloadPoker .modal-header {
    flex-direction: column;
    padding: 34px 28px 0 36px
}

#downloadPoker .modal-header .modal-title {
    color: #9dd1f1;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
    margin-bottom: 25px
}

#downloadPoker .modal-header p {
    color: #9dd1f1;
    font-size: 1.15rem
}

#downloadPoker .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 100;
    z-index: 999
}

#downloadPoker .modal-body {
    padding: 0 28px 36px 36px
}

#downloadPoker .modal-body p {
    text-align: left;
    font-size: 1.5rem
}

#downloadPoker .modal-body .registro-text p span {
    display: block;
    margin-top: 25px
}

#downloadPoker .modal-body .registro-text p:first-child::after {
    width: 100%
}

#downloadPoker .modal-body .registro-text p:nth-child(2) {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 30px
}

iframe#iframe-games .error .error-container {
    padding: 0
}

.cerrar-apuestas .container {
    margin: 30px auto;
    background-color: #138bd1;
    padding: 20px;
    border-radius: 20px;
    color: #fff
}

.cerrar-apuestas .container h2 {
    color: #9dd1f1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.75rem
}

.cerrar-apuestas .container h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 1.5rem
}

.combinadas .container {
    margin: 30px auto;
    background-color: #138bd1;
    padding: 20px;
    border-radius: 20px;
    color: #fff
}

.combinadas .container h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-size: 1.25rem
}

.combinadas .container h2 {
    color: #9dd1f1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.45rem
}

.combinadas .container h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 1.5rem
}

.combinadas .container .subtitle {
    font-size: 1.15rem
}

.combinadas .container img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.combinadas .container img.visible-desktop-tablet {
    display: none
}

.combinadas .container img.visible-mobile {
    display: block
}

.combinadas .container ul {
    list-style-position: inside
}

.combinadas .container ul li {
    padding: 10px 0;
    list-style-type: lower-latin
}

.combinadas .container .table {
    margin: 20px 0;
    color: #fff;
    border: 1px solid #fff;
    background: #042539
}

.combinadas .container .btn {
    margin: 20px auto;
    display: block;
    font-size: 1rem
}

.reglas-deportes .container-fluid {
    margin: 30px auto;
    padding: 20px;
    color: #fff;
    overflow: hidden
}

.reglas-deportes .container-fluid h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-size: 1.25rem;
    margin-bottom: 50px
}

.reglas-deportes .container-fluid h2 {
    color: #9dd1f1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.45rem;
    margin-top: 50px
}

.reglas-deportes .container-fluid h2:first-child {
    margin-top: 0
}

.reglas-deportes .container-fluid h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 1.5rem
}

.reglas-deportes .container-fluid .subtitle {
    font-size: 1.15rem
}

.reglas-deportes .container-fluid img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.reglas-deportes .container-fluid img.visible-desktop-tablet {
    display: none
}

.reglas-deportes .container-fluid img.visible-mobile {
    display: block
}

.reglas-deportes .container-fluid ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.reglas-deportes .container-fluid .table {
    margin: 20px 0;
    color: #fff;
    border: 1px solid #fff;
    background: #138bd1;
    text-align: center;
    display: block;
    overflow-x: auto
}

.reglas-deportes .container-fluid .btn {
    margin: 20px auto;
    display: block;
    font-size: 1rem
}

.reglas-deportes .container-fluid p strong {
    color: #fff
}

.reglas-deportes .container-fluid p a {
    text-decoration: underline;
    color: #9dd1f1
}

.reglas-deportes .container-fluid .indice-container ul {
    list-style: none;
    padding: 0;
    background: #138bd1;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.reglas-deportes .container-fluid .indice-container ul li {
    background: #9dd1f1;
    margin: 15px 15px 15px 0;
    color: #138bd1;
    border-radius: 6px;
    transition: all .3s;
    flex: 0 0 auto;
    margin: 15px
}

.reglas-deportes .container-fluid .indice-container ul li a {
    color: #138bd1;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

#banners {
    margin: 5rem auto
}

.no-grow {
    flex-grow: 0 !important
}

.home-banners {
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: flex
}

.home-banners>div>div {
    display: flex;
    padding: 1rem;
    border-radius: .5rem;
    height: 15rem
}

.sports {
    background-image: url(../img/banner-sports.jpg);
    background-size: cover;
    order: 1
}

.live-sports {
    background-image: url(../img/banner-livesports-big.jpg);
    background-size: cover;
    background-position: right center;
    order: 3;
    flex-direction: column
}

.live-sports .card-btn {
    font-size: 1rem;
    color: #9dd1f1
}

.live-sports .card-btn:hover {
    color: #06334d
}

.virtuals {
    background-image: url(../img/banner-virtuals.jpg);
    background-size: cover;
    order: 2
}

.slots-games {
    background-image: url(../img/banner-slotsgames.jpg);
    background-size: cover;
    order: 4
}

.live-casino {
    background-image: url(../img/banner-livecasino.jpg);
    background-size: cover;
    order: 5
}

.home-banners-small {
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}

.home-banners-small .btn {
    float: right;
    font-size: 1rem
}

.home-banners-small .card-btn {
    font-size: 1rem;
    color: #9dd1f1
}

.home-banners-small .card-btn:hover {
    color: #06334d
}

.home-banners-small .bonus {
    background-image: url(../img/banner-bonus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1rem;
    border-radius: .5rem
}

.home-banners-small .bonus .btn {
    font-size: 1rem;
    padding: .25rem 1rem
}

.home-banners-small .bonus>div {
    display: inline-flex
}

.home-banners-small .live-sports-small {
    background-image: url(../img/banner-livesports.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    flex-direction: column;
    padding: 2rem 1rem;
    border-radius: .5rem
}

.home-banners-small .bitcoin img {
    width: 100%;
    border-radius: .5rem
}

#news {
    margin: 5rem auto;
    color: #fff
}

#news .section-title {
    color: #06334d;
    font-weight: 600
}

#news .card {
    background: #138bd1
}

#news .card .card-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff
}

#news .card .card-text {
    font-size: .9rem;
    color: #fff
}

#news .card .card-btn {
    text-transform: uppercase;
    color: #9dd1f1;
    font-weight: 600;
    font-size: .8rem
}

#news .card .card-btn:hover {
    color: #06334d
}

#news .owl-theme .owl-nav {
    display: none
}

#news .owl-dot span {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9dd1f1
}

#news .owl-theme .owl-dots .owl-dot.active span,
#news .owl-theme .owl-dots .owl-dot:hover span {
    background: #9dd1f1;
    border: 1px solid #9dd1f1
}

.topbar {
    display: none !important;
    background-color: #138bd1;
    color: #fff;
    font-size: .8rem;
    padding: .5rem
}

.topbar a {
    color: #fff
}

.topbar a:hover {
    color: #9dd1f1
}

.topbar .top-middle {
    margin: 0 2rem
}

.topbar .social-icon {
    height: 1rem;
    width: auto;
    margin-top: -0.2rem
}

.color-accent {
    color: #9dd1f1
}

.color-white {
    color: #fff
}

#FormSignup {
    background: #042539
}

#poker-modal .modal-content {
    background-color: #042539;
    max-width: 600px;
    margin: 0 auto
}

#poker-modal .modal-header {
    flex-direction: column;
    padding: 34px 28px 0 36px
}

#poker-modal .modal-header p {
    color: #9dd1f1;
    font-size: 1.15rem
}

#poker-modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 600;
    z-index: 999;
    color: #9dd1f1
}

#poker-modal .modal-body {
    padding: 1rem;
    max-width: 80%;
    margin: 0 auto
}

#poker-modal .modal-body h1 {
    color: rgba(255, 255, 255, .7);
    font-size: 3rem;
    font-weight: 700;
    text-transform: none
}

#poker-modal .modal-body h4 {
    color: rgba(255, 255, 255, .7);
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: none
}

#poker-modal .modal-body .btn {
    font-size: 1rem;
    letter-spacing: 1px
}

#poker-modal .modal-body .btn i {
    font-size: 125%;
    margin-right: 10px
}

#poker-modal .modal-body .poker-app-download {
    margin: 2rem auto;
    border-top: solid 1px rgba(255, 255, 255, .75);
    padding: 2rem 1rem
}

* {
    box-sizing: border-box
}

.widget-matchs {
    position: relative;
    width: 100%
}

.widget-matchs iframe {
    border: 0;
    width: 100%;
    height: 287px;
    background: #042335
}

.widget-matchs #matchesBlock {
    color: #9dd1f1
}

.widget-matchs #matchesBlock .dkJSBQ {
    border: 2px solid rgba(255, 255, 255, .15);
    overflow: hidden
}

.widget-matchs #matchesBlock .dWEwSk {
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px
}

.widget-matchs #matchesBlock .jHazhH {
    align-items: center;
    gap: 8px
}

.widget-matchs #matchesBlock .jHazhH .gkkzTB {
    background: #138bd1;
    border-radius: 8px
}

.widget-matchs #matchesBlock .RUaAe {
    background: rgba(255, 255, 255, .15)
}

.widget-matchs #matchesBlock .ejReNl {
    max-width: 100%;
    box-sizing: border-box
}

.widget-matchs #matchesBlock .ejReNl::before {
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), 80%, transparent)
}

.widget-matchs #matchesBlock .BwFkF::before {
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), 80%, transparent)
}

.widget-matchs #matchesBlock .bicGzY ul {
    padding-bottom: 0
}

.widget-matchs #matchesBlock .bicGzY ul li[data-active=true]::before {
    height: 2px;
    background-image: linear-gradient(90deg, transparent, #9dd1f1, transparent)
}

.widget-matchs #matchesBlock .bHdaic {
    padding: 8px
}

.widget-matchs #matchesBlock .bHdaic .bmukYG.tm_match_odd-3 {
    background: rgba(0, 0, 0, .3)
}

.widget-matchs #matchesBlock .bHdaic .bmukYG:hover,
.widget-matchs #matchesBlock .bHdaic .bmukYG.selected {
    background: #9dd1f1;
    color: #06334d
}

.widget-matchs #matchesBlock .bHdaic .bmukYG>span:last-child {
    transition: none
}

.widget-matchs #matchesBlock .swiper-container {
    background: #138bd1;
    padding: 8px;
    border-radius: 8px
}

.widget-matchs #matchesBlock .hKMyYS {
    margin-bottom: 0
}

.widget-matchs #matchesBlock .tm_header_sports_item.tm_header_sports_item-active {
    background-color: #9dd1f1;
    color: #06334d;
    border-color: #9dd1f1;
    font-weight: 600
}

.widget-matchs #matchesBlock .iJuNym {
    background: rgba(255, 255, 255, .15)
}

.widget-matchs #matchesBlock .uFkGB>button {
    background: rgba(255, 255, 255, .15)
}

.widget-matchs #matchesBlock .czrHSx {
    color: #d5d5d5;
    border: 1px solid rgba(255, 255, 255, .15)
}

@media screen and (min-width: 768px) {
    .widget-matchs #matchesBlock {
        margin-bottom: 15px
    }
    .widget-matchs #matchesBlock footer {
        background: rgba(255, 255, 255, .15)
    }
}

@media screen and (max-width: 767px) {
    .widget-matchs #matchesBlock {
        margin-bottom: 10px
    }
    .widget-matchs #matchesBlock .hKMyYS {
        margin: 8px 0
    }
    .widget-matchs #matchesBlock .jHazhH {
        gap: 0;
        background: #138bd1;
        border-radius: 8px
    }
    .widget-matchs #matchesBlock footer {
        background: rgba(255, 255, 255, .15)
    }
}

@media screen and (max-width: 1024px) {
    .widget-matchs iframe {
        height: 295px
    }
}

#topMatchesList {
    background: #06334d !important
}

#topMatchesList .selectorWrapper {
    background-color: rgba(255, 255, 255, .15) !important
}

#topMatchesList .tm__content--wrap {
    align-items: center
}

#topMatchesList .tm_content_mobile-shirts {
    display: none !important
}

#topMatchesList .tm__content__title--font,
#topMatchesList .tm__footer__score--font {
    color: #9dd1f1
}

#topMatchesList .tm__content__title--font {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

#topMatchesList .tm__content__info--space-between {
    justify-content: center
}

#topMatchesList .tm__content__info--space-between .tm__content__date--font,
#topMatchesList .tm__content__info--space-between .tm__content__time--font {
    color: #fff !important
}

#topMatchesList .tm__content__info--space-between .tm__content__date--font {
    margin-bottom: 5px
}

#topMatchesList .tm__content__info--space-between .tm--flex {
    display: none
}

#topMatchesList .tm__content__item--bg {
    background-color: #06334d
}

#topMatchesList .tm__content__items {
    border-right: 1px solid rgba(255, 255, 255, .15);
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    gap: 10px
}

#topMatchesList .tg--standart-tab .tab_selector:not(:first-child) {
    display: flex !important
}

#topMatchesList .tab_selector {
    background-color: rgba(255, 255, 255, .15) !important;
    cursor: pointer
}

#topMatchesList .tab_selector i,
#topMatchesList .tab_selector span {
    font-weight: 700;
    color: #9dd1f1 !important
}

#topMatchesList .tab_selector:not(.tab_selector_active) span {
    display: none
}

#topMatchesList .tab_selector.tab_selector_active {
    background-color: #9dd1f1 !important
}

#topMatchesList .tab_selector.tab_selector_active i,
#topMatchesList .tab_selector.tab_selector_active span {
    color: #06334d !important
}

#topMatchesList .tm__content__img--bg {
    background-color: rgba(255, 255, 255, .15);
    border-color: rgba(0, 0, 0, 0)
}

#topMatchesList .tm__footer__item--bg {
    background-color: #9dd1f1 !important;
    color: #06334d !important;
    border: 1px solid #9dd1f1 !important;
    border-radius: 8px;
    cursor: pointer
}

#topMatchesList .tm__footer__item--bg .tm__footer__title--font,
#topMatchesList .tm__footer__item--bg .tm__footer__score--font {
    color: #06334d !important
}

#topMatchesList .tm__footer__item--bg .tm__footer__item--pad {
    gap: 5px;
    padding: 8px;
    height: auto;
    align-items: center
}

#topMatchesList .tm__footer__item--bg:hover {
    background-color: #138bd1 !important;
    color: #fff !important;
    border: 1px solid #06334d !important
}

#topMatchesList .tm__footer__item--bg:hover .tm__footer__title--font,
#topMatchesList .tm__footer__item--bg:hover .tm__footer__score--font {
    color: #fff !important
}

#topMatchesList .tm__content_link:hover,
#topMatchesList .tm__content_link:focus {
    opacity: 1 !important
}

#topMatchesList .tm__content__items {
    padding: 10px
}

#topMatchesList .tm__content__items--pad {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

#topMatchesList .tm__content__info {
    width: 70px !important
}

#topMatchesList .tm__content__item--bg {
    background-color: rgba(255, 255, 255, .15) !important;
    border-radius: 8px;
    margin: 0
}

#topMatchesList .tm__footer {
    padding: 10px;
    gap: 10px
}

#topMatchesList .tm__content__team--font {
    color: #9dd1f1 !important;
    text-align: center
}

@media screen and (max-width: 1024px) {
    #topMatchesList .tm__content__img--bg,
    #topMatchesList .tm__content__title--pad {
        display: flex !important;
        justify-content: center !important
    }
    #topMatchesList .tm__content__item--bg {
        margin-bottom: 5px
    }
    #topMatchesList .tm--padding-hor {
        padding: 0 8px !important;
        flex: 1
    }
    #topMatchesList .tm__content--wrap {
        flex-direction: column !important
    }
    #topMatchesList .tm__content__team--font {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center
    }
}

@keyframes rightToLeft {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0)
    }
}

@media(min-width: 768px) {
    .btn {
        width: auto
    }
    header {
        position: relative
    }
    .main-nav {
        background: #042539;
        padding: 0 10px;
        height: 50px
    }
    .main-nav .container-fluid {
        height: 100%
    }
    .navbar-brand img {
        max-width: 170px;
        max-height: 45px
    }
    .user-nav .container {
        justify-content: space-between;
        display: flex;
        align-items: center
    }
    .user-nav .pass-container {
        position: relative;
        width: auto
    }
    .user-nav .pass {
        font-size: .65rem;
        text-decoration: none;
        display: inline-block;
        position: absolute;
        bottom: -20px;
        resize: 11px;
        left: 0px
    }
    .user-nav .pass:hover {
        color: #fff;
        opacity: .8
    }
    .user-nav .form-inline {
        display: flex
    }
    .user-nav .btn {
        padding: 5.5px 20px;
        font-size: .75rem;
        border-radius: 6px
    }
    .user-nav .btn-primary {
        position: relative
    }
    .user-nav-login {
        justify-content: flex-end;
        margin: 0
    }
    .user-nav-login .data-user-games {
        color: #fff;
        font-size: .7rem;
        text-transform: uppercase;
        margin-right: 5px;
        position: relative;
        padding: 0 15px;
        margin-top: 0;
        margin-bottom: 0;
        max-width: initial
    }
    .user-nav-login .data-user-games:first-child:after {
        content: "";
        position: absolute;
        height: 60%;
        width: 1px;
        right: -2.5px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%)
    }
    .user-nav-login .data-user-games .number {
        font-weight: 900;
        margin-left: 5px
    }
    .user-nav-login .btn-primary {
        margin: 0 20px;
        padding: 4px 20px;
        font-size: .7rem;
        border-radius: 6px
    }
    .user-nav-login .user-info {
        margin-top: 0;
        margin-left: 20px
    }
    .user-nav-login .user-info .avatar {
        width: 32px;
        height: 32px;
        text-align: center;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }
    .user-nav-login .user-info .avatar img {
        object-fit: cover;
        height: 100%
    }
    .user-nav-login .user-info .avatar i {
        font-size: 1.8rem
    }
    .user-nav-login .user-info .btn-user {
        color: #fff;
        background-color: #042539;
        padding: 6px 20px;
        font-size: .75rem;
        border-radius: 7px;
        border: 1px solid #fff;
        flex-direction: inherit;
        align-items: center
    }
    .user-nav-login .user-info .btn-user i {
        color: #fff;
        margin-left: 5px;
        float: none
    }
    .user-nav-login .user-info .dropdown-menu {
        left: auto;
        right: 0;
        color: #fff;
        background-color: #042539;
        margin: 0;
        border: none;
        border-radius: 10px;
        position: absolute;
        top: 20px
    }
    .user-nav-login .user-info .dropdown-menu .dropdown-item {
        color: #fff;
        font-size: .75rem;
        font-weight: 500
    }
    .user-nav-login .user-info .dropdown-menu .dropdown-item:hover {
        background: #138bd1
    }
    .game-filters {
        padding: 0rem 10px;
        overflow: initial
    }
    .game-filters.login .navbar-nav {
        height: auto
    }
    .game-filters .navbar-nav {
        justify-content: center;
        height: auto;
        margin-right: 25px
    }
    .game-filters .nav-item {
        justify-content: center;
        flex: auto
    }
    .game-filters .nav-item:first-child {
        margin-left: 0
    }
    .game-filters .nav-item:hover {
        background: #138bd1
    }
    .game-filters #currentpage .nav-link {
        color: #9dd1f1;
        background: #138bd1;
        border-bottom: 3px solid #9dd1f1
    }
    .game-filters .nav-link {
        padding: 1rem;
        font-size: .75rem;
        font-weight: bold;
        width: 100%;
        text-align: center;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        min-height: 69px
    }
    .game-filters .nav-link img {
        vertical-align: middle;
        display: inline-flex;
        min-height: 22px;
        max-height: 22px;
        width: 32px;
        margin: 0 auto 10px;
        margin-right: 10px
    }
    .game-filters .nav-link.live {
        color: #9dd1f1;
        font-weight: 900
    }
    .game-filters .nav-link:hover {
        color: #9dd1f1;
        background: rgba(0, 0, 0, 0);
        border-bottom: 3px solid #9dd1f1
    }
    .game-filters .search {
        padding-right: .75rem;
        padding-left: .75rem
    }
    .game-filters .has-search {
        padding-right: 0rem;
        padding-left: 0rem;
        display: block
    }
    .game-filters .dropdown.show .dropdown-toggle {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .game-filters .dropdown .dropdown-menu {
        text-align: left;
        display: none
    }
    .game-filters .dropdown .dropdown-menu.show {
        height: auto;
        display: block
    }
    footer {
        background: #138bd1;
        color: #fff;
        padding: 80px 40px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .75)
    }
    footer a {
        color: #fff
    }
    footer .legal {
        text-align: left
    }
    footer .legal img {
        max-width: 270px;
        margin-bottom: 55px
    }
    footer .legal .copyright {
        font-size: .85rem;
        margin: 2rem 0;
        max-width: 36%
    }
    footer .footer-links {
        padding: 0 15px
    }
    footer .footer-links:nth-child(2):after,
    footer .footer-links:nth-child(2):before {
        content: none
    }
    footer .footer-links ul {
        display: block
    }
    footer .footer-links ul li {
        margin-bottom: 20px
    }
    footer .footer-links ul li a {
        font-size: .75rem;
        color: #fff
    }
    footer .footer-links h4 {
        font-size: 1.15rem;
        font-weight: 900;
        margin-bottom: 35px;
        text-align: left
    }
    footer .social-media {
        max-width: 100%;
        margin: initial
    }
    footer .social-media ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start
    }
    footer .social-media ul li i {
        font-size: 1.1rem;
        font-weight: 400
    }
    footer .social-media ul a {
        margin-right: 30px
    }
    footer .social-media ul a:hover {
        opacity: .5
    }
    .main {
        padding: 0px 0 35px
    }
    .banner {
        margin-bottom: 20px;
        display: block
    }
    .banner .banner-img {
        width: 100%
    }
    .banner-mobile {
        margin-bottom: 20px;
        display: none
    }
    .banner-mobile .banner-img {
        width: 100%
    }
    .search-games {
        display: none
    }
    .games-container .all-games {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .games-container .all-games .game {
        margin: 15px 0 0 0
    }
    .games-container .games-grid {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start
    }
    @supports(display: grid) {
        .games-container .games-grid {
            margin: 0 auto;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            grid-gap: 10px;
            padding: 10px 0;
            grid-auto-rows: minmax(180px, auto);
            grid-auto-flow: dense;
            max-width: 100%
        }
    }
    .games-container .game {
        display: inline-block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: all .3s ease;
        float: left;
        max-width: unset;
        flex-basis: 180px;
        margin: 0 5px 10px 5px
    }
    .games-container .game .container-info-fav {
        padding: 14px 12px 16px
    }
    .games-container .game:hover {
        transform: scale(1.05);
        z-index: 5
    }
    .games-container .game .picture .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: background .5s ease
    }
    .games-container .game .picture .button {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        opacity: 0;
        top: 35%;
        transition: opacity .35s ease;
        visibility: visible
    }
    .games-container .game .picture .button a {
        text-align: center;
        z-index: 1
    }
    .games-container .game .picture img {
        max-height: 145px
    }
    .games-container .game .picture:hover .button {
        opacity: 1
    }
    .games-container .game.featured {
        position: relative;
        max-width: unset;
        grid-column-end: span 2;
        grid-row-end: span 2;
        z-index: 10;
        flex-basis: 360px;
        min-height: 460px
    }
    .games-container .game.featured .container-info-fav {
        padding: 21px 22px
    }
    .games-container .game.featured .picture img {
        min-height: 480px
    }
    .games-container .game .btn-mobile {
        display: none
    }
    .promociones {
        padding: 80px 0
    }
    .promociones h3 {
        color: #9dd1f1;
        margin-bottom: 40px
    }
    .promociones .promo-tabs {
        display: block
    }
    .promociones .promo-tabs .nav-item {
        border-bottom: 2px solid #545454;
        width: 100%;
        margin: 0;
        background: rgba(0, 0, 0, 0)
    }
    .promociones .promo-tabs .nav-item:first-child {
        border-radius: 10px 10px 0 0;
        margin: 0
    }
    .promociones .promo-tabs .nav-item:last-child {
        border: none;
        border-radius: 0 0 10px 10px;
        margin: 0
    }
    .promociones .promo-tabs .nav-link {
        color: #545454;
        text-transform: uppercase;
        font-size: .8rem;
        text-decoration: none;
        font-weight: 900;
        padding: 14px 20px;
        display: block;
        position: relative;
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .promociones .promo-tabs .nav-link.active,
    .promociones .promo-tabs .nav-link:hover {
        background-color: #9dd1f1;
        color: #6d6d6d
    }
    .promociones .promo-tabs .nav-link:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 20px
    }
    .promociones .promo-content {
        padding: 0;
        color: #545454;
        margin-top: 0
    }
    .promociones .promo-content .tab-pane {
        background-color: #138bd1;
        border-radius: 10px;
        padding: 40px 40px 40px 55px
    }
    .promociones .promo-content .tab-pane.promos {
        background-color: rgba(0, 0, 0, 0);
        padding: 0
    }
    .promociones .promo-content .tab-pane.promos .item-promo {
        border-radius: 10px;
        max-width: 340px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        margin: 0 20px 20px 0
    }
    .promociones .promo-content h4 {
        font-weight: 900;
        font-size: 1.2rem;
        margin-bottom: 1rem
    }
    .promociones .promo-content p {
        font-size: .85rem
    }
    .slots-pagination ul.pagination {
        justify-content: center !important
    }
    .games-main {
        padding: 0
    }
    .registro {
        background-image: url(../img/bg-registro.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-color: #090e14;
        padding: 50px 0 60px
    }
    .registro .steps {
        background: #002b32;
        padding: 0;
        border-radius: 20px 0 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-box-shadow: 7px 2px 7px 0px #181d20;
        -moz-box-shadow: 7px 2px 7px 0px #181d20;
        box-shadow: 7px 2px 7px 0px #181d20;
        z-index: 10
    }
    .registro .steps .steps-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50vh;
        padding: 40px;
        position: relative
    }
    .registro .steps .steps-container:after {
        content: "";
        width: 2px;
        height: 50%;
        left: 59px;
        top: auto;
        background: #061f2f;
        position: absolute;
        z-index: 8
    }
    .registro .steps .steps-container .step-item {
        display: flex;
        flex-direction: row;
        color: #fff;
        flex-grow: 1;
        align-items: center
    }
    .registro .steps .steps-container .step-item.active .number {
        background: #9dd1f1;
        border-color: #9dd1f1;
        color: #002b32
    }
    .registro .steps .steps-container .step-item.active .text {
        color: #9dd1f1
    }
    .registro .steps .steps-container .step-item .number {
        width: 40px;
        height: 40px;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 100%;
        background: #002b32;
        font-size: 1.2rem;
        text-align: center;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        margin-bottom: 0;
        z-index: 10
    }
    .registro .steps .steps-container .step-item .text {
        font-weight: 700;
        font-size: 1rem;
        text-align: left
    }
    .registro .data {
        background: #20292f;
        padding: 0;
        border-radius: 0 20px 20px 0;
        -webkit-box-shadow: 4px 0px 16px 0px #0e1113;
        -moz-box-shadow: 4px 0px 16px 0px #0e1113;
        box-shadow: 4px 0px 16px 0px #0e1113;
        min-height: 660px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .registro .data .data-container {
        padding: 50px 80px;
        width: 100%
    }
    .registro .data .data-container .data-title {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.5
    }
    .registro .data .data-container .data-form .btn-primary {
        margin-top: 2rem
    }
    .registro .data .data-container .data-terms {
        max-height: 35vh;
        margin-top: 45px
    }
    .registro .data .data-container .data-check {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        color: #fff;
        margin: 10px 0
    }
    .registro .data .data-container .data-check .form-check {
        font-size: .65rem;
        margin-bottom: 0
    }
    .registro .data .data-container .data-check .form-check .form-check-label {
        margin-top: 4px
    }
    .registro .data .data-container .data-buttons {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        margin: 30px 0 10px 0
    }
    .registro .data .data-container .data-buttons .btn-outline {
        margin-right: 20px;
        margin-bottom: 0
    }
    .registro .data .data-container .data-buttons .btn-outline:hover {
        background-color: #fff;
        color: #20292f
    }
    .registro .data .data-container .data-thanks {
        height: 40vh
    }
    .registro .data .data-container .data-thanks h2 {
        font-size: 1.9rem
    }
    .registro .data .data-container .data-thanks h2 span {
        font-size: 4rem
    }
    .registro .data .data-container .data-thanks p {
        max-width: 300px;
        font-size: .85rem
    }
    .registro .mis-datos {
        border-radius: 20px
    }
    .registro .mis-datos .data-container .data-title {
        color: #9dd1f1;
        font-size: 2rem;
        margin-top: 0
    }
    .sidebar-filters {
        position: relative;
        margin: 0;
        transform: translateX(0vw);
        overflow: visible;
        padding-top: 0;
        position: static;
        height: auto
    }
    .sidebar-filters .container-buttons .btn.clear {
        width: 100%
    }
    .sidebar-filters .wrapper-filters {
        overflow-y: visible;
        height: auto;
        padding-bottom: 0
    }
    .sidebar-filters .has-search {
        display: block
    }
    .sidebar-filters .filter-inline {
        display: none
    }
    .sidebar-filters .filter-inline .title {
        text-align: center;
        padding: 12px 0
    }
    .sidebar-filters .filter-group .title-filter {
        text-align: left;
        padding: 12px 15px
    }
    .show-filter {
        display: none
    }
    .close-filter {
        display: none
    }
    #preferences .modal-header {
        flex-direction: column;
        padding: 62px 77px 0 79px;
        text-align: left;
        align-items: center
    }
    #preferences .modal-header .modal-title {
        font-size: 1.5rem
    }
    #preferences .modal-header .modal-title br {
        display: block
    }
    #preferences .modal-header p {
        font-size: 1rem;
        display: block
    }
    #preferences .card-pref {
        min-height: 374px
    }
    #preferences .card-pref .btn {
        width: 200px;
        margin-bottom: 40px;
        font-size: .75rem
    }
    #preferences .modal-body {
        padding: 1rem
    }
    #preferences .modal-footer {
        padding-bottom: 2rem
    }
    #preferences .modal-footer .btn {
        text-transform: none;
        font-size: 1rem;
        font-weight: bold;
        padding: 12px 40px
    }
    #preferences .modal-footer .btn:hover {
        text-decoration: underline
    }
    .version-container {
        padding: 10px 0
    }
    .version-container #versionModal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #138bd1;
        border: 1px solid #138bd1;
        margin-bottom: 0;
        color: #9dd1f1
    }
    .version-container #versionModal .actions {
        display: flex;
        grid-gap: 10px
    }
    #register .modal-lg {
        max-width: 600px
    }
    #register .modal-header {
        background-image: none;
        min-height: 40px
    }
    #register .modal-title {
        margin-top: -30px;
        font-size: 1.5rem !important;
        color: #9dd1f1 !important
    }
    #register .modal-body h3 {
        text-align: center;
        font-size: 2rem
    }
    #register .form-group {
        margin-bottom: 1rem;
        max-width: 320px;
        margin: 0 auto
    }
    .tabs-casino-vivo {
        margin: 0 -15px;
        padding-top: 8px
    }
    .tabs-casino-vivo .nav-tabs {
        justify-content: flex-start
    }
    .tabs-casino-vivo .nav-tabs .nav-link {
        border-radius: 4px 4px 0 0;
        margin-right: 5px;
        padding: 12px 15px;
        font-size: .85rem;
        min-width: 183px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        font-weight: 700;
        color: #a3c4cd;
        align-items: center
    }
    .tabs-casino-vivo .nav-tabs .nav-link .number {
        display: flex;
        border: 1px solid #a3c4cd;
        padding: 1px 5px;
        border-radius: 20px;
        font-size: .75rem;
        align-items: center
    }
    .tabs-casino-vivo .nav-tabs .nav-link:first-child {
        margin-left: 54px
    }
    .tabs-casino-vivo .nav-tabs .nav-link.active,
    .tabs-casino-vivo .nav-tabs .nav-link:hover {
        color: #9dd1f1;
        border: none
    }
    .tabs-casino-vivo .nav-tabs .nav-link.active .number,
    .tabs-casino-vivo .nav-tabs .nav-link:hover .number {
        color: #138bd1;
        border-color: #9dd1f1;
        background-color: #9dd1f1
    }
    .tabs-casino-vivo .tab-content {
        padding: 30px 62px
    }
    .tabs-casino-vivo .games-category {
        padding-top: 0;
        padding-bottom: 20px
    }
    .tabs-casino-vivo .grid-sizer {
        width: 14.285%
    }
    .tabs-casino-vivo .card-casino-vivo {
        padding: 10px;
        width: 14.285%;
        float: left
    }
    .tabs-casino-vivo .card-casino-vivo:hover {
        transform: scale(1.05);
        z-index: 5
    }
    .casino .games-container {
        margin: 0
    }
    .casino .games-grid {
        background: #042539;
        grid-auto-rows: auto;
        grid-auto-flow: dense;
        overflow: hidden
    }
    .casino .games-grid .grid-sizer.featured,
    .casino .games-grid .game.featured {
        flex-basis: auto;
        min-height: auto
    }
    .casino .games-grid .grid-sizer.featured .picture img,
    .casino .games-grid .game.featured .picture img {
        min-height: auto;
        max-height: fit-content
    }
    .casino .version-container {
        padding: 10px 0;
        padding-right: 10px
    }
    .tabs-casino {
        margin: 0;
        padding-top: 8px
    }
    .tabs-casino .nav-tabs {
        justify-content: flex-start
    }
    .tabs-casino .nav-tabs .nav-link {
        border-radius: 4px 4px 0 0;
        margin-right: 5px;
        padding: 12px 15px;
        font-size: .85rem;
        min-width: 183px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        font-weight: 700;
        color: #a3c4cd;
        align-items: center
    }
    .tabs-casino .nav-tabs .nav-link .number {
        display: flex;
        border: 1px solid #a3c4cd;
        padding: 1px 5px;
        border-radius: 20px;
        font-size: .75rem;
        align-items: center
    }
    .tabs-casino .nav-tabs .nav-link:first-child {
        margin-left: 54px
    }
    .tabs-casino .nav-tabs .nav-link.active,
    .tabs-casino .nav-tabs .nav-link:hover {
        color: #9dd1f1;
        border: none
    }
    .tabs-casino .nav-tabs .nav-link.active .number,
    .tabs-casino .nav-tabs .nav-link:hover .number {
        color: #138bd1;
        border-color: #9dd1f1;
        background-color: #9dd1f1
    }
    .tabs-casino .tab-content {
        padding: 30px 20px
    }
    .tabs-casino .games-category {
        padding-top: 0;
        padding-bottom: 20px
    }
    .deportes {
        background: #d6d6d6
    }
    .deportes .iframe {
        top: 253px
    }
    .slider {
        margin: 0;
        overflow: hidden
    }
    .slider .item {
        max-height: 450px
    }
    .slider .item .text-slide {
        position: absolute;
        left: 50%;
        right: 0;
        margin: auto;
        top: unset;
        bottom: 10%;
        text-align: left;
        padding: 15px;
        z-index: 5;
        max-width: 600px
    }
    .slider .item .text-slide .title-slide {
        font-size: 3vw;
        line-height: 1;
        font-weight: 900;
        color: #9dd1f1
    }
    .slider .item .text-slide .subtitle-slide {
        font-size: 2vw;
        line-height: 1;
        font-weight: 600;
        color: #fff
    }
    .slider .item .text-slide .btn {
        padding: 8px 30px
    }
    .slider .item .left {
        left: -25%
    }
    .casino .slider .item .text-slide {
        text-align: right
    }
    .casino .slider .item .text-slide .content-buttons {
        justify-content: end
    }
    .casinoreels header {
        position: relative
    }
    .casinoreels .main-nav {
        background: #042539
    }
    .casinoreels .main-nav .form-control::-webkit-input-placeholder {
        color: #fff;
        text-transform: none
    }
    .casinoreels .main-nav .form-control::-moz-placeholder {
        color: #fff;
        text-transform: none
    }
    .casinoreels .main-nav .form-control:-ms-input-placeholder {
        color: #fff;
        text-transform: none
    }
    .casinoreels .main-nav .form-control:-moz-placeholder {
        color: #fff;
        text-transform: none
    }
    .casinoreels .game-filters {
        margin: 0;
        transition: all .55s;
        position: sticky;
        top: 80px;
        z-index: 99
    }
    .casinoreels .sticky .main-nav {
        background-color: #042539
    }
    .casinoreels .sticky .game-filters {
        top: 0
    }
    .casinoreels .main {
        padding: 0px 10px 0 10px
    }
    .casinoreels .content-show-games {
        padding: 20px 0 60px
    }
    .casinoreels .games-main {
        padding-top: 0
    }
    .casinoreels .games-category {
        position: sticky;
        top: 0;
        margin-bottom: 0
    }
    .casinoreels .games-category h3,
    .casinoreels .games-category .showall {
        font-size: 1.5rem
    }
    .casinoreels .main-search input {
        width: calc(100% - 60px)
    }
    .casinoreels .main-search .view-all-games {
        min-width: 250px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 15px
    }
    .casinoreels .version-container {
        padding-top: 200px
    }
    .casinoreels .modal.modalTournament .modal-header .modal-title {
        color: #9dd1f1
    }
    .casinoreels .modal.modalTournament .modal-body .banner-tournament {
        max-width: 100%
    }
    .casinoreels .modal.modalTournament .modal-body .description-tournament {
        color: #9dd1f1;
        padding: 1rem 0
    }
    .casinoreels .btn {
        cursor: pointer
    }
    .casinoreels .tournament-container {
        padding: 15px 30px;
        padding-top: 124px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        border-radius: .25rem;
        border: 1px solid rgba(255, 255, 255, .25)
    }
    .casinoreels .tournament-container .card.card-tournament {
        background-color: rgba(0, 0, 0, 0);
        color: #f1ffff;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, .25);
        border-left: 1px solid rgba(255, 255, 255, .25)
    }
    .casinoreels .tournament-container .card.card-tournament img.desktop-item {
        max-height: 350px;
        object-fit: cover
    }
    .casinoreels .tournament-container .card.card-tournament .card-body .btn {
        display: block;
        width: 160px;
        margin: 0 auto;
        padding: 7px 30px
    }
    .casinoreels .tournament-container .swiper-pagination {
        bottom: 0
    }
    .casinoreels .tournament-container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0)
    }
    .casinoreels .tournament-container .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #fff;
        background: #fff
    }
    .casinoreels .games-container {
        margin-bottom: 0
    }
    .casinoreels .games-container .games-section:first-child {
        margin-top: 10px
    }
    .casinoreels .games-container .games-section:not(:last-child) {
        margin-bottom: 15px
    }
    .casinoreels .games-container .games-grid {
        padding: 0;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
    }
    .casinoreels .games-container .games-grid .game {
        z-index: 20
    }
    .casinoreels .games-container .games-grid .game .picture img {
        max-height: fit-content
    }
    .casinoreels .games-container .games-grid .game:hover {
        transform: scale(1.04)
    }
    .casinoreels .search-games-item {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 5px
    }
    .casinoreels .search-games-item>*:not(:last-child) {
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .title-category {
        background: rgba(255, 255, 255, .08);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .title-category h3 {
        color: #b0b1ca;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0
    }
    .casinoreels .search-games-item .main-search {
        padding: 0 10px
    }
    .casinoreels .search-games-item .main-search input {
        background: rgba(255, 255, 255, .08);
        border-radius: 7px 0 0 7px;
        font-size: .85rem;
        color: rgba(255, 255, 255, .75)
    }
    .casinoreels .search-games-item .main-search .btn {
        padding: 0 20px;
        font-size: .85rem;
        border-radius: 0 7px 7px 0
    }
    .casinoreels .search-games-item .main-search .btn-search {
        border-radius: 0 7px 7px 0 !important
    }
    .casinoreels .search-games-item .main-search .view-all-games {
        margin-top: 15px;
        padding: 9px 20px;
        border-radius: 6px
    }
    .casinoreels .search-games-item .slider-providers {
        position: relative;
        padding: 0 10px
    }
    .casinoreels .search-games-item .slider-providers .title-category {
        margin: 0 -10px;
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .slider-providers .games-category .main-search {
        margin: 0
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide {
        display: block;
        height: 100%;
        cursor: pointer;
        background: rgba(0, 0, 0, .3);
        padding: 10px;
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
        transition: .15s;
        width: auto
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide.active,
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide:hover {
        box-shadow: inset 0 0 0 2px #9dd1f1
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide img {
        display: block;
        margin: auto;
        width: 110px;
        max-width: 100%
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination {
        position: relative;
        bottom: 0;
        margin-bottom: 2px
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0)
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #fff;
        background: #fff
    }
    .casinoreels .games-container .game-promoted {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0
    }
    .casinoreels .games-container .game-promoted .title-game {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 6px 18px;
        border-radius: 6px 6px 0 0;
        background: #138bd1;
        color: #9dd1f1;
        font-size: 1.25rem;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase
    }
    .casinoreels .games-container .game-promoted .game {
        float: inherit;
        width: 100%;
        height: calc(100% - 42px);
        margin: 0
    }
    .casinoreels .games-container .game-promoted .game .picture {
        border-radius: 0 0 6px 6px;
        height: 100%
    }
    .casinoreels .games-container .game-promoted .game .picture img {
        max-height: fit-content
    }
    .casinoreels .games-container .game-promoted .game:hover {
        transform: scale(1)
    }
    .casinoreels .games-container .game-promoted .game .picture {
        border-radius: 0 0 6px 6px
    }
    .casinoreels .games-container .game-promoted .game .picture img {
        width: 100%;
        object-fit: cover
    }
    .casinoreels .group-sections {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 10px;
        gap: 15px;
        margin-bottom: 10px
    }
    .casinoreels .group-sections>* {
        min-width: 50% !important;
        width: 100% !important;
        max-width: 1000px !important
    }
    .casinoreels .group-sections .tournament-container {
        margin-bottom: 0 !important;
        padding: 0 !important;
        width: 100%
    }
    .casinoreels .group-sections .tournament-container .card.card-tournament {
        width: 100%;
        height: 100%
    }
    .casinoreels .group-sections .tournament-container .card.card-tournament img.desktop-item {
        max-height: fit-content !important
    }
    .casinoreels .group-sections .games-section {
        margin-bottom: 0 !important;
        height: 100%
    }
    .casinoreels .group-sections.noTournament .tournament-container {
        display: none !important
    }
    .casinoreels .group-sections.noTournament .search-games-item {
        grid-column: span 2
    }
    .casinoreels .games-category {
        background: #042539;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0
    }
    .casinoreels .games-category h3 {
        font-size: 1.25rem;
        margin: 0
    }
    .casinoreels .games-category .main-search {
        margin: 0 auto
    }
    .casinoreels .games-category .showall .text {
        display: inline
    }
    .casinoreels .games-category .form-order {
        margin-top: 0
    }
    .modal-providers-container .modal-providers {
        max-height: 90vh;
        margin: 10px auto;
        border-radius: 10px;
        overflow: hidden
    }
    .home .games-category {
        flex-direction: inherit;
        gap: 7px
    }
    .home .games-category .main-search {
        margin: 0
    }
    .home .games-category .main-search input {
        height: 100%
    }
    .home,
    .casino-vivo {
        background: #042539
    }
    .home header,
    .casino-vivo header {
        position: relative
    }
    .home .main-nav,
    .casino-vivo .main-nav {
        background-color: rgba(0, 0, 0, 0)
    }
    .home .main-nav .form-control::-webkit-input-placeholder,
    .casino-vivo .main-nav .form-control::-webkit-input-placeholder {
        color: #fff;
        text-transform: none
    }
    .home .main-nav .form-control::-moz-placeholder,
    .casino-vivo .main-nav .form-control::-moz-placeholder {
        color: #fff;
        text-transform: none
    }
    .home .main-nav .form-control:-ms-input-placeholder,
    .casino-vivo .main-nav .form-control:-ms-input-placeholder {
        color: #fff;
        text-transform: none
    }
    .home .main-nav .form-control:-moz-placeholder,
    .casino-vivo .main-nav .form-control:-moz-placeholder {
        color: #fff;
        text-transform: none
    }
    .home .game-filters,
    .casino-vivo .game-filters {
        margin: 0;
        transition: all .55s;
        position: relative;
        z-index: 99
    }
    .home .sticky .main-nav,
    .casino-vivo .sticky .main-nav {
        background-color: #042539
    }
    .home .sticky .game-filters,
    .casino-vivo .sticky .game-filters {
        top: 0
    }
    .home .main,
    .casino-vivo .main {
        padding: 0px 10px 0 10px;
        padding-top: 0
    }
    .home .content-show-games,
    .casino-vivo .content-show-games {
        padding: 20px 0 60px
    }
    .home .games-main,
    .casino-vivo .games-main {
        padding-top: 0
    }
    .casino-vivo .slider {
        margin: 0 -15px
    }
    .casino-vivo .main-nav {
        background-color: rgba(0, 0, 0, 0)
    }
    .casino-vivo .main-nav .form-control {
        background: rgba(255, 255, 255, .2);
        border: 1px solid rgba(14, 14, 14, .55)
    }
    .casino-vivo .game-filters {
        margin: 0;
        transition: all .55s;
        position: relative;
        z-index: 99
    }
    .casino-vivo .sticky .main-nav {
        background-color: #042539
    }
    .casino-vivo .sticky .game-filters {
        top: 0
    }
    .casino-vivo .main {
        padding: 40px 10px 0 10px;
        padding-top: 0
    }
    .casino-vivo .tabs-casino-vivo {
        padding-top: 12px
    }
    .casino-vivo .games-main {
        padding-top: 0
    }
    .error .error-container {
        height: 80vh;
        margin-top: 0;
        padding: 0
    }
    .error .error-container .box-error {
        margin-top: 0
    }
    .error .error-container .box-error p br {
        display: block
    }
    .panel-body h3 {
        justify-content: flex-start;
        align-items: center;
        gap: 15px
    }
    .panel-body h3 .btn {
        max-width: 100%;
        font-size: .65em;
        padding: 12px 40px;
        margin: 0 5px
    }
    .poker-container {
        display: flex;
        align-items: center;
        padding: 50px 0
    }
    .poker-container.poker-bg {
        background-image: url(../img/banner-poker-bg.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 60vh
    }
    .poker-container .banner-poker img {
        width: 100%
    }
    .poker-container .banner-poker img.desk {
        display: block
    }
    .poker-container .banner-poker img.mobile {
        display: none
    }
    .poker-container .intro-text {
        color: #fff;
        padding: 20px 0 0 15px
    }
    .poker-container .intro-text h4 {
        text-transform: uppercase;
        font-size: .85rem;
        font-weight: 700;
        margin-bottom: 15px
    }
    .poker-container .intro-text h2 {
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 20px
    }
    .poker-container .intro-text p {
        font-size: 1rem
    }
    .poker-container .registro-text {
        padding: 20px 0 0 15px
    }
    .poker-container .registro-text p br {
        display: block
    }
    .experiencia-eko {
        background: #06334d;
        border-top: 2px solid #fff;
        color: #fff;
        padding: 44px 40px 58px
    }
    .experiencia-eko h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5rem;
        margin: 0
    }
    .experiencia-eko .step {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        margin: 0 15px
    }
    .experiencia-eko .step .picture {
        margin-right: 30px;
        margin-bottom: 0
    }
    .experiencia-eko .step p {
        margin: 0;
        color: #fff
    }
    .cerrar-apuestas .container {
        padding: 40px
    }
    .cerrar-apuestas .container h2 {
        font-size: 2rem
    }
    .cerrar-apuestas .container h3 {
        font-size: 1.75rem
    }
    .combinadas .container {
        padding: 40px
    }
    .combinadas .container h1 {
        font-size: 1.25rem
    }
    .combinadas .container h2 {
        font-size: 2rem
    }
    .combinadas .container h3 {
        font-size: 1.75rem
    }
    .combinadas .container .subtitle {
        font-size: 1.15rem
    }
    .combinadas .container img {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .combinadas .container img.visible-desktop-tablet {
        display: block
    }
    .combinadas .container img.visible-mobile {
        display: none
    }
    .reglas-deportes .container-fluid .indice-container ul {
        display: block;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .main-nav {
        padding: 26px 10px
    }
    .game-filters .nav-link {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
        padding-top: .5rem;
        padding-bottom: .5rem;
        font-size: .75em
    }
    .game-filters .has-search .form-control {
        min-width: inherit
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .user-nav .container {
        flex-direction: column
    }
    .login-mobile {
        display: block
    }
    .user-nav .form-inline {
        display: none
    }
    .game-filters .nav-item {
        justify-content: flex-end
    }
    .game-filters {
        background: #06334d;
        padding: 0
    }
    .game-filters.login .navbar-nav {
        height: calc(100vh - 187px);
        margin-right: 0
    }
    .game-filters .navbar-nav {
        justify-content: center;
        width: 100%;
        margin-right: 0
    }
    .game-filters .nav-item {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        align-items: center
    }
    .game-filters .nav-item:nth-child(even) {
        background: #138bd1
    }
    .game-filters .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 1em;
        padding: 0 15px;
        text-align: right
    }
    .game-filters .dropdown {
        flex-direction: column;
        justify-content: center
    }
    .game-filters .dropdown.show .dropdown-toggle {
        padding: .75rem 15px
    }
    .game-filters .dropdown.show .dropdown-toggle:after {
        transform: translateY(-50%) rotate(180deg)
    }
    .game-filters .dropdown .dropdown-toggle {
        width: 100%
    }
    .game-filters .dropdown .dropdown-toggle:after {
        transition: all .3s ease-in-out
    }
    .game-filters .dropdown .dropdown-menu {
        background: #06334d;
        border-radius: 0;
        border: none;
        text-align: right;
        width: 100%;
        height: 0;
        opacity: 0;
        transition: all .3s ease-in-out;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        padding: 0;
        margin: 0;
        justify-content: center
    }
    .game-filters .dropdown .dropdown-menu.show {
        height: 35vh;
        visibility: visible;
        opacity: 1
    }
    .game-filters .dropdown .dropdown-menu.show .dropdown-item {
        visibility: visible
    }
    .game-filters .dropdown .dropdown-menu .dropdown-item {
        color: #fff;
        text-transform: uppercase;
        font-size: .8em;
        padding: .5rem 1.5rem;
        visibility: hidden
    }
    .game-filters .dropdown .dropdown-menu .dropdown-item:hover {
        background: #138bd1
    }
    .game-filters .has-search {
        margin-bottom: 0;
        display: none
    }
    .game-filters .has-search .form-control {
        padding-left: 2rem;
        background-color: #138bd1;
        color: #fff;
        min-width: 265px
    }
    .game-filters .has-search .form-control:focus {
        border-color: #06334d;
        box-shadow: 0 0 0 .2rem rgba(203, 14, 0, .71)
    }
    .game-filters .has-search .form-control::-webkit-input-placeholder {
        color: #ffc9c9;
        text-transform: none
    }
    .game-filters .has-search .form-control::-moz-placeholder {
        color: #ffc9c9;
        text-transform: none
    }
    .game-filters .has-search .form-control:-ms-input-placeholder {
        color: #ffc9c9;
        text-transform: none
    }
    .game-filters .has-search .form-control:-moz-placeholder {
        color: #ffc9c9;
        text-transform: none
    }
    .game-filters .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2rem;
        text-align: center;
        pointer-events: none;
        color: #ffc9c9;
        font-size: .8rem
    }
    .games-container .game:nth-child(6n+2) {
        margin-left: 15px
    }
    .games-container .game:first-child,
    .games-container .game:nth-child(4n+2) {
        margin-left: 0
    }
    .user-nav-login {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0;
        align-items: flex-start
    }
    .user-nav-login .containe-data-user-game {
        flex: 1;
        flex-basis: 70%
    }
    .user-nav-login .user-info {
        flex: 1;
        flex-basis: 30%
    }
    .user-nav-login .user-info .dropdown-menu.show {
        position: static
    }
}

@media(min-width: 1600px) {
    .main-nav .navbar-middle-item .menu-desktop .link {
        padding: 14px 10px;
        font-size: 15px;
        text-align: center
    }
    .games-container .games-grid {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: auto !important
    }
    .games-container .grid-sizer {
        width: 14.285%
    }
    .games-container .game {
        display: inline-block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: all .3s ease;
        float: left;
        max-width: unset
    }
    .games-container .game.featured {
        position: relative;
        max-width: unset
    }
}

@media(min-width: 1920px) {
    .games-container .games-grid {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: auto !important
    }
    .games-container .game {
        display: inline-block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: all .3s ease;
        float: left;
        max-width: unset
    }
    .games-container .game .container-info-fav .info .title {
        font-size: .85rem
    }
    .games-container .game.featured {
        position: relative;
        max-width: unset
    }
}

@media(min-width: 992px) {
    .game-filters-into-menu {
        display: none
    }
}

@media(max-width: 767px) {
    .poker-container .container {
        max-width: 100%
    }
}

.home-banners .sports {
    order: 1
}

.home-banners .live-sports {
    order: 2
}

.home-banners .virtuals {
    order: 3
}

.home-banners .slots-games {
    order: 4
}

.home-banners .live-casino {
    order: 5
}

.modal#promotionModal {
    padding-left: 0 !important
}

.modal#promotionModal .modal-dialog {
    width: max-content;
    margin: 10px auto;
    max-width: calc(100% - 90px)
}

.modal#promotionModal .modal-content .modal-body {
    padding: 0
}

.modal#promotionModal .modal-content .modal-body .promotion-image {
    border-radius: .3rem;
    max-width: 100%
}

.bto-sb-container {
    background-color: #042539 !important;
    font-family: "Montserrat", sans-serif !important
}

.bto-sb-widget-main-nav {
    background-color: #138bd1 !important
}

.bto-sb-widget-main-nav ul li {
    border-right: 1px solid #042539 !important
}

.bto-sb-widget-main-nav .bto-sb-form-select select {
    color: #fff !important;
    background-color: #138bd1 !important
}

.bto-sb-widget-main-nav ul li a {
    color: #9dd1f1 !important;
    font-weight: bold !important
}

.bto-sb-widget-main-nav ul li a:hover,
.bto-sb-widget-main-nav ul li.bto-sb-main-nav-active a {
    background-color: #9dd1f1 !important;
    color: #06334d !important
}

.bto-sb-widget-betting-menu {
    border-bottom: none !important;
    background-color: #138bd1 !important
}

.bto-sb-widget-betting-menu ul li {
    border-right: 1px solid #042539 !important
}

.bto-sb-widget-betting-menu ul li a {
    color: #9dd1f1 !important;
    font-weight: bold !important
}

.bto-sb-widget-betting-menu ul li a:hover,
.bto-sb-widget-betting-menu ul li.bto-sb-betting-menu-active a {
    background-color: #9dd1f1 !important;
    color: #06334d !important
}

.bto-sb-short-col .bto-sb-widget-betting-menu .bto-sb-betting-menu-collapse {
    background-color: #9dd1f1 !important
}

.bto-sb-widget-sportlist-menu .bto-sb-sportlist-menu-item:hover {
    background-color: #9dd1f1 !important
}

.bto-sb-widget .bto-sb-widget-title {
    border-bottom: 1px solid #042539 !important;
    background-color: #138bd1 !important
}

.bto-sb-widget .bto-sb-widget-title>h3,
.bto-sb-widget .bto-sb-widget-title>h4 {
    color: #fff !important;
    font-weight: bold !important
}

.bto-sb-sports-icon,
.bto-sb-mb-sports-icon {
    color: #fff !important
}

.bto-sb-widget .bto-sb-widget-title .bto-sb-widget-title-icon:before {
    color: #fff !important
}

.bto-sb-widget .bto-sb-widget-title .bto-sb-market-colum {
    border-left: 1px solid #042539 !important
}

.bto-sb-widget .bto-sb-widget-title .bto-sb-market-colum li a:hover,
.bto-sb-widget .bto-sb-widget-title .bto-sb-market-colum li.bto-sb-market-colum-active a {
    color: #9dd1f1 !important
}

.bto-sb-widget .bto-sb-widget-title .bto-sb-form-select {
    border-left: 1px solid #042539 !important
}

.bto-sb-widget .bto-sb-widget-title .bto-sb-form-select select {
    color: #fff !important;
    background-color: #138bd1 !important
}

.bto-sb-widget-prematch .bto-sb-event-sports ul li:hover,
.bto-sb-widget-prematch .bto-sb-event-sports ul li.bto-sb-event-sports-active {
    border-left: 1px solid #042539 !important;
    border-right: 1px solid #042539 !important;
    background-color: #9dd1f1 !important
}

.bto-sb-widget-prematch .bto-sb-event-sports ul li a {
    color: #fff !important;
    font-weight: bold !important
}

.bto-sb-widget-prematch .bto-sb-event-more-sports:hover a {
    color: #9dd1f1
}

.bto-sb-widget-prematch .bto-sb-event-sports ul li:hover a,
.bto-sb-widget-prematch .bto-sb-event-sports ul li.bto-sb-event-sports-active a,
.bto-sb-widget-prematch .bto-sb-event-sports ul li:hover .bto-sb-sports-icon:before,
.bto-sb-widget-prematch .bto-sb-event-sports ul li.bto-sb-event-sports-active .bto-sb-sports-icon:before {
    color: #06334d !important
}

.bto-sb-widget-prematch .bto-sb-event-odds-cell .bto-sb-event-odd:hover {
    border: 1px solid #9dd1f1 !important;
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

.bto-sb-widget-search {
    margin: 10px 0px !important
}

.bto-sb-widget-search .bto-sb-form-input {
    background: #9dd1f1 !important;
    border-radius: 7px !important;
    color: #042539 !important
}

.bto-sb-widget-search .bto-sb-form-btn {
    border-radius: 0 7px 7px 0 !important;
    background-color: #9dd1f1 !important;
    color: #06334d !important;
    border-color: #9dd1f1 !important
}

.bto-sb-slider-value.bto-sb-slider-active {
    color: #9dd1f1 !important
}

.bto-sb-range-slider .bto-sb-slider-progress-bar {
    background: #9dd1f1 !important;
    background: linear-gradient(135deg, #138bd1 0%, #9dd1f1 100%) !important
}

.bto-sb-widget-betslip .bto-sb-betslip-menu ul li.bto-sb-betslip-menu-active .bto-sb-form-select select,
.bto-sb-widget-betslip .bto-sb-betslip-menu ul li.bto-sb-betslip-menu-active a {
    color: #06334d !important;
    background-color: #9dd1f1 !important;
    opacity: 1 !important;
    font-weight: bold !important
}

.bto-sb-widget-betslip .bto-sb-betslip-menu ul li a {
    font-weight: bold !important
}

.bto-sb-widget-betslip .bto-sb-betslip-menu ul li a:hover {
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

.bto-sb-form-btn,
a.bto-sb-form-btn {
    color: #06334d !important;
    background-color: #9dd1f1 !important;
    font-weight: bold !important
}

.bto-sb-widget .bto-sb-widget-title-small {
    border-bottom: 1px solid #9dd1f1;
    background-color: #042539 !important
}

.bto-sb-widget-overview-livenow .bto-sb-widget-title>h3,
.bto-sb-widget-overview-livenow .bto-sb-widget-title .bto-sb-widget-title-icon {
    background-color: #138bd1 !important
}

.bto-sb-widget-prematch .bto-sb-event-odds-title {
    padding: 10px 8px;
    border-bottom: 1px solid #138bd1 !important;
    background-color: #06334d !important
}

.bto-sb-mb-container {
    background-color: #042539 !important;
    font-family: "Montserrat", sans-serif!important;;
    color: #fff !important;
    top: 5px !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-sportlist-all {
    border-right: 1px solid #000 !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5) !important
}

.bto-sb-mb-sportlist-menu {
    border-bottom: 1px solid #138bd1 !important;
    background-color: #138bd1 !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-sportlist-menu-active a {
    color: #9dd1f1 !important;
    background-color: #9dd1f1 !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-sportlist-label {
    color: #06334d !important;
    background-color: #9dd1f1 !important;
    border: 1px solid #9dd1f1 !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-sportlist-menu-active .bto-sb-mb-sportlist-label {
    border: 1px solid #138bd1 !important;
    color: #fff !important;
    background-color: #06334d !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-search #bto-sb-mb-search-toggle+label {
    border-left: 1px solid #000 !important;
    color: #fff !important;
    background-color: #06334d !important
}

.bto-sb-mb-sportlist-menu .bto-sb-mb-search .bto-sb-mb-form-input {
    color: #fff !important;
    background-color: #138bd1 !important
}

.bto-sb-mb-widget .bto-sb-mb-widget-title {
    border-bottom: 1px solid #042539 !important;
    background-color: #138bd1 !important
}

.bto-sb-mb-widget .bto-sb-mb-widget-title-more .bto-sb-mb-title-more {
    color: #9dd1f1 !important
}

.bto-sb-mb-widget .bto-sb-mb-widget-title.soccer {
    background-color: #06334d !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-category-header {
    border-bottom: 1px solid #138bd1 !important;
    background-color: #06334d !important
}

.bto-sb-widget-category-nav ul li a:hover,
.bto-sb-widget-category-nav ul li.bto-sb-category-nav-active a {
    color: #000;
    background-color: #9dd1f1
}

.bto-sb-mb-widget-prematch .bto-sb-mb-widget-title .bto-sb-mb-form-select select option {
    background-color: #06334d !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-event-score-live i {
    color: #9dd1f1 !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-event-time-live,
.bto-sb-mb-widget-prematch .bto-sb-mb-event-time-live i {
    color: #9dd1f1 !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-event-odd-active {
    background-color: #9dd1f1 !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-event-favorite.bto-sb-mb-active-event-favorite a:before {
    color: #9dd1f1 !important
}

.bto-sb-mb-footer {
    background-color: #06334d !important;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .35) !important
}

.bto-sb-mb-footer ul li a {
    color: #9dd1f1 !important
}

.bto-sb-mb-footer .bto-sb-mb-footer-active a {
    color: #9dd1f1 !important
}

.bto-sb-mb-footer .bto-sb-mb-footerlabel {
    border: 1px solid #06334d !important;
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

.bto-sb-mb-nav-bar {
    border-top: 1px solid #042539 !important;
    border-bottom: 1px solid #042539 !important;
    background-color: #042539 !important
}

.bto-sb-mb-nav-bar>h2 {
    color: #9dd1f1 !important;
    font-weight: bold !important
}

.bto-sb-mb-filter-menu {
    border-bottom: 1px solid #000 !important;
    background-color: #138bd1 !important
}

.bto-sb-mb-filter-menu ul li a {
    color: #fff !important;
    background-color: #06334d !important
}

.bto-sb-mb-filter-menu .bto-sb-mb-filter-label {
    border: 1px solid #9dd1f1;
    color: #06334d !important;
    background-color: #9dd1f1
}

.bto-sb-mb-filter-menu .bto-sb-mb-filter-menu-active a {
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

.bto-sb-mb-title-bar {
    border-bottom: 1px solid #000 !important;
    background-color: #06334d !important
}

.bto-sb-mb-widget-match-view .bto-sb-mb-market-title {
    background-color: #042539 !important
}

.bto-sb-mb-widget-prematch .bto-sb-mb-event-item {
    border-bottom: 1px solid #138bd1 !important
}

.bto-sb-mb-widget-match-view .bto-sb-mb-market-title.bto-sb-mb-market-title-active {
    border-bottom: 1px solid #138bd1 !important
}

.bto-sb-mb-widget-match-view .bto-sb-mb-market-item-name {
    border-top: 1px solid #138bd1 !important;
    border-bottom: 1px solid #138bd1 !important;
    background-color: #042539 !important
}

.bto-sb-mb-widget-betslip-view .bto-sb-mb-betslip-menu ul li.bto-sb-mb-betslip-menu-active a {
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

.bto-sb-mb-widget-betslip-view .bto-sb-mb-betslip-event-name {
    border-bottom: 1px solid #000 !important;
    background-color: #06334d !important
}

.bto-sb-mb-form-btn,
a.bto-sb-mb-form-btn,
.bto-sb-mb-form-btn:hover,
a.bto-sb-mb-form-btn:hover {
    color: #06334d !important;
    background-color: #9dd1f1 !important
}

@media screen and (min-width: 1200px) {
    .games-filter-container .providers-container .providers .provider:nth-last-child(5),
    .games-filter-container .providers-container .providers .provider:nth-last-child(6) {
        display: flex
    }
}

@media screen and (max-width: 1200px) {
    .user-nav-login .containe-data-user-game .data-user-games {
        display: none
    }
}

@media screen and (max-width: 1050px) {
    .user-nav-login .containe-data-user-game .user-info .avatar {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .mobile-item {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .desktop-item {
        display: none !important
    }
    .btn-support {
        margin-right: 7px
    }
    .main-nav .navbar-right-item .btn-user-balance {
        margin-right: 7px
    }
    .main {
        padding-top: 0
    }
    .games-category h3 {
        text-align: center
    }
    .slider .item .text-slide .title-slide {
        font-size: 1.3rem
    }
    .slider .item .text-slide .subtitle-slide {
        font-size: .8rem;
        margin-bottom: 10px
    }
    footer .footer-links:not(:last-child) {
        margin-bottom: 20px
    }
    footer .footer-links h4 {
        margin-bottom: 8px;
        font-size: 1rem;
        color: #9dd1f1
    }
    footer .footer-links h4 a {
        color: #9dd1f1
    }
    footer .footer-links ul li {
        margin-bottom: 4px;
        display: flex;
        justify-content: center
    }
    footer .footer-links ul li a {
        font-size: .85rem
    }
    #poker-modal .modal-body {
        max-width: 100%
    }
    #poker-modal .modal-body h1 {
        font-size: 2rem
    }
    #poker-modal .modal-body .poker-app-download {
        margin-bottom: 0
    }
    .deportes #application-container iframe,
    .deportes #sport_div_iframe iframe {
        min-height: calc(100vh - 100px) !important;
        max-height: calc(100vh - 100px) !important
    }
}

@media(min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%
    }
}

@media screen and (max-width: 1000px) {
    .casino .version-container {
        padding: 10px 0;
        padding-right: 10px
    }
    .casino .version-container #versionModal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background: #138bd1;
        border: 1px solid #138bd1;
        margin-bottom: 0;
        color: #9dd1f1;
        padding: 10px
    }
    .casino .version-container #versionModal>span {
        font-size: 14px
    }
    .casino .version-container #versionModal .actions {
        display: flex;
        grid-gap: 10px;
        width: 100%;
        margin-top: 15px
    }
    .casino .version-container #versionModal .actions .btn {
        margin: 0;
        padding: 6px;
        width: 50%;
        font-size: 10px
    }
}

@media(max-width: 991px) { /* to change later */
    header .main-nav {
        height: 50px;
        padding: 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }
    header .main-nav .container-fluid {
        height: 100%
    }
    header .main-nav .container-fluid .navbar-brand img {
        max-width: 120px;
        max-height: 40px;
        width: 100%
    }
    .game-filters .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .game-filters .nav-link img {
        margin: 0 !important;
        margin-bottom: 10px !important
    }
    .menu-desktop {
        display: none
    }

}

@media(max-width: 767px) {
    .fullscreen-bg__video {
        width: 370%;
        left: -100%;
        position: relative
    }
    .panel.panel-default.historial .panel-body h3 {
        justify-content: flex-start;
        align-items: center;
        font-size: 22px;
        gap: 15px
    }
    .panel.panel-default.historial .panel-body .form-inline .form-group {
        margin: 0
    }
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(1),
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(2) {
        width: calc(50% - 5px)
    }
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(1) .awe-datepicker-field,
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(2) .awe-datepicker-field {
        width: 100%;
        min-width: auto;
        max-width: 100%
    }
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(1) select#operationType,
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(2) select#operationType {
        width: 100%
    }
    .panel.panel-default.historial .panel-body .form-inline .form-group:nth-child(3) {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    body:not(.home) .game-filters {
        display: none !important
    }
    body:not(.home) .version-container {
        padding-top: 20px
    }
    .slider .item .text-slide {
        min-width: 50%;
        max-width: 60%;
        text-align: right
    }
    .slider .item .text-slide .content-buttons {
        justify-content: center
    }
    .slider .item .text-slide .content-buttons .btn {
        width: auto;
        min-width: 60%;
        padding: 8px 3px
    }
    .casino .main,
    .home .main {
        padding: 5px
    }
    .casino .games-main,
    .home .games-main {
        padding: 0
    }
    .casino .games-main .slider,
    .home .games-main .slider {
        margin: 0
    }
    .casino .content-show-games .col-md-6,
    .home .content-show-games .col-md-6 {
        padding: 0 5px
    }
    .casino .games-container .games-category,
    .home .games-container .games-category {
        flex-direction: inherit;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 5px;
        padding-top: 10px
    }
    .casino .games-container .games-category .main-search,
    .home .games-container .games-category .main-search {
        margin: 0;
        max-width: 100%
    }
    .casino .games-container .games-category .main-search input,
    .home .games-container .games-category .main-search input {
        height: 100%
    }
    .casino .games-container .games-category>.btn,
    .home .games-container .games-category>.btn {
        width: calc(50% - 7.5px)
    }
    .home .version-container,
    .casino .version-container {
        padding-right: 0
    }
    .home .games-container .games-grid,
    .casino .games-container .games-grid {
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: dense
    }
    .home .games-container .game,
    .casino .games-container .game {
        margin: 0
    }
    .game-filters {
        margin: 0;
        transition: all .55s;
        position: sticky;
        top: 0;
        z-index: 99
    }
    .game-filters .navbar-nav {
        justify-content: flex-start
    }
    header .main-nav {
        height: 50px;
        padding: 0 10px
    }
    header .main-nav .container-fluid {
        height: 100%
    }
    header .sticky .sticky .main-nav {
        background-color: #042539;
        height: 77px
    }
    .casinoreels .sticky .main-nav {
        background-color: #042539;
        height: 50px
    }
    .casinoreels .main {
        padding: 5px
    }
    .casinoreels .games-main {
        padding: 0
    }
    .casinoreels .games-container .games-grid {
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr)
    }
    .casinoreels .games-container .game {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .casinoreels .games-container .game:not(.featured) .picture {
        max-height: 106px
    }
    .casinoreels .games-container .game:not(.featured) .picture img {
        max-height: 150px
    }
    .casinoreels .games-container .game .container-info-fav {
        flex: 1;
        align-items: unset
    }
    .casinoreels .games-container .game .container-info-fav .info {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: space-between
    }
    .casinoreels .games-container .game .container-info-fav .info .title {
        font-size: .65em;
        white-space: initial;
        overflow: inherit;
        text-overflow: inherit
    }
    .casinoreels .games-container .game .container-info-fav .favorite {
        height: 100%
    }
    .casinoreels .games-container .game .container-info-fav .favorite::before {
        bottom: 0;
        top: inherit;
        transform: inherit
    }
    .casinoreels .games-container .games-category {
        position: relative;
        top: 0;
        background: #042539;
        padding: 10px 0;
        padding-bottom: 3px
    }
    .casinoreels .games-container .games-category h3,
    .casinoreels .games-container .games-category .showall {
        font-size: 1rem
    }
    .casinoreels .version-container {
        padding-top: 160px
    }
    .casinoreels footer {
        padding: 40px 0 70px
    }
    .casinoreels .modal.modalTournament .modal-header .modal-title {
        color: #9dd1f1
    }
    .casinoreels .modal.modalTournament .modal-body .banner-tournament {
        max-width: 100%
    }
    .casinoreels .modal.modalTournament .modal-body .description-tournament {
        color: #9dd1f1;
        padding: 1rem 0
    }
    .casinoreels .btn {
        cursor: pointer
    }
    .casinoreels .btn-view-all {
        margin-top: 5px;
        display: none !important
    }
    .casinoreels .tournament-container {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: .25rem;
        border: 1px solid rgba(255, 255, 255, .25)
    }
    .casinoreels .tournament-container .card.card-tournament {
        background-color: rgba(0, 0, 0, 0);
        color: #f1ffff;
        border: none;
        border-right: 1px solid rgba(255, 255, 255, .25);
        border-left: 1px solid rgba(255, 255, 255, .25)
    }
    .casinoreels .tournament-container .card img.mobile-item {
        width: 100%
    }
    .casinoreels .tournament-container .swiper-pagination {
        bottom: 0
    }
    .casinoreels .tournament-container .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0)
    }
    .casinoreels .tournament-container .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #fff;
        background: #fff
    }
    .casinoreels .search-games-item {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
        border: 1px solid #575871;
        border-radius: 5px
    }
    .casinoreels .search-games-item .title-category {
        background: rgba(255, 255, 255, .08);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .title-category h3 {
        color: #b0b1ca;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0
    }
    .casinoreels .search-games-item .main-search {
        padding: 0 10px
    }
    .casinoreels .search-games-item .main-search input {
        background: rgba(255, 255, 255, .08);
        border-radius: 7px 0 0 7px;
        font-size: .85rem;
        color: rgba(255, 255, 255, .75)
    }
    .casinoreels .search-games-item .main-search .btn {
        padding: 0 20px;
        font-size: .85rem;
        border-radius: 0 7px 7px 0
    }
    .casinoreels .search-games-item .main-search .view-all-games {
        margin-top: 15px;
        padding: 9px 20px;
        border-radius: 6px
    }
    .casinoreels .search-games-item>*:not(:last-child) {
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .slider-providers {
        position: relative;
        padding: 0 10px
    }
    .casinoreels .search-games-item .slider-providers .title-category {
        margin: 0 -10px;
        margin-bottom: 15px
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide {
        display: block;
        height: 100%;
        cursor: pointer;
        background: rgba(0, 0, 0, .3);
        padding: 10px;
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0);
        transition: .15s;
        width: aut
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide:hover,
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide.active {
        box-shadow: inset 0 0 0 2px #ffc857
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-wrapper .swiper-slide img {
        display: block;
        margin: auto;
        width: 110px;
        max-width: 100%
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination {
        position: relative;
        bottom: 0;
        margin-bottom: 2px
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        background: rgba(0, 0, 0, 0)
    }
    .casinoreels .search-games-item .slider-providers .swiper .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #fff;
        background: #fff
    }
    .casinoreels .games-section:not(:last-child) {
        margin-bottom: 80px
    }
    .casinoreels .games-section .game-promoted {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 0
    }
    .casinoreels .games-section .game-promoted .title-game {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 2px 10px;
        border-radius: 6px 6px 0 0;
        background: #138bd1;
        color: #9dd1f1;
        font-size: 1rem;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase
    }
    .casinoreels .games-section .game-promoted .game {
        float: inherit;
        width: 100%
    }
    .casinoreels .games-section .game-promoted .game .picture {
        border-radius: 0 0 6px 6px
    }
    .casinoreels .games-section .game-promoted .game .picture img {
        width: 100%;
        object-fit: cover
    }
    .casinoreels .games-container {
        margin-bottom: 0
    }
    .casinoreels .games-container .games-grid {
        padding: 0
    }
    .casinoreels .games-container .games-section {
        margin-bottom: 0
    }
    .casinoreels .group-sections.noTournament .tournament-container {
        display: none !important
    }
    .casinoreels .group-sections.noTournament .search-games-item {
        grid-column: span 2
    }
    .casinoreels .group-sections:nth-of-type(4) {
        margin-top: 10px
    }
    .modal#playerBetLimits {
        padding: 0 !important
    }
    .modal#playerBetLimits .modal-header {
        padding-top: 0
    }
    .modal#playerBetLimits .modal-header .modal-title {
        font-size: 1.2rem
    }
    .modal#playerBetLimits .modal-body {
        padding: 1rem 1rem 1rem 0
    }
    .modal#playerBetLimits .textLimitsContainer .dropdown-container-level {
        font-size: .9rem
    }
    .modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-level .textLeft {
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
        width: 50%
    }
    .modal#playerBetLimits .textLimitsContainer .dropdown-container-level .dropdown-level .textRight {
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: right;
        width: 50%
    }
    .modal.modalEvent .modal-footer {
        display: flex;
        gap: 5px
    }
    .modal.modalEvent .modal-footer .btn {
        padding: 12px 15px
    }
    .version-container {
        padding: 10px 0
    }
    .version-container #versionModal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background: #138bd1;
        border: 1px solid #138bd1;
        margin-bottom: 0;
        color: #9dd1f1;
        padding: 10px
    }
    .version-container #versionModal>span {
        font-size: 14px
    }
    .version-container #versionModal .actions {
        display: flex;
        grid-gap: 10px;
        width: 100%;
        margin-top: 15px
    }
    .version-container #versionModal .actions .btn {
        margin: 0;
        padding: 6px;
        font-size: 10px
    }
    .user-nav-login .containe-data-user-game {
        margin-bottom: 20px
    }
    .main-nav {
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }
    span.icon-bar {
        height: 15px
    }
    .games-container .games-grid {
        padding: 10px 0
    }
    .games-container .games-category {
        padding: 0
    }
    .games-container .games-category h3 {
        margin: 0
    }
    .games-section .games-category {
        display: flex;
        flex-direction: inherit;
        align-items: center
    }
}

/*# sourceMappingURL=main.css.map */