.client-card{
    margin: 1.6rem 1rem;
    border-radius: 8px;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--roxoMuitoJogo);
}

.client-card_header{
    display: flex;
    height: 110px;
    background-color: var(--azulMuitoJogo);
    gap: 5px;
    position: relative;
}

.client-card_header img{
    height: 130px;
    flex-shrink: 0;
    position: relative;
    top: -18px;
    padding: 7px;
    background-color: var(--roxoMuitoJogo);
}

.client-card_header>div{
    display: flex;
    flex-direction: column;
    color: var(--branco);
    gap: 4px;
    justify-content: center;
    position: relative;
    top: -40px;
}

.client-card_header>div span:nth-child(1){
    color: #B1B1B1;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.client-card_header>div span:nth-child(2){
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.client-card_header>div span:nth-child(3){
    font-weight: 400;
    line-height: normal;
    font-size: 13px;
    letter-spacing: -0.14px;
}

.client-card_infos{
    margin: 1rem 0;
    display: flex;
    padding-left: 10%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .5rem;
}

.client-card_infos>div{
    display: flex;
    gap: 18px;
    color: white;
}

.client-card_infos>div div{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.client-card_infos>div div span:nth-child(1){
    color: #B1B1B1;
    font-weight: 500;
    letter-spacing: -0.14px;
    font-size: 12px;
}

.client-card_infos>div div span:nth-child(2){
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.client-card_infos svg{
    align-self: center;
    width: 40px;
}


.client-card_questions{
    margin: 0 4% 0 0;
    padding-left: 10%;
    gap: .5rem;
}

.client-card_questions>div:nth-child(1){
    display: flex;
    background: #F3DEBD;
    padding: .2rem 0.8rem .2rem 1rem;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

.client-card_questions>div:nth-child(1) p{
    color: #FF0C0C;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.14px;
}

.client-card_questions>div:nth-child(1) svg{
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.client-card_questions>div:nth-child(2){
    display: flex;
    background-color: var(--azulMuitoJogo);
    padding: .8rem 2rem;
    color: #DFDFDF;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.14px;
    flex-direction: row;
    gap: 1rem;
}

.client-card_questions>div:nth-child(2) div{
    width: calc(96%);
    display: flex;
    align-items: baseline;
}

.client-card_questions>div:nth-child(2) input{
    margin-right: 10px;
    align-self: center;
}

.client-card_questions>div:nth-child(2) label{
    margin-bottom: 0;
}

.client-card_questions_btn{
    display: flex;
    justify-content: right;
    margin: 1rem 2rem;
}

.client-card_questions_btn button{
    width: 226px;
    height: 3rem;
    flex-shrink: 0;
    background: #6D254C;
    border: none;
    font-size: 14px;
    padding: 9px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.14px;
}

.redeem_help_button{
    display: flex;
    justify-content: right;
    min-height: 70px;
    align-items: end;
    height: inherit;
    margin: 0 2rem 2rem 10px;
}

.redeem_help_button a{
    width: 274px;
    height: 50px;
    background: #F0C27B;
    justify-content: space-around;
    align-items: center;
    display: flex;
    font-size: 14px;
    padding: 9px;
}

.redeem_help_button span{
    color: #FFF;
    font-weight: 600;
    letter-spacing: -0.14px;
}

.redeem_help_button svg{
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.client-card_help{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem;
    height: 60%;
    flex-direction: column;
    gap: 1rem;
}

.client-card_help>div{
    background: #42113F;
    color: var(--branco);
    width: 90%;
    max-height: 350px;
    max-width: 540px;
}

.client-card_help__title{
    margin: 2rem 0 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.client-card_help__title svg{
    width: 56px;
    height: 56px;
}

.client-card_help__title span{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
    max-width: 230px;
    width: calc(70%);
}

.client-card_help__body{
    color: #B1B1B1;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}

.client-card_help__body p{
    width: 70%;
    margin: auto;
    min-width: 200px;
}

.client-card_help__back{
    display: flex;
    justify-content: right;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.client-card_help__back a{
    border: 1px solid #F0C27B;
    color: var(--branco);
    text-align: center;
    width: 274px;
    font-weight: 400;
    font-size: 14px;
    padding: 1rem 3rem;
}

.client-card_keys{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 90%;
    margin: 2rem auto;
}

.client-card_keys>div{
    display: flex;
    justify-content: space-evenly;
    background: var(--branco);
    padding: 8px 0;
}

.client-card_keys input{
    width: calc(100% - 150px);
    background-color: transparent;
    border: none;
    color: #090909;
    font-size: 16px;
}

.client-card_keys button{
    background-color: var(--roxoMuitoJogo);
    color: var(--branco);
    border: none;
    padding: 10px 1rem;
    font-size: 12px;
}

.client-card_help_btn{
    display: none;
}

.client-2fa{
    padding: 1rem;
    border-radius: 8px;
    max-width: 460px;
    width: 100%;
    display: flex;
    margin: 1rem;
    flex-direction: column;
    background-color: var(--roxoMuitoJogo);
}

.client-2fa>span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
}

.client-2fa form{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    margin: 1rem 1rem 2rem 1rem;
}

.client-2fa input{
    background-color: var(--azulMuitoJogo);
    color: var(--branco);
    padding: 10px;
    font-weight: 600;
    border: none;
    width: 100%;
    flex-shrink: 0;
}

.client-2fa button{
    border: none;
    background-color: #6D254C;
    padding: 14px;
    color: var(--branco);
    font-weight: 600;
    margin-bottom: 1rem;
}

#phone_error{
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}

#phone_error span{
    color: var(--branco);
    font-weight: 700;
}


@media only screen and (min-width: 720px) {

    .client-card_header {
        display: flex;
        height: 110px;
        padding-left: 10%;
        gap: 2rem;
        position: relative;
        background-color: inherit;
    }

    .client-card_header>div{
        display: flex;
        flex-direction: column;
        padding-top: 1rem;
        color: var(--branco);
        gap: 4px;
        justify-content: center;
        position: inherit;
        margin-top: 2rem;
    }

    .client-card{
        margin: 0 0 2rem;
        min-width: 720px;
        min-height: 640px;
        width: calc(100% - 400px);
        flex-shrink: 0;
    }

    .client-card_infos{
        flex-direction: row;
        gap: 2rem;
    }

    .client-card_header img{
        height: 150px;
        top: -45px;
        padding: 0;
        background-color: transparent;
    }

    .client-card_infos>div div span:nth-child(1){
        font-size: 1rem;
    }

    .client-card_infos>div div span:nth-child(2){
        font-size: 20px;
    }

    .client-card_infos svg{
        width: initial;
    }

    .client-card_questions>div:nth-child(2){
        flex-direction: row;
        gap: 0;
    }

    .client-card_questions>div:nth-child(2) div{
        width: calc(48%);
    }

    .redeem_help_button, .client-card_questions_btn{
        margin-right: 3rem;
    }

    .client-card_help{
        flex-direction: unset;
        gap: 0;
        align-items: unset;
        justify-content: space-evenly;
        margin: 2rem 0 0 0;
    }

    .client-card_help>div{
        width: 30%;
        max-height: 350px;
        max-width: 350px;
        height: 100%;
    }

    .client-card_help__title{
        margin: 2rem 0;
    }

    .client-card_help__body{
        margin-bottom: 0;
    }

    .client-card_keys>div{
        margin: 0 2rem;

    }

    .client-card_keys{
        width: 100%;
        margin: 1rem 0 0 0;
    }

    .client-card_keys input{
        width: 70%;
        font-size: 21px;
    }

    .client-card_help_btn{
        display: flex;
        width: 400px;
        height: 200px;
        background-color: #42113F;
        margin: 2rem 2rem 0;
        padding: 0 14px;
    }

    .client-card_keys button{
        font-size: 1rem;
    }

    .client-card_help_btn a{
        display: flex;
    }

    .client-card_help_btn__title{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .client-card_help_btn__body {
        width: 80%;
        color: var(--branco);
        justify-content: space-evenly;
        gap: 5px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .client-card_help_btn__body span{
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
    }

    .client-card_help_btn__body p{
        color: #AFAFAF;
        font-weight: 400;
    }

    .client-card_help_btn__title svg{
        width: 56px;
        height: 56px;
    }
    .client-card_help_btn__body span{

    }

    .client-card_help_btn a{
        display: flex;
    }
}

@media only screen and (min-width: 500px) {
    .client-2fa{
        max-width: 460px;
    }

    .client-2fa form{
        margin: 1rem 3rem 2rem 2rem;
    }
}
