@keyframes loadbtn {
  from {
    /*color: #333;*/
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}

html, body, .page-container {
  height: 100%;
}

.page-container {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

button.loading {
    animation: loadbtn 3s ease;
    animation-iteration-count: infinite;
}

.rz-frozen-cell-right.rz-frozen-cell-right-end {
    box-shadow: none !important;
    border-left: 0 !important;
}