.sportbook-shell {
  width: 100%;
  background: #0f3d31;
  padding: 0;
  margin: 0;
}

.sportbook-providers {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #173d32;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sportbook-providers__item {
  flex: 1;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 0.65rem 0.5rem;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
}

.sportbook-providers__item:last-child {
  border-right: none;
}

.sportbook-providers__item.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -2px 0 #f3ea29;
}

.sportbook-frame-wrap {
  width: 100%;
  min-height: calc(100vh - 168px);
  background: #0f3d31;
}

.sportbook-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 168px);
  height: calc(100vh - 168px);
  border: 0;
  background: #0f3d31;
}

.sportbook-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

body.sportbook-page .Main {
  padding: 0;
}

body.sportbook-page .footerbg {
  margin-top: 0;
}

@media (max-width: 768px) {
  .sportbook-frame,
  .sportbook-frame-wrap {
    min-height: calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
}
