.container-fluid {
  padding: 0 66px;
}

.navigation-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
}

.navigation-bar {
  height: 77px;
  background-color: white;
}

.offcanvas-menu {
  top: 79px;
}
.offcanvas-menu__nav-item {
  border-bottom: 1px solid lightgrey;
  font-family: "Eina 01", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  cursor: pointer;
}

.offcanvas-backdrop {
  top: 79px;
}

.navbar-toggler {
  outline: 0;
  border: 0;
  align-self: center;
}
.navbar-toggler:focus {
  outline: none;
  outline-style: none;
  border: none;
  box-shadow: none;
}

.burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px;
}
.burger-menu:hover {
  cursor: pointer;
}
.burger-menu__bar {
  height: 3px;
  width: 100%;
  background-color: #2E2747;
  transition: all 100ms ease-in-out;
}
.burger-menu .x:nth-of-type(1) {
  transition: all 100ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28px;
}
.burger-menu .x:nth-of-type(2) {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}
.burger-menu .x:nth-of-type(3) {
  transition: all 100ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 28px;
}

/* News Feed */
.news_feed__header {
  font-family: "Eina 01", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-left: 4px solid #C7353C;
  color: #C7353C;
  margin: 1rem 0;
}
.news_feed__item {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  color: black;
  font-weight: 700;
}
.news_feed__item:hover {
  /*background-color: lightgray;*/
}
.news_feed__item__header {
  margin-bottom: 1rem;
}
.news_feed__item__text {
  color: grey;
}
.news_feed__item__body__heading {
  font-family: "Eina 01", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.news_feed__item__body__heading--no-img {
  font-size: 20px;
}
.news_feed__footer__text {
  font-family: "Eina 01", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

a:any-link {
  color: inherit;
  text-decoration: inherit;
}

.domain_list {
  margin: 1rem;
}

.login-component {
  max-width: 700px;
}
.login-component__heading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.forgot-password {
  color: #3835C7 !important;
  text-align: center;
  display: block;
  color: white;
  width: 100%;
  margin: 0.5rem 0;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 24px;
  margin-top: -0.5rem;
  margin-top: 0.5rem;
}

.form {
  max-width: 700px;
}
.form__login-btn {
  background: #3835C7;
  color: white !important;
  margin: 0.5rem 0;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 24px;
  margin-top: -0.5rem;
  height: 54px;
}
.form__login-btn--regular-btn {
  color: #3835C7 !important;
  background: white;
  border: 1px solid #3835C7;
  margin-top: 0.5rem;
}
.form__input-field {
  height: 70px !important;
}

.eavis {
  border-radius: 0px 4px 4px 4px;
  font-family: "Eina 01", sans-serif;
}
.eavis-heading {
  padding: 0px;
  /* Inside auto layout */
  justify-content: flex-start;
  display: flex;
}
.eavis-heading--label {
  border-radius: 4px 4px 0px 0px;
  padding: 8px 16px;
  background: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  /* Light */
  color: #FFFFFF;
}
.eavis-body {
  background: #000000;
  border-radius: 0px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 24px;
}
.eavis-body__inner {
  height: 80px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding: 0px 24px 0px 0px;
  gap: 24px;
}
.eavis-body__inner__logo {
  width: 80px;
  height: 80px;
  /* Inside auto layout */
}
.eavis-body__inner__button {
  align-items: flex-start;
  padding: 1rem;
  height: 54px;
  max-width: 250px;
  width: 100%;
  font-weight: bold;
  /* Light */
  background: #FFFFFF;
  border-radius: 4px;
}

.admin__sub-title {
  text-transform: uppercase;
  color: #C7353C;
  font-size: 16px;
  font-weight: 700;
  border-left: 4px solid #C7353C;
  padding-left: 5px;
  margin-bottom: 16px;
}
.admin__card img {
  padding-right: 8px;
}
.admin__card-title {
  font-size: 16px;
  font-weight: 700;
}
.admin__card-info-text {
  font-size: 12px;
}
.admin__card-info-text--alert {
  color: #C7353C;
}
.admin__card-info-text--confirmed {
  color: #3835C7;
}
.admin__date-text {
  font-size: 12px;
  margin: 0;
}
.admin__link {
  color: #3835C7 !important;
  font-size: 14px;
  font-weight: 700;
  margin-right: 24px;
}
.admin__link--underlined {
  border-bottom: 2px solid #3835C7;
}

.button {
  padding: 8px 12px;
  border-radius: 4px;
  flex: none;
  order: 2;
  flex-grow: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Eina 01", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  transition: ease-in 0.2s;
}
.button--blue {
  color: white;
  background: #3835C7;
}
.button--red {
  background: #C7353C;
  color: white;
}
.button--outline-blue {
  border: 1px solid #3835C7;
  color: #3835C7;
}
.button--outline-red {
  border: 1px solid #C7353C;
  color: #C7353C;
}

.admin-nav {
  background: #C7353C;
  padding-top: 10px;
  margin-bottom: 30px;
}
.admin-nav__link {
  font-weight: 700;
  color: white;
}
.admin-nav__link:hover {
  color: white;
}
.admin-nav .nav-link.active {
  color: #C7353C;
  border-color: white;
}
.admin-nav .nav-tabs {
  border: none;
}

* {
  font-family: "Eina 01", sans-serif;
}

.container-lg-background-img {
  /*  background-color: white;
    background-image: url('/images/dnmh-streger-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 100vh*/
}

/*# sourceMappingURL=site.css.map */
