

.block-affiliates {
    border: 1px solid;
    width: 400px;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 5px;
    padding: 5px;
    min-height: 330px;
    overflow: hidden;
}

.buttons-affiliates {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;

}

.register-but {
    font-size: 20px;
    padding: 5px;
   background: linear-gradient(155deg, #a1a1a1, #3c6e6e6b);
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    transition: all .8s;
}

.login-but {
    font-size: 20px;
    padding: 5px;
    background: linear-gradient(155deg, #a1a1a1, #3c6e6e6b);
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 5px 0 0 5px;
    transition: all .8s;
}

.activeRefBut {
    background: linear-gradient(155deg, #2398ab, #3c6e6e6b);

}

.affiliates-all {
    margin-top: 30px;
}



.login-affiliates form ,
.register-affiliates form {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#loginAff , #passAff ,
#emailTel , #passAffReg, #passAffReg2 {
    font-size: 20px;
    outline: none;
    font-weight: bolder;
}

.politics-aff a {
    text-decoration: none;
}

.invalid-field {
    width: 100%;
    color: white;
    font-size: 16px;
    transition: all .7s;
    text-align: center;
    padding: 9px;
    font-weight: 900;
    border-radius: 16px;
    transform: translateX(410px);
}

.body-invalid {
    background: red;
    padding: 6px;
    border-radius: 5px;
    font-size: 18px;
}

.openInvalid {
    transform: translateX(0px);
}

#GoAff , #GoRegs , .goregis {
    font-size: 20px;
    border: none;
    background: #2398ab;
    color: white;
    width: 125px;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px #577e85;
    cursor: pointer;
    margin-top: 15px;
}

#GoReg:active , #GoAff:active {

    box-shadow: inset 0 0 3px 2px #577e85;
}

.block-confirm {
    text-align: center;
    margin-top: 100px;
}




/*-------------------------LK------------------------------------------*/

.blockForAffiliates {
    margin-top: 30px;
}

.butsForAff {
    display: flex;
    gap: 1px;
    padding: 3px;
    margin: 0 auto;
    width: 277px;
    margin-bottom: 15px;
}

.btsAffiliates {
    padding: 5px;
    background: #8b918f;
    font-size: 18px;
    color: white;
    cursor: pointer;
    transition: All .7s;
}



.activeLkMenuAff {
    background: #2398ab;
}

#exitAffiliates {
    padding: 5px;
    background: #8b918f;
    font-size: 18px;
    color: white;
    cursor: pointer;
}


#exitAffiliates a {
    text-decoration: none;
    color: white;
}

.btsAffiliates:hover ,#exitAffiliates:hover  {
    background: #2398ab;
}


.btsAffiliates:active , #exitAffiliates:active {
    box-shadow: inset 0 0 5px 3px #676d6e;
}

.tabSection {
    width: 95%;
    min-height: 500px;
    border: 1px solid;
    margin: 0 auto;
}


.tabSection h3 {
    text-align: center;
}


.blockHome {
    padding: 5px;
    margin-left: 20px;
    border: 1px solid;
    width: 98%;
}

.InfoPartner {
    display: flex;
    gap: 10px;
    padding: 3px;
    font-size: 18px;
    width: 100%;
}

.firstName {
    background-color: #8b918f;
    color: white;
    width: 100%;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}

.seconName {
    background-color: #377b87;
    color: white;
    width: 100%;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}

.generateUrlAff {
    padding: 11px;
    margin-left: 20px;
    border: 1px solid;
    margin-top: 15px;
    width: 98%;
}

#Generation {
    border: none;
    font-size: 18px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    color: white;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 8px 1px #000;
}

#Generation:active {
    box-shadow: inset 0 0 8px 1px #596666;
}
.urlCodeAff a {
    font-size: 20px;
    color: #3814ff;
    background: yellow;
}

.allurl {
    display: flex;
    gap: 20px;
}

#copyurl {
    cursor: pointer;
    font-size: 18px;
    color: green;
}

#copyurl:active {
    color: #1ec808;
}


#clientAff {
    width: 100%;
    padding: 10px;
}

#clientAff tbody tr:nth-child(1){
    background: #8b918f;
    color: white;
}

#clientAff tbody tr:nth-child(2n+2){
    background: #a0aeb1;
    color: white;
}
#clientAff tbody tr:nth-child(2n+3){
    background: #879b9f;
    color: white;
}

#clientAff tbody tr td {
    padding: 10px;
}


.blockBalanceAff {
    position: absolute;
    top: 150px;
    right: 130px;
    background: white;
    padding: 5px;
    width: 180px;
    height: 85px;
    box-shadow: 0 0 3px 4px #377b87;
}

.balanceAff:nth-child(1) , .balanceAff:nth-child(2)
{
    text-align: center;
    margin-bottom: 5px;
    background: beige;
}

.balanceAff {
    text-align: center;
    margin-bottom: 5px;
}

.takeBalance {
    background: #377b87;
    color: white;
    padding: 4px;
    cursor: pointer;
}

.takeBalance:hover {
    background: #a0a4a5;
}