.seller-custom-header-logo-section {
    display: flex;
    gap: 20px;
}

.seller-custom-header-manage {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 2px solid #f60;
    padding: 10px 50px;
}

.seller-page-title {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.seller-page-title-menu {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    font-weight: 500;
}

.container.main-container .column.main.main-wrap.col-12 {
    padding: inherit;
}

.lofmarketplace-seller-create {
    background-color: #f5f5f5;
}

.lofmarketplace-seller-create .page-title-wrapper {
    display: none;
}

.control.phone-input-group {
    display: flex;
    width: 100%;
}


.form-create-account .fieldset>.field:not(.choice)>.control input[type="text"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    border-radius: 8px;
    border: 1px solid #333;
    padding: 10px 15px;
    height: 36px;
    font-size: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-text:focus {
  box-shadow: inset 0 0px 1px 0px #ccc, 0 0 5px 1px rgb(0 0 0 / 25%);
  border: 1px solid #666;
}

.password-weak .password-strength-meter:before {
    background-color: #ff5216;
    border-radius: 30px;
}

.password-medium .password-strength-meter:before {
    background-color: #ff9841;
    border-radius: 30px;
}

.password-strong .password-strength-meter:before {
    background-color: #e9d400;
    border-radius: 30px;
    width: 75%;
}

.password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    border-radius: 30px;
}


span#password-strength-meter-label {
    float: right;
    margin-top: 10px;
}

.form-create-account .password-strength-meter {
    top: 5px;
    border-radius: 30px;
    height: 20px;
}

.form-create-account .fieldset {
    margin: 0 0 7px;
}

form#seller-form-validate {
    width: 55rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: unset;
    margin: 24px auto;
    background: white;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #d1d1d1;
}

#messages-container {
    visibility: hidden;
    width: 100%;
    height: 30px;
}
.custom-message-error {
    color: #e02b27;
    font-weight: 500;
    text-align: center;
}
.custom-message-success{
    color: #007a10;
    font-weight: 500;
    text-align: center;
}

.seller-registration-title{
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-gray-200);
    padding-bottom: 0.5rem;
}
.seller-registration-label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}
.form-checkbox {
    height: 2.2rem;
    width: 1.7rem;
    border-radius: 0.25rem;
    border: 1px solid #d1d5db;
    color: #2563eb;
}
.privacy-policy-control a {
	color: #0077c9;
	text-decoration: underline;
}
.terms.terms-and-condition {
    text-align: justify;
    font-size: 12.5px;
    font-weight: 500;
}
.control.privacy-policy-control {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.customer-mobile-number .phone-input-group .phone-input-field {
	border: 1px solid #333;
	padding: 10px 15px;
	font-weight: 600;
	border-radius: 0 8px 8px 0;
	letter-spacing: 2px;
    height: 36px;
    font-size: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.phone-select-wrapper .select2-container .select2-selection--single {
	height: 36px;
	border: 1px solid #333;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	border-right: none !important;
	border-radius: 8px 0 0 8px !important;
}
.password-control-field{
    width: 100%;
}
.customer-profile-info {
	display: flex;
	gap: 15px;
    margin: 15px 0px;
}
img.customer-profile-img {
	max-width: 50px;
}
span.wizard-customer-hello {
	font-weight: 600;
}
.wizard-step-info {
	font-size: 15px;
	color: #007a10;
	padding: 0.5rem 0.75rem;
	font-weight: 600;
}
legend.legend.seller-registration-legend-title {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.action.primary.create-account-btn {
    border-radius: 26px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    width: 90%;
    display: block;
    margin: auto;
}
.field-name-firstname.field , .field-name-lastname.field{
    width: 50%;
}
.input-text.customer-first-last-name-input{
    border-radius: 8px;
    border: 1px solid #333;
    padding: 10px 15px;
    height: 36px;
}
.customer-first-last-name-section {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.actions-toolbar.create-account-btn-section {
    margin-bottom: 10px;
}
.privacy_policy.field {
    margin-bottom: initial;
}
.phone-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
}