.slot-page-container {
  position: relative;
  left: 0;
  transition: all .3s ease;
}

.slot-button-container {
  padding: 10px 20px 70px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.slot-page-container.active-sidebar {
  left: 165px;
}

.slot-buttons {
  margin: 0 10px 10px 0;
  width: calc(100%/2 - 8px);
}

.slot-buttons img {
  width: 100%;
}

.slot-buttons:nth-child(even) {
  margin-right: 0;
}

.slot-button-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 0px;
  background: #1D1D1D;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF;
}

slot-page.ng-scope {
  padding-bottom: 70px;
  overflow-y: scroll;
  height: 100vh;
  display: block;
  margin-bottom: 38px !important;
}
