
/* common component style */
.hide {
  display: none !important;
}

.rj-btn {
  cursor: pointer;
  text-align: center;
  position: relative;
  background: var(--bg-rjbtn1);
  border: 0px solid rgba(80, 80, 80, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  height: 40px;
  line-height: 40px !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color:var(--text-main);
  font-size: 12px;
}

.rj-btn.rj-btn-primary {
  background: var(--bg-rjbtn2);
  border-color:var(--bg-rjbtn2);
}

.rj-btn.rj-btn-primary:hover {
  background: var(--btn-bgdrop);
  color:var(--text-light);
}

.rj-input {
  color: var(--text-muted);
  border: 1px solid rgba(59, 58, 58, 0.9);
  border-color: var(--bg-input);
	 box-sizing: border-box;
	 margin:0px;

}

.rj-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255 0.1);
}

.rj-input::-moz-placeholder {
  color: rgba(255, 255, 255 0.1);
}

.rj-input:-ms-input-placeholder {
  color: rgba(255, 255, 255 0.1);
}

button {
            border-radius: 12px; cursor: pointer; transition: 0.4s;
        }

        button:hover { transform: scale(1.03); box-shadow: 0 0 20px var(--btn-hower);}
        .hint { font-size: 9px; margin-top: 20px; opacity: 0.4; letter-spacing: 1px; }

.dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  padding-top:0px;
  padding-bottom:10px;
  margin-left: auto;


  
}

.dropdown-label {
  color: var(--text-main);
  user-select: none;
  font-size: 12px;
}

.dropdown-arrow {
  margin-left: 8px;
  transition: transform 0.5s ease; 
  display: inline-block;
  color: var(--text-main);
}

.dropdown.actived .dropdown-menu {
  display: block;
}
.dropdown.actived .dropdown-arrow{
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--bg-card);
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  display: none;
  line-height: 18px;
  font-size: 12px;
}

.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--text-main);
  text-align: right;
}

.dropdown-menu a:hover {
  background-color: #1b2631;
}

.dropdown-menu span {
  background-color: var( --bg-halaman-utama);
}

/* page style */
.language-select {
  position: absolute;
  right: 8px;
  top: 1px;
  z-index: 1;
  cursor: pointer;
}

.body-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.body-loading {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9999;
}

.body-background {
  position: fixed;
  left: 0;
  top: 0px;
  bottom: -1px;
  right: 0;
  background: center no-repeat;
  background-size: cover;
}

.body-background-mask {
  position: fixed;
  top: 0px;
  bottom: -1px;
  min-height: 100%;
  width: 100%;
}

.body-content-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}


.body-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  margin:0px;
  z-index:999;
  width: ;
  background-color: var(--bg-body-content);
  position: relative;
  box-sizing: border-box;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border: 0px solid var(--bg-input-border);
  border-radius: 0px;
}


.content-logo-wrapper {
  width: 20%;
  margin: 0px 30%;
  display: block;
  margin-top: 30px;
  margin-bottom: 16px;
  padding: 0px;
}

.content-logo {
  width: 100%;
  display: block;
}

    /* Styling Logo dengan Animasi Putar Sumbu Y */
        .logo {
              width: 100%;
              display: block;
            filter: drop-shadow(0 0 10px #00d2ff);
            
        }


.login-form-wrapper .rj-input {
  color: var(--text-muted);
}

.login-msg-wrapper {
  width: 80%;
  text-align: center;
  margin: 0px 15%;
}

.login-msg-wrapper p {
  display: none;
  overflow-wrap: break-word;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: red;
}

.login-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* margin: 10px 2.5%; */
  line-height: 20px;
  font-size: 12px;
   margin-top:10px;
}

.login-form-title {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16px;
  margin: 10px;
  color: var(--text-main);
}

.login-form-wrapper .rj-input {
  border: none;
  width: 95%;
  border-bottom: 1px solid var(--bg-input-border);
  background: none;
  outline: none;
  line-height: 20px;
  height: 30px;
  margin-top: 15px;
  box-sizing: border-box;
}





.login-split-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-size: 12px;
}

.login-split-line span {
  margin: 0 10px;
  color: var(--text-main);
}

.login-split-line .left,
.login-split-line .right {
  width: 50%;
  height: 1px;
  background-color: var(--bg-input-border);
}


.login-form-wrapper .rj-input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  background: var(--bg-input);
  border: 1px solid var(--bg-input-border);
  color: var(--text-input);
  border-radius: 25px;
  margin-bottom: 1px;
}

.content-decoration-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: ;
  margin-bottom: 20px;
  width: 100%;
}

.login-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 20px; /* Diberi jarak kanan-kiri sedikit agar tidak menempel rapat di tepi layar HP */
  margin-top:30px;
  border-radius: 20px;
  background: var(--bg-wrapper);

  /* Diberi jarak kanan-kiri sedikit agar tidak menempel rapat di tepi layar HP */
  border-radius: 0px;

}

.login-form-wrapper {
  width: 100%;
  text-align: left;
}

.login-msg {
  color: red;
  text-align: center;
}

.login-wrapper .rj-btn {
  margin-bottom: 16px;
}

.login-wrapper .login-btn {
  margin-top: 15px;
  margin-bottom: 0;
}

.other-btn-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}

.login-split-line {
  width: 100%;
}



.btn-login {
    width: 100%;
    padding: 12px;
    background: var(--btn-login);
    border: none;
    border-radius: 25px;
    color: var(--text-tor);
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-login:hover {
  background: var(--btn-bgdrop);
  color:var(--text-light);
}

.info-text {
    text-align: center;
    font-size: 12px;
    color: var(--nav-text);
    margin-top: 20px;
}

.body-background-mask {
    background: var(--bg-mask) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    opacity: 1 !important;
    background-blend-mode: soft-light;
}



/* >= 1200px pc */
@media screen and (min-width: 768px) {
  .rj-btn {
    font-size: 12px;
  }

  .body-wrapper {
    font-size: 12px;
    height: 100vh;
    min-height: 600px;
  }

.login-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
 
}





  
  .login-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  justify-content: center;
  padding: 0 20px; /* Diberi jarak kanan-kiri sedikit agar tidak menempel rapat di tepi layar HP */
  border-radius: 20px;
  width: 100%;
  

}
  
  .content-decoration-wrapper {
    align-items: flex-start;
    flex: 1;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    height: 100%;
  }

.body-content {
    background: center no-repeat;
    background-color: var(--bg-body-content);
	align-items: flex-start;
    border: 0px solid var(--bg-input-border);
    border-radius: 0px;
    justify-content: space-between;
	flex-direction: row;
	display: flex;
    height:;

  }



  .body-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .content-logo-wrapper {
    margin-left: 30px;
    width: 110px;
  }


  .login-msg {
	width: 100% !important;
  }

  .login-split-line {
	width: 100% !important;
  }

  .rj-btn {
    background: var(--bg-rjbtn1);
    border: 0px solid rgba(255, 255, 255, 0.7);
    border-radius: 25px;
	width: 100% !important;
  }

  .login-form-wrapper .rj-input {
    width: 100% !important;
	 box-sizing: border-box;
  }



  
