.je-transition {
  -webkit-transition: 800ms !important;
  -moz-transition: 800ms !important;
  -o-transition: 800ms !important;
  transition: 800ms !important;
}

.je-header {
  display: table !important;
  margin: auto !important;
  padding: 0 !important;
}
.je-header .container {
  display: table-cell;
  vertical-align: middle;
}
#je-header-logo {
  display: inline;
}
.je-header-logo-img {
  width: 160px;
  margin: 7px 15px 0 15px;
}
.je-nav-login-container {
  margin: 0 15px 0 15px !important;
}
.je-nav-login-container a {
  font-size: 15px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FF6700;
}
.je-nav-login-container > .btn-group {
  margin-top: 8px;
}
.je-nav-login-container .dropdown-menu {
  border-radius: 5px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.je-nav-login-container .dropdown-menu i {
  margin-right: 10px !important;
}
.je-nav-login-container ul li {
  border-bottom: 1px solid #F5F5F5;
}
.je-nav-login-container ul li a {
  padding: 10px 15px;
}
.je-nav-login-container .je-login-btn {
  border-right-style: solid;
  border-right-color: #D1CFCF;
  border-right-width: 2px;
  font-size: 15px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FF6700;
}
.je-login-btn {
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px 0 15px;
}
.je-nav-login-container .je-register-btn {
  font-size: 18px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FFFFFF;
}
.je-register-btn {
  display: inline-block;
  padding: 8px 25px 10px 25px;
  border-radius: 10px !important;
  background: rgba(255,103,0,1);
  background: -moz-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,144,0,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,103,0,1)), color-stop(100%, rgba(255,144,0,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,144,0,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,144,0,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,144,0,1) 100%);
  background: linear-gradient(135deg, rgba(255,103,0,1) 0%, rgba(255,144,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff9000', GradientType=1 );
}

.je-card {
  padding: 15px 10px 15px 10px;
  margin: 10px 0 10px 0;
  min-height: 175px;
  border-radius: 10px !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
.je-card-icon {
  display: block;
  width: 50px;
  margin: 10px auto 15px auto;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.je-card-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: 'Oxygen', sans-serif;
  text-align: center;
  color: #505A68;
}
.je-card-value {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: 'Oxygen-Bold', sans-serif;
  text-align: center;
  color: #505A68;
}
.je-chart {
  margin: 10px 0 10px 0;
}

#je-table-section {
  padding: 15px 0 35px 0;
  background-color: #F3F6F9;
}
.je-table {
  margin: 0 0 10px 0;
  padding: 0;
  height: 300px;
  border-radius: 10px !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2);
  overflow: hidden;
}

.je-table thead tr th {
  padding: 0 0 0 40px;
  height: 62px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #505A68;
}
.je-table tbody tr td {
  font-family: 'Oxygen', sans-serif;
  padding: 0 0 0 40px;
  height: 40px;
}
.je-table tbody tr {
  font-family: 'Oxygen-Bold', sans-serif;
  color: #505A68;
}
.je-table tbody tr:nth-child(odd) {
  background-color: #F7F9FA;
}
.je-badge {
  color: #FFFFFF !important;
  padding: 5px;
  letter-spacing: 1px;
  font-family: 'Oxygen-Bold', sans-serif;
  font-size: 11px;
  display: inline;
  border-radius: 4px !important;
  /* color: #FFFFFF; */
  /* background: rgba(255,103,0,1);
  background: -moz-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,103,0,1)), color-stop(100%, rgba(255,148,99,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: linear-gradient(135deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff9463', GradientType=1 ); */
}

.je-neighbors2-section {
  /* height: 90vh; */
  max-height: 250px !important;
  background-size:auto 250px !important;
  background-position: bottom right !important;
  text-align: center !important;
  width:100% !important;
  margin: 0 !important;
}

.je-neighbors-section {
  /* height: 90vh; */
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: bottom right !important;
  text-align: center !important;
  width:100% !important;
}

.img-banner-add{
  margin: 0 auto;
  height: auto; width:auto;
  max-height: 250px !important;
}

