/*------ RPopup ------*/
.RPopup-loader {
  z-index: 3000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('/images/popup-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
}
.RPopup-loader div:first-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.RPopup-loader div:first-child div:first-child {
  width: 50px;
  height: 20px;
  position: relative;
  top: 50px;
  left: -25px;
  padding: 0;
  font-size: 10px;
  line-height: 20px;
}
