.elementor-sticky {
  transition: all 0.2s ease;
}
.elementor-sticky .header-logo {
  transition: all 0.2s ease;
}
.elementor-sticky.elementor-sticky--effects {
  background: #212342;
}
.elementor-sticky.elementor-sticky--effects .header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}

p {
  margin: 0 !important;
}

.homepage-hero {
  position: relative;
}
.homepage-hero:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.7) 0%, rgba(26, 54, 93, 0.5) 50%, rgba(233, 30, 99, 0.1) 100%);
}
.homepage-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(233, 30, 99, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.1) 0%, transparent 50%), linear-gradient(135deg, rgba(26, 54, 93, 0.9) 0%, rgba(26, 54, 93, 0.7) 100%);
}

.corner-layer a {
  position: relative;
  height: 100%;
}
.corner-layer a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, #000000 -14.18%, rgba(0, 0, 0, 0) 66.08%);
  border-radius: 1.6vw;
}

.main-login {
  position: static !important;
}
.main-login input {
  padding: 0 !important;
}
.main-login .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100 {
  position: static;
  margin: 0;
  width: 0;
}
.main-login .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100 button.elementor-size-sm.elementor-button {
  position: absolute;
  bottom: -26.5px;
  right: 55px;
}
.main-login .elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-col-100.elementor-remember-me {
  width: 50%;
}
.main-login .elementor-field-type-checkbox.elementor-field-group.elementor-column.elementor-col-100.elementor-remember-me label {
  line-height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main-login .elementor-field-group:last-child {
  width: 50%;
  justify-content: flex-end;
}
.main-login a.elementor-lost-password {
  font-family: "Noto Sans Hebrew", sans-serif;
}

.elementor-login.elementor-login__logged-in-message {
  text-align: center;
  color: #fff;
  margin: -15px 0 15px 0 !important;
}

.elementor-login.elementor-login__logged-in-message a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.regByPhoneWrap {
  color: #212342;
  font-family: "Noto Sans Hebrew", sans-serif;
  z-index: 1;
  position: relative;
}
.regByPhoneWrap #regPhoneP1 .form-fields-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.regByPhoneWrap #regPhoneP1 .form-fields-wrap p {
  margin: 0;
  width: 100%;
}
.regByPhoneWrap #regPhoneP1 .form-fields-wrap p input {
  width: 100%;
  padding: 16px;
  border: 1px solid #E3E3E3;
  border-radius: 13px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.regByPhoneWrap #regPhoneP1 .form-fields-wrap .fieldSep {
  background: #4C5D87;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  margin: -18px 0;
  line-height: 1;
  z-index: 1;
}
.regByPhoneWrap #regPhoneP1 .agree_to_terms {
  text-align: justify;
  margin: 7px auto 0;
  line-height: 18px;
  font-size: 12px;
  max-width: 95%;
}
.regByPhoneWrap #regPhoneP1 .agree_to_terms p {
  color: #2d3748;
}
.regByPhoneWrap #regPhoneP1 .agree_to_terms p a {
  color: #1B45B1;
  font-weight: 500;
}
.regByPhoneWrap #regPhoneP1 p.login-send button {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin: 24px auto 15px;
  transition: all 0.3s ease;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
  position: relative;
  overflow: hidden;
  justify-self: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.regByPhoneWrap #regPhoneP1 p.login-send button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.regByPhoneWrap #regPhoneP1 p.login-send button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(49, 130, 206, 0.4);
}
.regByPhoneWrap #regPhoneP1 p.login-send button:hover:before {
  left: 100%;
}
.regByPhoneWrap #regPhoneP1 p.login-send button:active {
  transform: translateY(1px);
}
.regByPhoneWrap #regPhoneP1 p.login-send button.is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
.regByPhoneWrap #regPhoneP1 p.login-send button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: button-spinner 0.8s linear infinite;
}
.regByPhoneWrap #regPhoneP1 input::placeholder {
  color: #212342;
  opacity: 1; /* For Firefox */
  text-align: center;
}
.regByPhoneWrap #regPhoneP1 input:-ms-input-placeholder {
  color: #212342; /* Internet Explorer 10-11 */
  text-align: center;
}
.regByPhoneWrap #regPhoneP1 input::-ms-input-placeholder {
  color: #212342; /* Microsoft Edge */
  text-align: center;
}
.regByPhoneWrap #regPhoneP1 input::-webkit-input-placeholder {
  color: #212342; /* Chrome, Safari, Opera */
  text-align: center;
}

