/* Common Styles */

.cont-main-content {
    padding: 30px;
}



.widget-cont {
    width: 100%;
    border: #767676 1px solid;
    padding: 20px;
    /*margin-bottom: 35px;*/
    background: #000;
    color: #fff;
    height: max-content;
}
.widget-cont.widget-live-score {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}
.widget-cont.widget-live-score .close {
    padding: 10px 0px;
}


.widget-border-rounded-lrg {
    border-radius: 15px;
}
.widget-border-rounded-mid {
    border-radius: 15px;
}
.widget-cont .widget-title {
    /*color: #101010;*/
    font-size: 20px;
    margin-bottom: 30px;
}

h2.widget-title.title-rounded{
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom: none  !important;
    padding: 7px 20px  !important;
    margin-bottom: 0px  !important;
    text-align: center;
}

.countryNameSelect {
    font-size: 13px;
    line-height: 13px;
    color: #888;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* Responsive */
/* Tablet */
@media screen and (max-width: 989px) {
    .widget-cont{
        border-radius:0px !important;
    }
    .widget-cont.rounded-15{
        border-radius:15px !important;
    }
    .widget-cont.rounded-15.widget-player-positioning {
        border-radius: 0px !important;
    }
    .widget-cont.rounded-15.widget-player-positioning h2.widget-title.title-rounded{
        border-radius: 0px !important;
    }
}

/* Smartphones */
@media screen and (max-width: 767.9px) {
    
    .cont-main-content {
        padding: 15px;
    }
    .widget-cont {
        padding: 15px;
        /* margin-bottom: 20px;*/
    }
    .widget-cont .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
/* Responsive */

/* Common Styles */

/* Link - More Button */
.link-more-wb {
    background-color: #000000;
    color: #ffffff;
    text-align: right;
    display: flex;
    padding: 10px 20px;
    font-weight: 600;
    justify-content: end;
    align-items: center;
    border-radius: 5px;
}
.link-more-wb:hover {
    color: #ffffff;
}
.link-more-wb svg {
    margin-left: 5px;
}
/* Link - More Button */

/* Slider Dots */
.slider-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}
.slider-dots button {
    background-color: rgba(200, 184, 227, 0.56);
    height: 14px;
    width: 14px;
    margin: 5px;
    border-radius: 15px;
    padding: 0px;
}
.slider-dots button.active {
    background-color: #020202;
}

/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .slider-dots {
        margin: 15px 0px;
    }
    .slider-dots button {
        height: 10px;
        width: 10px;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Slider Dots */

/* Metric Slider */
.cont-metrics {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: #dbdbdb 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cont-metrics .current-metric {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.cont-metrics .current-metric svg {
    margin-right: 10px;
}
.cont-metrics .metric-title {
    width: 80%;
    font-weight: bold;
    color: #020202;
    font-size: 27px;
    line-height: 32px;
    height: auto;
}
.cont-metrics .metric-title span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
}
.cont-metrics .cont-metric-controls {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.cont-metrics .metric-control-single {
    color: #020202;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    cursor: pointer;
}
.cont-metrics .metric-control-single.metric-prev {
    margin-right: 60px;
}





/* Responsive Styles */
/* Tablet */
@media screen and (max-width: 992px) {
    .cont-metrics .current-metric {
        width: 70%;
    }
    .cont-metrics .cont-metric-controls {
        width: 30%;
    }
    .cont-metrics .metric-control-single {
        font-size: 0px;
    }
    .cont-metrics .metric-control-single.metric-prev {
        margin-right: 20px;
    }
}
/* Tablet */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .cont-metrics .current-metric {
        width: 85%;
    }
    .cont-metrics .cont-metric-controls {
        width: 15%;
    }
    .cont-metrics .metric-control-single.metric-prev {
        display: none;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Metric Slider */


@media screen and (max-width: 767.9px) {
}

/* Smartphones */
/* Responsive Styles */
/* Championship Slider */







.select2.select2-container.select2-container--default.select2-container--disabled {
    opacity: 0.3;
    pointer-event: none;
}

.initialNoData p {
    font-size: 28px;
    font-weight: 500;
    color:#020202;
    line-height: 30px;
}

.initialNoData .goLastSeasonDati {
    background: #C8A227;
    border-radius: 37px;
    max-width: 442px;
    width: 100%;
    border: 3px solid #020202;
    color:#020202;
    font-size: 20px;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}

.initialNoData .goLastSeasonDati:hover {
    color:#fff;
    background: #020202;
} 


.errorPlaceHolder .tpl-error {
    background: rgb(255,255,255);
    background: linear-gradient(183deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%);
    padding: 20px 25px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.title-error {
    color: #707070;
    font-size: 28px;
    text-align: center;
    margin: auto;
    line-height: 30px;
    font-weight: 500;
}

.desc-error {
    /* max-width: 80%; */
    text-align: center;
    color: #020202;
    margin: auto;
    font-size: 15px;
    line-height: 16px;
}

#dettaglioBetting.sequenze-eventi .modal-dialog:not(.modal-xl) {
    max-width: 600px;
}

/*#dettaglioBetting .match_list_single.ag-grid .recap-punteggio{display:none!important;}*/

#dettaglioBetting .row-comp .button-popup-partita{display:none!important;}
#dettaglioBetting .row-comp .d-flex.flex-column{
    flex-direction: row !important;
    width: 100%;
  justify-content: space-between;
}.widget-hamburger-menu .cont-hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #070707;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 25px;
    width: 380px;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 106;
    
    transform: translateX(-100%);
    transition: transform .4s cubic-bezier(.06,.34,.11,1);
    border-right: 2px solid #c8a22755;
}


.widget-hamburger-menu .hamburger-body-profile img {
    width: 55px;
    height: 55px;
}

.widget-hamburger-menu img {
    font-size: 8px;
    line-height:8px;
    color: #000;
}

.widget-hamburger-menu .sfumatura-purple {
    right: 0px;
    height: 100%;
    display:block;
}

.widget-hamburger-menu .in_evidenza {
    background: #fff2;
    color:#fff;
    border-radius:10px;
    min-height: 40px;
}
.widget-hamburger-menu .in_evidenza:hover {
    background: #fff1;
}




.widget-hamburger-menu .cont-hamburger-menu.hamburger-menu-expanded {
    transform: translateX(0px);
    width: 350px;
}
.widget-hamburger-menu .cont-hamburger-menu::-webkit-scrollbar {
    cursor: grab;
    width: 5px;
    height: 100%;
}
.widget-hamburger-menu .cont-hamburger-menu::-webkit-scrollbar-button {
    background-image: none;
    width: 0px;
}

.widget-hamburger-menu .cont-hamburger-menu::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.5);
}
.widget-hamburger-menu .cont-hamburger-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.75);
}
.widget-hamburger-menu svg {
    fill: #ffffff;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
   
    .widget-hamburger-menu .cont-hamburger-menu {
        width: 100%;
    }

}
/* Smartphones */
/* Responsive Styles */

/** Toggler **/
.widget-hamburger-menu .hamburger-menu-toggler {
    /*background-color: #020202;*/
    display: inline-block;
    padding: 10px 15px;
    /*border-radius: 15px;*/
    cursor: pointer;
}
.widget-hamburger-menu .fondo.hamburger-menu-toggler {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #020202dd;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 106;
    display:none;
}

.widget-hamburger-menu .cont-hamburger-menu .hamburger-menu-toggler {
    padding: 0px;
}

.widget-hamburger-menu .hamburger-menu-toggler svg {
    fill: #ffffff;
}
/** Toggler **/

/* Hamburger - Header */
.widget-hamburger-menu .cont-hamburger-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 15px 0px;
}
.widget-hamburger-menu .cont-hamburger-header svg{
   max-width: 150px;
}
/* Hamburger - Header */

/* Hamburger - Profile */
.widget-hamburger-menu .hamburger-body-profile {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 14px;
}
/*.widget-hamburger-menu .hamburger-body-profile img {
    background-color: white;
    border-radius: 50%;
    border: 2px white solid;
    margin-bottom: 15px;
}
.widget-hamburger-menu .hamburger-logout {
    color: white;
    font-size: 12px;
    font-weight: normal;
}

.widget-hamburger-menu .hamburger-logout svg {
    margin-left: 5px;
}
.widget-hamburger-menu .hamburger-login {
    background-color: #fff;
    border: #bbe53a 1px solid;
    color: #020202;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 25px;
    margin-bottom: 10px;
}*/
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-hamburger-menu .hamburger-body-profile {
        margin-bottom: 15px;
    }
    /*.widget-hamburger-menu .hamburger-body-profile img {
        border: 1px white solid;
        margin-bottom: 10px;
    }
    .widget-hamburger-menu .hamburger-login {
        padding: 3px 15px;
    }*/
}
/* Smartphones */
/* Hamburger - Profile */

