.edit-account .llms-person-form-wrapper {
	width: 97%;
    max-width: 1081px;
    margin: 0 auto;
    padding: 55px 0 110px;
}

.edit-account .llms-person-form-wrapper .llms-notice {
	margin-top: -47px;
}

.llms-edit-account-title {
	color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    height: 81px;
    margin: 0 0 47px;
}

.llms-edit-account-wrapper {
	display: flex;
    justify-content: space-between;
    gap: 22px;
    font-family: var(--font-primary);
}

.llms-profile-container,
.llms-settings-container {
	background: var(--color-light);
    border-radius: 8px;
    box-shadow: 0 6px 9.2px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.llms-profile-container {
	width: 594px;
}

.llms-settings-container {
	width: 465px;
    height: fit-content;
}

.llms-account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 0.7px solid rgba(0, 0, 0, 0.20);
}

.llms-profile-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.llms-account-title {
	color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: 600;
    line-height: 35.2px;
    margin: 0;
}

.llms-profile-content,
.llms-settings-content {
	padding: 16px;
}

.llms-settings-content {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.llms-edit-account-wrapper .llms-form-field label {
	color: rgba(0, 0, 0, 0.87);
font-family: var(--font-primary);
font-size: 14px;
font-weight: 500;
line-height: 21px;
height: 25px;
}

.llms-profile-content .llms-form-field {
	display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    height: 50px;
}

.llms-edit-account-wrapper .llms-field-input,
.llms-profile-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgba(0, 0, 0, 0.87);
font-family: var(--font-primary);
font-size: 14px;
font-weight: 400;
line-height: 20.02px;
}

.llms-edit-account-wrapper .llms-field-input::placeholder {
	color: #A7A8AB;
}

.llms-profile-content .llms-form-field .llms-field-input {
	display: flex;
height: 24px;
padding: 0 12px;
margin: 0;
align-items: center;
    border-radius: 20px;
background: var(--color-light);
}

.llms-profile-content .llms-form-field label {
	min-width: 200px;
}

.llms-settings-content .llms-form-field {
	display: flex !important;
    flex-direction: column;
    gap: 9px;
    padding: 0;
}

.llms-profile-content .llms-form-field .select2-container .select2-selection--single {
	padding: 0;
}

.llms-profile-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
    
}

.llms-settings-content .llms-form-field .llms-field-input {
	display: flex;
height: 24px;
padding: 0 12px;
margin: 0 0 9px;
align-items: center;
    border-radius: 20px;
background: rgba(0, 0, 0, 0.02);
box-shadow: none;
cursor: text;
}

.llms-settings-content .llms-form-field .llms-field-input:disabled {
	background: rgba(0, 0, 0, 0.08);
    cursor: not-allowed;
}

.llms-settings-content .llms-form-field .llms-required {
	display: none;
}

.llms-settings-content .llms-absolute-toggle {
    position: absolute;
    top: 16px;
    right: 16px;
    width: fit-content;
}

.llms-toggle-fields {
color: var(--color-primary) !important;
font-family: var(--font-primary);
font-size: 14px;
line-height: 20.02px;
text-decoration: none !important;
}

.llms-password-strength-meter {
	margin-bottom: 9px;
}

.llms-password-description {
	color: rgba(0, 0, 0, 0.31);
font-family: var(--font-primary);
font-size: 9px;
font-weight: 400;
line-height: 9.99px;
min-height: 24px;
max-width: 249px;
text-align: center;
}

.llms-person-form .llms-form-field.type-submit {
	max-width: 80px;
    padding: 0;
}

#llms-edit .llms-button-action {
all: unset;
	display: flex;
    min-width: 80px;
height: 24px;
justify-content: center;
align-items: center;
background: transparent;
color: rgba(0, 0, 0, 0.87);
font-family: var(--font-primary);
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.16px;
border-radius: 100px;
border: 1px solid var(--color-dark);
margin: 8.5px auto 0;
padding: 0;
cursor: pointer;
transition: all 0.3s ease;
}

#llms-edit .llms-button-action:hover,
#llms-edit .llms-button-action:focus{
	background: var(--color-dark);
color: var(--color-light);
}

.llms-form-field [type=text], .llms-form-field [type=password], .llms-form-field [type=email], .llms-form-field [type=url], .llms-form-field [type=tel], .llms-form-field [type=number],
.llms-form-field .select2-container .select2-selection--single{
	border-color: transparent;
}