.error-container {
  width: 100%;
}
.error-container .error-message {
  margin-top: 12px;
  font-size: 14px;
  color: #e53e3e;
  background-color: rgba(229, 62, 62, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
  border-right: 3px solid #e53e3e;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.error-container .error-message .error-icon {
  color: #e74c3c;
  font-size: 24px;
  margin-right: 10px;
}

.pointer-container {
  flex-direction: column;
  align-items: center;
  color: #28016D;
  margin: 12px 0 0 0;
}
.pointer-container .pointer-arrow {
  color: #28016D;
  font-size: 24px;
  margin-bottom: 5px;
  animation: bounce 1.5s infinite;
}
.pointer-container .pointer-text {
  font-size: 14px;
  text-align: center;
  color: #28016D;
}

.reg-button {
  background: linear-gradient(135deg, #B955EB, #6A72A7);
  color: white;
  padding: 10px 32px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s ease;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3) !important;
  position: relative;
  overflow: hidden;
  justify-self: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.reg-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.reg-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(49, 130, 206, 0.4);
}
.reg-button:hover:before {
  left: 100%;
}
.reg-button:active {
  transform: translateY(1px);
}
.reg-button.is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
.reg-button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: button-spinner 0.8s linear infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.loginFormP2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto -77px;
  padding: 20px 15px;
}
.loginFormP2 .mess {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}
.loginFormP2 .login-code {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 20px;
  width: 100%;
  direction: ltr;
}
.loginFormP2 .login-code .code-input {
  width: 60px;
  height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f8fafc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  color: #000;
  -moz-appearance: textfield;
}
.loginFormP2 .login-code .code-input::-webkit-outer-spin-button, .loginFormP2 .login-code .code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.loginFormP2 .login-code .code-input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.3);
}
.loginFormP2 .error-container {
  width: 100%;
  margin: 0 0 20px;
}
.loginFormP2 .error-container .error-message {
  color: #e74c3c;
  font-size: 16px;
  text-align: center;
  direction: rtl;
  background-color: #f1f1f1;
  padding: 3px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #e74c3c;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.loginFormP2 .error-container .error-message .error-icon {
  color: #e74c3c;
  font-size: 24px;
  margin-right: 10px;
}
.loginFormP2 .buttonWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loginFormP2 .buttonWrap p {
  width: 100%;
  margin: 8px 0;
  text-align: center;
}
.loginFormP2 .buttonWrap .button {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
  position: relative;
  overflow: hidden;
  justify-self: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.loginFormP2 .buttonWrap .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.loginFormP2 .buttonWrap .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(49, 130, 206, 0.4);
}
.loginFormP2 .buttonWrap .button:hover:before {
  left: 100%;
}
.loginFormP2 .buttonWrap .button:active {
  transform: translateY(1px);
}
.loginFormP2 .buttonWrap .button.is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
.loginFormP2 .buttonWrap .button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: button-spinner 0.8s linear infinite;
}
.loginFormP2 .buttonWrap a {
  color: #28016D;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  transition: color 0.3s;
}
.loginFormP2 .buttonWrap a:hover, .loginFormP2 .buttonWrap a:active {
  color: #28016D;
}
.loginFormP2 .user-phone-failed2[style="display:none"] {
  display: none !important;
}
.loginFormP2 .user-phone-failed2:not([style="display:none"]) {
  display: flex !important;
}

.is-loading {
  color: transparent;
  pointer-events: none;
}
.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: button-spinner 0.8s linear infinite;
}

@keyframes button-spinner {
  to {
    transform: rotate(360deg);
  }
}
#multiStepRegister {
  font-family: "Noto Sans Hebrew", sans-serif;
  max-width: 1300px;
  margin: 0 auto 30px;
  padding: 30px 12px;
  direction: rtl;
  color: #2d3748;
  display: flex;
  background: #FBFBFB;
  border-radius: 36px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
#multiStepRegister .form-sidebar {
  width: 90px;
  padding: 2px 20px;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid rgba(3, 28, 89, 0.1607843137);
}
#multiStepRegister .form-sidebar .step-wrap {
  width: 100%;
}
#multiStepRegister .form-sidebar .step-wrap .step-num {
  width: 100%;
  justify-content: center;
  background: #E3E3E3;
  border-radius: 100%;
  color: #031C59;
  font-size: 22px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
