/*
Theme Name: IFNTThemes
Theme URI: https://webnganh.com/
Author: IRT
Author URI: https://webnganh.com/
Description: WebNganh.Com
Version: 9.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme wordpress, wordpress theme dev, wordpress dev, webnganh.com
Text Domain: irt
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.lds-dual-ring.load {
  display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overlay_irt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 1;
  transition: all 0.5s;
}

#wpadminbar {
  z-index: 9 !important;
}
@media screen and (max-width: 768px) {
  html {
    margin-top: 0px !important;
  }
  #wpadminbar {
    display: none;
  }
}
