body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  font-family: DM Sans;
}

#form-register.form-label{
  font-family: DM Sans;
  font-size:14px;
}
#jenis-kelamin > label{
  font-family: DM Sans;
  font-size:14px;
}

.form-control{
  font-family: DM Sans;
  font-size:13px;
}

.form-section label,
.form-section input,
.form-section select,
.form-section button {
    display: block;
    margin-bottom: 5px; 
}

.form-section input,
.form-section select{
  width:100%;
}
.form-section label {
  font-weight: bold;
  color: #059202;
}

.form-select option {
  background-color: #ffffff;
  margin: 70px;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

.payment-method .option label{
  padding-right:10px;
}

.form-section {
  margin:10px 0 10px 0;
}

 .form-section option {
  padding :30px;
}

.form-section input[type="file"] {
  display: none;
} 

.custom-file-upload {
  border: 2px dashed #262626;
  border-radius:20px;
  display: block;
  padding: 2px;
  cursor: pointer;
  width:70%;
  margin:auto;
  text-align: center;
  background-color: #D9D9D9;
  margin-top:20px;
}

.confirmButton button{
  width:100%;
  display:block;
  margin:auto;
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:10px;
}

#file-name, #file-name-qris {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* Mengatur layout input rekening dan tombol copy */
.rekening-section {
  display: flex;
  align-items: center;
}

/* Gaya untuk input rekening */
#rekeningInfo {
  width: 100%;
  padding: 10px;
}

/* Gaya untuk tombol copy */
.copy-btn {
  padding: 10px;
  margin-left: 10px;
  background-color: #198754;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Efek hover untuk tombol copy */
.copy-btn:hover {
  background-color: #145c32;
}

/* Mengatur latar belakang dropdown menjadi putih dan lebar sesuai form */
.dropdown .btn {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  width: 100%;
  padding: 5px;
  border-color: #CED4DA;
  font-size:13px;
}

.dropdown-menu {
  width: 100%;
}

/* Custom CSS for moving the dropdown toggle to the right */
.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* Mengatur gaya item dropdown */
.dropdown-item {
  color: #000000;
  text-align: left;
  padding: 10px 15px;
  font-size:13px;
  font-family: DM Sans;
  cursor:pointer;
}


.dropdown .btn:focus,
.dropdown .btn:active,
.dropdown .btn:focus-within {
  border-color: #007bff;
  /* Warna biru */
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, .25);
  /* Efek bayangan biru */
}


.dropdown-item:hover {
  background-color: #e9ecef;
}



@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}


@media (min-width: 30px) and (max-width: 350px) {
  .col#jenis-kelamin {
    font-size: 0.5rem;
  }

  .img-animate-login {
    width:70%;
  }


  .form-label .form-control .form-select {
    font-size: 10px;
  }


  h4 {
    font-size: 20px;
  }

  div.sub-head {
    font-size: 1px;
    color: #059202
  }

}

/*HANDPHONE*/
@media (max-width: 768px) {
  .col-md-6 img {
    width: 100%;
    max-width: none;
  }
    #sendOtp {
      width: 40%;
      font-size: 12px;
    }
    body{
      font-size:13px;
    }
    .dropdown-menu.jenis-kamar-menu {
      width: 100%; 
  }
  .jenis-kamar-item div {
      text-align: left; 
  }
  .jenis-kamar-item {
    flex-direction: column; 
    text-align: left; 
  }
  .jenis-kamar-item img {
    margin:auto;
  }
   
    
}

@media (min-width: 769px) {
  .col-md-6 img {
    width: 1005;
    max-width: 100%;
  }
}

.form {
  margin-bottom: 50px;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-card {
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  /* shadow */
  border: 0px solid #059202;
  /* green outline */
  /* max-height:80vh;
  overflow-y:auto; */
  border-radius: 25px;
}

.btn {
  border-radius: 5px;
  width: 50%;
}


.iti {
  width: 100%;
}

#jenis-kelamin,
#jenis-person {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0 2px 0 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swal2-confirm.swal2-styled {
  /* background-color: #dc3545 !important; */
  border: none !important;
}

