/*  
Theme Name: MahJong
Version: 1.0
Text Domain: mahjong
*/

.sub-trusted-pt-pb .owl-nav {
  display: none !important;
}

.sub-blog-pagination .active>.page-link, .sub-blog-pagination .page-link.active{
  background-color: #AA0F0F;
  border-color: #AA0F0F;
}

.cont-ajax {
  position: relative;
}

#ajaxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-spinner {
  color: #AA0F0F;
}

.image-dark, .image-light { display: none; }
body.dark-mode .image-dark { display: block; }
body.white-mode .image-light { display: block; }



