﻿body::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--tertiary-color);
    border-radius: 10px;
}

body::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {
    width: 10px;
    scrollbar-width: thin;
}

.sidenav::-webkit-scrollbar {
    width: 2px;
}

.sidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
}

/* hide eye input */
/* Chrome, Edge, Opera */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none;
}

input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-reveal {
    display: none;
}
/**/

body {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: var(--background-color);
}

* {
    user-select: none;
}

a{color:white; text-decoration:none;}
a:hover{color:white;}

/*Register rules*/

.psw_area {
    padding-left: 0rem;
}

.psw_item {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .psw_item i {
        font-size: 16px;
    }

.psw_item_text {
    margin-bottom: 0rem;
}

.success {
    color: green;
}

.wrong {
    color: var(--bs-danger);
}

/*psw_wrapper*/
.password-wrapper {
    position: relative;
}

    .password-wrapper i {
        position: absolute;
        right: 10px;
        top: 57%;
        cursor: pointer;
        color: var(--primary-color);
        font-size: 1.2rem;
    }

        .password-wrapper i.active {
            color: white;
        }
/**/

.row {
    --bs-gutter-x: 0.8rem;
}

.wrapper{
    width:100%;
    height:100%;
    box-sizing:border-box;
}

.center{
    text-align:center;
}

.container{
    max-width:1900px;
    margin:0 auto;
}

.container-right{
    margin-left:240px;
    height:100%;
}

button {
    background-color: transparent;
    border: none;
}


.button-primary {
    min-width: 80px;
    max-width: 100%;
    background-color: var(--primary-color);
    outline: none;
    border: none;
    color: var(--primary-text-color);
    min-width: 130px;
    border-radius: 10px;
    height: 35px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .25s ease-in-out;
}

    .button-primary:hover, .button-primary:focus {
        color: #fff;
        background: var(--primary-hover-color);
        outline: none;
    }

.button-secondary {
    background-color: var(--secondary-color);
    color: var(--secondary-text-color);
    text-transform: uppercase;
}

.button-small {
    min-width: 76px;
    padding: 0px 12px;
    border-radius: 6px;
    font-size: 12px;
    height:29px;
}

.button-secondary:hover, .button-secondary:focus {
    background-color: var(--secondary-hover-color);
    color: var(--secondary-text-color);
}


/* classe bagliore*/

.header_btn--animate {
    position: relative;
    overflow: hidden;
}

    .header_btn--animate:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50px;
        height: 100%;
        background: linear-gradient(120deg, transparent, hsla(0, 0%, 100%, .5), transparent);
        animation: header-mob-shine 3s ease-in-out infinite;

    }

/* Keyframes per l'animazione del bagliore */
@keyframes header-mob-shine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/**/


.w100{
    width:100%;
}

.w95 {
    width: 95%;
}

.btn-shadow {
    box-shadow: 0 3px 0 #960326;
}

.btn-shadow-blue {
    box-shadow: 0 3px 0 #0e0ef1;
}

.only-mobile {
    display: none;
}

/* HELPER */

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}


/*panel*/
.category-panel {
    display: -ms-flexbox;
    display: flex;
    margin: 25px -7px 0;
}

.games-menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px;
    overflow: auto;
}

.category-panel__menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.games-menu__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.big {
    font-size: 30px;
    margin: 0;
}

.games-menu__txt {
    font-size: 15px;
}


@media screen and (max-width: 992px) {
    .container-right {
        margin-left: 0px;
    }

    .no-mobile {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .button-small-mobile {
        font-size: 10px;
        padding: 6px 8px;
        min-width: auto;
        margin: 0 0px 0 0;
        width: 58px;
        height: 26px;
    }
}


@media screen and (max-width: 767px) {

    .category-panel {
        display: none;
    }
}

/* SideNav */

.sidenav-list {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    font-weight: 500;
    border-top: 1px solid var(--line-color);
}

.sidenav-list-item {
    border-bottom: 1px solid var(--line-color);
    padding: 8px 10px;
}

.sidenav-list-span {
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color);
    cursor: pointer;
    line-height: 1;
    padding: 12px 9px;
    transition: 0.35s all ease;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.sidenav-list-item img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 22px;
}

.sidenav-list-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icon_area {
    width: 35px;
}

.sidenav-list-item i {
    margin-left: 5px;
}

.sidenav-list-item:hover .sidenav-list-span {
    color: var(--text-color-lighter);
}

.sidenav-list-item:hover i {
    color: var(--text-color-lighter);
}

