html,
body {
    /*height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;*/
}

.card {
    border-radius: 15px;
    overflow: hidden;
}

#sidebar .card {
    overflow: visible !important;
}

.close {

    font-size: 2rem;
}





.nav-pills .btn{
    border: 1px solid !important;
    border-radius: 50px !important;
    border-color: #4c1e70;
    overflow: hidden;
    margin-left: 20px !important;
    min-width: fit-content;
    color: #4c1e70;
    padding: 1px 10px;
    font-size: 14px;
    background-color: transparent;
}

.nav-pills .btn.active {
    background-color: #4c1e70;
    border-color: #4c1e70 !important;
    color: #bbe53b;
    font-weight: 500;
}

.nav-pills .btn:first-child{
    margin-left: 0px !important;
}


h2 {
    font-size: 1.5rem;
    color: #020202;
}

.t-regular {
    font-weight: 400 !important;
}
.t-medium {
    font-weight: 500 !important;
}
.t-bold {
    font-weight: 600 !important;
}

.t-bolder {
    font-weight: 700 !important;
}
.t-boldest {
    font-weight: 800 !important;
}
@media screen and (min-width: 768px) {
    .t-md-bold {
        font-weight: 600 !important;
    }
    .t-md-medium {
        font-weight: 500 !important;
    }
}
.rounded-10-force {
    border-radius: 10px !important;
    overflow: hidden;
}
.rounded-10 {
    border-radius: 10px;
    overflow: hidden;
}
.button.rounded-10 {
    border-radius: 15px !important;
    overflow: hidden;
}
.rounded-3 {
    border-radius: 4px;
    overflow: hidden;

}
.rounded-5 {
    border-radius: 6px !important;
    overflow: hidden;

}

.rounded-top-left-10 {
    border-top-left-radius: 10px;
}
.rounded-top-right-10 {
    border-top-right-radius: 10px;
}
.rounded-bottom-left-10 {
    border-bottom-left-radius: 10px;
}
.rounded-bottom-right-10 {
    border-bottom-right-radius: 10px;
}
.rounded-top-left-6 {
    border-top-left-radius: 6px;
}
.rounded-top-right-6 {
    border-top-right-radius: 6px;
}
.rounded-bottom-left-6 {
    border-bottom-left-radius: 6px;
}
.rounded-bottom-right-6 {
    border-bottom-right-radius: 6px;
}
.rounded-top-left-5 {
    border-top-left-radius: 5px;
}
.rounded-top-right-5 {
    border-top-right-radius: 5px;
}
.rounded-bottom-left-5 {
    border-bottom-left-radius: 5px;
}
.rounded-bottom-right-5 {
    border-bottom-right-radius: 5px;
}

@media screen and (max-width: 767.9px) {
    .rounded-10 {
       border-radius: 0px;
    }
    .inner-filter-cont .rounded-10 {
       border-radius: 15px;
    }
}  

.rounded-15 {
    border-radius: 15px;
    overflow: hidden;
}


.rounded-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rounded-50 {
    border-radius: 50px !important;
    overflow: hidden;
}
.rounded-100 {
    border-radius: 100px !important;
    overflow: hidden;
}




.accordion-item.rounded-10{
    padding-left: 8px !important;
    padding-right: 8px !important;
    border-color: #452e6d !important;
    max-width: 700px !important;
    /*margin: 5px auto !important;*/
    /*margin: 0px auto 10px auto !important;*/
}

#preloader {
    display: flex;
    position: fixed;
    z-index: -1070;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #020202dd;
    transition: all 0.4s ease-out;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fd_video .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader svg {
    height: 70px;
    display: flex;
    margin: 0 auto;
    align-self: center;
}

.loader svg path {
    animation-duration: 1s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    color: #bbe53a;
}

.loader svg path.path-7 {
    animation-delay: -1s;
}

.loader svg path.path-6 {
    animation-delay: -0.875s;
}

.loader svg path.path-5 {
    animation-delay: -0.75s;
}

.loader svg path.path-4 {
    animation-delay: -0.625s;
}

.loader svg path.path-3 {
    animation-delay: -0.5s;
}

.loader svg path.path-2 {
    animation-delay: -0.375s;
}

.loader svg path.path-1 {
    animation-delay: -0.25s;
}

.loader svg path.path-0 {
    animation-delay: -0.125s;
}

#preloader.active {
    display: flex;
    opacity: 0.7;
    z-index: 1070;
}

/* PRELOADER RADAR */

#preloader-radar {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
    min-height: 300px;
}

#preloader-radar .loader {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#preloader-radar .loader svg {
    height: 70px;
    display: flex;
    margin: 0 auto;
    align-self: center;
}

#preloader-radar .loader svg path {
    animation-duration: 1s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    color: #bbe53a;
}

#preloader-radar .loader svg path.path-7 {
    animation-delay: -1s;
}

#preloader-radar .loader svg path.path-6 {
    animation-delay: -0.875s;
}

#preloader-radar .loader svg path.path-5 {
    animation-delay: -0.75s;
}

#preloader-radar .loader svg path.path-4 {
    animation-delay: -0.625s;
}

#preloader-radar .loader svg path.path-3 {
    animation-delay: -0.5s;
}

#preloader-radar .loader svg path.path-2 {
    animation-delay: -0.375s;
}

#preloader-radar .loader svg path.path-1 {
    animation-delay: -0.25s;
}

#preloader-radar .loader svg path.path-0 {
    animation-delay: -0.125s;
}

#preloader-radar.active {
    display: flex;
    opacity: 0.7;
    z-index: 1070;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
    }
    30% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.1;
    }
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.card-title h2,
h2.titoloPag,
.card-body h2 {
    padding: 20px 0px 0px 1rem;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.9px) {
    .page-template-opta-giocatore .card-title h2,
    .page-template-opta-squadra .card-title h2,
    .page-template-opta-competizione .card-title h2{
        display: none !important;
    }
}
.playerRoleInfo .top {
    color: #020202;
    font-weight: bold;
    padding: 7px 12px;
    /*background-image: url(/assets/img/campo-oro.png);*/
    background-position: bottom right;
    background-repeat: no-repeat;
    /*  border-top: 2px solid #020202; */
}
#ruoloOptaGiocatore {
    padding: 0px 12px;
}
a {
    text-decoration: none !important;
}

#searchTabsContainer a:hover {
    color: #0000009e !important;
}

.sezione_header,


.container {
    max-width: 1390px;
}
button.loading,
a.loading {
    opacity: 0.5 !important;
    cursor: wait !important;
}

.singolo-articolo-spacer,
.alm-btn-wrap {
    background: #f3f2ed;
}

.td-container-wrap {
    margin-bottom: 0;
}



.bg-dark-purple {
    background: #020202;
    color: #fff;
}
.bg-campo-stats {
    /* background: #020202; */
    color: #020202;
}

#camporadar {
    color: #fff;
    background-color: #020202;
    margin-bottom: -20px;
    z-index: 1;
}

.a23,
.a24 {
    color: #491f68;
}

.a23 span,
.a24 span {
    margin-top: 3px;
}

.bg-light-purple {
    background: #491f68;
    color: #ffffff;
}
.btn-orange:hover,
.btn-orange {
    background: #ff8635;
    color: #ffffff;
}

.btn-link-orange:hover,
.btn-link-orange {
    color: #ff8635;
}
.btn-link-orange:hover,
.btn-orange:hover {
    text-decoration: underline;
}

.btn-ciano {
    min-width: 90px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    background: #00cfd5;
    border: 2px solid #00cfd5;
    padding: 8px 18px;
}
.btn-purple,
a.btn-purple {
    min-width: 27px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    background: #020202;
    padding: 8px 18px;
    border: 2px solid transparent;
}
.btn-purple:hover,
a.btn-purple:hover {
    border: 2px solid #020202;
    color: #020202;
    background: #fff;
}
.modalCloser {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #bbe53b;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    border-radius: 17px;
    border: none;
    outline: none;
}
modalCloser:focus {
    outline: none !important;
}

.medium {
    font-size: 0.9em;
    line-height: .9em;
}

small,
.small {
    font-size: 0.85em;
    line-height: 1em;
}

.xsmall {
    font-size: 0.75em;
    line-height: .8em;
}

@media screen and (max-width: 1200px) {
    #sidebar-info .xsmall {
        font-size: 0.85em;
    }
}


.form-success-message {
    color: green;
}
.form-error-message {
    color: red;
    font-size: 80%;
}
.fd_logo_horiz {
    max-width: 200px;
}

