@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
  font-family: "Poppins", sans-serif;
}

.text-inter {
  font-family: "Inter", sans-serif;
}

.text-roboto {
  font-family: "Roboto", sans-serif;
}

.text-fairplay {
  font-family: "Playfair Display", serif;
}

nav a {
  color: white;
}

table,
th,
td {
  border: 1px solid #dbdbdb;
  border-collapse: collapse;
}

.header {
  background: url(../images/decoration.png);
  background-position-x: right;
  background-position-y: top;
  background-size: auto;
  background-repeat: no-repeat;
}

.pengenalan {
  background: url(../images/bg-pengenalan.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="checkbox"]:checked {
    color: #0e9f6e;
}

#map {
  position: relative;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 29% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 89%, 29% 100%, 0 90%);
}

.fa-star,
.fa-star-half-alt {
  font-size: 20px;
}

svg#arrowUpKecil,
svg#arrowDownKecil {
  fill: gray;
  cursor: pointer;
  transition: fill 0.3s ease;
}

svg#arrowUpKecil.active,
svg#arrowDownKecil.active {
  fill: black;
}

.success {
  background: url(../images/bg-success.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.active {
  background-color: #2e3e5c !important;
  color: white !important;
}/*# sourceMappingURL=style.css.map */