/* seller-login */
.seller_login_wrap{
    font-family: roboto !important;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin-top:30px;
  }
  .seller_login_wrap_inner{
    margin-top: 30px;
    position: relative;
    display:none;
  }
  .seller_login_wrap_inner.active{
    display:block;
  }
  .seller_top {
    display: flex;
    width: 100%;
    padding: 15px;
    background: #FFF;
    border-radius: 12px;
    height:75px;
}
  .seller_top_in{
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
  }
  .seller_top_in:first-child{
    padding-left: 0px;
  }
  .seller_in_no{
    width: 39px;
    min-width: 39px;
    height: 39px;
    border: 0.89px dashed #49246366;
    background: #F3F0F5;
    border-radius: 50px;
    padding: 4px;
  }
  .seller_no{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #492463;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 50px;
    background: #F3F0F5;
  }
  .seller_no.active{
    color: #fff !important;
    background-color: #492463 !important;
  }
  .seller_no.active.completed {
    background: url("../images/tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 10px;
  }
  .seller_top_text{
    display: flex;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 10px;
  }
  .seller_top_name{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #6C6C6C;
  }
  .seller_top_subname{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #2B2C2E;
    margin-top: 4px;
  }
  .seller_top_subname.active{
    font-weight: 600;
  }
  .seller_top_border{
    height: 1px;
    flex: 1 0;
    background: #e6e6e6;
    margin: auto 0;
  }
  .seller_btm{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #B9E9E5;
    box-shadow: 0px 4px 40px 0px #00000014;
    padding: 40px;
    border-radius: 10px;
  }

  .seller_btm .row#ced-csmarketplace-registration-fields, .seller_btm_wrap .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .seller_btm_head{
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #253D4E;
    word-break: break-word;
    padding-left: 15px;
  }
  .seller_btm_wrap{
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom:2px solid #E0F5F2;
  }
  .row.preview_page {
    padding-left: 15px;
  }
  .seller_btm_border_none{
    border-bottom:none !important;
  }
  .seller_btm_wrap:last-child{
    border-bottom: none !important;
  }
  .seller_btm_detail{
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #253D4E;
    word-break: break-word;
    margin-bottom: 18px;
    padding-left: 15px;
    padding-top: 25px;
  }
  .seller_common_wrap{
    display: flex;
    flex-direction: column;
  }
  .seller_head_common{
    color: #253D4E;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 18px;
  }

.seller_name_common{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #253D4E;
  padding-top: 5px;
  width:95%;
}
.seller_succesfull_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 756px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #B9E9E5;
  background: #fff;
  box-shadow: 0px 4px 40px 0px #00000014;
}
.icon_succesfull{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 50px;
  background: #DCF5EC;
  margin: 0 auto;
}
.icon_succesfull_in{
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 65px;
border-radius: 50px;
background: linear-gradient(180deg, #15C182 0%, #16BA7C 100%);
}
.succesfull_head_wrap{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.succesfull_head{
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #253D4E;
}
.succesfull_text{
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  word-break: break-word;
  color: #2B2C2E;
  text-align: center;
  margin-top: 14px;
}
.succesfull_btn{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn_continue{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 157px;
  height: 42px;
  outline: none;
  border: none;
  background: #1194B1;
  border-radius: 9px;
  padding: 12px 44px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
.btn_right .btn_continue:hover{
  background: #1194B1 !important;
  color: #FFFFFF !important;
}
.common_btm_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_back{
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #0C9C90;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_back em {
  font-size: 16px;
}
.btn_back:hover{
  background: #FFF !important;
  color: #0C9C90 !important;
}

.btn_cancel:hover{
  background: #FFF !important;
}

.btn_back.v_hidden {
  visibility: hidden;
}
.btn_right{
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn_cancel{
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color:  #253D4E;
  background: none;
  text-transform: uppercase;
}
/* seller-login */

.seller_btm_wrap div.mage-error {
  font-size: 12px !important;
  }



.form-label em, div.admin__field label em{
  color:rgb(234, 36, 36) !important;
}

.seller_login_wrap .field-div .form-label, .page-wrapper .signup-form label.form-label {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: left;
  color: #253D4E;

}
input::placeholder {
  font-weight:400;
  font-size: 14px;
  opacity: 1;
  color: #9C9C9C;
} 

div.field-div {
  min-height: 85px;
}

div.field-div .input-field, #country_id, #region, #wh_country_id, #wh_region_id {
  border: 1px solid #ACACAC;
  border-radius: 5px !important;
  height: 40px;
  padding: 8px;
  box-shadow: none;
  width: 270px;
}

#country_id, #region, #wh_country_id, #wh_region_id {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px 8px !important;
  font-size: 14px;
}

.address-check {
  position: relative;
  padding-left: 15px;
}

.address-check label {
  font-weight: 400;
  font-size: 14px !important;
  color: #253D4E;  
}


.input-field#email {
  margin-bottom: 0px !important;
}

#ced-csmarketplace-registration-fields {
  display: flex;
  flex-wrap: wrap; /* Ensures items wrap to the next row */
}



#ced-csmarketplace-registration-fields div.admin__field {
  display: flex;
  flex-direction: column;
  min-height: 80px;
  margin-bottom: 1 rem; /* mb-4 equivalent */
  flex: 1 1 100%; /* Default full width */
  padding-left: 0px !important;
  padding-right: 12px !important;
  margin-left: 2px !important;
}

