.nitch-popup {
  position: fixed;
  top: 100vh;
  left: 0;
  height: 100vh;
  width: 100%;
  font-family: "Arial" !important;
  color: #5A3DFF !important;
  z-index: 10000000; }
  .nitch-popup.hide-popup {
    top: 100vh;
    -webkit-transition: all 0.2s;
    -moz-transtition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .nitch-popup.show-popup {
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transtition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .nitch-popup > header, .nitch-popup .header {
    background-color: #5A3DFF !important;
    padding: 12px !important;
    color: white !important; }
  .nitch-popup > .content {
    background-color: white !important;
    padding: 12px !important;
    color: #212121 !important;
    margin: 0 auto;
    text-align: center;
    height: 100%; }
  .nitch-popup > footer, .nitch-popup .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #F2731F !important;
    padding: 12px !important;
    color: white !important; }

/*# sourceMappingURL=nitch-popup.css.map */