.registrationForm [type="checkbox"],
.registrationForm [type="radio"] {
    display: none;
}
.registrationForm [type="checkbox"]:checked + span,
.registrationForm [type="checkbox"]:not(:checked) + span,
.registrationForm [type="radio"]:checked + span,
.registrationForm [type="radio"]:not(:checked) + span,
.registrationForm [type="radio"]:checked + label,
.registrationForm [type="radio"]:not(:checked) + label {
    position: relative;
    padding-right: 0px;
    line-height: 20px;
    display: inline-block;
}
.registrationForm [type="checkbox"]:checked + span,
.registrationForm [type="checkbox"]:not(:checked) + span,
.registrationForm [type="radio"]:checked + span,
.registrationForm [type="radio"]:not(:checked) + span {
    margin-top: 0px;
    margin-left: -15px;
}
.registrationForm span label {
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.registrationForm [type="checkbox"]:checked + span:before,
.registrationForm [type="checkbox"]:not(:checked) + span:before,
.registrationForm [type="radio"]:checked + span:before,
.registrationForm [type="radio"]:not(:checked) + span:before,
.registrationForm [type="radio"]:checked + label:before,
.registrationForm [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #dcdbdd;
    background: #fff;
    z-index: 1;
}
.registrationForm [type="radio"]:checked + span:before,
.registrationForm [type="radio"]:checked + span:before,
.registrationForm [type="radio"]:checked + label:before,
.registrationForm [type="radio"]:not(:checked) + label:before {
    border-radius: 50%;
}
.registrationForm [type="checkbox"]:checked + span:after,
.registrationForm [type="checkbox"]:not(:checked) + span:after,
.registrationForm [type="radio"]:checked + span:after,
.registrationForm [type="radio"]:not(:checked) + span:after,
.registrationForm [type="radio"]:checked + label:after,
.registrationForm [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #ff8635;
    position: absolute;
    top: 3px;
    left: 18px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}
.registrationForm [type="radio"]:checked + span:after,
.registrationForm [type="radio"]:not(:checked) + span:after,
.registrationForm [type="radio"]:checked + label:after,
.registrationForm [type="radio"]:not(:checked) + label:after {
    border-radius: 50%;
}
.registrationForm [type="checkbox"]:not(:checked) + span:after,
.registrationForm [type="radio"]:not(:checked) + span:after,
.registrationForm [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.registrationForm [type="checkbox"]:checked + span:after,
.registrationForm [type="radio"]:checked + span:after,
.registrationForm [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.followButtonContainer {
    display: flex;
}
.followButtonContainer button {
    background-color: #020202;
    color: #ffffff;
    border-radius: 3px 0 0 3px;
    position: relative;
    height: 35px !important;
    border: 1px solid #020202;
    border-radius: 0px;
    padding: 0;
    padding-left: 10px;
    font-size: 13px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 62px !important;
    color: #fff;
}

button.copy-to-clipboard {
   
  height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.followButtonContainer button span {
    padding: 0 5px;
}
.followButtonContainer span.counter {
    background: #ffffff;
    border: 1px solid #020202;
    position: relative;
    padding: 3px 4px 4px;
    padding-bottom: 5px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    color: #020202;
    margin-right: -2px;
    font-size: 13px;
}
.followButtonContainer span.counter:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    content: "Followers";
    display: block;
    width: 100%;
    font-size: 8px;
    text-transform: uppercase;
}

.cover-image img {
    object-fit: cover !important;
}
.sidebar-content {
    background: #ffffff;
}
ul.sidebar-post-list {
    margin: 0;
    padding: 15px 0;
    background: #ffffff;
}
ul.sidebar-post-list li {
    margin: 0;
    display: flex;
    color: #000;
}
ul.sidebar-post-list li:not(:last-child) {
    margin-bottom: 15px;
}
ul.sidebar-post-list .squadra-photo {
    width: 60px;
    height: 100%;
}
ul.sidebar-post-list .squadra-photo img {
    width: 60%;
    min-width: 60px;
    height: 100%;
    object-fit: cover;
}
ul.sidebar-post-list .ciano-title a {
    color: #00ced4;
}
@media screen and (min-width: 992px) {
    .sidebar {
        will-change: min-height;
        transition: all 0.2s ease-out;
        right: 15px;
        left: 15px;
    }

    .sidebar__inner {
        transform: translate(0, 0);
        will-change: position, transform;
    }


}

.box-ruolo-partite .preload-contenuto,
.box-heatmap .preload-contenuto {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: -30px;
    left: 0;
    right: 0;
}
#playerRolesList,
#ruoloOptaGiocatore,
#competitionInfoList {
    list-style-type: none;
    color: #486b3d;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

@media screen and (max-width: 767.9px) {
    .followButtonContainer button {
        font-size: 11px;
    }

    #customLegend,
    #wrap-chart-ranking {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        color: #020202;
    }
    #wrap-chart-ranking {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

#ruoloOptaGiocatore {
    color: #45246b;
}
#competitionInfoList li {
    flex: 0 0 33.3333%;
}
#competitionInfoList li {
    margin: 0;
    padding-right: 15px;
}
.box-heatmap h2,
.box-ruolo-partite h2 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    min-height: 32px;
    display: flex;
}
.box-heatmap h2 a {
    padding: 8px 12px;
    color: #ffffff;
    background: #bbe53b;
    position: relative;
}

.box-heatmap h2 a.active,
.box-ruolo-partite h2 span {
    background: #486b3d;
    color: #ffffff;
    padding: 8px 12px;
    position: relative;
}
.box-ruolo-partite h2 span:after,
.box-heatmap h2 a:after {
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    right: -27px;
    position: absolute;
    background: #486b3d;
    z-index: 1;

    -webkit-mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.box-heatmap h2 a:after {
    background: #bbe53b;
}
.box-heatmap h2 a.active:after {
    background: #486b3d;
}
.box-heatmap h2 a:nth-child(2) {
    margin-left: 5px;
    padding-left: 25px;
}

.box-heatmap .label-box-card,
.box-ruolo-partite .label-box-card {
    margin-bottom: 0;
}
.type-competizioni,
.type-squadre,
.type-giocatori {
    padding-top: 30px;
}

.select2-container,
.select2-selection__choice__display {
    font-size: 13px !important;
}

.season_box .select2-container{
    font-size: 11px !important;
}

.select2-results__option--selectable {
    font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple {
    margin: 0px;
    padding-bottom: 0px;
}



.select2-dropdown ul li {
    /*line-height: 10px;*/
    /* margin-left: 1px; */
}
.select2 {
    width: 100% !important;
}
.col-lang .select2{
    width: 43% !important;
}

.select2 li {
    white-space: nowrap;
}
select.ciano {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 1.3;
    color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #00ced4;
    background-image: url("../img/chevron-down-solid-white.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.9em auto, 100%;
    padding: 7px 15px;
}
select.ciano::-ms-expand {
    display: none;
}
select.ciano:hover {
    background-color: #00ced4;
}
select.ciano:focus {
    background-color: #00ced4;
    outline: none;
}
select.ciano option {
    text-transform: uppercase;
    font-weight: 700;
}
.nlpopupForm,
#entryModal {
    background: rgba(76, 30, 112, 0.7);
}
#exitModal.default .modal-body,
#entryModal .modal-content {
    background-image: url("../img/nlpopup-bg.jpg");
    background-size: auto 70%;
    background-position: right 70%;
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-top: 50px;
}
#exitModal.default .modal-body {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.nlpopupForm .modal-content {
    margin-top: 50px;
}
.nlpopupForm select,
#entryModal select {
    max-width: 300px;
    margin: auto;
}
.nlpopupForm .nlsubtitle,
#entryModal .nlsubtitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #020202;
    font-weight: 900;
    text-align: center;
}
.nlpopupForm .nlsubtitle span,
#entryModal .nlsubtitle span {
    color: white;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 30px;
    background: #020202;
    border: 3px solid #bbe53a;
}
.nlpopupForm input.lined,
#entryModal input.lined {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #020202;
    text-align: left;
    color: #020202;
    font-size: 20px;
}

.nlpopupForm input.lined::placeholder ,
.nlpopupForm input.lined:-ms-input-placeholder , /* Internet Explorer 10-11 */
.nlpopupForm input.lined::-webkit-input-placeholder , /* Edge */
#entryModal input.lined::placeholder ,
#entryModal input.lined:-ms-input-placeholder , /* Internet Explorer 10-11 */
#entryModal input.lined::-webkit-input-placeholder {
    /* Edge */
    color: #020202;
}
.nlpopupForm .nlpopuptitle,
#entryModal .nlpopuptitle {
    text-align: center;
}
.nlpopupForm #nlPopupSubmin,
.nlpoupsubmit,
#entryModal #nlPopupSubmin,
.nlpoupsubmit {
    width: 100%;
}
.nlpopupForm .typ,
#entryModal .typ {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #bbe53b;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nlpopupForm .typ img,
#entryModal .typ img {
    max-width: 280px;
    margin: auto;
}

.popupCloser {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 31px;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    outline: none !important;
    z-index: 10;
}
.popupCloser .menu-block-close:before {
    content: "\e900";
    display: block;
    color: #491f68;

    font-style: normal;
    font-size: 80%;
}
.nlpopupForm .popupCloser .menu-block-close:before {
    color: #bbe53b;
}
@media screen and (min-width: 768px) {
    .nlpopupForm .modal-lg,
    #entryModal .modal-lg {
        max-width: 740px;
    }
    #entryModal .modal-content {
        background-size: auto 100%;
        background-position: bottom right;
    }
    #entryModal #nlPopupSubmin,
    .nlpoupsubmit {
        min-width: 296px;
        width: auto;
    }
    .nlpopupForm .modal-content,
    #entryModal .modal-content {
        margin-top: 0;
    }
}
@media screen and (max-width: 767.9px) {
    .nlpopupForm .nlpopuptitle img,
    #entryModal .nlpopuptitle img {
        max-height: 250px;
    }
    .followButtonContainer {
        justify-content: center;
    }

    .holder-filtri-search select {
        margin-bottom: 0 !important;
        width: 100% !important;
        min-height: 50px;
    }

    .holder-select-inner {
        width: 100%;
    }

    .holder-select-inner .select-icon {
        /*  height:50px; */
        line-height: 50px;
        height: 40px;
    }
    #holder-multi-select {
        /*padding: 10px;
        padding-top: 15px;*/
        background-color: #fff;
    }
    #holder-multi-select label {
        display: none;
    }

    #holder-multi-select div.ml-0 {
        padding: 10px 0;
    }
}

