.modal-body {
    padding: 1.5rem;
}

.scroll-tab-content {
    max-height: 48vh;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

.scroll-tab-content-no-height {
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

.scroll-list {
    max-height: 64vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#lottery.scroll-list {
    max-height: 61vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#info.scroll-list {
    max-height: 49vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#session.scroll-list {
    max-height: 54vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#bonuses.scroll-list {
    max-height: 68vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#movements.scroll-list {
    max-height: 55vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#bet.scroll-list {
    max-height: 68vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#deposits.scroll-list {
    max-height: 74vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

#privacy.scroll-list {
    max-height: 61vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #eaebf1;
    font-family: 'Montserrat';
}

.my-align-left {
    text-align: left !important;
}

.confirm-page {
    background: url(../images/do-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.banner-games {
    background: url(../images/banner-games-min.png);
    width: 100%;
    margin-bottom: 5px;
    background-repeat: inherit;
    background-position: center;
}

.sfondo-2 {
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.sfondo-3 {
    background: url(../images/do-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.sfondo-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    background: linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -webkit-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -o-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -moz-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
}

.vue-slider-dot {
    width: 23px !important;
    height: 23px !important;
}

.nav-link {
    color: white;
    width: max-content;
}

#userProfile .modal-content {
    min-height: 90vh;
}

#sessionDetails .modal-content {
    min-height: 80vh;
}

#confirmDepositModal .modal-content {
    min-height: 30px !important;
}

.profileUl.nav-pills {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
}

.nav {
    flex-wrap: nowrap;
}

.btn-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.btn-link-blue {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #02114F;
    border: 1px solid;
}



a.btn-4.yellow-btn.loteria-text-white {
    background: #FFF;
    border-radius: 23.5px;
    font-family: 'Montserrat';
    font-size: 12px;
    border-style: solid;
    border-width: thin;
    border-color: #02114F;

}

a:hover.btn-4.yellow-btn.loteria-text-white {
    background: #021151;
    border-radius: 23.5px;
    font-family: 'Helvetica';
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-color: #02114F;
}

.hr {
    width: 120px;
    height: 1px;
    margin-right: auto;
    background-color: black;
    margin-top: 0px;
    margin-bottom: 50px
}

.hr-white {
    background-color: white;
}

.hr-no-margin-left {
    margin-left: 0px;
}

.margin-faq {
    margin-right: 0px;
    margin-left: 0px
}

section#banner {
    height: 70vh;
}

section#faq {
    background-attachment: fixed !important;
}

.dropdown-menu a:hover {
    background-color: #021151;
}

@media screen and (max-width:1000px) {
    #session-detail.scroll-list {
        max-height: 80vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .margin-faq {
        margin-right: 0px;
        margin-left: 0px
    }
}

@media all and (max-width: 768px) {
    #userProfile {
        min-width: 100%;
        margin: 0;
    }

    #userProfile .modal-content {
        min-height: 100vh;
    }

    #userProfile .modal-dialog {
        min-width: 100%;
        margin: 0;
    }

    .hr-no-margin-left {
        margin-left: 0px;
    }

    section#banner {
        height: 65vh;
    }

    .footer-link li {
        font-size: 9px;
    }

    .payments {
        max-width: 350px;
    }

    .scroll-tab-content {
        max-height: 51vh;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    .scroll-tab-content-no-height {
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    .scroll-list {
        max-height: 64vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #lottery.scroll-list {
        max-height: 76vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #info.scroll-list {
        max-height: 49vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #session.scroll-list {
        max-height: 58vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #bonuses.scroll-list {
        max-height: 85vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #movements.scroll-list {
        max-height: 55vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #bet.scroll-list {
        max-height: 68vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #deposits.scroll-list {
        max-height: 74vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }

    #privacy.scroll-list {
        max-height: 76vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #eaebf1;
        font-family: 'Montserrat';
    }
}

.darkColor p {
    color: #343a40 !important;
}

.my-is-invalid {
    border-color: #dc3545 !important;
}

