.dialog.helpcontent {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  color: #000; }
  .dialog.helpcontent.showWindow {
    display: flex; }
  .dialog.helpcontent .wrapper {
    padding-top: 29px;
    background-color: #fff;
    position: relative; }
    .dialog.helpcontent .wrapper button.close {
      position: absolute;
      top: 5px;
      right: 5px;
      margin: 0;
      z-index: 1000; }
  .dialog.helpcontent .container {
    position: relative;
    background-color: #fff;
    overflow: auto; }