/* DATA PICKER */
#datepicker-bs {
    margin: auto;
}

#datepicker-bs th.datepicker-switch {
    text-align: center;
    /* font-size: 18px; */
}

#datepicker-bs table.table-condensed {
    max-width: 400px;
    margin: auto;
}

#datepicker-bs td.day {
    cursor: pointer;
}

#datepicker-bs table.table-condensed {
    color: #3f2c66;
}

.container-riga-datepicker .bi-chevron-right {
    margin: -2px 0px 0px -1px;
    font-size: 1.3rem !important;
}

.container-riga-datepicker .bi-chevron-left {
    margin: -2px 0px 0px -4px;
    font-size: 1.3rem !important;
}

@media screen and (max-width: 576px) {
    .container-riga-datepicker .bi-chevron-right {
        margin: 0px 0px 0px 2px !important;
        font-size: 1.3rem !important;
    }

    .container-riga-datepicker .bi-chevron-left {
        margin: 0px 0px 0px -3px !important;
        font-size: 1.3rem !important;
    }
}

.container-riga-datepicker {
    background: #020202;
    padding: 10px;
}

.holder-day-label {
    flex-grow: 2;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    .holder-day-label {
        font-size: 1.1rem !important;
    }
}

button.btn.freccia_sx,
button.btn.freccia_dx {
    background: #bbe53b;
    border-radius: 17px;
    color: #020202;
    /* font-weight: 600; */
    width: 42px;
    height: 42px;
}

button .icon-holder {
    min-width: 20px;
}

/* ///////////////
MINIATURA POST
*/
.bg-azzurro� {
    background: #00add4 !important;
}

.text-white .postNewsTitle a {
    color: #fff;
}

.singlePostPic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.singlePostPic img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.single-post .singlePostPic img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.single-post .thumb-squadra-photo .singlePostPic {
    width: 90px;
    margin-left: 5px;
}
.single-post .thumb-squadra-photo .singlePostPic img {
    height: auto !important;
}
body.single .sidebar-post-list {
    margin: 15px;
    margin-top: 0;
}
body.single .sidebar-post-list li {
    align-items: center;
}
body.single .ciano-title {
    margin: 0 !important;
    font-weight: 500;
}
.singlePostNews {
    padding: 15px;
}
.singlePostNews div.bg-light {
    min-height: 375px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.postNewsTitle a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 0 15px;
    display: block;
    font-size: 20px;
}
.bg-heavy-purple .postNewsTitle a {
    color: #ffffff;
}
.bg-heavy-purple.verde .postNewsTitle a {
    color: #bbe53b;
}
.dateArchiveLink {
    padding: 15px;
}
.dateArchiveLink a {
    font-size: 13px;
    color: #00cfd5;
}
.rimuoviPreferito {
    font-size: 12px;
}
.picArea {
    position: relative;
}


.picArea .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    width: 45px;
    height: 45px;
}
.picArea .gallery-icon {
    width: 40px;
    height: auto;
    bottom: 25px;
    right: 10px;
    z-index: 15;
    position: absolute;
}

.categoryLabel {
    padding: 0 15px;
    margin-bottom: 15px;
    position: absolute;
    top: 30px;
    left: 15px;
}
.categoryLabel a {
    transform: skewX(-10deg);
    color: #020202;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.categoryLabel span {
    background-color: #bbe53a;
    transform: skewX(10deg);
    border-radius: 3px;
    padding: 0px 10px;
    display: inline-block;
}

.trendingPost .categoryLabel {
    top: 10px;
    left: -5px;
}
@-webkit-keyframes zoomingImage {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomingImage {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.scaling .singlePostPic img {
    -webkit-animation: zoomingImage 15s infinite ease;
    animation: zoomingImage 15s infinite ease;
}

.home-post .singlePostPic img {
    height: 260px;
}

.home-post .postNewsTitle a {
    font-size: 20px;
}
.inEvidence {
    border: 10px solid #bbe53b;
    background: #ffffff;
}
.inEvidence .categoryLabel {
    top: 40px;
    left: 25px;
}
.inEvidence .postNewsTitle a {
    color: #020202;
}
.home-post.inEvidence.purple {
    border: 10px solid #020202;
}
/*
//////////////////////////////
CATEGORY E TRENDING
*/


.bg-light-grey {
    background-color: #f3f2ed;
}
.bg-heavy-purple {
    background-color: #363636 !important;
}

.swiper_carousel_wrap,
.bg-massive-purple {
    background-color: #2a1842 !important;
}

#wideoBlock {
    margin-bottom: 50px;
    background-image: url(/assets/img/bg_viola_trending_small.jpg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.load-more button {
    width: 100%;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    border: none !important;
    font-size: 0;
    min-height: 60px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    text-indent: -9999px;
    cursor: default !important;
    outline: 0 !important;
}

/* LOAD MORE NUOVO PALLONE */

.main-fader {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    height:100%;
}

.main-fader .loader {
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    margin: auto;
}

.main-fader .loader svg {
    height: 70px;
    display: block;
    margin: 0 auto;
}

.main-fader .loader svg path {
    animation-duration: 1s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    color: #020202;
}

.main-fader .loader svg path.path-7 {
    animation-delay: -1s;
}

.main-fader .loader svg path.path-6 {
    animation-delay: -0.875s;
}

.main-fader .loader svg path.path-5 {
    animation-delay: -0.75s;
}

.main-fader .loader svg path.path-4 {
    animation-delay: -0.625s;
}

.main-fader .loader svg path.path-3 {
    animation-delay: -0.5s;
}

.main-fader .loader svg path.path-2 {
    animation-delay: -0.375s;
}

.main-fader .loader svg path.path-1 {
    animation-delay: -0.25s;
}

.main-fader .loader svg path.path-0 {
    animation-delay: -0.125s;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
    }
    30% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.1;
    }
}

/* LOAD MORE NUOVO PALLONE */

.sidebar-title {
    background-color: #371557;
    background-image: url("/assets/img/sidebar-title-bg.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50px 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.sidebar-title p.h4 {
    padding-left: 50px;
    background-image: url("/assets/img/check-icon-lime.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
    margin-bottom: 0;
    color: #bbe53b;
}
.categoryPostImage a {
    display: block !important;
    height: 100%;
}
.categoryPostImage a img {
    object-fit: cover;
}
.featured_news {
    min-height: 480px;
}
@media screen and (max-width: 767.9px) {
    .squadra-photo,
    .testata-squadra h1.entry-title.td-module-title {
        text-align: center;

        width: max-content;
        margin: auto !important;
    }
    .container-fluid.wrap-navigation-ctp {
        padding-right: 0;
        padding-left: 0;
    }
    h1.entry-title.td-module-title a {
        font-size: 2rem !important;

        margin: 0;
    }

    img.foto-player {
        margin-left: 0px !important;
    }
}
@media screen and (min-width: 768px) {
    #wideoBlock {
        padding: 30px;
    }

    .postNewsTitle a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    #wideoBlock {
        padding: 50px;
    }
    .featured_news {
        min-height: 718px;
    }
}

/*
////////////////////////////////
 BET
//////////////////////////////////
*/

.holder-bet-labels {
    display: grid;
    /*
    grid-template-columns: minmax(10%, 10%) minmax(20%, 25%) minmax(10%, 20%) minmax(10px, 15%) minmax(20px, 15%) minmax(20px, 15%) minmax(40px, 10%);
    */
    grid-template-columns: minmax(10%, 10%) minmax(20%, 25%) minmax(10px, 15%) minmax(20px, 15%) minmax(20px, 15%) minmax(
        40px,
        10%
        );
}

.holder-bet-row .row-bet {
    display: grid;
    /*
    grid-template-columns: minmax(10%, 10%) minmax(20%, 25%) minmax(10%, 20%) minmax(10px, 15%) minmax(20px, 15%) minmax(20px, 15%) minmax(40px, 10%);
    */
    grid-template-columns: minmax(10%, 10%) minmax(20%, 25%) minmax(10px, 15%) minmax(20px, 15%) minmax(20px, 15%) minmax(
        40px,
        10%
        );
}

.holder-bet-labels {
    background: #333;
    font-weight: 500;
    color: #c4e25b;
    font-size: 0.9rem !important;
}

.event-info-bet.row-bet:nth-child(even) {
    background: #f3f2ed;
}

.info-bet.event-bet.ora-event-bet .finale-interno {
    color: #00cfd5;
    font-weight: 700;
}

.info-bet.event-bet.ora-event-bet .ora-interna {
    background: #bde43b;
    /* padding: 5px; */
    color: #020202;
    text-align: center;
    width: 50px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
}

.info-bet.event-bet {
    color: #46236c;
    font-weight: 700;
    font-size: 0.8rem !important;
}

.main-label-altra-quota {
    font-size: 0.9rem !important;
    font-weight: 500;
}

.label-altra-quota {
    font-size: 0.9rem !important;
}

.content-altra-quota {
    font-weight: 500;
}

.holder-bet-row a.btn-link {
    color: #46236c;
}

/* SEARCH  */
.fd-btn-number {
    margin-right: 10px;
    cursor: pointer;
    background-color: #020202;
    align-items: center;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.fd-btn {
    margin-right: 10px;
    cursor: pointer;
    background-color: #bbe53b;
    align-items: center;
    color: #020202;
    /* padding: 0; */
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 500;
}

.fd-btn-number span.numEl {
    padding: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 4px;
    text-align: center;
    background: #bbe53b;
    padding: 10px;
    font-weight: 500;
}

.fd-btn-number:first-child {
    margin-left: 0 !important;
}

.ajax-load-more-wrap ul.alm-listing li.grid-item {
    border: 1px solid #efefef;
    width: 30%;
    margin: 0 1.5% 3%;
    float: left;
    display: inline;
}

/* Sezione competizioni homepage */

.logoComp {
    max-width: 160px;
    height: 65px;
    position: relative;
    z-index: 2;
}
.logoComp figure {
    height: 100%;
    width: 100%;
    padding: 6px;
    background: #fff;
}
.logoComp:after {
    position: absolute;
    z-index: 10;
    right: -34px;
    top: -2px;
    width: 50px;
    height: 67px;
    display: block;
    content: "";
    background: #fff;
    z-index: 0;

    -webkit-mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.logoComp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.competitionTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    z-index: 1;
}
.competitionTitle ul {
    background: #020202;
    border-top-right-radius: 20px;
    margin-top: auto;
    margin-bottom: 1px;
    width: 100%;
    margin-left: -15px;
    padding-left: 40px;
}
.competitionTitle .nav-item a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 700;
}
.competitionTitle .nav-item a.active {
    opacity: 1;
}
.competitionTitle .nav-item a:hover {
    cursor: default;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
    .ajax-load-more-wrap ul.alm-listing li.grid-item {
        width: 100%;
        margin: 0 0 20px;
    }
}

.corto .wrapper-holder-associati {
    flex-direction: row;
    gap: 20px;
}

/* COLLEGATI SINGOLO ARTICOLO */
.wrapper-holder-associati {
    /* display: inline-block; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* flex-direction: column; */
    /* align-content: stretch; */
    /*  align-items: start; */
    /* flex-direction: row;
    justify-content: start;
    flex-wrap: wrap; */
    border-top: 1px solid #e2dfe2;
    padding-top: 10px;
    gap: 10px;
}

.holder-associati {
    /* max-width: 100px;
    border: 2px solid #bbe53a; */
    margin-bottom: 10px;
    text-align: center;
    /* padding: 5px; */
    display: inline-block;
    padding: 0;
    /*  margin-right: 10px; */
    background: #e2dfe2;
    border-radius: 15px;

    /* padding-top: 10px; */
}

.carouselAssociati .holder-associati {
    background: transparent;
    padding: 15px;
}

.carouselAssociati .holder-associati:hover {
    background: transparent;
}

.holder-associati a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 5px 10px;
}

