.inp-group {
    position: relative;
    margin-bottom: 10px;
}

span.registrantion__bottom-actions__or {
    font-weight: 500;
    font-size: 16px;
    color: #a6a5a7;
}

.registrantion__bottom-actions_reset {
    font-weight: 600;
    font-size: 16px;
    color: #41b690;
}


.registrantion__bottom-actions > a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #41b690;
}

.inp-field {
    width: 100%;
    height: 41.5px;
    padding: 20px 16px 12px 13px;
    border: 1px solid #a6a5a740;
    border-radius: 9px;
    font-size: 0.875rem;
    outline: none;
    background: transparent;
    color: #2b2b2b;
}

.inp-field:focus {
    border-color: #10b981;
}

.inp-field::placeholder {
    color: transparent;
}

.inp-label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #9ca3af;
    pointer-events: none;
    background: transparent;
    padding: 0 4px;
}

.inp-field:focus + .inp-label,
.inp-field:not(:placeholder-shown) + .inp-label {
    top: 5px;
    transform: translateY(0);
    font-size: 11px;
    color: #10b981;
    font-weight: 500;
}

.inp-field:not(:focus):not(:placeholder-shown) + .inp-label {
    color: #a6a5a7;
}

.inp-field:-webkit-autofill,
.inp-field:-webkit-autofill:hover,
.inp-field:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #1a1a1a inset;
}

.inp-password-wrapper {
    position: relative;
}

.inp-toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #9ca3af;
}

.inp-toggle-password:hover {
    color: #10b981;
}

.inp-toggle-password svg {
    width: 20px;
    height: 20px;
    display: block;
}

.pr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0);
    /* backdrop-filter: blur(4px); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.pr-container {
    background: white;
    border-radius: 26px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 450px;
    animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    padding: 2.25rem;
    position: absolute;
}

h2.pr-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 44px;
    letter-spacing: -0.5px;
}


.pr-button {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.pr-button.wait {
    background: #53627940;
    box-shadow: none;
    color: #53627973;
}

.pr-button.disabled {
    display: none;
}

.pr-subtitle {
    display: none;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #919191;
    margin-bottom: 24px;
}
.pr-subtitle.show {
    display: block;
}

.pr-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.pr-close-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    transform: scale(1.05);
}

.pr-close-btn svg {
    width: 16px;
    height: 16px;
}

.pr-trigger {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #a6a5a7;
    margin: 14px 3px;
    text-decoration: underline;
    cursor: pointer;
}

.pr-layer {
    display: none;
}

.pr-layer.active {
    display: block;
}

.pr-error-message {
    display: none;
    margin: 10px 0;
    padding: 10px;
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    color: #c33;
    font-size: 14px;
    text-align: left;
}

.pr-error-message.show {
    display: block;
}

.pr-reset-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #9ca3af;
    text-decoration: underline;
    cursor: pointer;
}

.pr-auth-params {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-language__svg.active {
    transform: rotate(180deg);
}

.change-language__svg {
    display: flex;
    color: #a6a5a7;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.change-language__container {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    cursor: pointer;
    padding: 7px 12px;
    font-weight: 500;
    font-size: 14px;
    color: #9ca3af;
}

.change-language__dropdown {
    position: absolute;
    display: none;
    top: 35px;
    left: 0;
    background-color: #fff;
    width: 185px;
    border-radius: 8px;
    z-index: 8;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border: 1px solid #b1b1b130;
}

.change-language__dropdown.active {
    display: flex;
}

.change-language__list {
    width: 100%;
    margin: 7px 0px;
}

span.change-language__item {
    display: flex;
    gap: 8px;
    padding: 11px 16px;
}


span.change-language__item:hover {
    background-color: #eeeeee;
}

span.account-sign__subtitle {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #9ca3af;
}