@charset "UTF-8";
@font-face {
  font-family: Ploni;
  src: url("../assets/fonts/ploni-regular-aaa.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Ploni;
  src: url("../assets/fonts/ploni-medium-aaa.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Ploni;
  src: url("../assets/fonts/ploni-demibold-aaa.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Ploni;
  src: url("../assets/fonts/ploni-bold-aaa.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
body, *,
html[dir=rtl] body,
html[dir=rtl] body input,
html[dir=rtl] body button,
html[dir=rtl] body select,
html[dir=rtl] body textarea {
  font-family: Ploni, sans-serif !important;
}

#Sylla-LoginPage button[type=submit] {
  background-color: #2EF7BF !important;
  font-size: 20px;
  height: 55px;
  border-radius: 26px !important;
}

#Sylla-LoginPage .loginBox {
  width: 26vw;
}

#Sylla-LoginPage .chkbox {
  border-radius: 50%;
}

#Sylla-LoginPage .loginBox .top .logo {
  margin-bottom: clamp(20px, 3vw, 50px);
}

.user-submit {
  color: var(--sylla-primary-button-text-color, #fff) !important;
  width: 100%;
  font-weight: bold;
  padding: 11px;
  background-color: var(--bb-primary-color, #001EF5) !important;
  line-height: 1;
  border-radius: 4px !important;
  min-height: 44px;
  font-size: 22px;
  border: 0 solid var(--brand-primary, #001EF5) !important;
  font-family: "Assistant", sans-serif;
}

[name=send-otp]:hover {
  background-color: var(--sylla-primary-button-background-hover, #001EF5);
}

[name=send-otp] {
  font-size: 22px;
}

.send-otp-wrap {
  margin-bottom: 20px;
}

#Sylla-LoginPage .loginBox {
  background-color: #070624;
}

#Sylla-LoginPage .logo img {
  max-height: 77px;
}

.forgetpass {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.5;
}

#Sylla-LoginPage .loginBox .loginForm input:not([type=checkbox]) {
  height: 57px;
  border: 1px solid #2EF7BF;
  color: #0E1C41;
  font-size: 20px;
  border-radius: 50px;
  padding: 22px 25px;
  background-image: none;
}
#Sylla-LoginPage .loginBox .loginForm input:not([type=checkbox]) ::-moz-placeholder {
  color: #0E1C41 !important;
  opacity: 1 !important;
  font-size: 20px;
}
#Sylla-LoginPage .loginBox .loginForm input:not([type=checkbox]) ::placeholder {
  color: #0E1C41 !important;
  opacity: 1 !important;
  font-size: 20px;
}

.label {
  color: #0E1C41 !important;
}

#Sylla-LoginPage label[for=user_login]:before,
#Sylla-LoginPage label[for=user_pass]:before {
  display: none;
}

.google-login-btn,
#register-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin-bottom: 30px;
  margin-top: 7px;
  border: 1px solid #2EF7BF;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.google-login-btn .hover,
#register-toggle .hover {
  height: 0;
  background-color: #2EF7BF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.google-login-btn span,
#register-toggle span {
  font-size: 20px;
  line-height: 1;
  color: #2EF7BF;
  z-index: 1;
}
.google-login-btn svg,
#register-toggle svg {
  margin: 0 7px;
}
.google-login-btn:hover span,
#register-toggle:hover span {
  color: #0E1C41;
}
.google-login-btn:hover svg path,
#register-toggle:hover svg path {
  fill: #0E1C41 !important;
}
.google-login-btn:hover .hover,
#register-toggle:hover .hover {
  height: 100%;
}

.register-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: #fff;
  margin-bottom: 15px;
}

#register-off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 30%;
  background-image: url("../assets/images/register-bg.webp");
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 99999;
  transform: translateX(-100%);
  padding: clamp(20px, 4vw, 60px) clamp(20px, 2vw, 60px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0 rgba(46, 247, 191, 0.75);
  -webkit-box-shadow: 0 0 0 0 rgba(46, 247, 191, 0.75);
  -moz-box-shadow: 0 0 0 0 rgba(46, 247, 191, 0.75);
}
#register-off-canvas .register-wrap {
  margin: 0 auto;
  max-width: 450px;
}
#register-off-canvas.active {
  transform: translateX(0);
  box-shadow: 2px 1px 15px 0px rgba(46, 247, 191, 0.75);
  -webkit-box-shadow: 2px 1px 15px 0px rgba(46, 247, 191, 0.75);
  -moz-box-shadow: 2px 1px 15px 0px rgba(46, 247, 191, 0.75);
}
#register-off-canvas .close-popup-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
}
#register-off-canvas .close-popup-btn svg {
  fill: #fff;
}

