/* 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: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    bottom: 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 .cont-hamburger-submenu .mobile-delegate-buttons{display:none !important;}
.widget-hamburger-menu .cont-hamburger-submenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #070707;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 0px;
    width: 450px;
    max-width: 100%;
    height: 100vh;
    opacity:0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 105;
    transform: translateX(-100%);
    transition: transform .4s cubic-bezier(.06,.34,.11,1);
    border-right: 2px solid #c8a22755;
    overflow:hidden;
   
}

.hamburger-menu-main.scrollable-container{
    height: calc(100vh - 235px);
    overflow-y: auto;
    overflow-x: hidden;
}

.widget-hamburger-menu .cont-hamburger-submenu.hamburger-submenu-expanded {
    display: flex;
    transform: translateX(0px);
    opacity: 1;
    left: 380px;
}


.widget-hamburger-menu .hamburger-menu-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 15px 0;
  z-index: 10;
    margin-left: -25px;
  width: calc(100% + 50px);
}

.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);
    
}

.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: transparent;
}*/
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
   
    .widget-hamburger-menu .cont-hamburger-menu {
        width: 100%;
    }
    
    .widget-hamburger-menu .cont-hamburger-submenu.hamburger-submenu-expanded {
        left: 0px;
        z-index: 107;
        width: calc(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: 104;
    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: 15px 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;
 
}    
.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-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: 0px 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;

}
.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-live-scores {
        /*display: none;*/
	margin: 5px 0px;
    }
}
/* Smartphones */
/* Hamburger - Live Score */

/* Hamburger - Main Menu */
.widget-hamburger-menu .hamburger-menu-simple-link {
    width: 100%;
    height: 63px;
    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);
    min-height: 63px;
}
.widget-hamburger-menu .hamburger-menu-simple-link a, 
.widget-hamburger-menu .hamburger-menu-simple-link .icon{
    height:63px;
    display:flex;
    align-items: center;
}

.widget-hamburger-menu .hamburger-menu-simple-link .box{
    height:63px;
    display:flex;
    align-items: center;
   /* border-top: #eaeaea33 1px solid; */
    margin-right: 0px;
    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:hover {

    font-size: 17px;

}

/*.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 .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: 63px;
    min-height: 63px;
    color: #bbe53a;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    margin-left: -25px;
  padding-left: 25px;
  width: calc(100% + 50px);
  
  background: linear-gradient(to bottom, #fff0, #fff0);
}
.widget-hamburger-menu .box-betlab {

    min-height: 206px;

}

.widget-hamburger-menu .hamburger-menu-category:hover {
    background: linear-gradient(to bottom, #fff1, #fff0);
    font-size: 17px

}





.widget-hamburger-menu .hamburger-menu-category[aria-expanded="false"] .icon-toggle {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.25s ease-in-out;
}
.widget-hamburger-menu .hamburger-menu-category[aria-expanded="true"] .icon-toggle {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    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: 10px;
    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;
}

.header-esclusivo{

    border: 1px solid #000;
    background: linear-gradient(268deg, #C8A227 -3.09%, #EDC531 60.15%, #987401 102.14%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 30px;
}
/* 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: auto;
    margin-bottom: 0px;
}
.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;
        margin-bottom: 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 */


.cont-hamburger-submenu .widget-news-main.layout-horizontal .news_side_wrap,
.cont-hamburger-submenu .widget-news-main.layout-horizontal .colonna-filtri,
.cont-hamburger-submenu .widget-news-main.layout-horizontal .risultati-e-layout,
.cont-hamburger-submenu .colonna-news-type,
.cont-hamburger-submenu .close-feed-search
{
    display: none !important;
}
.cont-hamburger-submenu .widget-news-main.layout-horizontal .inner-container-search{
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px !important;
    position: relative !important;
}
.cont-hamburger-submenu .widget-search .search_inner input {
    margin-top: 0px;
    max-width: 100% !important;
    opacity: 1;
    transition: all .3s cubic-bezier(.31,0,.57,1);
    pointer-events: auto;
    border: 1px solid #777 !important;
    border-radius: 100px !important;
}
.cont-hamburger-submenu .widget-search .search_inner .lente{
    width: 20px !important;
    height: 20px !important;
}
.cont-hamburger-submenu .result-container{
  max-height: calc(100vh - 236px); /* se cambiamo altezza del contenuto sopra queste vanno cambiate */ 
  min-height: calc(100vh - 236px);
  overflow: auto;
}
body.nologged .cont-hamburger-submenu .result-container{
  max-height: calc(100vh - 200px); /* NON LOGGATI se cambiamo altezza del contenuto sopra queste vanno cambiate */ 
  min-height: calc(100vh - 200px);
  overflow: auto;
}
.cont-hamburger-submenu .search-no-results{
  padding: 50px 15px;
  margin: auto;
  color: #777;
}
@media screen and (max-width: 767.9px) {
    
    .cont-hamburger-submenu .widget-search .search_inner {
      align-items: center;
    }
    .cont-hamburger-submenu .result-container {
      max-height: calc(100vh - 230px);
      min-height: calc(100vh - 230px);
      
      overflow: auto;
    }
    .cont-hamburger-submenu .widget-news-main.layout-horizontal .inner-container-search{
        padding-right: 0px !important;
    }
}

.cont-hamburger-submenu .widget_news_container_main_wrap {
  min-height: max-content;
}
.cont-hamburger-submenu .widget-news-main.layout-horizontal .widget_news_main_inner,
.cont-hamburger-submenu .result-container,
.cont-hamburger-submenu .container-main-wrap{
    padding: 0px !important;
}
.cont-hamburger-submenu .widget-news-main .widget_news_main_inner .inner_wrap {
  border: 0px solid #707070;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
  min-height: auto;
  padding-right: 15px;
  padding-left: 10px;
}
.cont-hamburger-submenu .widget-news-main.layout-horizontal .testate-box .buttons-box{
    display: none !important;
    /*position: absolute !important;
    right: 15px !important;
    bottom: 6px !important;
    min-width: 0 !important;*/
}
  
.cont-hamburger-submenu .widget-news-main.layout-horizontal .testate-box .text-box{
    display: none !important;
}
.cont-hamburger-submenu .widget-news-main.layout-horizontal .widget_news_main_inner {
    min-height: 0px;
}
.cont-hamburger-submenu .widget-news-main .title a {
    text-align: left !important;
}

.fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, #0e0e0e00 0%, #0e0e0e 100%);
  z-index: 2;
  /* assicurati che stia sopra lo scroll */
}
.fade-bottom-black {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  z-index: 2;
  /* assicurati che stia sopra lo scroll */
}

 
 .widget-info {
    font-size: 14px;
    background-color: #010000;
    color:#fff;
    padding: 15px 20px 15px 20px;
    height: max-content;
    border: none;
    background: linear-gradient(#1a1a1a, #000);
}

.testata-info .widget-competition-title-season{
    display: none !important;
}

.widget-info a{
    color:#fff;
}
.widget-info a:hover{
    color:#efefef;
}
#scrollHeader a{
    color:#fff;
}

.widget-info .bar-value{
    font-size: 12px;
}

.widget-info .info-cont {
    display: flex;
}

.widget-info.columnize .info-cont {
    flex-wrap: wrap;
    flex-direction: column;
}

 .widget-info .info-entity {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
   /* margin-bottom: -15px !important;*/
    z-index: 1;
}

.widget-info .info-details .cta-to-profile{
    display: none !important;
}
 .widget-info .info-details .cta-to-profile{
    display: flex !important;
    width: max-content;
    margin: auto;
}


 .widget-info .info:active {
    pointer-events: none;

}

.linear-gradient-viola {
    background: linear-gradient(to left, #010000 0%, #75278B 50%, #010000 100%);
    min-height: 27px;
    color: #fff; 
}
.linear-gradient-viola-medium {
    background: linear-gradient(to left, #010000 0%, #020202 50%, #010000 100%);
    min-height: 27px;
    color: #fff; 
}





.widget-info.no_circle_img .info-img{
    border-radius: 0px;
    width: initial;
    height: initial;
    background: transparent;
    padding: 3px;
    border-radius: 5px;

}


 .widget-info .info-img img {
    /*border-radius: 100px;*/
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0px;
    width: auto;
    height: 100%;

}

 .widget-info .info-img {
    background-color: #fff;
    border-radius: 50%;
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    /*.widget-info .ph-avatar{
        width: 117px;
        height: 117px;
    }*/

    .widget-info .info-img.type-comp{
        padding: 14px;
    }
    .widget-info .info-img.type-team{
        padding: 14px;
    }
    


.widget-info.no_circle_img #scrollHeader .info-img {
    max-width: max-content !important;
    width: max-content !important;
}

.widget-info.no_circle_img #scrollHeader .info-img img{
    max-width: 300px !important;
}


 .widget-info.widget-competition-info .info-img img, 
 .widget-info.widget-team-info .info-img img {
  width: 100%;
  padding: 0px;
  max-height: 100%;
}



 .info-cont .horizontal-progress-bar {
  background: transparent;
  border: 1px solid #fff4;
 
}
 .info-cont .horizontal-progress-bar .bar-value {
  color: #888;
 
}
 .info-cont .info-entity .horizontal-progress-bar {
  height: 9px;
  line-height: 9px;
  max-width: 150px;
  min-width: 80px;
    margin: auto;
}

 .info-cont .info-entity .range-comp {
  max-width: 150px;
  min-width: 80px;
}



 .info-cont horizontal-progress-bar .bar-inside .progress-length {
  background-color: #fff;
  /*height: 8px;*/
  border-radius: 0px;
}
.widget-info.no_circle_img #scrollHeader .box-name:not(.title-yes){
    display: none !important;
}


.widget-info.no_circle_img #scrollHeader .ruolo{
    display: none !important;
}

/* ATTENZIONE QUESTA REGOLA VIENE PRESE ANCHE NELLO SCROLL HEADER */
 .widget-info .info-name-favorite {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 0px;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px;
    padding-top: 3px;
   /* margin-bottom: 15px;*/
 }
 

 
 .widget-info #scrollHeader .info-name-favorite {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
 }

