*,
html {
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #343a40;
}

#logonavbar {
  text-decoration: none;
}

.navbar {
    background-color: #ffffff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar .li-navbar {
    margin-right: 5px;
    text-decoration: none;
}


.navbar .li-navbar-a {
    color: white;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 10px;
    transition: background-color 0.3s;
    margin: -2px;

}

.navbar .li-navbar-a:hover {
    background-color: #0056b3;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h2, h5 {
    color: #007bff;
    margin-bottom: 10px;
}

.user-box {
    margin-bottom: 10px;
    font-size: medium;
    font-weight: 600;
}

.user-box-b {
  font-size: medium;
  font-weight: 600;
}

.user-box input, .user-box select {
    width: 92%;
    padding: 9px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    margin-top: 5px;
    transition: border-color 0.3s;
    margin-bottom: 2px;
}

.user-box input:focus, .user-box select:focus {
    border-color: #007bff;
    outline: none;
}

.belisaldo {
  background-color: #007bff;
    color: white;
    padding: 10px 10px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    display: ruby-text;
    justify-self: center;
    display: flex;
    text-decoration: none;
}

.convertsekarang {
    background-color: #007bff;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    display: ruby-text;
    justify-self: center;
}

.convertsekarang:hover {
    background-color: #0056b3;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.image-container {
    background-color: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

#BankeWallet {
    width: 94.5%;
    margin-bottom: 16px;
    margin-top: 16px;
}

.image-container:hover {
    transform: scale(1.05);
}

img {
    max-width: 100%;
    height: auto;
    border-bottom: 2px solid #007bff;
}

.caption {
    padding: 10px;
    font-size: 14px;
    background-color: white;
}

.caption p {
    margin: 0;
    color: #343a40;
}

.text-info {
    margin-top: 20px;
    text-align: center;
}

.text-info .yes {
    color: green;
    font-weight: bold;
}

.text-info .no {
    color: red;
    font-weight: bold;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%; /* Image width */
    max-width: 700px; /* Max image width */
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#syarat-ketentuan {
margin: 20px auto;
padding: 20px;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
}

#syarat-ketentuan h2 {
color: #007bff;
margin-bottom: 20px;
}

#syarat-ketentuan ul {
list-style-type: decimal;
padding-left: 20px;
}

#syarat-ketentuan li {
margin: 10px 0;
color: #343a40;
}

.checkbox-container {
  margin-top: -10px;
  padding: 15px;
  justify-self: center;

}

.navbar {
  background-color: aliceblue;
  text-decoration: none;
}

.ul-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

}

.li-navbar {
  list-style: none;
  padding: .5vh;
  margin: .8vh;
  font-weight: 550;
  font-family: sans-serif ;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.li-navbar-a {
  list-style: none;
  padding: .5vh;
  margin: .8vh;
  font-weight: 500;
  font-family: sans-serif ;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background: #3EB2FD;
  box-sizing: border-box;
  border-radius: 15px;
  text-decoration: none;
}

.li-navbar-a-beli {
  list-style: none;
  padding: .7vh;
  margin: .3vh;
  font-weight: 550;
  font-family: sans-serif ;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background: #3e8afd;
  box-sizing: border-box;
  border-radius: 9px;
  text-decoration: none;
}

.tutor {
  align-items: center;
  justify-items: center;
  justify-content: center;
  transform: translate(0%, 0%);
}

#rate,
#menerima {
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 16px;
  color: #003087;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 550;
  font-family: system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif
  }


#nommenerima,
#nomrate {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  background: transparent;
  display: ruby-text;
  align-items: start;
  appearance: none;
  background-color: #38dbf8;
  /* background-image: linear-gradient(1deg, #003087, #009cde 45%); */
  /* background-size: calc(100% + 20px) calc(100% + 20px); */
  border-radius: 5px;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: sans-serif;
  font-size: .8rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 5px 10px;
  position: relative;
  text-align: start;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  background-position: -20px -20px;
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
  text-transform:capitalize;

}

.login-box {
  position:relative;
  top: 330px;
  left: 50%;
  width: 400px;
  height: 650px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: transparent;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
  border-radius: 15px;
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.login-box h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #009cde;
  text-align: center;
}

.login-box h5 {
  margin: 0 0 25px;
  padding: 0;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 90%;
  padding: 10px 0;
  font-size: 14px;
  color: #009cde;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #009cde;
  pointer-events: none;
  transition: .5s;
}

/* .pilihbank {
  padding: 0;
  color: #009cde;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  color: #009cde;
  margin-bottom: 20px;
} */


/* .login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
  top: -15px;
  left: 0;
  color: #000000;
  font-size: 12px;
} */

/* .login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
  } */

.login-box .convertsekarang {
  align-items: center;
  appearance: none;
  background-color: #3EB2FD;
  background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: system-ui,
  -apple-system,
  BlinkMacSystemFont,
  'Segoe UI',
  Roboto,
  Oxygen,
  Ubuntu,
  Cantarell,
  'Open Sans',
  'Helvetica Neue',
  sans-serif;
  font-size: .8rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  background-position: -20px -20px;
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
  text-transform: uppercase;
}

.convertsekarang:active,
.convertsekarang:focus {
  outline: none;
}