#je-mobile-section {
  /* height: 90vh; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
}
.je-mobile-text {
  display: block;
  margin: 30px auto;
  width: 300px;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.je-mobile-mockup {
  display: block;
  margin: 0 auto;
  width: 430px;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.je-mobile-store-wrapper {
  display: table;
  margin: 30px auto;
}
.je-mobile-store-wrapper a {
  display: block;
  float: left;
}
.je-mobile-store-img {
  margin: 0 10px;
  width: 170px;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* LOGIN REGISTER STYLE - REDESIGNED */
#je-sign-container {
  position: relative;
  min-height: 100vh;
  background-color: #FFFFFF;
  padding: 20px;
  overflow: hidden;
}
.je-sign-logo {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 180px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  z-index: 998;
}
.je-sign-logo-2 {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 35px;
  height: 33.92px;
  z-index: 999;
  object-fit: cover;
  object-position: left;
}
.je-sign-register-active .je-sign-logo {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.je-sign-bg {
  position: absolute;
  top: 0;
  right: 36%;
  bottom: 0;
  left: 0%;
  overflow: hidden;
  z-index: 996;
}
.je-sign-register-active .je-sign-bg {
  right: 0%;
  left: 36%;
}
.je-sign-bg-img {
  position: absolute;
  top: 0%;
  right: -5%;
  bottom: 0;
  left: 0%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
}
.je-sign-register-active .je-sign-bg-img {
  right: 0%;
  left: -5%;
  background-position: right bottom !important;
}
.je-sign-form-container {
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 64%;
  z-index: 993;
  background-color: #FFFFFF;
}
.je-sign-form-container-register {
  z-index: 992;
}
.je-sign-register-active .je-sign-form-container {
  right: 64%;
  left: 0%;
}
.je-sign-register-active .je-sign-form-container-register {
  z-index: 994;
}
.je-sign-form {
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.je-sign-input-wrapper {
  border-radius: 10px !important;
  overflow: hidden;
}
.je-sign-input {
  height: 50px;
  border: none;
  font-size: 16px !important;
  font-family: 'Oxygen-Bold', sans-serif !important;
}
.je-relative {
  position: relative;
}
.je-password-active .je-sign-show-password {
  display: none;
}
.je-password-active .je-sign-hide-password {
  display: block;
}
.je-sign-input-password {
  padding-right: 60px;
}
.je-sign-show-password, .je-sign-hide-password  {
  position: absolute;
  height: 50px;
  padding: 15px;
  top: 0;
  right: 0;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-sign-hide-password {
  display: none;
}
.je-sign-form-divider {
  height: 3px;
  background-color: #F3F6F9;
}
.je-form-text-thin {
  display: block;
  color: #ABB4C1;
  text-align: center;
  font-family: 'Oxygen', sans-serif !important;
}
.je-form-forgot {
  text-decoration: underline;
}
.je-sign-btn {
  position: relative;
  height: 45px;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-family: 'Oxygen-Bold', sans-serif !important;
  border-radius: 25px !important;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-sign-btn:hover {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15) !important;
  -moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15) !important;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15) !important;
}
.je-sign-btn-a {
  display: block !important;
  padding: 11px;
  color: #FE6935 !important;
  text-align: center;
  font-family: 'Oxygen-Bold', sans-serif !important;
}
.je-sign-btn-a:hover {
  color: #FE6935 !important;
}
.je-sign-btn-a-white {
  display: block !important;
  padding: 11px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Oxygen-Bold', sans-serif !important;
}
.je-sign-btn-a-white:hover {
  color: #FFFFFF !important;
}
.je-sign-btn-white {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 20px !important;
  background-color: #FFFFFF;
}
.je-sign-refresh-btn {
  height: 46px;
  border-radius: 4px !important;
  color: #FFFFFF;
}
.je-sign-captcha-input {
  border: 2px solid #F3F6F9;
  border-radius: 10px !important;
}
.je-sign-forgot-form-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 9998;
}

/* Background blur effect when modal is open */
body.modal-open {
  overflow: hidden;
}

