/*!
 * Project: login-module
 *
 * User: mschwab
 * Date: 08.01.2020
 *
 * This code is copyright (c) 2020 let's dev GmbH & Co. KG
 * URL: https://www.letsdev.de
 * e-Mail: contact@letsdev.de
 */
/* abstracts */
/* header */
/* navigation */
/* login */
/* media */
/* font */
/* border-radius */
.login-page .page-container .row-wrapper::after, .form-module .input-row-wrapper > .input-wrapper.multiple-input-wrapper::after, .form-module .input-row-wrapper::after, .form-module .input-header::after, .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

body.login-page, body.form-page {
  margin: 0;
}

/* base */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("Material Symbols Outlined"), url("../fonts/material_icons/material-icons.woff2") format("woff2");
}
/* B/W */
/* DEFAULT COLORS */
/* ROOT */
:root {
  --primary: #0070D5;
  --primary-rgb: 0, 112, 213;
  --secondary: #666666;
  --secondary-rgb: 102, 102, 102;
  --success: #06B474;
  --error: #DA0037;
  --warning: #FF9900;
  --main-font: #000000;
  --main-font-rgb: 0, 0, 0;
  --aside-font: #FFFFFF;
  --aside-font-rgb: 255, 255, 255;
  --font-light: #FFFFFF;
  --font-light-rgb: 255, 255, 255;
  --main-background: #FFFFFF;
  --main-background-rgb: 255, 255, 255;
  --aside-background: #000000;
  --aside-background-rgb: 0, 0, 0;
}

/* MAIN */
/* BACKGROUNDS */
/* FONT COLORS */
/* ELEMENT COLORS */
/* TABLE COLORS */
html, body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}

html, body {
  margin: 0;
  padding: 0;
}

html *, div, section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html *:focus {
  outline: none;
}

body {
  position: relative;
  min-width: auto;
  margin-left: 12rem;
  color: var(--main-font);
  background: var(--main-background);
}
body.layout-plain {
  margin: 0;
}
body.overlay-no-scroll {
  overflow: hidden;
}
body .hidden {
  display: none;
}

body:not(.layout-plain):not(.form-page) .tagify__dropdown {
  margin-top: -4rem;
  margin-left: -12rem;
}

@media screen and (max-width: 48rem) {
  body {
    margin-left: 0;
  }
  body:not(.layout-plain):not(.form-page) .tagify__dropdown {
    margin-top: 0;
    margin-left: 0;
  }
}
body > * {
  font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
  margin: 0;
}
p.small {
  font-size: 0.875em;
  line-height: 1.2em;
}
p + p {
  margin-top: 1rem;
}

.small-text {
  font-size: small;
}

.bold {
  font-weight: bold;
}

.text-small {
  font-size: small;
}