#multiStepRegister .form-sidebar .step-wrap .step-done {
  width: 100%;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  font-weight: 500;
  height: 50px;
  align-items: center;
  transition: all 0.5s ease;
  background: linear-gradient(135deg, #B955EB, #6A72A7);
  color: #fff;
  transition: all 0.5s ease;
}
#multiStepRegister .form-sidebar .step-wrap span {
  color: #212342;
  font-size: 11px;
  font-weight: 500;
  display: block;
  line-height: 14px;
  text-align: center;
  margin-top: 5px;
}
#multiStepRegister .form-sidebar .step-wrap.active .step-num {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  color: #fff;
  transition: all 0.5s ease;
}
#multiStepRegister .form-sidebar .step-wrap.done .step-done {
  display: flex !important;
}
#multiStepRegister .form-sidebar .step-wrap.done .step-num {
  display: none;
}
#multiStepRegister h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #212342;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#multiStepRegister p.note {
  color: #0F1B57;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  width: 100%;
  margin: -7px 0 22px 0;
  font-weight: 300;
}
#multiStepRegister #multiStepForm {
  flex: 1;
  display: flex;
  align-items: center;
}
#multiStepRegister .step-screen {
  display: none;
  position: relative;
  overflow: hidden;
}
#multiStepRegister .step-screen.active {
  display: flex;
  animation: fadeInUp 0.5s ease;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 0 auto;
  gap: 15px;
}
#multiStepRegister .step-screen#step1 label {
  text-align: center;
}
#multiStepRegister .step-screen#stepOtp label {
  text-align: center;
  margin: 0 auto;
}
#multiStepRegister input,
#multiStepRegister select {
  width: 100%;
  padding: 16px;
  border: 1px solid #E3E3E3;
  border-radius: 13px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
#multiStepRegister input:focus,
#multiStepRegister select:focus {
  outline: none;
  border-color: #3AC6FB;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(58, 198, 251, 0.15);
}
#multiStepRegister input::placeholder,
#multiStepRegister select::placeholder {
  color: #a0aec0;
  font-style: italic;
}
#multiStepRegister input.error,
#multiStepRegister select.error {
  border-color: #e53e3e;
  background-color: rgba(229, 62, 62, 0.05);
}
#multiStepRegister input:read-only {
  background: #FBFBFB;
}
#multiStepRegister #language_custom_input {
  margin-top: 10px;
}
#multiStepRegister select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.198' height='12.806' viewBox='0 0 24.198 12.806'%3E%3Cpath d='M2406.667 654.667l11.392 11.392 11.392-11.392' transform='translate(-2405.96 -653.959)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding-left: 40px;
}
#multiStepRegister label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}
#multiStepRegister label.req:after {
  content: " *";
  color: #e53e3e;
}
#multiStepRegister label span {
  font-size: 14px;
  font-weight: 400;
}
#multiStepRegister .form-group {
  margin-bottom: 24px;
  position: relative;
  width: calc(50% - 7.5px);
}
#multiStepRegister .form-group.main-business {
  flex: 1;
  min-width: calc(50% - 7.5px);
}
#multiStepRegister .form-group.licence-group {
  width: calc(100% - 115px);
  display: inline-block;
  min-width: unset;
  flex: 1;
}
#multiStepRegister .form-group.licence-group input {
  direction: ltr;
}
#multiStepRegister .form-group.licence-prefix-group {
  width: 100px;
  display: inline-block;
  text-align: center;
  min-width: unset;
}
#multiStepRegister .form-group.licence-prefix-group input {
  direction: ltr;
  text-align: right;
}
#multiStepRegister .form-group.select-type-group {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 16px;
  border-radius: 13px;
}
#multiStepRegister .form-group.worktype-select-group {
  width: 100%;
}
#multiStepRegister .form-group.worktype-select-group #workTypeTags {
  justify-content: center;
  gap: 15px;
}
#multiStepRegister .form-group.worktype-select-group #workTypeTags .tag {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 13px;
  font-size: 16px;
  padding: 15px;
  width: 33%;
  max-width: 160px;
  justify-content: center;
  text-align: center;
}
#multiStepRegister .form-group.worktype-select-group #workTypeTags .tag.selected {
  background: linear-gradient(135deg, #6A72A7, #28016D);
  color: white;
}
#multiStepRegister .form-group:hover label {
  color: #3182ce;
}
#multiStepRegister .agree_to_terms p a {
  color: #1B45B1;
  font-weight: 500;
}
#multiStepRegister .login-code {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0;
  direction: ltr;
  width: 100%;
}
#multiStepRegister .login-code .otp-box {
  width: 60px;
  height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f8fafc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  -moz-appearance: textfield;
}
#multiStepRegister .login-code .otp-box::-webkit-outer-spin-button, #multiStepRegister .login-code .otp-box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#multiStepRegister .login-code .otp-box:focus {
  border-color: #3AC6FB;
  box-shadow: 0 0 0 3px rgba(58, 198, 251, 0.15);
  background-color: #fff;
}
#multiStepRegister .otp-details {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  border-right: 4px solid #3182ce;
  width: 100%;
}
#multiStepRegister .otp-details p {
  margin: 5px 0;
  font-size: 15px;
}
#multiStepRegister .otp-details p span {
  font-weight: 600;
  color: #2d3748;
}
#multiStepRegister .submit-btn,
#multiStepRegister .nextStep,
#multiStepRegister .prevStep,
#multiStepRegister button.button {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin: 24px auto 15px;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
  position: relative;
  overflow: hidden;
}
#multiStepRegister .submit-btn:before,
#multiStepRegister .nextStep:before,
#multiStepRegister .prevStep:before,
#multiStepRegister button.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
#multiStepRegister .submit-btn:hover,
#multiStepRegister .nextStep:hover,
#multiStepRegister .prevStep:hover,
#multiStepRegister button.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(49, 130, 206, 0.4);
}
#multiStepRegister .submit-btn:hover:before,
#multiStepRegister .nextStep:hover:before,
#multiStepRegister .prevStep:hover:before,
#multiStepRegister button.button:hover:before {
  left: 100%;
}
#multiStepRegister .submit-btn:active,
#multiStepRegister .nextStep:active,
#multiStepRegister .prevStep:active,
#multiStepRegister button.button:active {
  transform: translateY(1px);
}
#multiStepRegister .submit-btn.is-loading,
#multiStepRegister .nextStep.is-loading,
#multiStepRegister .prevStep.is-loading,
#multiStepRegister button.button.is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
#multiStepRegister .submit-btn.is-loading::after,
#multiStepRegister .nextStep.is-loading::after,
#multiStepRegister .prevStep.is-loading::after,
#multiStepRegister button.button.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: button-spinner 0.8s linear infinite;
}
#multiStepRegister a.prevStepOtp {
  display: inline-block;
  color: #718096;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 15px;
  transition: all 0.2s ease;
}
#multiStepRegister a.prevStepOtp:hover {
  color: #3182ce;
  text-decoration: underline;
}
#multiStepRegister .prevStep {
  background: transparent;
  color: #718096;
  border: 2px solid #e2e8f0;
  box-shadow: none;
}
#multiStepRegister .prevStep:hover {
  background-color: #f7fafc;
  color: #2d3748;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#multiStepRegister .buttonWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