.sidenav-list-item select {
    background-color: transparent;
    border: none;
    color: var(--text-color);
    outline: none;
}

.username {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
}

.user-area-img {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 2px solid var(--sidenav-color);
    background: #262730;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0 0 46px 0 rgb(0 0 0 / 25%);
    text-align: center;
}

    .user-area-img img {
        position: relative;
        top: 4px;
        max-height: 100%;
    }

/*sidenav dropdown*/

.dropdown-content-sidenav {
    padding-top: 10px;
}

.sub-menu-sidenav {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    transition: 0.6s all ease;
    padding-left: 0;
}

    .sub-menu-sidenav:last-child {
        border-bottom: none;
    }

.sub-menu-list {
    padding: 10px 3px 10px 0px;
    font-size: 12px;
}

    .sub-menu-list:last-child {
        padding-bottom: 0;
    }

    .sub-menu-list:hover span {
        color: #ffbb39;
    }

.header-menu__category-btn {
    display: inline;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    padding-top: 10px;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    cursor: pointer;
}

.dropdown-toggle .rotate {
    transform: rotate(180deg);
}
 

/* Modal */

#contained-modal-title-vcenter {
    color: var(--modal-text-color);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-content {
    background-color: var(--modal-background-color);
}

.modal-dialog-centered {
    justify-content: center;
}

/*DIVERSO*/
.btn-close {
    filter: invert(0);
}

    .btn-close:focus {
        box-shadow: none;
    }

.form-label {
    font-size: 14px;
    color: var(--primary-color);
}

    .form-label a {
        color: var(--primary-color);
    }

.form-control {
    background-color: var(--modal-background-color);
    color: var(--secondary-color);
    border: 1px solid var(--tertiary-border-color);
}

    .form-control:focus {
        background-color: var(--modal-background-color);
        /*color: #fff;*/
        box-shadow: none;
        border: 1px solid var(--border-form-color);
    }

.linkModal {
    cursor: pointer;
    text-decoration: underline;
}

    .linkModal:hover {
        text-decoration: none;
    }

.modal-header-error {
    justify-content: start;
}

.modal-title {
    color: #000;
}

.modal-content-error {
    background-color: var(--modal-error-color);
}

.errorArea {
    margin-top: 1rem;
}

.errorText {
    font-size: 25px;
    color: #000;
}

.modal-footer button{
    cursor:pointer!important;
}

.modal-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    animation: shake 0.8s ease-in-out infinite;
    padding: 10px;
}

    .modal-icon.success {
        background-color: green;
    }

    .modal-icon.error {
        background-color: red;
    }


@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.modal-icon::before {
    color: white;
    font-size: 24px;
    font-weight: bold;
}


.error-icon {
    width: 50px;
    height: 50px;
    background: var(--bs-danger);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    animation: shake 0.8s ease-in-out infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.error-icon::before {
    content: '!';
    color: white;
    font-size: 24px;
    font-weight: bold;
}

/* Live Page */

.banner-container {
    width: 100%;
    padding: 15px 10px 70px 0;
    text-align: center;
}

.casino-banner, .casino-banner:hover {
    transition-duration: .3s;
    transition-property: transform,box-shadow;
    transition-timing-function: ease-out;
    transform: scale(1.03) translateZ(0) translateZ(0);
}

.casino-banner {
    transform: scale(1) translateZ(0) translateZ(0);
}

.bannerImg {
    cursor: pointer;
    max-height: 500px;
    width: 82%;
    box-shadow: 0 26px 30px -10px rgb(0 0 0 / 69%), 0 16px 10px -10px rgb(0 0 0 / 73%);
}

.divider {
    margin-top: 25px;
    border: 1px solid var(--line-color);
    width: 50%;
    margin: 0 auto;
}

.marginTop25 {
    margin-top: 25px;
}

.marginBottom25 {
    margin-top: 25px;
}

/*Footer Page*/
.page-content__content {
    background-color: var(--background-rules-color);
    border-radius: 18px;
    color: var(--text-color);
    line-height: 1.6;
    padding: 25px 20px;
}

.title-h1 {
    font-weight: bold;
}

.title-h2 {
    color: var(--title-color);
    font-weight: bold;
    line-height: 1.2;
    margin: 70px 0 20px 0;
    text-transform: uppercase;
    font-size: calc(19.93103px + .64655vw);
}

.page-content__content a {
    color: var(--text-color-lighter);
}

.page-content__content ul {
    list-style-type: disc;
}