.holder-associati img {
    /*  max-height: 30px; */
    margin: auto;
    /*  margin-right: 10px; */
}

.holder-associati .label-associati {
    font-weight: 500;
    font-size: 0.8rem !important;
    color: #3b3b3b;
    white-space: nowrap;
}

.holder-associati a:hover {
    text-decoration: none;
}

.holder-associati:hover {
    background: #bbe53a;
}

@media screen and (max-width: 767.9px) {
    .wrapper-holder-associati {
        flex-direction: row;
        justify-content: start !important;
        display: flex;
    }
    .holder-associati {
        margin-right: 10px;
    }
}

/* Template Name: Standard Page FD  */
a.iubenda-white.no-brand.iubenda-embed.iub-body-embed {
    display: none;
}

#iubenda_policy.iubenda_fixed_policy .iub_base_container {
    max-width: inherit !important;
}
#iubenda_policy ul.styled li, #iubenda_policy ul li {
    margin: 5px 0px !important;
    line-height: 24px;
}
#iubenda_policy ul.styled, #iubenda_policy ul {
    padding-top: 0px !important;
}

#iub-pp-container {
    background: #fff;
}

a {
    color: #371557;
}

@media screen and (max-width: 570px) {
    .home .tab-pane .container:last-child {
        padding: 0;
    }

    .home .container.mt-4 {
        padding: 0;
    }

    .adv.adv-sub-header {
        padding: 0;
    }

    section.container-fluid > .container {
        padding: 0;
    }
}

/* BARRA FILTRI - ricerca */

.testa-filtri {
    background: #363636;
    color: #c4e25b;
    font-size: 20px;
    padding: 7px 12px 10px 10px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    z-index: 9;
}

#sidebar .testa-filtri {
    /*position: fixed;
        z-index: 9;
        top: 68px; 
        left: 0;*/
    /*display:none !important;*/
}

@media screen and (max-width: 990px) {
    .testa-filtri {
        background: #363636;
        color: #c4e25b;
        font-size: 20px;
        padding: 7px 12px 10px 10px;
        margin: 16px 16px;
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        box-shadow: 0px 2px 5px #0006;
        position: absolute;
        z-index: 9;
        /*  display:none !important; */
    }

    .testa-filtri .bottone-filtri {
        display:none ;
    }

    .competizioni .testa-filtri {
        display: none;
    }
    .competizioni #wrapMultiSelect {
        padding-top: 90px !important;
        padding-bottom: 0px !important;
    }

    .select-box {
        position: absolute;
    }
    .select-box .testa-filtri {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.testa-filtri .holder-sx .content {
    padding-left: 10px;
    font-weight: 700;
}

.testa-filtri .holder-sx span.ico img {
    width: 20px;
}
button.ico {
    padding: 0;
    background: transparent;
    outline: none !important;
}

.progress.fd {
    background: #bbe53a;
    margin-top: 0;
    height: 5px;
}
.progress.fd .progress-bar {
    background: #020202;
}

/* HOMEPAGE GESTIONE BLOCCHI MOBILE  */
@media screen and (max-width: 576px) {
    .row.holder {
        flex-wrap: nowrap;
        flex-direction: row !important;
        overflow-x: auto;
    }

    .row.holder article:first-child {
        display: none;
    }

    .row.holder article {
        max-width: 90%;
    }

    .row.holder .singlePostPic img {
        height: 180px;
    }
    .row.holder .singlePostNews {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Widget Formazioni  */

#formazioniPartita {
    background: #020202;
    color: #ffffff;
    padding: 15px;
}
#formazioniPartita .matchField {
    max-width: 600px;
    margin: auto;
}
#formazioniPartita label.lined {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding-top: 15px;
}
#formazioniPartita label.lined span {
    padding-bottom: 5px;
    font-size: 18px;
}
#formazioniPartita a.link-squadra-classifica {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #ffffff;
    height: 100%;
}
#formazioniPartita .giocatore a.link-squadra-classifica span:first-child {
    color: #bde43b;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 500;
}
#formazioniPartita figure.fig-giocatore {
    width: 60px;
    border-radius: 100px;
    overflow: hidden;
    height: 60px;
    background-color: #ffffff;
    border: none;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 0;
}
#formazioniPartita figure.fig-giocatore img {
    background: url(../img/fondo-profilo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
#formazioniPartita .allenatore figure.fig-giocatore img {
    background: url(../img/placeholderAllenatore.png?1);
    background-size: cover;
}
#formazioniPartita .content-nome-ruolo {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 70px);
}
#formazioniPartita .content-nome-ruolo span:first-child {
    font-weight: 500;
    font-size: 0.8rem !important;
}
#formazioniPartita .content-nome-ruolo span:last-child {
    line-height: 20px;
    font-size: 18px;
}
#formazioniPartita .formationUsed {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding: 30px 0 0 0;
    letter-spacing: 2px;
}
#formazioniPartita .giocatore {
    margin: 5px 0;
    padding: 5px 15px;
}
#formazioniPartita hr.player-separator {
    margin: 5px 15px;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.2);
}
#tabFormazioniPartita {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    margin: 0 30px;
    position: relative;
    background: #f3f3f3;
}
#tabFormazioniPartita .nav-item {
    display: flex;
    flex: 0 0 33.3333%;
    margin: 0;
    border: none !important;
}
#tabFormazioniPartita a.nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 0;
    position: relative;
    padding: 0 27px !important;
    background-color: transparent;
}
#tabFormazioniPartita a.nav-link div,
#tabFormazioniPartita a.nav-link {
    font-size: 14px;
    color: #491f68;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tabFormazioniPartita a.nav-link div {
    padding: 5px 0;
}

#tabFormazioniPartita a.nav-link:hover div,
#tabFormazioniPartita a.nav-link.active div {
    color: #ffffff;
    background: #491f68;
}
#tabFormazioniPartita a.nav-link {
    position: relative;
    padding: 0;
}
#tabFormazioniPartita:before,
#tabFormazioniPartita a.nav-link.active:before,
#tabFormazioniPartita a.nav-link:hover:before {
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -1px;
    position: absolute;
    background: #020202;
    z-index: 0;

    -webkit-mask: url(/assets/img/bordo_stondato_SX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_SX.svg) no-repeat 50% 50%;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
}
#tabFormazioniPartita:after,
#tabFormazioniPartita a.nav-link.active:after,
#tabFormazioniPartita a.nav-link:hover:after {
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    background: #491f68;
    z-index: 0;

    -webkit-mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
