/* nics modal*/
.hide-scroll{
  overflow: hidden;
}

.nic-modal{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.6);
  z-index: 999;
}

.nic-dialog{
  position: absolute;
  right: 0;
  height: 100vh;
  background: #fff;
  animation-fill-mode: alternate;
}


/* end nics modal */
