.mandatory {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  height: 13px;
  line-height: 20px;
  color: #da1414;
  opacity: .8;
  padding-right: 1px;
}
.register-modal-wrapper .spinner-border{
  width: 2rem;
  height: 2rem;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
}
.register-modal-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1020;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.40);
    direction: rtl;
}
.register-modal-container{
  width: 100%;
  max-width: 520px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
}
.register-modal-container.full-width{
  height: 100%;
  max-width: unset;
  border-radius: 0;
}
.register-modal-container.full-width .register-modal-content{
  display: flex;
  justify-content: center;
}
.register-modal-container.full-width .register-modal-content.full-height{
  align-items: center;
  height: 100%;
}
.register-modal-container.full-width .register-modal-body {
  width: 100%;
  display: flex;
  justify-content: center;
}
.register-modal-container.full-width .register-modal-content.full-height .register-modal-body {
  width: 100%;
}
.register-modal-wrapper.show-modal{
  animation: 0.3s  animatetop;
}
.register-modal-wrapper.closing-animation-desktop {
  animation:0.3s  close-animatetop;
}
.register-modal-wrapper .register-modal-container.show-modal{
  animation: 0.3s  animatetop;
}

.register-modal-wrapper .register-modal-container.closing-animation-desktop {
  animation:0.3s  close-animatetop;
}

.register-modal-container.hide-modal{
  transition: transform 0.4s ease-out;
  transform : translateY(300%);
}

.title-unit {
  font-size: 14px;
  font-weight: 400;
}
.explanation {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  opacity: 0.6;
  padding: 0px 8px;
}
#register-modal-register-request{
  display: flex;
  justify-content: center;
  width: 100%;
}
#register-modal-register-request .form-wrapper{
  padding: 0;
}
#register-modal-register-request .form-contents{
  width: 100%;
}
#register-modal-register-request .small-description-text {
  position: absolute;
  left: 0;
  top: -39px;
  background: #1da1f2;
  color: #fff;
  border-radius: 8px;
  padding: 7px 15px;
  transition: 300ms;
}

#register-modal-register-request .small-description-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #1da1f2;
  border-radius: 2px;
  transform: rotate(45deg);
  left: calc(50% - 4px);
}

