.scroll-disabled {
  margin: 0;
  height: 100%;
  overflow: hidden; }

#mxfnt-popup {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh; }
  #mxfnt-popup .popup-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
    transition: .3s all; }
  #mxfnt-popup .popup-wrap {
    position: relative;
    background: white;
    border-radius: 3px;
    transition: .3s all; }
    #mxfnt-popup .popup-wrap h4 {
      margin: 0;
      max-width: 25vw; }
    #mxfnt-popup .popup-wrap .popup-title-wrap {
      min-height: 150px;
      width: 100%;
      height: 50px;
      background: #27a4f2;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #e8e8e8; }
      #mxfnt-popup .popup-wrap .popup-title-wrap.success {
        background: #4CAF50; }
      #mxfnt-popup .popup-wrap .popup-title-wrap.warning {
        background: #f55a4e; }
      #mxfnt-popup .popup-wrap .popup-title-wrap h4 {
        color: white; }
    #mxfnt-popup .popup-wrap .confirm-btn {
      background-color: #f15a24; }
    #mxfnt-popup .popup-wrap .popup-text-wrap {
      max-width: 400px;
      width: 400px;
      padding: 50px 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #mxfnt-popup .popup-wrap .popup-youtube-wrap iframe {
      width: calc(100vw / 2);
      height: calc(100vw / 3.55); }
      @media (max-width: 1199px) {
        #mxfnt-popup .popup-wrap .popup-youtube-wrap iframe {
          width: calc(100vw / 1.2);
          height: calc(100vw / 2.13); } }
      @media (max-width: 767px) {
        #mxfnt-popup .popup-wrap .popup-youtube-wrap iframe {
          width: calc(100vw / 1.1);
          height: calc(100vw / 1.96); } }
    #mxfnt-popup .popup-wrap .button-wrap {
      position: absolute;
      bottom: calc(100% + 15px);
      right: 15px; }
  #mxfnt-popup.to-be-animated .popup-overlay {
    opacity: 0; }
  #mxfnt-popup.to-be-animated .popup-wrap {
    opacity: 0;
    transform: translateY(30px); }

/*# sourceMappingURL=mxfntpopup.css.map */
