.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  margin-left: unset;
  margin-right: unset;
}

.form-field-label {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

/* LANDING PAGE / LOGIN / REGISTER */
.landing-page-container {
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.chess-video-blur {
  /* width: inherit;
  height: inherit;
  -o-filter: blur(3px);
  filter: blur(3px);
  object-fit: cover;
  transform: scale(1.04); */
}

.landing-page-container .content {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 20px 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 450px;
}

.landing-page-container .content.register {
  width: 650px;
}

/* ACCORDIONS */
.accordion-button {
  background-color: #f5f5f5;
}

.accordion-button:not(.collapsed) {
  background-color: #a7dcc0;
  color: black;
}

/* TABS */
.tab-content {
  padding: 10px;
}

.e-tab .e-content {
  height: auto !important;
}

/* FORMS */

form .e-checkbox-wrapper {
  margin-top: 30px;
}

/** progressing bar */
.chess-adc-progressing-bar-container {
  width: 100%;
  height: 100%;
}

.chess-adc-progressing-bar-outlet {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.chess-adc-level-background {
  width: 100%;
  height: 100%;
  background-color: rgb(226, 226, 226);
  position: relative;
}

.chess-adc-level-bar {
  height: 100%;
  width: 100%;
  background-color: rgba(250, 190, 77, 0.5);
  position: absolute;
}

.chess-adc-left-alert-bar {
  height: 100%;
  width: 100%;
  background-color: rgba(182, 14, 22, 0);
  border-top: 2px solid rgba(182, 14, 22, 1);
  position: absolute;
}

.chess-adc-righ-alert-bar {
  left: 40%;
  height: 100%;
  width: 60%;
  background-color: rgba(182, 14, 22, 0);
  border-top: 2px solid rgba(182, 14, 22, 1);
  position: absolute;
}

.chess-adc-level-content {
  width: 100%;
  color: #000000;
  text-align: center;
  position: absolute;
}

.chess-footer-buttons-container {
  position: absolute;
  bottom: 0;
  right: 0;
}
