/* note: this file name must start with an underscore "_" so it wont be generated in the output */
@media all {
  .app-popup {
    display: none; }
    .app-popup .popup {
      background: #ffffff;
      max-width: 600px;
      position: fixed;
      display: block;
      z-index: 999;
      top: calc(50% - 266.66667px);
      left: calc(50% - 300px);
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
      border-radius: 15px;
      overflow: hidden; } }
    @media all and (max-width: 600px) {
      .app-popup .popup {
        max-width: calc(100vw - 20px);
        max-height: 100%;
        left: 10px;
        top: 10px; } }
    @media all and (max-width: 320px) {
      .app-popup .popup {
        max-height: calc(100vh - 20px);
        overflow: scroll; } }

@media all {
      .app-popup .popup .popup-content {
        padding: 20px; }
        .app-popup .popup .popup-content h1, .app-popup .popup .popup-content h2, .app-popup .popup .popup-content h3, .app-popup .popup .popup-content h4, .app-popup .popup .popup-content h5, .app-popup .popup .popup-content h6 {
          margin-top: 0; }
      .app-popup .popup .popup-close {
        height: 20px;
        width: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        background: black;
        border-radius: 50%;
        color: #FFF; }
        .app-popup .popup .popup-close:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          content: "\f057";
          line-height: 20px;
          position: absolute;
          width: 20px;
          height: 20px;
          font-size: 20px; }
        .app-popup .popup .popup-close:hover {
          color: #8FA400; }
    .app-popup .background {
      position: fixed;
      z-index: 998;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100vw;
      height: 100vh; }
    .app-popup.admin {
      display: none; }
  .app-popup-settings,
  .app-popup-settings-small {
    display: block;
    position: fixed;
    background: #fff;
    top: 40%;
    right: 0;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 7px 0px #c7c7c7;
    padding: 20px; }
    .app-popup-settings h2,
    .app-popup-settings-small h2 {
      font-size: 20px; }
    .app-popup-settings .buttons a,
    .app-popup-settings-small .buttons a {
      color: #FFF; }
  .app-popup-settings {
    display: none; }
  .app-popup-settings-small {
    height: auto;
    padding: 5px; }
  #app-popup-open-menu > span:first-of-type {
    vertical-align: top; }
  .menu-close {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .menu-close:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      content: "\f057";
      line-height: 20px;
      position: absolute;
      width: 20px;
      height: 20px;
      font-size: 20px; }
    .menu-close:hover:after {
      color: #8FA400; } }

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