.img-thumbnail {
  width: 64px;
  height: auto;
}
.img-profile {
  width: 200px;
  height: auto;
  border: 0px solid #eaeaea;
  padding: 5px;
  margin-right: 5px;
}
.img-left {
  float: left;
}
.form-select,
.form-control {
  margin-bottom: 10px;
}
.dropdown-menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
#template-customizer {
  display: none !important;
}
.menu-vertical .menu-icon {
  font-size: 1.376rem !important;
}
.x2 {
  font-size: 1.376rem !important;
}
.btn-null {
  background-color: transparent !important;
  box-shadow: none;
  border: none;
}
.btn-null:hover {
  background-color: none !important;
  border-color: none !important;
}
.hidden {
  display: none !important;
}
.table-striped {
  overflow-x: auto !important ;
  -webkit-overflow-scrolling: touch !important;
}
.btn-whatsapp {
  color: #fff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-whatsapp:hover {
  background-color: #22bd5c !important;
  border-color: #22bd5c !important;
}

.strong {
  font-weight: bold;
}

.repeatform {
  border: 1px solid #b20 !important;
  border-radius: 10px;
  padding: 10px;
}

.hide {
  display: none !important;
}
.galeri {
  border: 1px solid #eaeaea;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.avatar-xxl {
  width: 12%;
  height: auto;
  padding: 5px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.btn-telegram {
  color: #fff !important;
  background-color: #2da1da !important;
  border-color: #2da1da !important;
}
.btn-telegram:hover {
  background-color: #2393c9 !important;
  border-color: #2393c9 !important;
}
.btn-tiktok {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-tiktok:hover {
  background-color: #222 !important;
  border-color: #222 !important;
}
.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pull-up {
  transition: ease all 0.25s;
}
.pull-up:hover {
  transform: scale(1.05) !important;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.h-100 {
  max-height: 100px;
  width: auto;
}
.padding-5 {
  padding: 5px;
  border-radius: 5px !important;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

i {
  font-size: 1em !important;
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #242745 !important;
  z-index: 10000;
  top: 0;
}

.txt {
  color: #fd8818;
  text-align: center;
  top: 40%;
  position: relative;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fd8818;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