#multiStepRegister .buttonWrap p {
  margin: 5px 0;
}
#multiStepRegister .workplace-label {
  width: 100%;
  color: #212342;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
#multiStepRegister .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}
#multiStepRegister .tag {
  background: #edf2f7;
  color: #4a5568;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#multiStepRegister .tag:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}
#multiStepRegister .tag.selected {
  background: linear-gradient(135deg, #6A72A7, #28016D);
  color: white;
  box-shadow: 0 2px 5px rgba(49, 130, 206, 0.3);
}
#multiStepRegister .msg, #multiStepRegister .error-message {
  margin-top: 12px;
  font-size: 14px;
  color: #e53e3e;
  background-color: rgba(229, 62, 62, 0.08);
  padding: 10px;
  border-radius: 6px;
  border-right: 3px solid #e53e3e;
  width: 100%;
}
@media (max-width: 768px) {
  #multiStepRegister {
    padding: 15px;
    flex-direction: column;
  }
  #multiStepRegister .form-sidebar {
    padding: 0 0px 15px 0px;
    min-width: 65px;
    width: 100%;
    border-left: none;
    flex-direction: row;
    border-bottom: 1px solid rgba(3, 28, 89, 0.16);
    align-items: flex-start;
    justify-content: space-around;
  }
  #multiStepRegister .form-sidebar .step-wrap {
    max-width: 50px;
  }
  #multiStepRegister .step-screen {
    padding: 30px 0;
  }
  #multiStepRegister .form-group {
    min-width: 100%;
  }
  #multiStepRegister .form-group.main-business {
    min-width: 100%;
  }
  #multiStepRegister .submit-btn,
  #multiStepRegister .button,
  #multiStepRegister .nextStep,
  #multiStepRegister .prevStep {
    width: 100%;
    margin-bottom: 10px;
  }
  #multiStepRegister .login-code {
    gap: 8px;
  }
  #multiStepRegister .login-code .otp-box {
    width: 45px;
    height: 55px;
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  #multiStepRegister .login-code {
    gap: 6px;
  }
  #multiStepRegister .login-code .otp-box {
    width: 36px;
    height: 50px;
    font-size: 18px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes button-spinner {
  to {
    transform: rotate(360deg);
  }
}

