.account_details_section .account_details_info .ur-user-details-container {
    min-width: 100px !important;
}

.account_details_section .account_details_info .ur-detail-wrapper {
    padding: 0 !important;
    border: none !important;
}

.account_details_section .account_details_info .ur-detail-image {
    display: none !important;
}

.account_details_section .account_details_info .ur-info-wrap {
    margin-top: 0;
}

.account_details_section .account_details_info .ur-info-wrap h3 {
    margin-left: 0 !important;
    font-weight: 600;
    font-size: 28px !important;
}

.account_details_section .account_details_info .ur-info-wrap table tr {
    padding: 0 !important;
    border-radius: 6px;
}

.account_details_section .et_pb_toggle {
    border-radius: 8px 8px 8px 8px;
    border-color: #dfdfdf;
    background-color: #f4f4fa;
    margin-bottom: 22px !important;
}

.account_details_section .et_pb_toggle.et_pb_toggle_open {
    background-color: #ffffff;
}

.account_details_section .et_pb_toggle h5 {
    font-size: 18px;
}

.account_details_section .et_pb_toggle .et_pb_toggle_title:before {
    content: "\4c" !important;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #af326d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding-left: 2px;
    box-sizing: border-box;
    transition: 300ms all linear;
}

.account_details_section .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4c" !important;
    transform: rotateZ(45deg);
}

.account_details_section .et_pb_toggle .et_pb_toggle_content {
    background-color: #ffffff;
    opacity: 0;
    transition: 200ms opacity ease-in;
}

.account_details_section .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
    opacity: 1;
}

.account_details_section .et_pb_toggle .user-registration {
    margin: 0 !important;
}

.account_details_section .et_pb_toggle .ur-frontend-form,
.account_details_section .et_pb_toggle .ur-form-grid {
    padding: 0 !important;
}

.account_details_section .et_pb_toggle .ur-frontend-form {
    border: none !important;
}

.account_details_section .account_details_edit h2,
.account_details_section .account_details_pass legend {
    display: none !important;
}

.account_details_section .account_details_edit .ur-field-item {
    margin-bottom: 8px !important;
}

.account_details_section .account_details_pass .user-registration-form-row {
    padding-bottom: 12px !important;
}

.account_details_section .account_details_edit .ur-field-item label,
.account_details_section .account_details_pass .user-registration-form-row label {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    font-weight: 600;
}

.account_details_section .account_details_pass fieldset {
    margin-bottom: 10px;
}

.account_details_section input[type=text],
.account_details_section input[type=password],
.account_details_section input[type=email],
.account_details_section input[type=url] {
    box-shadow: none !important;
    border: 1px #e8e8ef solid !important;
    min-height: 42px !important;
}