/* Hamburger - Search */
.widget-hamburger-menu .hamburger-body-search {
    background-color: white;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    height: 50px;
    padding: 0px 20px;
    position: relative;
    transition: border-radius 0.15s ease-in-out;
}
.widget-hamburger-menu .hamburger-body-search svg {
    width: 20px;
    height: auto;
}
.widget-hamburger-menu .hamburger-body-search input {
    width: calc(100% - 65px);
    border: none;
    background-color: transparent;
    height: 45px;
}
.widget-hamburger-menu .hamburger-search-input-del {
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    visibility: hidden;
}
.widget-hamburger-menu .hamburger-search-input-del::before,
.widget-hamburger-menu .hamburger-search-input-del::after {
    content: "";
    width: 15px;
    height: 1.5px;
    background-color: #020202;
    position: absolute;
    top: 15px;
    left: 10px;
}
.widget-hamburger-menu .hamburger-search-input-del::before {
    transform: rotate(45deg);
}
.widget-hamburger-menu .hamburger-search-input-del::after {
    transform: rotate(-45deg);
}
.widget-hamburger-menu .hamburger-body-search.show-search-result .hamburger-search-input-del {
    visibility: visible;
}
.widget-hamburger-menu .hamburger-search-result-cont {
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0px;
    background-color: white;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
    color: #020202;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out;
    z-index: 1;
}
.widget-hamburger-menu .hamburger-body-search.show-search-result {
    border-radius: 19px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: border-radius 0.1s ease-in-out;
}
.widget-hamburger-menu .hamburger-body-search.show-search-result .hamburger-search-result-cont {
    max-height: 650px;
    transition: max-height 0.25s ease-in-out;
}
.widget-hamburger-menu .hamburger-search-result-content {
    padding: 0px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: rgba(0, 0, 0, 0.16) 1px solid;
    margin: 0px 20px;
}
.widget-hamburger-menu .hamburger-search-history-single {
    border-bottom: rgba(0, 0, 0, 0.16) 1px solid;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.widget-hamburger-menu .hamburger-search-history-single svg {
    margin-right: 16px;
}
.widget-hamburger-menu .hamburger-search-history-del {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
.widget-hamburger-menu .hamburger-search-history-del::before,
.widget-hamburger-menu .hamburger-search-history-del::after {
    content: "";
    width: 12px;
    height: 1.15px;
    background-color: #707070;
    position: absolute;
    top: 15px;
    left: 10px;
}
.widget-hamburger-menu .hamburger-search-history-del::before {
    transform: rotate(45deg);
}
.widget-hamburger-menu .hamburger-search-history-del::after {
    transform: rotate(-45deg);
}
.widget-hamburger-menu .hamburger-search-result-list {
    padding-top: 20px;
}
.widget-hamburger-menu .hamburger-search-result-single {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget-hamburger-menu .hamburger-search-result-details {
    flex-grow: 1;
}
.widget-hamburger-menu .hamburger-search-result-single span {
    color: #5cccd3;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.widget-hamburger-menu .hamburger-search-result-single img {
    margin-right: 15px;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-hamburger-menu .hamburger-body-search {
        margin-bottom: 15px;
        height: 50px;
        padding: 0px 10px;
    }
    .widget-hamburger-menu .hamburger-body-search svg {
        width: 20px;
        height: auto;
    }
    .widget-hamburger-menu .hamburger-body-search input {
        width: calc(100% - 65px) !important;
    }
    .widget-hamburger-menu .hamburger-search-input-del {
        width: 25px;
        height: 25px;
    }
    .widget-hamburger-menu .hamburger-search-input-del::before,
    .widget-hamburger-menu .hamburger-search-input-del::after {
        top: 12px;
        left: 5px;
    }
    .widget-hamburger-menu .hamburger-body-search.show-search-result .hamburger-search-result-cont {
        max-height: 450px;
    }
    .widget-hamburger-menu .hamburger-search-result-content {
        padding: 0px 10px 10px;
        margin: 0px 10px;
    }
    .widget-hamburger-menu .hamburger-search-history-single {
        padding: 10px 0px;
    }
    .widget-hamburger-menu .hamburger-search-history-single svg {
        margin-right: 7px;
    }
    .widget-hamburger-menu .hamburger-search-history-del {
        width: 20px;
        height: 20px;
    }
    .widget-hamburger-menu .hamburger-search-history-del::before,
    .widget-hamburger-menu .hamburger-search-history-del::after {
        width: 10px;
        height: 1.05px;
        top: 10px;
        left: 7px;
    }
    .widget-hamburger-menu .hamburger-search-result-list {
        padding-top: 15px;
    }
    .widget-hamburger-menu .hamburger-search-result-single {
        margin-bottom: 15px;
    }
    .widget-hamburger-menu .hamburger-search-result-single span {
        color: #5cccd3;
        font-size: 14px;
        font-weight: 400;
        display: block;
    }
    .widget-hamburger-menu .hamburger-search-result-details {
        flex-grow: 1;
        width: 80%;
    }
    .widget-hamburger-menu .hamburger-search-result-single img {
        margin-right: 10px;
    }
}
/* Smartphones */
/* Hamburger - Search */

/* Hamburger - Live Score */
.widget-hamburger-menu .hamburger-body-live-score {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 0px;
    /*border-bottom: #fff3 1px solid;*/
    padding-bottom: 15px; 
}    
.widget-hamburger-menu .hamburger-body-live-score .hamburger-live-score-heading,
.widget-hamburger-menu .hamburger-body-live-score .hamburger-live-score-red,
.widget-hamburger-menu .hamburger-body-live-score .hamburger-live-score-green{
    transition: all .3s ease;
}
.widget-hamburger-menu .hamburger-body-live-score:hover .hamburger-live-score-heading{
    font-size: 17px;
}
.widget-hamburger-menu .hamburger-body-live-score:hover .hamburger-live-score-red{
    background-color: #e20613;
    color:#fff;
}
.widget-hamburger-menu .hamburger-body-live-score:hover .hamburger-live-score-green{
    background-color: #333;
}
.widget-hamburger-menu .hamburger-live-score-heading::before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: #e20613;
    border-radius: 15px;
    margin-right: 7px;
}
.widget-hamburger-menu .hamburger-live-scores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 12px;
}
.widget-hamburger-menu .hamburger-live-score-single {
    border-width: 2px;
    border-style: solid;
    padding: 5px 7px;
    border-radius: 50px;
   
    font-size: 12px;
}
.widget-hamburger-menu .hamburger-live-score-red {
    border-color: #e20613;
}
.widget-hamburger-menu .hamburger-live-score-green {
    border-color: #5dccd3;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-hamburger-menu .hamburger-body-live-score {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .widget-hamburger-menu .hamburger-live-scores {
        /*display: none;*/
	margin: 5px 0px;
    }
}
/* Smartphones */
/* Hamburger - Live Score */

/* Hamburger - Main Menu */
.widget-hamburger-menu .hamburger-menu-simple-link {
    width: 100%;
    height: 70px;
    color: #fff;
    font-weight: 500;
    transition: all .4s ease-out;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -25px;
    padding-left: 25px;
    width: calc(100% + 50px);
}
.widget-hamburger-menu .hamburger-menu-simple-link a, 
.widget-hamburger-menu .hamburger-menu-simple-link .icon{
    height:70px;
    display:flex;
    align-items: center;
}

.widget-hamburger-menu .hamburger-menu-simple-link .box{
    height:70px;
    display:flex;
    align-items: center;
   /* border-top: #eaeaea33 1px solid; */
    margin-right: 25px;
    transition: all .5s ease;
}




.widget-hamburger-menu .hamburger-menu-simple-link .icon {
    min-width: 35px;
    text-align: center;
}

.widget-hamburger-menu .hamburger-menu-simple-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* Inizialmente invisibile */
    height: 100%;
    background: linear-gradient(to right, #fff2, #fff0);
    opacity: 1;
    transition: all 0.3s cubic-bezier(.28,.07,.35,1); /* Animazione morbida */
    z-index: -1;
}

.widget-hamburger-menu .hamburger-menu-simple-link:hover::before {
    width: 100%;
    opacity: 1; /* Sfondo visibile gradualmente */
}

/*.widget-hamburger-menu .hamburger-menu-simple-link {
    background: linear-gradient(to right, #fff0, #fff0);
    transition: background 0.3s ease-in-out; 
}
.widget-hamburger-menu .hamburger-menu-simple-link:hover {
    background: linear-gradient(to right, #fff1, #fff0);
}
.widget-hamburger-menu .hamburger-menu-simple-link:hover .box {
    border-top: #eaeaea00 1px solid; 
}
.widget-hamburger-menu .hamburger-menu-simple-link:hover + .hamburger-menu-simple-link .box{
    border-top: #eaeaea00 1px solid; 
}*/

