
.levels-header.bg-color {
  background: linear-gradient(180deg, #005C97 0%, #5BC2E7 100%);
  color: #fff;
}

@media (min-width: 992px) {
  .levels-header {
    min-height: 250px;
  }
}

.levels-header .container {
  position: relative;
  height: 100%;
}

.levels-header .content-container {
  height: 250px;
  display: flex;
  align-items: center;
}

.levels-header .bg-image {
  display: block;
  content: "";
  position: absolute;
  height: 250px;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.levels-header.bg-color:before,
.levels-header .bg-image-default:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.1;
  height: 250px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-image: url('/themes/custom/easl/images/easl-hex.png');
}

.levels-header__progress-bar {
  height: 15px;
  background-color: #004B87;
  border-radius: 10px;
  margin: 1.5rem auto 0 auto;
  overflow: hidden;
  max-width: 230px;
}

.levels-header__bar-xp {
  background-color: #fff;
  color: #004B87;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  float: left;
  display: block;
  line-height: 1.8;
}

.levels-header__bar-remaining {
  color: white;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  float: left;
  display: block;
  line-height: 1.8;
}

.levels-header__title {
  font-size: 4rem;
  margin-top: -0.625rem;
}

.levels-header__description {
  font-size: 1.5rem;
}

.levels-header__progress {
  font-size: 1rem;
  color: #fff;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
}

.levels-header__progress .percent {
  width: 160px;
  height: 160px;
  position: relative;
}

.levels-header__progress svg {
  width: 160px;
  height: 160px;
  position: relative;
}

.levels-header__progress circle {
  stroke: #fff;
  transform: translate(5px, 5px);
  fill: none;
  stroke-width: 15;
  width: 160px;
  height: 160px;
  position: relative;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.levels-header__progress circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #fff;
}

.levels-header__progress circle:nth-child(2) {
  stroke: #004B87;
}

.levels-header__progress .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 3rem;
}

.levels-header__progress p {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.levels-header__progress small {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

#edit-levels .form-item {
  display: inline-block;
}
