.modal-title {
  font-family: "Oswald", sans-serif !important;
  font-size: large !important;
}
.font-balimang {
  font-family: "Oswald", sans-serif !important;
}
.error-text {
  font-family: "Oswald", sans-serif !important;
}

.color-balimang {
  font-weight: 900;
  background: linear-gradient(to right, #ebc000, #02d5ff, #6800e7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.close-modal {
  border: 0 !important;
  background: none !important;
  margin-top: -5px !important;
}
.close-modal .close-x {
  font-size: 30px !important;
}
.close-modal .close-x:hover {
  font-weight: bold !important;
  color: rgb(125, 125, 125) !important;
}
.modal-header {
  margin-top: -12px !important;
}
.bg-menu {
  background: url("/assets/img/background-menu.jpg") no-repeat !important;
  background-size: cover !important;
}
.pt-6 {
  padding-top: 5%;
}
.container-x {
  width: 60%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.btn-white {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.55);
}
.btn-white:hover {
  background-color: #f1f8f967;
}
.box-header {
  border: 1px solid rgb(255, 255, 255) !important;
  background: rgba(255, 255, 255, 0.322) !important;
}
.box-page {
  border: 1px solid rgb(255, 255, 255) !important;
  background: rgba(255, 255, 255, 0.58) !important;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
  border: 0.1px solid rgba(255, 255, 255, 0.687) !important;
}
#greetings::after {
  content: attr(data-content);
}
.cp-text {
  font-size: 12px;
  color: #9a9a9a;
  text-transform: uppercase;
}
.hero-title {
  background: linear-gradient(
    to right,
    #28c76f 0%,
    #5a4aff 47.92%,
    #ff3739 100%
  );
  background-size: 200% auto;
  color: #566a7f;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  animation: shine 2s ease-in-out infinite alternate;
}
.loadingx {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.945) no-repeat center;
}
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-xx {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: rgb(153, 93, 36);
  font-weight: 900;
}

.bg-balimang {
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%) !important;
}

#layout-navbar-sakip {
  background: url("../img/sakip-banner.jpg") rgb(32, 32, 32) !important;
  color: rgba(255, 255, 255, 0.918) !important;
}
.btn-bgroup {
  border: 1px solid #a81624 !important;
  border-left: none !important;
  color: white !important;
  background-color: #a81624 !important;
}

.btn-bgroup:hover {
  background-color: #960816 !important;
}
.border-bgroup {
  border: 1px solid #ffffff !important;
  border-radius: 7px !important;
}
.close-modal {
  margin-top: -12px !important;
  margin-right: -12px !important;
  margin-left: -12px !important;
  /* margin-top: -10px !important; */
}
.swal2-confirm {
  background-color: #a81624 !important;
  border-color: #a81624 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(238, 136, 3, 0.4) !important;
  color: #fff !important;
}
.swal2-confirm:hover {
  background-color: #c91a2c !important;
  border-color: #c91a2c !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