.widget-info .info-btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*height: 30px;*/
}

.widget-info button {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px 2px 2px;
    border-radius: 50px;
}

.widget-info .btn-profile-favorite {
    border-radius: 5px;
    background-color: transparent;
    color: #C8A227;
    border: 2px solid #C8A227;
}

.widget-info .btn-profile-favorite.active {
    background-color: #C8A227;
    color: #020202;
}
.widget-info .btn-profile-favorite svg {
    color: #C8A227;
}
.widget-info .btn-profile-favorite.active svg {
    color: #020202;
}
.widget-info .btn-profile-favorite .butt-on{
    display:none;
}
.widget-info .btn-profile-favorite .butt-off{
    display:block;
}
.widget-info .btn-profile-favorite.active .butt-on{
    display:block;
}
.widget-info .btn-profile-favorite.active .butt-off{
    display:none;
}

.widget-info .btn-profile-favorite svg {
    margin-right: 4px;
}
 .widget-info .btn-profile-info-toggler-new {
    background-color: transparent;
    color: #ffffff;
    display: flex;
    text-transform: capitalize;
    z-index: 2;
    padding: 4px;
   
}
.widget-info .btn-profile-info-toggler-new svg{
    transition: transform 1s cubic-bezier(1,0,0,1);
    transform: scaleY(1);
}
.widget-info .btn-profile-info-toggler-new[aria-expanded="true"] svg{
    transform: scaleY(-1);
}
/* DA QUIA */
 .widget-info .info-details{
    transition: opacity .5s ease, height .5s ease;
    opacity: 0;
}
 .widget-info .info-details.collapse{
    display:none;
    opacity: 0;
}

 .widget-info .info-details.collapsing{
    display:flex;

    overflow: hidden;
}
 .widget-info .info-details.collapse.show{
    display:flex;
    opacity: 1;
}

.widget-info .btn-profile-info-toggler img {
    max-height: 5px;
    transform: rotate(180deg);
    transition: transform 0.15s ease-in-out;
    filter: brightness(3);
}
.widget-info.details-expanded .btn-profile-info-toggler img {
    transform: rotate(0deg);
    transition: transform 0.15s ease-in-out;
}


.widget-info .info-details {
    display: flex;
    width: 100%;

}

.widget-info.columnize .widget-info .info-details {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 1%;
    column-gap: 10px;
}

.widget-info .info-details-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
   /* width: 100%;*/
}
.widget-info .info-details-single {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc6;
    min-height: 45px;
    padding: 10px 10px;
}

.testata-info.widget-info .info-details-single {
    justify-content: left;

}

.widget-info .info-details-col:last-child .widget-info .info-details-single:last-child {
    border-bottom: none;
}



.widget-info .info-details-single a img {
    border-radius: 3px;
}

.widget-info .info-details-single .profile-data {
    font-weight: 600;
    width: 60%;
    text-align: right;
    width: max-content;
    /* max-width: max-content;*/

}
.testata-info.widget-info .info-details-single .profile-data {
    text-align: left;
    white-space: nowrap;
    justify-content: start !important;
}

.testata-info.widget-info .info-details-col.col-md-4{
    width: 100% !important;
    max-width: 100%;
}

.testata-info.widget-info .info-details-single .profile-data a{
    text-overflow: ellipsis;
    overflow: hidden;
}



.widget-info .info-details-single .profile-head {
    /*width: 40%;*/
    /*font-weight: 700;*/
    font-size: 12px;
    padding-right: 5px;
}




.widget-info.widget-competition-info .info-img img,
.widget-info.widget-team-info .info-img img{
    border-radius: 0px;
    width: auto;
    max-height: 100%;
}


.widget-info.confronto .info-cont .info-entity{
    display: none;
}

.widget-info.confronto {
    border:0;
}

/* .widget-info.widget-team-info .panel-right{
        display: none;
    }*/

@media screen and (min-width: 990px) {
   
    .widget-info .info-details {
        flex-direction: row;
        margin-left: 0%;
        column-gap: 3%;
    }

    .widget-info .info-details-col:last-child .widget-info .info-details-single:last-child {
        border-bottom: none;
    }
     .widget-info .info-entity {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        column-gap: 15px;
    }

     .widget-info .info-img {
        width: 117px !important;
        height: 117px !important;
    }
    
    

}

/* Responsive Styles */
/* Large Tablet */
@media screen and (min-width: 768px) {
    .widget-info:not(.confronto) .info-details-col {
        width: calc(31.3%);
    }
    
    .widget-info .info-btns {
        position: relative !important;
        justify-content: start !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    
}

@media screen and (max-width: 1199px) {
    
    
    
     .widget-info .info-cont {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0px 0px;
    }

    .widget-info:not(.confronto) .widget-info .info-details {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 3%;
    }
    .widget-info:not(.confronto) .widget-info .info-details-col {
        width: calc(31.3%);
    }
    
    .widget-info .info-details-single:last-child {
        /*border-bottom: none;*/
    }
    .widget-info .info-entity {
        padding: 0px;
    }
}
/* Large Tablet */
/* Tablet */
@media screen and (max-width:989px) {
    .widget-info {
        top: 0px;
        min-height: max-content;
        max-height: max-content;
    }
    .widget-info .info-entity {
        padding: 0px;

    }
    
    .widget-info .info-details {
       column-gap: 3%;
    }


    


}
/* Tablet */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .info-details{flex-direction: column;}
     .widget-info .info-details.collapsing{
       
       display: block !important;
    }
     .widget-info .info-details.collapse.show{
        
        display: block !important;
    }
    
    .widget-info {
        border-radius: 0px;
        
    }
    .widget-info .info-img.type-comp{
        padding: 10px;
    }
    .widget-info .info-img.type-team{
        padding: 10px;
    }
    .widget-info .info-details-col{width: 100%;}
    .widget-info .info-details{
        flex-direction: column;
    }
   
   
    
     .widget-info .info-img img {
        max-width: 100% !important;
        max-height: 100% !important;

    }
   
    .widget-info .info-details {
        display: block;
    }
    .correlati{
        height: initial !important;
    }

    .widget-info .info-details-single .profile-data {
        width: calc(100% - 30px);
        max-width: 200px;
        font-weight: 600;
        font-size: 16px;
    }
    
    
    .widget-info:not(.confronto) .info-cont {
        flex-direction: column;
        align-items: center;
        justify-content: unset;
        padding: 0px 0px;
    }

    /*.widget-info .info-details-single .profile-data {
        text-align: center;
    }*/

    .widget-info .info-entity {
        width: 100%;
        margin: 0px;
        /*flex-direction: row;*/
        justify-content: flex-start;
        align-items: center;
         column-gap: 15px;
        padding: 10px 0px 10px 0px !important;
    }
    .widget-info:not(.confronto) .info-img img {
        /* width: 100% !important;*/
    }
    .widget-info.widget-competition-info .info-img,
    .widget-info.widget-team-info .info-img{
        padding: 5px;
        width: 80px;
        height: 80px;
        margin: 0px 0px 0px 0px;
    }

    /*.widget-info.widget-competition-info .info-img img,*/
    .widget-info.widget-team-info .info-img img{
        padding: 5px;
    }

    .widget-info .info-img{
        width: 80px;
        height: 80px;
    }
    .widget-info .info-img img{
        padding: 0px;
        max-width: 80px;
        max-height: 80px;
    }


    .widget-info .info-name-favorite {
        /*align-items: center;*/
        flex-grow: 1;
    }
    .widget-info .info-btns {
        justify-content: center;
    }
    .widget-info .btn-profile-info-toggler {
        display: block;
    }
     .widget-info:not(.confronto) .widget-info .info-details {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        max-height: 100%;
        overflow: visible;
        padding: 0px 30px;
        transition: all .3s ease-in-out;
        /*display:none;*/
    }
    .widget-info.details-expanded .widget-info .info-details {
        height: max-content;
        max-height: max-content;
        padding: 20px 30px;
        /*display:block;*/
        overflow: visible;
    }
    .widget-info:not(.confronto) .widget-info .info-details-col {
        width: 100%;
    }
    /*.widget-info:not(.confronto) .widget-info .info-details-single:last-child {
        border-bottom: #eaeaea 1px solid;
    }*/
     .widget-info button {
        font-size: 12px;
        padding: 1px;
    }

    .widget-info button.btn-profile-info-toggler{
        padding: 3px 20px;
        font-size: 14px;
    }

    .widget-info.confronto .widget-info .info-details-single {
        flex-direction: column;
    }

    .widget-info.confronto .widget-info .info-details-single .profile-head {
        text-align: center;
        line-height: 14px;
    }

     .widget-info {
        padding: 0px 10px 0px 10px  !important;
    }

    .agGrid-inner-mobile-detail .widget-info,
    .agGrid-inner-mobile-detail .widget-info .info-cont {
        padding: 0px !important;
    }

    .widget-info .info-details-single {
        padding: 10px 0px;
    }
    .widget-info.confronto .widget-info .info-details-single .profile-data {
        text-align: center;
        margin-top: 5px;
    }

    .widget-info.confronto .widget-info .info-details-single .profile-data {
        direction: rtl;
    }

    .widget-info.confronto .widget-info .info-details-single .profile-data br {
        display: none;
    }
}
/* Smartphones */
/* Responsive Styles */


/* SCROLL HEADER FIXED TOP è SEMPRE DENTRO QUESTO WIDGET .widget-info */
#scrollHeader .info-img{
    margin-right: 10px;
    padding:2px !important;
     
}

#scrollHeader .info-img img {
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 3px;
   
}

#scrollHeader .info-img {
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 0px !important;
}

.player-info #scrollHeader .info-img img {
    max-width: 64px !important;
    max-height: 64px !important;
    padding: 0px !important;
}

.widget-info.widget-team-info #scrollHeader .info-img{
    padding: 4px !important;

}

.widget-info.widget-team-info #scrollHeader .info-img img{
    padding: 2px !important;
}

#scrollHeader {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 50px;
    top: 0;
    transform: translateY(-200%);
    transition: all 0.2s ease-out;
    pointer-events: none;
    background: #010000;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
}