.form-select {
    border-radius: 35px;
    background-color: #E5E5E5;
    font-size: 14px;
    height: 50px !important;
    font-family: 'Helvetica', sans-serif !important;
}

.big-checkbox {
    width: 15px;
    height: 15px;
}

input:focus~.floating-label,
input:focus~.floating-label p,
input:not(:focus):valid~.floating-label,
input:not(:focus):valid~.floating-label>p {
    top: 0px;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    opacity: 1;
    font-family: 'Helvetica', sans-serif;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 14px;
    transition: 0.2s ease all;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
}

.floating-label-date {
    position: absolute;
    pointer-events: none;
    top: 0px;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    font-family: 'Helvetica', sans-serif;
}

.form-control {
    background: #E5E5E5 !important;
    border-radius: 23.5px !important;
    font-family: 'Overpass-regular' !important;
    font-size: 16px !important;
    z-index: 0 !important;
}

select option:focus,
select option:active {
    background-color: #f0f0f0;
    color: #000;
}

.img-club {
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    height: 70px;
}

@media all and (max-width: 768px) {
    .img-club {
        padding-left: 10px;
        padding-right: 10px;
        width: 50px;
        height: 37px;
    }
}

.frame-boletin {
    width: 100%;
}

@media all and (min-width: 0px) and (max-width: 416px) {
    .frame-boletin {
        height: 243px;
    }
}

@media all and (min-width: 417px) and (max-width: 553px) {
    .frame-boletin {
        height: 217px;
    }
}

@media all and (min-width: 554px) and (max-width: 771px) {
    .frame-boletin {
        height: 192px;
    }
}

@media all and (min-width: 772px) and (max-width: 1094px) {
    .frame-boletin {
        height: 120px;
    }
}

@media all and (min-width: 1095px) and (max-width: 1124px) {
    .frame-boletin {
        height: 111px;
    }
}

@media all and (min-width: 1125px) {
    .frame-boletin {
        height: 100px;
    }
}


/** PROGRESS BAR PRELOADING **/
.demo-container {
    width: 200px;
    margin: auto;
    display: inline-block;
}

.progress-bar {
    height: 4px;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: #e8a004;
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

/** PROGRESS BAR PRELOADING END **/

select {
    font-family: 'Helvetica', sans-serif;
}

.icon-append {
    left: -24px;
    position: relative;
    width: 1px;
    top: 11px;
    color: #2f5597;
}

.active-nav {
    color: #e8a004 !important;
    outline: 0 !important;
}

.new {
    z-index: 200;
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.close-launch {
    z-index: 200;
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.close-launch-1 {
    z-index: 200;
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#launcher {
    left: 10px !important;
}

#webWidget {
    left: 10px !important;
}

.scrollbar-style::-webkit-scrollbar-track,
.scrollbar-style-vertical::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar,
.scrollbar-style-vertical::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar-thumb,
.scrollbar-style-vertical::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

@media all and (max-width: 768px) {
    .scrollbar-style::-webkit-scrollbar {
        height: 2px;
    }

    .scrollbar-style-vertical::-webkit-scrollbar {
        width: 2px;
    }

    .padding-date {
        padding-top: 14px;
    }
}

.ico-social {
    max-width: 64px;
}

.border-radius-img {
    border-radius: 30px;
}

.refresh-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.credit-card-icon {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    top: -2px;
    left: -131px;
}

/* Nuove regole LOTERIA NACIONAL */

.header-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
}

.footer-credit-cards {
    background-color: #02114F;
    height: 102px;
    padding-top: 24px;
}




.footer-link-text {
    padding-bottom: 10px;
}


.primary-color {
    background-color: #070E2E;
}

.newsletter-section-footer {
    padding-top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-section-footer {
    padding-top: 0;
    background-color: #fff;
}

.link-section-footer {
    padding-top: 0;
    background-color: #0C194F;
    min-height: 280px;
}

#footer-links .footer-li:last-child .circle-point {
    display: none;
}

.footer-li {
    /* width: 156px; */
    padding: 8px;
    display: flex;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
}

.footer-li a {
    font-family: 'Overpass-bold';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #fff;
    text-decoration: underline;
}

.footer-li a:hover {
    color: #FFED00;
}

.modal-header {
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 700;
    /*font-size: 30px;*/
    line-height: 34px;
    text-transform: uppercase;
    color: #02114F;
}

.text-gray {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
}

.modal-open {
    overflow: hidden !important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

/* MODAL CUSTOM STYLE */
.modal-custom-text {
    font-size: 16px;
    color: #0C194F;
}

.modal-custom-content {
    max-width: 600px;
    height: auto;
    border-radius: 26px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: white !important;
}

#userProfile .modal-custom-content {
    max-width: 1000px;
}

#userProfile .modal-custom-body .nav-link.active .fa,
#userProfile .modal-custom-body .nav-link.active span {
    color: #fff;
}

