:root{
  --bg-color: #fff;
  --bg-color-secondary:#ff0607; 
  --font-color-white: #ffffff;
  --font-color-black : #000000;
  --color-primary: #ff5f3e;
  --bg-card: #f5f5f5;
  --font-color-navbar: #000;
}

body {
  font-family: arial;
  font-size: .9rem;
  background: url(../img/bg.jpg) no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-size: auto;
  background-size: 100% auto;
  letter-spacing: .2px;
  padding: 0 0 0px;  
}

a:hover {
  color: #fe5d3d;
}

.fs-7 {
  font-size: .85rem;
}

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

.text-primary {
  color: var(--color-primary) !important;
}

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

.btn-primary {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

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

.bordernomor {
  border: 1px solid #ff0607;
  background: #fff;
  font-weight: bold;
  margin-bottom: .5rem;
  padding:.35rem;
}

/* tooltip nomor */

.tooltip-wrapper {
  position: relative;
}

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


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

.tooltipnomor{
  display: none;
  background: red;
  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;
  top: 1.5rem;
  left: calc(50% - 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;
}

a {
  text-decoration: none;
}

.blink_me {
  animation: blinker 2.0s linear infinite;
}

@keyframes blinker {
  0% {
      opacity:1;
  }
  50% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}

.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: 2.5rem;
}

.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.0rem !important;
  padding-left: 1.0rem !important; 
  font-weight: bold;
}

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

.header {
  background: url(../img/bgheader1.png) no-repeat;
  min-height: 206px;
}

#logo-wrapper {
}

.logo {
  margin-top: 2rem;
}

.topmenu {
  margin-top: .80rem;
}

.head{
  background: url(../img/bgsidehead.jpg);
  color: var(--font-color-white);
  padding: .25rem 1rem;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

#fixed-search {
background: #292929;
  background: -moz-linear-gradient(top, #292929 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #292929 0%,#010101 100%);
  background: linear-gradient(to bottom, #292929 0%,#010101 100%);
}

#fixed-search * {
  font-size: .85rem;
}

.btn-search {
  background-color: #ff8352;
  color: #fff;
}

.list-data li a {
  text-decoration: none;
  color: #8d8d8d;
  font-size: 18px;
  line-height: 1.5em;  
}

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

.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);
}

.footer-top {
  min-height: 400px;
  background: url(../img/bgfooter.png) no-repeat;
  padding-top: 170px;
  color: #858585;
}

.copyright {
  background: #292929;
  background: -moz-linear-gradient(top, #292929 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #292929 0%,#010101 100%);
  background: linear-gradient(to bottom, #292929 0%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#010101',GradientType=0 );
}

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

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




