* {
    box-sizing: border-box
}

@font-face {
    font-family: Montserrat sans-serif;
    font-style: normal;
    font-weight: 300;
    src: url(za_Assets/Font/Montserrat/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Gloock', serif;
    font-style: normal;
    src: url(za_Assets/Font/Montserrat/Gloock-Regular.ttf);
}

body,
html {
    height: 100vh;
    font-family: Montserrat;
    margin: 0;
    background-color: var(--background);
    z-index: 10;
    color: var(--text-color-grey);
    font-size: 14px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/*---Stile Bottoni con Icone---*/

.divcontbtn {
    z-index: 1;
    background: var(--container-accent);
    min-height: 30px;
    margin: 10px 0;
    padding: 5px;
    border-radius: 0px;
    outline: 10px solid var(--background);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-primary {
    --bs-btn-color: var(--text-color-grey);
    --bs-btn-bg: var(--container-accent);
    --bs-btn-border-color: none;
    --bs-btn-hover-color: var(--text-color-hilight);
    --bs-btn-hover-bg: var(--accent);
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--text-color-hilight);
    --bs-btn-active-bg: var(--accent);
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
}


/*---Navbar Top (x tutte le pagine)---*/

#navigation {
    max-width: none !important;
    background-color: var(--background-nav) !important;
    padding: 0 20px;
    box-shadow: 0 0 30px 15px rgb(0 0 0/ 40%);
}

#navigation .nav-link {
    color: var(--text-color-grey);
    font-size: 14px;
    text-decoration: none;
}

#navigation .nav-link:hover {
    color: var(--accent);
    text-decoration: none;
}

#navigation .nav-link :active {
    color: var(--text-color-hilight);
    text-decoration: none;
    font-weight: 700;
}

#navigation .nav-item .active {
    color: var(--accent);
    text-decoration: none;
}

#datatableCampionato-mercati .nav-link {
    padding: 2px;
}

#datatableCampionato-mercati .btn-sport {
    width: 12.5%;
    max-width: 12.5%;
    height: 10%;
    align-items: center;
    font-size: 13px;
}

.sign-button {
    color: var(--text-color-hilight);
    background-color: var(--accent);
}


/*---Language selector (x tutte le pagine)---*/

.lang-icon {
    width: 15px;
    margin-right: 5px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 0;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--accent);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1remrgba(var(--bs-body-color-rgb), 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--accent);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) 0.5rem;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.btn-i-cont {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-right: 3px;
}

.sign-button img {
    font-size: 15px;
    margin-right: 0.2rem;
    margin-bottom: 4px;
}

.sign-button:hover {
    color: var(--accent)!important;
    border-color: var(--accent) 70%;
}

.sign-button:hover .text-on-accent {
    color: var(--accent)!important;
    border-color: var(--accent) 70%;
}

.show-circle:focus+.circle,
.show-circle:active+.circle {
    opacity: 100;
}

.navdarker {
    background-color: var(--background);
}


/*---Layout Pagina  Sport---*/

.rows {
    height: calc(100vh - 60px);
    width: 100vw;
    min-width: 1450px;
    padding: 0 10px;
}

.rows-v {
    height: calc(100vh - 140px);
    width: 100vw;
    min-width: 1450px;
    padding: 0 15px;
}



.rows-z {
    
    width: 100vw;
    min-width: 1450px;
    padding: 0 15px;
}


.rows-c {
    height: 800px;
    width: 100vw;
    min-width: 1450px;
    padding: 0 6.3rem;
    overflow-y: auto;
    height: 100vh;
}

.rows-full {
    width: 100%;
    min-width: 1450px;
    padding: 0 6.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 140px);
}

.column-c {
    width: 80%;
    float: left;
    background: var(--background);
    height: 100vh;
}

.left-column {
    width: 20%;
    float: left;
    background: var(--background);
    padding: 0 10px;
    overflow-y: auto;
    height: 100%;
}

.left-column-v {
    width: 17%;
    float: left;
    background: var(--background);
    overflow-y: auto;
    height: 100%;
    padding-right: 3px;
    scroll-margin-top: 60px;
}

.left-column-e {
    width: 23%;
    float: left;
    background: var(--background);
    padding: 0 2.5px;
    overflow-y: auto;
    height: 100%;
}

.center-column {
    width: 60%;
    float: left;
    background-color: var(--background);
    padding: 0 10px;
    overflow-y: auto;
    height: 100%;
}

.center-column-v {
    width: 63%;
    float: left;
    background-color: var(--background);
    padding: 0 2.5px;
    overflow-y: auto;
    height: 100%;
    margin-top: 10px;
}

.left-column-c {
    width: 20%;
    float: left;
    background: var(--background);
    overflow-y: auto;
    height: 100%;
}

.center-column-l {
    width: 80%;
    float: left;
    background-color: var(--background);
    padding: 0 2.5px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    margin-top: 10px;
}

.center-column-e {
    width: 57%;
    float: left;
    background-color: var(--background);
    padding: 0 2.5px;
    overflow-y: auto;
    height: 100%;
}

.right-column {
    width: 20%;
    background: var(--background);
    padding: 0 10px;
    overflow-y: auto;
    float: right;
    height: 100%;
}

.right-column-v {
    width: 20%;
    background: var(--background);
    overflow-y: auto;
    overflow-x: hidden;
    float: right;
    height: 100%;
    padding: 0 2.5px;
}

.right-column-e {
    width: 27%;
    background: var(--background);
    padding: 0 2.5px;
    overflow-y: auto;
    float: right;
    height: 100%;
}

.left-column-v::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.left-column-v:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.left-column-v::-webkit-scrollbar-track {
    display: none;
}

