input{
    outline: none; 
    border: none; 
    background-color: rgb(82, 72, 86);
}
input[type="date"]{
    color: white;
    opacity: 1;
}
select{
    background-color: rgb(82, 72, 86);
    border: none;
    outline: none;
    color: white;
}
option[value="laki"]{
    color: white;
}
option[value="perempuan"]{
    color: white;
}
option[value="disabled"]{
    color: white;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* cegah scroll horizontal */
}