body.modal-open .je-new-login-container {
  filter: blur(3px);
  transition: filter 0.3s ease;
}

/* Ensure modal itself is not blurred */
.je-sign-forgot-form-container,
.je-sign-forgot-form {
  filter: none !important;
}
.je-sign-forgot-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 320px !important;
  background-color: #FFFFFF !important;
  padding: 30px;
  z-index: 9999;
  border-radius: 10px !important;
}
.close-popup {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  opacity: 1;
  padding: 10px;
  border-radius: 50px !important;
  background-color: #FFFFFF;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.close-popup:hover {
  opacity: 1;
  transform: scale(1.1);
}
.close-popup:before, .close-popup:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}

/* New close popup styling for login modal */
.je-new-close-popup {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-new-close-popup:hover {
  opacity: 1;
  transform: scale(1.1);
}
.je-new-close-popup:before, .je-new-close-popup:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.je-new-close-popup:before {
  transform: rotate(45deg);
}
.je-new-close-popup:after {
  transform: rotate(-45deg);
}

/* Forgot password button loading state */
#forgot-password-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#forgot-password-btn .btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#forgot-password-btn .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Password validation styling */
.je-new-password-validation {
  margin-top: 8px;
  font-size: 12px;
}

.validation-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.validation-icon {
  margin-right: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.validation-text {
  font-family: 'Oxygen', sans-serif;
}

/* Password match validation styling */
.je-new-password-match {
  margin-top: 8px;
  font-size: 12px;
}

.match-item {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.match-icon {
  margin-right: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.match-text {
  font-family: 'Oxygen', sans-serif;
}

.je-shadow-1 {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1) !important;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1) !important;
}
.je-gradient-1 {
  background: rgba(252,110,152,1) !important;
  background: -moz-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%) !important;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,110,152,1)), color-stop(68%, rgba(255,103,0,1)), color-stop(100%, rgba(255,103,0,1))) !important;
  background: -webkit-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%) !important;
  background: -o-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%) !important;
  background: -ms-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%) !important;
  background: linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e98', endColorstr='#ff6700', GradientType=1 ) !important;
}

/* NEW LOGIN DESIGN */
.je-new-login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
}

.tri {
  position: fixed;
  inset: 0;
  background: #FFFFFF;
  clip-path: polygon(100% 20%, 100% 100%, 0% 100%, 0 76%);
}

.tri-2 {
  position: fixed;
  inset: 0;
  background: #eeeeee;
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 76%);
}

.line {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FA600D;
  clip-path: polygon(100% 20%, 100% 24%, 0% 80%, 0 76%);
}

.line-2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.line-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  clip-path: polygon(100% 5%, 100% 39%, 0% 95%, 0 61%);
  transform: scale(0.5);
}

.je-new-login-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 28px;
  width: 100%;
  max-width: 460px;
  position: relative;
  margin: 0 auto;
}

.je-new-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 410px;
  margin: 0 auto;
}

.je-new-logo {
  display: block;
  margin: 28px 0;
  width: auto;
  height: 36px;
}

.bssn-logo {
  display: block;
  margin: 28px 0;
  width: auto;
  height: 30px;
}

.je-new-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 26px;
  font-family: 'Oxygen-Bold', sans-serif;
}

.je-new-form-group {
  margin-bottom: 25px;
}

.je-new-label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 600;
}

.je-new-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #E9E9E9;
  border-radius: 8px;
  font-size: 16px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  font-family: 'Oxygen', sans-serif;
  box-sizing: border-box;
}

.je-new-input:focus {
  outline: none;
  border-color: #FF6700;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.1);
}

.je-new-input::placeholder {
  color: #5E6A73;
}

.je-new-forgot-link {
  display: inline-block;
  color: #FF6700;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: 'Oxygen', sans-serif;
}

.je-new-forgot-link:hover {
  text-decoration: underline;
  color: #FF6700;
}

