.sezioneCentraleTitolo {
    border-radius: 5px 5px 0 0;
    padding: 0.75rem;
    background-color: var(--main-color);
    border-bottom: 3px solid var(--second-color) !important;
    color: white;
    font-size: var(--text-small);
}

.sezioneCentraleContent {
    background-color: var(--light-grey);
    font-size: var(--text-small);
}

.sezioneCentraleDescription {
    font-size: var(--text-small);
}

.sezioneCentraleContentSezioneInterna {
    border-radius: 5px;
    background-color: white;
    color: var(--main-grey);
    font-size: var(--text-small);
}

.sezioneCentraleContentSezioneInterna input, select {
    border-radius: 5px;
    background-color: var(--light-grey);
    border: 1px solid #d0d0d0 !important;
    color: var(--main-grey);
}

.sezioneCentraleContentText {
    white-space: nowrap;
}

.sezioneCentraleTitoloInterno {
    background-color: var(--main-color);
    color: white;
    font-size: var(--text-small);
}



.sezioneCentraleHR {
    width: 100%;
    background-color: var(--main-grey);
}

.sezioneCentraleBottoneVerde {
    border: 0;
    background-color: var(--main-color);
    color: white;
    font-size: var(--text-small);
}

.sezioneCentraleBottoneVerde:active {
    /* background-color: #006666; */
    background-color: #008080;
    background-color: #226767;
}

