
#account_display_name_description em {
    display: block;
    font-size: 13px;
    color: #7c7979;
    margin-top: 10px;
    padding-left: 2px;
    font-weight: 500;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    position: relative;
}
.edit-input {
   position: absolute;
    bottom: 23px;
    right: 0;
    font-size: 15px;
    color: #4B2B74;
    width: 40px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.edit-account p:has(.button) .button {
    background: #4B2B74;
}
.edit-account p:has(.button) .button:hover {
    background: #005f8d;
}
.phone-number-wrapper input {
    padding-right: 40px !important;
}
.edit-account p:has(.button) {
    display: block;
    text-align: right;
}
.poll-disabled{
    background: #ccc !important;
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: not-allowed;
}
.change-mobile-form button[type="button"] {
    /* background-color: #4B2B74;
    color: #ffffff; */
    border: none;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 600;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 15px;
    justify-content: center;
}
/* .change-mobile-form button[type="button"]:focus{
    outline-color: #4B2B74 !important;
}

.change-mobile-form button[type="button"]:hover{
    background-color: #005a87;
} */
@media (max-width:768px) {
    .edit-input {
    bottom: 18px;

}
}