.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 */
#je-sign-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 990;
}
.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;
}
.je-sign-forgot-form {
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  width: 320px !important;
  margin: 0 auto !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);
}

.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;
}
/* 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);
} */