.admin__field:not(.admin__field-option)>.admin__field-label span {
  display: inline-block;
  font-size: 14px !important;
  color: #253D4E;
  margin-left: 3px;
  padding:0px !important;
  margin-bottom: 5px;
}

.admin__field .admin__control-select, .field-div .form-control.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/d-arrow.png) !important;
  background-color: #fff; /* Background color of select */
  background-repeat: no-repeat;
  background-position: right 13px center; /* Position the arrow */
  background-size: 8px 7px; /* Set width and height of the arrow */
  padding-right: 30px; /* Ensure text doesn’t overlap arrow */
}

div#ced-csmarketplace-registration-fields {
  padding-left: 15px;
}

#ced-csmarketplace-registration-fields div.admin__field .input-field {
  border: 1px solid #acacac !important;
  border-radius: 5px !important;
  height: 40px;
  padding: 10px;
  box-shadow: none;
  width: 270px;
}

#ced-csmarketplace-registration-fields div.admin__field label {
  font-size: 12px !important;
  font-style: normal !important;
  font-family: 'opensans' !important;
  padding-left: 0;
  font-weight: 400 !important;
  line-height: 17.89px;
  text-align: left;
  color: #253d4e;
}

div.admin__field .admin__field-label:after{
  content: "*";
  color: red;
}

.field-error, .warehouse-details {
  display: none;
}

.warning {
  height: 63px;
  background-color: #F2FCFF;
  border: 1px dashed #D4E9EF;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #2D3041;
  margin-bottom: 20px;
  border-radius: 10px;
  width:100%;
}

.file-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}



.warning::before {
  content: "!";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: black;
  font-weight: bold;
  border-radius: 50%; /* Makes it a circle */
  font-size: 14px;
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 10px;
}
.agreement-div {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.agreement-div input[type="checkbox"] {
  height: 13px;
  width: 13px;
}
.agreement-div input[type="checkbox"]:checked {
  background-color: #1194B1;
}
.seller_btm .agreement-div .agreement_label {
  font-weight: 400;
  font-size: 14px !important;
  color: #253D4E !important;
  padding-left: 5px;
  padding-top:10px;
}
.agreement-div .agreement_label a.term_condition {
  color: #492463 !important;
  font-weight: 600;
}

.seller_btm_wrap .overview-row {
  padding : 10px 0px 15px !important;
  word-wrap:break-word;
}


.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding-left: 3px;
  border-radius: 5px;
  background: white;
  width: 270px !important; 
}

.phone-input .flag {
  font-size: 20px;
  margin-right: 8px;
}

.phone-input .country-code {
  font-weight: bold;
  margin-right: 8px;
  color: #333;
}
.phone-input .country-code span {
  color: #A9C2BE !important;
}


.phone-input input {
  border: none !important;
  outline: none !important;
  flex: 1;
  font-size: 16px;
  padding-left: 0px !important;
}

.contact-field {
  border: 1px solid #ACACAC;
  border-radius: 5px;
  display: flex;
  height: 40px;
  width: 270px;
}
.contact-field .flag-code {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-right: 7px;
      padding-left: 10px;
      position: relative;
}

.contact-field .flag-code::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 20px;
    background-color: #A9C2BE;
    right: 0
}

.contact-field .flag-code img {
    max-width: 21px;
    margin-right: 7px;
}
.contact-field input {
  border: none !important;
  outline: none !important;
  flex: 1;
  font-size: 16px;
  padding:12px;
  min-width:198px;
  height: 37px;
  }