#Sylla-LoginPage {
  transition: all 0.3s ease-in-out;
}
#Sylla-LoginPage.dimm {
  filter: grayscale(100%) blur(3px);
}
#Sylla-LoginPage.dimm .loginBox {
  pointer-events: none !important;
}

.register-top-title h3 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.register-top-title p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.seperetor {
  margin: 30px 0;
  font-size: 16px;
  line-height: 16px;
  color: #DADADA;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.seperetor::before,
.seperetor::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #DADADA;
  width: 100%;
}

.google-register-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #EA4335;
  border-radius: 26px;
  padding: 10px 35px;
  color: #0E1C41;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
}

.sylla-register-login-form .frm_show_password_btn {
  left: 5px;
  top: 22px;
  right: auto;
}
.sylla-register-login-form .loading-spinner {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 39px;
  background-image: url("../assets/images/icons/loading.svg");
}
.sylla-register-login-form .frm_button_submit {
  background-color: #2EF7BF !important;
  height: 59px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 26px;
}
.sylla-register-login-form .form-field {
  margin-bottom: 15px;
  text-align: right;
}
.sylla-register-login-form [role=alert].frm_error {
  color: #fff;
  background-color: red;
  border: 1px solid red;
  border-radius: 30px;
  margin-top: 10px;
  text-align: right;
  direction: rtl;
  display: inline-block;
  padding: 0 10px !important;
  font-size: 13px;
}
.sylla-register-login-form .frm_error_style {
  background: transparent;
  color: red;
  border: 1px solid red;
  text-align: right;
  direction: rtl;
  border-radius: 50px;
  margin-bottom: 20px;
}
.sylla-register-login-form .frm_description {
  display: none !important;
}
.sylla-register-login-form fieldset > p {
  display: none !important;
}
.sylla-register-login-form label.frm_primary_label {
  display: none !important;
}
.sylla-register-login-form input[type=text], .sylla-register-login-form input[type=tel], .sylla-register-login-form input[type=email], .sylla-register-login-form input[type=password] {
  font-size: 16px !important;
  background-color: #fff !important;
  color: #050417 !important;
  min-height: 45px !important;
  margin-bottom: 5px !important;
  border-radius: 50px;
  border: 1px solid #2EF7BF;
  direction: rtl;
  text-align: right;
  padding: 15px 25px !important;
}
.sylla-register-login-form input[type=text]::-moz-placeholder, .sylla-register-login-form input[type=tel]::-moz-placeholder, .sylla-register-login-form input[type=email]::-moz-placeholder, .sylla-register-login-form input[type=password]::-moz-placeholder {
  font-size: 16px !important;
  color: #050417 !important;
  opacity: 1 !important;
}
.sylla-register-login-form input[type=text]::placeholder, .sylla-register-login-form input[type=tel]::placeholder, .sylla-register-login-form input[type=email]::placeholder, .sylla-register-login-form input[type=password]::placeholder {
  font-size: 16px !important;
  color: #050417 !important;
  opacity: 1 !important;
}

.register-text {
  text-align: right;
  font-size: 14px;
  line-height: 14px;
}

.frm_form_fields .frm_form_field {
  position: relative;
}
.frm_form_fields .frm_form_field .frm_error {
  position: absolute;
  margin-top: 10px;
  left: 0;
  bottom: 5px;
}
.frm_form_fields .loading-wrap {
  margin-bottom: 0;
  display: none;
}

.user-register-error-message {
  display: none;
  background: linear-gradient(135deg, #ff4757, #ff3742);
  color: #fff;
  padding: 20px 25px;
  border-radius: 26px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  direction: rtl;
}
.user-register-error-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 2s infinite;
}
.user-register-error-message::after {
  content: "⚠️";
  margin-right: 8px;
  font-size: 20px;
}
.user-register-error-message.show {
  animation: slideInError 0.4s ease-out;
}
.user-register-error-message .error-refresh-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}
.user-register-error-message .error-refresh-link:hover {
  color: #2EF7BF;
  text-decoration: none;
  transform: scale(1.05);
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideInError {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 800px) {
  #Sylla-LoginPage {
    background-image: url(../assets/images/mobile-login.png) !important;
    align-items: end;
  }
  .contBox.entry {
    display: none !important;
  }
  #register-off-canvas {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=max-fix.css.map */