:root{
  --bg-color: #fff;
  --bg-color-secondary:#fffc01; 
  --font-color-white: #ffffff;
  --font-color-black : #000000;
  --color-primary: #ae9b00;
  --bg-card: #f5f5f5;

  --font-color-navbar: #fff;
}

body {
  font-family: arial;
  font-size: 0.95rem;
  background: url(../img/bg.jpg?v=0) bottom center fixed;
  background-color: rgba(255, 255, 255, 1);
  background-size: auto;
  background-size: 100% auto;
  letter-spacing: .2px;
  padding: 0 0 0px;  
}

a:hover {
  color: darkorange;
}

.border-primary {
  border-color: #ebd202 !important;
}

.color-primary {
  color: var(--color-primary);
}

.border-secondary {
  border-color: #dedede !important;
}

.bg-theme {
  background: var(--color-primary);
}


/* tooltip nomor */

.tooltip-wrapper {
  position: relative;
}

.tooltip-wrapper .tooltipnomor {
  display: none;
}


.tooltip-wrapper:hover .tooltipnomor {
  display: block;
}

.tooltipnomor{
  display: none;
  background: red;
  margin-left: 0px;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  width:250px;
  color: #fff;
  box-shadow: 2px 2px 3px #444;
  border-radius:5px;
  font-weight: bold;
  line-height: 1.25rem;
  box-sizing: border-box;
  left: 50%;
  margin-left: -125px;
}


/* end tooltip nomor */

.bg-color-primary{
  background-color: var(--bg-color);
}

.bg-color-secondary{
  background-color: var(--bg-color-secondary);
}

.bg-none {
  background: none !important;
}

.navbar {
  padding: .8rem 1rem;
}

.navbar-dark .navbar-toggler {
  background: #9c8a00;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #fffc01;
  color: #000 !important;
}

a {
  text-decoration: none;
}

.modal-detnomor {
  text-align: center !important;
}

.modal-header {
  background: url(../img/bg-header.jpg) repeat-x center;
}

.modal-body {
  background: url(../img/bg.jpg) repeat-x center;
}

.runningtext {
  margin-top: 0.5rem;
  background: url(../img/runningtext.png?v=0) no-repeat center left;
  padding-left: 2rem;
}

.runningtext p {
  margin: 0;
}

.navbar-nav {
  gap: 0 0.5rem;
}

.nav-link {
  color: var(--font-color-navbar) !important;
  transition-duration: 0.5s;
  padding-right: 1.5rem;
  padding-left: 1.5rem;  
}

.nav-link:hover {
  opacity: 0.8;
}

.header {
  background-color: #fff;
}

.head{
  background: url(../img/side.png) no-repeat;
  color: var(--font-color-black);
  padding: 1rem 1rem;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.sub-head {
  background-color: var(--bg-color-secondary);
  color: var(--font-color-white);
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
}

#fixed-search {
  z-index: 9;
  background: #fff;
}

.form-control, .form-select {
  border:1px solid #fffc01;
}

.btn-cari {
  background: #fffc01;
}

#logo-wrapper {
  background: url(../img/bg_search.png) no-repeat center bottom;
}

.hdg_operator {
  background: url(../img/center.png) no-repeat center left;
  min-height: 66px;
}

.hdg_operator .img-operator img {
  max-width: 70px;
}

.list-data li a {
  text-decoration: none;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;  
}

.list-data li a:hover {
  color: #000;
}

.filter-pasangan a img {
  filter: grayscale(100%);
}

.filter-pasangan a:hover img {
  filter: grayscale(0%);
}

.card-body {
  padding: 0.5rem;
}

.card-body h5, .card-body h6 {
  margin-bottom:0;
}

.statistik {
  text-align: center;
}

.statistik .stat-sub-title {
  color: #8d8d8d;
  font-size: 14px;
}

.statistik .stat-main-counter {
  font-size: 36px;
}

.statistik .stat-secondary-counter {
  font-size: 24px;
}

.filter-operator {
  gap: 2rem 2rem;
}

.filter-operator > * {
  width: 70px;
}

.page-item.active .page-link {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.page-link {
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .nav-link {
    margin-top: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .bg-navbar {
    background:#ebd202;
  }

  .dropdown-menu {
    background: #ffe924;
  }
}




