/* ALL VERSION */
* {
  font-family: 'century gothic';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Utility */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
}

body {
  background-color: rgb(234, 234, 235);
}

/* Header */
.header {
  background-size: cover;
  background-position: 100% 23%;
  padding: 10px;
}

/* Navbar */
.Navbar-logo img {
  height: 75px;
  margin-top: -20px;
  filter: drop-shadow(0px 0px 0.8px #ffff);
}

.navbar-icon img {
  height: 20px;
  border: none;
}

.nav-link:hover::after {
  content: '';
  display: block;
  border-bottom: 3px solid #FFD700;
  margin-bottom: -3px;
}

.dropdown-menu {
  background-color: #FFD700;
}

.fa-caret-down {
  color: #FFD700;
}

/* Judul Tabel */
.table-title {
  margin-top: 35px;
}

.table-title .title1, .title2 {
  border-top-right-radius: 20px;
}

.table-title h6 {
  font-weight: bold;
  padding: 8px 30px;
  margin-left: -18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 4px 4px 5px 1px grey;
}

.table-title button {
  text-align: left;
  margin-top: -7px;
  margin-left: -12px;
}

/* Tabel */
.tabel {
  margin-bottom: 40px;
  padding: 20px 20px;
  border-top-right-radius: 1.2vw;
  border-bottom-right-radius: 1.2vw;
  box-shadow: 4px 4px 10px 1px grey;
}

.tabel td input {
  border: 1px solid rgb(10, 74, 56);
  background-color: #750000;
  color: white;
  border-radius: 50px;
  margin-top: 0.6vw;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
}

.tabel td input:hover {
  background-color: white;
  color: black;
}

/* Footer */
.footer {
  margin: 20px 0 20px 0;
}

/* DESKTOP VERSION */
@media (min-width: 992px) {
  .navbar-nav li {
    margin-left: 30px;
  }
}
