@charset "UTF-8";
.factor-authentication-producer {
    /* padding-top: 113px; */
}
html[lang="ar"] .factor-authentication-producer .user-details .span-2::after {
    left: 90px;
}
.factor-authentication-producer .col2 h2 {
    font-weight: Bold;
    font-size: clamp(25px, 5vw, 32px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.factor-authentication-producer .col2 .sub-title {
    margin-bottom: 20px;
}

.factor-authentication-producer .col2 .sub-title .content {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.factor-authentication-producer .col2 .qr-code {
    background-color: #ffffff;
    width: 226px;
    height: 226px;
    border-radius: 35px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.0784313725);
    margin-top: 30px;
    margin-bottom: 35px;
}

.factor-authentication-producer .col2 .step-2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #808080;
    margin-bottom: 30px;
}

.factor-authentication-producer .col2 .authentication-code {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #808080;
    margin-bottom: 45px;
}

.factor-authentication-producer .col2 input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 100px;
    height: 50px;
    padding: 20px;
    margin-bottom: 30px;
}

.factor-authentication-producer .col2 .button-code {
    display: flex;
    justify-content: end;
}

.factor-authentication-producer .col2 .button-code button {
    height: 40px;
    width: 20%;
    border: none;
    outline: none;
    color: #ffffff;
    font-weight: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #f05271;
    border-radius: 168px;
}

.factor-authentication-producer .col2 .sub-title .code {
    font-weight: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
}
.factor-authentication-producer .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

.factor-authentication-producer .tabs div i:hover {
    color: #8379b8;
}

.factor-authentication-producer .tabs div img {
    margin-right: 10px;
}

.factor-authentication-producer .tabs div i {
    margin-right: 10px;
}
.factor-authentication-producer .center-container .profile-settings .span-1 {
    font-size: clamp(18px, 5vw, 36px);
    font-weight: 700;
    line-height: 38px;
    color: black;
}

.factor-authentication-producer .center-container .profile-settings .span-2 {
    font-size: clamp(12px, 5vw, 16px);
    font-weight: 500;
    color: #f05271;
    letter-spacing: 0px;
}

@media (max-width: 1082px) {
    .factor-authentication-producer .center-container .row {
        flex-direction: column;
    }
}

@media (max-width: 752px) {
    .factor-authentication-producer .col2 .button-code {
        justify-content: center;
    }
    .factor-authentication-producer .col2 .button-code button {
        width: 100%;
    }
}

/*# sourceMappingURL=factorAuthentication-producer.css.map */
