
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 5px;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}

html {
  font-family: 'Bebas Neue', cursive;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.profile>img {
  width: 150px;
  height: 150px;
  border: 3px solid #ffffff;
  border-radius: 80%;
}

.profile>p {
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 2px;
  color: #160202;
  text-transform: capitalize;
  text-align: center;
}

.container {
  padding: 10px 30px;
  max-width: 500px;
  margin: 0 auto;
  /* background: rgb(26, 255, 0); */
  /* background-image: linear-gradient(to right, rgb(0, 255, 123), rgb(17, 0, 255)); */
  height: auto;
  background-image: url("../img/DBD3.png");
  /* background-color: rgb(19, 190, 108); */
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
   /* background-image: url("latar2.jpg"); */
  background-size: contain; /* Menggunakan 'contain' untuk memastikan semua bagian gambar terlihat */
}

.container .title{
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
}



.container2 {
  max-width: 600px;
  margin: 0 auto;
  /* background: rgb(26, 255, 0); */
  /* background-image: linear-gradient(to right, yellow, red); */
  /* background-image: linear-gradient(to right, rgba(255, 255, 0, 0.1), rgba(255, 0, 0, 0.1)); */
  height: auto;
 /* background-image: url("latar2.jpg");*/
  /* background-color: rgb(199, 237, 137); */
  background: linear-gradient(to right, rgba(237, 137, 137, 0.687), rgb(244, 204, 204));
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #000000;
  
}

.container8 {
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  background-image: url("Rabies.png");
  background-color: rgb(19, 190, 108);
  background-position: center;
  background-size: contain; /* Menggunakan 'contain' untuk memastikan semua bagian gambar terlihat */
  background-attachment: fixed;
}


.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}
 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
   font-weight: bold;
   
 }
 form .button{
   height: 45px;
   margin: 35px 0
 }
 form .button input{
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #71b7e6, #9b59b6);
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #71b7e6, #9b59b6);
  }
 @media(max-width: 584px){
 .container{
  max-width: 100%;
}
form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
  }
  form .category{
    width: 100%;
  }
  .content form .user-details{
    max-height: 300px;
    overflow-y: scroll;
  }
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
  }
  @media(max-width: 459px){
  .container .content .category{
    flex-direction: column;
  }
}



.link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.link>a {
  text-decoration: none;
  color: #222;
  font-size: 22px;
  text-align: center;
  border: 3px solid #222;
  background-color: #eaeaea;
  border-radius: 7px;
  margin: 5px 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.link>a:hover {
  background-color: rgb(108, 229, 229);
}

.footer {
  text-align: center;
}

.footer>i {
  color: rgb(50, 0, 252);
  font-size: 15px;
}

.h3 {
  color: #ffffff;
  font-family: 'Courier New', Courier, monospace;
  font-style: italic;
  text-align: center;
 
  font-size: 24px; /* Ubah ukuran huruf sesuai kebutuhan */
 
  background-image: linear-gradient(to right, rgb(80, 220, 138), rgb(236, 91, 78)); Warna latar belakang berupa gradien linear
  -webkit-background-clip: text; /* Menggunakan background-clip untuk efek balut huruf (untuk browser WebKit seperti Chrome) */
  /* color: transparent; Membuat huruf menjadi transparan */
  
}

.h7 {
  /* color: #ffffff; */
  /* font-family: 'Courier New', Courier, monospace; */
  /* font-style: italic; */
  text-align: center;
 
  font-size: 24px; /* Ubah ukuran huruf sesuai kebutuhan */
 
  background-image: linear-gradient(to right, rgb(211, 236, 120), rgb(247, 255, 13)); Warna latar belakang berupa gradien linear
  -webkit-background-clip: text; /* Menggunakan background-clip untuk efek balut huruf (untuk browser WebKit seperti Chrome) */
  /* color: transparent; Membuat huruf menjadi transparan */
  
}

.h9 {
  /* color: #ffffff; */
  /* font-family: 'Courier New', Courier, monospace; */
  /* font-style: italic; */
  text-align: center;
 
  font-size: 30; /* Ubah ukuran huruf sesuai kebutuhan */
 
  background-image: linear-gradient(to right, rgb(211, 236, 120), rgb(247, 255, 13)); Warna latar belakang berupa gradien linear
  -webkit-background-clip: text; /* Menggunakan background-clip untuk efek balut huruf (untuk browser WebKit seperti Chrome) */
  /* color: transparent; Membuat huruf menjadi transparan */
  
}



.blink {
  animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }
    @keyframes blink-animation {
    to {
    visibility: hidden;
    }
    }
    @-webkit-keyframes blink-animation {
    to {
    visibility: hidden;
    }
}

.blink:hover {
  animation-play-state: paused;
}

.khusus {
  /* text-decoration: none; */
  color: #f10000;
 
  /* text-transform: ; */

}
.khusus2 {
  /* text-decoration: none; */
  color: #FFA500;

  /* text-transform: ; */

}

.required::after {
  content: "*";
  color: red;
}

label{
  font-weight: bold;
}