/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FMM Modules
 *  @copyright FME Modules 2024
 *  @license   Single domain
 */
#popUpMessage {
  display: none;
  position: relative;
}
.fancybox__backdrop{
  background-color:rgba(0,0,0,0.4); ;
}
.fancybox__content {
  padding: 0;
  z-index: 100;
  min-height: 200px;
  min-width: 300px;
}
.fancybox__content > .f-button.is-close-btn{
  background-color: rgb(187, 29, 29) !important;
  color: white;
}
.fancybox__content img {
  max-width: 100%;
  height: auto;
}
#popUpMessageBackground {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
