@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 {
  border: 2px solid #6e2686;
  border-radius: 6px;
  background: #2a0c34;
}
/* bg / background */
.bg-yo {
  background-color: #2a0c34 !important;
  border-bottom: 2px solid #6e2686;
}
.bg-dark-yo {
  background-color: #12012e;
}
.bg-gradient-dark {
  background-color: #2a0c34;
  background-image: linear-gradient(180deg, #66237d 10%, #2a0c34 100%);
  background-size: cover;
}
.bg-gradient-white {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #f4f4f4 10%, #f4f4f4 100%);
  background-size: cover;
}
footer.sticky-footer {
  padding: 1rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.bg-gradient-red {
  background-color: #1d2327;
  background-image: linear-gradient(180deg, #952531 10%, #952531 100%);
  background-size: cover;
}

.bg-daftar {
  background: #31e4f2;
  background-image: linear-gradient(to bottom, #54eef2 0%, #21b1ca 100%);
  color: #000;
}
.bg-black {
  background: black;
}
.bg-blue-be {
  background-color: #66237d;
  border-bottom: 1px solid #31e4f2;
}
.bg-blue-icon {
  color: #01f291;
}
.bg-blue-badge {
  background-color: #30c9da;
  color: black;
}
/* 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: #66237d;
  color: #fff;
}
h5 {
  font-weight: 700;
}
