@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;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:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 768px;
}
.container.shome {
  background: #000000;
  border-radius: 6px;
}
/* bg / background */
.bg-yo {
  background-color: #000000 !important;
  border-bottom: 1px solid #fefd82;
}
.bg-dark-yo {
  background-color: #080808;
}
.bg-gradient-dark {
  background-color: #080808;
  background-size: cover;
  color: white;
}
.bg-gradient-white {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #f4f4f4 10%, #f4f4f4 100%);
  background-size: cover;
}
footer.sticky-footer {
  background: #000000;
  padding: 1rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn:hover {
  color: #000000;
  text-decoration: none;
}
.bg-gradient-red {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #952531 10%, #952531 100%);
  background-size: cover;
}

.bg-daftar {
  background-image: linear-gradient(to bottom, #ffff6d 0%, #b98200 100%);
  color: #000000;
}
.bg-daftar:hover {
  background-image: linear-gradient(to bottom, #b98200 0%, #ffff6d 100%);
  color: #000000;
}
.bg-black {
  background: black;
}
.bg-blue-be {
  background-image: linear-gradient(to bottom, #ffff6d 0%, #b98200 100%);
  border-bottom: 1px solid #e7d77e;
}
.bg-blue-icon {
  color: #00000e;
}
.bg-blue-badge {
  /* background-color: #434343; */
  background-image: linear-gradient(to bottom, #0c0c0c 0%, #141414 100%);
  color: #fff;
}

.text-gray {
  color: #000000 !important;
}
/* img box */
.img-box {
  background: black;
  border: 1px solid #083973;
}

/* pagination */
ul.page-numbers {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}
ul.page-numbers li > a,
ul.page-numbers li > span {
  background-color: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  margin: 0;
  outline: 0 none;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 46px;
  font-size: 15px;
  font-weight: 400;
}

ul.page-numbers li > a:hover,
ul.page-numbers li span.current {
  background-color: #cc5601;
  color: #fff;
}
h5 {
  font-weight: 700;
}
h1.f-24 {
  font-size: 24px;
  font-weight: 800;
}
h5.f-18 {
  font-size: 18px;
  font-weight: 600;
}
p.p-left {
  text-align: left;
}