.form-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  max-width: 700px;
  margin: 0 auto 40px;
}
.form-progress:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  height: 2px;
  background: #e2e8f0;
  z-index: 1;
}
.form-progress__step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.form-progress__step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  color: #a0aec0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}
.form-progress__step-text {
  font-size: 14px;
  color: #718096;
  font-weight: 500;
}
.form-progress__step.active .form-progress__step-circle {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  border-color: #3182ce;
  color: white;
  box-shadow: 0 0 0 4px rgba(49, 130, 206, 0.2);
}
.form-progress__step.active .form-progress__step-text {
  color: #3182ce;
  font-weight: 600;
}
.form-progress__step.completed .form-progress__step-circle {
  background-color: #3182ce;
  border-color: #3182ce;
  color: white;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5490196078) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.popup-overlay .popup-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
  overflow-y: auto;
}
.popup-overlay .popup-box .popup-content {
  font-family: "Noto Sans Hebrew", sans-serif;
}
.popup-overlay .popup-box .popup-content h4 {
  text-align: right;
  font-size: 23px;
  margin: 0 0 20px 0;
  color: #2B2F6D;
  font-weight: 700;
}
.popup-overlay .popup-box .popup-content .details-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D3D3;
  padding-bottom: 10px;
  align-items: center;
}
.popup-overlay .popup-box .popup-content .details-row label {
  flex: 1;
  margin-left: 10px;
  color: #212342;
  font-size: 17px;
  font-weight: 500;
}
.popup-overlay .popup-box .popup-content .details-row .details-value {
  flex: 1;
  color: #212342;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.popup-overlay .popup-box .popup-content .popup-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.popup-overlay .popup-box .popup-content .popup-actions button {
  padding: 10px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 105px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.popup-overlay .popup-box .popup-content .popup-actions button.yes-popup {
  background: linear-gradient(135deg, #3AC6FB, #3182ce);
  color: white;
  box-shadow: 0 4px 10px rgba(49, 130, 206, 0.3);
}
.popup-overlay .popup-box .popup-content .popup-actions button.no-popup {
  border: 1px solid #707070;
  color: #212342;
  background: #F1F1F1;
  box-shadow: 0 4px 10px rgba(112, 112, 112, 0.3411764706);
}
.popup-overlay .popup-box .popup-content .close-popup {
  background-color: #ff4747;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  margin: 20px auto 0;
  width: 100%;
}
.popup-overlay .popup-box::-webkit-scrollbar {
  width: 8px;
}
.popup-overlay .popup-box::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.popup-overlay .popup-box::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.light-pink li {
  background: #EE7AD8;
  border-radius: 0.88vw;
  padding: 0 0.5vw !important;
}

.new-blue li {
  background: #0E0966;
  border-radius: 0.88vw;
  padding: 0 0.5vw !important;
}

.video-play-link {
  right: auto !important;
  bottom: auto;
  margin: auto auto;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play-link > .elementor-widget-container {
  display: flex;
  height: auto !important;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.video-play-link > .elementor-widget-container .elementor-image-box-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5vw;
}
.video-play-link > .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
  width: fit-content !important;
}
.video-play-link > .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
  width: fit-content;
}

@media (max-width: 768px) {
  .video-play-link {
    transform: translate(-50%, -50%);
  }
  .video-play-link > .elementor-widget-container .elementor-image-box-wrapper {
    gap: 5px;
  }
  .video-play-link > .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
    width: 24% !important;
  }
  .video-play-link > .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
    width: fit-content;
  }
  .light-pink li {
    border-radius: 12px;
    padding: 0 5px !important;
  }
  .new-blue li {
    border-radius: 12px;
    padding: 0 5px !important;
  }
}
.parts-archive-view-wrap .parts-archive-view {
  height: 100% !important;
  overflow-y: auto !important;
  scrollbar-gutter: stable;
  direction: ltr;
}
.parts-archive-view-wrap .parts-archive-view::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
  background-color: #E8E8E8;
}
.parts-archive-view-wrap .parts-archive-view::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 30px;
}
.parts-archive-view-wrap .parts-archive-view::-webkit-scrollbar-thumb:hover {
  background-color: #D4D4D4;
}
.parts-archive-view-wrap .parts-archive-view .elementor-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.parts-archive-view-wrap .parts-archive-view .elementor-grid article {
  min-height: calc(25% - 20px) !important;
}

@media (max-width: 767px) {
  .parts-archive-view-wrap .parts-archive-view {
    position: static !important;
    overflow-y: hidden !important;
    direction: rtl;
  }
  .parts-archive-view-wrap .parts-archive-view .elementor-grid article {
    min-height: 0 !important;
  }
}

/*# sourceMappingURL=yb-style.css.map */