.semibold {
  font-weight: 600;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* HEADLINES */
.page-heading {
  font-size: 1rem;
}

.page-subheading {
  font-size: 0.875rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.form-heading {
  font-size: 1rem;
  margin-bottom: 1rem;
}

i {
  font-style: normal;
}

.material-icons,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
}
.material-icons.white,
.material-symbols-outlined.white,
.material-symbols-rounded.white,
.material-symbols-sharp.white {
  color: #FFFFFF;
}

.icon {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  background-position: center;
}
.icon.impersonate {
  background-image: url("../img/icons/ic_impersonate_white.svg");
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.user-img-wrapper img {
  max-width: 5rem;
  max-height: 5rem;
}

/* layout */
.main-navigation-container {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 12rem;
  max-height: 100vh;
  color: var(--aside-font);
  background: var(--aside-background);
}
.main-navigation-container .build-info-wrapper {
  margin-top: auto;
  opacity: 0.5;
}
.main-navigation-container .build-info-wrapper ul, .main-navigation-container .build-info-wrapper li {
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation-container .build-info-wrapper .build-info {
  font-size: 0.625rem;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  letter-spacing: 0.1em;
  color: var(--aside-font-rgb);
}
.main-navigation-container .build-info-wrapper .build-info .item {
  margin-bottom: 4px;
}
.main-navigation-container .header {
  position: relative;
  flex: 0 0 auto;
  height: 4rem;
  padding: 0.5rem 1rem;
}

.nav-icon {
  position: absolute;
  z-index: 1000;
  top: 0;
  display: none;
  width: 4rem;
  height: 4rem;
  padding: 1.25rem;
  cursor: pointer;
  background-color: var(--aside-background);
}
.nav-icon .lines {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin: 4px 0;
  transition: transform 0.5s, margin-top 0.5s;
  background-color: var(--aside-font);
}
.nav-icon .lines:nth-of-type(2) {
  transition: opacity 0.25s;
}
.nav-icon.pushed {
  left: 0;
}
.nav-icon.pushed .lines:nth-of-type(2) {
  opacity: 0;
}
.nav-icon.pushed .lines:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav-icon.pushed .lines:nth-of-type(3) {
  margin-top: -12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.navigation-wrapper {
  overflow: auto;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(var(--main-background-rgb), 0.2);
}
.navigation-wrapper:last-child {
  border: 0;
}
.navigation-wrapper .navigation-separator {
  height: 1px;
  margin: 0.5rem 0 0.5rem 1rem;
  opacity: 0.5;
  background-color: var(--main-background);
}
.navigation-wrapper .navigation-item-wrapper {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  white-space: nowrap;
  border-left: 0.25rem solid transparent;
}
.navigation-wrapper .navigation-item-wrapper .navigation-item {
  line-height: 1.5rem;
  margin: 0;
  opacity: 0.5;
}
.navigation-wrapper .navigation-item-wrapper.active {
  font-weight: 600;
  border-left-color: var(--primary);
  position: relative;
  z-index: 0;
}
.navigation-wrapper .navigation-item-wrapper.active::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 0;
}
.navigation-wrapper .navigation-item-wrapper.active .navigation-item,
.navigation-wrapper .navigation-item-wrapper.active .material-icons {
  opacity: 1;
}
.navigation-wrapper .navigation-item-wrapper:hover {
  position: relative;
  z-index: 0;
}
.navigation-wrapper .navigation-item-wrapper:hover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 0;
}
.navigation-wrapper .navigation-item-wrapper:hover .navigation-item {
  opacity: 1;
}

@media screen and (max-width: 48rem) {
  .main-navigation-container {
    position: absolute;
    left: -12rem;
    transition: left 0.3s;
  }
  .main-navigation-container.visible {
    left: 0;
  }
  .nav-icon {
    left: 100%;
    display: block;
    transition: left 0.3s;
  }
  body {
    margin-left: 0;
  }
}
.main-header-container {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 12rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  padding: 0 1rem;
  color: var(--aside-font);
  background-color: var(--aside-background);
}
.main-header-container .imorginate-icon {
  margin: 0 1rem;
  border-radius: 100%;
  background-color: var(--primary);
}
.main-header-container .sub-menu-wrapper.focus .sub-menu-content {
  display: block;
}
.main-header-container .sub-menu-wrapper .sub-menu-button {
  position: relative;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
}
.main-header-container .sub-menu-wrapper .sub-menu-button:hover {
  color: var(--font-light);
  background-color: var(--primary);
}
.main-header-container .sub-menu-wrapper .sub-menu-content {
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
  overflow: hidden;
  padding-top: 4rem;
  border: 1px solid var(--aside-font);
  background-color: var(--aside-background);
}
.main-header-container .user-menu-wrapper {
  margin-left: auto;
}
.main-header-container .user-menu-wrapper .user-information-wrapper {
  position: absolute;
  z-index: 2;
  right: 1rem;
  width: 15rem;
  margin-right: 2rem;
  padding-left: 0.5rem;
}
.main-header-container .user-menu-wrapper .user-information-wrapper .name-wrapper, .main-header-container .user-menu-wrapper .user-information-wrapper .organization-wrapper span, .organization-wrapper .main-header-container .user-menu-wrapper .user-information-wrapper span {
  font-size: 0.75rem;
  line-height: normal;
  overflow: hidden;
  padding-left: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-header-container .user-menu-wrapper .user-information-wrapper .input-wrapper {
  display: inline-block;
  width: auto;
  margin: 0;
}
.main-header-container .user-menu-wrapper .sub-menu-content {
  right: 0;
  width: 18rem;
}
.main-header-container .application-selection-wrapper .sub-menu-content {
  left: 0;
  min-width: 12rem;
}

@media screen and (max-width: 48rem) {
  .main-header-container {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 30rem) {
  .main-header-container .sub-menu-wrapper .sub-menu-content {
    top: 100%;
    right: 0;
    left: 0;
    border: 0;
  }
  .main-header-container .user-menu-wrapper.focus .user-information-wrapper {
    display: block;
  }
  .main-header-container .user-menu-wrapper .user-information-wrapper {
    top: calc(100% + 1rem);
    right: 0;
    left: 0;
    display: none;
  }
  .main-header-container .user-menu-wrapper .sub-menu-content {
    width: 100%;
  }
  .main-header-container .application-selection-wrapper .sub-menu-content {
    min-width: 100%;
  }
}
.page-container {
  min-height: calc(100vh - 4rem - 3rem);
  margin-top: 4rem;
  padding: 2rem 1rem;
}
.page-container .page-header {
  margin-bottom: 2rem;
}
.page-container .page-header .page-heading {
  margin-bottom: 0;
}
.page-container .page-header .description {
  margin-top: 0.5rem;
  color: var(--secondary);
}
.page-container .header {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  justify-content: space-between;
  gap: 1rem;
}
.page-container .header .page-heading,
.page-container .header .page-subheading {
  width: 100%;
}
.page-container .header .back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  order: 1;
}
.page-container .header .back-button > i {
  line-height: 2.5rem;
  margin-right: 0.5rem;
}
.page-container .header .back-button .page-heading {
  margin-bottom: 0;
}
.page-container .header .back-button:hover > i {
  color: var(--primary);
}
.page-container .header .button.width-auto,
.page-container .header .input-wrapper.width-auto,
.page-container .header .form-module.width-auto {
  width: auto;
}
.page-container .header .button + .form-module, .page-container .header .button + .input-wrapper,
.page-container .header .input-wrapper + .form-module,
.page-container .header .input-wrapper + .input-wrapper,
.page-container .header .form-module + .form-module,
.page-container .header .form-module + .input-wrapper {
  width: 50%;
  order: 2;
}
.page-container .header .input-wrapper,
.page-container .header .form-module {
  width: 50%;
  order: 2;
}
.page-container .header .button {
  order: 3;
}
.page-container .header .button-wrapper {
  display: flex;
  margin-top: 0;
  gap: 1rem;
  order: 3;
}
.page-container .header .button-wrapper .button {
  margin: 0;
}
.page-container .page-information {
  margin-bottom: 2rem;
}
.page-container > section + section {
  margin-top: 3rem;
}
.page-container > section .details-wrapper {
  margin-bottom: 1rem;
}
.page-container > section .details-wrapper .page-subheading {
  margin: 0;
}
.page-container > section .details-wrapper p + p {
  margin: 0;
}

@media screen and (max-width: 48rem) {
  .page-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 30rem) {
  .page-container {
    padding: 1rem 0.5rem;
  }
  .page-container .header {
    margin-bottom: 1rem;
  }
  .page-container .header .page-heading,
  .page-container .header .page-subheading {
    margin: 0;
  }
  .page-container .header .button {
    width: 100%;
  }
}
.footer-container {
  font-size: 0.75rem;
  line-height: 1rem;
  height: 3rem;
  padding: 1rem;
  text-align: right;
  border-top: 1px solid var(--aside-background);
}

body.form-page {
  background-color: var(--aside-background);
}
body.form-page .page-container {
  margin-top: 0;
}
body.form-page .form-module {
  max-width: 48rem;
  margin: 4rem auto 0;
  padding: 2rem;
  background-color: var(--main-background);
}

.error-wrapper p {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: var(--error);
}

.form-module {
  max-width: 64rem;
}
.form-module.large {
  max-width: none;
}
.form-module .form-paragraph {
  margin-bottom: 1rem;
}
.form-module .input-header {
  margin-bottom: 1rem;
}
.form-module .input-header .form-subheading {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
  color: var(--main-font);
}
.form-module .input-header > p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.form-module .input-header .error-wrapper p {
  margin-top: 0;
}
.form-module .input-row-wrapper > .input-wrapper {
  float: left;
  margin-right: 2rem;
}
.form-module .input-row-wrapper > .input-wrapper.width-50:nth-of-type(2n), .form-module .input-row-wrapper > .input-wrapper.width-33:nth-of-type(3n), .form-module .input-row-wrapper > .input-wrapper:last-child {
  margin-right: 0;
}
.form-module .input-row-wrapper > .input-wrapper.multiple-input-wrapper > .width-50 {
  float: left;
  margin-right: 1rem;
}
.form-module .input-row-wrapper > .input-wrapper.multiple-input-wrapper > .width-50:last-of-type {
  margin-right: 0;
}
.form-module .input-row-wrapper > .input-wrapper.multiple-input-wrapper > .width-50 {
  width: calc(50% - 0.5rem);
}
.form-module .input-row-wrapper .input-wrapper.width-50 {
  width: calc(50% - 1rem);
}
.form-module .input-row-wrapper .input-wrapper.width-25 {
  width: calc(25% - 1.5rem);
}
.form-module .input-row-wrapper .input-wrapper.width-75 {
  width: calc(75% - 0.5rem);
}
.form-module .input-row-wrapper .input-wrapper.width-33 {
  width: calc(33% - 1.25rem);
}
.form-module .input-row-wrapper .input-wrapper.width-100 {
  float: none;
  width: 100%;
  margin-right: 0;
}
.form-module .input-row-wrapper .input-wrapper.width-auto {
  width: auto;
}
.form-module .input-row-wrapper.existing-files .image-wrapper {
  padding: 0.5rem;
  border: 1px solid var(--secondary);
  border-radius: 2px;
}
.form-module .input-row-wrapper.existing-files .image-wrapper img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 10rem;
}
.form-module .form-separator {
  margin: 2rem 0;
  border-bottom: 1px solid var(--aside-background);
}
.form-module .button-wrapper {
  position: sticky;
  z-index: 3;
  bottom: 0;
  padding: 0.5rem 0;
  background-color: rgba(var(--main-background-rgb), 0.85);
}
.form-module .icon-button {
  width: 2.5rem;
  height: 2.5rem;
}
.form-module .icon-button > i {
  line-height: 2.5rem;
}

.form-page .form-module .button-wrapper {
  position: unset;
  padding: 0;
}

@media only screen and (max-width: 48rem) {
  body.form-page {
    min-width: auto;
    background-color: var(--main-background);
  }
  body.form-page .page-container {
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
  }
  body.form-page .page-container .form-module {
    margin: 0;
    padding: 1rem;
  }
  .form-module .input-row-wrapper .input-wrapper.width-50, .form-module .input-row-wrapper .input-wrapper.width-25, .form-module .input-row-wrapper .input-wrapper.width-33, .form-module .input-row-wrapper .input-wrapper.width-75 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.form-block {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--aside-background);
}
.form-block > .form-module {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 2rem;
}
.form-block > .form-module .input-row-wrapper {
  flex: 1 0 auto;
}
.form-block > .form-module .icon-button {
  flex: 0 0 auto;
}

/* components */
button,
input[type=submit] {
  font: inherit;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
  text-indent: 0;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  color: initial;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-rendering: auto;
}

.button,
input[type=submit],
button,
a.button {
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0 1rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 1;
  color: var(--main-font);
  border: none;
  border-radius: 2px;
}
.button:disabled,
input[type=submit]:disabled,
button:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button > i,
input[type=submit] > i,
button > i,
a.button > i {
  font-size: 1rem;
  vertical-align: text-bottom;
}

.button.primary-button,
input[type=submit].primary-button,
button.primary-button,
a.button.primary-button {
  color: var(--font-light);
  background-color: var(--primary);
}
.button.secondary-button,
input[type=submit].secondary-button,
button.secondary-button,
a.button.secondary-button {
  color: var(--primary);
  border: 2px solid var(--primary);
}
.button.delete-button,
input[type=submit].delete-button,
button.delete-button,
a.button.delete-button {
  color: var(--font-light);
  background-color: var(--error);
}
.button.success-button,
input[type=submit].success-button,
button.success-button,
a.button.success-button {
  color: var(--font-light);
  background-color: var(--success);
}
.button.table-button, .button.small,
input[type=submit].table-button,
input[type=submit].small,
button.table-button,
button.small,
a.button.table-button,
a.button.small {
  font-size: 0.6rem;
  line-height: 2rem;
  height: 2rem;
}
.button.icon-button,
input[type=submit].icon-button,
button.icon-button,
a.button.icon-button {
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.button.icon-button > i,
input[type=submit].icon-button > i,
button.icon-button > i,
a.button.icon-button > i {
  font-size: 1.25rem;
  line-height: 2rem;
}
.button.inline-button,
input[type=submit].inline-button,
button.inline-button,
a.button.inline-button {
  line-height: 1.5rem;
  float: right;
  height: auto;
  padding: 0;
  text-decoration: none;
  letter-spacing: normal;
  color: var(--primary);
}
.button.hidden-action-button > .material-icons,
input[type=submit].hidden-action-button > .material-icons,
button.hidden-action-button > .material-icons,
a.button.hidden-action-button > .material-icons {
  display: none;
}
.button.hidden-action-button:not(:hover),
input[type=submit].hidden-action-button:not(:hover),
button.hidden-action-button:not(:hover),
a.button.hidden-action-button:not(:hover) {
  background-color: transparent !important;
}
.button.hidden-action-button:hover,
input[type=submit].hidden-action-button:hover,
button.hidden-action-button:hover,
a.button.hidden-action-button:hover {
  opacity: 1;
}
.button.hidden-action-button:hover > *,
input[type=submit].hidden-action-button:hover > *,
button.hidden-action-button:hover > *,
a.button.hidden-action-button:hover > * {
  display: none;
}
.button.hidden-action-button:hover > .material-icons,
input[type=submit].hidden-action-button:hover > .material-icons,
button.hidden-action-button:hover > .material-icons,
a.button.hidden-action-button:hover > .material-icons {
  display: inline-block !important;
}
.button:hover,
input[type=submit]:hover,
button:hover,
a.button:hover {
  opacity: 0.7;
}
.button:disabled,
input[type=submit]:disabled,
button:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button-wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.button-wrapper.top {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.button-wrapper .primary-button {
  justify-self: flex-end;
  order: 3;
  margin-left: auto;
}
.button-wrapper .delete-button {
  order: 2;
}
.button-wrapper .secondary-button {
  order: 1;
  justify-self: flex-start;
}

@media only screen and (max-width: 30rem) {
  .button-wrapper .button {
    width: 100%;
  }
  .button-wrapper .button + .button {
    margin-top: 1rem;
  }
}
a {
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:-webkit-any-link {
  color: inherit;
}

a:-moz-any-link {
  color: inherit;
}

.text-link {
  cursor: pointer;
  text-decoration: underline;
}
.text-link:hover {
  color: var(--primary);
}

.link {
  cursor: pointer;
}

.input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.input-wrapper.small {
  margin-bottom: 0;
}
.input-wrapper.small input,
.input-wrapper.small textarea,
.input-wrapper.small select {
  font-size: 0.875rem;
  line-height: 1rem;
  height: 2rem;
}
.input-wrapper.input-column {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.input-wrapper.input-column label,
.input-wrapper.input-column .label {
  flex: 0 1 auto;
  width: auto;
}
.input-wrapper.input-column input,
.input-wrapper.input-column textarea,
.input-wrapper.input-column select {
  flex: 1 1 auto;
  width: auto;
}
.input-wrapper label,
.input-wrapper .label {
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--main-font);
}
.input-wrapper input {
  line-height: 1.5rem;
}
.input-wrapper input:read-only {
  cursor: not-allowed;
  background: rgba(var(--main-font-rgb), 0.1);
}
.input-wrapper input[type=search] {
  margin-right: 3rem;
  padding-right: 0;
  cursor: pointer;
  background: var(--main-background) url("../img/icons/ic_search.svg") right center/auto 100% no-repeat border-box;
}
.input-wrapper input[type=search]::-webkit-search-cancel-button {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  background: url("../img/icons/ic_close.svg") no-repeat 100% 100%;
  background-size: contain;
  -webkit-appearance: none;
}
.input-wrapper input[type=search]:focus {
  background-image: none;
}
.input-wrapper input[type=search]:focus::-webkit-search-cancel-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
  font-family: sans-serif;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
  cursor: text;
  text-overflow: ellipsis;
  color: var(--main-font);
  border: 1px solid var(--secondary);
  border-radius: 2px;
  background-color: var(--main-background);
}
.input-wrapper input:disabled,
.input-wrapper textarea:disabled,
.input-wrapper select:disabled {
  cursor: not-allowed;
  background-color: rgba(var(--main-font-rgb), 0.1);
}
.input-wrapper input.error,
.input-wrapper textarea.error,
.input-wrapper select.error {
  border-color: var(--error);
}
.input-wrapper textarea {
  min-width: 100%;
  max-width: 100%;
  height: 4.5rem;
}
.input-wrapper textarea:read-only {
  cursor: not-allowed;
  background: rgba(var(--main-font-rgb), 0.1);
}
.input-wrapper select[multiple] {
  height: auto;
  min-height: 2.5rem;
  padding: 0.5rem;
  background-image: none;
}
.input-wrapper select {
  line-height: 1.5rem;
  padding-right: 3rem;
  cursor: pointer;
  background: var(--main-background) url("../img/icons/ic_select.svg") right center/auto 100% no-repeat border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-wrapper input::-webkit-input-placeholder {
  line-height: inherit;
  color: rgba(var(--main-font-rgb), 0.5);
}
.input-wrapper input::-moz-placeholder {
  line-height: inherit;
  color: rgba(var(--main-font-rgb), 0.5);
}
.input-wrapper input::-ms-input-placeholder {
  line-height: inherit;
  color: rgba(var(--main-font-rgb), 0.5);
}
.input-wrapper input::placeholder {
  line-height: inherit;
  color: rgba(var(--main-font-rgb), 0.5);
}
.input-wrapper input[type=checkbox],
.input-wrapper input[type=radio] {
  display: none;
}
.input-wrapper input[type=checkbox] ~ label,
.input-wrapper input[type=radio] ~ label {
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.03em;
  text-transform: none;
}
.input-wrapper input[type=checkbox] ~ label > span,
.input-wrapper input[type=radio] ~ label > span {
  display: inline-block;
  padding: 0.25rem;
  vertical-align: middle;
}
.input-wrapper input[type=checkbox] ~ label > span.label-text,
.input-wrapper input[type=radio] ~ label > span.label-text {
  max-width: calc(100% - 2rem);
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.input-wrapper input[type=checkbox] ~ label > span.label-text.multiple,
.input-wrapper input[type=radio] ~ label > span.label-text.multiple {
  line-height: normal;
  padding-top: 0.1rem;
  vertical-align: top;
}
.input-wrapper input[type=checkbox] ~ label > span.label-text.multiple > p,
.input-wrapper input[type=radio] ~ label > span.label-text.multiple > p {
  margin-top: 0.5em;
}
.input-wrapper input[type=checkbox] ~ label > span.checkbox-unchecked, .input-wrapper input[type=checkbox] ~ label > span.checkbox-checked,
.input-wrapper input[type=radio] ~ label > span.checkbox-unchecked,
.input-wrapper input[type=radio] ~ label > span.checkbox-checked {
  font-size: 0.875rem;
  line-height: 1rem;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0.2em 0;
  padding: 0;
  text-align: center;
  border: 1px solid var(--secondary);
  border-radius: 2px;
}
.input-wrapper input[type=checkbox] ~ label > span.checkbox-unchecked i, .input-wrapper input[type=checkbox] ~ label > span.checkbox-checked i,
.input-wrapper input[type=radio] ~ label > span.checkbox-unchecked i,
.input-wrapper input[type=radio] ~ label > span.checkbox-checked i {
  font-size: 0.875rem;
  vertical-align: text-top;
  line-height: inherit;
}
.input-wrapper input[type=checkbox] ~ label > span.radio-checked, .input-wrapper input[type=checkbox] ~ label > span.radio-unchecked,
.input-wrapper input[type=radio] ~ label > span.radio-checked,
.input-wrapper input[type=radio] ~ label > span.radio-unchecked {
  font-size: 1rem;
  line-height: 14px;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0.2em 0;
  padding: 0;
  text-align: center;
  border: 1px solid var(--secondary);
  border-radius: 50%;
}
.input-wrapper input[type=checkbox] ~ label > span.radio-checked i, .input-wrapper input[type=checkbox] ~ label > span.radio-unchecked i,
.input-wrapper input[type=radio] ~ label > span.radio-checked i,
.input-wrapper input[type=radio] ~ label > span.radio-unchecked i {
  font-size: 0.875rem;
  vertical-align: text-top;
  line-height: inherit;
}
.input-wrapper input[type=checkbox] ~ label > span.radio-unchecked, .input-wrapper input[type=checkbox] ~ label > span.checkbox-unchecked,
.input-wrapper input[type=radio] ~ label > span.radio-unchecked,
.input-wrapper input[type=radio] ~ label > span.checkbox-unchecked {
  display: inline-block;
  color: var(--main-font);
}
.input-wrapper input[type=checkbox] ~ label > span.radio-checked, .input-wrapper input[type=checkbox] ~ label > span.checkbox-checked,
.input-wrapper input[type=radio] ~ label > span.radio-checked,
.input-wrapper input[type=radio] ~ label > span.checkbox-checked {
  display: none;
  color: var(--font-light);
  border-color: transparent;
  background-color: var(--primary);
}
.input-wrapper input[type=checkbox]:checked ~ label > span.radio-unchecked, .input-wrapper input[type=checkbox]:checked ~ label > span.checkbox-unchecked,
.input-wrapper input[type=radio]:checked ~ label > span.radio-unchecked,
.input-wrapper input[type=radio]:checked ~ label > span.checkbox-unchecked {
  display: none;
}
.input-wrapper input[type=checkbox]:checked ~ label > span.radio-checked, .input-wrapper input[type=checkbox]:checked ~ label > span.checkbox-checked,
.input-wrapper input[type=radio]:checked ~ label > span.radio-checked,
.input-wrapper input[type=radio]:checked ~ label > span.checkbox-checked {
  display: inline-block;
}
.input-wrapper.readonly {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.input-wrapper.colorpicker-wrapper .colorpicker-preview {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--secondary);
  border-radius: 2px;
  background-color: var(--main-background);
}
.input-wrapper.colorpicker-wrapper .colorpicker-button {
  padding: 0;
}
.input-wrapper.colorpicker-wrapper .colorpicker {
  float: right;
  width: calc(100% - 4rem);
  margin-left: 1.5rem;
}
.input-wrapper .input-button {
  position: absolute;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
.input-wrapper .input-button:hover {
  color: var(--primary);
}
.input-wrapper .input-button + .input-button {
  right: 2.5rem;
}
.input-wrapper .input-button.password-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.input-wrapper .input-button.password-toggle > .visible-off {
  display: none;
}
.input-wrapper .input-button.password-toggle.active > .visible-off {
  display: block;
}
.input-wrapper .input-button.password-toggle.active > .visible-on {
  display: none;
}

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 2rem;
}
.pagination-wrapper .pagination-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.pagination-wrapper .pagination-content .counter {
  line-height: 1.5rem;
  display: block;
  min-width: 1.5rem;
  padding: 0 0.25rem;
  height: 1.5rem;
  margin: 0 0.25rem;
  text-align: center;
  color: var(--main-font);
  border-radius: 2px;
}
.pagination-wrapper .pagination-content .counter:first-child {
  margin-left: 0;
}
.pagination-wrapper .pagination-content .counter:last-child {
  margin-right: 0;
}
.pagination-wrapper .pagination-content .counter.disabled {
  opacity: 0.5;
}
.pagination-wrapper .pagination-content .counter:hover {
  color: var(--font-light);
  position: relative;
  z-index: 0;
}
.pagination-wrapper .pagination-content .counter:hover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 2px;
}
.pagination-wrapper .pagination-content .counter.current {
  margin: 0;
  font-weight: bold;
  color: var(--font-light);
  background-color: var(--primary);
}
.pagination-wrapper .pagination-content .counter.navigate {
  padding: 0;
}
.pagination-wrapper .result-number {
  font-size: 0.75rem;
  color: var(--main-font);
}

.tab-bar {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.tab-bar::after {
  display: block;
  flex: auto 1 1;
  content: "";
  border-bottom: 2px solid rgba(var(--aside-background-rgb), 0.7);
}
.tab-bar .tab-item {
  flex: none;
  padding: 0.25rem 1rem;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid rgba(var(--aside-background-rgb), 0.7);
}
.tab-bar .tab-item:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.tab-bar .tab-item.active {
  font-weight: bold;
  color: var(--primary);
  border-color: var(--primary);
}

.tab-content .site-menu {
  float: left;
  width: 12rem;
  color: var(--aside-font);
  background-color: var(--aside-background);
}
.tab-content .site-menu .site-menu-item {
  line-height: 1.5rem;
  display: block;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  white-space: nowrap;
  opacity: 0.5;
  border-left: 0.25rem solid transparent;
}
.tab-content .site-menu .site-menu-item.active {
  font-weight: 600;
  opacity: 1;
  border-left-color: var(--primary);
  position: relative;
  z-index: 0;
}
.tab-content .site-menu .site-menu-item.active::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 0;
}
.tab-content .site-menu .site-menu-item:hover {
  opacity: 1;
  position: relative;
  z-index: 0;
}
.tab-content .site-menu .site-menu-item:hover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 0;
}
.tab-content .site-menu-content {
  float: left;
  width: calc(100% - 12rem - 2rem);
  margin-left: 2rem;
}

table,
.table {
  display: table;
  width: 100%;
  max-width: 100%;
}
table tr,
table .table-row,
.table tr,
.table .table-row {
  display: table-row;
}
table tr th, table tr.table-header-row .table-cell,
table .table-row th,
table .table-row.table-header-row .table-cell,
.table tr th,
.table tr.table-header-row .table-cell,
.table .table-row th,
.table .table-row.table-header-row .table-cell {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0 0.5rem 0.25rem;
  text-transform: uppercase;
  color: var(--main-font);
  border-bottom-width: 2px;
}
table tr th.sortable, table tr.table-header-row .table-cell.sortable,
table .table-row th.sortable,
table .table-row.table-header-row .table-cell.sortable,
.table tr th.sortable,
.table tr.table-header-row .table-cell.sortable,
.table .table-row th.sortable,
.table .table-row.table-header-row .table-cell.sortable {
  cursor: pointer;
}
table tr th.sortable *, table tr.table-header-row .table-cell.sortable *,
table .table-row th.sortable *,
table .table-row.table-header-row .table-cell.sortable *,
.table tr th.sortable *,
.table tr.table-header-row .table-cell.sortable *,
.table .table-row th.sortable *,
.table .table-row.table-header-row .table-cell.sortable * {
  vertical-align: middle;
}
table tr th.sortable:hover, table tr.table-header-row .table-cell.sortable:hover,
table .table-row th.sortable:hover,
table .table-row.table-header-row .table-cell.sortable:hover,
.table tr th.sortable:hover,
.table tr.table-header-row .table-cell.sortable:hover,
.table .table-row th.sortable:hover,
.table .table-row.table-header-row .table-cell.sortable:hover {
  color: var(--primary);
}
table tr th.sortable .active, table tr.table-header-row .table-cell.sortable .active,
table .table-row th.sortable .active,
table .table-row.table-header-row .table-cell.sortable .active,
.table tr th.sortable .active,
.table tr.table-header-row .table-cell.sortable .active,
.table .table-row th.sortable .active,
.table .table-row.table-header-row .table-cell.sortable .active {
  color: var(--primary);
}
table tr th.icon-cell, table tr.table-header-row .table-cell.icon-cell,
table .table-row th.icon-cell,
table .table-row.table-header-row .table-cell.icon-cell,
.table tr th.icon-cell,
.table tr.table-header-row .table-cell.icon-cell,
.table .table-row th.icon-cell,
.table .table-row.table-header-row .table-cell.icon-cell {
  white-space: normal;
}
table tr td,
table tr .table-cell,
table .table-row td,
table .table-row .table-cell,
.table tr td,
.table tr .table-cell,
.table .table-row td,
.table .table-row .table-cell {
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(var(--aside-background-rgb), 0.7);
}
table tr td.truncate,
table tr .table-cell.truncate,
table .table-row td.truncate,
table .table-row .table-cell.truncate,
.table tr td.truncate,
.table tr .table-cell.truncate,
.table .table-row td.truncate,
.table .table-row .table-cell.truncate {
  overflow: hidden;
  max-width: 5rem;
  text-overflow: ellipsis;
}
table tr td.line-break,
table tr .table-cell.line-break,
table .table-row td.line-break,
table .table-row .table-cell.line-break,
.table tr td.line-break,
.table tr .table-cell.line-break,
.table .table-row td.line-break,
.table .table-row .table-cell.line-break {
  max-width: 5rem;
  white-space: normal;
}
table tr td.icon-cell > i,
table tr .table-cell.icon-cell > i,
table .table-row td.icon-cell > i,
table .table-row .table-cell.icon-cell > i,
.table tr td.icon-cell > i,
.table tr .table-cell.icon-cell > i,
.table .table-row td.icon-cell > i,
.table .table-row .table-cell.icon-cell > i {
  vertical-align: middle;
}
table tr td.table-breaker-cell,
table tr .table-cell.table-breaker-cell,
table .table-row td.table-breaker-cell,
table .table-row .table-cell.table-breaker-cell,
.table tr td.table-breaker-cell,
.table tr .table-cell.table-breaker-cell,
.table .table-row td.table-breaker-cell,
.table .table-row .table-cell.table-breaker-cell {
  font-weight: 600;
}
table tr td.table-breaker-cell .small-text,
table tr .table-cell.table-breaker-cell .small-text,
table .table-row td.table-breaker-cell .small-text,
table .table-row .table-cell.table-breaker-cell .small-text,
.table tr td.table-breaker-cell .small-text,
.table tr .table-cell.table-breaker-cell .small-text,
.table .table-row td.table-breaker-cell .small-text,
.table .table-row .table-cell.table-breaker-cell .small-text {
  font-weight: 400;
}
table tr td .sub-line,
table tr .table-cell .sub-line,
table .table-row td .sub-line,
table .table-row .table-cell .sub-line,
.table tr td .sub-line,
.table tr .table-cell .sub-line,
.table .table-row td .sub-line,
.table .table-row .table-cell .sub-line {
  font-size: 0.75rem;
}
table tr:nth-of-type(2n),
table .table-row:nth-of-type(2n),
.table tr:nth-of-type(2n),
.table .table-row:nth-of-type(2n) {
  background: rgba(var(--aside-background-rgb), 0.1);
}

.table-cell.no-break > * {
  white-space: nowrap;
}
.table-cell.button-cell {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
.table-cell.button-cell button,
.table-cell.button-cell a {
  display: inline-block;
}
.table-cell.button-cell button.icon-button,
.table-cell.button-cell a.icon-button {
  display: block;
  margin: auto;
}
.table-cell.input-cell {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
.table-cell.input-cell .input-wrapper > * {
  width: auto;
}
.table-cell.icon-cell {
  width: 1%;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 48rem) {
  .medium-table .table-row.table-header-row {
    display: none;
  }
  .medium-table .table-row .table-cell {
    display: block;
    border-bottom: 0;
  }
  .medium-table .table-row .table-cell.truncate, .medium-table .table-row .table-cell.line-break {
    max-width: calc(100vw - 3rem);
  }
  .medium-table .table-row .table-cell[data-label]:before {
    font-size: 0.75rem;
    font-weight: 700;
    padding-right: 0.5rem;
    content: attr(data-label);
    text-transform: uppercase;
    word-break: break-word;
    color: var(--main-font);
  }
  .medium-table .table-row .table-cell.button-cell {
    display: inline-block;
    width: 50%;
  }
  .medium-table .table-row .table-cell.button-cell:before {
    content: normal;
  }
  .medium-table .table-row .table-cell.button-cell.full-width {
    width: 100%;
  }
  .medium-table .table-row .table-cell.button-cell .button {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 30rem) {
  table tr th, table tr.table-header-row,
  table .table-row th,
  table .table-row.table-header-row,
  .table tr th,
  .table tr.table-header-row,
  .table .table-row th,
  .table .table-row.table-header-row {
    display: none;
  }
  table tr td,
  table tr .table-cell,
  table .table-row td,
  table .table-row .table-cell,
  .table tr td,
  .table tr .table-cell,
  .table .table-row td,
  .table .table-row .table-cell {
    display: block;
    border-bottom: 0;
  }
  table tr td.truncate, table tr td.line-break,
  table tr .table-cell.truncate,
  table tr .table-cell.line-break,
  table .table-row td.truncate,
  table .table-row td.line-break,
  table .table-row .table-cell.truncate,
  table .table-row .table-cell.line-break,
  .table tr td.truncate,
  .table tr td.line-break,
  .table tr .table-cell.truncate,
  .table tr .table-cell.line-break,
  .table .table-row td.truncate,
  .table .table-row td.line-break,
  .table .table-row .table-cell.truncate,
  .table .table-row .table-cell.line-break {
    max-width: calc(100vw - 3rem);
  }
  table tr td[data-label]:before,
  table tr .table-cell[data-label]:before,
  table .table-row td[data-label]:before,
  table .table-row .table-cell[data-label]:before,
  .table tr td[data-label]:before,
  .table tr .table-cell[data-label]:before,
  .table .table-row td[data-label]:before,
  .table .table-row .table-cell[data-label]:before {
    font-size: 0.75rem;
    font-weight: 700;
    padding-right: 0.5rem;
    content: attr(data-label);
    text-transform: uppercase;
    word-break: break-word;
    color: var(--main-font);
  }
  table tr td.button-cell,
  table tr .table-cell.button-cell,
  table .table-row td.button-cell,
  table .table-row .table-cell.button-cell,
  .table tr td.button-cell,
  .table tr .table-cell.button-cell,
  .table .table-row td.button-cell,
  .table .table-row .table-cell.button-cell {
    display: inline-block;
    width: 50%;
  }
  table tr td.button-cell:before,
  table tr .table-cell.button-cell:before,
  table .table-row td.button-cell:before,
  table .table-row .table-cell.button-cell:before,
  .table tr td.button-cell:before,
  .table tr .table-cell.button-cell:before,
  .table .table-row td.button-cell:before,
  .table .table-row .table-cell.button-cell:before {
    content: normal;
  }
  table tr td.button-cell.full-width,
  table tr .table-cell.button-cell.full-width,
  table .table-row td.button-cell.full-width,
  table .table-row .table-cell.button-cell.full-width,
  .table tr td.button-cell.full-width,
  .table tr .table-cell.button-cell.full-width,
  .table .table-row td.button-cell.full-width,
  .table .table-row .table-cell.button-cell.full-width {
    width: 100%;
  }
  table tr td.button-cell button,
  table tr td.button-cell a,
  table tr td.button-cell .button,
  table tr .table-cell.button-cell button,
  table tr .table-cell.button-cell a,
  table tr .table-cell.button-cell .button,
  table .table-row td.button-cell button,
  table .table-row td.button-cell a,
  table .table-row td.button-cell .button,
  table .table-row .table-cell.button-cell button,
  table .table-row .table-cell.button-cell a,
  table .table-row .table-cell.button-cell .button,
  .table tr td.button-cell button,
  .table tr td.button-cell a,
  .table tr td.button-cell .button,
  .table tr .table-cell.button-cell button,
  .table tr .table-cell.button-cell a,
  .table tr .table-cell.button-cell .button,
  .table .table-row td.button-cell button,
  .table .table-row td.button-cell a,
  .table .table-row td.button-cell .button,
  .table .table-row .table-cell.button-cell button,
  .table .table-row .table-cell.button-cell a,
  .table .table-row .table-cell.button-cell .button {
    display: block;
    width: 100%;
  }
  table tr td.input-cell,
  table tr .table-cell.input-cell,
  table .table-row td.input-cell,
  table .table-row .table-cell.input-cell,
  .table tr td.input-cell,
  .table tr .table-cell.input-cell,
  .table .table-row td.input-cell,
  .table .table-row .table-cell.input-cell {
    width: 100%;
  }
  table tr td.input-cell .input-wrapper > *,
  table tr .table-cell.input-cell .input-wrapper > *,
  table .table-row td.input-cell .input-wrapper > *,
  table .table-row .table-cell.input-cell .input-wrapper > *,
  .table tr td.input-cell .input-wrapper > *,
  .table tr .table-cell.input-cell .input-wrapper > *,
  .table .table-row td.input-cell .input-wrapper > *,
  .table .table-row .table-cell.input-cell .input-wrapper > * {
    width: 100%;
  }
}
.table-header {
  display: flex;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem;
  border-bottom: 1px solid rgba(var(--aside-background-rgb), 0.7);
}
.table-header .heading {
  font-weight: bold;
}

.message {
  padding: 1rem;
  margin: 1rem 0;
  color: var(--aside-font);
  background-color: var(--aside-background);
  float: none;
}
.message.small {
  font-size: 0.875rem;
}
.message.message-warning {
  background-color: var(--warning);
  color: var(--font-light);
}
.message.message-error {
  background-color: var(--error);
  color: var(--font-light);
}
.message.message-success {
  background-color: var(--success);
  color: var(--font-light);
}
.message.message-info {
  background-color: var(--primary);
  color: var(--font-light);
}

.organization-wrapper .input-wrapper {
  position: relative;
}
.organization-wrapper .input-wrapper select.organization-select {
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  width: auto;
  height: 1.5rem;
  min-height: auto;
  padding: 0 1.5rem 0 0.5rem;
  letter-spacing: 0.03em;
  color: var(--aside-font);
  border: 0;
  background: transparent;
}
.organization-wrapper .input-wrapper select.organization-select:hover {
  position: relative;
  z-index: 0;
}
.organization-wrapper .input-wrapper select.organization-select:hover::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.4;
  background-color: var(--primary);
  border-radius: 0;
}
.organization-wrapper .input-wrapper select.organization-select:hover ~ i {
  opacity: 1;
  color: var(--primary);
}
.organization-wrapper .input-wrapper i {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  color: var(--aside-font);
}

.tooltip-wrapper {
  position: relative;
  z-index: 2;
}
.tooltip-wrapper i {
  font-size: inherit;
}
.tooltip-wrapper:hover .tooltip-content {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0.5rem;
  opacity: 1;
}
.tooltip-wrapper .tooltip-content {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  min-width: 15rem;
  max-width: 20rem;
  height: 0;
  transition: opacity 0.3s;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0;
  color: var(--aside-font);
  border-radius: 2px;
  background-color: rgba(var(--aside-background-rgb), 0.9);
}

@media only screen and (max-width: 30rem) {
  .tooltip-wrapper .tooltip-content {
    position: static;
    margin-bottom: 0.25rem;
  }
}
.feedback-wrapper {
  position: relative;
  overflow: visible !important;
}
.feedback-wrapper .feedback-content {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  min-width: 10rem;
  max-width: 20rem;
  height: 0;
  transition: opacity 0.3s;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0;
  color: var(--aside-font);
  border-radius: 2px;
  background-color: rgba(var(--aside-background-rgb), 0.9);
}
.feedback-wrapper .feedback-content.start {
  right: unset;
  left: 0;
}
.feedback-wrapper .feedback-content.active {
  visibility: visible;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
}
.feedback-wrapper .feedback-content.error {
  color: var(--font-light);
  background-color: var(--error);
}
.feedback-wrapper .feedback-content.warning {
  color: var(--font-light);
  background-color: var(--warning);
}
.feedback-wrapper .feedback-content.success {
  color: var(--font-light);
  background-color: var(--success);
}

@media only screen and (max-width: 30rem) {
  .tooltip-wrapper .tooltip-content {
    position: static;
    margin-bottom: 0.25rem;
  }
}
.filter .input-wrapper {
  margin-bottom: 0;
}

.overlay-container {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 2rem 0;
}
.overlay-container .overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.overlay-container .overlay {
  position: relative;
  z-index: 1000;
  top: 4rem;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
  background: var(--main-background);
}
.overlay-container .overlay.form-module {
  top: 0;
}
.overlay-container .overlay .overlay-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
.overlay-container .overlay .overlay-header .headline {
  margin: 0;
}
.overlay-container .overlay .overlay-header .content .headline {
  margin-bottom: 0.5rem;
}
.overlay-container .overlay .overlay-header .closing-indicator {
  font-size: 2rem;
  margin: 0;
}
.overlay-container .overlay .overlay-content .button-wrapper .secondary-button {
  float: left;
}
.overlay-container .overlay .overlay-content .button-wrapper .delete-button,
.overlay-container .overlay .overlay-content .button-wrapper .primary-button {
  float: right;
}

@media only screen and (max-width: 48rem) {
  .overlay-container .overlay {
    width: 75%;
  }
}
@media only screen and (max-width: 30rem) {
  .overlay-container {
    padding: 0;
  }
  .overlay-container .overlay {
    top: 0;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
}
.grid-wrapper {
  display: grid;
  grid-gap: 1rem;
}
.grid-wrapper > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid-wrapper[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrapper[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.grid-wrapper[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.grid-wrapper[data-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.grid-wrapper[data-columns="6"] {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 64rem) {
  .grid-wrapper[data-columns="5"], .grid-wrapper[data-columns="6"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 48rem) {
  .grid-wrapper[data-columns="3"], .grid-wrapper[data-columns="4"], .grid-wrapper[data-columns="5"], .grid-wrapper[data-columns="6"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
.info-item {
  margin-bottom: 2rem;
}
.info-item > * {
  display: block;
  width: 100%;
}
.info-item .label {
  font-size: 0.6rem;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--main-font);
  margin-bottom: 0.5rem !important;
}
.info-item .label > * {
  display: inline-block;
  vertical-align: middle;
}
.info-item .label .icon {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem 0 0;
}
.info-item .label .text {
  font-size: inherit;
  margin: 0;
  text-transform: inherit;
  color: inherit;
}
.info-item .text {
  margin: 0;
  break-word: break-word;
  word-break: break-word;
  hyphens: auto;
}

.info-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.info-item-wrapper .info-item {
  width: calc(50% - 1rem);
  margin-bottom: 0;
}

.info-list {
  margin: 1rem 0;
}
.info-list .row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.info-list .row .tag {
  background-color: var(--primary);
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
.info-list .row .tag.secondary {
  background-color: var(--secondary);
}

.overlay-wrapper.twofa-setup-overlay .overlay-container .overlay {
  max-width: 720px;
}
.overlay-wrapper.twofa-overlay .overlay-container .overlay {
  max-width: 480px;
}
.overlay-wrapper.twofa-overlay .overlay-container .overlay .overlay-content .support-links {
  margin-top: 2rem;
}

.code-input-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.code-input-wrapper input {
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid var(--secondary);
  border-radius: 5px;
}
.code-input-wrapper input:focus {
  outline: none;
  border-color: var(--primary);
}

.twofa-setup-container .instructions .number {
  font-size: 1.25rem;
  color: var(--primary);
}
.twofa-setup-container .qr-code {
  margin: 1rem 0;
}
.twofa-setup-container .recovery-codes-container {
  margin: 1rem 0;
}
.twofa-setup-container .recovery-codes-container .recovery-code-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.twofa-setup-container .recovery-codes-container .recovery-code-wrapper .recovery-code {
  width: calc(50% - 1rem);
  margin: 0;
}

/* pages */
body.login-page {
  background-color: var(--aside-background);
}

.login-page .page-container {
  max-width: 480px;
  margin: 4rem auto 0;
}
.login-page .page-container .header {
  margin-bottom: 1rem;
  flex-direction: column;
}
.login-page .page-container .header .page-heading {
  text-align: center;
}
.login-page .page-container .message {
  margin: 0 0 1rem 0;
  text-align: center;
}
.login-page .page-container .login-wrapper {
  padding: 2rem;
  background-color: var(--main-background);
}
.login-page .page-container .login-wrapper .copyright {
  color: var(--main-font);
}
.login-page .page-container .logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 4rem;
  margin: 0 0 1rem;
  object-fit: contain;
}
.login-page .page-container .provider-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 2.5rem;
  margin: 0 auto 1.5rem;
  object-fit: contain;
}
.login-page .page-container .primary-button,
.login-page .page-container .secondary-button {
  width: 100%;
}
.login-page .page-container .row-wrapper .text-link {
  font-size: smaller;
  line-height: 1.875rem;
  float: right;
  color: var(--secondary);
}
.login-page .page-container .registration-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--aside-background);
}
.login-page .page-container .registration-wrapper p {
  font-size: 0.875rem;
  line-height: 2rem;
  float: left;
}
.login-page .page-container .registration-wrapper .button {
  float: right;
}
.login-page .page-container .heading {
  text-align: center;
}
.login-page .page-container .copyright {
  font-size: small;
  line-height: 1.3em;
  margin: 2rem 0.5rem;
  text-align: center;
  hyphens: auto;
  opacity: 0.5;
  color: var(--aside-font);
}
.login-page .page-container .copyright > span {
  display: block;
  margin-bottom: 0.75em;
}
.login-page .page-container .hint {
  line-height: 1.3;
  font-size: 0.875rem;
  color: var(--secondary);
  text-align: center;
  margin: 2rem 0;
}
.login-page .page-container .hint.top {
  margin: 0 0 1rem 0;
}
.login-page .page-container .sent {
  margin-top: 10rem;
}

.recaptcha-wrapper .g-recaptcha > div {
  margin: 0 auto;
}

@media only screen and (max-width: 48rem) {
  body.login-page,
  body.login-form-page {
    min-width: auto;
    background-color: var(--main-background);
  }
  .login-page .page-container,
  .login-form-page .page-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .login-page .page-container .row-wrapper .text-link {
    font-size: unset;
    line-height: normal;
    float: none;
  }
  .login-page .page-container .registration-wrapper {
    text-align: center;
  }
  .login-page .page-container .registration-wrapper p {
    float: none;
    margin-bottom: 1rem;
  }
  .login-page .page-container .registration-wrapper .button {
    float: none;
  }
  .login-form-page .form-module {
    margin: 0;
  }
  .login-form-page .button-wrapper .button {
    float: none;
    width: 100%;
  }
}
.table .table-row .table-cell.color-preview {
  width: 1rem;
  padding: 0;
}
.table .table-row .table-cell.logo-preview {
  width: 4rem;
}
.table .table-row .table-cell.organization-logo {
  height: 2rem;
  max-height: 3rem;
  padding: 0;
}
.table .table-row .table-cell.organization-logo img {
  display: block;
  width: auto;
  max-width: 3rem;
  height: auto;
  max-height: 100%;
  margin: 0.5rem auto;
}
.table .table-row .table-cell.role-list .role-item {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--main-font);
}
.table .table-row .table-cell.role-list .role-item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 30rem) {
  .table .table-row .table-cell.color-preview {
    width: 100%;
    height: 8px;
    padding: 0;
  }
  .table .table-row .table-cell.organization-logo {
    height: auto;
  }
  .table .table-row .table-cell.organization-logo img {
    margin: 0.5rem;
  }
}
.jQWCP-wWidget {
  width: auto !important;
  height: auto !important;
}

.toggle-button {
  cursor: pointer;
}
.toggle-button i {
  font-size: 1rem;
  display: inline-block;
  transition: transform 0.5s;
  vertical-align: middle;
}
.toggle-button.active i {
  transform: rotateZ(-0.5turn);
}

.advanced-options {
  display: none;
}

.status-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #666666;
}
.status-icon.active {
  background-color: var(--success);
}

.application-type-radio-wrapper .input-wrapper input[type=radio] ~ label {
  display: block;
  padding: 1rem;
  border: 1px solid var(--secondary);
  border-radius: 2px;
}
.application-type-radio-wrapper .input-wrapper input[type=radio] ~ label > i,
.application-type-radio-wrapper .input-wrapper input[type=radio] ~ label > span {
  vertical-align: middle;
}
.application-type-radio-wrapper .input-wrapper input[type=radio]:checked ~ label {
  color: var(--aside-font);
  background-color: var(--secondary);
}

.multi-factor-wrapper {
  margin-bottom: 2rem;
}
.multi-factor-wrapper .existing-certificate-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.multi-factor-wrapper .existing-certificate-wrapper .certificate-wrapper .file-info {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.multi-factor-wrapper .existing-certificate-wrapper .certificate-wrapper .file-info i.material-symbols-outlined {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}
.multi-factor-wrapper .existing-certificate-wrapper .certificate-wrapper .file-subline {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(var(--main-font-rgb), 0.5);
}
.multi-factor-wrapper .existing-certificate-wrapper .certificate-wrapper .file-subline i.material-symbols-outlined {
  color: var(--success);
}

.usage-link > * {
  vertical-align: middle;
}
.usage-link .material-icons {
  font-size: inherit;
}
.usage-link:hover {
  color: var(--primary);
}

textarea.token-area {
  height: 20rem;
  padding-right: 2.5rem;
}
textarea.token-area.empty {
  height: 2.5rem;
}

.scope-selection-input-wrapper .input-wrapper.all {
  float: none;
  width: 100%;
  margin-right: 0;
}
.scope-selection-input-wrapper .input-wrapper.group {
  float: none;
  width: 100%;
  margin-right: 0;
  padding-top: 1.5rem;
  padding-left: 2rem;
  border-top: 1px solid rgba(var(--aside-background-rgb), 0.7);
}
.scope-selection-input-wrapper .input-wrapper.group:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.scope-selection-input-wrapper .input-wrapper.group.empty {
  margin: 0;
}
.scope-selection-input-wrapper .input-wrapper.item {
  margin-left: 2rem;
  padding-left: 2rem;
}
.scope-selection-input-wrapper .input-wrapper.item.width-100 {
  width: calc(100% - 2rem);
}

.user-org-app-role-wrapper {
  overflow-x: scroll;
}
.user-org-app-role-wrapper .table {
  max-width: none;
}
.user-org-app-role-wrapper .table .table-row .table-cell {
  padding: 0.25rem 0.5rem;
}
.user-org-app-role-wrapper .table .table-row .table-cell:first-of-type {
  width: 280px;
  max-width: 280px;
}
.user-org-app-role-wrapper .input-wrapper {
  margin-bottom: 0.25rem;
}
.user-org-app-role-wrapper .input-wrapper input[type=checkbox] ~ label,
.user-org-app-role-wrapper .input-wrapper input[type=radio] ~ label {
  font-size: 0.75rem;
}

.user-data-buttons {
  justify-content: flex-end;
  gap: 1rem;
  margin: 0 0 2rem 0;
}

.user-overview-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0 2rem;
}
.user-overview-container .image-wrapper {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-overview-container .image-wrapper .material-icons {
  font-size: 2rem;
  color: #FFFFFF;
}
.user-overview-container .text-wrapper p {
  margin: 0;
}
.user-overview-container .text-wrapper .name {
  font-weight: 600;
}

.dashboard-card {
  overflow: hidden;
  min-height: 10rem;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(var(--aside-background-rgb), 0.7);
  border-radius: 2px;
  background-color: var(--main-background);
}
.dashboard-card:hover {
  border-color: transparent;
  background-color: var(--primary);
  color: var(--font-light);
}
.dashboard-card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  margin-bottom: 0.5rem;
}
.dashboard-card .image-wrapper.has-logo i {
  display: none;
}
.dashboard-card .image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboard-card .image-wrapper i {
  font-size: 3rem;
}

.account-tab-content {
  padding: 1rem;
}

.ldap-group-wrapper {
  margin-top: 1rem;
}

/* themes */
@media (prefers-color-scheme: dark) {
  :root {
    --main-font: #cccccc !important;
    --main-font-rgb: 204, 204, 204 !important;
    --main-background: rgb(38.25, 38.25, 38.25) !important;
    --main-background-rgb: 38, 38, 38 !important;
    --aside-background: black !important;
    --aside-background-rgb: 0, 0, 0 !important;
  }
  .input-wrapper select {
    background-image: url("../img/icons/ic_select_white.svg");
  }
  .input-wrapper input[type=search] {
    background-image: url("../img/icons/ic_search_white.svg");
  }
  .input-wrapper input[type=search]::-webkit-search-cancel-button {
    background-image: url("../img/icons/ic_close_white.svg");
  }
}
/* vendors */

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