/**
 * Colors
 */

/** *********************************************************************** **/

/**
 *
 */

/** Auth Layout **/

#auth-layout {
  background-image: url("/media/image/login-background.jpg");
  min-height: 80vh;
  background-size: cover;
  background-position: 100% 100%;
}

.text-red,
.card-title {
  color: #ff0000;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
}

.breadcrumb a {
  background-color: transparent;
  color: red;
  text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: red;
  text-decoration: underline;
}

.proceed-label {
  padding: unset !important;
  padding-left: 20px !important;
}

.custom-label-register {
  pointer-events: all !important;
}

#quicklinks_management_participants {
  color: #999;
  background-color: transparent !important;
}

.filter-option-inner {
  padding: 5px !important;
}

dl dd:last-of-type {
  border-bottom: none;
}

#statistics header h1 {
  color: #ff0000;
}

#statistics header a {
  color: #ff0000;
}

#statistics header a:hover {
  color: #999;
}

#statistics header i {
  color: #999;
}

.dropdown-menu.show {
  z-index: 999999999;
}

#frontend {
  background: linear-gradient(#eee 0, #ddd 100%);
}

#frontend #hero-stage .hero-image {
  min-height: 80vh;
  background-size: cover;
  background-position: 100% 100%;
}

#frontend #hero-stage .hero-image #hero-content {
  top: 50%;
  left: 50%;
}

#frontend #content .breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
}

#frontend #content .card {
  background: #fff;
  border-radius: 4px;
}

#frontend #content .card .card-body .card-title {
  letter-spacing: 1px;
  font-weight: 400;
}

/*  breadcrum registration */

:root {
  --prm-color: #ff0000;
  --prm-gray: #f9f9f9;
}

section {
  width: 100%;
}

/*  unnecessary finished*/

/* CSS */

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: var(--prm-gray);
  transition: 0.4s;
  pointer-events: none;
}

.step-button[aria-expanded=true] {
  width: 45px;
  height: 45px;
  background-color: var(--prm-color);
  color: #fff;
}

.done {
  background-color: var(--prm-color);
  color: #fff;
}

.step-item {
  z-index: 10;
  text-align: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 90%;
  z-index: 5;
  height: 10px;
  margin-left: 18px;
  /*margin-bottom: 18px; */
}

/* to customize progress bar */

#progress::-webkit-progress-value {
  background-color: var(--prm-color);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: var(--prm-gray);
}

.article-page {
  overflow: visible;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: white;
}

.article-page aside p span {
  display: inline-block;
  padding: 16px;
  margin-left: 64px;
  background: red;
  border-radius: 6px;
  transform: rotate(-5deg);
  font-size: 40px;
  line-height: 100%;
  color: #fff;
}

.article-page aside p,
.article-page .article-tile a p span,
.article-page .badge {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-text {
  text-align: center;
}

.nav-text {
  text-align: center;
}

.navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.pagination {
  justify-content: flex-start !important;
}

.h5 {
  font-size: 1.094rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

dl dt {
  font-weight: 400;
  color: #999;
}

dl dd {
  font-weight: 400;
}

body {
  margin: 0;
  font-family: Sparkasse Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