.testata-info #scrollHeader {
    color: #fff;
    background: #000;
}

.fullscreen #scrollHeader {
    min-height: initial;
}

#scrollHeader.in {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0%);
}

#scrollHeader .competition-logo {
    height: 40px;
    width: 40px;
    padding: 5px;
}

/*#scrollHeader .widget-cont{
    background: transparent !important;
}*/
.widget-competition-info .ruolo, .widget-team-info .ruolo,
.widget-competition-info #scrollHeader .competition-name,
.widget-competition-info #scrollHeader .competition-logo{
    display:none !important;
}
#scrollHeader .competition-year {
    font-weight: 500;
    font-size: 14px;
}
#scrollHeader  .competition-title-cont {
    padding-bottom: 0px;
}

#scrollHeader .widget-cont{
    background: transparent !important;
}

@media screen and (max-width: 767.9px) {
    .widget-info .btn-profile-info-toggler-new {
        margin-bottom: 5px;
    }
    
    #scrollHeader .info-img img {
      /*  max-width: 45px !important;
        max-height: 45px !important;
        padding:5px;*/
    }

    #scrollHeader .competition-logo {
        height: 35px;
        width: 35px;
        padding: 2px;
    }

    #scrollHeader .ph-avatar {
        min-width: 40px;
    }
    #scrollHeader .competition-title-cont{ padding: 0px !important;}
    

}

 .widget-info .blocco-2-inner{
    flex-direction: row;
}


 .widget-info .info-cont .position{
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}
 .widget-info .info-cont .position:after{
    content: "°";
    position: absolute;
    right: -5px;
    top: 0;
}