#userProfile .modal-body .nav-link.active .fa,
#userProfile .modal-body .nav-link.active span {
    color: #fff;
}

.modal-custom-body {
    padding: 10px;
}

#userProfile .modal-custom-body span,
#userProfile .modal-custom-body input,
#userProfile .modal-custom-body select,
#userProfile .modal-custom-body h6,
#userProfile .modal-custom-body label,
#userProfile .modal-custom-body .col-loteria {
    font-family: 'Overpass' !important;
    font-size: 16px !important;
    color: #0C194F !important;
}

#userProfile .modal-custom-body h3 {
    font-family: 'Overpass-extra-bold' !important;
    font-size: 18px !important;
    color: #0C194F !important;
}

#userProfile .modal-custom-body p {
    font-family: 'Overpass' !important;
    font-size: 14px !important;
    color: #0C194F !important;
}

#userProfile .modal-custom-body .btn-money-transfer-recarga {
    margin-bottom: 10px;
}

#userProfile .casino-btn a {
    background: #2CA9E0;
}

#userProfile .casino-btn a:hover {
    background: #2CA9E0;
}

[class^="col-"].justify-content-center,
[class^="col-"].align-items-center {
    display: flex;
}

#userProfile .modal-custom-body .fa {
    color: #0C194F;
}

.modal-custom-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #142984;
}

#userProfile .modal-custom-header {
    height: 100px !important;
}

.modal-custom-header span {
    font-family: 'Overpass';
    font-size: 16px;
    color: #fff !important;
}

/*
.modal-header button {
    color: #fff;
}*/

.modal-custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-custom-container span {
    font-family: 'Overpass';
    font-size: 16px;
    color: #CDCDCD;
    cursor: pointer;
}

.modal-custom-span-active {
    border-bottom: 2px solid transparent;
    border-bottom-color: #2CA9E0;
    color: #2CA9E0 !important;
}

.modal-custom-title {
    font-family: 'Overpass-extra-bold' !important;
    font-size: 24px !important;
    margin: 30px auto 10px !important;
    color: #0C194F !important;
}

.modal-custom-input {
    border-radius: 5px !important;
    background-color: #fff !important;
}

.modal-footer li {
    border: solid 1px #142984 !important;
    border-radius: 8px !important;
    border-color: #142984 !important;
    background-color: #142984 !important;
    margin-top: 5px !important;
    width: 100% !important;
}

.modal-footer a {
    border-radius: 8px !important;
    border-color: #142984 !important;
    background-color: #142984 !important;
    color: #fff !important;
    font-family: 'Overpass-bold' !important;
    font-size: 16px !important;
    width: 100% !important;
}

.modal-custom-footer {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 60% !important;
    margin: 0 auto !important;
    border-top: 0 !important;
    margin-bottom: 10px !important;
}


.modal-header button:hover,
.modal-header button:focus {
    text-decoration: none;
    outline: 0;
    opacity: .75
}

.modal-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.modal-custom-floating-label {
    align-self: flex-start;
    margin-left: 10px;
    font-size: 16px;
    color: #0C194F;
    font-family: 'Overpass-bold';
}