.widget-hamburger-menu .hamburger-menu-category {
    width: 100%;
    height: 70px;
    color: #bbe53a;
    font-weight: 600;
    border-top: #fff3 1px solid;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    transition: font-size .3s ease;
}
.widget-hamburger-menu .hamburger-menu-category:hover {
    font-size:18px;
}
.widget-hamburger-menu .hamburger-menu-category::after,
.widget-hamburger-menu .hamburger-menu-category::before {
    content: "";
    background-color: #bbe53a;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 12px;
    height: 2px;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}


.widget-hamburger-menu .hamburger-menu-category::after {
    transition: transform 0.15s ease-in-out;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.widget-hamburger-menu .hamburger-menu-category[aria-expanded="true"]::before {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-category[aria-expanded="true"]::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.25s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-category-content {
    padding-bottom: 25px;
}
.widget-hamburger-menu .hamburger-menu-links-cont {
    max-height: 100%;
    transition: max-height 0.15s ease-in-out;
    overflow: hidden;
}

.widget-hamburger-menu .hamburger-menu-link {
    display: block;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    margin: 0px 0px;
    min-height: 40px;
    border-radius:50px;
    transition: background .3s ease;

}
.widget-hamburger-menu .hamburger-menu-link:hover {
    background: #ffffff17;

}
.widget-hamburger-menu .hamburger-menu-link:not(:last-child) {

    border-bottom: 1px solid #fff3;
}


.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-more::before,
.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-more::after {
    content: "";
    width: 6px;
    height: 1.25px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
}
.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-more::before {
    transform: translateY(2px) rotate(-45deg);
    -webkit-transform: translateY(2px) rotate(-45deg);
}
.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-more::after {
    transform: translateY(-2px) rotate(45deg);
    -webkit-transform: translateY(-2px) rotate(45deg);
}
.widget-hamburger-menu .hamburger-menu-active-parent img,
.widget-hamburger-menu .hamburger-menu-link img {
    background-color: #f1f1f1;
    border: #fff4 3px solid;
    border-radius: 20px;
    display: inline-block;
    padding: 0px !important;
    height: 30px !important;
    width: auto;
    max-width: max-content !important;
    
}
.widget-hamburger-menu .hamburger-menu-link div:not(.circle-30) img {
       
  border: #fff4 0px solid;
  border-radius: 5px;
  height: 16px !important;
  min-width: 25px;
 
}
.widget-hamburger-menu .hamburger-menu-link .circle-30 {
    height: max-content !important;
    padding: 0px !important;
    min-height: 20px;
    max-height: 30px;
    
    background: #fff5;
    
}
.widget-hamburger-menu .hamburger-menu-link-player img {
    
    border: #fff4 1px solid;
}



.widget-hamburger-menu .hamburger-menu-sub-links-cont {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.15s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-active-parent {
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.widget-hamburger-menu .hamburger-menu-active-parent::after,
.widget-hamburger-menu .hamburger-menu-active-parent::before {
    content: "";
    background-color: #bbe53a;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 8px;
    height: 1.5px;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-active-parent::after {
    transform: translateY(2.25px) rotate(45deg);
    -webkit-transform: translateY(2.25px) rotate(45deg);
}
.widget-hamburger-menu .hamburger-menu-active-parent::before {
    transform: translateY(-2.25px) rotate(-45deg);
    -webkit-transform: translateY(-2.25px) rotate(-45deg);
}

.widget-hamburger-menu .hamburger-menu-category-content.hamburger-sub-menu-expanded .hamburger-menu-sub-links-cont {
    max-height: 100%;
    transition: max-height 0.25s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-category-content.hamburger-sub-menu-expanded .hamburger-menu-links-cont {
    max-height: 0px;
    transition: max-height 0.25s ease-in-out;
}

.widget-hamburger-menu .hamburger-menu-countries-list-cont {
    max-height: 100%;
    transition: max-height 0.15s ease-in-out;
    overflow: hidden;
    padding: 0px;
}
.hamburger-popular-competitions-cont{
    padding: 0px;
}
.widget-hamburger-menu .hamburger-zones-competitions-cont,
.widget-hamburger-menu .hamburger-popular-competitions-cont,
.widget-hamburger-menu .hamburger-competitions-cont,
.widget-hamburger-menu .hamburger-countries-sub,
.widget-hamburger-menu .hamburger-competitions-countries-sub,
.widget-hamburger-menu .hamburger-competitions-series-sub,
.widget-hamburger-menu .hamburger-competitions-players-sub
{
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.15s ease-in-out;
}
.widget-hamburger-menu .hamburger-competitions-cont.competition-country-expanded .hamburger-menu-countries-list-cont {
    max-height: 0px;
    transition: max-height 0.25s ease-in-out;
}

.widget-hamburger-menu .hamburger-menu-category-content[data-expanded="zones"] .hamburger-zones-competitions-cont,
.widget-hamburger-menu .hamburger-menu-category-content[data-expanded="popular"] .hamburger-popular-competitions-cont,
.widget-hamburger-menu .hamburger-menu-category-content[data-expanded="countries"] .hamburger-competitions-cont,
.widget-hamburger-menu .hamburger-competitions-cont.competition-country-expanded .hamburger-countries-sub {
    /* .widget-hamburger-menu .hamburger-competitions-cont.competition-series-expanded .hamburger-competitions-series-sub, */
    /* .widget-hamburger-menu .hamburger-competitions-cont.competition-players-expanded .hamburger-competitions-players-sub { */
    max-height: 100%;
    transition: max-height 0.15s ease-in-out;
}
.widget-hamburger-menu .hamburger-competitions-cont .hamburger-menu-active-parent,
.widget-hamburger-menu .hamburger-countries-sub .hamburger-menu-link {
    border-bottom: #eaeaea3b 1px solid;
}
.widget-hamburger-menu .hamburger-countries-sub .hamburger-menu-link:last-of-type {
    border-bottom: none;
}
.widget-hamburger-menu .hamburger-countries-sub .hamburger-menu-link {
    margin-left: 0px;
}
.widget-hamburger-menu .hamburger-menu-countries-list-cont .hamburger-menu-link:last-child {
    border-bottom: none;
}

.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-player {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
}
.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-player span {
    font-size: 10px;
    text-transform: uppercase;
    border: 2px solid #bbe53a;
    padding: 1px 15px;
    border-radius: 50px;
    min-width: 60px;
    text-align: center;
    margin-left: auto;
}
.widget-hamburger-menu .hamburger-menu-link.hamburger-menu-link-player.hamburger-player-border-blue span {
    border-color: #5dccd3;
}
.widget-hamburger-menu .hamburger-competitions-cat-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0px 10px;
}

.widget-hamburger-menu .hamburger-radio-filter-single {
    position: relative;
    overflow: hidden;
}
.widget-hamburger-menu .hamburger-radio-filter-single input {
    position: fixed;
    left: -30px;
}
.widget-hamburger-menu .hamburger-radio-filter-single label {
    display: block;
    border: #bbe53a 2px solid;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50px;
    background-color: transparent;
    color: #ffffff;
    margin: 0px; 
    font-weight: 500;
}
.widget-hamburger-menu .hamburger-radio-filter-single input:checked + label {
    background-color: #bbe53a;
    color: #020202;
}
.widget-hamburger-menu .hamburger-countries-filters {
    margin: 10px 0px 10px;
    width: 100%;
}
.widget-hamburger-menu .hamburger-countries-filters .hamburger-radio-filter-single {
    display: inline-block;
}
.widget-hamburger-menu .hamburger-countries-filters .hamburger-radio-filter-single label {
    padding: 0px;
    height: 32px;
    line-height: 30px;
    width: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
/* Responsive Styles */
/* Tablet */
@media screen and (max-width: 992px) {
    .widget-hamburger-menu .hamburger-countries-filters {
        overflow-x: auto; 
        white-space: nowrap;
        
        max-width: calc(100vw - 110px);
    }
    .widget-hamburger-menu .hamburger-countries-filters::-webkit-scrollbar {
        display: none;
    }
    .widget-hamburger-menu .hamburger-radio-filter-single label {
        margin-right: 8px;
    }
}
/* Tablet */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-hamburger-menu .hamburger-menu-category-content {
        padding-bottom: 15px;
    }
   /* .widget-hamburger-menu .hamburger-menu-active-parent img,
    .widget-hamburger-menu .hamburger-menu-link img {
        margin-right: 5px;
    }*/
    .widget-hamburger-menu .hamburger-menu-active-parent {
        margin-bottom: 5px;
    }
    .widget-hamburger-menu .hamburger-countries-sub .hamburger-menu-link {
        margin-left: 20px;
    }
    .widget-hamburger-menu .hamburger-competitions-cat-cont {
        margin: 0px;
    }
    .widget-hamburger-menu .hamburger-countries-filters {
        max-width: calc(100vw - 80px);
    }
    .widget-hamburger-menu .hamburger-radio-filter-single label {
        padding: 3px 10px;
        margin-right: 10px;
        font-size: 14px;
    }
    .widget-hamburger-menu .hamburger-countries-filters {
        margin: 10px 0px 10px;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Hamburger - Main Menu */

/* Hamburger - Footer */
.widget-hamburger-menu .cont-hamburger-footer {
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 80px;
}
.widget-hamburger-menu .hamburger-footer-settings {
    border-bottom: #e3e3e3 1px solid;
    padding: 0px 0px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.widget-hamburger-menu .hamburger-footer-settings svg {
    margin-right: 5px;
    fill: #00b8bb;
}
.cont-hamburger-footer .hamburger-footer-social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cont-hamburger-footer .hamburger-footer-social ul li {
    display: inline-block;
    margin-right: 15px;
}
.widget-hamburger-menu .hamburger-copyright {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    margin: 40px 0px 20px;
}
.widget-hamburger-menu .sub-menu{
    position: relative;
    border-bottom: 1px solid #fff3;
}
.widget-hamburger-menu .sub-menu .nav{
    overflow-x: auto; 
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 5px;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-hamburger-menu .cont-hamburger-footer {
        margin-top: 75px;
    }
    .widget-hamburger-menu .hamburger-footer-settings {
        padding: 0px 0px 15px;
        margin-bottom: 15px;
    }
    .widget-hamburger-menu .hamburger-copyright {
        margin-bottom: 10px;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Hamburger - Footer */
/* WIDGET MAIN NEWS */
.butt-layout{
    /*border: 2px solid #020202 !important;*/
    color: #fff;
    border-radius:30px;
    height: max-content;
    align-self: center;
    display: flex;
    align-items: center;
    background: #222;
}
.butt-layout svg{
    color: #C8A227;
    margin-left: 5px;
}
.widget-news-main {
    padding: 0px;
}

.widget-news-main .widget_news_main_wrap {
    /*margin-left: -7.5px;
    margin-right: -7.5px;*/
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    height: max-content;
}

.widget-news-main .widget_news_main_inner {
    display: flex;
    padding: 20px;
    transition: all .2s ease-in-out;
}

.widget-news-main .widget_news_main_inner .inner_wrap {
    border: 2px solid #ccc;
    padding: 5px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
    transition: padding .2s ease-in-out;
    position: relative; 
    overflow: hidden;
    min-width: 100%;
    
    background: #000;
    /*
    background: -webkit-linear-gradient(-190deg,#fff,#ddd);  
    background: -moz-linear-gradient(-190deg,#fff,#ddd);  
    background: -o-linear-gradient(-190deg,#fff,#ddd);  
    background: linear-gradient(-190deg,#fff,#ddd); */
    
    -webkit-transition: all .4s ease-in-out;   
    -moz-transition: all .4s ease-in-out;   
    -o-transition: all .4s ease-in-out;   
    transition: all .4s ease-in-out;  
   /* background-size: 100% 621px; */ 
    box-shadow: rgba(100, 100, 100, 0.2) 0px 2px 4px;
    background-position: 0px 0px;
    
   
}

.widget-news-main .widget_news_main_inner .inner_wrap.footdata_source {
    border: 2px solid #BBE53A;
}

.placeholder .inner_wrap:not(.border-none){
    border: 2px solid #222 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px !important;
}

.widget-news-main .widget_news_main_inner .inner_wrap .slug {
    font-size: 15px !important;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.widget-news-main .widget_news_main_inner .inner_wrap svg {
    width: 100%;
}


.widget-news-main .widget_news_main_inner .inner_wrap img {
    width: auto;
    height: auto;
   /* max-height: 130px;*/
    font-size: 0px !important;
    max-height: 135px;
}







.widget-news-main .widget_news_main_inner .inner_wrap img.country-img {
    width: auto;
    height: auto;
    max-height: 12px;
    min-width: 20px;
}

.widget-news-main .widget_news_main_inner .inner_wrap p.date {
    font-size: 10px !important;
    color: #A77AF0;
    margin: 3px 0px;
}

.widget-news-main .widget_news_main_inner .inner_wrap .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    text-align: center;
    transition: all .2s ease-in-out;
    line-height: 19px;
}


.widget-news-main .widget_news_main_inner .inner_wrap .title a{
    color: #fff;
}

.widget-news-main .widget_news_main_inner .inner_wrap .desc {
    color: #fff;
    font-size: 12px !important;
    line-height: 15px;
    /*max-height: 110px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-news-main .widget_news_main_inner .inner_wrap .title {
     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box) .inner_wrap .desc{
    -webkit-line-clamp: 7 !important; 
}

.widget-news-main:not(.layout-horizontal) .inner_wrap .desc.noimg{
    -webkit-line-clamp: 8 !important; 
}




.widget-news-main .widget_news_main_inner .inner_wrap .card-footer .user {
    display: flex;
    align-items: center;
    font-size: 10px !important;
    color: #fff;
}

.widget-news-main .widget_news_main_inner .inner_wrap .card-footer .user svg {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.widget-news-main .widget_news_main_inner .text-box{
    border-top: 1px solid #E2DCEE;
/*    border-bottom: 1px solid #E2DCEE;*/
    padding: 10px 0px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    height: max-content;
}

.widget-news-main .widget_news_main_inner.comp-box .text-box{
    border-top: 1px solid transparent;

}

.widget-news-main .widget_news_main_inner .inner_wrap .card-footer {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    transition: opacity .2s ease-out, margin .2s ease-in-out, padding .2s ease-in-out;
    display:flex;
    opacity:0;
    margin-bottom: -25%;
    padding-left: 5px;
    padding-right: 5px;
    background: #222;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-left: -11px;
    margin-right: 13px;
    padding-bottom: 0px;
    padding-top: 2px;
    min-width: calc(100% - 8px);

}

.widget-news-main .widget_news_main_inner .inner_wrap .card-footer a{
    font-size:13px;
    transition: all .2s ease-in-out;
    height: 100%;
    display: block;
    text-align: center;
    width: 100%;
}




.widget-news-main .widget_news_main_inner.news-box .news-source-img{
    max-height: 28px;
    width: auto;
    height: auto;
    font-size:10px;
    max-width: 80px;
}

.widget-news-main .widget_news_main_inner.news-box a span{
    font-size: 10px;
    color: #fff;
}


.widget-news-main .card-footer .pills a{
    padding: 0px;
    font-size: 12px;
    font-weight: 500;
    transition: background .2s ease-out;
}



.widget-news-main .card-footer .pills:hover{
    background-color: #333 !important;
}

.widget-news-main .card-footer .pills{
    transition: all .2s ease-in-out;
}


@media (min-width: 768px) {
    .widget-news-main:not(.layout-horizontal) .news-box .image-box{
        max-height: 150px;
        overflow: hidden;
        min-height: 180px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        border-radius: 5px;
        background-color: #fff2;
      }
    
      /*.widget-news-main:not(.layout-horizontal) .news-box:hover .image-box,
      .widget-news-main:not(.layout-horizontal) .news-box:focus .image-box {
          transform: scale(1.2);
      }*/

      .widget-news-main:not(.layout-horizontal) .testate-box .image-box{
        max-height: 150px;
        overflow: hidden;
        min-height: 150px;
        width: 100%;
      }

    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover {
        padding: 20px 0px 0px 0px;
        margin-bottom: -30px;
        z-index: 9;
    }

    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .card-footer {
        opacity: 1;
        margin-bottom: 4px;
    }
    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .card-footer a{
        font-size:12px;
    }
    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .inner_wrap{
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
        background-position: 0px 0px; 
        background-size:100% 3000px; 
    }

    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .inner_wrap .title {
        font-size: 18px;
        padding-right: 5px;
    }

    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .text-box{
        padding: 10px 20px;
    }
  
    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .buttons-box{
        margin-top: auto !important;
        margin-bottom: 50px;
    }
    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box) .circle img{
        transform: scale(1); 
        transition: transform 1s ease;
    }
    .widget-news-main:not(.layout-horizontal) .widget_news_main_inner:not(.news-box):not(.testate-box):hover .circle img{
	transform: scale(1.2); 
    }

}

.widget-news-main .card-footer .share_wrapper{
    margin: auto;
    display: none;
}

.widget_news_container_main_wrap{
    display: flex;
    flex-wrap: wrap;
    min-height: 150px;
    width: 100%;
}

.widget-news-main .widget_news_main_inner .inner_wrap .circle {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid #fff;
    background: #000;
    margin: 0px 10px 0px 0px;
    display: flex;
    overflow:hidden;
    justify-content: center;

}


.widget-news-main .buttons-box{
    justify-content: space-between;
}

.widget-news-main .buttons-box .button-like, 
.widget-news-main .buttons-box .button-fav, 
.widget-news-main .buttons-box .button-share,
.widget-news-main .buttons-box .button-links,
.widget-news-main .buttons-box .button-fonte{
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 30px;
}

[data-pagina="testate"] .widget-news-main .buttons-box .fonte-link{display: none !important;}

.widget-news-main .button-links.only-mobile{
    margin-left: auto;
}

.widget-news-main .buttons-box .button-follow{
    width: 87px;
    margin-right:5px;
}
.widget-news-main .buttons-box svg{
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s ease-out;
    
}
.widget-news-main .buttons-box svg:hover{
    opacity: 1;
    color: #fff;
}

.widget-news-main .widget_news_main_inner.team-box .buttons-box,
.widget-news-main .widget_news_main_inner.comp-box .buttons-box,
.widget-news-main .widget_news_main_inner.person-box .buttons-box{
    margin-top: auto !important;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
}
.widget-news-main .widget_news_main_inner.team-box .text-box,
.widget-news-main .widget_news_main_inner.comp-box .text-box,
.widget-news-main .widget_news_main_inner.person-box .text-box{
    height: max-content !important;
}

.widget-news-main .widget_news_main_inner.team-box .title,
.widget-news-main .widget_news_main_inner.comp-box .title,
.widget-news-main .widget_news_main_inner.person-box .title{
    text-align: left !important;
}

.widget-news-main .widget_news_main_inner.team-box .inner_wrap .circle {
    padding: 10px;
}
.widget-news-main .widget_news_main_inner.comp-box .inner_wrap .circle {
    padding: 10px;
}
.widget-news-main .widget_news_main_inner.person-box .inner_wrap .circle {
    padding: 0px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}
.widget-news-main .widget_news_main_inner .inner_wrap .circle a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-news-main .widget_news_main_inner.team-box .inner_wrap .circle a img,
.widget-news-main .widget_news_main_inner.comp-box .inner_wrap .circle a img{
    max-height: 59px;
}


/* BUTTON SHARE */
.button-share{
   /* background: #C8A227;*/ 
    border-radius: 17px;
    width: 32px;
    transition: all .1s ease-in-out;
    overflow: hidden;
    max-width: 240px;
    min-width: 32px; 
}

.button-share.open{
    width: calc(130%) !important; 
    background: #C8A227;
    padding-left: 5px;
    margin-left: 0px;
}



.button-share .share_wrapper .jssocials-shares{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
    width:100%;
    padding-right: 5px;
   
}
.button-share .share_wrapper{
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    max-width: 0;
    width: 0px;
    height: 32px;
    display: flex;
}


.button-share .share_wrapper .jssocials-share-link{
    padding: 3px;
    color: #fff;
    font-size: 19px;
    transition: all .1s ease-out;
    align-items: center;
    display: flex;
}

.button-share .share_wrapper .jssocials-share-link:hover{
    font-size: 22px;
}


.button-share.open .share_wrapper .buttons{
    width:100%;
     display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.button-share.open .share_wrapper .buttons .btn{
    color: #fff;
}
.button-share.open .share_wrapper{
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    height: 29px;
   
}
.button-share svg{
    width: 32px !important;
    float: left;
}
.button-share.open svg{
    color: #fff !important;
}

.source{
    line-height:12px !important;
    height:28px;
}

.testate-box .image-box{
    /*min-height: 150px;*/
    align-items: center;
    display: flex;
}

.testate-box .image-box img{
    margin: auto;
}

.widget-news-main .container.links .col-4{
    padding: 0px 2px !important;
}



/* FINE BUTTON SHARE */

/* DESKTOP *//* DESKTOP *//* DESKTOP *//* DESKTOP *//* DESKTOP *//* DESKTOP */

@media screen and (min-width: 768px) {
    .box-info:not(.layout-horizontal) .hover-zoom:not(.hover-play){ overflow: hidden; }

    .box-info:not(.layout-horizontal) .hover-zoom:not(.hover-play) .image-box{
        transition: all 3s ease-in-out;
        transform: scale(1);
    }
    .box-info:not(.layout-horizontal) .hover-zoom:not(.hover-play):hover .image-box{
        transform: scale(1.2);
    }

    .box-info:not(.layout-horizontal) .hover-zoom.hover-play .image-box svg{
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transform: scale(1);
    }
    .box-info:not(.layout-horizontal) .hover-zoom.hover-play:hover .image-box svg{
        transform: scale(1.2);
    }
    
    .box-info.layout-horizontal .hover-zoom.hover-play .image-box svg{
        transition: none;
        transform: scale(.6);
    }

    .widget-news-main .only-desktop{display: flex;}
    .widget-news-main .d_none, .widget-news-main .only-mobile {
        display: none !important;
    }
    
    /*.widget-news-main .widget_news_main_inner .inner_wrap img {
        max-height: 100px;
    }*/
    .widget-news-main .onlyhorizontal{display: none;}
    .widget-news-main .onlycard{display: flex;}
    
    
/* LAYOUT SORGENTE IN COLONNA SU MOBILE */
    .widget-news-main .news-box .inner_wrap .source a .news-source-img{
        border-radius: 50%;
    }
    .widget-news-main:not(.layout-horizontal) .news-box .inner_wrap .source a .news-source-img{
        max-height: 36px;
    }
    
    .widget-news-main .news-box .inner_wrap .source a.rounded-50{
        background: #000;
        padding: 5px;
    }
    .widget-news-main:not(.layout-horizontal) .news-box .inner_wrap .source .date{
        margin-left: initial !important;
    }
    .widget-news-main:not(.layout-horizontal) .news-box .inner_wrap .source{
        flex-direction: column !important;
        height: max-content;
        margin-top: -17px;
        
    }
    /*.widget-news-main.layout-horizontal .news-box .inner_wrap .source{
        margin-top: -9px;
  
    }*/
    .widget-news-main .news-box .inner_wrap .source a span{
        font-size: 13px;
    }
    .widget-news-main:not(.layout-horizontal) .news-box .inner_wrap .source a span{
        font-size: 14px;
    }

    .widget-news-main .news-box .inner_wrap{
        overflow: visible !important;
    } 
    .widget-news-main:not(.layout-horizontal) .news-box.widget_news_main_inner{
        padding-top: 13px !important;
    }
/* LAYOUT SORGENTE IN COLONNA SU MOBILE */


    
}




/* MOBILE *//* MOBILE *//* MOBILE *//* MOBILE *//* MOBILE *//* MOBILE *//* MOBILE */

@media screen and (max-width: 767.9px) {

    
    
    
    
    
    .widget-news-main .titolo-gradient .descrizione-box.fs-63{
        font-size: 44px !important;
        line-height: 44px !important;
    }
    .widget-news-main .titolo-gradient .descrizione-box.fs-30{
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .widget-news-main .news-box .inner_wrap .source a .news-source-img{
        border-radius: 50%;
    }
    .widget-news-main .news-box .inner_wrap .source a.rounded-50{
        background: #000;
        padding: 0px;
    }
    .widget-news-main .news-box .inner_wrap{
        overflow: visible !important;
    }
    .widget-news-main .news-box .inner_wrap .source a span{
        font-size: 13px;
    }
    .widget-news-main .news-box .inner_wrap .source{
        margin-top: 0px;
    }
    .hover-play .image-box svg {
        transform: scale(.6);
        transition: none;
    }

    .widget-news-main .buttons-box svg{
        opacity: 1 !important;
        color: #fff;
    }
    .widget-news-main .button-share.open svg{
        color: #ffffff !important;
    }

    .widget-news-main .widget_news_main_inner {
        padding: 10px;
        margin-bottom: 0px;
    }
    .widget-news-main .card-footer .links a{
        line-height: 27px;
    }
    
    .widget-news-main .widget_news_main_wrap {
        margin-left: 0px;
        margin-right: 0px;
    }

    .widget-news-main .widget_news_main_inner.team-box .buttons-box,
    .widget-news-main .widget_news_main_inner.comp-box .buttons-box,
    .widget-news-main .widget_news_main_inner.person-box .buttons-box,
    .widget-news-main .widget_news_main_inner.testate-box .buttons-box{
        margin-top: 0px !important;
        margin-bottom: 5px;
        justify-content: left !important;
    }

    .widget-news-main .widget_news_main_inner .inner_wrap {
        padding-bottom: 4px !important;
        margin-bottom: 0px !important;
    }
    .widget-news-main .widget_news_main_inner .inner_wrap .card-footer {
        position: relative !important;
        /*display: none;*/
        line-height: 12px;
        margin-bottom: 0px !important;
        border-radius: 15px !important;
        margin-left: -11px !important;
        margin-right: -11px !important;
        padding-bottom: 0px !important;
        padding-top: 4px !important;
        width: inherit !important;
        transition: all .2s ease-in-out;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        height: 0px;
    }

    .widget-news-main .widget_news_main_inner .inner_wrap .card-footer {
        bottom: 0px;
        margin-right: 0px;
    }

    .widget-news-main .widget_news_main_inner .inner_wrap .card-footer.open {
        /*display: flex !important;*/
        visibility: visible;
        opacity: 1;
        max-height: 1000px;
        height: max-content; 
        /*height: 67px;*/

    }

   .buttons-box{ 
        justify-content: left !important;
        column-gap: 10px; 
    }

    .person-box .title-box,
    .team-box .title-box,
    .comp-box .title-box{ min-height: 80px;}

    /* LAYOUT ORIZZONTALE */
    .title-box .circle{
        position: absolute !important;
        max-width: 100px;
        max-height: 80px;
        overflow: hidden;
    }
     
    


    
    .news-box .title {
        padding-left: 110px;
        min-height: 65px;
    }

    .title-box .title-sub-box, 
    .text-box{
        padding-left: 90px !important;
        border-top: none !important;
        padding-top: 0px !important;
    }
    .person-box .title-sub-box,
    .team-box .title-sub-box,
    .comp-box .title-sub-box{ padding-top: 5px !important; padding-bottom: 5px !important; }
    
    .person-box .text-box,
    .team-box .text-box,
    .comp-box .text-box{ padding-left: 0px !important;}

    
    .testate-box .title-box .title-sub-box, 
    .testate-box .text-box{
        padding-left: 0px !important;
    }
    
    .testate-box .title.notitle{display: none !important;}
    
    .image-box{
        margin-top:0px !important;
    }

    .news-box .news-title-text-box{
        min-height: 80px;
        padding-top: 0px !important;
    }
    .news-box .text-box{
        padding-left: 0px !important;
    }

    /* FINE LAYOUT ORIZZONTALE */

    .only-mobile{display: flex !important;}
    .only-desktop{display: none !important;}
    .m_none {
        display: none !important;
    }
    .widget-news-main {
        padding: 0px 0px;
    }
    .widget-news-main .widget-search .search_inner{margin: 0px;}
    
    .widget-news-main .widget-search .titolo-gradient .descrizione-box{
        display: none;
    }
    
    .widget-news-main .widget-search[data-widget-id="modale-algolia-input"] .titolo-gradient{
      
        justify-content: left;
    }
    
    
    .widget-news-main .widget_news_main_inner .inner_wrap .slug {
        font-size: 18px !important;
    }

    .widget-news-main .widget_news_main_inner .inner_wrap .card-footer .user {
        font-size: 12px !important;
    }
    
    .news-box .image-box
    {
        position: absolute !important;
        width: 100px;
        height: 80px;
        overflow: hidden;
        background-size: cover;
        border-radius: 5px;
        max-height: 65px;
        background-color: #fff !important;
        
    }
    
    .testate-box .image-box img{
      
        height: 100%;
        max-height: 130px;
        font-size: 0px !important;
        max-width: 100% !important;
    }
    
    .testate-box .image-box{   
        min-height: 150px;
        margin: auto;
        align-items: center;
        margin-top: 0px !important;
     
        
    }
    .widget-news-main.layout-horizontal .onlycard{display: flex;}
    .widget-news-main .onlyhorizontal { display: none;  }
    
        /* ANNULLARE TRANSITIONS */
    .widget-news-main .widget_news_main_inner,
    .widget-news-main .widget_news_main_inner .inner_wrap,
    .widget-news-main .widget_news_main_inner .inner_wrap .title,
    .widget-news-main .widget_news_main_inner .text-box,
    .widget-news-main .widget_news_main_inner .inner_wrap .card-footer,
    .widget-news-main .widget_news_main_inner.team-box .buttons-box,
    .widget-news-main .widget_news_main_inner.comp-box .buttons-box,
    .widget-news-main .widget_news_main_inner.person-box .buttons-box {

        transition: none;
    }
    /* ANNULLARE TRANSITIONS */
}


/* LAYOUT ORIZZONTALE .layout-horizontal */
.widget-news-main.layout-horizontal .onlydesktop{display: none;}


.widget-news-main .news_side_wrap{
    display: none !important;
}



.widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .card-footer {
   
    padding-left: 0px;
    padding-right: 0px;
   
    margin-left: 0px;
    margin-right: 5px;
    padding-bottom: 0px;
    padding-top: 2px;

}

.widget-news-main.layout-horizontal .image-box,
.widget-news-main.layout-horizontal a.onlyhorizontal{margin-top: 10px;}




.widget-news-main.layout-horizontal .testate-box .inner_wrap img {
    border-radius: 50px !important;
}



@media screen and (min-width: 767px) {
    
    .widget-news-main.layout-horizontal .title-sub-box .justify-content-between.mt-auto{
        justify-content: left !important;
        column-gap: 16px;
    }
    
    .widget-news-main.layout-horizontal .onlyhorizontal{display: flex;}
    .widget-news-main.layout-horizontal .onlycard{display: none;}

    .widget-news-main.layout-horizontal .news-box .image-box{
        min-width: 130px;
        height: 80px;
        overflow: hidden;
        background-size: cover;
        border-radius: 5px;
    }
    .widget-news-main.layout-horizontal .testate-box .image-box{
        /*min-width: 130px;*/
        height: 80px;

    }
    .widget-news-main.layout-horizontal .container.links{
	flex-direction: row;
	display: flex;
    }
    .widget-news-main.layout-horizontal .container.links .col-4{
	-ms-flex: 0 0 auto !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: 100% !important;
	margin-bottom: 0px !important;
    }
    .widget-news-main.layout-horizontal .container.links .row{
	width: max-content !important;
    }
  
    .widget-news-main:not(.layout-horizontal) .notitle{display:none !important;}
    
    .widget-news-main.layout-horizontal .inner_wrap{
	height: max-content; 
	min-height: 140px; 
	padding-bottom: 6px;
    }
    
   /* .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .title a{transition: all .2s ease-out;}
    .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .title:hover a {
        font-size: 18px;
    }*/

    .widget-news-main.layout-horizontal .title{
        margin-top: 0px !important;
    }
    .widget-news-main.layout-horizontal .source{
        margin-bottom: 0px !important;
       
        line-height:21px !important;

    }
    .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .card-footer a{
        font-size: 14px;
        font-weight: 500;
        background: #171717;
        border-radius: 15px;
    
    }
    .widget-news-main.layout-horizontal .card-footer {
        right: 0;
        min-width: min-content !important;
        width: max-content;
        border-radius: 0px;
	border: none;
    }
    
    .widget-news-main.layout-horizontal .comp-box .title-box{
        min-height: 80px;
    }
    
    .widget-news-main.layout-horizontal .title-box .circle{
        position: absolute;
    }
    .widget-news-main.layout-horizontal .title-box .title-sub-box, 
    .widget-news-main.layout-horizontal .text-box{
        padding-left: 90px !important;
        border-top: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }


    .widget-news-main.layout-horizontal .widget_news_main_inner {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .widget-news-main.layout-horizontal .buttons-box{ 
        justify-content: left !important;
        column-gap: 10px; 
        margin-bottom: 0px !important;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner:not(.news-box) .card-footer {
        opacity: 1;
        margin-bottom: 7px;
    }
    
    .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .card-footer a{
        padding: 0px 10px;
        transition: all .2s ease-out;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner .rounded-pill{
    	background: #171717 !important;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner .rounded-pill a{
	color: #fff;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .card-footer .pills:hover{
	opacity: .7;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner .inner_wrap .card-footer {
	background: transparent;
    }

    .widget-news-main.layout-horizontal .button-share {
        max-width: 204px;
        z-index: 1;
    }
    .widget-news-main.layout-horizontal .widget_news_main_inner {
        margin-bottom: 0px;
        min-height: 175px;
    }

    /* news */

    .widget-news-main.layout-horizontal .news-box .text-box,
    .widget-news-main.layout-horizontal .testate-box .text-box{
        padding-left: 0px !important;
    }
    .widget-news-main.layout-horizontal .news-box .image-box
    {
        position: absolute !important;
        max-width: 130px;
    }
    

    .widget-news-main.layout-horizontal .testate-box .image-box
    {
        position: absolute !important;
        max-width: 80px;
    }

    .widget-news-main.layout-horizontal .image-box{
        margin-top: 3px; 
    }
    .widget-news-main.layout-horizontal .image-box.fonte-ufficiale{
        margin-top: 11px; 
    }
    .widget-news-main.layout-horizontal .inner_wrap img{
        max-height: 80px;
        border-radius: 5px;
    }
    .widget-news-main.layout-horizontal .news-box .text-box,
    .widget-news-main.layout-horizontal .testate-box .text-box{
        padding-left: 0px !important;
    }

    .widget-news-main.layout-horizontal .news-box .news-title-text-box,
    .widget-news-main.layout-horizontal .testate-box .news-title-text-box{
        padding-top: 5px !important;
    }

    .widget-news-main.layout-horizontal .card-footer .links a {
        line-height: 27px;
    }

    .widget-news-main.layout-horizontal .widget_news_main_inner {
      padding: 10px 20px 0px 10px;
    }

    .widget-news-main.layout-horizontal .news-box .news-title-text-box{
        padding-left: 140px !important;
    }
    
    .widget-news-main.layout-horizontal .testate-box .news-title-text-box{
        padding-left: 100px !important;
    }

    .widget-news-main.layout-horizontal .news-box .news-title-text-box,
    .widget-news-main.layout-horizontal .testate-box .news-title-text-box{
        min-height: 88px;
    }
    .widget-news-main.layout-horizontal .news-box .news-title-text-box.noimg,
    .widget-news-main.layout-horizontal .testate-box .news-title-text-box.noimg{
        min-height: auto;
        margin-top: 5px;
        padding-left: 0px !important;
    }
    .widget-news-main.layout-horizontal .news-box .buttons-box,
    .widget-news-main.layout-horizontal .testate-box .buttons-box{
        /*position: absolute;
        bottom: 15px;
        right: 15px;*/
        min-width: 260px;
        justify-content: left !important;
    }
    
}

.widget-news-main.layout-horizontal .news_side_wrap{
    max-width: 336px;
}
    
@media screen and (min-width: 989px) {
    .widget-news-main.layout-horizontal .news_side_wrap{
        display: flex !important;
    }
    

}

/* FINE LAYOUT ORIZZONTALE .layout-horizontal */

/* QUICK SEARCH */
.quicksearchResults{ position: relative; }
.quicksearchResults .quicksearchItems{
    position: absolute;
    transition: all .2s ease;
    z-index: 1;
    background: #000;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 0px;
    opacity:0;
    box-shadow: 0px 0px 5px #fff9;
    overflow: hidden;
}
.quicksearchResults.open .quicksearchItems{
    line-height: 20px;
    opacity: 1;
    box-shadow: 0px 4px 6px #fff3;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.quicksearchResults.full{display: none;}
.quicksearchResults.full.open{display: block;}

#modale-ricerca-algolia .button-share{display: none !important;}



/* QUICK SEARCH */

.quicksearchItems .title{
    font-size: 16px;
    font-weight: 500 !important;
    transition: all .2s ease;
    padding-right:15px;
}


.quicksearchItems .quicksearchItem:hover .title{
    font-size: 17px;
    padding-right:5px;
}

.quicksearchItems .quicksearchItem:hover{
    background: #fff3;
}


.quicksearchItem{
    display: flex;
    flex-direction: row;
  /*  margin-bottom: 5px;*/
    padding-top: 5px;
}
.quicksearchItem .image-bkg{
    max-width: 60px;
    max-height: 40px;
    min-width: 60px;
    min-height: 40px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #554291aa; 
    background-origin: content-box;
}

.quicksearchItem  .image_circle .image-bkg{
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    width: 40px;
    min-width: 40px;
    max-height: 40px;
    height: 40px;
    padding: 4px;
    margin-left:10px;
    margin-right:10px;
    border: 1px solid #ccc;
}

.quicksearchItem  .image_circle.p-0 .image-bkg{
    padding: 0px;
}


/* LASTEST NEWS ORIZZONTALI */
.latestnews-container{
    background: linear-gradient(#555 0%, #000 20%, #333 80%, #444 100%);
    margin-top: 30px;
    overflow: hidden;
} 
/* LASTEST NEWS ORIZZONTALI */


/* ACCADEMY */
.widget-news-main .widget_news_main_inner.news-box.academy .inner_wrap {
    border: none;
    padding: 0px 0px 10px 0px;
    overflow: hidden !important;
    background: #000;
}
.widget-news-main .news-box.academy .buttons-box{
  border: none !important;
}
.widget-news-main .news-box.academy .text-box{
  border: none;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
.widget-news-main:not(.layout-horizontal) .news-box.academy .image-box{
    border-radius: 0px;
}

.widget-news-main.layout-horizontal .widget_news_main_inner.news-box.academy .inner_wrap {
  padding: 5px 0px 10px 8px;
}  
.widget-news-main.layout-horizontal .widget_news_main_inner.news-box.academy .buttons-box {
  padding: 0px 15px 0px 0px;
}

.widget-news-main .widget_news_main_inner.news-box.academy .news-title-text-box, 
.widget-news-main .widget_news_main_inner.news-box.academy .buttons-box{
    padding: 0px 15px 0px 15px;
}
.widget-news-main .widget_news_main_inner.news-box.academy .news-title-text-box{
    padding-top: 15px;
}
@media screen and (max-width: 767.9px) {
    .widget-news-main .widget_news_main_inner.news-box.academy .inner_wrap{
        padding-top: 15px;
    }
    .widget-news-main .widget_news_main_inner.news-box.academy .image-box{
        left: 16px;
        top: 16px;
        border-radius: 5px;
    }
    
    .widget-news-main.layout-horizontal .widget_news_main_inner.news-box.academy .inner_wrap {
      padding: 8px 0px 10px 8px;
    }
}
@media screen and (min-width: 767px) {
    .box-info:not(.layout-horizontal) .hover-zoom.academy:not(.hover-play):hover .image-box {
        transform: scale(1.1);
    }
    
    .news-academy .widget-news-main .widget_news_main_inner.news-box.academy{
        width: auto !important;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        padding: 0px !important;
    }
}


/* ACCADEMY */




.widget-search .search_inner{
    display: flex;
    position: relative;
   /* margin-top: 25px;*/
  /*  margin-bottom: 15px;
    margin-left: 12px;*/
  
}
.widget-search .accordion-body{
    max-width: 100%;
  
}



.widget-search[data-widget-id="cerca-home"] .search_inner{
    margin-top: 0px;
}

.widget-search .menu-search{
    margin-left: -16px;
    margin-right: -16px;
    min-width: calc(100% + 32px);
    padding: 0px 30px;
}

.widget-search[data-testata_feed]:not([data-testata_feed=""]) li:nth-child(1),
.widget-search[data-testata_feed]:not([data-testata_feed=""]) li:nth-child(3),
.widget-search[data-testata_feed]:not([data-testata_feed=""]) li:nth-child(4),
.widget-search[data-testata_feed]:not([data-testata_feed=""]) li:nth-child(5){
    display:none;
}

.widget-search .search_inner svg{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.widget-search .search_inner input::placeholder{
    color: #999;
    font-size: 14px;
}
.widget-search .search_inner input{
    padding-left: 45px;
    border: 2px solid #aaa;
    border-radius: 30px;
    height: 48px;
    font-size: 16px;
    box-shadow: 0px 0px 0px #0001;
    margin-top: 2px;
    transition: all .2s ease;
    background: #111;
}
.widget-search .search_inner input:focus{
    box-shadow: 0px 0px 0px #fff9;
    border-color: #fff;
}
.widget-search .search_inner input{

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}
.widget-search .search_inner input.open{

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.resetsearch {
    background-color: transparent;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 5px;
    z-index: 99;
    display:none;
}

.resetsearch.with-filters{ right: 65px; }

.widget-search .icona-filtri{
    cursor: pointer;
    width: 60px;
    height: 40px;
    right: 4px;
    background: #FFEB9B;
    color: #C8A227; 
    align-self: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 6px;
    transition: background .3s ease;
}
.widget-search .icona-filtri svg{
    width: 28px; 
    transition: color .3s ease, transform .4s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
    transform: scale(1) translateY(-50%);
}
.widget-search .icona-filtri:hover svg{ 
    color: #fff; 
    transform: scale(1.1) translateY(-45%);
}
.widget-search .icona-filtri:hover{ 
    background: #C8A227;
}



.widget-search .search_inner.showx .resetsearch {
    display:block;
}



@media (min-width: 990px) {
    .d_none {
      display: none!important;
    }
    .widget-search .search_inner{
        transition: transform .2s cubic-bezier(.31,0,.57,1);
        transform: scale(1);
    }
    .widget-search .search_inner input{
        transition: box-shadow .4s ease-out;
        box-shadow: 0px 0px 0px #fff;
    }
    .widget-search .search_inner svg{
        transition: transform .5s cubic-bezier(.31,0,.57,1);
        transform: translateY(-50%);
    }
    .widget-search[data-widget-id="cerca-home"] .search_inner:not(.showx):hover{
        transform: scale(1.05); 
    }
    .widget-search .search_inner:hover input{
        box-shadow: 0px 0px 10px #fff4;
    }
    
    .widget-search .search_inner:hover input {
        animation: flash-lightning .6s ease;
    }

    @keyframes flash-lightning {
      0% {
        box-shadow: 0px 0px 0px #fff0;
      }
      10% {
        box-shadow: 0px 0px 10px #fff;
      }
      15% {
        box-shadow: 0px 0px 20px #fff6;
      }
      100% {
        box-shadow: 0px 0px 10px #fff4;
      }
    }


    .widget-search .search_inner:hover svg.lente{
        transform: scale(1.4) translateY(-30%);
        
    }
    
    
    .widget-search .search_inner:hover input::placeholder {
        color: #888 !important;
    }

}
@media (max-width: 989px) {
    .m_none {
        display: none!important;
    }
    .widget-search {
        padding: 20px 15px;
    }
}
.user-registration-layout .step_2.invalid .invalid-feedback{
    display: block;
}

.user-registration-layout .preload-invio {
    position: absolute;
    width: 100%;
    height: 116%;
    top: 0;
    left: 0;
    z-index: 101;
   
}

.user-registration-layout .preload-invio .background-preload-invio {
    background: #000a;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}


.testo-preload-invio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
    
}


.text-long p {
    margin-bottom: 0;
}

body{color: #101010;}


/*.darkMode span.ag-group-contracted,
.darkMode span.ag-group-expanded {
    background: {{dark-bkg}};
}*/

/*.widget-megagrid-matches-grid.darkMode span.ag-group-contracted, 
.widget-megagrid-matches-grid.darkMode span.ag-group-expanded {
  background: {{dark-bkg}};
}*/
 
.ag-side-bar{display: none !important;} 
.widget-megagrid-players-grid .ag-side-bar{display: flex !important;}

.widget-players-ranking-mondiali .header-match-home, .bg-light-green,
.widget-players-ranking-mondiali .score-header-match, .ruolo-filtro,
.percentage, .box-imgs, .box-imgs a,
.under_label, #label-fase-dif, .num-ruoli-player, .mapSwitches a, .bg-campo-stats,
#overlay_field .a23, #overlay_field .a24,
#popup_dettaglio .bar-inside, .switch-campo-coinv .active,
#modale-salvataggio-relazioni .modal-body,
/*.widget-generic-filters-layout .btn-add-stats-confronto,*/
#popup_dettaglio .showed,
.holder-filters label:not(.form-check-label),
.widget-match-list .serie-single .serie-single-head-team:hover,
#switch_player_team, #searchannojson{
  color: {{light-1}} !important;
}

/* .row-detail-mobile{
  color: #000 !important;
} */
/* .darkMode .row-detail-mobile {
  color: {{light-1}} !important;
} */

.media-tot, .media-subiti, .media-fatti{color: #fff !important;}






.num-ruoli-player{
  background: #ccc !important;
}

.bg-light-green{
    background: #D5D5D5;
}

.mobile-grid .wrap-header-scores, 
#showGameclockVideosModal,
.crea-relazione .fa-plus,
.modali-salvataggio-relazioni button.btn{
  background: #000;
  color: #fff;
  border:none;
} 
.mobile-grid .wrap-header-scores svg {
    color: #fff;
}
.crea-relazione:hover .fa-plus {
  color: #363636;
  background: #ccc;
  
}

.widget-generic-filters-layout .holder-type-ranking button.active,
.rettRole[data-principale="si"] {
  background: #333 !important;
  color: #fff !important;
}  

.rettRole {
  background: #333 !important;
  color: #fff !important;
}

.snippet #posizionamentoCollapse {
  background: #3F3F3F;
}

.snippet .bg-campo-stats,
.snippet #overlay_field .a23, .snippet #overlay_field .a24 
{
  color: #fff !important;
}

.snippet .ruolo-filtro .perc-ruolo .bar-inside {
  background: #c3e15b !important;
}  
.snippet .bande #rounded-graph-wrapper .circle-bg {
  stroke: #f2f2ec !important;
}

.snippet .piu{ display: block; }
/*.snippet .piu{ display: none; pointer-events: none; }
.snippet .area.a10,
.snippet .area.a5
{ pointer-events: none; }*/

.bande #rounded-graph-wrapper .percentage{
    fill: #101010;
}

#MyConfronto .area.a23::after, #MyConfronto .area.a24::after, #overlay_field .area.a23::after, #overlay_field .area.a24::after {
  border: 1px solid #888 !important;
  border-top: 0 !important;
}



/*.widget-generic-filters-layout .btn-add-stats-confronto {
  color: #363636;
  border: 1px solid #363636 !important;
}*/

.notification.error{color: #f00;}

.widget-players-ranking-mondiali .tag-grid {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 3px 8px;
  margin-right: 3px;
  line-height: 13px;
  margin-top: 5px;
  background: #eee;
  display: flex;
  align-items: center;
}
.widget-players-ranking-mondiali .label-tag-grid {
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  margin: 0 5px 0 0;
}
.widget-players-ranking-mondiali .wrap-header-tags-recaps {
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 5px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

/*.no-ranking .ag-row-first[row-index="0"] .ag-cell-value{background: #fff !important;}*/

.value-detail-mobile.player-top {
  background: #fcfcfc;
  border: 1px solid #ddd;
}

#advancedSearchContainer .card.menu-trasparente {

    background: #070707;

}

.menu-trasparente .profile-holder {

    border-radius: 0px !important;
}


.mapSwitches a.active{
  background: #fff9;
  color: #000;
}
.mapSwitches a:hover {
  background: #fff9;
  color: #000;
}

/* NUOVI FORM */
.widget-generic-filters-layout .holder-type-ranking {
    border: 2px solid #c9c9c9;
}



/* NUOVI FORM */

/* NUOVI PULSANTI */



.toggleFiltri span {
    background: #363636;
}
   
.toggleFiltri-custom span::after {
  background: #363636;
  border: 3px solid #fff;
}

.toggleFiltri span:after {
    background: #363636;
    border: 3px solid #fff;
}

.toggleFiltri-custom span {
  background: #171717;
}
.toggleFiltri-custom.open span {
  background: #171717;
}
button.toggleFiltri-custom{
        border: 5px solid #666666;
        background: #363636;
        color: #fff;
}
.toggleFiltri-custom, 
.toggleFiltri-custom:not(.open) .apri, 
.toggleFiltri-custom.open .chiudi  {
  color: #171717;
}

.select2-selection{border: 2px solid !important;}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #aaa;
}
.select2-dropdown {
  border-color: {{light-4}};
}

.presenze svg, .minuti svg {
  color: #ccc;
}

.widget-configuration-layout .no_ui_slider_custom .noUi-connect {
  background: #363636;
}

.widget-generic-filters-layout .holder-type-ranking,
.holder-type-ranking{
    border-color: #676767 !important;
    border-width: 2px;
}
/* NUOVI PULSANTI */

.noUi-connect {
  background: #777 !important;
}

.widget-configuration-layout span.value-monitor {
  background: #777 !important;
}

.holder-role-code {
  border: 2px solid #999 !important;
  color: #aaa !important;
}


    .ag-grid-class svg,
    .message-no-data svg {
        color: #282828;
    }
    
#loginModal .modal-fullscreen .modal-content {
  background-image: none;
  background-color: #ddd;
  
}    



.ass_e_contatti svg{filter: brightness(10);}

.holder-teams-classifica-comp .holder-ranking-class-giocatore{border: none !important; }

.mobile-grid .wrap-header-scores svg,
.season-recap button,
.trash-filter-recap button{
  filter: grayscale(1);
}





.ag-header-cell.prima-col .ag-header-cell-comp-wrapper {
   background: #363636;
}

.wrapper-recap-box .entity-recap, 
.wrapper-recap-season .season-recap, 
.wrapper-recap-evidenza .evidenza-recap, 
.wrapper-recap-filtri .filter-recap, 
.wrapper-recap-player .player_confronto, 
.wrapper-recap-team .team_confronto, 
.holder-stat-confronto-recap .stat_confronto {
   background: #efefef;
   border-color: #ccc !important;
   margin-bottom: 5px;
}

div.evidenza-recap {
  border: 2px solid #000;
  background: #fff;
}

div.evidenza-recap[data-use-for-sort="true"][data-first="false"] {
  border-width: 2px !important;
  border-color: {{medium-bkg}} !important;
  background: {{light-1}} !important;
}


div.evidenza-recap[data-use-for-sort="true"][data-first="true"] {
  border-width: 4px !important;
  border-color: {{medium-bkg}} !important;
  background: {{light-2}} !important;
}

 .holder-stat-confronto-recap .stat_confronto .filter-context {
  position: relative;
  margin-top: -10px;
  width: 100%;
  line-height: 15px;
  font-size: 12px;
  display: flex;
  padding-left: 8px;
 }

 .holder-stat-confronto-recap .stat_confronto .filter-context span {
  background: #010000;
  /* border: 1px solid; */
  padding: 1px 3px;
  border-radius: 4px;
  color: #fff;
  margin-right: 5px;
}

.holder-stat-confronto-recap .stat_confronto .filter-context span:last-child{
  margin-right: 25px;
}
 


.dettagli-aggrgati-labels,
.dettaglio-aggregati-comp,
.recap-totali-club,
.recap-totali-nazionali{
  border-bottom: 1px solid #ccc;
}

.label-dettagli-aggrgati, 
.content-dettagli-aggrgati,
.wrap-nome-intervallo,
.comp-stats span,
.holder-info-career div span{
  color: #171717 !important;
}

.details-info-panel .info-img {
    background-color: {{light-2}}ee;
}