@media (min-width:576px) and (max-width:768px) {
      .widget-info .info-btns {
        position: absolute !important;
        right: 5px;
        top: 0;
        bottom: 0;
        height: 100px;
        flex-direction: column !important;
        align-items: end;
        padding: 0px !important;
        margin: 0px !important;
      }
    .info-name-favorite.pb-0{
        padding-bottom: 1rem !important;
        /*padding-top: 1rem !important;*/
    }
}
@media (min-width:651px) and (max-width:900px) {

     .widget-info .info-entity {
        align-items: start;
    }
     .widget-info .blocco-2-inner .circle-50{
        margin: 0px !important;
    }
    
     .widget-info {
        padding: 15px 20px 15px 20px;
    }

     .widget-info  .blocco-2{
        margin-bottom: 0px !important;
    }
     .widget-info .blocco-1{
        column-gap: 10px;
    }
     .widget-info .blocco-1 img.mr-2{
        margin-right: 5px !important;
    }

}



 .widget-info .border-top-riga-sfumata-to-left::after {
        content: "";
        height: 1px;
        width: calc(100%);
        background: linear-gradient(to left, #fff, #fff0);
        position: absolute;
        top: 0;
        right: -10px;
}

 .widget-info.widget-team-info .border-top-riga-sfumata-to-left::after,
 .widget-info.widget-competition-info .border-top-riga-sfumata-to-left::after
{
        background: none;
}
    
 .widget-info .blocco-1-600-900{
    display:none !important;
}
 .widget-info .blocco-2-600-900{
    display:none !important;
}
@media (min-width:576px) and (max-width:768px) {

     .widget-info .blocco-1{
        padding-top:10px;
        padding-bottom:5px;
    }
     .widget-info:not(.widget-team-info):not(.widget-competition-info) .blocco-2{
        display:none !important;
    }
     .widget-info .blocco-1-600-900{
        display:flex !important;
    }
    .widget-info .type-player .blocco-2-600-900{
        display:flex !important;
        margin-left: 0px !important;
    }
    .widget-info .type-team .blocco-2-600-900,
    .widget-info .type-comp .blocco-2-600-900{
        display:none !important;
        
    }
    

     .widget-info .info-entity {
        align-items: start;
    }

     .widget-info .info-name-favorite {

        margin-bottom: 0px;
    }
  
     .widget-info .border-top-riga-sfumata-to-left::after {
        height: 1px;
    }



}


 .widget-info .only-smartphone{display: none;}
 
 .widget-info .info-btns {
        padding-top: 10px;
        margin-top: 10px;
        position: absolute;
       /* justify-content: end !important;*/
    }
 
@media (max-width:767px) {
 
    .widget-info .btn-profile-info-toggler-new {

      margin-top: 0px;

    }
    
    .widget-info .info-name-favorite {
        flex-direction: row;
        align-items: end;
        line-height: 40px;
        font-size: 25px;
        padding: 0px !important;
    }
    
    #scrollHeader .info-name-favorite {
        align-items: end;
        line-height: 18px;
        font-size: 18px;
        padding: 0px !important;
        margin-top: 0px;
        justify-content: start;
    }
    
    .widget-competition-title-season.light-4,
    .widget-cont.light-4{
        background: transparent !important;
    }
    
}
@media (max-width:575px) {
    
    #mainMenuAccorion{
        background: linear-gradient(#3B3B3B, #000);
    }  
    
    
     
    .widget-info .info-btns {
        padding-top: 10px;
        margin-top: 10px;
        position: relative;
     
    }
    .widget-info .info-btns.justify-content-center {
        justify-content: center !important;
    }
    .widget-info .info-btns.justify-content-between {
        justify-content: space-between !important;
    }

    
    .widget-info .border-bottom-riga-sfumata-to-right:after {
        content: none;
        height: 0px;
       
    }
    
    .widget-info .info-btns:before {
        content: "";
        height: 1px;
        width: 100vw;
        background: linear-gradient(to left, #fff0 0%, #fffa 50%, #fff0 100%);
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .widget-info .info-entity:after {
        content: "";
        height: 1px;
        width: 100vw;
        background: linear-gradient(to left, #fff0 0%, #fffa 50%, #fff0 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }


     .widget-info .info-entity {
        flex-direction: column !important;
    }
   
     .widget-info.widget-team-info .btn-profile-info-toggler-new {

       /* top: 224px;*/
       padding: 4px;
       

    }
    
    
     .widget-info .info-name-favorite {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: end;
        line-height: 40px;
        font-size: 30px;
        padding-bottom: 15px;
      /*  margin-bottom: 5px;*/
        margin-top: 10px;
    }
    
    .info-details.collapse.show,
    .info-details.collapsing{
        position: fixed; top:0; bottom:0; left:0; right:0;
        background: #000;
        height: 100vh; overflow: auto;
        z-index: 100;
    }
    
    .info-details .top-stripe{
        padding: 0px 10px;
    }
    .info-details .info-entity,
    .info-details .top-stripe{
        transition: all .3s ease;
    }
    .info-details.collapsing .info-entity,
    .info-details.collapsing .top-stripe{
       /* opacity:0;
        height: 0px;*/
    }
    .info-details.collapse.show .info-entity,
    .info-details.collapse.show .top-stripe{
      /*  opacity:1;
        height: auto;*/
    }
    
    .top-stripe .country-box img{
        max-height: 12px;
    }
    
    .info-details .top-stripe{
        padding: 0px 10px !important;
    }
    
     .widget-info .info-name-favorite span{

       /* margin-bottom: 5px;*/

    }
    
     .widget-info .blocco-2, 
     .widget-info .blocco-1{display: none !important;} 
    
     .widget-info .only-smartphone{
        display: flex; 
        align-items: center;
        /*padding: 0px 5px;*/
    }
    
     .widget-info .circle-50,
     .widget-info img.mr-2 {
        margin: 0px !important;
    }
    
     .widget-info img.mr-2 {
        margin-top: 3px !important;
        height: 21px;
    }
    
     .widget-info .nationality{
        line-height: 23px;
    }
     .widget-info .ruolo.fs-16{
        font-size: 20px !important;
    }
    
     .widget-info .info-cont {
        padding: 0px !important;
    }
    
    

}








.widget-competition-title-season {
    border-radius: 15px;
    font-size: 16px;
    line-height: 18px;
    /*margin-bottom: 15px;*/
    width: max-content;
    margin-left: 20px;
}

.widget-competition-title-season.full-width {
    border-radius: 15px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
}

.widget-competition-title-season.full-width a{
    color: #fff;
}

.widget-competition-title-season.full-width .ph-col-12 {min-width: 80px;}

.widget-competition-title-season .competition-title-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    column-gap: 5px;
}

.widget-competition-title-season .competition-title {
    font-weight: 500;
    flex-grow: 1;
    text-align: right;
    /*border-bottom: #e5e5e5 1px solid;*/
    min-width: 80px
}

.widget-competition-title-season .competition-title .competition-year {
    font-weight: 400;
    font-size: 12px;
    display: block;
}
.widget-competition-title-season .competition-logo {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 68px;
    width: 68px;
    margin-left: 10px;
    padding: 10px;
}

@media screen and (min-width: 767.9px) {
    .widget-competition-title-season .competition-title-cont {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding: 0px 0px;
        column-gap: 5px;
    }
}

.widget-competition-title-season .competition-logo img {
    max-height: 100%;
    width: auto;
}

/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-competition-title-season {
        font-size: 14px;
    }
    .competition-logo
    #scrollHeader .competition-logo {
	height: 30px;
	width: 30px;
    }
    
    #scrollHeader .competition-title a.flex-column{
        flex-direction: row !important;
    } 
    
    .widget-competition-title-season .competition-title-cont {
	padding-top: 10px;
    }
    .widget-competition-title-season .competition-title-cont a{
        width: 100%;
    }
    .widget-competition-title-season .competition-title {
        text-align: left;
        flex-direction: row;
        display: flex;
        column-gap: 2px;
    }
    .widget-competition-title-season .competition-title .competition-name{font-weight: 500;}
    
    #scrollHeader .widget-competition-title-season:before{
        height:1px;
        background: -moz-linear-gradient(top, #010000 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #010000 0%, #ffffff 100%);
        background: linear-gradient(to left, #010000 0%, #ffffff 100%);
        width: 100%;
        margin: 0px 0px 5px 0px;
        content:"";     
    }
    

    
    #scrollHeader .widget-competition-title-season .competition-title .competition-name:after{
        content: '•';
        margin-left: 2px;
    }
    
    #scrollHeader .widget-competition-title-season .competition-logo {
        position: relative;
    }
    
    #scrollHeader .widget-competition-title-season{
        position: fixed;
        left: 0;
        top: 49px;
        right: 0;
        margin: 0px;
        padding: 5px 0px !important;
        background: #010000 !important;
        display: none;
        border-bottom: 4px solid #66528a !important;
        flex-direction: column;
    }
    
    
    
    #scrollHeader .competition-title-cont{
        width: 100%;
        padding: 0px 15px;
    }
    
    .widget-competition-title-season {
        width: 100%;
        margin-right: 20px;
        /*border-bottom: 1px solid #ddd !important;*/
        margin-bottom: 0px;
        border-radius: 0px;
    }
    .widget-competition-title-season.full-width {
        border-radius: 5px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    
    .widget-competition-info #scrollHeader .box-name{
        margin-top: -30px;
    }
    .widget-competition-info #scrollHeader .widget-competition-title-season{
        position: absolute;
        top: 27px;
        left: 75px;
        border-bottom: 0px solid #66528a !important;
    }
    
    .widget-competition-info #scrollHeader .widget-competition-title-season .competition-title-cont {
        padding:0px !important;
    }

}
/* Smartphones */
/* Responsive Styles */
.widget-paywall  {
  background: linear-gradient(#0000, #000c 35%, #000c 80%, #0000);
}


.widget-paywall h3 {
    font-size: 37px;
    color: #bbbbbb;
    text-align: center;
}

.widget-paywall .paragraph,
.widget-paywall .msg_referral {
    color: #fff;
    text-align: center;
    max-width: 500px;
}

.widget-paywall .holder-link-referral {
    border: 1px solid;
    border-radius: 10px;
    justify-content: center;
    width: min-content;
    padding: 4px 10px;
    margin: 10px 0;
}

.widget-paywall .copyClipboard {
    flex-grow: 1;
   /* height: 100%;*/
    width: 100%;
    text-align: center;
   /* margin-left: 10px;*/
}

.widget-paywall .copyClipboard:hover{
    background: #C8A227;
}

.widget-paywall .icon-copy-clipboard {
    color: #fff;
    fill: #fff;
    font-size: 25px;
    
}

.widget-paywall .link-user-referral {
    font-weight: 700;
   /* min-width: 200px;*/
    overflow: hidden;
}


.widget-paywall .usa_crediti_btn {
    background: #C8A227;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #020202;
}

.widget-paywall .bold {
    font-size: 16px;
}

.widget-paywall .register_btn {
    background: #C8A227;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #020202;
}

.widget-paywall p {
    margin-bottom: 0;
    color: #fff;
}

.widget-paywall .acced_btn {
    border: 4px solid #C8A227;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #C8A227;
}

.widget-paywall .holder-utilizzo-crediti {
    max-width: 95%;
    min-width: 95%;
    
}

.widget-paywall .usaCreditiComp,
.widget-paywall .usaCreditiCompTeam {
    width: 100%;
    flex-grow: 1;
   /* min-width: 560px;*/
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #fff;
}

.widget-paywall .usaCreditiComp .buttonAdd.button-addSeason,
.widget-paywall .usaCreditiCompTeam .buttonAdd.button-addSeason {
    margin: 0 !important;
}
/* STLYE BASE */

/*.widget-utilizzo-crediti .competizione_box {
    min-width: 350px;
}*/

.widget-utilizzo-crediti .wrapper-recap-utilizzo-crediti {
    border: 1px solid #fff;
    border-radius: 10px;
}

.widget-utilizzo-crediti .label-recap {
    /*background: #fff;*/
    display: inline-block;
    padding: 2px 8px;
    /*  border-radius: 7px; */
    position: relative;
    top: -7px;
    /*  border: 1px solid; */
}

.widget-utilizzo-crediti .wrapper-ui-post-acquisto {
    margin: auto;
    line-height: 20px;
}

.widget-utilizzo-crediti .entity-recap {
    background: #fff;
    border-radius: 7px;
}

.widget-utilizzo-crediti .entity-recap .img-recap {
    max-width: 25px;
}

.widget-utilizzo-crediti .recap-crediti {
    color: #fff;
}

.widget-utilizzo-crediti .recap-crediti span {
    margin: 0 5px;
    padding: 2px;
    text-align: right;
    font-weight: 700;
}

.widget-utilizzo-crediti .costo_crediti_entita {
    /*border: 1px solid;
    border-radius: 2px;*/
    margin: 0 5px;
 
 
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.widget-utilizzo-crediti .wrapper-ui-acquisto.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.widget-utilizzo-crediti .wrapper-ui-acquisto.disabled * {
    pointer-events: none;
}

.widget-utilizzo-crediti .wrapper-ui-post-acquisto,
.widget-utilizzo-crediti .preload-acquisto {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    /*max-width: 400px;*/
}



.widget-utilizzo-crediti .text-hover-lucchetto {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 250px;
    text-align: center;
    max-width: 490px;
}

@media screen and (max-width: 767.9px) {
    .wrapper-ui-post-acquisto svg{height: 400px; }
    .widget-utilizzo-crediti .text-hover-lucchetto {
        height: 160px;

    }
}

.widget-utilizzo-crediti .wrapper-recap-entity {
    border: 1px solid;
    overflow: hidden;
   
    padding: 15px 5px;
}

.widget-utilizzo-crediti .wrapper-recap-entity .entity-recap:nth-child(even){
    background: #F4F4F4;
    border-radius: 0px !important;
}

/* STLYE AGGIUNTIVO QUANDO IL WIDGET E NEL PROFILO */

.widget-utilizzo-crediti .recap-crediti {
    color: #020202;
}

.widget-utilizzo-crediti .usa_crediti_btn {
    background: #020202;
    border-radius: 100px;
    color: #fff;
}

.widget-utilizzo-crediti .label-recap {
    top: 0;
}

.widget-utilizzo-crediti .wrapper-recap-entity {
    border: 1px solid;
    /*border-radius: 0px;*/
    overflow: hidden;
    
    
}

.widget-utilizzo-crediti .entity-recap {
   /* background: #fff;
    border-radius: 7px;*/
}

.widget-utilizzo-crediti .wrapper-recap-utilizzo-crediti {
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
}

.widget-utilizzo-crediti .entity-recap {
    /*background: #020202;
    border-radius: 7px;
    color: #fff;*/
}
.widget-utilizzo-crediti .entity-recap figure {
    background: #fff;
    padding: 2px;
    border-radius: 100px;
    border: 1px solid #020202;
}

.widget-utilizzo-crediti .entity-recap  .trash-entity-recap svg {
    /*color: #fff;*/
}

.widget-utilizzo-crediti .wrapper-ui-post-acquisto, .widget-utilizzo-crediti .preload-acquisto {
    color: #020202; 
}

.widget-team-form-section-layout {
    font-size: 16px;
    line-height: 13px;
    font-weight: 500;
    border: none;
    padding: 0px;
    border-radius: 0px;
    padding: 10px;
}

.widget-team-form-section-layout .filter-selected {
    font-size: 11px;
}
.widget-team-form-section-layout ::-webkit-scrollbar {
    cursor: grab;
    height: 5px;
}

.widget-team-form-section-layout ::-webkit-scrollbar-button {
    background-image: none;
    width: 0px;
    display: none;
}

.widget-team-form-section-layout ::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.07);
}
.widget-team-form-section-layout ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
}
/* Responsive Styles */
/* Desktop */
@media screen and (min-width: 601px) {
    .widget-team-form-section-layout {
        margin: 15px 0px;
    }
}
/* Tablet */
@media screen and (max-width: 992px) {
}
/* Tablet */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-team-form-section-layout {
        font-size: 16px;
    }
    .widget-team-form-section-layout {

        height: auto !important;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Tabs */
.widget-team-form-section-layout .categories-cont {
    width: 100%;
    
    overflow: auto;
    user-select: none;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
}

.widget-team-form-section-layout .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
}
.widget-team-form-section-layout .category-group {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.widget-team-form-section-layout .category-single {
    border: #f2eff8 1px solid;
    height: 23px;
    line-height: 21px;
    padding: 0px 10px;
    border-radius: 17px;
    cursor: pointer;
    background: #f2eff8;
}
.widget-team-form-section-layout .category-group .category-single {
    display: none;
}
.widget-team-form-section-layout .category-group.group-sub .category-single {
    display: block;
}
.widget-team-form-section-layout .category-group.group-sub:not(.group-expanded) .category-single {
    display: none;
}

.widget-team-form-section-layout .category-group .category-single.category-active,
.widget-team-form-section-layout .category-group.group-sub .category-single.category-active {
    display: block;
}

.widget-team-form-section-layout .category-group.group-main .category-single:not([data-result="team-progress"])::after {
    display: inline-block;
    content: "";
    /*width: 10px;*/
    height: 8px;
    /*background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/arrow-dropdown.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: auto 65%;*/
    margin-left: 5px;
    width: 8px;
    background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/icon-plus.svg");
    background-size: auto 88%;
}
.widget-team-form-section-layout .category-group:not(.group-expanded) .category-single.category-active::after {
    display: inline-block;
    content: "";
    /*width: 10px;*/
    height: 8px;
    /*background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/arrow-dropdown.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: auto 65%;*/
    margin-left: 15px;

    width: 6px;
    background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/icon-minus.svg");
    background-size: auto 25%;
}

.widget-team-form-section-layout .category-group.group-main.group-expanded .category-single {
    display: block;
}
.widget-team-form-section-layout .category-single.category-active {
    background-color: #ded8ea;
    font-weight: 600;
}

.widget-team-form-section-layout .group-sub .category-single.category-active {
    background-color: #f2eff8;
    font-weight: 600;
}

.widget-team-form-section-layout .category-group.group-sub.group-expanded {
    margin-left: 10px;
}
.widget-team-form-section-layout .group-sub .category-single.category-active {
    margin-left: 10px;
}
/* Tabs */

/* Category Tip */
.widget-team-form-section-layout .category-tip {
    background-color: rgba(242, 239, 248, 0.51);
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 20px;
    display: none;
}
.widget-team-form-section-layout.cat-selected:not(.sub-cat-selected) .category-tip {
    display: flex;
}

.widget-team-form-section-layout .category-tip-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3px;
    align-items: center;
}
/* Category Tip */