.error {
  color: red;
  display: none; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#jumlah_dropdown, #jumlah_dropdown_qris, #jumlah_dropdown_tunai{
  max-height: 150px;
  overflow-y: auto;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  }
  
  @media (min-width: 1025px) {
  .h-custom-2 {
  height: 100%;
  }
  }

  *{
    margin:0px;
    padding:0px;
}

.password-container {
position: relative;
display: flex;
align-items: center;
}

.password-container input {
    padding-right: 40px; 
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}
.head{
    font-family: DM Sans;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.head p{
    margin-bottom:0;
}
.sub-head{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:5%;
    color:#717171;
}
.sub-head p{
    margin-bottom:0;
}

.custom-card{
 border: 0px solid #059202;
 border-radius: 25px;
 padding:25px 40px 40px 40px;
}

.bg-image {
  /* background-image: url('/frontend-web/sideimage.png'); */
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; 
    min-height: 100vh; 
    margin: 0; 
    padding: 0;
    
}

html, body {
  height: 100%;
}

.container {
  display: flex;
  flex-direction: row;
  height: 100vh; 

}

.col-lg-5 {
  position: fixed; 
  width:40%; 
  height: 100%; 
  z-index: 1;
}

.col-lg-7 {
  margin-left: 40%; 
  width: 60%; 
  overflow-y: auto; 
  padding: 20px; 
  height: 100vh; 
}

@media (max-width: 768px) { 
  .container {
    flex-direction: column;
}

.logologin{
     padding-left:5% !important;
     }

.col-lg-5 {
    display: none; 
}
  .col-lg-7 {
      width: 100%; 
      margin-left: 0; 
  }
  .custom-card{
    padding:25px 8px 40px 10px;
  }
}

@media (max-width: 576px) {
  .card-body {
    padding: 0 !important;
  }
  .logologin{
     padding-left:5% !important;
     }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .col-lg-5 {
      width: 30%; 
  }

  .col-lg-7 {
      margin-left: 30%; 
      width: 70%; 
  }
}
.buttonRegister{
    top: 524px;
    left: 780px;
    gap: 7.58px;
    border-radius: 8px ;
    background-color: #069E2D;
}
.buttonRegister:hover{
    background-color: #02661b;
}
.buttonRegister button:hover{
    color:white;
}

.buttonRegister button{
    color:white;
}
.logologin{
    width:50%;
    padding-left:12%;
    padding-top:5%;
}

.otp-input {
  width: 15%;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.otp-error {
  background-color: #ffe5e5; 
  border: 2px solid #f44336;
}
#otpSection {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  margin-top: 20px;
}

#form-display-register > div:nth-child(7) > div > div > div > div > div.iti__selected-dial-code{
  font-size:14px;
}

.jenis-kamar-menu {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}

.jenis-kamar-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.jenis-kamar-item div {
  white-space: normal; 
  word-wrap: break-word; 
  overflow-wrap: break-word;
}
.dropdown-menu.jenis-kamar-menu {
  max-width: 100%; 
}

.jenis-kamar-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.jenis-kamar-item h6 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.jenis-kamar-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.jenis-kamar-item .harga {
  margin-top: 5px;
  font-weight: bold;
  color: #000;
}

.jenis-kamar-item .text-danger {
  font-size: 14px;
  font-weight: bold;
  color: #e74c3c;
}

/* font untuk title swal */
.swal-custom-title {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 600;
}

/*font untuk text (deskripsi) swal*/
.swal-custom-text {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
}

/* Loader Styles */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #069E2D;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #069E2D;
    font-weight: 500;
    font-size: 16px;
}

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

.btn-success{
  background-color: #069E2D;  
  color: #FFFFFF;
  border-radius:8px;
  padding:8px 18px 8px 18px;
}

.btn-success:hover{
  background-color: #375830;
}