.center-column-v::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.right-column-v::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.right-column-v:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.right-column-v::-webkit-scrollbar-track {
    display: none;
}

.center-column-v:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.center-column-l::-webkit-scrollbar-track {
    display: none;
}

.center-column-l::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.center-column-l:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.center-column-l::-webkit-scrollbar-track {
    display: none;
}

.left-column-e::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.left-column-e:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.left-column-e::-webkit-scrollbar-track {
    display: none;
}

.center-column-e::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.right-column-e::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.right-column-e:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

.right-column-e::-webkit-scrollbar-track {
    display: none;
}

.center-column-e:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent-scrollbar);
    width: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 3px gray;
}

#pills-tab-state::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
}

#pills-tab-state:hover::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    height: 3px;
    border-radius: 10px;
    box-shadow: inset 0 0 1px gray;
}

#pills-tab-state::-webkit-scrollbar-track {
    display: none;
}


/* STRUTTURA DASHBOARD */

.rows-dashboard {
    height: 800px;
    min-width: 1440px;
    padding: 0 0.2rem;
    overflow-y: auto;
    height: calc(100vh - 119px);
}

.left-dashboard {
    width: 15%;
    float: left;
    background: var(--background);
    overflow-y: auto;
    height: calc(100vh - 119px);
}

.dashboard-center {
    width: 85%;
    float: left;
    background: var(--background);
    height: calc(100vh - 119px);
}


/* ------------ */

.divl,
.divr,
.divc {
    z-index: 1;
    background: var(--container-background);
    min-height: 30px;
    margin: 10px 0;
    border-radius: 0px;
    outline: 10px solid var(--background);
}


.div-divisore {
    z-index: 1;
    background: var(--background);
    min-height: 50px;
    margin: 10px 0;
    border-radius: 0px;
    outline: 10px solid var(--background);
}

.divcont {
    z-index: 1;
    background: var(--container-background);
    min-height: 30px;
    margin: 10px 0;
    /*border-radius: 3px;*/
    outline: 10px solid var(--background);
}

.divl:hover {
    background: var(--background);
}

.divr:hover {
    background: var(--background);
}

.sticktop {
    background: var(--background);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    border-top: 10px solid var(--background);
}

.head-Sc {
    background: var(--container-accent);
    color: var(--text-color-hilight);
    font-weight: 500;
    margin: 0;
    padding: 15px 0 15px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.head-Sc img {
    margin-right: 10px;
}


/*===Kit dettagli accentati===*/


/*---attribuisci questa al div che contiene il resto---*/

.head-orangebar {
    position: relative;
    border-radius: 3px;
}


/*---attribusci questa classe ad un div vuoto all'intenro del div con la classe precedente---*/

.left-side-color-S {
    margin-right: 7px;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 3px;
    background-color: var(--accent);
}

.bottom-side-color-S {
    margin-top: 5px;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: var(--accent);
}

.modal-backdrop {
    --bs-backdrop-zindex: 10;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.83;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--text-color-hilight);
    pointer-events: auto;
    background-color: var(--container-background);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

#logModal .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color-hilight);
    background-color: var(--background);
    background-clip: padding-box;
    border: var(--bs-border-width);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#logModal .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-label {
    color: var(--text-color-grey);
}

.sign-close-icon {
    font-size: 1.6rem;
    color: var(--accent);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}

.sign-close-icon:hover {
    opacity: 0.75;
}

.combinazioni-svuota {
    color: var(--text-color-grey);
    font-weight: 400;
}

.combinazioni-svuota:hover {
    cursor: pointer;
    color: var(--text-color-hilight);
    text-decoration: underline;
}


/*============================*/



/* PARTE REALIZZATA DA GIOVANNI CASTRO*/


/* stile per i bottoni selezionati del codice appartenente al vecchio template*/

.toggle_odd:hover, .toggle_odd.selected, .toggle_odd:active, .toggle_odd:focus {
    color: red !important;
    background: #000;
    /* background: #4bb392!important; */
}


.dettaglio-combinazioni {
    font-size: 10px;
}




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../Font/glyphicons-halflings-regular.ttf");
}

// Catchall baseclass
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.glyphicon-chevron-right:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings' !important;
}

.glyphicon-chevron-down:before {
    content: "\e114";
    font-family: 'Glyphicons Halflings' !important;
}

.treegrid-indent {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
}
/**
    
    FINE Blocco inserito per il tree degli utenti
    
    **/



.img12px { /* usato per le icone attivo o disattivo per lo stato degli utenti in tabella users.php               */
    height: 12px !important;
    width: 12px !important;
}



/*PADDING TABELLA USERS dialog ANTONIO*/

/* Stili per livello skin */
.level-1 {
    padding-left: 10px; /* Aggiusta questo valore come necessario */
}

/* Stili per livello master */
.level-2 {
    padding-left: 20px; /* Aggiusta questo valore come necessario */
}

/* Stili per livello agente  */
.level-3 {
    padding-left: 30px; /* Aggiusta questo valore come necessario */
}
/* Stili per livello subagente */
.level-4 {
    padding-left: 40px; /* Aggiusta questo valore come necessario */
}
/* Stili per livello sala */
.level-5 {
    padding-left: 50px; /* Aggiusta questo valore come necessario */
}
/* Stili per livello player*/
.level-user {
    padding-left: 80px; /* Aggiusta questo valore come necessario */
}
/* Stili per livello player*/
.level-6 {
    padding-left: 80px; /* Aggiusta questo valore come necessario */
}



@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1300px;
    }
}



.fs-7 {
    font-size: 0.7rem; /* O qualsiasi dimensione desideri */
}