.sezioneCentraleButtonLanding {
    color: var(--main-color) !important;
    background-color: var(--second-color);
    border-radius: 5px;
    width: min(150px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height:10px;
}


.bottoniCambioRuolo {
    border-radius: 5px;
    width: min(150px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height:10px;
}


.sezioneCentraleButton {
    color: var(--main-color) !important;
    background-color: var(--second-color);
    border-radius: 5px;
    width: min(150px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height:10px;
}


.sezioneCentraleButtonLive {
    color: white !important;
    background-color: var(--third-color);
    border-radius: 5px;
    width: min(50px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.sezioneCentraleButtonBig {
    color: white !important;
    background-color: var(--third-color);
    border-radius: 5px;
    width: 50%;
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.sezioneCentraleButtonRed {
    color: white !important;
    background-color: #dc3545;
    border-radius: 5px;
    width: min(150px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sezioneCentraleButtonGray5 {
    color: white;
    background-color: var(--gray-5);
    border-radius: 5px;
    width: min(150px, 100%);
    font-size: var(--text-small);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.barraGrigiaCampionatoFCI {
    background-color: var(--gray-9) !important;
}


.barraGrigiaCampionatoFCI-ImgUtente {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: white;
}

.barraGrigiaCampionatoFCI-NomeUtente {
    width: 200px;
    background-color: white;
    border-radius: 5px;
    color: var(--main-grey);

}

/* .sezioneCentraleButton:hover,
.sezioneCentraleButton:active {
    background-color: #13a8a8;
} */


.sezioneCentraleContent input {
    padding: 3px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.logoSquadraSezioneCentrale {
    height: 100px;
    width: auto;
    max-width: 100%;
}

.buttonCaricaLogoSquadra {
    right: 0;
    top: 0;
}

.gestisciTeamButton {
    border: 4px solid transparent !important;
}


.riquadroPunti {
    border: 1px solid #d0d0d0 !important;
    background-color: var(--light-grey);
    border-radius: 5px;
    height: 29px;
    color: var(--main-grey);
}



.mainGreyCheckbox {
    border: 2px solid var(--main-grey);
}





.riquadroGiornata {
    background-color: #81c342;
    border-radius: 15px;
}

.collapseButton1 {
    background-color: transparent;
    display: block;
    color: var(--gray-5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapseButton1>i,
.collapseButton1>svg {

    pointer-events: none;
}

.barLoghiSquadre {
    display: grid;
    grid-column-gap: 3px;
    grid-row-gap: 10px;
    grid-auto-rows: 30px;
    grid-template-columns: repeat(20, 30px);

}

.barLoghiSquadre>a>img {
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.premiGrid {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-auto-rows: minmax(150px, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-auto-flow: row;
}

.legaCampionatoGrid {
    color: var(--main-grey);
    display: grid;
    /* grid-template-columns: 20px 1fr 20px; */
    grid-template-columns: 20px calc(100% - 50px) 20px;
    grid-column-gap: 5px;
}

.legaCampionatoGrid>div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.legaCampionatoGrid>div:nth-child(2) {
    justify-content: flex-start;
}

.legaCampionatoGrid>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    align-self: center;
}

.selezionaGiocatoreLegaCampionato {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #e0e6ea !important;
}


.legaCampionatoServiziEvolution {
    display: flex;
    flex-direction: column;
    color: var(--main-grey);
    margin-bottom: 10px;
}

.legaCampionatoServiziEvolution>div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.legaCampionatoServiziEvolution>div:nth-child(2)>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

/*
.ruoloGiocatoreP {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #F9A825;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruoloGiocatoreP::before {
    content: "P";
}

.ruoloGiocatoreD {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #2E7D32;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruoloGiocatoreD::before {
    content: "D";
}

.ruoloGiocatoreC {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #0277BD;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruoloGiocatoreC::before {
    content: "C";
}

.ruoloGiocatoreT {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #9628b5;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruoloGiocatoreT::before {
    content: "T";
}

.ruoloGiocatoreA {
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #C62828;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruoloGiocatoreA::before {
    content: "A";
}
*/
.selezionaGiocatoreGrid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
    grid-auto-rows: 90px;
}

.selezionaGiocatoreGrid>a {
    position: relative;
}

.selezionaGiocatoreGrid>a::before {
    content: "";
    padding-bottom: 100%;
    display: inline-block;
    vertical-align: top;
}

.selezionaGiocatoreGrid>a>div {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    margin: 0;
}




.legaCampionatoGrid4Coloumn {
    color: var(--main-grey);
    display: grid;
    grid-template-columns: 20px calc(100% - 75px) 20px 20px;
    grid-column-gap: 5px;
}


.legaCampionatoGrid5Coloumn {
    color: var(--main-grey);
    display: grid;
    grid-template-columns: 20px calc(100% - 100px) 20px 20px 20px;
    grid-column-gap: 5px;
}

.legaCampionatoGrid4Coloumn>div, .legaCampionatoGrid5Coloumn>div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.legaCampionatoGrid4Coloumn>div:nth-child(2), .legaCampionatoGrid5Coloumn>div:nth-child(2) {
    justify-content: flex-start;
}

.legaCampionatoGrid4Coloumn>img, .legaCampionatoGrid5Coloumn>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    align-self: center;
}



.boxGiornataPlayoff {
    background-color: white;
    color: var(--main-grey);
    border-radius: 5px;
    border: 1px solid #c9c9ca !important;
}


@media screen and (min-width: 992px) {
    .sezioneCentraleButton:hover,
	.sezioneCentraleButtonBig:hover {
        background-color: var(--second-light-color);
        color: var(--main-color) !important;
    }
	
	.sezioneCentraleButtonRed:hover {
        background-color: #c82333;
    }

    .sezioneCentraleButtonGray5:hover {
        background-color: #505050;
    }

    .gestisciTeamButton {
        border: 4px solid transparent !important;
    }

    .gestisciTeamButton:hover svg {
        color: var(--second-dark-color) !important;
    }
}

@media screen and (max-width: 991px) {
    .sezioneCentraleButton:active,
	.sezioneCentraleButtonBig:active {
        background-color: var(--second-light-color);
        color: var(--main-color) !important;
    }
	
	.sezioneCentraleButtonRed:active {
        background-color: #c82333;
    }

    .sezioneCentraleButtonGray5:active {
        background-color: #505050;
    }

    .gestisciTeamButton:active svg {
        color: var(--second-dark-color) !important;
    }
}
/*
@media screen and (max-width: 767px) {
    .barraGrigiaCampionatoFCI {
        height: 300px;
    }
}
*/