/* @font-face {
  font-family: "customFont2";
  src: url("font/lontar-makassar.ttf");
} */
.textlogo {
  margin-top: -5px;
  margin-left: -10px;
  /* transform: translate(50%, -50%); */
  /*text-transform: auto;*/
  /* font-family: "customFont2"; */
  font-size: 12em;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191,
    1px 4px 1px #919191;
}
.logotext {
  margin-top: -5px;
  margin-left: -10px;
  /*text-transform: auto;*/
  /* font-family: verdana; */
  font-size: 12em;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 1px 1px #919191,
    1px 1px 1px #919191;
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.small-box > .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 15px;
}

.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon {
  font-size: 75px;
}

@media (max-width: 992px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
.bg-default {
  background: #d8d8d8 !important;
}
.bg-primary {
  background: #6aa6d6 !important;
  color: #f8f8f8 !important;
}
.bg-success {
  background: #63cc9e !important;
  color: #f8f8f8 !important;
}
.bg-info {
  background: #7bc5d3 !important;
  color: #f8f8f8 !important;
}
.bg-warning {
  background: #dfd271 !important;
  color: #f8f8f8 !important;
}
.bg-danger {
  background: #d15e5e !important;
  color: #f8f8f8 !important;
}
/*-------*/
.bg-ijo {
  background: #25d366 !important;
  color: #f8f8f8 !important;
}
.bg-merah {
  background: #e84c3d !important;
  color: #f8f8f8 !important;
}
.bg-kuning {
  background: #ffd200 !important;
  color: #f8f8f8 !important;
}
.bg-oren {
  background: #f26600 !important;
  color: #f8f8f8 !important;
}
.bg-janda {
  background: #fd297b !important;
  color: #f8f8f8 !important;
}
