﻿:root {
    --icon-deactive: #adb0b4;
    --icon-active: #17212c;
    --code-icon-color: var(--icon-deactive);
    --meli-code-icon-color: var(--icon-deactive);
    --new-password-icon-color: var(--icon-deactive);
    --confirm-new-password-icon-color: var(--icon-deactive);
}

div,
input,
label,
span {
    font-family: IRANSans !important;
    font-size: 14px;
}

.main-form-holder {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.Search-bar-background {
    padding: 13px 0px;
    border-radius: 8px;
    background-color: #f0f0f0;
    margin-bottom: 16px;
    border: solid 2px #fff;
    height: 56px;
}

    .Search-bar-background:focus-within {
        border: solid 2px #d6d6d6;
    }

.input-text {
    border: 0px none;
    background-color: #f0f0f0;
    width: 100%;
}

    .input-text:focus {
        outline: none;
    }

.method-radio-container {
    padding: 0;
    max-width: max-content;
}

.method-type-label-container {
    padding: 0;
    max-width: max-content;
    padding-right: 16px;
}

.method-text-input-container {
    padding-right: 7%;
}

.strength0 {
    background-color: red;
}

.strength1 {
    background-color: #ff7600;
}

.strength2 {
    background-color: #ffa500;
}

.strength3 {
    background-color: #ecdb06;
}

.strength4 {
    background-color: #04f100;
}

.strength5 {
    background-color: #89e68c;
}