#register-modal .register-modal-container{
  direction: rtl;
  width: 100%;
}
#register-modal .register-modal-container.has-header{
  direction: rtl;
  width: 100%;
  height: calc(100% - 68px);
}
#register-modal .register-modal-container.has-image{
  display: grid;
  grid-template-columns: 360px 480px;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  height: 462px;
  max-width: unset;
}
.register-modal-product-image{
  height: 100%;
}
.register-modal-product-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.register-modal-header-container{
  display: grid;
  grid-template-columns: 48px auto 48px;
  padding:4px;
  align-items: center;
  gap: 12px;
  background-color:  #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  z-index: 10;
}
.register-modal-header-container svg{
  width: 24px;
  height: 24px;
}
.register-modal-header-container.has-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  border-bottom: 1px solid #cbcbcb;
  padding: 12px 68px;
}
.register-modal-header-container.has-logo svg{
  width: 141px;
  height: 32px;
}
.register-modal-header-container .icon-button.no-hover{
  pointer-events: none;
}
.register-modal-title p{
  text-align: center;
  color: #1D1B20;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}
.alignment-right{
  align-items: center;
}
/*-------------------- register-phoneNumber ------------- */
.form-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .user-profile {
    display: flex;
    width: 200px;
    height: 168px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid  #DDD;
    direction: rtl;
  }
  
  .user-profile-image {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background-image: url("/images/user-defult-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dddddd;
    overflow: hidden;
  }
  .user-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .user-profile-name {
    display: flex;
    overflow: hidden;
    color: #030303;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  
  .user-profile-action-container {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .unit-section {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    border-right: 1px solid #CBCBCB;
    padding-right: 8px;
}
  .user-profile-action-container svg {
    width: 20px;
    height: 20px;
    filter: blur(1px);
  }
  
  .user-profile-action-container .number {
    display: flex;
    color: #030303;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    filter: blur(3px);
  }
  .modal-headline {
    width: 100%;
    display: flex;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }
  .modal-headline.welcome {
    padding: 24px 0;
    gap: 8px;
  }
  .modal-headline.is-price {
    padding-bottom: 16px;
  }
  .modal-headline.alignment-right {
    align-items: flex-start;
    text-align: right;
  }
  .modal-headline.alignment-center {
    align-items: center;
    text-align: center;
  }
  .register-number-form.has-product-photo  {
    padding: 24px 40px 40px !important;
  }
  .register-modal-title {
    color: #030303;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
  }
  .register-modal-title.welcome {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
  }
  .register-modal-sub-title {
    color: #030303;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
  /* .register-modal-sub-title.welcome {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  } */
  .form-wrapper.has-product-photo .register-modal-title,
  .form-wrapper.has-product-photo .register-modal-sub-title {
    text-align: right;
  }
  .form-content {
    width: 100%;
    padding: 24px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .form-wrapper.has-product-photo .form-content {
    padding: 40px 48px;
  }
  .form-content form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .user-phone-number-wrapper{
    direction: rtl;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 4px;
    width: 100%;
    text-align: right;
  }
  .user-phone-number-wrapper p{
    color: #030303;
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
  }
  /*---------------------- button --------*/
  .buskool-button {
    display: inline-flex;
    height: 40px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    user-select: none;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
    cursor: pointer;
    border: 0;
    box-shadow: unset;
    position: relative;
}
.buskool-button.has-width{
    width: 100%;
    max-width: 156px;
}
.buskool-button.full-width{
    width: 100%;
    max-width: unset;
}
.buskool-button.has-underline span {
    text-decoration: underline;
    cursor: pointer;
}
.buskool-button.full-width{
    width: 100%;
}
.buskool-button.has-underline span {
    text-decoration: underline;
}

.buskool-button-icon {
    width: 24px;
    height: 24px;
}

.filled-button {
    background: #FF9828;
    color: #FFF;             
}

.filled-button:hover {
    background: #FF8603;
}

.filled-button.disable {
    color: #98979A;
    background: #E3E3E4;
    /* pointer-events: none; */
    cursor: default;
}

.color-outline {
    color: #FF8603;
    border: 1px solid #FF8603;
}

.color-outline:hover {
    background: rgba(252, 226, 192, 0.50);
}

.color-outline.disable {
    color: #98979A;
    border: 1px solid #E3E3E4; 
    /* pointer-events: none; */
}

.black-outline {
    color: #030303;
    border: 1px solid #757575;
}

.black-outline:hover {
    border: 1px solid #757575;
    background: #F2F3F7;
}

.black-outline.disable {
    color: #98979A;
    border: 1px solid #E3E3E4;  
    pointer-events: none;
}

.color-text {
    padding: 0 16px;
    color: #FF8603;
    border: none;
}
.color-text-blue-admin{
    color: var(--blue-admin, #3B94D0);
}
.p-l-16-r-12{
    padding-left: 16px;
    padding-right: 12px;
}
.p-l-24-r-16{
    padding-left: 24px;
    padding-right: 16px;
}
.p-l-r-8{
    padding-left: 8px;
    padding-right: 8px;
}
.color-text:hover {
    border: none;
    background: rgba(252, 226, 192, 0.50);
}

.color-text.disable {
    color: #98979A;
    border: none;  
    pointer-events: none;
}

.black-text {
    width: fit-content;
    padding: 0 12px;
    color: #030303;
    border: none;
    background-color: unset;
}

.black-text:hover {
    border: none;
    background: #F2F3F7;
}

.black-text.disable {
    color: #98979A;
    border: none;
    pointer-events: none;
}    
.resend-code-button{
    color:  #3B94D0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    height: 40px;
}
.buskool-button.no-hover{
    background-color: unset;
}
.size-1 {
    /* border-radius: 100px; */
    height: 48px;
    /* padding: 0px 48px; */
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
}

.size-2 {
    /* border-radius: 100px; */
    height: 40px;
    padding: 0px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.1px; 
}
.border-radius-8{
    border-radius: 8px !important;
}
.step-action.register-number-button-wrapper .buskool-button {
  width: 100%;
}
/* .size-1:hover,
.size-2:hover {
    border: 1px solid #FFF;
    background: transparent;
} */
.input-container {
    display: flex;
    height: 48px;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    position: relative;
}
.input-container:focus-within, 
.input-container:hover{
  border: 1px solid #757575;
}
.input-container.error {
  border-color: #F03738;
}
.input-container.error:focus-within, 
.input-container.error:hover{
  border-color: #F03738;
}
.input-container input {
    width: 100%;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #030303;
    padding: 0;
    /* padding-left: 8px; */
    direction: rtl;
}

.input-container input::placeholder{
    color: #979797; 
}

#verification-code .code-input:focus-visible{
  border: 1px solid #cbcbcb;
  outline: none;
}

@media (max-width: 991px) {
/* .buskool-button{
    flex: 1 0 0;
} */
  .icon-button:hover span{
    background-color: unset;
  }
  .buskool-button.has-width-mobile{
      width: 100%;
      max-width: 156px;
  }
}
@media (max-width: 839px) {
  .register-modal-container.has-image{
    grid-template-columns: 1.5fr 2fr;
    width: 100%;
  }
}
@media (max-width: 768px) {   
  #register-modal>div {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .register-modal-container {
      max-width: unset;
      height: 100%;
      border-radius: 0;
  }
  .buskool-button {
      height: 40px;
      font-size: 14px;
      transition: none;
  }

  .size-2 {
      height: 40px;
      /* padding: 0 16px; */
  }
  .size-1 {
      height: 48px;
      /* padding: 0 16px; */
  }
  .font-size-14px{
      font-size: 14px;
  }
}
  @media (max-width: 768px) {
    .register-modal-body{
      width: 100%;
      height: 100%;
    }
    #register-modal-register-request{
      height: 100%;
    }
    #register-modal .register-modal-container.has-image{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      border-radius: 0;
    }
    .register-modal-product-image{
      height: 200px;
    }
    /* #register-modal .modal-dialog-container.has-header{
      margin-top: 57px;
      height: calc(100% - 125px);
    }
    #register-modal .modal-dialog-container.has-header.step4-height{
      height: calc(100% - 56px);
    } */
    .user-profile {
    width: 160px;
    height: 140px;
  }
  .user-profile-image {
    width: 48px;
    height: 48px;
  }
  
  .user-profile-name {
    font-size: 12px;
    line-height: 20px;
  }
    .modal-headline {
      padding-bottom: 16px;
    }
    .register-modal-title {
      font-size: 16px;
      line-height: 27px;
    }
    .form-wrapper.register-page{
      padding: 40px 0;
    }
    .form-wrapper.has-product-photo .modal-headline{
      align-items: center;
    }
    .form-wrapper.has-product-photo .register-modal-title,
    .form-wrapper.has-product-photo .register-modal-sub-title{
      text-align: center;
    }
    .form-content {
      padding: 0;
    }
    .has-product-photo .form-content {
      padding: 0;
    }
    .form-wrapper .form-content{
      padding: 0 24px;
      max-width: 560px;
    }
    .form-wrapper {
      gap: 24px;
    }
    .form-wrapper.has-product-photo {
      padding: 32px 24px;
    }
    .form-wrapper.has-product-photo .form-content{
      padding: 0;
    }
    .register-modal-header-container.has-logo{
      height: 56px;
    }
    .register-modal-header-container.has-logo svg{
      width: 100px;
      height: 30px;
    }
    .register-modal-container.full-width .register-modal-content.full-height{
      align-items: flex-start;
    }
  }


  /*================= verification code ==================== */
  .code-verification{
  width: 100%;
  display: flex;
  justify-content: center;
}
#register-mobile-number .form-wrapper {
  padding: 0;
  /*
  margin:0 auto;
  overflow: hidden; */
}
.content-wrapper {
  width: 80%;
  margin: auto;
}
.title-contents {
  font-weight: 500;
  font-size: 18px;
  color: #555;
  margin-bottom: 16px;
}
/* .form-contents {
  margin: 0 auto 50px;
   line-height: 1.618;
}

.form-contents label {
  font-weight: 400;
  color: #000000;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  text-align: center;
}
.form-contents label .phone-num {
  color: #140092;
} */
.input-wrapper {
  /* width: 70%;
  max-width: 265px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 48px 48px 48px 48px;
  justify-content: space-between;*/
  direction: ltr; 
}

.input-code-container input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #bdc4cc;
  padding: 8px 0 8px;
  direction: ltr;
  transition: 150ms;
  background: #ffffff;
  max-width: 70px;
  text-align: center;
  font-weight: 500;
  color: var(--black-03, #030303);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;   
}



/* ----------  ----------------*/
.form-wrapper {
    direction: rtl;
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
  }
#register-modal-user-info .form-wrapper {
    padding: 40px 0;
  }

  .headlines {
    display: flex;
    width: 100%;
    max-width: 560px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }

  .headlines .title {
    color: #030303;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: right;
  }

  .headlines .phone-number {
    direction: rtl;
    text-align: right;
    color: rgba(3, 3, 3, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;    
  }

  .input-code-container {
    display: flex;
    max-width: unset;
    flex-direction: column;
    align-items: center;
  }

  .code-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .input-wrapper {
    display: flex;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
  }

  .input-wrapper input {
    display: flex;
    width: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--gray-CB, #CBCBCB);
    background: var(--Neutral-White, #FFF);
  }

  .timer {
    display: flex;
    width: 160px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    color: var(--black-03, #030303);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }
/* .input-wrapper i {
  display: inline-block;
  position: absolute;
  left: 15px;
  font-size: 21px;
  color: #bebebe;
  top: 11px;
  transition: 150ms;
} */

/*input:focus,
input:focus + i {
  color: #333;
}

 input.active {
  border-color: #00C569;
  color: #333;
}

 input.active + i {
  color: #4dc0bb;
}

input.active:focus,
input.active:focus + i,
input.active + i {
  border-color: #00C569;
} */

input.error {
  color: #333;
  /* border-color: #e41c38; */
  border: 1px solid var(--red-main, #F03738) !important; 
}

/* input.error + i {
  color: #e41c38;
} 

input.error:focus,
input.error:focus + i {
  border-color: #e41c38;
} */

.error-message {
  color: #F03738;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  /* height: 16px; */
  margin-top: 8px;
  align-items: center;
  justify-content: center;
}
/* .error-message span{
  padding-top: 8px;
} */

.step-action {
  /* margin-top: 18px;
  padding: 0 40px; */
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-self: stretch;
}

.submit-button {
  position: relative;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-size: 1.6rem;
  padding: 5px;
  transition: 150ms;
  cursor: default;
  max-width: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#register-modal .spinner-border{
  position: unset;
  width: 1.5rem;
  height: 1.5rem;
}

.submit-button.back-button {
  background: #fff;
  color: #ff6600;
  cursor: pointer;
  border: 1px solid #ff6600;
  border-radius: 8px;
}

.submit-button.active {
  background: #ff9828;
  cursor: pointer;
}
.submit-button.active:hover i {
  right: 3px;
  transition: 150ms;
}

.submit-button i {
  position: relative;
  top: 2px;
  font-size: 14px;
  right: 0;
  transition: 150ms;
}
 .count-down-timer.has-margin-top {
  margin-top: 16px;
}
/*
.count-down-timer p {
  font-weight: bold;
  direction: ltr;
  font-size: 1.2rem;
}
.count-down-timer p span {
  color: #00c569;
} */
.resend-code-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #0298ec;
}
.resend-code-button *{
  pointer-events: none;
}
.black-text {
  width: fit-content;
  padding: 0 12px;
  color: #030303;
  border: none;
}

.black-text:hover {
  border: none;
  background: #F2F3F7;
}

.black-text.disable {
  color: #98979A;
  border: none;
  pointer-events: none;
}    
.buskool-button.has-underline span {
  text-decoration: underline;
  cursor: pointer;
}
.buskool-button.has-underline span {
  text-decoration: underline;
}
.buskool-input-group {
  direction: rtl;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 4px;
  width: 100%;
}
.buskool-input-group .title{
  color: #030303;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}
.input-group-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

.input-group-title h3{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #030303;
}
.input-group-title h3 .title span {
  color: #ff8603;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-wrapper {
    direction: rtl;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
  }
  .code-verification .form-wrapper {
    padding: 40px 24px;
    max-width: 560px;
  }
  .input-code-container {
    display: flex;
    max-width: 560px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .code-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .input-wrapper {
    display: flex;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
  }

  .input-wrapper input {
    display: flex;
    width: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--gray-CB, #CBCBCB);
    background: var(--Neutral-White, #FFF);
  }

  .timer {
    display: flex;
    width: 160px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    color: var(--black-03, #030303);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }

}

@media (max-width: 991px) {
  .content-wrapper {
    width: 100%;
    padding: 0 12px;
  }
}
@media (max-width: 400px) {
  /* .form-contents label {
    font-size: 1.4rem;
  } */
}

/*========== user info ===============*/
#register-progress-step-3 {
  width: 100%;
  display: flex;
  direction: rtl;
  gap: 32px;
  flex-direction: column;
}
.title-contents {
font-weight: bold;
font-size: 19px;
}
.content-wrapper
{
width: 100%;
}
.form-title {
margin-top: -30px;
font-weight: 400;
margin-bottom: 28px;
color: #000;
}
.input-wrapper {
margin: 0 auto;
position: relative;
}

.full-name-container {
  width: 100%;
  display: flex;
  gap: 32px;
}
.role-container {
display: flex;
padding-bottom: 16px;
flex-direction: column;
align-items: flex-start;
gap: 4px;
align-self: stretch;
}

.title-section {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
align-self: stretch;
}

.title-section .subtitle {
flex: 1 0 0;
color: var(--gray-75, #757575);
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.role-container .input-title {
color: #030303;
font-size: 16px;
font-weight: 500;
line-height: 27px;
}

.role-container .mandatory {
color: var(--Status-Error, #DA1414);
font-size: 20px;
font-weight: 600;
line-height: 20px;
opacity: 0.8;
}

.radio-wrapper {
display: flex;
padding: 4px 0px;
justify-content: flex-start;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}

.label-radio {
display: flex;
height: 40px;
padding: 0px 0 0 16px;
justify-content: center;
align-items: center;
border-radius: 8px;
position: relative;
cursor: pointer;
direction: rtl;
}
.label-radio label{
cursor: pointer;
color: #030303;
font-size: 14px;
font-weight: 500;
line-height: 24px;
}

/* Create a custom radio button */
.checkmark-wrapper {
height: 48px;
width: 48px;
display: flex;
align-items: center;
justify-content: center;
}
.checkmark {
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.label-radio:hover .checkmark{
background-color: rgba(242, 243, 247, 0.90);
}
.checkmark-wrapper:active .checkmark{
background-color: #EEEFF4;
}
.checkmark .checkmark-radio-container {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border: 1px solid #757575;
border-radius: 50%;
}
.checkmark .checkmark-radio-container.active {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border: 1px solid #FF9828;
border-radius: 50%;
}
.checkmark .checkmark-radio-container .checked-radio {
display: flex;
width: 14px;
height: 14px;
background-color: #FF9828;
border-radius: 50%;
}

.error-container {
  width: 100%;
  /* height: 21px; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 8px;
  gap: 8px;
}

.error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #F03738;
  line-height: 20px;
}

.error-message svg {
  width: 16px;
  height: 16px;
}
.process-container {
display: flex;
width: 100%;
flex-direction: column;
gap: 4px;
background: #FFF;
/* box-shadow: 0px 3px 6px 0px rgba(151, 151, 151, 0.10); */
}
.process-container.box-shadow {
  /* box-shadow: 0px 3px 6px 0px rgba(151, 151, 151, 0.10); */
  box-shadow: 0px 4px 8px rgba(151, 151, 151, 0.15);
  position: relative;
  z-index: 10;
}

.progressbar-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  height: 24px;
}

.percentage-number {
  color: #FF8603;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.progressbar {
width: 100%;
height: 4px;  
display: flex;
align-items: center;
gap: 8px;
border-radius: 10px;
background:  #EDEDED;
}

.progressbar-completion {
transition: all 0.3s ease-in;
border-radius: 10px;
background: #FF9828;
height: 4px;
width: 20%;
}
.step3-form-title {
  width: 100%;
  color: #030303;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 40px;
}
.step-title-container {
display: flex;
align-items: center;
}
.step-title-container div {
display: flex;
align-items: center;
gap: 8px;
}
.step-title-container div .step-title-icon {
width: 20px;
height: 20px;
}

.step-title-container .title {
color: rgba(3, 3, 3, 0.80);
text-align: right;
font-size: 12px;
font-weight: 400;
line-height: 20px;
}

.step-title-container .icon {
width: 20px;
height: 20px;
}
.form-wrapper {
width: 100%;
max-width: 560px;
}
.form-contents{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.rules-message{
color: rgba(3, 3, 3, 0.70);
font-size: 12px;
font-weight: 400;
line-height: 20px;
}
.rules-message span{
text-decoration-line: underline;

}
.rules-message span a{
color: rgba(3, 3, 3, 0.70);
text-decoration-line: underline;
font-weight: 400;
line-height: 20px;
cursor: pointer;
font-size: 12px;
}
.rules-message.desktop{
margin-top: 16px;
}
.rules-message.mobile{
display: none;
}
.step-action.margin-top-32 {
  margin-top:32px;
}
#register-modal-user-info{
  width: 100%;
  max-width: 560px;
}
@media (max-width: 768px){
.form-wrapper {
  height: 100%;
  max-width: unset;
}
.form-contents{
  width: 100%;
  height: 100%;
}
.register-modal-user-info{
  display: flex;
  justify-content: center;
}
/* #register-modal-user-info .form-wrapper{
  padding: 0 24px 40px;
} */
/* .form-wrapper.not-modal {
  height: calc(100vh - 115px);
} */
#register-progress-step-3 {
  height: calc(100vh - 255px);
  overflow: auto;    
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #FFF;
}
#register-progress-step-3.not-modal-height {
  height: calc(100% - 140px);
}
.process-container {
  padding: 8px 16px;
}
.step3-form-title {
  margin: 0;
}
.full-name-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* margin-top: 32px; */
}
/* .buskool-input-group{
  margin-top: 32px;
} */
/* .role-container{
  margin-top: 32px;
} */
#register-modal-user-info .step-action {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-top: 1px solid #EDEDED;
  /* box-shadow: 0px -1px 8px 0px rgb(0 0 0 / 10%); */
  width: 100%;
  background-color: #FFF;
}
.rules-message.mobile{
  display: block;
}
.rules-message.desktop{
  display: none;
}
}
.step3-action-container .buskool-button {
  width: 100%;
}
  
/*====================== request =======================*/
.register-user-rfq-modal{
  width: 100%;
  max-width: 960px;
  /* height: 618px; */
  display: grid;
  grid-template-columns: 394px 1px 1fr;
  gap: 32px;
  margin:  0 auto;
  direction: rtl;
  scrollbar-width: none;
  align-items: center;
}
.rfq-image{
  background-image: url('../../img/bg-register-user.jpg');
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.line-seprator{
  width: 1px;
  height: 334px;
  background-color: #DDD;
}
.rfq-information{
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 40px 8px 40px 40px;
}
.rfq-header{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:12px;
  align-items: flex-start;
}
.rfq-header .rfq-user-name{
  color: #030303;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.rfq-header .rfq-question{
  color:  #030303;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.rfq-header .rfq-question span{
  color: #FF8603;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.rfq-icon-container{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.rfq-icon-container svg{
  width: 40px;
  height: 40px;
}
.rfq-header-buttons-wrapper{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.rfq-form .step-action{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.form-contents{
  margin: 24px 0px;
}
.form-contents form{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 16px 24px 16px;
}
.change-display-to-flex{
  display: flex
}
.change-width-to-100{
  width: 100%;
}
.change-align-item-to-center{
  align-items: center;
}
.change-max-width-to-560px{
  max-width: 560px;
}

.form-header-wrapper h4{
  color: var(--black-03, #030303);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.divider-f2f3f7{
  border-bottom: 1px solid #F2F3F7;
}
.register-request-goal-question{
  padding: 16px 0px 16px 0px;
}
.experience-question-header{
  color: var(--black-03, #030303);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 16px;
}
.main-categoty-text{
  color: var(--org-shade, #FF8603);
}
.register-request-experience-question{
  padding: 16px 0px;
}
/* .rfq-header-buttons-wrapper .buskool-button{
  width: unset !important;
} */
.change-padding-to-0{
  padding: 0 !important;
}
.change-direction-to-ltr{
  direction: ltr;
}
.shadowed {
  box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.10);
  border-top: unset !important;
}
@media (max-width: 768px) {
  .rfq-information{
    gap: 24px;
    padding: 0;
  }
  .rfq-image{
    width: 100%;
    height: 150px;
    display: flex;
    background-size: contain;
    background-image: url('../../img/bg-register-user-mobile.jpg');
    background-position: center;
  }
  .line-seprator{
    display: none;
  }
  
  .register-user-rfq-modal{
    width: 100%;
    height: 100%;
    /* display: grid;
    grid-template-rows: 150px auto;
    grid-template-columns: unset; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin:  0;
    padding: 16px 24px;
    overflow: auto;
  }
  .rfq-header{
    gap: 8px;
  }
  .rfq-header-buttons-wrapper{
    padding: 24px 0;
    gap: 16px;
  }
  .rfq-form .step-action{
    gap: 16px;
  }
  .action-control-wrapper{
    padding: 0;
    position: fixed;
    bottom: 0;
    padding: 12px 16px;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    /* padding: 12px 16px; */
    gap: 16px;
    align-self: stretch;
    width: 100%;
    border-top: 1px solid var(--gray-ED, #EDEDED);
    background: #fff;

  }
  .form-contents form{
    padding: 16px 16px 24px 16px;
  }
  .register-request-experience-question{
    padding: 16px 0px 8px 0px;
  }
  .divider-f2f3f7{
    border-bottom: 6px solid #F2F3F7 ; 
  
  }
  .form-contents{
    margin: 0;
    height: calc(100vh - 74px);
    overflow: auto;
  }
  #register-modal-register-request.form-contents{
    margin: 0;
    height: calc(100% - 120px);
    overflow: auto;
  }
  .register-request-goal-question{
    padding-bottom: 120px;
  }
  .rfq-header .rfq-question{
    font-size: 14px;
  }
  .rfq-header .rfq-question span{
    font-size: 14px;
    font-weight: 400;
  }
}
/* </style>
<style> */
  .rfq-header-buttons-wrapper .buskool-button{
    width: calc(50% - 12px);
  }
  .rfq-form .step-action .buskool-button{
    width: calc(50% - 12px);
  }
  @media (max-width: 768px) {
    .rfq-header-buttons-wrapper .buskool-button{
      width: calc(50% - 8px);
    }
    .rfq-form .step-action .buskool-button{
      width: calc(50% - 8px);
    }
    .rfq-icon-container{
      display: none;
    }
    .form-header-wrapper{
      display: none;
    }
  }
.question-list-item-wrapper .item-text.has-left-icon{
margin-right: 40px;
}
.question-list-item-wrapper .list-item-container:hover{
  background: unset !important;
}
.question-list-item-wrapper .answer-bold-text{
  font-weight: 700;
}
.question-list-item-wrapper .list-item-container{
  padding: 8px 0px !important;
}
.question-list-item-wrapper .list-item{
  padding: 8px 16px !important;
}
.question-list-item-wrapper .list-item-container .item-text{
  font-size: 14px !important;
  white-space: unset !important;
}
.question-list-item-wrapper .list-item .right-icon{
  right: 0 !important;
}
.question-list-item-wrapper .radio-wrapper {
  flex-direction: column;
  padding: 4px 0px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.question-list-item-wrapper .radio-wrapper label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #030303;
}
#register-modal-register-request .step-action {
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 768px){
  #register-modal-register-request .step-action {
    flex-direction: row-reverse;
  }
  #register-modal-register-request .step-action .filled-button {
    order : 1;
  }
  #register-modal-register-request .step-action .color-outline {
    order : 2;
  }
  .register-number-form.has-product-photo  {
    padding: 24px 24px 40px !important;
  }
}
/*================= city modal =================================*/
.search-city-modal-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1052;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.40);
  direction: rtl;
}
.search-city-modal-container{
  width: 100%;
  max-width: 560px;
  min-height: 62vh;
  max-height: 80vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.search-city-modal-container.full-page{
  height: 100%;
  max-height: unset;
  border-radius: 0;
}
.search-city-modal-container.show-modal{
  animation: 0.5s ease-out 0s 1 slideInFromBottom;
  display: flex !important;
}
.search-city-modal-container.hide-modal{
  transition: transform 0.5s ease-out;
}
@keyframes slideInFromBottom {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(0);
  }
}
.search-city-modal-header{
  display: flex;
  flex-direction: column;
}
.search-city-modal-header-container{
  display: grid;
  grid-template-columns: 48px auto 48px;
  padding: 8px 4px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #EDEDED;
  background-color:  #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.search-city-modal-header-container svg{
  width: 24px;
  height: 24px;
}
.search-city-modal-title p{
  text-align: center;
  color: #1D1B20;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}
.search-city-modal-body{
  display: grid;
  padding: 0 16px;
  overflow: hidden;
}
.searchBox-container{
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 24px auto 20px;
  margin: 16px 0;
  border-radius: 8px;
  border: 1px solid  #EDEDED;
  background-color: #F2F3F7;
  box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.15);
  padding: 8px 8px 8px 12px;
  gap: 8px;
  align-items: center;
  overflow: hidden;
}
.searchBox-container > svg {
  width: 24px;
  height: 24px;
}
.searchBox-container input {
  background: unset;
  border: 0;
  padding: 0;
  color: #030303;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.searchBox-container input::placeholder {
  color: #979797;
}
.searchBox-container > button {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
}
.searchBox-container > button svg {
  width: 20px;
  height: 20px;
}
.city-list-Container #search-not-found{
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0;
}
.city-list-Container{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  scrollbar-width: thin;
}
.city-list-Container .province-text{
  color: #757575;
}
.city-list-Container::-webkit-scrollbar {
  width: 2px;
}
#search-city-modal-wrapper .error-message
{
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0;
}
#register-modal-user-info .error-message-container{
  display: flex;
  gap: 8px;
  align-items: center;
}
#register-modal-user-info .error-text{
  color: #F03738;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width:767px) {
  .search-city-modal-container{
    height: 100%;
    max-width: unset;
    max-height: unset;
    border-radius: 0;
  }
  .search-city-modal-body{
    padding: 0 8px;
  }
}

/*====================== cities modal ===============================*/
.list-item  {
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.list-item .devider-item {
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  margin: 8px 0 0;
}
.list-item-container {
  background: none;
  border: none;
  width: 100%;
  transition: 200ms;
  display: flex;
  padding: 8px;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.list-item-container:hover {
background: #f2f3f7;
}
.list-item-container .item-text {
  color: #030303;
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
}
.list-item-container .item-text.has-left-icon {
  padding-left: 36px;
}
.list-item .icon-wrapper {
  position: absolute;
  width: 24px;
  height: 24px;
}
.list-item .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.list-item .left-icon {
  left: 8px;
}
.list-item .right-icon {
  right: 8px;
}