#tabFormazioniPartita:after,
#tabFormazioniPartita:before {
    background: #f3f3f3;
}
#tabFormazioniPartita:before {
    left: -30px;
}
#tabFormazioniPartita:after {
    right: -30px;
}
@media screen and (max-width: 567px) {
    #tabFormazioniPartita:after,
    #tabFormazioniPartita a.nav-link.active:after,
    #tabFormazioniPartita a.nav-link:hover:after,
    #tabFormazioniPartita:before,
    #tabFormazioniPartita a.nav-link.active:before,
    #tabFormazioniPartita a.nav-link:hover:before {
        display: none !important;
    }
    #tabFormazioniPartita {
        width: 100%;
        margin: 0;
    }
    #tabFormazioniPartita a.nav-link {
        padding: 0 10px !important;
    }
}
#tabFormazioniPartita figure {
    width: 26px;
    height: 26px;
    background: #ffffff;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0px;
    margin-right: 10px;
}
#tabFormazioniPartita figure img {
    width: 22px;
    height: 22px;
    margin: 2px;
    object-fit: contain;
}
#tabOverlayPartita {
    display: none;
}

.matchField .team {
    font-weight: 700;
    padding-bottom: 10px;
    background: #f3f2ee;
    margin-bottom: 20px;
    color: #491f68;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#fieldContainer {
    position: relative;
    /* padding: 0px 15px;
     background: #f3f2ee;
     color: #491f68;
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;*/
}
#fieldContainer .fielBg {
    width: 100%;
    overflow: hidden;
}
#fieldContainer .fielBg img {
    width: 100%;
    height: auto;
    min-height: 708px;
}
/* FIX PER OVERLAY */
#formazioni.tab-pane {
    padding: 0 !important;
}
#formazioni #tabFormazioniPartita {
    display: none !important;
}
#formazioni #tabOverlayPartita {
    display: flex;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
#formazioni #fieldContainer,
#formazioni #formazioniPartita {
    background-color: #363636;
}
/* FINE FIX PER OVERLAY */
#field .team {
    padding: 40px 15px 10px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
}
#field .team.away {
    padding: 10px 15px 40px;
}
#fieldContainer .playerFormation {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
}
#fieldContainer .playerFormation .away,
#fieldContainer .playerFormation .home {
    position: relative;
    width: 100%;
    height: 50%;
    display: table;
}
.campoOrizzontale #fieldContainer .playerFormation {
    top: 10%;
    bottom: 10%;
}
.campoOrizzontale #fieldContainer .playerFormation .home {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
}
.campoOrizzontale #fieldContainer .fielBg img {
    min-height: 300px !important;
}
.campoOrizzontale .player .dropdown-toggle:after,
.campoOrizzontale .player .dropdown-toggle:before {
    display: none;
}
.campoOrizzontale .player .dropdown-toggle {
    background: #ffffff;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border-color: #fff !important;
    border-width: 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    padding: 0;
    font-weight: 700;
    /* padding: 5px; */
    transition: all 0.2s ease-out;
}

.campoOrizzontale .player .dropdown-toggle .circle-inner {
    background: #fff;
    border-radius: 100px;
    /* padding: 5px; */
    position: relative;
    width: 27px;
    height: 27px;
    margin-left: 2px;
}

.campoOrizzontale .player .dropdown-menu {
    background: rgba(75, 30, 111, 0.85);
    color: #fff;
    text-align: left;
    border-radius: 15px;
}
.campoOrizzontale .player .dropdown-menu .dropdown-item,
.campoOrizzontale .player .dropdown-menu .dropdown-item:hover {
    background: transparent !important;
    color: #fff;
}
.campoOrizzontale .player .dropdown-menu .dropdown-item p {
    margin: 0;
    font-size: 11px;
}
.campoOrizzontale .player .dropdown-menu a {
    color: #fff;
}
.campoOrizzontale .player .dropdown-menu a.dropdown-item {
    padding-left: 40px;
    position: relative;
}

.campoOrizzontale .player.primario .dropdown-toggle:after,
.campoOrizzontale .player.secondario .dropdown-toggle:after {
    content: "";
    border: 4px solid #fff;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 100px;
}

.campoOrizzontale .player.primario .dropdown-toggle:after {
    transform: scale(1.1);
    filter: blur(2px);
    top: -7px;
    left: -10px;
}

.campoOrizzontale .player.secondario .dropdown-toggle:after {
    border: 2px solid #fff;
    left: -9px;
    filter: blur(1px);
}

.campoOrizzontale .player .dropdown-menu a.dropdown-item:after,
.campoOrizzontale .player .dropdown-menu a.dropdown-item:before {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 17px;
    border: 2px solid #fff;
    display: block;
    content: "";
}
.campoOrizzontale .player .dropdown-menu a.dropdown-item:after {
    width: 12px;
    height: 12px;
    border: none;
    top: 8px;
    left: 14px;
}
.campoOrizzontale .player .dropdown-menu a.dropdown-item.active:after {
    background-color: #bbe53b;
}

.campoOrizzontale .player.secondario .dropdown-toggle .circle-inner {
    background: #b5d262 !important;
    color: #b5d262;
}

.campoOrizzontale .player.primario .dropdown-toggle .circle-inner {
    background: #45246b !important;
    color: #45246b;
}

.campoOrizzontale .player.secondario .dropdown-toggle {
    background: #020202 !important;
    color: #020202;
    border-color: #020202 !important;
}

.campoOrizzontale .player.primario .dropdown-toggle {
    background: #020202 !important;
    color: #020202;
    border-color: #45246b !important;
}

.campoOrizzontale .player.primario .dropdown-toggle {
    transform: scale(1);
}
.campoOrizzontale .player .dropdown-item.active,
.campoOrizzontale .player .dropdown-item:active {
    background-color: transparent !important;
}
#fieldContainer .playerFormation .formationLine {
    display: table-row;
}
#fieldContainer .playerFormation .formationLine .row {
    flex-direction: row-reverse;
}
.formationLine .col {
    padding: 0;
    min-width: initial;
}
#fieldContainer .playerFormation .formationLine .player {
    align-self: center;
    text-align: center;
    padding: 5px;
    margin: auto;
}
#fieldContainer .playerFormation .formationLine .player .name {
    font-size: 10px;
    color: #491f68;
    font-weight: 700;
    padding: 5px 0;
    /* white-space: normal;
     overflow: visible;
     /*text-overflow: ellipsis;*/
    max-width: 120px;
}
#fieldContainer .playerFormation .formationLine .player:hover .name {
}
#fieldContainer .playerFormation .formationLine .player .numb {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: auto;
    position: relative;
}

#introMatch-dx-content #fieldContainer .numb {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    font-size: 13px;
    margin: auto;
}
#introMatch-dx-content #fieldContainer .playerFormation .formationLine .player .name{
    color: #491f68;
    font-weight: 500;
    padding: 5px 0;
    max-width: 120px;
    line-height: 14px;
    font-size: 11px !important;
}

#introMatch-dx-content #fieldContainer .playerFormation .formationLine .row .col {
    padding: 0;
    max-width: 100%;
}

#formazioniIdeali .col-12:nth-child(odd) .matchField {
    padding-right: 10px;
}

#formazioniIdeali .col-12:nth-child(even) .matchField {
    padding-left: 10px;
}

.home .player .numb {
    background: #ffffff;
    color: #491f68;
}
.away .player .numb {
    background: #491f68;
    color: #ffffff;
}
#fieldContainer .player .badge {
    position: absolute;
    padding: 0;
    margin: 0;
}
#fieldContainer .player .badge li {
    position: absolute;
    list-style-type: none;
    z-index: 10;
    min-width: 10px;
    padding: 0;
    margin: 0;
    display: none;
}
#fieldContainer .player .badge li.active {
    display: flex;
}
#fieldContainer .player .badge li span {
    display: inline-block;
    min-width: 10px;
    margin: 1px;
}
#fieldContainer .player .badge li.goal {
    top: -7px;
    right: 18px;
}
#fieldContainer .player .badge li.autogoal span,
.badge li.goal span {
    background-image: url("../img/mini-ball.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
    padding-right: 12px;
    background-color: #ffffff;
    border-radius: 14px;
    height: 18px;
    padding: 2px 10px 2px 6px;
    line-height: 14px;
    color: #000 !important;
    font-size: 0;
}

#fieldContainer .player .badge li.autogoal.ctvisible span,
.badge li.goal.ctvisible span {
    font-size: 75%;
    padding: 2px 15px 2px 6px;
    background-position: 84% center;
}

#fieldContainer .player .badge li.autogoal {
    bottom: -34px;
    right: 24px;
}
#fieldContainer .player .badge li.autogoal span {
    background-image: url("../img/mini-ball-red.png");
}
#fieldContainer .player .badge li.cartellini {
    top: -5px;
    left: 10px;
}
#fieldContainer .player .badge li.cartellini span.YC,
#fieldContainer .player .badge li.cartellini span.Y2C,
#fieldContainer .player .badge li.cartellini span.RC {
    min-width: 8px;
    width: 8px;
    height: 12px;
    display: none;
}
#fieldContainer .player .badge li.cartellini span.active {
    display: inline-block !important;
}
#fieldContainer .player .badge li.cartellini span.YC {
    background: yellow;
}
#fieldContainer .player .badge li.cartellini span.RC {
    background: red;
}
#fieldContainer .player .badge li.cartellini span.Y2C {
    background: red;
    margin-left: -7px;
    margin-top: 3px;
}
#fieldContainer .player .badge li.substitution {
    bottom: -29px;
    left: 6px;
}
.substitution span {
    height: 15px;
    width: 15px;
}
@media screen and (max-width: 576px) {
    .home .player {
        padding: 0;
    }
    #fieldContainer {
        padding: 0 !important;
    }
    #formazioniPartita {
        padding: 15px 0 !important;
    }
}