.input-group .newsletter {
    top: 5px !important;
    right: 5px !important;
    height: 40px !important;
}

.project-img .nav-menu {
    font-family: 'Overpass-bold' !important;
    font-size: 14px !important;
    color: #fff !important;
}

.modal-custom-input-group-text {
    background-color: #fff;
    width: 40px;
    border: 0 !important;
}

/* REMOVE STYLE */
.remove-style {
    all: initial !important;
}

.yui3-cssreset html {
    color: #000;
    background: #FFF
}

.yui3-cssreset body,
.yui3-cssreset div,
.yui3-cssreset dl,
.yui3-cssreset dt,
.yui3-cssreset dd,
.yui3-cssreset ul,
.yui3-cssreset ol,
.yui3-cssreset li,
.yui3-cssreset h1,
.yui3-cssreset h2,
.yui3-cssreset h3,
.yui3-cssreset h4,
.yui3-cssreset h5,
.yui3-cssreset h6,
.yui3-cssreset pre,
.yui3-cssreset code,
.yui3-cssreset form,
.yui3-cssreset fieldset,
.yui3-cssreset legend,
.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset p,
.yui3-cssreset blockquote,
.yui3-cssreset th,
.yui3-cssreset td {
    margin: 0;
    padding: 0
}

.yui3-cssreset table {
    border-collapse: collapse;
    border-spacing: 0
}

.yui3-cssreset fieldset,
.yui3-cssreset img {
    border: 0
}

.yui3-cssreset address,
.yui3-cssreset caption,
.yui3-cssreset cite,
.yui3-cssreset code,
.yui3-cssreset dfn,
.yui3-cssreset em,
.yui3-cssreset strong,
.yui3-cssreset th,
.yui3-cssreset var {
    font-style: normal;
    font-weight: normal
}

.yui3-cssreset ol,
.yui3-cssreset ul {
    list-style: none
}

.yui3-cssreset caption,
.yui3-cssreset th {
    text-align: left
}

.yui3-cssreset h1,
.yui3-cssreset h2,
.yui3-cssreset h3,
.yui3-cssreset h4,
.yui3-cssreset h5,
.yui3-cssreset h6 {
    font-size: 100%;
    font-weight: normal
}

.yui3-cssreset q:before,
.yui3-cssreset q:after {
    content: ''
}

.yui3-cssreset abbr,
.yui3-cssreset acronym {
    border: 0;
    font-variant: normal
}

.yui3-cssreset sup {
    vertical-align: text-top
}

.yui3-cssreset sub {
    vertical-align: text-bottom
}

.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset select {
    font-size: 100%
}

.yui3-cssreset legend {
    color: #000
}

#yui3-css-stamp.cssreset-context {
    display: none
}

/* ************ */

.col-padding {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}



#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
    z-index: 99999 !important;
}

.nav-res {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
}

nav#nav-part {
    position: relative;
    background: white;
}

div#navbar-collapse {
    height: 70px;
}