.country-code {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.ced-modal-data {
    padding:15px 15px 15px 25px !important;
}
.terms-condition.ced-modal-content {
    width:60% !important;
}
.ced-modal-header {
    padding: 15px 15px 15px 20px;
}

/**
 * Seller agreement popup — normalize CMS / Page Builder typography inside the modal.
 * Keeps CMS content semantic (headings, lists, paragraphs) without per-block inline styling.
 */
.search_form_overlay .ced-modal-data.seller-terms-content,
.seller-terms-content.terms-inner {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #424343;
}

.seller-terms-content :is(h1, h2, h3, h4, h5, h6) {
    color: #253D4E;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.seller-terms-content h1 {
    font-size: 20px !important;
}

.seller-terms-content h2 {
    font-size: 17px !important;
    margin-top: 20px;
}

.seller-terms-content h3 {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 16px;
}

.seller-terms-content :is(h4, h5, h6) {
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 14px;
}

.seller-terms-content :is(p, li, td, th, div[data-content-type="text"]) {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #424343;
}

.seller-terms-content p {
    margin: 0 0 12px;
}

.seller-terms-content p:last-child {
    margin-bottom: 0;
}

.seller-terms-content :is(ul, ol) {
    margin: 0 0 16px;
    padding-left: 28px;
}

.seller-terms-content ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.seller-terms-content ul {
    list-style-type: disc;
    list-style-position: outside;
}

.seller-terms-content li {
    margin: 0 0 10px;
    padding-left: 6px;
}

.seller-terms-content li:last-child {
    margin-bottom: 0;
}

.seller-terms-content li > :is(p, div) {
    margin-bottom: 6px;
}

.seller-terms-content li > :is(p, div):last-child {
    margin-bottom: 0;
}

.seller-terms-content strong,
.seller-terms-content b {
    font-weight: 600;
    color: #212121;
}

.seller-terms-content a {
    color: #492463;
    text-decoration: underline;
}

.seller-terms-content a:hover {
    color: #1194B1;
}

.seller-terms-content :is(table) {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
    font-size: 14px;
}

.seller-terms-content :is(th, td) {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    vertical-align: top;
}

.seller-terms-content th {
    background: #f9fafb;
    font-weight: 600;
    color: #253D4E;
}


/* Small devices (sm) */
@media (min-width: 576px) {
  #ced-csmarketplace-registration-fields div.admin__field {
      flex: 1 1 100%;
  }
}

/* Medium devices (md) */
@media (min-width: 768px) {
  #ced-csmarketplace-registration-fields div.admin__field {
      flex: 1 1 48%; /* Two items per row */
  }
}

/* Large devices (lg) */
@media (min-width: 992px) {
  #ced-csmarketplace-registration-fields div.admin__field {
      flex: 1 1 30%; /* Three items per row */
  }
}
.register-field {
  padding-left: 15px;
}
#loginStep-1 .row {
  display: flex;
  flex-wrap: wrap;
}
.btn_back-step1{
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #0C9C90;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_back-step1 em {
  font-size: 16px;
}
.btn_back-step1:hover{
  background: #FFF !important;
  color: #0C9C90 !important;
}
.seller_btm .g-recaptcha {
  margin-left: 15px;
  margin-top: 10px;
}
.seller_btm_wrap .row .field-div {
  min-height:80px;
}
#ced-csmarketplace-registration-fields .admin__field span {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    color: #253d4e;
}
.common_btm_btn .back-arrow {
    margin-bottom: 2px;
    height: 12px;
    margin-right: 3px;
}
#loginStep-4 .seller_btm label.warning {
  font-size:14px !important;
  color: #253d4e;
  font-weight: 400;
  font-family: roboto !important;
}


#form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-submit {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1194b1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#country_id, #region, #wh_country_id, #wh_region_id {
  color: #253d4e !important;
}
#account_type{
  color: #253d4e !important;
}
.seller_btm_wrap .row.preview_page {
    display: flex;
    flex-wrap: wrap;
}

/* Seller login/signup: sticky footer — bottom of viewport when short, after content when long */
.csmarketplace-account-login .page-wrapper,
.csmarketplace-account-create .page-wrapper,
.csmarketplace-account-register .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
    height: auto !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
}

.csmarketplace-account-login .page-wrapper main.page-main,
.csmarketplace-account-create .page-wrapper main.page-main,
.csmarketplace-account-register .page-wrapper main.page-main,
.csmarketplace-account-login .page-wrapper main.page-main > .columns,
.csmarketplace-account-create .page-wrapper main.page-main > .columns,
.csmarketplace-account-register .page-wrapper main.page-main > .columns,
.csmarketplace-account-login .page-wrapper main.page-main .column.main,
.csmarketplace-account-create .page-wrapper main.page-main .column.main,
.csmarketplace-account-register .page-wrapper main.page-main .column.main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    overflow: visible !important;
    height: auto !important;
    min-height: 0;
}

.csmarketplace-account-login .login-container,
.csmarketplace-account-create .login-container,
.csmarketplace-account-register .login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto;
    min-height: 0;
    height: auto;
}

.csmarketplace-account-login .ced_vendor_before_login_wrapper,
.csmarketplace-account-create .ced_vendor_before_login_wrapper,
.csmarketplace-account-register .ced_vendor_before_login_wrapper {
    flex: 0 0 auto;
    padding-bottom: 0;
}

.csmarketplace-account-login .ced_vendor_footer,
.csmarketplace-account-create .ced_vendor_footer,
.csmarketplace-account-register .ced_vendor_footer {
    position: static !important;
    bottom: auto;
    left: auto;
    flex-shrink: 0;
    margin-top: 10px;
}