.s_tit {
    margin: 1rem 0;
    font-size: 1.2rem;
}

.s_tit > h2 > span {
    color: var(--r_07);
    display: inline-flex;
    align-items: center;
}
.imgteam {
    width: 6rem;
}
.btn_c_sch {
    color: var(--r_03);
    padding: 0.5rem 0;
    width: -webkit-fill-available;
    width: -moz-fill-available;
    width: -moz-available;
    font-size: 1.3rem;
    background-color: var(--r_02);
    border: none;
    border-radius: 0.8rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
.btn_c_sch:hover {
    background-color: var(--r_01);
}
.t_fpl {
    font-size: 1.4rem;
    display: table;
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: 27rem;
    border-collapse: collapse;
    margin: 0.3rem;
    border: 1px solid var(--r_03);
}
.th_fpl {
    background-color: var(--r_08);
    color: var(--r_03);
    display: table-cell;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    padding: 0.6rem 0;
    border: 1px solid var(--r_03);
}
.tr_fpl {
    display: table-row;
    font-size: 1.5rem;
}
.td_fpl {
    border: 1px solid var(--r_03); 
}
.td_fpl1 {
    max-width: 1rem;
    border: 1px solid var(--r_03); 
}
.fplo {
    font-size: 1.7rem;
    color: var(--r_03);
}
.fplo > input {
    width: 10rem;
    background: transparent;
    border: none;
    color: var(--r_03);
    font-size: 1.7rem;
    letter-spacing: 0.08rem;
}
.fplz1 > input {
    width: 10rem;
    background: transparent;
    border: none;
    color: var(--r_04);
    font-size: 1.4rem;
}
.fplz2 > input {
    width: 10rem;
    background: transparent;
    border: none;
    color: var(--r_04);
    font-size: 1.4rem;
}

h2 > input {
    width: 50rem;
    background: transparent;
    border: none;
    color: var(--r_03);
    font-size: 2rem;
    border: 1px;
    border-bottom-style: solid;
}

.fplz1 {
    font-size: 1.5rem;
    color: var(--r_04);
}
.fplz2 {
    font-size: 1.3rem;
    color: var(--r_04);
}

.pole {
    display: block;
    width: 65.5rem;
    height: 90rem;
    position:relative;
    background-size: auto;
    background-image: url(/assets/img/pole01s.png);

}
.s_tactic {
    box-sizing: content-box;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sc_tac {
    cursor: pointer;
}
.idsch {
    visibility: hidden;
}
.sc_activ {
    border: solid 3px var(--r_09);
    border-radius: 5px;
}
.grp_tac {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: 2rem;
}
.pl_num {
    width: 5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.pl_num2rem {
    width: 2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.overplay_fan {
    position: fixed;
    display: none;
    top: 7%;
	left: 2%;
	background-color: var(--r_02);
	z-index: 3;
	border: solid 5px var(--r_06);
    border-radius: 2rem;
    width: 36rem;
    height: 42rem;
}

.popup-closes {
    position: relative;
    right: 2%;
    top: -5%;
    width: fit-content;
    float: right;
    height: min-content;
    cursor: pointer;
    font-size: 3rem;
    color: var(--r_03);
}
.popup-closes:hover {
    color: var(--r_04);
}



.kipers {
    display: flex;
    flex-direction: column;
    margin-left: 12%;
    margin-top: 5%;
}
.players {
    column-rule-style: solid;
    margin-top: 3%;
    text-align: center;
}
.pl_00 {
    position: absolute;
    top: calc(92% - 2.5rem);
    left: calc(49.5% - 2.5rem);
}
.pl10 {
    position: absolute;
    top: calc(100% - 2.5rem);
    left: calc(100% - 2.5rem);
    transition-delay: 0s;
    transition: 0.5s ease-in-out;
}
.plnum5 {
    position: absolute;
    top: calc(100% - 2.5rem);
    left: calc(100% - 2.5rem);
    transition-delay: 0s;
    transition: 0.5s ease-in-out;
}
.plnum2 {
    position: absolute;
    top: calc(100% - 1rem);
    left: calc(100% - 1rem);
    transition-delay: 0s;
    transition: 0.5s ease-in-out;
}

.pl_name {
    font-size: 2rem;
    margin-top: -4.3rem;
    margin-left: 2rem;
    color: var(--r_03);
    cursor: pointer;
}
.pl_name1 {
    margin-left: 2rem;
    margin-top: 0.5rem;
    font-size: 1.6rem;
    color: var(--r_06);
}
.pl_name2 {
    margin-left: 2rem;
    margin-top: -0.4rem;
    font-size: 1.6rem;
    color: var(--r_05);
}

.btn_sc {
    color: var(--r_03);
    padding: 1.5rem 2rem;
    font-size: 2rem;
    background-color: var(--r_02);
    border: none;
    border-radius: 0.8rem;
    margin: 2rem 3rem 0 0;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
.btn_fpl {
    color: var(--r_03);
    padding: 0.5rem 2rem;
    font-size: 1.7rem;
    background-color: var(--r_08);
    border: none;
    border-radius: 0.8rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    margin-top: 0.5rem;
}
.btn_sc:hover, .btn_fpl:hover {
    background-color: var(--r_01);
}
.btn_sc > button > .dsbl {
    display: none;
}
.schView {
    
}

.dzam {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