@media screen and (max-width: 767.9px) {
    .player-separator {
        display: none;
    }
    .giocatore {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
@media screen and (min-width: 568px) and (max-width: 1160), (min-width: 1300px) {
    #tabFormazioniPartita a.nav-link div,
    #tabFormazioniPartita a.nav-link {
        font-size: 24px;
    }

    #fieldContainer .playerFormation .formationLine .player .name {
        font-size: 12px !important;
    }

    .wrapper-recent-news-singolo .estratto {
        display: none;
    }
}

#panelseguiti > .row.px-4.pt-2,
#panelutenti-club > .row.px-4.pt-2,
#panelgiocatori > .row.row.px-4.pt-2,
#panelricerche > .row.row.px-4.pt-2,
#panelclassifiche > .row.row.px-4.pt-2,
#panelconfronti > .row.row.px-4.pt-2,
#panelprofilo > .row.row.px-4.pt-2 {
    margin-top: 46px;
}

.holder-btn-dialogo-elimina .conferma.elimina {
    background: #ed5f67;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
}

.holder-btn-dialogo-elimina .annula-elimina-rel {
    background: #fff;
    color: #ed5f67;
    border-radius: 5px;
    padding: 5px 15px;
}

.row-dialogo-elimina {
    background: #fceeef;
    color: #ed5f67;
}

/* GESTIONE FORMAZIONE RELAZIONE */

/* TUTTE  */
.playerFormation .home .col {
    max-width: 105px;
    max-width: 27%;
}

/* PORTIERE */
.playerFormation .home .col:nth-child(1) {
    max-width: 50px;
    max-width: 10%;
}

/* 4-3-3 */
#field_4-3-3 .playerFormation .home .col:nth-child(3) .col-12:nth-child(2) {
    margin-left: -60px;
}

#field_4-3-3 .playerFormation .home .col:nth-child(4) .col-12:nth-child(2) {
    margin-right: -60px;
}

/* 3-4-1-2  */
#field_3-4-1-2 .playerFormation .home .col:nth-child(4),
#field_3-4-1-2 .playerFormation .home .col:nth-child(5) {
    max-width: 50px;
    max-width: 10%;
}

/* 4-3-1-2  */
#field_4-3-1-2 .playerFormation .home .col:nth-child(4),
#field_4-3-1-2 .playerFormation .home .col:nth-child(5) {
    max-width: 50px;
    max-width: 10%;
}

#field_4-3-1-2 .playerFormation .home .col:nth-child(3) .col-12:nth-child(2) {
    margin-left: -60px;
}

/* 3-5-2 */
#field_3-5-2 .playerFormation .home .col:nth-child(2),
#field_3-5-2 .playerFormation .home .col:nth-child(4) {
    max-width: 90px;
    max-width: 22%;
}

#field_3-5-2 .playerFormation .home .col:nth-child(3) .col-12:nth-child(2),
#field_3-5-2 .playerFormation .home .col:nth-child(3) .col-12:nth-child(3),
#field_3-5-2 .playerFormation .home .col:nth-child(3) .col-12:nth-child(4) {
    margin-left: -50px;
}

/* 4-2-3-1 */
#field_4-2-3-1 .playerFormation .home .col:nth-child(3),
#field_4-2-3-1 .playerFormation .home .col:nth-child(4),
#field_4-2-3-1 .playerFormation .home .col:nth-child(5) {
    max-width: 70px;
    max-width: 18%;
}

/* 4-1-4-1 */
#field_4-1-4-1 .playerFormation .home .col:nth-child(2),
#field_4-1-4-1 .playerFormation .home .col:nth-child(3),
#field_4-1-4-1 .playerFormation .home .col:nth-child(4),
#field_4-1-4-1 .playerFormation .home .col:nth-child(5) {
    max-width: 70px;
    max-width: 18%;
}

#field_4-1-4-1 .playerFormation .home .col:nth-child(1) {
    max-width: 80px;
    max-width: 19%;
}

/*

    Basscss v6.0.1
    Low-level CSS toolkit
    http://basscss.com

*/

body,
button {
    margin: 0;
}

button,
input,
select,
textarea {
    /*font-family: inherit;*/
    font-size: 100%;
}

img {
    max-width: 100%;
}
svg {
    max-height: 100%;
    overflow: visible !important;
}

input,
select,
textarea,
fieldset {
    /* font-size: 1rem !important;*/
    margin-top: 0;
    margin-bottom: 0;
}

input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
    box-sizing: border-box;
    /*height: 2.25rem;*/
    padding: 0rem 0.5rem;
    line-height: 1.75;
    vertical-align: middle;
    -webkit-appearance: none;
}

select {
    box-sizing: border-box;
    line-height: 1.75;
    padding: 0rem 0.5rem;
}

select:not([multiple]) {
    /* height: 2.25rem;*/
    vertical-align: middle;
}

textarea {
    box-sizing: border-box;
    line-height: 1.75;
    padding: 0.5rem 0.5rem;
}

.fieldset-reset {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0;
}
.fieldset-reset legend {
    padding: 0;
}



button,
.button {
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.125rem;
    padding: 0.5rem 1rem;
    margin: 0;
    height: auto;
    border: 2px solid transparent;
    vertical-align: middle;
    -webkit-appearance: none;
}

@media only screen and (max-width: 767.9px) {
    button,
    .button {
        padding: 0.5rem 0.5rem;
    }
}

button::after,
button::before,
.button::after,
.button::before {
    box-sizing: border-box;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button:hover {
    text-decoration: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

th {
    text-align: left;
    font-weight: bold;
}

th,
td {
    padding: 0.25rem 1rem;
    line-height: inherit;
}

th {
    vertical-align: bottom;
}
td {
    vertical-align: center;
}

body {
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    line-height: 21px;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-weight: bold;
    line-height: 1.25;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#iubenda_policy a {
    line-height: 21px !important;
}

#iubenda_policy body {
    padding-bottom: 0px !important;
}


#iubenda_policy h5 {
    padding-top: 0px !important;
}

h1 div {
    /* DATI GIOCATORI */

    font-weight: normal;
}

