.af-popup  .bxmaker-authuserphone-enter,
.af-popup  .bxmaker-authuserphone-simple {
    box-shadow:none;
}

/* ------------- */
.main-profile-wrapper .bxmaker-authuserphone-edit {
    background-color: #F9F9FB;
    box-shadow:none;
}


/* ------------ */
body .bxmaker-authuserphone-button:focus{
    outline: none;
}

body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
    background-color: var(--accent);
}

body .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background-color: var(--accent-hover);
}

body .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
body  .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
body  .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field
{
    border-color: var(--accent-hover);
}

body .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field
{
    border-color: var(--accent-hover);
}


body .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
body .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,
body .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field
{
    border-color: var(--accent-hover);
}

body .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
body  .bxmaker-authuserphone-input-code--hover .bxmaker-authuserphone-input-code__field,
body  .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field
{
    border-color: var(--accent-hover);
}

body a.bxmaker-authuserphone-link,
body a.bxmaker-authuserphone-link:visited
{
    color: var(--dark, #2f3030);
}

body a.bxmaker-authuserphone-link:active,
body a.bxmaker-authuserphone-link:hover
{
    color: var(--accent);
}

body .bxmaker-authuserphone-input-phone__validation,
body .bxmaker-authuserphone-message--error {
    color: #ff0000;
}