.je-new-captcha-container {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.je-new-captcha-image {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.je-new-captcha-refresh {
  background: #FF6700;
  border: none;
  border-radius: 8px;
  padding: 10px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.je-new-captcha-refresh:hover {
  background: #e55a00;
  transform: translateY(-1px);
}

.je-new-captcha-input {
  flex: 1;
  max-width: 120px;
}

.je-new-login-btn {
  width: 100%;
  background: linear-gradient(135deg, #FA600D 0%, #FF8A00 100%);
  border: none;
  border-radius: 25px;
  padding: 15px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Oxygen-Bold', sans-serif;
}

.je-new-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 103, 0, 0.3);
}

.je-new-divider {
  text-align: center;
  margin: 26px 0;
  position: relative;
  color: #6a6a6a;
  font-size: 14px;
  font-family: 'Oxygen', sans-serif;
}

.je-new-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E9E9E9;
  z-index: 1;
}

.je-new-divider span {
  background: white;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.je-new-google-btn {
  width: 100%;
  background: white;
  border: 2px solid #E5E5E5;
  border-radius: 25px;
  padding: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Oxygen', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.je-new-google-btn:hover {
  border-color: #FF6700;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.je-new-register-text {
  display: flex;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #50565F;
  font-size: 14px;
  font-family: 'Oxygen', sans-serif;
}

.je-new-register-link {
  display: block;
  text-align: center;
  color: #FA600D;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}

.je-new-register-link:hover {
  text-decoration: underline;
  color: #FF6700;
}

/* Error states */
.je-new-input.has-error {
  border-color: #dc3545;
}

.je-new-error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  font-family: 'Oxygen', sans-serif;
}

.je-new-success-message {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: 'Oxygen', sans-serif;
}

.je-new-alert {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: 'Oxygen', sans-serif;
  text-align: center;
}

.je-new-register-link-container {
  padding: 28px;
  text-align: center;
}

/* Responsive design */
@media (max-width: 768px) {
  .je-new-login-card {
    padding: 24px;
  }
  
  .je-new-title {
    font-size: 28px;
    margin-top: 6px;
    margin-bottom: 24px;
  }
  
  .je-new-captcha-container {
    flex-direction: column;
    align-items: stretch;
  }
  
  .je-new-captcha-input {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .je-new-login-card {
    padding: 16px;
  }
  
  .je-new-title {
    font-size: 24px;
  }
  
  .je-new-bg-decoration-1,
  .je-new-bg-decoration-2,
  .je-new-bg-decoration-3 {
    display: none;
  }
}

/* LOGIN REGISTER STYLE */


/* LACAK PERMOHONAN */
.je-lacak-btn {
  position: absolute;
  left: 17px;
  width: 250px;
  display: inline-block;
  padding: 6px 21px 6px 18px !important;
  border-radius: 50px !important;
  text-align: center;
  font-size: 15px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-lacak-btn i {
  margin-right: 10px;
}
.je-ripple {
  position: absolute;
  margin: 0 auto;
  top: 49%;
  left: 0;
  right: 0;
  height: 2px;
  width: 2px;
  border-radius: 1px !important;
  background-color: rgba(255,255,255,.5);
  animation: ripple 2.5s linear infinite;
  animation-delay: 1s;
}
.je-lacak-btn-mobile {
  display: none;
  margin-top: 60px;
  height: 50px;
  background-color: #F3F6F9;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: .4;
  }
  25% {
    transform: scale(60);
    opacity: .6;
  }
  50%, 100% {
    opacity: 0;
    transform: scale(120);
  }
}
/* LACAK PERMOHONAN */

@media only screen and (max-width: 1200px) {
  .je-card-value {
    font-size: 21px;
  }
}

@media only screen and (max-width: 992px) {
  .je-lacak-btn {
    display: none;
  }
  .je-lacak-btn-mobile {
    display: block;
  }
  .je-lacak-btn-mobile .je-lacak-btn {
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 9px !important;
  }
  .je-container {
    padding-top: 100px;
  }
  .je-sign-bg {
    right: 42%;
  }
  .je-sign-register-active .je-sign-bg {
    left: 42%;
  }
  .je-sign-form-container {
    left: 58%;
  }
  .je-sikm-form-container {
    left: 58%;
  }
  .je-sign-register-active .je-sign-form-container {
    right: 58%;
  }
}

@media only screen and (max-width: 768px) {
  .je-header {
    padding: 10px 0 !important;
  }
  #je-header-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
  }
  .je-header-logo-img {
    width: 100px;
  }
  .je-lacak-btn-mobile {
    margin-top: 107px;
  }
  .je-table thead tr th {
    padding: 0 0 0 10px;
  }
  .je-table tbody tr td {
    padding: 0 0 0 10px;
  }
  .je-sign-bg {
    right: 50%;
  }
  .je-sign-register-active .je-sign-bg {
    left: 50%;
  }
  .je-sign-form-container {
    left: 50%;
  }
  .je-sikm-form-container {
    left: 50%;
  }
  .je-sign-register-active .je-sign-form-container {
    right: 50%;
  }
  .je-sign-form {
    width: 85%;
  }
}

@media only screen and (max-width: 620px) {
  .je-sign-logo {
    top: 20px;
    left: 8px;
    left: 4vw;
    width: 120px;
  }
  .je-sign-logo-2 {
    top: 20px;
    left: 8px;
    left: 4vw;
    height: 22.61px;
  }
  .je-sign-bg {
    right: 65%;
  }
  .je-sign-register-active .je-sign-bg {
    left: 65%;
  }
  .je-sign-form-container {
    left: 35%;
  }
  .je-sikm-form-container {
    left: 35%;
  }
  .je-sign-register-active .je-sign-form-container {
    right: 35%;
  }
  .je-sign-input {
    height: 40px;
    font-size: 14px !important;
  }
  .je-sign-show-password, .je-sign-hide-password  {
    height: 40px;
    padding: 10px;
  }
  .je-sign-btn {
    height: 35px;
    font-size: 14px !important;
  }
  .je-sign-btn-a, .je-sign-btn-a-white {
    padding: 7px;
  }
  .je-mobile-text {
    width: 250px;
  }
  .je-mobile-store-img {
    width: 140px;
  }
  .je-mobile-mockup {
    width: 80%;
  }
}

@media only screen and (max-width: 420px) {
  .je-sign-logo, .je-sign-logo-2 {
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: inherit;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .je-sign-bg {
    right: 100%;
  }
  .je-sign-register-active .je-sign-bg {
    left: 100%;
  }
  .je-sign-form-container {
    left: 0%;
    min-height: 500px;
  }
  .je-sikm-form-container {
    left: 0%;
    min-height: 500px;
  }
  .je-sign-register-active .je-sign-form-container {
    right: 0%;
  }
  .je-sign-form {
    width: 85%;
  }
  .je-mobile-store-img {
    margin: 0 5px;
    width: 110px;
  }
}

@media only screen and (max-width: 374px) {
  .je-table thead tr th {
    padding: 0 0 0 5px;
  }
  .je-table tbody tr td {
    padding: 0 0 0 5px;
  }
}

/* sikm */

.je-sikm-form-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 9998;
}
.je-sikm-form {
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  width: 320px !important;
  margin: 0 auto !important;
  background: no-repeat bottom url(/img/v2/jakevo-mobile-bg.png), #FFFFFF !important;
  padding: 30px;
  z-index: 9999;
  border-radius: 10px !important;
}
.close-popup-sikm {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  opacity: 1;
  padding: 10px;
  border-radius: 50px !important;
  background-color: #FFFFFF;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  align-items: center;
  justify-content: center;
  display: flex;
}
.close-popup-sikm:hover {
  opacity: 1;
  transform: scale(1.1);
}
.je-sikm-btn {
  position: relative;
  height: 45px;
  font-size: 16px !important;
  font-family: 'Oxygen-Bold', sans-serif !important;
  border-radius: 25px !important;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-sikm-title-form {
  font-size: 16px !important;
  font-family: 'Oxygen-Bold', sans-serif !important;
}
/* .close-popup-sikm:before, .close-popup:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.close-popup-sikm:before {
  transform: rotate(45deg);
}
.close-popup-sikm:after {
  transform: rotate(-45deg);
} */
/* === Login redesign overrides (2025-09-10) === */
.je-new-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.je-new-label-row .je-new-label {
  margin: 0;
}
.je-new-label-row .je-new-forgot-link {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/* Captcha: input on the left, image + refresh on the right */
.je-new-captcha-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.je-new-captcha-input {
  max-width: none; /* override earlier cap to allow full width */
}
.je-new-captcha-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.je-new-captcha-image .captcha {
  line-height: 0;
}
.je-new-captcha-image .captcha span img {
  display: block;
  height: 54px;
  border-radius: 10px;
  border: 2px solid #E5E5E5;
  min-width: 136px;
}
.je-new-captcha-refresh {
  height: 54px;
  width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Google button polish */
.je-new-google-btn .fa-google {
  color: #4285F4;
  font-size: 18px;
}
.je-new-google-btn {
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Card tweaks */
.je-new-login-card {
  border-radius: 24px; /* slightly rounder like mock */
}

/* Responsive */
@media (max-width: 768px) {
  .je-new-label-row { align-items: baseline; }
  .je-new-captcha-container { grid-template-columns: 1fr; }
  .je-new-captcha-image { justify-content: space-between; }
}
/* === Roundness adjustments (per mock) === */
.je-new-login-card{border-radius:30px !important;}
.je-new-input{border-radius:8px !important;}
.je-new-login-btn{border-radius:28px !important;}
.je-new-google-btn{border-radius:28px !important;}
.je-new-captcha-image .captcha span img{border-radius:8px !important;}
.je-new-captcha-refresh{border-radius:12px !important;}

/* Terms and Privacy Policy Text */
.je-new-terms-text {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
  line-height: 1.8;
  font-family: 'Oxygen', sans-serif;
}

.je-new-terms-link {
  color: #FF6700;
  text-decoration: underline;
  font-weight: 500;
}

.je-new-terms-link:hover {
  color: #E55A00;
  text-decoration: underline;
}

/* Loading Button States */
.je-new-login-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.je-new-login-btn .btn-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.je-new-login-btn .btn-loading i {
  font-size: 14px;
}

/* Modal Styles */
.je-new-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.je-new-modal-overlay.show {
  opacity: 1;
}

.je-new-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  max-height: 90%;
  width: 720px;
  overflow: hidden;
  animation: slideIn 0.3s ease-out;
}

.je-new-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f9fa;
  border-radius: 16px 16px 0 0;
}

.je-new-modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}

.je-new-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  transition: all 0.2s ease;
}

.je-new-modal-close:hover {
  background-color: #f0f0f0;
  color: #333;
}

.je-new-modal-content {
  max-height: 70vh;
  overflow: hidden;
}

.je-new-modal-iframe {
  width: 100%;
  height: 70vh;
  border: none;
  border-radius: 0 0 16px 16px;
}

.je-new-modal-body {
  padding: 24px;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.6;
  color: #333;
}

.je-new-modal-body p {
  margin-bottom: 16px;
  font-size: 14px;
}

.je-new-modal-body ol, .je-new-modal-body ul {
  margin-bottom: 16px;
}

.je-new-modal-body li {
  margin-bottom: 8px;
  font-size: 14px;
}

.je-new-modal-body strong {
  color: #2f5496;
  font-weight: 600;
}

.je-new-modal-body a {
  color: #0563c1;
  text-decoration: none;
}

.je-new-modal-body a:hover {
  text-decoration: underline;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { 
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to { 
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Responsive Modal */
@media (max-width: 768px) {
  .je-new-modal-container {
    width: 95%;
    max-height: 95%;
  }
  
  .je-new-modal-header {
    padding: 16px 20px;
  }
  
  .je-new-modal-title {
    font-size: 18px;
  }
  
  .je-new-modal-body {
    padding: 20px;
  }
  
  .je-new-modal-body p,
  .je-new-modal-body li {
    font-size: 13px;
  }
  
  .je-new-modal-iframe {
    height: 60vh;
  }
}