.main {
  margin-top: 40px;
}

#add-product-btn {
  margin: 20px 0 40px 0;
}

#orders tbody tr:hover {
  background-color: #bbdefb;
  cursor: pointer;
}

#edit-button,
#fulfill-button {
  margin-top: 50px;
}

.preloader-background {
  position: absolute;
  background-color: rgba(23, 23, 23, 0.9);
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  display: none;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.admin {
  display: none;
}