p,
dl,
ol,
ul {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

pre,
code,
samp {
    /*font-family: 'Source Code Pro', Consolas, monospace;*/
    font-size: inherit;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-x: auto;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
blockquote,
blockquote p {
    font-size: 1.25rem !important;
    font-style: italic;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 576px) {
    #below-sub-header .wrap-boxes-player h2{
        margin-bottom:0px !important;
    }
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media(min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: 25px; /*calc(1.325rem + 0.9vw)*/
}

/*@media(min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}*/

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media(min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media(min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem !important;
    }
}

h5,
.h5 {
    font-size: 1.25rem !important;
}

h6,
.h6 {
    font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#top-menu li.active a,
#sideMenu #top-menu-vertical li.active a,
strong,
b {
    font-family: "Rubik" !important;
    font-weight: 700 !important;
}

.h1.t-regular,
.h2.t-regular,
.h3.t-regular,
.h4.t-regular,
.h5.t-regular,
.h6.t-regular {
    font-weight: 400 !important;
}

.t-medium,
#ContainerCheScrolla #tableBody .campo_dinamico_classifica .hover-partite,
.button-white,
.button-lime,
.btn-verde-sf,
.button-purple,
.button-bordered,
#AuthForm label,
#top-menu li .sub-menu a,
#top-menu li a,
#sideMenu #top-menu-vertical li .sub-menu a,
#sideMenu #top-menu-vertical li a,
#main-wrapper form .accordion-body label:not(.form-check-label) {
    font-family: "Rubik" !important;
}

.t-regular,
#AuthForm #rememberme-container label,
p {
    font-family: "Rubik" !important;
}

#rememberme-container{width: max-content; }

.list-reset {
    list-style: none;
    padding-left: 0;
}

.inline {
    display: inline;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}


.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: auto;
}
.overflow-auto {
    overflow: auto;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*
.left {
    float: left;
}
.right {
    float: right;
}
*/
.fit {
    max-width: 100%;
}

.half-width {
    width: 50%;
}
.full-width {
    width: 100%;
}

.bold {
    font-weight: bold;
}
.regular {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.caps {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.left-align {
    text-align: left;
}
.center {
    text-align: center;
}
.right-align {
    text-align: right;
}
.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}
.wrap-normal {
    white-space: normal;
}

.m0 {
    margin: 0;
}
.mt0 {
    margin-top: 0;
}
.mr0 {
    margin-right: 0;
}
.mb0 {
    margin-bottom: 0;
}
.ml0 {
    margin-left: 0;
}

.m1 {
    margin: 0.5rem;
}
.mt1 {
    margin-top: 0.5rem;
}
.mr1 {
    margin-right: 0.5rem;
}
.mb1 {
    margin-bottom: 0.5rem;
}
.ml1 {
    margin-left: 0.5rem;
}

.m2 {
    margin: 1rem;
}
.mt2 {
    margin-top: 1rem;
}
.mr2 {
    margin-right: 1rem;
}
.mb2 {
    margin-bottom: 1rem;
}
.ml2 {
    margin-left: 1rem;
}

.m3 {
    margin: 2rem;
}
.mt3 {
    margin-top: 2rem;
}
.mr3 {
    margin-right: 2rem;
}
.mb3 {
    margin-bottom: 2rem;
}
.ml3 {
    margin-left: 2rem;
}

.m4 {
    margin: 4rem;
}
.mt4 {
    margin-top: 4rem;
}
.mr4 {
    margin-right: 4rem;
}
.mb4 {
    margin-bottom: 4rem;
}
.ml4 {
    margin-left: 4rem;
}

.mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
}
.mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p1 {
    padding: 0.5rem;
}
.py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.p2 {
    padding: 1rem;
}
.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.p3 {
    padding: 2rem;
}
.py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px3 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.p4 {
    padding: 4rem;
}
.py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.sm-show,
.md-show,
.lg-show {
    display: none !important;
}

@media (min-width: 40em) {
    .sm-show {
        display: block !important;
    }
}

@media (min-width: 52em) {
    .md-show {
        display: block !important;
    }
}

@media (min-width: 64em) {
    .lg-show {
        display: block !important;
    }
}

@media (min-width: 40em) {
    .sm-hide {
        display: none !important;
    }
}

@media (min-width: 52em) {
    .md-hide {
        display: none !important;
    }
}

@media (min-width: 64em) {
    .lg-hide {
        display: none !important;
    }
}

.display-none {
    display: none !important;
}

.hide {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}

.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.z3 {
    z-index: 3;
}
.z4 {
    z-index: 4;
}

.button-small {
    padding: 0.25rem 0.5rem;
}

.button-big {
    padding: 1rem 1.25rem;
}

.button-narrow {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container {
    /*max-width: 64em;*/
    margin-left: auto;
    margin-right: auto;
}
.col {
    float: left;
    box-sizing: border-box;
}

.col-right {
    float: right;
    box-sizing: border-box;
}

/*.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}
@media (min-width: 40em) {
    .sm-col {
        float: left;
        box-sizing: border-box;
    }

    .sm-col-right {
        float: right;
        box-sizing: border-box;
    }

    .sm-col-1 {
        width: 8.33333%;
    }

    .sm-col-2 {
        width: 16.66667%;
    }

    .sm-col-3 {
        width: 25%;
    }

    .sm-col-4 {
        width: 33.33333%;
    }

    .sm-col-5 {
        width: 41.66667%;
    }

    .sm-col-6 {
        width: 50%;
    }

    .sm-col-7 {
        width: 58.33333%;
    }

    .sm-col-8 {
        width: 66.66667%;
    }

    .sm-col-9 {
        width: 75%;
    }

    .sm-col-10 {
        width: 83.33333%;
    }

    .sm-col-11 {
        width: 91.66667%;
    }

    .sm-col-12 {
        width: 100%;
    }
}
@media (min-width: 52em) {
    .md-col {
        float: left;
        box-sizing: border-box;
    }

    .md-col-right {
        float: right;
        box-sizing: border-box;
    }

    .md-col-1 {
        width: 8.33333%;
    }

    .md-col-2 {
        width: 16.66667%;
    }

    .md-col-3 {
        width: 25%;
    }

    .md-col-4 {
        width: 33.33333%;
    }

    .md-col-5 {
        width: 41.66667%;
    }

    .md-col-6 {
        width: 50%;
    }

    .md-col-7 {
        width: 58.33333%;
    }

    .md-col-8 {
        width: 66.66667%;
    }

    .md-col-9 {
        width: 75%;
    }

    .md-col-10 {
        width: 83.33333%;
    }

    .md-col-11 {
        width: 91.66667%;
    }

    .md-col-12 {
        width: 100%;
    }
}
@media (min-width: 64em) {
    .lg-col {
        float: left;
        box-sizing: border-box;
    }

    .lg-col-right {
        float: right;
        box-sizing: border-box;
    }

    .lg-col-1 {
        width: 8.33333%;
    }

    .lg-col-2 {
        width: 16.66667%;
    }

    .lg-col-3 {
        width: 25%;
    }

    .lg-col-4 {
        width: 33.33333%;
    }

    .lg-col-5 {
        width: 41.66667%;
    }

    .lg-col-6 {
        width: 50%;
    }

    .lg-col-7 {
        width: 58.33333%;
    }

    .lg-col-8 {
        width: 66.66667%;
    }

    .lg-col-9 {
        width: 75%;
    }

    .lg-col-10 {
        width: 83.33333%;
    }

    .lg-col-11 {
        width: 91.66667%;
    }

    .lg-col-12 {
        width: 100%;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.flex-last {
    -webkit-box-ordinal-group: 1025;
    -webkit-order: 1024;
    -ms-flex-order: 1024;
    order: 1024;
}

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.flex > div {
    box-sizing: border-box;
}
@media (min-width: 40em) {
    .sm-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .sm-flex > div {
        box-sizing: border-box;
    }
}
@media (min-width: 52em) {
    .md-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .md-flex > div {
        box-sizing: border-box;
    }
}
@media (min-width: 64em) {
    .lg-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .lg-flex > div {
        box-sizing: border-box;
    }
}
*/
body {
    color: #020202;
    background-color: white;
}

a {
    color: #5f3d9d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre,
code {
    background-color: #171717;
    color: #aaa;
    border-radius: 10px;
}



hr {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

.button {
    border-radius: 3px;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: box-shadow, background-color;
    transition-property: box-shadow, background-color;
}

.button:hover {
    box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.button:focus {
    outline: none;
    /*border-color: rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);*/
}

.button:active,
.button.is-active {
    box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25),
        0 0 1px rgba(0, 0, 0, 0.125);
}

.button:disabled,
.button.is-disabled {
    opacity: 0.5;
}

.field-light {
    background-color: white;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}

.field-light:focus {
    outline: none;
    border-color: #0074d9;
    box-shadow: 0 0 0 2px rgba(0, 116, 217, 0.5);
}

.field-light:disabled {
    background-color: rgba(0, 0, 0, 0.125);
    opacity: 0.5;
}

.field-light:read-only:not(select) {
    background-color: rgba(0, 0, 0, 0.125);
}

.field-light:invalid {
    border-color: #ff4136;
}

.field-light.is-success {
    border-color: #2ecc40;
}

.field-light.is-warning {
    border-color: #ffdc00;
}

.field-light.is-error {
    border-color: #ff4136;
}

.field-dark {
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.0625);
    border-radius: 3px;
}

.field-dark::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.field-dark::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.field-dark:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.field-dark::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.field-dark:focus {
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.field-dark:read-only:not(select) {
    background-color: rgba(255, 255, 255, 0.25);
}

.field-dark:invalid {
    border-color: #ff4136;
}

.field-dark.is-success {
    border-color: #2ecc40;
}

.field-dark.is-warning {
    border-color: #ffdc00;
}

.field-dark.is-error {
    border-color: #ff4136;
}

input[type="range"] {
    vertical-align: middle;
    background-color: transparent;
}

.range-light {
    color: inherit;
    -webkit-appearance: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.range-light::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    width: 0.5rem;
    height: 1.25rem;
    border-radius: 3px;
    background-color: currentcolor;
    cursor: pointer;
    margin-top: -0.5rem;
}
.range-light::-webkit-slider-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    left: -0.875rem;
    width: 2.25rem;
    height: 2.25rem;
    opacity: 0;
}

.range-light::-moz-range-thumb {
    width: 0.5rem;
    height: 1.25rem;
    border-radius: 3px;
    border-color: transparent;
    border-width: 0;
    background-color: currentcolor;
    cursor: pointer;
}

.range-light::-webkit-slider-runnable-track {
    height: 0.25rem;
    cursor: pointer;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.25);
}

.range-light::-moz-range-track,
.range-light::-webkit-slider-runnable-track {
    height: 0.25rem;
    cursor: pointer;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.25);
}

.range-light:focus {
    outline: none;
}

.range-light:focus::-webkit-slider-thumb {
    outline: none;
    border: 0;
    box-shadow: 0 0 1px 2px currentcolor;
}

.range-light:focus::-moz-range-thumb {
    outline: none;
    border: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.progress {
    display: block;
    width: 100%;
    height: 0.5625rem;
    margin: 0.5rem 0;
    background-color: rgba(0, 0, 0, 0.125);
    border: 0;
    border-radius: 10000px;
    overflow: hidden;
    -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.125);
}

.progress::-webkit-progress-value {
    -webkit-appearance: none;
    background-color: currentColor;
}

.progress::-moz-progress-bar {
    background-color: currentColor;
}

.table-light th,
.table-light td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

.table-light tr:last-child td {
    border-bottom: 0;
}

.button-outline {
    position: relative;
    z-index: 2;
    color: inherit;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid currentcolor;
}

.button-outline::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid transparent;
    background-color: currentcolor;
    border-radius: 3px;
    opacity: 0;
}

.button-outline:hover {
    box-shadow: none;
}

.button-outline:hover::before,
.button-outline:focus::before {
    opacity: 0.125;
}

.button-outline:focus {
    outline: none;
    border: 1px solid currentcolor;
    box-shadow: 0 0 0 2px;
}

.button-outline:active,
.button-outline.is-active {
    box-shadow: inset 0 1px 5px 0, 0 0 1px;
}

.button-outline:disabled,
.button-outline.is-disabled {
    opacity: 0.5;
}

.button-transparent {
    position: relative;
    z-index: 2;
    color: inherit;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid transparent;
}

.button-transparent::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid transparent;
    background-color: currentcolor;
    opacity: 0;
}

