.membership-page .js-form-type-radio {
    display: -webkit-box !important;
    margin-bottom: 20px;
    gap: 12px
}

#edit-members-area-access > div:nth-child(1){
margin-bottom: 10px;
}
#edit-use-of-logo-agreement > div:nth-child(1){
margin-bottom: 10px;
}

.membership-page #edit-processed-text-03{
	margin-bottom: 20px;
}

.form-item-member-type .description{
	display: inline-block !important;
}


#edit-membership{
max-width: 1200px;
  margin: 0px auto;
 /*  border-bottom: 1px solid var(--border-02, #E2E2E2); */
    margin-bottom: 50px; 
}
legend {
    font-family: var(--family-body);
    font-weight: 600;
    font-size: var(--size-body-md-600);
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.js-webform-radios{
	padding-bottom: 12px;
    padding-right: 12px;
    font-family: var(--family-body);
    font-weight: 400;
    font-size: var(--size-body-sm-400);
    line-height: 18.2px;
    letter-spacing: 0;
  	border-bottom: 1px solid var(--border-02, #E2E2E2);
	margin-bottom: 20px;
    width:100%
}
.form-actions.js-form-wrapper.form-wrapper input:only-child {
    margin-left: auto;
}
.webform-button--submit{
    transform: translate(0, 0) !important;
    top: auto !important;
    left: auto !important;
    border: 0px;
    cursor: pointer;
}
#webform-submission-snia-membership-application-new-paragraph-2115-add-form  .webform-button--next{
	transform: translate(0, 0);
    top: auto;
    left: auto !important;
    width: 225px !important;
    margin-top: 0px;
    height: 48px !important;
    padding: 5px 20px !important;
    background: var(--text-brand, #552D80) !important;
    background-image: url(/themes/custom/snia/images/sab.svg) !important;
    background-position: 72% center !important;
    background-repeat: no-repeat !important;
    color: #ffff !important;
    font-family: var(--font-family-name, Inter) !important;
    font-size: var(--font-size-body-small-400, 15px) !important;
    font-style: normal !important;
    font-weight: var(--font-weight-400, 500) !important;
    cursor:pointer;
      border: 0;
}

.custom-form-container .js-form-item {
  width: 48%;
}

.custom-form-container .js-form-item:nth-child(odd) {
  float: left;
  clear: both;
}

.custom-form-container .js-form-item:nth-child(even) {
  float: right;
}

.custom-form-container .js-form-item label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.custom-form-container .js-form-item input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .custom-form-container .js-form-item {
    width: 100%;
    float: none;
    clear: both;
  }
}



#edit-wizard-next
p {
  white-space: nowrap;
}

p label, p a {
  display: inline; 
}

.progress-tracker {
  display: flex;
  width: 1335px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: var(--Gray-700, #344054);
  text-align: center;
  /* body/sm/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-sm-400, 13px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 18.2px */
}

.member-details {
  height: 500px;
  flex-shrink: 0;
  border: none;
}

.member-agreement {
  height: 434px;
  flex-shrink: 0;
  border: none;
  margin-bottom: 100px;
}

.member-details legend,
.member-agreement legend {
  display:none
}

.member-details fieldset {
  display: flex;
padding: var(--spacing-spacing-none, 0px);
flex-direction: column;
align-items: flex-start;
gap: var(--spacing-spacing-md, 6px);
flex: 1 0 0;
}

.member-contact-details {margin-bottom: 50px;}

.member-details label,
.member-contact-details label {
  color: var(--text-secondry, #5E5E5E);
  font-family: var(--font-family-name, Inter);
  font-size: var(--font-size-body-small-400, 13px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: normal;
}

.member-contact-details legend {
  color: var(--text-primary, #222);
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
  padding-top: 30px;
}

.member-details input,
.comp-info-layout input,
.member-contact-details input {
    display: flex;
    height: 45px;
    padding: var(--spacing-spacing-none, 0px) var(--spacing-spacing-2xl, 12px);
    align-items: center;
    gap: var(--spacing-spacing-lg, 8px);
    align-self: stretch;
    border: 1px solid var(--border-02, #E2E2E2);
    background: var(--surface-01, #FFF);
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-400, 15px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 21px */
  border: none;
  margin-top: 10px;
}

.member-contact-details input {
    border: 1px solid var(--border-02, #E2E2E2);
    height: 48px;
    padding: var(--spacing-spacing-none, 0px) var(--spacing-spacing-2xl, 12px);
    align-items: center;
    gap: var(--spacing-spacing-lg, 8px);
    align-self: stretch;
}

.member-details .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: var(--spacing-spacing-none, 0px);
  align-items: flex-start;
  gap: var(--spacing-spacing-md, 35px);
  margin-top: 50px;
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
}

.webform-button--next,
.webform-button--submit {
   transform: translate(-50%, -50%);
  top: 13px;
  left: 1071px;
  display: flex;
width: 266px;
height: 48px;
padding: 5px 20px;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
  background: var(--text-brand, #552D80);
  color: var(--surface-03, #F9F9F9);
text-align: center;

/* body/md/500 */
font-family: var(--family-body, Inter);
font-size: var(--size-body-md-500, 15px);
font-style: normal;
font-weight: var(--weight-500, 500);
line-height: 140%; /* 21px */
    position: relative;
}

.webform-button--previous {
     transform: translate(0, 0);
  width: 225px !important;
  top: auto;

width: 273px;
height: 48px;
  left: auto !important;
padding: 5px 20px;
flex-shrink: 0;
  border: 1px solid var(--border-02, #E2E2E2);
  cursor: pointer;
  
color: var(--text-brand, #552D80);
text-align: center;

/* body/md/500 */
font-family: var(--family-body, Inter);
font-size: var(--size-body-md-500, 15px);
font-style: normal;
font-weight: var(--weight-500, 500);
line-height: 140%; /* 21px */
  position: relative;
}

.member-agreement label {
color: var(--text-primary, #222);
/* body/md/600 */
font-family: var(--family-body, Inter);
font-size: var(--size-body-md-600, 15px);
font-style: normal;
font-weight: var(--weight-600, 600);
line-height: 140%; /* 21px */
  align-self: stretch;
  border:none;
  order: -1;
  margin-top: 15px;
  grid-row: 1;
    grid-column: span 40;
}

.member-agreement .description {
  color: var(--text-primary, #222);
  /* body/sm/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-sm-400, 13px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 18.2px */
  margin-bottom: 15px;
  margin-left: 10px;
  margin-top: 15px;
  width: 100%;
}

.member-agreement .form-checkbox {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Primary-600, #7F56D9);
    background: var(--Primary-100, #F4EBFF);
}

.member-agreement .form-type-checkbox {
  align-items: center;
  display:grid;
  border-bottom: 1px solid var(--border-02, #E2E2E2);
}

.membership-page .form-radio {
 /* grid-row: 2;*/
  display: flex;
  width: 16px;
  height: 16px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--text-brand, #552D80);
  background: var(--text-brand, #552D80);
} 

.membership-page .description {/*grid-row:2;*/}

.membership-page label,
.comp-info-section label {
  width: 942px;
  color: var(--text-primary, #222);
  /* body/sm/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-sm-400, 13px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 18.2px */
  margin-left: 10px;
}

.comp-info-section label {
  margin-left: 0 !important;
}

.membership-page legend {
  color: var(--text-primary, #222);
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
}

.membership-page .js-form-type-radio {
  display: grid;
  align-items: center;
}

.form-item-member-type label {
  order: -1;
  grid-row: 1;
  grid-column: span 2;
  color: var(--text-primary, #222);
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
  margin: 10px 0 10px 0;
}

.form-item-member-type .description {
  color: var(--text-primary, #222);
  /* body/sm/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-sm-400, 13px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 18.2px */
  width: 100%;
}

.tech-affiliate-section {
  border: none;
  padding: 0 0 50px 0;
}

.tech-affiliate-heading,
.primary-contact-heading {
    color: var(--text-brand, #552D80);
    font-family: var(--family-heading, Manrope);
    font-size: var(--size-headline-sm-600, 25px);
    font-style: normal;
    font-weight: var(--weight-600, 600);
    line-height: 120%;
    width: 565px;
}

.tech-affiliate-section legend {
  display: none;
}

.tech-affiliate-section label {
  margin-left: 0 !important;
  margin-bottom: 10px;
}

.tech-affiliate-desc {
  color: var(--text-primary, #222);
  /* body/md/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-400, 15px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 21px */
}

.tech-affiliate-section .fieldset-wrapper,
.comp-info-section .fieldset-wrapper,
.primary-contact-detail .fieldset-wrapper,
.billing-contact-detail .fieldset-wrapper,
.primary-address-fieldset .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: var(--spacing-spacing-none, 0px);
    align-items: flex-start;
    gap: var(--spacing-spacing-md, 32px);
    margin-top: 50px;
    margin-inline: auto;
}

.tech-affiliate-section .form-type-select {
  flex-direction: column;
  display: flex;
  padding: var(--spacing-spacing-xl, 10px) var(--spacing-spacing-none, 0px);
  width: 100%;
}

.tech-affiliate-section select,
.member-contact-details select {
  color: var(--text-placeholder, #979797);
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-400, 15px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: normal;
  border: 1px solid var(--border-02, #E2E2E2);
  background: var(--surface-01, #FFF);
  height: 48px;
  width: 50%;
}

.tech-affiliate-section .form-type-checkbox {
  padding: 12px 32px 12px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 0.75 0;
  border-bottom: 1px solid var(--border-02, #E2E2E2);
}

.member-contact-details select {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.comp-info,
.bill-heading {
  width: 565px;
  color: var(--text-primary, #222);
  /* headline/md/600 */
  font-family: var(--family-heading, Manrope);
  font-size: var(--size-headline-md-600, 29px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 120%; /* 34.8px */
  width: var(--width-mobile, 90vw);
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
}
.comp-desc,
.bill-desc,
.primary-contact-desc {
  color: var(--text-primary, #222);
  /* body/md/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-400, 15px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 21px */
  width: var(--width-mobile, 90vw);
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
}

/*.comp-info-section {
  width: var(--width-mobile, 90vw);
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
}

.comp-info-layout {
  border: none;
  width: var(--width-mobile, 90vw);
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
}
*/

.comp-info-layout {
  border: none;
  padding: 0 0 40px 0;
}

.comp-info-layout .fieldset-wrapper {
width: var(--width-mobile, 90vw);
    margin-inline: auto;
    max-width: var(--max-width, 1200px);
  display: flex;
  flex-wrap: wrap;
    gap: 36px;
}

.comp-info-section legend {
  display: none;
}

.review-page h2 {
  width: 565px;
  color: var(--text-brand, #552D80);
  /* headline/sm/600 */
  font-family: var(--family-heading, Manrope);
  font-size: var(--size-headline-sm-600, 25px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 120%; /* 30px */
}

.review-page strong {
  color: var(--text-primary, #222);
  align-self: stretch;
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
}

.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before, .webform-progress-tracker .progress-step:hover .progress-marker::before, .webform-progress-tracker .progress-step .progress-marker::after {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--Base-White, #FFF);
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::before, .webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before, .webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--Base-White, #FFF);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--text-brand, #552D80) !important;
  align-items: center;
  justify-content: center;
}

.review-content {margin-top: 40px;}

.review-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-item {
    flex: 1 1 calc(50% - 20px); /* Two columns with spacing */
    box-sizing: border-box;
    display: flex;
    width: 566px;
    padding: 12px 24px 12px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    border-bottom: 1px solid var(--border-02, #E2E2E2);
}

.review-head {
  color: var(--text-primary, #222);
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
}

.review-ans {
  color: var(--text-primary, #222);
  /* body/sm/400 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-sm-400, 13px);
  font-style: normal;
  font-weight: var(--weight-400, 400);
  line-height: 140%; /* 18.2px */
  margin-top: 0;
}

.review-page label {display: none;}

.webform-confirmation__message {
    color: var(--text-primary, #222);
    text-align: center;
    font-family: var(--family-heading, Manrope);
    font-size: var(--size-headline-md-600, 29px);
    font-style: normal;
    font-weight: var(--weight-600, 600);
    line-height: 120%;
    width: 717px;
}

.webform-confirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.webform-confirmation__back {
    display: flex;
    width: 242px;
    height: 36px;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: var(--text-brand, #552D80);
}

.webform-confirmation__back a {color:#fff;}

.primary-contact-detail,
.billing-contact-detail {
  border: none;
  padding: 0;
}

.primary-address-fieldset {
border: none;
}

.primary-contact-detail legend,
.billing-contact-detail legend,
.primary-address-fieldset legend,
#edit-member-type--wrapper-legend {
  display: none;
}

.member-contact-details .form-type-radio {
    display: flex;
    align-items: center;
    gap: 12px;
}

.member-contact-details .form-radio {
  margin-top: 0;
}

.js-form-type-webform-image-file {
    display: flex;
    margin-top: 15px;
    height: 157px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: 1px dashed var(--text-link, #B683EE);
    background: var(--surface-03, #F9F9F9);
}

.member-img-ipload {
    background: var(--surface-03, #F9F9F9);
    color: #6941C6 !important;
  width: auto !important;
  position: static !important;
  display: contents !important;
}

.form-item-image-or-logo-optional label {display:none;}

.form-item-image-or-logo-optional .description {display: none;}
.webform-image-file-placeholder {
  align-self: stretch;
  color: #475467;
  text-align: center;
  /* Text xs/Regular */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.webform-image-file {margin-top: 40px;}

.form-item-company-profile-boilerplate {
  padding-top: 30px;
}

.form-item-company-profile-boilerplate #edit-company-profile-boilerplate {
    font-family: var(--family-body, Inter);
    font-size: var(--size-body-md-400, 15px);
    font-style: normal;
    font-weight: var(--weight-400, 400);
    line-height: 140%;
    width: 100%;
    background: var(--surface-03, #F9F9F9);
    border: none;
    margin: 10px 0 10px;
}

.form-item-company-profile-boilerplate label {
  color: var(--text-primary, #222);
  /* body/md/600 */
  font-family: var(--family-body, Inter);
  font-size: var(--size-body-md-600, 15px);
  font-style: normal;
  font-weight: var(--weight-600, 600);
  line-height: 140%; /* 21px */
  margin: 0;
}

#edit-company-profile-boilerplate--description {
  color: var(--Gray-700, #344054);
  /* english/body/small/regular */
  font-family: var(--font-family-name, Inter);
  font-size: var(--font-size-body-small-400, 13px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: normal;
}

.members-access {
  margin-top: 20px;
}

#edit-processed-text-06 {
  padding-bottom: 20px;
}
#edit-processed-text .container.flex.gap2.alignCenter.md-column.pt40.pb80{
      padding-bottom: 0px;
}

.review-main-ctnr,
.comp-info-section {
  margin-bottom:50px;
}
.form-actions.js-form-wrapper.form-wrapper{
  width: var(--width-mobile, 90vw);
  margin-inline: auto;
  max-width: var(--max-width, 1200px);
   display: flex;
    justify-content: space-between;
}
.js-form-wrapper.form-wrapper{
      margin-bottom: 50px;
}

.alert-review-banner {
    display: flex;
    width: 1152px;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    color: var(--Warning-700, #B54708);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid var(--Warning-300, #FEC84B);
    background: var(--Warning-25, #FFFCF5);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.alert-review-banner p {
    color: var(--Warning-700, #B54708) !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.alert-review-banner a {
    display: flex !important;
    padding-top: 10px !important;
    /* justify-content: center; */
    align-items: flex-start !important;
    gap: 8px!important ;
    color: var(--Warning-700, #B54708)!important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

#closeReviewBanner {
    display: flex !important;
    padding: 15px !important;
    position: absolute !important;
    right: 300px !important;
    top: 6%;
    cursor: pointer;
}

.alert-banner.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}

/* Media Queries*/

/* Large screens (Desktops & Laptops) */
@media (max-width: 1440px) {
  .progress-tracker, 
  .custom-form-container,
  .membership-page,
  .comp-info-section {
    width: 100%;
  }

  .membership-page label,
  .comp-info-section label {
    width: 90%;
  }

  .member-details,
  .member-agreement {
    height: auto;
  }
}

/* Medium screens (Tablets & Small Laptops) */
@media (max-width: 1024px) {
  #edit-membership {
    max-width: 90%;
  }

  .custom-form-container .js-form-item {
    width: 100%;
    float: none;
    clear: both;
  }

  .progress-tracker {
    width: 100%;
    flex-wrap: wrap;
  }

  .membership-page label,
  .comp-info-section label {
    width: 100%;
  }

  .webform-button--previous,
  .webform-button--next,
  .webform-button--submit {
    width: 100%;
  }

  .member-contact-details input,
  .member-details input {
    width: 100%;
  }
}

/* Small screens (Mobile devices) */
@media (max-width: 768px) {
  #edit-membership {
    max-width: 100%;
    padding: 10px;
  }

  .progress-tracker {
    flex-direction: column;
    gap: 10px;
  }

  .member-details,
  .member-agreement {
    height: auto;
  }

  .membership-page label,
  .comp-info-section label {
    width: 100%;
    margin-left: 0;
  }

  .custom-form-container .js-form-item {
    width: 100%;
  }

  .webform-button--previous,
  .webform-button--next,
  .webform-button--submit {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }

  .member-contact-details input,
  .member-details input {
    height: 40px;
    font-size: 14px;
  }
}

/* Extra small screens (Narrow mobile screens) */
@media (max-width: 480px) {
  legend {
    font-size: 14px;
  }

  .member-details input,
  .member-contact-details input {
    height: 40px;
    font-size: 12px;
  }

  .progress-tracker {
    flex-direction: column;
    align-items: center;
  }

  .webform-button--previous,
  .webform-button--next,
  .webform-button--submit {
    font-size: 12px;
    padding: 5px 10px;
    height: 40px;
  }

  .custom-form-container {
    padding: 10px;
  }

  .member-agreement {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
 .progress-line {
    top: 30%;
    left: auto !important; 
    width: 2px;
    height: 70%;
    transform: translateY(-75%);
}
  #edit-processed-text-01 .left-heading-content{ 
      width: 100% !important;
  }
  .webform-button--previous, .webform-button--submit{
        width: 150px !important;
            height: 40px !important;
  }
  #webform-submission-snia-membership-application-new-paragraph-2115-add-form .webform-button--next{
               background-position: 80% center !important;
        width: 150px !important;
        height: 40px !important;
        font-size: 12px !important;
  }
}