.nav-res div {
    border: 1px solid #FFF;
    height: 48px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

a.header-a {
    text-transform: uppercase;
    font-size: 13px;
    color: #0F1F63;
    font-family: 'Overpass' !important;
}

a.header-a:hover {
    color: #0F1F63;
}

.header-fixed {
    position: fixed;
    z-index: 1000;
    height: 80px;
}

.header-button {
    display: inline-block;
    color: #142984;
    background: transparent;
    min-width: 150px;

    border-radius: 25px;
    border-color: #142984;
    border-style: solid;
    border-width: 4px 4px;

    font-family: 'Overpass-bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;

    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.header-button:hover {
    color: #142984;
    background: transparent;
}

.header-logo {
    height: 105px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    background-color: #F6F6FA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hover-item {
    color: #02114F !important;
    font-weight: 700;
}

.hover-item:hover {
    color: #FFF !important;
    font-weight: 700;
}

.news-letters-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #021151;
}

.news-letters-text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.news-letters-container {
    width: 550px;
    margin: 0 auto;
}

.news-letters-input {
    background: #FFFFFF;
    border-radius: 14px 0px 0px 14px;
    font-size: 14px;
    border: 0;
    text-align: center;
    height: 50px;
    width: 300px;
}

.news-letters-subscribe {
    background: #125377;
    border-radius: 0px 14px 14px 0px;
    height: 50px;
    width: 250px;
    float: right;
}

.news-letters-subscribe-1 {
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.payments {
    max-width: 600px;
}

@media all and (max-width: 768px) {
    .news-letters-container {
        width: 350px;
    }

    .news-letters-input {
        width: 200px;
    }

    .news-letters-subscribe {
        width: 150px;
    }

    .news-letters-subscribe-1 {
        font-size: 18px;
    }
}

.box-list-element {
    background-color: #DFE0EA;
    border: solid 1px #BDBFD5;
    margin-bottom: 5px;
    border-radius: 6px;
}

.box-list-detail-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b8bcdc;
    width: 25px;
    border-radius: 3px;
    height: calc(100% - 10px);
    margin: 5px 0px 5px 14px;
}

.box-150 {
    background-color: #DFE0EA;
    max-height: 150px;
    border: solid 1px #BDBFD5;
}

.box-250 {
    background-color: #DFE0EA;
    max-height: 350px;
    border: solid 1px #BDBFD5;
    padding-top: 10px;
    padding-bottom: 10px;
}


.img-money-transfers {
    margin-bottom: 18px;
    max-width: 250px;
    max-height: 100px;
}

.img-vecino-barro {
    height: 110px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .box-150 {
        border: solid 1px #BDBFD5;
        background-color: #DFE0EA;
        max-height: 250px;
    }

    .box-250 {
        border: solid 1px #BDBFD5;
        background-color: #DFE0EA;
        max-height: 350px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .img-vecino-barro {
        height: 110px;
        margin-top: 0px;
    }
}

@media (max-width: 466px) {
    .box-150 {
        border: solid 1px #BDBFD5;
        background-color: #DFE0EA;
        max-height: 300px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box-250 {
        border: solid 1px #BDBFD5;
        background-color: #DFE0EA;
        max-height: 350px;
    }

    .img-vecino-barro {
        height: 74px;
        margin-top: 0px;
    }
}

.title-box {
    color: #1a1e47;
    font-family: 'Montserrat';
    font-size: 1.3em;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.title-text {
    color: #1a1e47;
    font-family: 'Montserrat';
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.box-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.btn-money-transfer-recarga {
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border-color: #28AAE1;
    background: #28AAE1;
}

.btn-money-transfer-recarga-text {
    font-family: Montserrat SemiBold;
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
}

/*
.select-settings option {
    background-color: #10108c;
}*/

.row-loteria {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.row.mx-0>.col-xl-3.col-lg-3.col-md-4.col-sm-12.col-12.col-padding:first-child {
    margin-top: 20px;
}

.col-loteria {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.snow1,
.snow2 {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.button-previous-profile {
    border-radius: 5px;
    background-color: #003773;
    color: white;
    border: none;
    width: 105px;
    height: 29px;
}

._orientationLeft_e719.wrap_d644 {
    left: auto !important;
    right: 0;
}


.profile-left-menu {
    background-color: #DFE0EA;
    border-radius: 16px;
    height: 99%;
}


.profile-modal {
    max-width: 1000px;
    height: 600px;
    margin: 0 auto;
    background-color: #EAEBF1 !important;
}

.profile-nav-menu {
    align-items: center !important;
    margin-top: 50px;
}

.profile-left-menu-logo {
    height: 47px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profile-primary {
    color: #2B3276;
    margin-right: 10px;
}

.profile-nav-link {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    width: 80%;
}

.profile-label {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 14px !important;
    color: #1A1E47 !important;
    margin-left: 5px;
}

.profile-nav-link span {
    font-family: 'Montserrat SemiBold' !important;
    font-size: 13px !important;
    color: #2B3276;
}

.withdraws-nav-link span {
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
    color: #007BFF;
}

.withdraws-nav-link i {
    color: #007BFF;
}

.profile-input {
    background-color: #FFF !important;
    border-radius: 10px !important;
    padding-left: 75px !important;
    height: 36px !important;
}



.profile-input-icon {
    position: absolute;
    margin-left: 25px;
    height: 35px;
    display: flex;
    align-items: center;
    z-index: 10;
    color: #202659;
    width: 20px;
}

.profile-avatar {
    margin-top: -25px;
    width: 70px;
    margin-left: 10px;
}

.profile-text-label {
    font-family: 'Montserrat' !important;
    font-size: 12px !important;
    color: #5e5e5e !important;
}

.profile-label-normal {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 11px !important;
    color: #1A1E47 !important;
    margin-left: 5px;
    margin-top: -10px;
}

.profile-card-small {

    border-radius: 16px;
    border: 2px solid #BDBFD5;
    padding: 20px;
    width: 105px;
    height: 75px;
    background-color: #DFE0EA;
    display: inline-block;
}

.profile-card-text {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 11px !important;
    color: #2B3276 !important;
    position: relative;
    display: inline-block;
    top: -20px;
    left: -14px;
}

.profile-card-text-large {
    font-size: 14px !important;
}

.profile-card-large {

    border-radius: 16px;
    border: 2px solid #BDBFD5;
    padding: 20px;
    width: 220px;
    height: 75px;
    background-color: #DFE0EA;
    display: inline-block;
}

.profile-card-large-text {
    font-family: 'Montserrat ExtraBold Italic';
    font-size: 12px;
    color: #2B3276;
}

.fa-document:before {
    content: '';
    background: url(images/profile_documento_icon.png);
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
}

.profile-card-img {
    margin-top: -35px;
    margin-left: -15px;
    width: 20px
}

.profile-button {
    background-color: #2B3276;
    font-family: 'Montserrat' !important;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    width: 90%;
    height: 40px;
    border-radius: 8px;
    margin-top: 25px;
}

.profile-input-label {
    color: #1a1e47 !important;
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 12px !important;
}

.money-transfers-button {
    background-color: #2B3276;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 9px;
    cursor: pointer;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    margin-top: 25px;
}

.money-transfers-button:disabled {
    background-color: gray;
}

#v-pills-tabContent input,
#v-pills-tabContent select {
    font-size: 13px !important;
    max-height: 32.1px;
}

.background-transparent .alert.alert-info {
    background-color: transparent;
    border: 0;
}

.alert-custom-text .alert.alert-info {
    color: #004a99;
    font-family: 'Montserrat';
    font-size: 20px;
}

.custom-wallet-nav {
    background-color: #2B3276;
    margin: 0 auto;
    width: 95%;
    overflow-x: auto;
    border-radius: 5px;
}

.custom-wallet-nav.nav-pills i,
.custom-wallet-nav.nav-pills span {
    color: white
}

.custom-wallet-nav.nav-pills .nav-link.active,
.custom-wallet-nav.nav-pills .nav-link.active i,
.custom-wallet-nav.nav-pills .nav-link.active span {
    color: #FFD700 !important;
    background-color: transparent;
}

.no-style-a {
    color: #000;
    text-decoration: none;
}

.no-style-a:active,
.no-style-a:hover {
    color: inherit;
    text-decoration: none;
}

.button-center {
    display: flex;
    justify-content: space-around;
}

.lottery-element {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #b6bdd9;
    border-radius: 8px !important;
}

#loginModal .modal-body .container-fluid {
    width: 90%;
    padding: 0 20px;
}

@media all and (min-width: 769px) and (max-width: 1081px) {
    .desktopimage {
        display: none !important;
    }

    .tabletimage {
        display: block !important;
    }

    .mobileimage {
        display: block !important;
    }

    .padding-top-mobile {
        padding-top: 80px;
    }
}

@media all and (min-width: 1081px) {
    .desktopimage {
        display: block !important;
    }

    .tabletimage {
        display: none !important;
    }

    .mobileimage {
        display: none !important;
    }

    .padding-top-mobile {
        padding-top: 0px;
    }
}

@media all and (max-width: 768px) {
    .desktopimage {
        display: none !important;
    }

    .tabletimage {
        display: none !important;
    }

    .mobileimage {
        display: block !important;
    }

    .padding-top-mobile {
        padding-top: 80px;
    }
}

/* Managing the footer style */
.modal-footer>:not(:last-child) {
    margin-right: 0px;
}

.image-white {
    filter: brightness(0) invert(1);
}

.image-white:hover {
    filter: brightness(0) saturate(100%) invert(61%) sepia(30%) saturate(1078%) hue-rotate(156deg) brightness(90%) contrast(95%);
}

.circle-point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 20px;
}

#footer-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#footer-nav.active {
    display: flex;
}

#footer-nav a {
    color: #09053f;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px;
}

#footer-toggle {
    text-align: center;
    background-color: rgb(32, 43, 139);
    border-radius: 8px;
    border: 0;
    width: 100%;
    height: 50px;
    outline: none;
}

#footer-toggle span {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-decoration: underline;
}

#footer-toggle i {
    color: white;
    font-size: 15px;
}

#footer-toggle.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mobileimage .footer-li {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mobileimage .footer-li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #a2a3a5;
    /* Use border-bottom with dotted style */
    margin-top: 12px;
}

