.bg-gray {
  background: #e9e7f7;
}

.body-login {
  background: linear-gradient(103deg, #00a8ff, #1CAF9A) !important;;
}

.col-nowrap {
  white-space: nowrap; 
  width: 1%;
}

.center {
  text-align: center !important;
}

.valign-top {
  vertical-align: top !important;
}

.nw-w-1 {
  white-space: nowrap;
  width: 1%;
}

.sign-box {
  max-width: 400px;
  margin-top: 100px;
}

.sign-box .btn {
  display: inline-block;
}

.site-logo span {
  display: inline-block;
  padding: 0 10px;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.site-header {
  background: linear-gradient(103deg, #00a8ff, #1CAF9A) !important;
  height: 60px;
  padding: 0;
}

.site-header .site-header-content {
  width: auto;
}

.user-menu .dropdown-item {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.horizontal-navigation .main-nav {
  background: linear-gradient(103deg, #00a8ff, #1CAF9A) !important;
  top: 60px;
  height: auto;
}

.horizontal-navigation .main-nav .nav-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.horizontal-navigation .main-nav .dropdown.open:before,
.horizontal-navigation .main-nav .nav-link.active:before,
.horizontal-navigation .main-nav .nav-link:hover:before {
  background: #343434;
}

.dropdown-item {
  font-weight: bold;
  text-transform: uppercase;
}

.horizontal-navigation .page-content {
  padding: 132px 0 0 0;
}

.section-header {
  padding: 0 0 16px;
}

.section-header h3 {
  text-transform: uppercase;
}

.page-item a, .page-item span {
  padding: 3px 10px;
  background: #1CAF9A;
  margin: 0 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.page-item span {
  background: #999;
}

.pagination-custom {
  display: flex;
  border-radius: 0.25rem;
  font-size: .875rem;
}

.pagination-custom .page-item a, .pagination-custom .page-item span {
  text-align: center;
  padding: 6px 12px;
  margin: 0 0 0 .25rem;
  border-radius: 4px;
  border: 1px solid #00a8ff;
  background: #00a8ff;
  color: #fff;
}

.pagination-custom .page-item span {
  background: #e9e7f7;
  color: #343434;
}

.box-status {
  width: 15%;
  height: 160px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: inline-table;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 2%;
}

.box-status-green {
  background: #02AE4E;
}

.box-status-yellow {
  background: #FDF92F;
  color: #000;
}

.box-status-red {
  background: #FC0004;
}

.box-status-gray {
  background: gray;
}

.box-status-black {
  background: black;
}

.box-status-id {
  background: rgb(255 255 255 / 12%);
  padding: 3px;
}

.box-status-nama, .box-status-sungai, .box-status-alamat {
  display: table-row-group;
  font-size: 12px;
}

.box-status-tgl {
  background: rgb(255 255 255 / 12%);
  display: table-footer-group;
}

.statistic-box.blue {
  background-color: #75CFF0;
}

.statistic-box.brown {
  background-color: #964B00;
}

/* start add by AOH */
.container-layout-peta {
  height: 520px;
  border: 1px solid #ccc;
}

.container-layout-grafik {
  border: 1px solid #ccc;
}

.layout-peta {
  /* text-align: center; */
  width: 500px;
  position: relative;
  padding: 5px;
  margin: 0 auto;
}

.layout-grafik {
  text-align: center;
  width: 100%;
  padding: 5px;
}

/* end add by AOH */
.body-register {
  background: url('https://ppkl.menlhk.go.id/onlimo-2022/application/views/fe/css/img/background.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.modal {
  overflow-y: auto;
}

.form-verify-email input{
  letter-spacing: 0.75rem;
}

.form-verify-email input::-webkit-outer-spin-button, .form-verify-email input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-verify-email input[type=number] {
  -moz-appearance: textfield;
}

/* bounce text */
.bouce-text-fast {
  height: 50px;
  overflow: hidden;
  position: relative;
  /* background: yellow; */
  color: black;
  /* border: 1px solid orange; */
}

.bouce-text-fast p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  /* Apply animation to this element */
  -moz-animation: bouce-text-fast 1s linear infinite alternate;
  -webkit-animation: bouce-text-fast 1s linear infinite alternate;
  animation: bouce-text-fast 1s linear infinite alternate;
}

/* Move it (define the animation) */
@-moz-keyframes bouce-text-fast {
  0% {
    -moz-transform: translateY(50%);
  }

  100% {
    -moz-transform: translateY(-50%);
  }
}

@-webkit-keyframes bouce-text-fast {
  0% {
    -webkit-transform: translateY(50%);
  }

  100% {
    -webkit-transform: translateY(-50%);
  }
}

@keyframes bouce-text-fast {
  0% {
    -moz-transform: translateY(50%);
    /* Browser bug fix */
    -webkit-transform: translateY(50%);
    /* Browser bug fix */
    transform: translateY(50%);
  }

  100% {
    -moz-transform: translateY(-50%);
    /* Browser bug fix */
    -webkit-transform: translateY(-50%);
    /* Browser bug fix */
    transform: translateY(-50%);
  }
}
/* end */

.table {
  font-size: .875rem;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #e9e7f7;
}

.table thead th {
  vertical-align: middle;
  border-bottom: none;
  padding: 6px 8px 6px 8px;
  background: #00a8ff;
  text-align: center;
  text-transform: uppercase;
}

.table tbody td {
  height: auto;
  vertical-align: top;
  border-top-color: #e9e7f7;
  padding: 6px 8px 6px 8px;
}
