@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");

/* *{
    margin:0;
    padding:0;
} */
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: black;
  background-color: #f1efef;
}

.nav-link {
  font-size: 14px;
}

.dropdown-menu {
  font-size: 12px;
}

.dropdown-item:hover {
  background-color: blue;
  color: white;
  cursor: pointer;
}

select {
  white-space: normal;
}

.navbar button:hover {
  background-color: red;
}

button a.nav-link:hover {
  background-color: red;
}

h3.judul {
  color: blue;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-shadow: 1px 1px black;
}
#content .card {
  border: 1px solid black;
  box-shadow: 5px 5px black;
}
#content table tr th td {
  border: 1px solid black;
  border-collapse: collapse;
}
.select2-container{
    border: 1px solid #181C14;
    border-radius: 5px;
}
.kunciAbu{
    background-color: lightgrey;
    color: black;
    font-weight: bold;
}