#footer-links-mobile {
    width: 100%;
}

.footer-nav-container {
    display: block;
}

#footer-links-mobile li:last-child::after {
    display: none;
}

.buttonsGroup {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 106px;
}

.prevButton {
    width: 30px;
    transform: scaleX(-1);
    z-index: 801;
    cursor: pointer;
    visibility: hidden;
}

.nextButton {
    width: 30px;
    z-index: 801;
    cursor: pointer;
}

.inline-wrapper {
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
    padding-left: 6px;
    justify-content: start;
}

.line {
    width: 25%;
    height: 4px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #55a7db;
    margin: 0 auto;
}

/* .footer-li-subcontainer {
    display: block;
    text-wrap: wrap;
    width: 130px;
    display: block;
}

.footer-li-subcontainer div {
    justify-content: flex-end;
    width: 20px;
} */


.image-container {
    width: 100%;
    /* o una larghezza specifica */
    height: 200px;
    /* altezza fissa, o una dimensione dinamica */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 'contain' mantiene l'aspect ratio */
}

.image-container img.reduced {
    width: 70%;
}

#containerNew {
    scrollbar-width: none;
}

#containerNew::-webkit-scrollbar {
    display: none;
}

.icon-menu-mobile {
    color: rgb(255, 255, 255);
    font-weight: 400;
    opacity: 1;
    text-shadow: none;
}

.balance-modal {
    display: none;
    position: fixed;
    top: 105px;
    right: 10px;
    min-width: 100px;
    background-color: #2c37ab;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-align: left;
    z-index: 240;
    flex-direction: column;
}

.balance-modal>div>span>strong {
    font-size: large;
    font-weight: bold;
}

.balance-modal p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 5px 0;
    min-width: 100px;
}

.balance-modal p strong {
    margin-left: 5em;
}

.balance-modal .close-btn {
    width: 20px !important;
    height: 20px !important;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid white;
    background: none;
    text-align: center;
    border-radius: 4px;
}


.yellow-border {
    border: 2px solid #f3c303;
}

.mobileimage .mobile-header-button {
    width: 150px;
}

.mobile-header-button {

    /* Login_Action */

    box-sizing: border-box;



    width: 150px;
    height: 35px;

    /* Bet/Primario/Azul/1000 */

    background: rgb(20, 41, 132);
    /* Bet/Primario/Gris/50

    Superficies, fondos
    */
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

    font-family: 'Montserrat';
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #EFEFEF;
    cursor: pointer;


}

.no-border {
    border: none !important;
}

.yellow-loteria {
    background-color: #FFd800;
    background: #FFd800 !important;
}