/* Filters */
.widget-team-form-section-layout .filters-cont {
    position: relative;
   /* height: 120px;*/ /*140px;*/
   margin-bottom: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.35;
    transition: filter 0.15s ease-in, opacity 0.15s ease-in;
    pointer-events: none;
}

.widget-team-form-section-layout.cat-selected.sub-cat-selected .filters-cont {
    pointer-events: unset;
    -webkit-touch-callout: unset;
    -webkit-user-select: unset;
    -khtml-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    transition: filter 0.25s ease-in, opacity 0.25s ease-in;
}
.widget-team-form-section-layout .filters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
}
.widget-team-form-section-layout .filters .filter-single {
    width: calc(50% - 5.33px);
    height: 42px;
    border: rgba(68, 46, 108, 0.24) 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.widget-team-form-section-layout .filters .filter-single img {
    height: 20px;
}
.widget-team-form-section-layout .filters .filter-single.filter-places-home,
.widget-team-form-section-layout .filters .filter-single.filter-places-away {
    width:100%;
}
.widget-team-form-section-layout .filters .filter-single::after {
    content: "";
    width: 11px;
    height: 20px;
    background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/arrow-dropdown.svg");
    background-repeat: no-repeat;
    background-position: center;
   
}
.widget-team-form-section-layout .filters .filter-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}
.widget-team-form-section-layout.disable-away-team-filter .filter-places-away,
.widget-team-form-section-layout.disable-home-team-filter .filter-places-home {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.35;
    transition: filter 0.15s ease-in, opacity 0.15s ease-in;
    pointer-events: none;
    z-index: -1;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-team-form-section-layout .filters .filter-single {
        line-height: normal;
        padding: 5px;
    }
    .widget-team-form-section-layout .filters .filter-single img {
        height: 15px;
    }
    .widget-team-form-section-layout .filters .filter-single::after {
        width: 12px;
        height: 12px;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Filters */

/* Filters Options */

.widget-team-form-section-layout input::-webkit-outer-spin-button,
.widget-team-form-section-layout input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.widget-team-form-section-layout input[type="number"] {
    -moz-appearance: textfield;
}

.widget-team-form-section-layout .options-cont input[type="radio"] {
    display: none;
}


.widget-team-form-section-layout .filters-cont {
    z-index: 1;
}
.widget-team-form-section-layout .filter-options-cont {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: 0px;
    text-align: center;
    border-radius: 10px;
    z-index: 1;
}
.widget-team-form-section-layout .filter-options {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: #e0e0e0 1px solid;
    border-radius: 10px;
    position: relative;
    height: 140px;
}

.widget-team-form-section-layout .filter-options p {
    font-size: 0.85rem !important;
}

.widget-team-form-section-layout .filter-options .filter-option-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 15px;
}
.widget-team-form-section-layout .filter-options p {
    margin: 0px 20px;
    font-size: inherit;
}
.widget-team-form-section-layout .filter-options .options-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    column-gap: 10px;
    padding: 0px 10px;
    line-height: normal;
}
.widget-team-form-section-layout .filter-options label {
    width: 100%;
    height: 55px;
    height: 70px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    user-select: none;
    margin: 0px;
}
.widget-team-form-section-layout .filter-options label input[type="radio"] {
    position: absolute;
    top: -10px;
    left: -10px;
}
.widget-team-form-section-layout .option-single-desc {
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out;
    padding: 0px 5px;
}
.widget-team-form-section-layout input:checked + .option-single-desc {
    border-color: #020202;
}
.widget-team-form-section-layout .filter-options .team-logos {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
}
.widget-team-form-section-layout .filter-options .team-logos img {
    max-height: 20px;
}
.widget-team-form-section-layout .filter-options .matches-number-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 7%;
}
.widget-team-form-section-layout .filter-options .matches-number-selector input[type="number"] {
    font-size: 14px;
    border: none;
    padding: 0px;
    width: 15%;
    color: #020202;
    text-align: center;
    font-weight: 500;
    user-select: none;
    background-color: transparent;
}
.widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl {
    background-color: #f5f5f5;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl::after {
    content: "";
    height: 15px;
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl.ctrl-minus::after {
    background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/icon-minus.svg");
}
.widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl.ctrl-plus::after {
    background-image: url("/assets/skins/cinquequotidiano_footdata_com/img/form-section/icon-plus.svg");
}
.widget-team-form-section-layout .filter-options .options-places .place-team-logo {
    width: 100px;
}

/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    .widget-team-form-section-layout .filter-options .filter-option-close {
        top: 10px;
        right: 10px;
    }
    .widget-team-form-section-layout .filter-options p {
        margin: 0px 30px;
    }
    .widget-team-form-section-layout .filter-options .matches-number-selector {
        column-gap: 6px;
    }
    .widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl {
        height: 18px;
        width: 18px;
    }
    .widget-team-form-section-layout .filter-options .matches-number-selector .match-number-ctrl::after {
        height: 12px;
        width: 12px;
    }
}
/* Smartphones */
/* Responsive Styles */
/* Filters Options */

/* Results */
.widget-team-form-section-layout .cont-result {
    display: none;
    /*margin-top: 30px;*/
}
.widget-team-form-section-layout .cont-result.result-expanded {
    display: block;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 767.9px) {
    /*.widget-team-form-section-layout .cont-result {
        margin-top: 20px;
    }*/
}
/* Smartphones */
/* Responsive Styles */
/* Results */

/* Game Stats List */
.widget-team-form-section-layout .game-stats-list {
    display: flex;
    flex-direction: column;
    /* row-gap: 40px; */
    text-align: left;
    width: 100%;
}

.widget-team-form-section-layout .game-stats-list .game-stats-header,
.widget-team-form-section-layout .game-stats-list.list-markers .game-stats-header-goal {
    border-bottom: #e0e0e0 0.3px solid;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    column-gap: 10px;
    padding-right: 10px;
}

.widget-team-form-section-layout .game-stats-list .game-stats-header:not(:last-child) {
    margin-bottom: 10px;
}
.widget-team-form-section-layout .game-stats-list .game-stats-header .stat-title {
    font-weight: 500;
    font-size: 16px;
}

.widget-team-form-section-layout .game-stats-list .stat-title {
    flex-grow: 1;
}

.widget-team-form-section-layout .game-stats-list .game-stat-single.total{
    background: #111;
    color: #fff;
}

.widget-team-form-section-layout .game-stats-list .game-stat-single.pro{
    background: #222;
    color: #fff;
}

.widget-team-form-section-layout .game-stats-list .game-stat-single.against{
    background: #222;
    color: #fff;
}