.button-transparent:hover {
    box-shadow: none;
}

.button-transparent:hover::before,
.button-transparent:focus::before {
    opacity: 0.09375;
}

.button-transparent:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0 0 0 2px;
}

.button-transparent:active,
.button-transparent.is-active {
    box-shadow: none;
}

.button-transparent:active::before,
.button-transparent.is-active::before {
    opacity: 0.0625;
}

.button-transparent:disabled,
.button-transparent.is-disabled {
    opacity: 0.5;
}

.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}

.bg-center {
    background-position: center;
}
.bg-top {
    background-position: top;
}
.bg-right {
    background-position: right;
}
.bg-bottom {
    background-position: bottom;
}
.bg-left {
    background-position: left;
}

.border {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.125);
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.125);
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.125);
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.125);
}

.rounded {
    border-radius: 3px !important;
}

.rounded-6 {
    border-radius: 6px !important;
}





.w-10{
    width:10px;
    height:10px;
    min-width: 10px;
    min-height: 10px;
}
.w-20{
    width:20px;
    height:20px;
    min-width: 20px;
    min-height: 20px;
}

.w-30{
    width:30px;
    height:30px;
    min-width: 30px;
    min-height: 30px;
}

.w-40{
    width:40px;
    height:40px;
    min-width: 40px;
    min-height: 40px;
}


.aggiungi,
.rimuovi,
.add-giocatore-chart {
    width: 16px;
    height: 16px;
    display: flex;
    margin: auto;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    font-family: Arial;
}

.add-giocatore-chart[data-aggiunto="si"] .aggiungi {
    display: none;
}

.add-giocatore-chart[data-aggiunto="si"] .rimuovi {
    display: flex;
}

.add-giocatore-chart[data-aggiunto="no"] .aggiungi {
    display: flex;
}

.add-giocatore-chart[data-aggiunto="no"] .rimuovi {
    display: none;
}

    


.rounded-top {
    border-radius: 3px 3px 0 0;
}
.rounded-right {
    border-radius: 0 3px 3px 0;
}
.rounded-bottom {
    border-radius: 0 0 3px 3px;
}
.rounded-left {
    border-radius: 3px 0 0 3px;
}

.not-rounded {
    border-radius: 0px;
}

.black,
.dark-gray {
    color: #111;
}
.gray,
.mid-gray {
    color: #aaa;
}
.silver,
.light-gray {
    color: #ddd;
}
.white {
    color: #fff;
}

.aqua {
    color: #7fdbff;
}
.blue {
    color: #0074d9;
}
.navy {
    color: #001f3f;
}
.teal {
    color: #39cccc;
}
.green {
    color: #2ecc40;
}
.olive {
    color: #3d9970;
}
.lime {
    color: #01ff70;
}

.yellow {
    color: #ffdc00;
}
.orange {
    color: #ff851b;
}
.red {
    color: #ff4136;
}
.fuchsia {
    color: #f012be;
}
.purple {
    color: #b10dc9;
}
.maroon {
    color: #85144b;
}

.bg-black,
.bg-dark-gray {
    background-color: #111;
}
.bg-gray,
.bg-mid-gray {
    background-color: #aaa;
}
.bg-gray-light {
    background-color: #f7f7f8;
}

.bg-silver,
.bg-light-gray {
    background-color: #ddd;
}

.bg-scouting-gray {
    background-color: #f3f2ee;
}



.bg-aqua {
    background-color: #7fdbff;
}
.bg-blue {
    background-color: #0074d9;
}
.bg-navy {
    background-color: #001f3f;
}
.bg-teal {
    background-color: #39cccc;
}
.bg-green {
    background-color: #2ecc40;
}
.bg-olive {
    background-color: #3d9970;
}
.bg-lime {
    background-color: #01ff70;
}

.bg-yellow {
    background-color: #ffdc00;
}
.bg-orange {
    background-color: #ff851b;
}
.bg-red {
    background-color: #FC3838 !important;
}
.bg-fuchsia {
    background-color: #f012be;
}
.bg-fucsia {
    background-color: #f012be;
}
/* .bg-purple  { background-color: #b10dc9 } */
.bg-purple {
    background-color: #371557;
}

.bg-maroon {
    background-color: #85144b;
}

.bg-green-light {
    background-color: #E2FF88;
}
.bg-green-light-2 {
    background-color: #BBE980;
}
/*.bg-red-light {
    background-color: #ff4136 !important;
    color: #fff !important;
}*/

.bg-darken-1 {
    background-color: rgba(0, 0, 0, 0.0625);
}
.bg-darken-2 {
    background-color: rgba(0, 0, 0, 0.125);
}
.bg-darken-3 {
    background-color: rgba(0, 0, 0, 0.25);
}
.bg-darken-4 {
    background-color: rgba(0, 0, 0, 0.5);
}

.border-aqua {
    border-color: #7fdbff;
}
.border-blue {
    border-color: #0074d9;
}
.border-navy {
    border-color: #001f3f;
}
.border-teal {
    border-color: #39cccc;
}
.border-green {
    border-color: #2ecc40;
}
.border-olive {
    border-color: #3d9970;
}
.border-lime {
    border-color: #01ff70;
}

.border-yellow {
    border-color: #ffdc00;
}
.border-orange {
    border-color: #ff851b;
}
.border-red {
    border-color: #ff4136;
}
.border-fuchsia {
    border-color: #f012be;
}
.border-purple {
    border-color: #b10dc9;
}
.border-maroon {
    border-color: #85144b;
}

.border-black {
    border-color: #111;
}
.border-gray {
    border-color: #aaa;
}
.border-silver {
    border-color: #ddd;
}
.border-white {
    border-color: #fff;
}

.border-darken-1 {
    border-color: rgba(0, 0, 0, 0.0625);
}
.border-darken-2 {
    border-color: rgba(0, 0, 0, 0.125);
}
.border-darken-3 {
    border-color: rgba(0, 0, 0, 0.25);
}
.border-darken-4 {
    border-color: rgba(0, 0, 0, 0.5);
}
.muted {
    opacity: 0.5;
}

body.bg-gray {
    background-color: #f4f4f4 !important;
    background-image: none;
}

form .form-control {
    min-height: 38px;
    border-radius: 8px !important;
}

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

    body {
        overflow-x: hidden;
        padding-bottom: 0;
    }
}

#loginModal .modal-fullscreen .modal-content {
    background-image: url(/assets/img/login_bg_compressed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

#loginModal .modal-fullscreen .modal-content .modal-header {
    border-bottom: 0;
}

#loginModal .modal-fullscreen .modal-content .modal-header .logo {
    margin-top: 16px;
    margin-bottom: 16px;
}

.btn-fd.active {
    background: #020202;
    color: #fff;
}

#topHeader .boxed .profilo.disableLogin .hide-accedi {
    opacity: 0;
    pointer-events: none;
}

.language-btn {
    display: block;
}

.language-btn.active{
    text-decoration: underline !important;
}

@media screen and (min-width: 1080px){
    body {
        /* padding-bottom: 242px !important; */
    }
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0;
    }
    100%{
        background-position: 468px 0;
    }
}

i.placeholder {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #fff7;
    background: linear-gradient(to right, #eee7 10%, #ddd7 18%, #eee7 33%);
    background-size: 800px 104px;
    min-height: 10px;
    min-width: 30px;
    width: 100%;
    display: inline-block;
    height: 100%;
    border-radius: 15px;
    margin-bottom:5px;
}

.button-livescore{
    background: #ed001c !important;
    border-radius:5px !important;
    color: #fff !important;
}
.button-livescore:hover{
    color: #fff !important;
    background: #ed001caa !important;

}

.no_ui_slider_custom.noUi-horizontal {
   height: 18px;
}

.no_ui_slider_custom .noUi-connect {
    background: #020202;
}

.no_ui_slider_custom.noUi-horizontal .noUi-handle {
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.no_ui_slider_custom .noUi-handle.noUi-handle-lower {
    right: -15px;

}

.no_ui_slider_custom .noUi-handle.noUi-handle-upper {
    right: -10px;
}

.blink-me{
    display: inline;
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0.4;
    }
}

.positive {
    color:#2CBE53;
}

.negative {
    color:#DD2F2F;
}

.neutral {
    color: #BABABA;
}

.widget-cont.noborder {
    border: none;
    padding: 0px;

}

.forma_presa {
    background-image: url(/assets/img/forma_presa.svg);
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: cover;
   /* background-attachment: fixed;*/
    min-width:26px;
    min-height: 26px;
}

.forma_non_presa {
    background-image: url(/assets/img/forma_non_presa.svg);
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: cover;
   /* background-attachment: fixed;*/
    min-width:26px;
    min-height: 26px;
}

.tag-solo-icona {
    min-width: 30px;
}


.holder-locked {
    width: 15px;
    height: auto;
    position: absolute;
    right: 25px;
    margin-top: 5px;
}

.select2-results__option .holder-locked {
    width: 15px;
    right: 0px;
    height: auto;
    position: relative;
    margin-left: auto;
}

.select2-results__option .holder-credit {
    right: 0px;
    height: auto;
    position: relative;
    margin-left: auto;
    align-items: center;
}

.select2-selection__rendered .holder-credit  {
    right: 0px;
    height: auto;
    position: relative;
    margin-left: auto;
    align-items: center;
}