.widget-team-form-section-layout .game-stats-list .game-stat-single {
    border-bottom: #676767 0.3px solid;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 8px;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single .stat-goal-title,
.widget-team-form-section-layout .game-stats-list .game-stat-single .stat-bar-val,
.widget-team-form-section-layout .game-stats-list .game-stat-single .stat-val-desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.widget-team-form-section-layout .game-stats-list .game-stat-single {
    padding-right: 10px;
}
.widget-team-form-section-layout .game-stats-list .stat-goal {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single .stat-title {
    font-size: 18px;
    line-height: 18px;
}
.widget-team-form-section-layout .game-stats-list .stat-bar {
    flex-grow: 1;
}
.widget-team-form-section-layout .game-stats-list .stat-val {
    font-weight: 400;
    min-width: 60px;
    text-align: right;
    margin-top: 5px;
}
.widget-team-form-section-layout .total-goals-cont .game-stats-list .game-stats-header,
.widget-team-form-section-layout .total-goals-cont .game-stats-list .game-stat-single,
.widget-team-form-section-layout .total-corners-cont .game-stats-list .game-stats-header,
.widget-team-form-section-layout .total-corners-cont .game-stats-list .game-stat-single,
.widget-team-form-section-layout .cards-cont .game-stats-list .game-stats-header,
.widget-team-form-section-layout .cards-cont .game-stats-list .game-stat-single {
    row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.widget-team-form-section-layout .total-goals-cont .game-stats-list .game-stat-single {
    margin-bottom: 10px;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-yellow,
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-red,
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-blue {
    padding-top: 10px;
    border-bottom: none;
    position: relative;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-yellow {
    background-color: #fffeed;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-red {
    background-color: #ffebeb;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-blue {
    background-color: #fcfaff;
}
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-yellow::after,
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-red::after,
.widget-team-form-section-layout .game-stats-list .game-stat-single.stat-highlight-blue::after {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    content: "";
}
.widget-team-form-section-layout .total-goals-cont .game-stats-list .stat-goal,
.widget-team-form-section-layout .total-goals-cont .game-stats-list .stat-val,
.widget-team-form-section-layout .total-corners-cont .game-stats-list .stat-goal,
.widget-team-form-section-layout .total-corners-cont .game-stats-list .stat-val,
.widget-team-form-section-layout .cards-cont .game-stats-list .stat-goal,
.widget-team-form-section-layout .cards-cont .game-stats-list .stat-val {
    width: 40px;
    text-align: center;
}
.widget-team-form-section-layout .total-goals-cont .game-stats-list .game-stat-single .stat-desc,
.widget-team-form-section-layout .total-corners-cont .game-stats-list .game-stat-single .stat-desc,
.widget-team-form-section-layout .cards-cont .game-stats-list .game-stat-single .stat-desc {
    font-size: 14px;
    font-weight: normal;
}
/* Markers Specific */
.widget-team-form-section-layout .game-stats-list.list-markers {
    row-gap: 25px;
}
.widget-team-form-section-layout .game-stats-list.list-markers .game-stats-header-goal {
    padding-bottom: 25px;
}
.widget-team-form-section-layout .game-stats-list .game-stats-header.stat-header-logo .stat-title {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.widget-team-form-section-layout .game-stats-list.list-markers .game-stats-header .stat-title img {
    max-height: 25px;
    width: auto;
}
.widget-team-form-section-layout .game-stats-list.list-markers .game-stats-header-goal .stat-title {
    font-weight: 500;
    font-size: 18px;
}
.widget-team-form-section-layout .game-stats-list.list-markers .game-stats-header-goal .stat-goal {
    font-weight: 600;
    font-size: 22px;
}
.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-lists-cont {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
    margin-bottom: 20px;
    width: 100%;
}
.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-lists-cont .stat-player-list {
    margin-right: 10px;
    width: 80%;
}

.live-score-side-panel-box {
    position: sticky;
    top: 85px;
    max-height: calc(100vh - 15px);
    overflow: auto;
}

.live-score-side-panel-box
    .widget-team-form-section-layout
    .game-stats-list.list-markers
    .stat-player-lists-cont
    .stat-player-list {
    max-width: calc(20% - 18px);
}

.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-list {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.widget-team-form-section-layout .game-stats-list.both-teams.list-markers .stat-player-list {
    border: #f0f0f0 1px solid;
    border-radius: 10px;
    padding: 15px;
}
.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-single {
    background-color: #fcfaff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
    padding: 13px 5px;
    border: 0px solid #eee;
    border-radius: 5px;
}
.widget-team-form-section-layout .game-stats-list .player-img-title {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.widget-team-form-section-layout .game-stats-list .player-img {
    height: 45px;
    width: 45px;
    background-color: #f7f7f7;
    border-radius: 100px;
    overflow: hidden;
}
.widget-team-form-section-layout .game-stats-list .player-img img {
    border-radius: 100px;
    padding:1px;
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-single::after {
    content: "";
    width: 100%;
    height: 0.3px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0px;
    bottom: -10px;
}*/
.widget-team-form-section-layout .game-stats-list.list-markers .stat-goal-val {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 5px;
    width: 60px;
}
.widget-team-form-section-layout .game-stats-list.list-markers .stat-player-single .stat-goal {
    font-weight: 600;
    font-size: 22px;
}
/* Markers Specific */
/* Game Stats List */

/* Tabs */
.widget-team-form-section-layout .tabs-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #111;
    border: rgba(68, 46, 108, 0.24) 1px solid;
    border-radius: 100px;
    padding: 3px;
    column-gap: 3px;
    margin-bottom: 15px;
}
.widget-team-form-section-layout .tabs-cont .tab-single {
    width: 50%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}
.widget-team-form-section-layout .tabs-cont .tab-single:hover,
.widget-team-form-section-layout .tabs-cont .tab-single:focus,
.widget-team-form-section-layout .tabs-cont .tab-single.tab-active {
    color: #ffffff;
    background-color: #020202;
    font-weight: 600;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
}
.widget-team-form-section-layout .tab-content-single {
    display: none;
}
.widget-team-form-section-layout .tab-content-single.tab-content-expanded {
    display: block;
}
/* Tabs */

/* Opposing Data - Switch */
.widget-team-form-section-layout .cont-opposing-data-switch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
}
.widget-team-form-section-layout .opposing-data-desc span {
    font-weight: 500;
    font-style: italic;
    background-color: #eee;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 3px 3px 1px;
}
.widget-team-form-section-layout .inp-switch-single {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0px;
}

.widget-team-form-section-layout .inp-switch-single input {
    position: absolute;
    top: -15px;
    left: -15px;
}
.widget-team-form-section-layout .inp-switch-single span {
    background-color: #e2dcee;
    width: 57px;
    height: 25px;
    border-radius: 20px;
    border: #f4f4f4 1px solid;
    display: inline-block;
    position: relative;
}
.widget-team-form-section-layout .inp-switch-single span::before {
    background-color: #020202;
    height: 23px;
    width: 23px;
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(1px, -50%);
    transition: transform 0.15s ease-in-out;
}
.widget-team-form-section-layout .inp-switch-single input[type="checkbox"]:checked + span::before {
    transform: translate(29px, -50%);
    transition: transform 0.25s ease-in-out;
    left: 2px;
}
.widget-team-form-section-layout .inp-switch-single input[type="checkbox"]:checked + span::after {
    display: inline-block;
    content: "SI";
    margin-left: 6px;
    margin-top: 5.5px;
}

.widget-team-form-section-layout .inp-switch-single input[type="checkbox"]:checked + span {
    background-color: #C8A227;
    border: #C8A227 1px solid;
}

/* Opposing Data - Switch */

/* Results Modes */
/* .widget-team-form-section-layout .cont-result .cont-team-progress-both-teams,
.widget-team-form-section-layout .cont-result .cont-team-progress-single-team,
.widget-team-form-section-layout .cont-result .cont-total-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-total-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-markers-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-markers-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-both-team-scores-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-both-team-scores-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-even-odd-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-even-odd-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-sum-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-sum-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-multi-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-multi-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-under-over-goals-both-teams,
.widget-team-form-section-layout .cont-result .cont-under-over-goals-single-team,
.widget-team-form-section-layout .cont-result .cont-total-corners-both-teams,
.widget-team-form-section-layout .cont-result .cont-total-corners-single-team,
.widget-team-form-section-layout .cont-result .cont-under-over-corners-both-teams,
.widget-team-form-section-layout .cont-result .cont-under-over-corners-single-team,
.widget-team-form-section-layout .cont-result .cont-1x2-corners-both-teams,
.widget-team-form-section-layout .cont-result .cont-1x2-corners-single-team,
.widget-team-form-section-layout .cont-result .cont-cards-both-teams,
.widget-team-form-section-layout .cont-result .cont-cards-single-team {
    display: none;
}
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-team-progress-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-total-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-markers-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-both-team-scores-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-even-odd-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-sum-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-multi-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-under-over-goals-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-total-corners-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-under-over-corners-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-1x2-corners-both-teams,
.widget-team-form-section-layout .cont-result.mode-teams-both .cont-cards-both-teams {
    display: block;
}
.widget-team-form-section-layout .cont-result.mode-team-home .cont-team-progress-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-total-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-markers-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-both-team-scores-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-even-odd-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-sum-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-multi-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-under-over-goals-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-total-corners-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-under-over-corners-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-1x2-corners-single-team.team-home,
.widget-team-form-section-layout .cont-result.mode-team-home .cont-cards-single-team.team-home {
    display: block;
}
.widget-team-form-section-layout .cont-result.mode-team-away .cont-team-progress-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-total-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-markers-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-under-over-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-both-team-scores-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-even-odd-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-sum-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-multi-goals-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-total-corners-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-under-over-corners-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-1x2-corners-single-team.team-away,
.widget-team-form-section-layout .cont-result.mode-team-away .cont-cards-single-team.team-away {
    display: block;
} */
/* Results Modes */

/* COLONNE */
.widget-wrapper-team-form-section .wrapper-focus  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin: 10px;
    width: 100%;
}

.widget-wrapper-team-form-section .wrapper-focus.alone  {
    grid-template-columns: 1fr;
}

.widget-wrapper-team-form-section[data-widget-id="wrapper-team-form-section-andamento"] .wrapper-focus{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin: 10px;
}


.widget-wrapper-team-form-section .header-widget {
    background: #010000;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 25px;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

.widget-wrapper-team-form-section .header-widget .subHeader-snippet{
    width: 100%;
    
}

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

    .widget-wrapper-team-form-section .header-widget .subHeader-snippet{
        width: 100%;
        margin-left: 0px; 
        margin-top: -11px;
        padding: 8px 8px 0px 0px;
    }
    .widget-wrapper-team-form-section .wrapper-focus {
        margin: 0px;
    }    
}
.subHeader-snippet.mixin-team-header .selected-team .player-img, 
.subHeader-snippet.mixin-team-header .selected-team .player-img img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  min-width: 55px;
}
.subHeader-snippet.mixin-team-header .selected-team .player-img img {
  padding: 8px;
  border-radius: 0px;
}
.subHeader-snippet.mixin-team-header .selected-team {
  padding: 0px;
}
.subHeader-snippet.mixin-team-header .selected-team .player-img-title {
  margin-bottom: 5px;
  padding: 2px 15px 8px;
}  
.subHeader-snippet .player-competition {
  padding-left: 10px;
}  
.subHeader-snippet .player-season-date  {
  margin-bottom: 0px !important;
}  



/* BTN VEDI PARTITE */
.widget-wrapper-team-form-section .match_details_button {
    background: #C8A226;
    border-radius: 50px;
    margin: auto auto 15px auto;
    display: flex;
    color: #fff;
    justify-content: center;
    white-space: nowrap;
    font-size: 15px;
    padding: 4px 20px;
}

.widget-wrapper-team-form-section .match_details_button svg {
    max-width: 36px;
     color: #fff;
}

.widget-wrapper-team-form-section .match_details_button * {
    pointer-events: none;
   
}

.widget-wrapper-team-form-section .match_details_button .open_detail {
    display: none;
}
.widget-wrapper-team-form-section .match_details_button .close_detail {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

/*.widget-wrapper-team-form-section .match_details_button.open{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}*/

.widget-wrapper-team-form-section .match_details_button.open .open_detail {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.widget-wrapper-team-form-section .match_details_button.open .close_detail {
    display: none;
}

.widget-team-form-section {
    background-image: linear-gradient(180deg, #F4F0FB, #ffffff);
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.widget-team-form-section.layout-snippet {

    border-radius: 0px;

}


.widget-team-form-section .wrapper-metric-header-forma .single-recap {
    border: 1px solid #020202;
    border-radius: 5px;
    color: #020202;
    padding: 4px;
}
.widget-team-form-section .wrapper-metric-header-forma .single-recap div {
    min-width: 110px;
    text-align: center;
    padding: 8px 6px;
    font-size: 16px;
    font-weight: 400;
}

.widget-team-form-section .wrapper-metric-header-forma .single-recap div:nth-child(2) {
    border-left: 1px solid #020202;
    border-right: 1px solid #020202;
}

.widget-team-form-section .wrapper-metric-header-forma .include_opponent {
    text-align: center;
}   
.widget-team-form-section .subHeaderMetric, .widget-team-form-section .subHeader-snippet {
    display: none;
}

.widget-team-form-section.layout-snippet .subHeaderMetric, .widget-team-form-section .subHeader-snippet {
    display: block;
}



.widget-team-form-section.layout-snippet .label-metric{
    display: none;
}


.widget-team-form-section .internal-wrapper {
    /*background: #fff;*/
    margin: 30px;

    border-radius: 10px;
    position: relative;
}
.widget-team-form-section.layout-snippet .internal-wrapper {
    margin: 0px 20px 20px 20px !important;

}

.widget-team-form-section .internal-wrapper .match-list{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 355px;
}

.widget-team-form-section-layout .game-stats-list/*.single-team*/ {
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    /*min-height: 285px;*/
}

.widget-team-form-section .header.titolo-gradient {
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 700;
    padding: 0 10px;
}

.card-body {
    background: #020202;
}

.wrapper-statistiche-betting-squadra {
    margin-bottom: 40px;
    background: #111;
    overflow: hidden;
    border-radius: 10px;
    transition: width 1s ease;
    width: calc(33.3% - 10px);
    display: flex;
    flex-direction: column;
}
.wrapper-statistiche-betting-squadra .wrapper {
    flex: 1 1 auto;
}

.widget-wrapper-team-form-section-layout{
    display: flex;
    
}

/* SOLO SNIPPET */
body.snippet .widget-wrapper-team-form-section-layout{
    background: #020202;
    
}
body.snippet .widget-wrapper-team-form-section .wrapper-focus {

  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* SOLO SNIPPET */

.wrapper-statistiche-betting-squadra .titolo-gradient svg{
    max-width: 40px;
    max-height: 40px;
}



.wrapper-statistiche-betting-squadra:not(.opened) .widget-team-form-section:not(:first-child){
    display: none;
}

.wrapper-statistiche-betting-squadra:not(.opened) .widget-wrapper-team-form-section .wrapper-focus {
  grid-template-columns: 1fr;
  width: 100%;
  
}

.wrapper-statistiche-betting-squadra .titolo-gradient{
    position: relative;
}
.wrapper-statistiche-betting-squadra .titolo-gradient:not(.noclick){
    cursor: pointer;
}
.wrapper-statistiche-betting-squadra .titolo-gradient:not(.noclick):after{
    content: "+";
    position: absolute; 
    right: 15px;
}

.wrapper-statistiche-betting-squadra.opened .titolo-gradient:not(.noclick):after{
    content: "-";
    position: absolute; 
     right: 15px;
}

.wrapper-statistiche-betting-squadra.opened {
    width: 100%;
}

.wrapper-statistiche-betting-squadra > .header{
    display: flex;
    align-items: center;
    font-size: 33px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 15px;
    transition: font-size .4s ease;    
    
}

.wrapper-statistiche-betting-squadra.cloned-element.opened > .header{
    font-size: 33px;
    transition: font-size .4s ease; 
    
}
.wrapper-statistiche-betting-squadra.cloned-element.opened.show-elements > .header{
    font-size: 45px;
    
}

 
@media screen and (max-width: 767.9px) {
    .wrapper-statistiche-betting-squadra > .header{
        font-size: 35px;
    } 
    .widget-team-form-section .internal-wrapper {
        max-height: 475px;
    }
}
/* Match List */

.widget-team-form-section-layout {
   height: auto;
}
.widget-team-form-section-layout .match-list .tab-content-single {
    max-height: 550px;
    transition: max-height 0.15s ease-in-out;
    overflow: auto;
}

.widget-team-form-section-layout .match-list.match-list-expanded {
    max-height: 100%;
    transition: max-height 0.25s ease-in-out;
}
.widget-team-form-section-layout .match_details_view .match-single {
    border: #C8A226 1px solid;

}
.widget-team-form-section-layout .match-single {
    
    border-radius: 10px;
    padding: 2px 10px 4px 10px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}


.widget-team-form-section-layout .match-venue-week {
    border-bottom: #d8d8d8 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.widget-team-form-section-layout .match-venue-week .match-week {
    font-weight: 500;
}
.widget-team-form-section-layout .match-teams-scores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}
.widget-team-form-section-layout .match-teams-scores .match-teams {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.widget-team-form-section-layout .match-teams-scores .team-single {
    display: flex;
    flex-direction: row;
    height: 35px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}
.widget-team-form-section-layout .match-single.winner-tie .team-single,
.widget-team-form-section-layout .match-single.winner-team-a .team-single.team-a,
.widget-team-form-section-layout .match-single.winner-team-b .team-single.team-b {
    font-weight: bold;
}
.widget-team-form-section-layout .match-teams-scores .team-single img {
    margin-right: 10px;
    border-radius: 50px;
    height: 23px;
    width: auto;
}

.widget-team-form-section-layout .match-teams-scores .match-scores-final,
.widget-team-form-section-layout .match-teams-scores .match-scores {
    border-right: #ebebeb 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #C8A226;
}
.widget-team-form-section-layout .match-teams-scores .match-scores span,
.widget-team-form-section-layout .match-teams-scores .match-scores-final span {
    height: 30px;
    line-height: 30px;
    width: 35px;
    text-align: center;
}
.widget-team-form-section-layout .match-teams-scores .match-scores-final {
    border: none;
    color: #020202;
    font-weight: bold;
    font-size: 16px;
}
.widget-team-form-section-layout .match-teams-scores .match-scores {
    border: none;
    font-weight: normal;
    font-size: 16px;
}
.widget-team-form-section-layout .match-serie-date-time {
    border-top: #d8d8d8 1px solid;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-team-form-section-layout .match-serie-date-time .match-serie {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.widget-team-form-section-layout .match-serie-date-time .match-serie .serie-logo {
    margin-right: 5px;
    border-radius: 50px;
}
/*.widget-team-form-section-layout .match-serie-date-time .match-serie .serie-logo img {
    border-radius: 50px;
}*/
.widget-team-form-section-layout .match-serie-date-time .match-serie .serie-title {
    font-weight: 500;
}
.widget-team-form-section-layout .match-serie-date-time .match-serie .serie-title span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
}
.widget-team-form-section-layout .match-list-toggler {
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    height: 35px;
    line-height: 35px;
}
/* Responsive Styles */
/* Smartphones */
@media screen and (max-width: 989px) {
    .widget-team-form-section .internal-wrapper {
        margin: 10px !important;
    }

    .wrapper-statistiche-betting-squadra {
        width: calc(50% - 23px);
        margin: 0px 0px 20px 0px;
    }
    
    .widget-wrapper-team-form-section .wrapper-focus  {
        grid-template-columns: 1fr 1fr;
    }


}
@media screen and (max-width: 767.9px) {
    .widget-team-form-section-layout .match-list {
        max-height: 680px;
        padding-bottom: 30px;
    }
    .widget-team-form-section-layout .match-single {
        padding: 1px 10px 4px 10px;
        margin-bottom: 10px;
    }
    
    
    .widget-wrapper-team-form-section .wrapper-focus  {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
    
    .widget-wrapper-team-form-section .header-widget {
        font-size: 25px;
    }
    
    .wrapper-statistiche-betting-squadra {
        width: calc(100% - 0px);
        margin: 0px 10px 20px 0px;
    }


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

/* Match List */

.match_details_view{
    position: relative;

    top: 0;
    width: calc(100%);
    background: #fff;
    height: max-content; 
}



 .btns-group-statistiche-betting-squadra {
        display: flex;
        border: 1px solid #676767;
        border-radius: 20px;
        margin: 20px 0;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        overflow-x: auto; 
        
    }

    .btns-group-statistiche-betting-squadra button * {
        pointer-events: none;
       
    }

    .btns-group-statistiche-betting-squadra button {
        background: #000;
        border-radius: 100px;
        width: 150px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        font-size: 20px;
        white-space: nowrap;
        flex-grow: 1;
        font-weight: 500;
        color: #676767;
        transition: all .3s ease;
    }

    .btns-group-statistiche-betting-squadra button:hover {
        background: #333;
        color: #999
    }

    .btns-group-statistiche-betting-squadra button.active {
        background: #fff;
        color: #000
    }
    
    /* CLONED ELEMENTS */
    

.cloned-element {
    position: absolute !important;
    z-index: 104 !important;
    transition: transform .2s ease-out, background .5s ease;
    background: #111;
}

.cloned-element.opened {
   /* max-height: 100% !important;*/
    max-width: 100% !important;
    
}

.cloned-element.opened .wrapper-focus{
    grid-template-columns: 1fr;
    height: max-content;
}

.cloned-element.opened.show-elements .wrapper-focus{
    grid-template-columns: 1fr 1fr 1fr;
}

.cloned-element.opened.show-elements{
  /*  min-height: calc(100vh);
    max-height: calc(100vh - 90px) !important;*/
    
    overflow: auto;
    background: #111;
}



.cloned-element.opened .widget-team-form-section:not(:first-child) {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.cloned-element.opened.show-elements .widget-team-form-section {
  display: flex;
  opacity: 1;
}



@media screen and (max-width: 989px) {
    .cloned-element.opened.show-elements .wrapper-focus{
        grid-template-columns: 1fr 1fr;
    }
   
    .widget-entity-stats-match .cloned-element{
        margin-left: 0px; 
        margin-right: 0px; 
    }

}

@media screen and (max-width: 767.9px) {
    .cloned-element.opened.show-elements .wrapper-focus{
        grid-template-columns: 1fr;
    }


}

.widget-team-form-section-layout .holder-ico-metric-header-forma svg{
    color: #020202;
}

.widget-team-form-section-layout .match-teams-scores svg{
  color: #444;
}

.widget-team-form-section-layout .match-teams-scores .icona-score{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 5px;
    background: #fff;
    border-radius: 20px;
}

.widget-team-form-section-layout .match-teams-scores .match-scores{
    border-right: 1px solid #999999;
}



/* DARKTHEME */
/* DARKTHEME */
/* DARKTHEME */

.widget-team-form-section-layout.darkTheme .match-teams-scores .icona-score{
    background: #5d4a80;
    
}

.widget-team-form-section-layout.darkTheme .match-teams-scores .match-scores{
    border-right: 1px solid #fff9;
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-team-form-section-layout.darkTheme {
    background-image: linear-gradient(180deg, #020202, #020202);
}
.widget-team-form-section-layout.darkTheme,
.widget-team-form-section-layout.darkTheme .label-metric-header-forma {
    color: #fff;
}
.widget-team-form-section-layout.darkTheme .filters .filter-single {
   
    border: #fff 1px solid;
   
}
.widget-team-form-section-layout.darkTheme .filter-options-cont,
.widget-team-form-section-layout.darkTheme .match_details_view {
  background-color: #020202;
}  
.widget-team-form-section-layout.darkTheme span[data-toggle="tooltip"] {
  color: #020202;
} 
.widget-team-form-section-layout.darkTheme .inp-switch-single input[type="checkbox"]:checked + span::after {
    color: #020202;
}
.widget-team-form-section-layout.darkTheme .filter-options .matches-number-selector input[type="number"],
.widget-team-form-section-layout.darkTheme .holder-ico-metric-header-forma svg{
    color: #fff;
}
.widget-team-form-section-layout.darkTheme input + .option-single-desc {
  border-color: #000;
  border-size: 2px;
}
.widget-team-form-section-layout.darkTheme input:checked + .option-single-desc {
  border-color: #ffffff;
}
.widget-team-form-section-layout.darkTheme .filter-options .filter-option-close {
  filter: brightness(10);
}


.widget-team-form-section-layout.darkTheme .match-teams-scores .match-scores,
.widget-team-form-section-layout.darkTheme .match-teams-scores svg{
  color: #fffa;
}

.widget-team-form-section-layout.darkTheme .match-teams-scores .match-scores-final{
    color: #fff;
}


.widget-team-form-section-layout.darkTheme .wrapper-metric-header-forma .single-recap {
    border: 1px solid #fffa;
    color: #fffa;
}
.widget-team-form-section-layout.darkTheme .wrapper-metric-header-forma .include_opponent {
    
    color: #fffa;
}

.widget-team-form-section-layout.darkTheme .wrapper-metric-header-forma .single-recap div:nth-child(2) {
    border-left: 1px solid #fffa;
    border-right: 1px solid #fffa;
}

.widget-team-form-section-layout.darkTheme .game-stats-list.list-markers .stat-player-single {
  background-color: transparent;
}  

.widget-team-form-section-layout.darkTheme .filters .filter-single::after {
    filter: brightness(2);
    
}
.widget-team-form-section-layout.darkTheme .match-venue-week .match-week .fc-light-4 {
    color: #ded8ea !important;
}
.widget-team-form-section-layout.darkTheme .match_details_view .match-single {
    background: #5d4a80;
}


/* DARKTHEME */.mixin-team-header .player-title span {
  justify-content: center;
}

.mixin-team-header .selected-team {
    
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 5px 15px;
}



.snippet .mixin-team-header,
.snippet .mixin-team-header .selected-team{
    border-radius: 0px;
}

.mixin-team-header .selected-team {
    align-items: flex-start;
   /* background-color: #44433;*/
    color: #ffffff !important;
}
.mixin-team-header .selected-team .player-img-title {
    border-bottom: #dedede66 1px solid;
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    align-items: center;
    padding: 0px 10px 0px;
    margin-bottom: 10px;
    width: 100%;
}
.mixin-team-header .selected-team .player-img .holderImg {
    background-color: #fff;
    overflow: hidden;
    max-height: 95px;
    border-radius: 50px;
}
.mixin-team-header .selected-team .player-img{
    margin: 10px 0px;
}
.mixin-team-header .selected-team .player-img img {
    padding: 13px;
  border-radius: 0px !important;
}
.mixin-team-header .selected-team .player-img,
.mixin-team-header .selected-team .player-img img {
    width: 95px;
    height: 95px;
    border-radius: 50px;
    position: relative;
}
.mixin-team-header .selected-team .player-img .player-edit {
    width: 35px;
    height: 35px;
    /*   background-image: url("imgs/icon-edit.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px auto; */
    background-color: #ffffff;
    border-radius: 17px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: -5px;
    right: -13px;
}

.mixin-team-header .selected-team .player-img .holderImg.b-col-cyan{
    border: 2px solid #00CED4;
    border-radius: 100px;
}

.mixin-team-header .selected-team .player-img .holderImg.b-col-green{
    border: 2px solid #C8A227;
    border-radius: 100px;
}

.mixin-team-header .selected-team .player-title {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-center;
    width: max-content;
}


.mixin-team-header .selected-team .player-title span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    /*border: #bae53b 1px solid;*/
    border-radius: 20px;
    padding: 0px 10px;
    background-color: #ffffff;
    color: #020202;
    line-height:16px;
    width: max-content;
    /*margin: auto;*/
}
.mixin-team-header .selected-team .player-season-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}
.mixin-team-header .selected-team .player-season {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
  
    font-size: 15px;
}



.mixin-team-header .selected-team .comp-logo,
.mixin-team-header .selected-team .team-logo{
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mixin-team-header .selected-team .team-logo {
    height: 60px !important;
    width: 60px !important;
}    
/*.mixin-team-header .selected-team .team-logo img,
.mixin-team-header .selected-team .comp-logo img {
    max-width: 25px;
}*/
.mixin-team-header .selected-team .player-year .year-half {
    display: none;
}

/*.mixin-team-header .selected-team .player-season .comp-logo {
    display: none;
}*/

/* .mixin-team-header .selected-team {
    display: none;
} */


.mixin-team-header .selected-team .team-logo.only-mobile {
    display: none;
}

.mixin-team-header .selected-team .player-year .desktop-comp .comp-season {
    line-height: 18px;
    text-align: right;
}

/* Responsive Styles */
/* Tablet */
@media screen and (max-width: 989px) {
   
    .mixin-team-header .selected-team .player-title {
        font-size: 16px;
    }
    .mixin-team-header .selected-team .player-title span {
        font-size: 10px;
    }

    .mixin-team-header .selected-team .player-img-title {
        flex-direction: column;
        column-gap: unset;
        row-gap: 15px;
        align-items: left;
    }
    .mixin-team-header .selected-team .player-title {
        align-items: left;
        word-wrap: break-word;
        text-align: center;
    }
    .mixin-team-header .selected-team {
        position: relative;
    }

    .mixin-team-header .selected-team .team-logo.only-mobile {
        display: flex;
        position: absolute;
        top: 10px;
        right: 10px;
        max-width: 40px;
        max-height: 40px;
    }
}
/* Tablet */
/* Smartphones */
@media screen and (max-width: 767.9px) {

    .mixin-team-header .selected-team .player-img-title:before {
        content: "";
        height: 1px;
        width: calc(100% + 40px);
        background: linear-gradient(to left, #fff, #fff0);
        margin-left: -20px;
    }
    .mixin-team-header .selected-team .player-img-title:after {
        content: "";
        height: 1px;
        width: calc(100% + 40px);
        background: linear-gradient(to right, #fff, #fff0);
        margin-left: -25px;
        margin-top: 5px;
    }
  

    .mixin-team-header .selected-team .player-img .holderImg {
        height: 55px;
        width: 55px;
        text-align: center;
    }
    
    .mixin-team-header .selected-team {
        padding: 10px;
    }
    
    .mixin-team-header .selected-team .player-img-title {
        row-gap: 7px;
        border-bottom: none;
        padding-bottom: 0px;
    }
    .mixin-team-header .selected-team .player-img,
    .mixin-team-header .selected-team .player-img img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        min-width: 50px;
    }
    
    .miniHeader .mixin-team-header .selected-team .player-img .holderImg {
        height: 65px;
        width: 65px;
    }
    .miniHeader  .mixin-team-header .selected-team .player-img, 
    .miniHeader .mixin-team-header .selected-team .player-img img {
        width: 65px;
        height: auto;
        border-radius: 100px;
    }
    
    .mixin-team-header .selected-team .player-img .player-add {
        width: 20px;
        height: 20px;
        background-size: 12px auto;
        min-width: 20px;
    }
    .mixin-team-header .selected-team .player-title {
        padding: 0px 10px;
        font-size: 14px;
    }
    .mixin-team-header .selected-team .team-logo {
        height: 26px;
        width: 26px;
        min-width: 26px;
        padding: 2px;
    }
    
    .mixin-team-header .selected-team .team-title {
        display: none;
    }
    .mixin-team-header .selected-team .player-year .year-full {
        display: none;
    }



    .mixin-team-header .selected-team .player-year .year-half {
        display: block;
    }

    .mixin-team-header .selected-team .player-season .comp-logo {
        display: flex;
    }

    .mixin-team-header .selected-team .player-season .team-logo {
        display: none;
    }

    .mixin-team-header .selected-team .player-year .desktop-comp {
        display: none !important;
    }

    .mixin-team-header .selected-team .player-img .player-edit {
        bottom: -5px;
        right: -14px;
        padding: 6px;
        width: 25px;
        height: 25px;
    }
    
    
}

/* CSS PER IL NUOVO MINI HEADER DI STATS OVERLAY */
.user-registration-layout .step_2.invalid .invalid-feedback{
    display: block;
}

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

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

.testo-preload-invio {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

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

.banner-footdata-replay .select2-selection__rendered {
  padding: 0px !important;
}
.banner-footdata-replay .select2-selection {
  border: none !important;
}

.banner-footdata-replay .select2-container--default .select2-selection--single{
    background:#000;
    border: none !important;
}

.banner-footdata-replay .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 94%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.banner-footdata-replay .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #C8A227 transparent transparent transparent;
}

@media only screen and (max-width: 767.9px) {
    .to-fixed-bottom{
        position: fixed !important;
        bottom: 0px;
        width: 100%;
        left: 0;
        background: #000;
        z-index: 20;
        padding: 10px 0px;
    }

}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);

  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-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;
  border-radius:20px;
  min-width: 35px;
}


    .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: #222;
   //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-3b}} !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-3b}}ee;
}














/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */