@import url(https://fonts.googleapis.com/css2?family=Khula:wght@600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Khula:wght@600&display=swap);
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/images/vendor/intl-tel-input/build/flags.png?1952df896c6a79bb730cdfb69adf4fa0);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url(/images/vendor/intl-tel-input/build/flags@2x.png?276410ffdcdd2ff8dca2477e71874903);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
@charset "UTF-8";

.container--tabs .nav-tabs {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}

.container--tabs .nav-tabs > li {
  float: left;
  height: 50px;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 15px 10px 10px 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  cursor: pointer !important;
}

.container--tabs .nav-tabs > li:hover,
.container--tabs .nav-tabs > li.active {
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.container--tabs .nav-tabs > li.flag {
  padding: 10px;
  font-size: 18px;
}

/* ==========================================================================
   Box sizing
   ========================================================================== */

/**
 * Set the global `box-sizing` state to `border-box`
 * (e.g. natural box layout model). See post by Paul Irish:
 * http://paulirish.com/2012/box-sizing-border-box-ftw/
 *
 * Update 2014-07-16!
 * Inheriting box-sizing Probably Slightly Better Best-Practice:
 * http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ==========================================================================
   Foundation
   ========================================================================== */

/**
 * A bare bones reset + normalize. Add, edit where necessary (from normalize.scss).
 */

/**
 * Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Reset margin and padding from these core elements to bring them
 * to the same predictable blank slate as div, section and article.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
figcaption,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

/**
 * Fix the main tag being unsupported and breaking layout (in IE).
 * Remove bullets and numbers from list items; no need for those in
 * a menu or any other component that is semantically a list. When you
 * actually need bullets or numbering pseudo-elements provide more
 * customisation options than the standard list-style.
 */

main,
li {
  display: block;
}

/**
 * Resets headings to look the same (inherit the same size) as the surrounding
 * text by default and not some arbitrary larger size. This makes for greater
 * consistency and overriding less. Headings are styled in copy class.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

/**
 * Correct some browsers defaulting strong to bolder.
 */

strong {
  font-weight: bold;
}

/**
 * Fix buttons and anchors for not inheriting text color in most browsers.
 * This, along with `text-decoration: none` makes for less surprises
 * applying links to things.
 */

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: smaller;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.2rem;
}

sup {
  top: -0.3rem;
}

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Also show the overflow in IE and Edge (input).
 */

button,
input {
  overflow: visible;
}

/**
 * For UX reasons (consistency) give all buttons and a pointer cursor.
 */

button,
[type=button],
[type=submit] {
  cursor: pointer;
}

/**
 * Correct the odd appearance of search input in Chrome and Safari.
 * And correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Edge and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* ==========================================================================
   Text selection
   ========================================================================== */

/**
 * Please no text-shadow on text selection
 * http://twitter.com/miketaylr/status/12228805301
 */

::-moz-selection {
  background-color: hsl(0, 0%, 0.8%);
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

::selection {
  background-color: hsl(0, 0%, 0.8%);
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  text-shadow: none;
}

/* ==========================================================================
   Viewport
   ========================================================================== */

/**
 * Enable automatic content scaling in IE 10, see: http://j.mp/TT6lHf
 * In Metro IE10 snap mode works most of the time correct when using: "width: device-width;",
 * but it doesn't always work as meant on Windows Phone 8 (e.g. Nokia Lumia 820).
 * To fix this issue on Windows Phone 8 for now see: http://trentwalton.com/?p=5994
 */

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* ==========================================================================
   Copy
   ========================================================================== */

/**
 * Scoped styles of blocks of (body) content
 */

.copy {
  /* Contain
     ========================================================================== */
  /* Vertical spacing
     ========================================================================== */
  /**
   * Set default vertical spacing for all elements that have not a `figure-*`
   * class and are not preceded by an element with a `figure-*` class.
   *
   * Based on 'The "Leftover Glue" problem' solution:
   * http://slides.com/heydon/effortless-style/#/22
   */
  /**
   * Reset (decrease) some margins for better typography (proximity)
   * See: http://zellwk.com/blog/wrong-about-vertical-rhythm/
   */
  /**
   * Set (additonal) vertical spacing 'above' `figure-image` blocks:
   */
  /**
   * Set (rhythm based) vertical spacing inbewteen `figure-image` blocks.
   */
  /**
   * Undo top margin by negetively offsetting the whole grid row
   */
  /**
   * Set (rhythm based) vertical spacing inbewteen `full-width` blocks.
   */
  /**
   * Undo top margin by negetively offsetting the whole grid row
   */
  /**
   * Increase (rhythm based) vertical spacing bewteen `figure-image`
   * and `full-width` figure blocks from compact and above.
   */
  /**
   * Set (rhythm based) vertical spacing between images within a
   * figure grid column (must be the same as the grid gutter).
   */
  /* Figure grid (horizontal spacing)
     ========================================================================== */
  /* Hyphenation
  ========================================================================== */
  /**
   * Overrule hyphenation
   *
   * For Kirby tag 'nohyphen';
   * Usage: (nohyphen: <your text not to be hyphenated>)
   */
  /* Paragraphs
     ========================================================================== */
  /* Headings
     ========================================================================== */
  /* Scoped headings (see extend-selectors.scss for corresponding 'unscoped' classes) */
  /* Figures
     ========================================================================== */
  /* Pull, block- and run-in quotes
     ========================================================================== */
  /* Inline Elements
     ========================================================================== */
  /* Lists
     ========================================================================== */
  /* Unordered lists */
  /* Definition lists */
  /* Links
     ========================================================================== */
  /* External page links */
  /* Secure link */
  /* PDF link */
  /* Email link */
  /* Twitter link */
  /* Tables
     ========================================================================== */
  /* Numerals
     ========================================================================== */
}

.copy--contain > *:not(.text-width):not(.full-width) {
  margin-right: 6%;
  margin-left: 6%;
}

@media (min-width: 48em) {
  .copy--contain > *:not(.text-width):not(.full-width),
  .copy--contain > .figure-image.full-width figcaption {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
}

@media (min-width: 120em) {
  .copy--contain > *:not(.text-width):not(.full-width),
  .copy--contain > .figure-image.full-width figcaption {
    margin-right: 14rem;
    margin-left: 14rem;
  }
}

.copy--contain > .figure-image .grid figcaption {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.copy--contain > .text-width {
  padding-right: 6%;
  padding-left: 6%;
}

@media (min-width: 48em) {
  .copy--contain > .text-width {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
    max-width: 47.64em;
  }
}

@media (min-width: 120em) {
  .copy--contain > .text-width {
    padding-right: 14rem;
    padding-left: 14rem;
    max-width: 70.6em;
  }
}

.copy--contain > .full-width {
  padding-right: 6%;
  padding-left: 6%;
}

@media (min-width: 32em) {
  .copy--contain > .full-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.copy--contain > h1,
.copy--contain > h2,
.copy--contain > h3,
.copy--contain > h4,
.copy--contain > h5,
.copy--contain > h6,
.copy--contain > p,
.copy--contain > ul,
.copy--contain > ol,
.copy--contain > dl,
.copy--contain > time,
.copy--contain > table,
.copy--contain > form,
.copy--contain > .blockquote,
.copy--contain > .pullquote,
.copy--contain > .figure-image figcaption {
  max-width: 42.6em;
}

.copy > *:not(.figure-image) + *:not(.figure-image) {
  margin-top: 1.4rem;
}

.copy > *:not(.figure-image) + p,
.copy > *:not(.figure-image) + ul,
.copy > *:not(.figure-image) + ol,
.copy > *:not(.figure-image) + dl {
  margin-top: 0.7rem !important;
}

.copy > h2 + *:not(.figure-image),
.copy > h3 + *:not(.figure-image) {
  margin-top: 0.7rem !important;
}

.copy > h4 + p,
.copy > h5 + p,
.copy > h6 + p {
  margin-top: 0 !important;
}

.copy > *:not(.figure-image) + .figure-image,
.copy > .figure-image + *:not(.figure-image) {
  margin-top: 4.2rem;
}

.copy > .figure-image + .figure-image > span,
.copy > .figure-image + .figure-image .grid__cell,
.copy > *:not(.figure-image) + .figure-image .grid__cell {
  margin-top: 1.4rem;
}

.copy > *:not(.figure-image) + .figure-image .grid {
  margin-top: -5.6rem;
}

@media (min-width: 32em) {
  .copy > .full-width + .full-width > span,
  .copy > .full-width + .full-width .grid__cell,
  .copy > *:not(.figure-image) + .full-width .grid__cell {
    margin-top: 1.4rem;
  }
}

@media (min-width: 32em) {
  .copy > *:not(.figure-image) + .full-width .grid {
    margin-top: -1.4rem;
  }
}

@media (min-width: 32em) {
  .copy > .figure-image:not(.text-width):not(.full-width) + .text-width,
  .copy > .text-width + .figure-image:not(.text-width),
  .copy > .figure-image:not(.full-width) + .full-width {
    margin-top: 2.1rem;
  }
}

@media (min-width: 48em) {
  .copy > .figure-image:not(.text-width):not(.full-width) + .text-width,
  .copy > .text-width + .figure-image:not(.text-width),
  .copy > .figure-image:not(.full-width) + .full-width {
    margin-top: 4.2rem;
  }
}

@media (min-width: 32em) {
  .copy > .full-width + .figure-image:not(.full-width) > span,
  .copy > .full-width + .figure-image:not(.full-width) .grid__cell {
    margin-top: 4.9rem;
  }
}

@media (min-width: 48em) {
  .copy > .full-width + .figure-image:not(.full-width) > span,
  .copy > .full-width + .figure-image:not(.full-width) .grid__cell {
    margin-top: 7rem;
  }
}

.copy > .figure-image .figure-image + .figure-image {
  margin-top: 1.4rem;
}

.copy > p,
.copy > ul li,
.copy > ol li,
.copy > dl dt,
.copy > dl dd,
.copy > time,
.copy > table,
.copy figcaption p {
  -webkit-hyphens: none;
          hyphens: none;
}

.copy .text-no-hyphen {
  -webkit-hyphens: none;
          hyphens: none;
}

.copy .text-auto-hyphen {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.copy ins {
  position: relative;
  background-image: linear-gradient(to top, transparent, transparent 0.14em, #c7c8c9 0.14em, #c7c8c9 0.18em, transparent 0.18em);
  text-decoration: none;
  text-shadow: -1px -1px 0 rgb(253, 254, 206), 1px -1px 0 rgb(253, 254, 206), -1px 1px 0 rgb(253, 254, 206), 1px 1px 0 rgb(253, 254, 206);
  background-color: rgb(253, 254, 206);
  color: rgb(0, 0, 0);
}

.no-cssgradients .copy ins {
  text-decoration: underline !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .copy ins {
    background-image: linear-gradient(to top, transparent, transparent 0.14em, #c7c8c9 0.14em, #c7c8c9 0.16em, transparent 0.16em);
  }
}

.copy del {
  background-color: rgb(248, 0, 0);
  color: rgb(0, 0, 0);
}

.copy abbr {
  letter-spacing: 0.02rem;
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 112%;
}

.no-touchevents .copy abbr[title] {
  border: none;
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted rgb(0, 0, 0);
}

.copy code,
.copy kbd,
.copy pre,
.copy samp {
  font-family: Monaco, "Courier New", "CourierNewPSMT", Courier, monospace, serif;
}

.copy code {
  background-color: #f0f0f0;
}

.copy dt {
  font-weight: 700;
}

.copy dd {
  margin-left: 1.4rem;
}

/* ==========================================================================
   Headings
   ========================================================================== */

/**
 * Shared heading settings
 *
 * 1. Enables font kerning in all browsers:
 *
 * - http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 * - http://bocoup.com/weblog/text-rendering/
 *
 * The text-rendering options are: `auto` (default), `optimizeLegibility` and
 * `optimizeSpeed`. Be careful with the `optimizeLegibility` setting, because
 * it can be really slow and bog down an entire page. For now best to only
 * apply to bigger headings if using at all.
 */

.profile__detail-title,
.overview-block__amount,
.company-profile__heading h2,
.afas-hrm .afas-hrm__heading h2,
.bg-text__title,
.button,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button,
.epsilon-heading,
.copy h4,
.zeta-heading,
.copy h5,
.copy h6,
.delta-heading,
.copy h3,
.gamma-heading,
.copy h2,
.beta-heading,
.copy h1,
.alpha-heading {
  font-weight: normal;
  hanging-punctuation: first;
  letter-spacing: 0.01rem;
}

.profile__detail-title,
.overview-block__amount,
.company-profile__heading h2,
.afas-hrm .afas-hrm__heading h2,
.button,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button,
.epsilon-heading,
.copy h4,
.zeta-heading,
.copy h5,
.copy h6,
.delta-heading,
.copy h3,
.gamma-heading,
.copy h2,
.beta-heading,
.copy h1,
.alpha-heading {
  font-family: "Helvetica Neue Bold", "HelveticaNeue-Bold", "Helvetica Bold", "Helvetica-Bold", "Arial Bold", Arial-BoldMT, sans-serif;
  font-weight: 700;
}

.fonts-loaded .profile__detail-title,
.fonts-loaded .overview-block__amount,
.fonts-loaded .company-profile__heading h2,
.fonts-loaded .afas-hrm .afas-hrm__heading h2,
.afas-hrm .fonts-loaded .afas-hrm__heading h2,
.company-profile__heading .fonts-loaded h2,
.afas-hrm .afas-hrm__heading .fonts-loaded h2,
.fonts-loaded .button,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.current:hover,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.current:focus,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.current:active,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.next:hover,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.next:focus,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.next:active,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.previous:hover,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.previous:focus,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button.previous:active,
.fonts-loaded .results__table .dataTables_wrapper .dataTables_paginate .paginate_button,
.results__table .dataTables_wrapper .dataTables_paginate .fonts-loaded .paginate_button,
.fonts-loaded .epsilon-heading,
.fonts-loaded .copy h4,
.copy .fonts-loaded h4,
.fonts-loaded .zeta-heading,
.fonts-loaded .copy h5,
.copy .fonts-loaded h5,
.fonts-loaded .copy h6,
.copy .fonts-loaded h6,
.fonts-loaded .delta-heading,
.fonts-loaded .copy h3,
.copy .fonts-loaded h3,
.fonts-loaded .gamma-heading,
.fonts-loaded .copy h2,
.copy .fonts-loaded h2,
.fonts-loaded .beta-heading,
.fonts-loaded .copy h1,
.copy .fonts-loaded h1,
.fonts-loaded .alpha-heading {
  font-family: "TypoldExtended-Bold", "Helvetica Neue Bold", "HelveticaNeue-Bold", "Helvetica Bold", "Helvetica-Bold", "Arial Bold", Arial-BoldMT, sans-serif;
}

/**
 * Heading sizes
 */

/* Alpha */

.alpha-heading {
  font-size: 2rem;
  line-height: 1.25;
}

@media (min-width: 48em) {
  .alpha-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 64em) {
  .alpha-heading {
    font-size: 2.5rem;
  }
}

/* Beta */

.beta-heading,
.copy h1 {
  font-size: 1.625rem;
  line-height: 1.154;
}

@media (min-width: 48em) {
  .beta-heading,
  .copy h1 {
    font-size: 2rem;
  }
}

@media (min-width: 64em) {
  .beta-heading,
  .copy h1 {
    font-size: 2.25rem;
  }
}

/* Gamma */

.gamma-heading,
.copy h2 {
  font-size: 1.375rem;
  line-height: 1.136;
}

@media (min-width: 48em) {
  .gamma-heading,
  .copy h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .gamma-heading,
  .copy h2 {
    font-size: 1.75rem;
  }
}

/* Delta */

.delta-heading,
.copy h3 {
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .delta-heading,
  .copy h3 {
    font-size: 1.125rem;
  }
}

/* Epsilon + Zeta */

.epsilon-heading,
.copy h4,
.zeta-heading,
.copy h5,
.copy h6 {
  font-size: 1rem;
}

/* ==========================================================================
   Images
   ========================================================================== */

/**
 * Reset 1em 40px margin from figure, set in normalize.css
 */

figure {
  margin: 0;
}

/**
 * Fluid images
 */

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/**
 * Images in `figure` elements
 */

figure > img {
  display: block;
}

/**
 * Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 * to remove the effects.
 */

.gm-style img {
  max-width: none;
}

/**
 * Wordpress image aligns
 */

.copy .alignleft {
  float: left;
  margin-top: 1.4rem;
  margin-right: 1.4rem;
  margin-bottom: 0.7rem;
}

.copy .alignright {
  float: right;
  margin-top: 1.4rem;
  margin-left: 1.4rem;
  margin-bottom: 0.7rem;
}

.copy .aligncenter {
  display: block;
  margin-top: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}

.copy .size-content-width-full {
  width: 100%;
}

.copy .size-content-width-half {
  width: 50%;
}

.copy .size-content-width-quarter {
  width: 25%;
}

/* ==========================================================================
   Numerals
   ========================================================================== */

/**
 * Use old-style numerals in running text (or copy),
 * and lining (or titling) numerals in headings.
 *
 * Read more about the use of numerals:
 * https://alistapart.com/article/web-typography-numerals
 */

.numerals,
.copy {
  font-feature-settings: "onum" 1;
  /**
   * Elements to use lining numerals instead (for easier scanning a
   * sequence of numbers, looking for patterns, making comparisons,
   * or hunting for data in a list, table or other setting)
   */
}

@supports (font-variant-numeric: oldstyle-nums) {
  .numerals,
  .copy {
    font-feature-settings: normal;
    font-variant-numeric: oldstyle-nums;
  }
}

.numerals h1,
.copy h1,
.numerals h2,
.copy h2,
.numerals h3,
.copy h3,
.numerals li,
.copy li,
.numerals table,
.copy table,
.numerals .vcard,
.copy .vcard {
  font-feature-settings: "lnum" 1;
}

@supports (font-variant-numeric: lining-nums) {
  .numerals h1,
  .copy h1,
  .numerals h2,
  .copy h2,
  .numerals h3,
  .copy h3,
  .numerals li,
  .copy li,
  .numerals table,
  .copy table,
  .numerals .vcard,
  .copy .vcard {
    font-variant-numeric: lining-nums;
  }
}

/* ==========================================================================
   Base page
   ========================================================================== */

/**
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from a `$text-sizes` map. The `font-size` is calculated to exist
 *    in %, the `line-height` is calculated to exist unitlessly.
 * 2. The default `font-size` is based on viewport units, when
 *    `fluid-base-text()` is used instead of the `responsive-base-text()` mixin.
 * 3. `Font-size` is set to `small` size (without mq) for browsers that don't
 *    cut the mustard (aka `no-ctm`).
 * 4. Force scrollbars to always be visible to prevent awkward 'jumps' when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 5. Prevent horizontal scrollbar when using layout grids!
 * 6. Ensure the page always fills at least the entire height of the viewport.
 */

html {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, ArialMT, sans-serif;
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.4;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  letter-spacing: -0.01em;
}

@media (min-width: 20em) {
  html {
    font-size: calc(14px + 0 * (100vw - 320px) / 704);
  }
}

@media (min-width: 32em) {
  html {
    line-height: 1.5;
  }
}

@media (min-width: 64em) {
  html {
    font-size: 87.5%;
    line-height: 1.6;
  }
}

@media (min-width: 64em) {
  html {
    margin-right: 0;
  }
}

html.fonts-loaded {
  font-family: "TypoldExtended-Regular", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, ArialMT, sans-serif;
}

body {
  padding-top: 0;
}

@media (min-width: 48em) {
  body {
    padding-top: 4.48rem;
  }

  body.is-superadmin {
    padding-top: 106.25px;
  }

  body.is-onboarding {
    padding-top: 106.25px;
  }

  body.is-onboarding.is-superadmin {
    padding-top: 144.5px;
  }
}

/* ==========================================================================
   Quotes
   ========================================================================== */

/**
 * Quote (run-in quote)
 */

.quote,
.blockquote p,
.pullquote p {
  quotes: none;
  /**
   * Quotes pairs for two levels in multiple languages
   * http://nirusu.me/articles/quote-tag
   */
  quotes: "“" "”" "‘" "’";
}

.quote:before,
.blockquote p:before,
.pullquote p:before {
  content: open-quote;
}

.quote:after,
.blockquote p:after,
.pullquote p:after {
  content: close-quote;
}

.quote:lang(en),
.blockquote p:lang(en),
.pullquote p:lang(en) {
  quotes: "“" "”" "‘" "’";
}

.quote:lang(nl),
.blockquote p:lang(nl),
.pullquote p:lang(nl) {
  quotes: "“" "”" "‘" "’";
}

.quote:lang(de),
.blockquote p:lang(de),
.pullquote p:lang(de) {
  quotes: "„" "“" "‚" "‘";
}

.quote:lang(fr),
.blockquote p:lang(fr),
.pullquote p:lang(fr) {
  quotes: "«" "»" "‹" "›";
}

.quote:lang(hu),
.blockquote p:lang(hu),
.pullquote p:lang(hu) {
  quotes: "„" "“" "»" "«";
}

.quote:lang(jp),
.blockquote p:lang(jp),
.pullquote p:lang(jp) {
  quotes: "「" "」" "『" "』";
}

.quote:lang(zh),
.blockquote p:lang(zh),
.pullquote p:lang(zh) {
  quotes: "「" "」" "『" "』";
}

/**
 * Blockquote
 *
 * A block quotation (also known as a long quotation or extract) is a quotation
 * in a written document, that is set off from the main text as a paragraph, or
 * block of text, and typically distinguished visually using indentation and a
 * different typeface or smaller size quotation. (This is in contrast to a
 * setting it off with quotation marks in a run-in quote.)
 * Block quotations are used for the long quotation. The Chicago Manual of Style
 * recommends using a block quotation when extracted text is 100 words or more,
 * or at least eight lines.
 */

.blockquote,
.pullquote {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: 0;
  quotes: none;
  text-align: center;
}

.blockquote p,
.pullquote p {
  display: inline;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.blockquote p:before,
.pullquote p:before,
.blockquote p:after,
.pullquote p:after {
  -webkit-font-smoothing: antialiased;
}

.blockquote figcaption:before,
.pullquote figcaption:before {
  content: "— ";
}

@media (min-width: 48em) {
  .blockquote,
  .pullquote {
    margin-left: -1.05rem;
  }
}

/**
 * Pull quote
 *
 * Also known as a lift-out quote --- is a quotation
 * or excerpt from an article that is typically placed in a larger or distinctive
 * typeface on the same page (http://en.wikipedia.org/wiki/Pull_quote)
 *
 * Example HTML:
 * <aside class="Pullquote">
 *   <blockquote>It is the unofficial force---the Baker Street irregulars.</blockquote>
 * </aside>
 */

/* ==========================================================================
   Horizontal ruler component
   ========================================================================== */

/**
 * Extends 'hr'.
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 */

hr {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: 0;
  border: 0;
  border-top: 1px solid rgb(234, 234, 234);
}

/* Dotted rules */

/* Dashed rules */

/* Ornamental rules. Places a § over the rule. */

/* Activate horizontal ruler via @extend */

/* ==========================================================================
   Block grid
   ========================================================================== */

/**
 * Loosely based on:
 * - https://github.com/suitcss/grid/
 * - https://github.com/suitcss/grid-layouts/
 * - http://suitcss.github.io/grid-layouts/ <= EXAMPLE
 *
 * Browser support:
 * - Google Chrome (latest)
 * - Opera (latest)
 * - Firefox 4+
 * - Safari 5+
 * - Internet Explorer 9+
 *
 * DO NOT apply dimension or offset utilities to the `block-grid` element. All cell
 * widths and offsets should be applied to child grid cells.
 *
 * Example HTML:
 * <div class="block-grid small-1col compact-2col medium-4col">
 *   <div class="block-grid__cell cell-1"></div>
 *   <div class="block-grid__cell cell-2"></div>
 *   <div class="block-grid__cell cell-3"></div>
 *   <div class="block-grid__cell cell-4"></div>
 * </div>
 */

/**
 * Block grid container
 *
 * All content must be contained within child `block-grid__cell` elements.
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Ensure consistent default alignment.
 * 3. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 */

.block-grid {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0;
}

/**
 * Modifier: center align all grid cells
 */

.block-grid--align-center {
  text-align: center;
}

/**
 * Modifier: right align all grid cells
 */

.block-grid--align-right {
  text-align: right;
}

/**
 * Modifier: middle-align grid cells
 */

.block-grid--align-middle > .block-grid__cell {
  vertical-align: middle;
}

/**
 * Modifier: bottom-align grid cells
 */

.block-grid--align-bottom > .block-grid__cell {
  vertical-align: bottom;
}

/**
 * Block grid cell
 *
 * No explicit width by default. Rely on combining `block-grid__cell` with a dimension
 * utility or a component class that extends 'grid'.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Make cells full-width by default.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset font size change made in `Grid`.
 */

.block-grid__cell {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-size: 1rem;
}

/**
 * Modifier: horizontally center one unit
 *
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `block-grid` object.
 */

.block-grid__cell--center {
  display: block;
  margin: 0 auto;
}

/**
 * Block grid gutter
 */

/* Em gutter */

.block-grid--gutter {
  margin-right: -0.7rem;
  /* Removes the `gutter` right */
  margin-left: -0.7rem;
  /* Removes the `gutter` right */
}

.block-grid--gutter > .block-grid__cell {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

/* Percentage gutter */

.block-grid--percentage-gutter {
  margin-right: -0.5%;
  /* Removes the `gutter` right */
  margin-left: -0.5%;
  /* Removes the `gutter` right */
}

.block-grid--percentage-gutter > .block-grid__cell {
  padding-right: 0.5%;
  padding-left: 0.5%;
}

.w30 {
  width: 30% !important;
}

.w70 {
  width: 70% !important;
}

/**
 * Responsive block grid sizes
 */

/* Compact and up */

@media (min-width: 32em) {
  .compact-2col > .block-grid__cell {
    width: 50% !important;
  }
}

/* Medium and up */

@media (min-width: 48em) {
  .medium-3to1 > .cell-1,
  .medium-3to1 > .cell-3 {
    width: 66.6666666667% !important;
  }

  .medium-3to1 > .cell-2,
  .medium-3to1 > .cell-4 {
    width: 33.3333333333% !important;
  }
}

/* Large and up */

@media (min-width: 64em) {
  .large-4col > .block-grid__cell {
    width: 25% !important;
  }
}

/* ==========================================================================
   Block link
   ========================================================================== */

/**
 * Quasi-nested (post) links; e.g 'read more' links nested within a
 * block, while the whole block needs to be clickable.
 *
 * Example HTML:
 * <article class="block-link">
 *   <h2>Post title</h2>
 *   <p> ... </p>
 *   <a href="#" class="block-link__anchor">More</a>
 * </article>
 *
 * More on the class naming conventions: http://j.mp/H2b8ai
 */

/* Post (block) link, used with a 'read more' link */

.block-link {
  position: relative;
  z-index: inherit;
  /*
   * Position any links in the post excerpt at
   * the top of the 'z-index' stack
   */
}

.block-link a {
  position: relative;
  z-index: 2;
}

/**
 * Stretch the 'read more' link over the whole of the post
 * and hide the 'read more' link's text
 */

a.block-link__anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: rgb(255, 255, 255);
  opacity: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="button [button--modifier]" role="button" href="[url]">Button text</a>
 * <button class="button [button--modifier]" type="submit">Button text</button>
 * <input class="button [button--modifier]" type="submit" value="Button text">
 */

/**
 * Basic button structural styling. Extend in your theme stylesheet.
 */

.button,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button {
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.4rem calc(0.7rem - 6px) 1.4rem;
  border: none;
  border-bottom: 6px solid #5f32cc;
  border-radius: 0.3rem;
  /* To remove rounded corners in Safari on iOS 5+ */
  background: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
  line-height: inherit;
  /* For anchor button to behave nicely */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Hide transparent highlight color that appears when tapping on iOS/Android */
  transition: background-color 0.24s ease-out;
  cursor: pointer;
}

.button .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active .icon,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button .icon {
  display: inline-block;
}

.button .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active .icon--right,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button .icon--right {
  bottom: -5px;
  position: relative;
  margin-right: 2px;
}

.button svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active svg,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button svg,
.button svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button svg path,
.button svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active svg g,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button svg g {
  fill: currentColor;
}

/* Button states */

.button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  text-decoration: none;
  background-color: #532cb3;
  border-color: #532cb3;
}

.button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  top: 1px;
  outline: none;
}

.button:disabled,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:disabled:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:disabled:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:disabled:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:disabled:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:disabled:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:disabled:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:disabled,
.button:disabled:hover,
.button:disabled:focus,
.button:disabled:active,
.button.is-disabled,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .is-disabled.paginate_button,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.button.is-disabled:hover,
.button.is-disabled:focus,
.button.is-disabled:active {
  top: 0;
  margin-top: 0;
  background: #f0f0f0 !important;
  color: #a8a9ab !important;
  cursor: default !important;
  border-color: #c3c3c3 !important;
}

/**
 * Primary button
 */

.button--primary,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  padding: 1.05rem 2.1rem calc(1rem - 6px) 2.1rem;
}

/**
 * Secondary button
 */

.button--secondary,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 1px solid #d3c7bb;
  padding: 1.05rem 2.1rem calc(1rem - 2px) 2.1rem;
}

.button--secondary:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.button--secondary:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.button--secondary:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: rgb(119, 63, 255);
  border-color: rgb(119, 63, 255);
  background-color: transparent;
}

.button--secondary:hover svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path,
.button--secondary:focus svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg path,
.button--secondary:active svg path,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active svg path {
  fill: rgb(119, 63, 255);
}

.button--delete {
  background-color: rgb(216, 8, 16);
  color: rgb(255, 255, 255);
  border: 1px solid #93050b;
  padding: 1.05rem 2.1rem calc(1rem - 2px) 2.1rem;
}

.button--delete:hover,
.button--delete:focus,
.button--delete:active {
  color: #93050b;
  border-color: #93050b;
  background-color: transparent;
}

.button--delete:hover svg path,
.button--delete:focus svg path,
.button--delete:active svg path {
  fill: rgb(216, 8, 16);
}

/**
 * Button size modifiers
 */

.button--small,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.35rem 0.7rem;
}

.button--large {
  padding: 1.05rem 1.75rem;
}

/* Full width button */

.button--full {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}

/**
 * Round buttons
 */

.round-button {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgb(0, 0, 0);
  line-height: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.round-button--secondary {
  color: rgb(97, 90, 83);
}

.round-button--add::after,
.round-button--icon > span,
.round-button--tooltip-add > span {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  margin-left: 0.7rem;
  background-color: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  line-height: 2.1rem;
  text-align: center;
  font-size: 1.25em;
  transition: transform 0.24s ease-out;
}

.round-button--icon > span,
.round-button--tooltip-add > span {
  vertical-align: middle;
}

.round-button--icon > span > svg,
.round-button--tooltip-add > span > svg {
  width: 1.05rem;
  height: 100%;
}

.round-button--icon > span > svg path,
.round-button--tooltip-add > span > svg path {
  fill: rgb(255, 255, 255);
}

.round-button:hover {
  text-decoration: underline;
}

.round-button:hover::after,
.round-button:hover span {
  transform: scale(1.1);
}

.round-button:focus {
  outline: none;
  text-decoration: underline;
}

/* ==========================================================================
   Fluid embed (http://j.mp/GIHbnu)
   ========================================================================== */

/**
 * Fluid, intrinsic ratio embeds
 *
 * For use with media embeds --- such as videos, slideshows, or even images ---
 * that need to retain a specific aspect ratio but adapt to the width of their
 * containing element.
 *
 * Example HTML:
 * <div class="fluid-embed default-16by9">
 *   <iframe class="fluid-embed__item" src="..."></iframe>
 * </div>
 *
 * <div class="fluid-embed default-16by9">
 *   [iframe|object|embed|img]
 * </div>
 */

.fluid-embed {
  position: relative;
  display: block;
  overflow: hidden;
}

/**
 * A pseudo-element shunt is used to provide support for `max-height`. The
 * `max-height` property has no affect when using a percentage-padding to set
 * the aspect ratio.
 */

.fluid-embed:before {
  content: "";
  display: block;
  width: 100%;
}

/**
 * Modifier: Different aspect ratio for different breakpoints
 */

/* For small and below (default(s)) */

.default-3by2:before {
  padding-bottom: 66.6666666667% !important;
}

.default-16by9:before {
  padding-bottom: 56.25% !important;
}

/* For large breakpoint and up */

@media (min-width: 64em) {
  .large-16by9:before {
    padding-bottom: 56.25% !important;
  }
}

/* For huge breakpoint and up */

@media (min-width: 120em) {
  .huge-2by1:before {
    padding-bottom: 50% !important;
  }
}

/**
 * Descendant: media element
 *
 * Utility of the component is improved by provide an explicit descendant
 * class. However, it will work automatically for iframes, embeds, and objects
 * to account for times when you cannot modify the attributes for 3rd party
 * widget code.
 */

.fluid-embed > div:first-of-type,
.fluid-embed__item,
.fluid-embed iframe,
.fluid-embed embed,
.fluid-embed object,
.fluid-embed img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Forms
   ========================================================================== */

.form {
  margin-bottom: 1.4rem;
  /**
  * Legend (from normalize.css)
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
  /**
  * Fieldset
  */
}

.form legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.form fieldset {
  margin: 0 0 1.4rem;
  padding: 0;
  border: 0;
}

.form__items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0 20px;
}

/**
 * Group sets of form fieldsets in a (ordered) list, e.g.:
 * <form class="form">
 *    <fieldset>
 *       <ol class="form__fields">
 *          <li class="form__item form__item--stacked">
 *             <label for="text" class="form__label">...</label>
 *             <input id="text" type="text">
 *          </li>
 *          <li class="form__item form__item--stacked">
 *             ...
 *          </li>
 *          <li class="form__item">
 *             ...
 *          </li>
 *       </ol>
 * </form>
 */

.copy .form__fields {
  margin-left: 0;
}

.copy .form__fields li {
  list-style: none;
  margin-left: 0;
}

.copy .form__fields li:before {
  content: none;
}

.form label,
.form input,
.form textarea,
.form select {
  display: inline-block;
  vertical-align: middle;
}

.form label {
  margin-right: 0.7rem;
}

.form label:hover {
  cursor: pointer;
}

.form textarea {
  overflow: auto;
}

.form--inline .form__item {
  display: inline-block;
  margin-right: 1.4rem;
}

.form__item {
  display: block;
  margin-bottom: 2.1rem;
}

.form__item--fancy {
  border: 1px solid #d0cfcf;
  border-radius: 6px;
}

.form__item--fancy-select {
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.form__item.fancy-select-project .select-box__input-text {
  background: none;
}

.form__item.fancy-select-project .select-box {
  margin: 0;
}

.form__item.fancy-select-project .select-box__current::after {
  content: none;
}

.form__submit {
  margin-bottom: 1.4rem;
}

.modal .form__submit {
  margin-bottom: 0;
}

.form__submit--right {
  text-align: right;
}

.form__submit .button,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.current:hover,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.current:focus,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.current:active,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.next:hover,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.next:focus,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.next:active,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.previous:hover,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.previous:focus,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button.previous:active,
.form__submit .results__table .dataTables_wrapper .dataTables_paginate .paginate_button,
.results__table .dataTables_wrapper .dataTables_paginate .form__submit .paginate_button {
  display: inline-block;
  vertical-align: middle;
}

.form__label {
  font-size: 0.875rem;
  color: #79736d;
}

.form__item--fancy .form__label {
  display: block;
  margin: 0;
  padding: 0.7rem 1.4rem 0 1.4rem;
  font-weight: 400;
  color: rgb(151, 151, 151);
}

.form__label--above-inline {
  margin-bottom: 1.75rem;
}

.form__item--stacked .form__label {
  display: block;
  margin-bottom: 0.5em;
}

.form__item--stacked .form__label--above-inline {
  margin-bottom: 1.75rem;
}

.form__item--stacked .form__label.inline {
  display: inline;
}

.form__input,
.itemlist__filter {
  padding: 0.7rem 1.4rem;
  border: 1px solid #d0cfcf;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  -webkit-appearance: none;
}

.form__input:placeholder,
.itemlist__filter:placeholder {
  color: #f0f0f0;
}

.form__item--fancy .form__input,
.form__item--fancy .itemlist__filter {
  margin-top: -0.7rem;
  border: 0;
  background-color: transparent;
}

.form__item--fancy .form__input:focus,
.form__item--fancy .itemlist__filter:focus {
  background-color: transparent;
}

.form__input:focus,
.itemlist__filter:focus {
  border-color: rgb(119, 63, 255);
  background-color: rgb(255, 255, 255);
  outline: none;
}

.form__input:disabled,
.itemlist__filter:disabled {
  border-color: #ebeaea;
  background-color: rgb(251, 250, 249);
}

.form__input--small {
  max-width: 7rem;
  margin-right: 0.7rem;
}

.form__input--inline {
  display: inline-block;
  margin-top: -0.7rem;
  margin-right: 0.7rem;
  margin-bottom: 1.05rem;
  margin-left: 0.7rem;
}

.form__input--inline:first-child {
  margin-left: 0;
}

.form__input--full {
  width: 100%;
}

.form__input--small {
  min-width: 100px;
}

.form__input--textarea {
  min-height: 10rem;
}

.form__input--textarea.small {
  min-height: 6rem;
}

.form__input--textarea.large {
  min-height: 20rem;
}

.form__helperError {
  display: none;
  font-size: 12px;
  margin-top: 3px;
  font-style: italic;
}

.form__input--file {
  display: block;
  padding: 2.8rem 1.4rem;
  width: 100%;
  background-color: rgb(251, 250, 249);
  border-style: dashed;
  text-align: center;
}

.form__input--file svg {
  height: 20px;
  margin-bottom: -7px;
  margin-right: 9px;
}

.form__input--file .drop,
.form__input--file .dropped,
.form__input--file .error {
  display: none;
}

.form__input--file.drop-it {
  background-color: rgb(120, 238, 137);
}

.form__input--file.drop-it .drag {
  display: none;
}

.form__input--file.drop-it .drop {
  display: block;
}

.form__input--file.dropped .drag,
.form__input--file.dropped .drop {
  display: none;
}

.form__input--file.dropped .dropped {
  display: block;
}

.form__input--file.error .drag,
.form__input--file.error .error {
  display: block;
}

.form__input--file.error .drop,
.form__input--file.error .dropped {
  display: none;
}

.form__input--select,
.itemlist__filter {
  position: relative;
  max-width: 100%;
  padding-right: 3.5rem;
  background-position: 95% 50%;
  background-position: right 1.4rem top 50%;
}

.form__input--select:focus,
.itemlist__filter:focus {
  border-color: rgb(119, 63, 255);
  outline: none;
}

.form__item--fancy .form__input--select,
.form__item--fancy .itemlist__filter {
  width: 100%;
  background-color: transparent;
}

.form__item--fancy .form__input--select:focus,
.form__item--fancy .itemlist__filter:focus,
.form__item--fancy .form__input--select:checked,
.form__item--fancy .itemlist__filter:checked {
  outline: none;
}

.form__item--fancy .form__input--select option:focus,
.form__item--fancy .itemlist__filter option:focus,
.form__item--fancy .form__input--select option:checked,
.form__item--fancy .itemlist__filter option:checked {
  outline: none;
}

.form__input--multiselect option:checked {
  background-color: #e7e6e6;
}

/**
 * Extra help text after input on focus:
 * <li class="form__item form__item--stacked">
 *    <label class="form__label">Label text</label>
 *    <input class="form__input"/>
 *    <small class="form__helper">Helper text</small>
 * </li>
 */

.form__helper-button {
  display: inline-block;
  vertical-align: bottom;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.35rem;
  background-color: rgb(151, 151, 151);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 2px;
}

.form__helper {
  display: none;
  margin-bottom: 0.7rem;
  padding: 0.7rem;
  color: rgb(97, 90, 83);
  background-color: rgb(247, 246, 246);
}

.combination_explained {
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
  background-color: rgb(247, 246, 246);
}

.form__infotext {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  color: rgb(151, 151, 151);
}

/**
 * Set optional label like this:
 * <label class="form__label">Label text <small class="form__optional">(Optional)</small></label>
 */

.form__optional {
  font-weight: normal;
}

/**
 * Error handling (inline)
 */

.form__helper-error {
  display: inline-block;
}

.form .is-error .form__label,
.form .is-error .form__helperError {
  display: block;
  color: rgb(248, 104, 8);
}

.form .is-error .form__input,
.form .is-error .itemlist__filter {
  border: 0.125em solid rgb(248, 104, 8);
}

.form__item.is-error .form__label,
.form__item.is-error .form__helperError,
.form__item .is-error .form__label,
.form__item .is-error .form__helperError {
  display: block;
  color: rgb(248, 104, 8);
}

.form__item.is-error .form__input,
.form__item.is-error .itemlist__filter,
.form__item .is-error .form__input,
.form__item .is-error .itemlist__filter {
  border: 0.125em solid rgb(248, 104, 8);
}

.form__item.is-error .ql-container,
.form__item.is-error .ql-toolbar,
.form__item .is-error .ql-container,
.form__item .is-error .ql-toolbar {
  border-color: rgb(248, 104, 8);
}

/**
 * Lists of checkboxes and radio buttons, e.g.:
 * <li class="form__item form__item--stacked">
 *    <fieldset>
 *       <span class="form__label">Radio set</span>
 *       <ul class="input-set input-set--horizontal">
 *          <li>
 *             <label class="input-set-label">
 *                <input type="radio" class="radio" name="radioset" value="Option 1"/>
 *                <span>Option 1</span>
 *             </label>
 *          </li>
 *          <li>
 *             ...
 *          </li>
 *       </ul>
 *    </fieldset>
 * </li>
 */

.input-set {
  margin-top: -0.7rem;
}

.form__item--fancy .input-set {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
  padding-top: 0.35rem;
  padding-bottom: 0.7rem;
}

.input-set > li {
  margin-bottom: 0.35rem;
}

/* Horizontal */

.input-set--horizontal > li {
  display: inline-block;
  margin-right: 1.4rem;
}

.input-set--horizontal > li:last-child {
  margin-right: 0;
}

/* Labels of checkboxes/radio buttons  */

label.form__radio-label,
label.form__check-label {
  display: inline-flex;
  align-items: flex-start;
  padding-left: 1rem;
  color: #79736d;
}

.form__radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  transition: 0.32s ease-out;
}

.form__radio::before,
.form__radio::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  display: block;
  border-radius: 50%;
}

.form__radio::before {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #d0cfcf;
}

.form__radio::after {
  top: 0.4rem;
  left: -0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgb(119, 63, 255);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.24s ease-out, transform 0.24s ease-out;
}

.form__radio:checked::after {
  opacity: 1;
  transform: scale(1);
}

.form__check {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  transition: 0.32s ease-out;
}

.form__check::before,
.form__check::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  display: block;
}

.form__check::before {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #d0cfcf;
}

.form__check::after {
  content: "✔";
  top: 0.1rem;
  left: -1rem;
  width: 1.6rem;
  height: 1.6rem;
  color: rgb(119, 63, 255);
  font-size: 2rem;
  line-height: 1.6rem;
  opacity: 0;
  text-align: center;
  transform: scale(0.8);
  transition: opacity 0.24s ease-out, transform 0.24s ease-out;
}

.form__check:checked::after {
  opacity: 1;
  transform: scale(1);
}

.vue-treeselect--single .vue-treeselect__single-value {
  top: 6px;
}

.multi-check-list {
  display: block;
  overflow-x: visible;
  overflow-y: auto;
  width: auto;
  height: auto;
  min-height: 4.2rem;
  max-height: 22.4rem;
  margin-bottom: 1.4rem;
  padding-top: 0.7rem;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.multi-check-list--full {
  min-height: 0;
  max-height: 100%;
  padding-top: 0;
  overflow: visible;
  border-bottom: none;
}

.multi-check-list__item {
  display: block;
  margin-bottom: 0.7rem;
}

.multi-check-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.multi-check-item.disabled {
  color: rgb(151, 151, 151);
  cursor: default;
  display: block;
}

.multi-check-item__title {
  display: block;
  width: 30%;
  margin-left: 0;
}

.multi-check-item__role {
  display: block;
  width: 60%;
  margin-left: 1.4rem;
  color: rgb(97, 90, 83);
}

.multi-check-item__treeselect {
  display: block;
  width: 60%;
  margin-left: 1.4rem;
  color: rgb(97, 90, 83);
  margin-right: 20px;
}

.multi-check-item__treeselect .vue-treeselect__single-value {
  top: 6px;
}

.multi-check-item__add {
  margin: auto;
  margin-right: -10px;
}

.multi-check-item__add::after {
  content: "✔";
  width: 1.6rem;
  height: 1.6rem;
  color: #773fff;
  font-size: 2rem;
  line-height: 1.6rem;
  opacity: 1;
  text-align: center;
  transform: scale(0.8);
  transition: opacity 0.24s ease-out, transform 0.24s ease-out;
}

.multi-check-item__remove {
  position: relative;
  cursor: pointer;
  margin: auto;
  margin-right: -10px;
}

.multi-check-item__remove::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border: 2px solid;
  border-radius: 50%;
  background-color: white;
  border-color: black;
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.24s ease-out;
}

.multi-check-item__remove:hover::after {
  background-color: rgb(119, 63, 255);
  border-color: rgb(119, 63, 255);
}

.multi-check-item__selected {
  position: relative;
  top: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  width: 1em;
  height: 1em;
  margin: 0;
  color: inherit;
  outline: none;
}

.multi-check-item__selected:hover::before {
  cursor: pointer;
}

.multi-check-item__selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(119, 63, 255);
  border-radius: 50%;
  background-color: rgb(119, 63, 255);
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.24s ease-out;
}

.multi-check-item__checkbox,
.multi-check-item-with-loading__checkbox {
  position: relative;
  top: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  width: 1em;
  height: 1em;
  margin: 0;
  color: inherit;
  outline: none;
}

.multi-check-item__checkbox:disabled,
.multi-check-item-with-loading__checkbox:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.multi-check-item__checkbox:hover::before,
.multi-check-item-with-loading__checkbox:hover::before {
  cursor: pointer;
}

.multi-check-item__checkbox::before,
.multi-check-item-with-loading__checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(119, 63, 255);
  border-radius: 50%;
  background-color: rgb(119, 63, 255);
  background-position: 50% 50%;
  background-size: contain;
  transition: transform 0.24s ease-out;
}

.multi-check-item__checkbox:checked::before,
.multi-check-item-with-loading__checkbox:checked::before,
.multi-check-item__checkbox.is-checked::before,
.is-checked.multi-check-item-with-loading__checkbox::before {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}

.multi-check-item__checkbox:checked:hover::before,
.multi-check-item-with-loading__checkbox:checked:hover::before {
  background-color: rgb(119, 63, 255);
  border-color: rgb(119, 63, 255);
}

.multi-check-item__checkbox:not(:checked):hover::before,
.multi-check-item-with-loading__checkbox:not(:checked):hover::before {
  transform: scale(1.25);
}

.multi-check-item-with-loading__checkbox:checked::before,
.multi-check-item-with-loading__checkbox.is-checked::before {
  content: none;
}

.multi-check-item__active-label {
  display: block;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}

/**
 * Custom select-like dropdown
 */

.select-box {
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  margin: 0 auto 0.35rem auto;
}

.form__item--fancy-select .select-box {
  margin-top: -0.175rem;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  bottom: 1px;
  left: 1.4rem;
  display: none;
  height: 1px;
  background-color: #d0cfcf;
}

.select-box.is-active .select-box__current::after {
  display: block;
}

.select-box.is-active .select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box.is-active .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 1.4rem;
  opacity: 1;
  transition: 0.2s ease;
}

.select-box.is-active .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none !important;
}

.select-box__input:checked + .select-box__input-text {
  display: block !important;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0.7rem 1.4rem;
  background-color: rgb(255, 255, 255);
}

.select-box__list {
  position: absolute;
  overflow: hidden;
  right: -1px;
  left: -1px;
  display: block;
  width: auto;
  margin-top: -1px;
  padding: 0.35rem 0;
  list-style: none;
  opacity: 0;
  border-right: 1px solid #d0cfcf;
  border-bottom: 1px solid #d0cfcf;
  border-left: 1px solid #d0cfcf;
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: rgb(255, 255, 255);
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  width: 100%;
  padding: 0.7rem 1.4rem;
  background-color: rgb(255, 255, 255);
}

.select-box__option:hover,
.select-box__option:focus,
.select-box__option.is-selected {
  color: rgb(0, 0, 0);
  background-color: rgb(247, 246, 246);
}

.select-box__add-row {
  display: flex;
  padding: 0.35rem 1.4rem;
}

.select-box__add-input {
  display: block;
  width: 100%;
  padding: 0.7rem 1.4rem;
  border: 1px solid #d0cfcf;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  -webkit-appearance: none;
}

.select-box__add-input:placeholder {
  color: #f0f0f0;
}

.select-box__add-button {
  flex-shrink: 0;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

/**
 * Closable form with columns
 */

.closable-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.closable-form__column {
  width: 50%;
  padding-right: 2.8rem;
}

.closable-form__column--fields {
  width: 66.6666666667%;
}

.closable-form__column--submit {
  width: 33.3333333333%;
  padding-right: 0;
}

.input__group {
  display: flex;
}

.input__group .input-group-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input__group--prepend .input-group-text.prepend {
  border-radius: 6px 0 0 6px;
  border-right: none;
  border-left: 1px solid #ced4da;
  padding: 12px 10px 9px 15px;
}

.input__group--prepend .form__input,
.input__group--prepend .itemlist__filter {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input__group--append .input-group-text.append {
  border-radius: 0 6px 6px 0;
  border-left: none;
  padding: 12px 15px 9px 10px;
}

.input__group--append .form__input,
.input__group--append .itemlist__filter {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ifthen {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 15px 0;
}

.ifthen .form__label {
  margin: 0;
}

.ifthen .form__input,
.ifthen .itemlist__filter {
  width: auto;
}

.color-options {
  position: relative;
  max-width: 300px;
}

.color-options__input {
  width: 100%;
  padding-right: 50px;
}

.color-options__preview {
  height: 30px;
  width: 30px;
  right: 8px;
  border-radius: 6px;
  display: block;
  box-shadow: inset rgba(0, 0, 0, 0.075) 0 0 0 1px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
}

.color-options__picker {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}

/* ==========================================================================
   Grid
   ========================================================================== */

/**
 * Loosely based on:
 * - https://github.com/necolas/griddle
 * - http://necolas.github.io/griddle/ <= EXAMPLE
 *
 * Browser support:
 * - Google Chrome
 * - Firefox
 * - Safari
 * - Opera
 * - Internet Explorer 8+
 *
 * Example HTML:
 * <div class="grid">
 *   <div class="grid__cell compact-1of2"></div>
 *   <div class="grid__cell compact-1of2"></div>
 *   <div class="grid__cell compact-1of2"></div>
 *   <div class="grid__cell compact-1of2"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *   <div class="grid__cell small-1of2"></div>
 *   <div class="grid__cell small-2of3"></div>
 * </div>
 */

/* Grid core
   ========================================================================== */

/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment
 * 3. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 */

.grid {
  display: block;
  padding-right: 0;
  padding-left: 0;
  font-size: 0;
  text-align: left;
}

/**
 * Opera hack
 */

/**
 * Child `Grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */

.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

/**
 * Modifier
 *
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */

/* Modifier: horizontally center all grid units */

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

/**
 * Modifier: align horizontally all grid units to the right
 */

.grid--align-right {
  text-align: right;
}

/**
 * Modifier: middle-align grid cells
 */

.grid--align-middle > .grid__cell {
  vertical-align: middle;
}

/**
 * Modifier: top-align grid cells
 */

.grid--align-bottom > .grid__cell {
  vertical-align: bottom;
}

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Make cells full-width by default.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset font size change made in `Grid`.
 */

.grid__cell {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-size: 1rem;
  position: relative;
}

/**
 * Modifier: horizontally center one unit
 *
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */

.grid__cell--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/**
 * Grid gutter
 */

/* Rhythm unit gutter/spacing */

.grid--gutter,
.copy > .figure-image .grid {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}

.grid--gutter > .grid__cell,
.copy > .figure-image .grid > .grid__cell {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

/* Percentage gutter/spacing */

.grid--percentage-gutter {
  margin-right: -0.5%;
  margin-left: -0.5%;
}

.grid--percentage-gutter > .grid__cell {
  padding-right: 0.5%;
  padding-left: 0.5%;
}

/**
 * Responsive grid sizes
 */

/* Small and up */

@media (min-width: 20em) {
  .small-1of2 {
    width: 50% !important;
  }

  .small-1of3 {
    width: 33.3333333333% !important;
  }

  .small-2of3 {
    width: 66.6666666667% !important;
  }
}

/* Compact and up */

@media (min-width: 32em) {
  .compact-1of2 {
    width: 50% !important;
  }

  .compact-1of3 {
    width: 33.3333333333% !important;
  }

  .compact-2of3 {
    width: 66.6666666667% !important;
  }

  .compact-1of3.triptych {
    width: calc(33.3333333333% - 0.31262rem) !important;
  }

  .compact-2of3.triptych {
    width: calc(66.6666666667% + 0.31262rem) !important;
  }

  .compact-8of17.triptych {
    width: calc(47.0588235294% + 0.64232rem) !important;
  }

  .compact-9of17.triptych {
    width: calc(52.9411764706% - 0.64232rem) !important;
  }

  .compact-4of13 {
    width: calc(30.7692307692% + 0.55818rem) !important;
  }

  .compact-9of13 {
    width: calc(69.2307692308% - 0.55818rem) !important;
  }
}

/* Medium and up */

@media (min-width: 48em) {
  .medium-1of2 {
    width: 50% !important;
  }

  .medium-1of3 {
    width: 33.3333333333% !important;
  }

  .medium-2of3 {
    width: 66.6666666667% !important;
  }

  .medium-1of4 {
    width: 25% !important;
  }
}

/* Large and up */

@media (min-width: 64em) {
  .large-1of3 {
    width: 33.3333333333% !important;
  }

  .large-2of3 {
    width: 66.6666666667% !important;
  }

  .large-1of4 {
    width: 25% !important;
  }

  .large-3of4 {
    width: 75% !important;
  }

  .large-1of5 {
    width: 20% !important;
  }

  .large-4of5 {
    width: 80% !important;
  }
}

/* Chunky and up */

@media (min-width: 80em) {
  .chunky-1of5 {
    width: 20% !important;
  }

  .chunky-4of5 {
    width: 80% !important;
  }
}

/* Wide and up */

@media (min-width: 90em) {
  .wide-1of3 {
    width: 33.3333333333% !important;
  }

  .wide-1of4 {
    width: 25% !important;
  }

  .medium-1of3-changed {
    width: 32% !important;
  }
}

/* Huge and up */

@media (min-width: 120em) {
  .huge-1of2 {
    width: 50% !important;
  }

  .huge-1of5 {
    width: 20% !important;
  }
}

/* ==========================================================================
   Icons (svg)
   ========================================================================== */

.icon {
  display: flex;
  align-items: center;
}

.icon > svg {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.1em;
}

.icon--left > svg {
  margin-right: 0.4em;
}

.icon--right > svg {
  margin-left: 0.4em;
}

.icon--light > svg {
  opacity: 0.3;
}

.icon--center {
  justify-content: center;
}

.icon--center > svg {
  margin-left: 0.4em;
}

.icon--inline {
  display: inline-block;
  vertical-align: middle;
}

.icon--inline > svg {
  margin-top: 0.1em;
}

.icon--edit {
  justify-content: flex-end;
  color: rgb(119, 63, 255);
}

.icon--in-button > svg {
  margin-right: 1em;
  margin-top: -0.5em;
}

.icon--small > svg {
  width: 1.25em;
  height: 1.25em;
}

.icon--tiny > svg {
  width: 1em;
  height: 1em;
}

/* ==========================================================================
   Links
   ========================================================================== */

.link:link,
.list--links a:link,
.copy a:link:not(.button) {
  position: relative;
  transition: color 0.24s ease-out;
  background-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: rgb(119, 63, 255);
}

.link:visited,
.list--links a:visited,
.copy a:visited:not(.button) {
  color: rgb(119, 63, 255);
}

.link:hover,
.list--links a:hover,
.copy a:hover:not(.button),
.link:focus,
.list--links a:focus,
.copy a:focus:not(.button) {
  color: #9265ff;
}

.link:active,
.list--links a:active,
.copy a:active:not(.button) {
  color: rgb(97, 90, 83);
}

/* No visited link color (browser history) */

.link--no-history:visited,
.list--no-history a:visited {
  color: rgb(24, 16, 248);
}

.link--no-history:hover,
.list--no-history a:hover,
.link--no-history:focus,
.list--no-history a:focus,
.link--no-history:active,
.list--no-history a:active {
  color: inherit;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Basic list
 */

.list,
.copy ul,
.copy ol {
  list-style-position: outside;
}

.list li,
.copy ul li,
.copy ol li {
  display: list-item;
}

.list li > ul,
.copy ul li > ul,
.copy ol li > ul,
.list li > ol,
.copy ul li > ol,
.copy ol li > ol,
.list li + li,
.copy ul li + li,
.copy ol li + li {
  margin-top: 0.35rem;
}

.list > li,
.copy ul > li,
.copy ol > li {
  list-style-type: none;
}

ul.list > li,
.copy ul > li {
  margin-left: 0.91rem;
}

ul.list > li:before,
.copy ul > li:before {
  content: "– ";
  position: absolute;
  margin-left: -0.91rem;
}

ul.list > li > p:last-of-type,
.copy ul > li > p:last-of-type {
  margin-bottom: 1.05rem;
}

ol.list > li,
.copy ol > li {
  list-style-type: decimal;
  margin-left: 1.75rem;
}

/**
 * Plain list (no bullets, etc.)
 */

.list--plain {
  margin-left: 0;
}

.list--plain li {
  list-style: none;
  margin-left: 0;
}

.list--plain li:before {
  content: none;
}

/**
 * Link list
 */

.list--links {
  margin-top: -0.2em;
  margin-left: 0;
}

.list--links li {
  margin-right: 0;
  padding: 0.2em 0;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}

/**
 * No visited link color (browser history)
 */

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`
 */

.list--numbered > li,
.list--numbered.list--links > li {
  list-style-type: decimal;
}

.list--numbered.list--plain,
.list--numbered.list--links {
  margin-left: 1.4rem;
}

@media (min-width: 48em) {
  .list--numbered.list--plain,
  .list--numbered.list--links {
    margin-left: 0;
  }
}

/* ==========================================================================
   Media object
   ========================================================================== */

/**
 * Usage:
 * Place any image- and text-like content side-by-side, as per: http://j.mp/1iqV00F
 *
 * Example HTML:
 * <div class="media">
 *   <img src="http://placekitten.com/200/300" alt="" class="media__image">
 *   <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
 *   sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
 * </div>
 */

.media {
  display: block;
}

.media__image {
  float: left;
  margin-right: 1.4rem;
}

/* Reversed image location (right instead of left). */

.media__image--rev {
  float: right;
  margin-left: 1.4rem;
}

/* For when img element is wrapped in acnhor link */

.media__image img,
.media__image--rev img {
  display: block;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Pseudo-link
   ========================================================================== */

/**
 * Another interactive element, e.g., `button`, styled to look like an anchor.
 * Relies on the utility selector being added to the link base styles rule.
 *
 * `!important` is not used liberally because the root element, like normal
 * links, is likely to be modified by components.
 *
 * Example base CSS:
 *
 * a,
 * .pseudo-link {
 *     color: lightblue;
 * }
 *
 * a:hover,
 * a:focus,
 * a:active,
 * .pseudo-link:hover,
 * .pseudo-link:focus,
 * .pseudo-link:active {
 *     color: blue;
 * }
 *
 * Example HTML:
 * <div class="alert alert--bar">
 *    <button type="button" class="alert__close pseudo-link" data-dismiss="alert" aria-hidden="true" role="presentation">&times;</button>
 * </div>
 */

.pseudo-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer !important;
}

.pseudo-link:hover,
.pseudo-link:focus,
.pseudo-link:active {
  background: transparent;
  color: inherit;
  outline: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Default styles
 */

.table,
.copy table {
  margin-bottom: 1.4rem;
  width: 100%;
  border-spacing: 0;
  /* Table head */
  /* Table cell */
  /* Table footer */
  /* Cell alignments */
}

.table th,
.copy table th,
.table td,
.copy table td {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}

.table th,
.copy table th {
  font-weight: inherit;
  vertical-align: middle;
}

.table td,
.copy table td {
  vertical-align: top;
}

.table tfoot,
.copy table tfoot {
  font-style: italic;
}

.table [colspan],
.copy table [colspan] {
  text-align: center;
}

.table [colspan="1"],
.copy table [colspan="1"] {
  text-align: left;
}

.table [rowspan],
.copy table [rowspan] {
  vertical-align: middle;
}

.table [rowspan="1"],
.copy table [rowspan="1"] {
  vertical-align: top;
}

.table__numerical {
  text-align: right;
}

/**
 * Striped tables
 */

.table--striped,
.copy table {
  /* Zebra-striping */
}

.table--striped th,
.copy table th,
.table--striped td,
.copy table td {
  padding: 0.7rem;
}

.table--striped th,
.copy table th {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.table--striped th + th,
.copy table th + th,
.table--striped td + td,
.copy table td + td {
  border-left: 0.125em solid rgb(255, 255, 255);
}

.table--striped tbody tr:nth-child(even) td,
.copy table tbody tr:nth-child(even) td {
  background-color: #c7c8c9;
}

.table--striped tbody tr:hover td,
.copy table tbody tr:hover td {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/**
 * Rounded corners
 */

.table--rounded thead th:first-child {
  border-top-left-radius: 0.7rem;
}

.table--rounded thead th:last-child {
  border-top-right-radius: 0.7rem;
}

.table--rounded tr:last-of-type td:first-child {
  border-bottom-left-radius: 0.7rem;
}

.table--rounded tr:last-of-type td:last-child {
  border-bottom-right-radius: 0.7rem;
}

/**
 * Bordered tables
 */

.table--bordered th,
.table--bordered td {
  padding: 0.7rem;
  border: 0.125em solid #c7c8c9;
}

.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}

.table--bordered thead th {
  border-bottom-width: 0.125em;
  border-bottom-color: rgb(0, 0, 0);
}

.table--bordered tfoot tr {
  border-top-width: 0.125em;
}

/* ==========================================================================
   Accordion (expand / collapse)
   ========================================================================== */

.accordion {
  position: relative;
  padding: 1.4rem;
  margin: 1.4rem 0;
  background-color: #f0f0f0;
}

.is-closed .accordion__target {
  position: relative;
  overflow: hidden;
  height: 0;
}

.is-open .accordion__target {
  height: auto;
  padding-top: 1.4rem;
}

/* ==========================================================================
   Alerts (inline, bar and modal)
   ========================================================================== */

/**
 * Default
 */

.alert {
  display: block;
}

.alert__content {
  position: relative;
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  width: 100%;
  border-radius: 0.7rem 0.7rem 0.7rem 0;
  background: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
}

.alert__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: rgb(119, 63, 255);
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -20px;
}

.alert--success .alert__content {
  background: rgb(120, 238, 137);
  color: rgb(0, 0, 0);
}

.alert--success .alert__content::after {
  border-top-color: rgb(120, 238, 137);
}

.alert--error .alert__content {
  background: rgb(228, 38, 25);
  color: rgb(255, 255, 255);
}

.alert--error .alert__content::after {
  border-top-color: rgb(228, 38, 25);
}

.alert--warning .alert__content {
  background: rgb(254, 165, 67);
  color: rgb(0, 0, 0);
}

.alert--warning .alert__content::after {
  border-top-color: rgb(254, 165, 67);
}

.alert--info .alert__content {
  background: rgb(37, 238, 194);
  color: rgb(0, 0, 0);
}

.alert--info .alert__content::after {
  border-top-color: rgb(37, 238, 194);
}

/* ==========================================================================
   Analysis
   ========================================================================== */

.analysis-head {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 0;
  background-color: whitesmoke;
}

.analysis-body {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

/* ==========================================================================
   Backdrop (dim page)
   ========================================================================== */

.backdrop,
.backdrop-axios-error,
.panel-backdrop {
  background-color: hsl(0, 0%, 0.4%);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}

.backdrop.js-backdrop,
.js-backdrop.backdrop-axios-error,
.js-backdrop.panel-backdrop {
  opacity: 0;
  transition: opacity 0.24s ease-out;
}

.backdrop.is-active,
.is-active.backdrop-axios-error,
.is-active.panel-backdrop {
  opacity: 1;
}

.backdrop.is-hiding,
.is-hiding.backdrop-axios-error,
.is-hiding.panel-backdrop {
  opacity: 0;
}

.panel-backdrop {
  z-index: 2;
  display: none;
}

.backdrop-axios-error {
  z-index: 9000;
  display: none;
}

/* ==========================================================================
   Banner (aka page header)
   ========================================================================== */

.banner {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgb(234, 234, 234);
  background-color: rgb(255, 255, 255);
}

@media (min-width: 48em) {
  .banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.banner__contain {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
}

.banner__contain .help svg {
  width: 24px;
  height: 24px;
}

.banner__contain .help:hover svg path {
  fill: rgb(119, 63, 255);
}

.banner__logo {
  display: block;
}

.banner__nav {
  margin-right: auto;
  margin-left: 1.4rem;
}

@media (min-width: 80em) {
  .banner__nav {
    margin-left: 1.4rem;
  }
}

@media (min-width: 90em) {
  .banner__nav {
    margin-left: 2.8rem;
  }
}

.banner__nav-toggle {
  margin-right: 1.4rem;
  margin-left: auto;
}

/* ==========================================================================
   Bg (background) image
   ========================================================================== */

/**
 * Fluid, intrinsic ratio background images
 *
 * Example HTML:
 * <div class="bg-image default-3by2 large-16by9"
 *   style="background-image:url(cover.jpg)">
 * </div>
 *
 * See:
 * - http://nicolasgallagher.com/flexible-css-cover-images/
 * - http://codepen.io/necolas/pen/Aksni
 */

.bg-image {
  display: block;
  overflow: hidden;
}

.bg-image--link .bg-image__image {
  max-height: 64vh;
  min-height: 32vw;
}

.bg-image--link .bg-image__placeholder,
.no-js .bg-image--link .bg-image__placeholder,
.js .bg-image--link .bg-image__placeholder.lazyloaded {
  opacity: 0.5;
  animation: none;
  transition: opacity 0.65s 0.25s ease-out;
}

.bg-image--link .bg-image__placeholder:hover,
.no-js .bg-image--link .bg-image__placeholder:hover,
.js .bg-image--link .bg-image__placeholder.lazyloaded:hover {
  opacity: 0.2;
}

.touchevents .bg-image--link .bg-image__placeholder {
  opacity: 0.5 !important;
}

.bg-image__placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.grid__cell .bg-image__placeholder {
  left: 0.7rem;
  right: 0.7rem;
}

.js .bg-image__placeholder.lazyload {
  opacity: 1;
  will-change: opacity;
  pointer-events: none;
}

.bg-image__placeholder,
.no-js .bg-image__placeholder,
.js .bg-image__placeholder.lazyloaded {
  opacity: 0.5;
  animation: fade-in-transparent 0.5s ease-in 0.15s normal both;
}

.bg-image__image {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 100%;
}

.no-js .bg-image > .bg-image__image {
  display: none;
}

.bg-image__image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/**
 * Different aspect ratio for different breakpoints
 */

/* For small and below (default) */

.default-3by2 .bg-image__image:before {
  padding-bottom: 66.6666666667% !important;
}

.default-4by3 .bg-image__image:before {
  padding-bottom: 75% !important;
}

.default-16by9 .bg-image__image:before {
  padding-bottom: 56.25% !important;
}

/* For medium breakpoint and up */

@media (min-width: 48em) {
  .medium-3by2 .bg-image__image:before {
    padding-bottom: 66.6666666667% !important;
  }
}

/* ==========================================================================
   Grid link (image) + rollover
   ========================================================================== */

.bg-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  padding-top: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 1.05rem;
  padding-left: 1.4rem;
  color: rgb(255, 255, 255);
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}

.bg-text__title {
  font-size: 2rem;
  line-height: 1.136;
}

@media (min-width: 32em) {
  .bg-text__title {
    font-size: 2rem;
  }
}

@media (min-width: 48em) {
  .bg-text__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 64em) {
  .bg-text__title {
    font-size: 3.5rem;
  }
}

@media (min-width: 90em) {
  .bg-text__title {
    font-size: 3.75rem;
  }
}

.bg-text__title {
  margin-bottom: 0.35rem;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

/**
 * Simple breadcrumb styling to apply to (ordered) lists, extends '.Nav'
 */

.breadcrumb > li + li:before {
  content: " " "/" " ";
}

/* ==========================================================================
   Companies and company profiles
   ========================================================================== */

.company-profile {
  display: block;
}

.company-profile__heading,
.afas-hrm .afas-hrm__heading {
  display: block;
  margin-bottom: 2.8rem;
  padding-bottom: 4.2rem;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.company-profile__heading h2,
.afas-hrm .afas-hrm__heading h2 {
  font-size: 1.375rem;
  line-height: 1.136;
}

@media (min-width: 48em) {
  .company-profile__heading h2,
  .afas-hrm .afas-hrm__heading h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .company-profile__heading h2,
  .afas-hrm .afas-hrm__heading h2 {
    font-size: 1.75rem;
  }
}

.company-profile__heading span,
.afas-hrm .afas-hrm__heading span {
  margin-top: 10px;
  display: block;
}

.company-profile__section {
  margin-bottom: 2.8rem;
}

.company-profile__section .logo img {
  max-height: 250px;
  max-width: 100%;
}

.company-profile__subtitle {
  display: block;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.company-profile__details {
  display: block;
}

.company-profile__help {
  display: block;
  max-width: 19.6rem;
  color: #908c87;
}

/* ==========================================================================
   Contentinfo (aka site footer)
   ========================================================================== */

.contentinfo {
  margin-top: 0;
}

.ctm .contentinfo {
  margin-top: 1.4rem;
}

.contentinfo footer {
  padding: 1.4rem 0;
}

/* ==========================================================================
   Full page (background image) cover
   ========================================================================== */

.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  min-width: 100%;
  height: 100%;
  min-height: 529px;
  background-position: center center;
  background-size: cover;
}

/* ==========================================================================
   Figure image
   ========================================================================== */

/**
 * A figure element (and image) within a (multifigure) grid
 *
 * Can be generated in (Kirby) Markdown with (figure: ) syntax
 * Contains one image by default, but can handle multiple images (multifigure)
 *
 * The multi-figure uses the .grid component to layout the images.
 *
 * Markup examples:
 *
 * <figure class="figure-image">
 * 		<img src="..." alt="Just a single image (no grid)" />
 * </figure>
 *
 * <figure class="figure-image grid grid--gutter">
 * 		<img src="..." class="grid__cell small-1of2" alt="First image in row" />
 * 		<img src="..." class="grid__cell small-1of2" alt="Secondimage in row" />
 * </figure>
 *
 * <figure class="figure-image grid grid--align-center">
 * 		<img src="..." class="grid__cell compact-2of3" alt="A centered image" />
 * 		<figcaption>Caption...</figcaption>
 * </figure>
 *
 */

.figure-image {
  position: relative;
  overflow: hidden;
}

.figure-image.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.figure-image.right {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.figure-image figcaption {
  font-size: 0.7rem;
  margin-top: 0.42rem;
}

/**
 * Vertical align images within (figure-)grid
 *
 * Default alignment is top; see `grid__cell` class in `objects.grid` partial.
 * Enble styles below to set vertical alignment to bottom.
 */

/* ==========================================================================
   Filter
   ========================================================================== */

.filters {
  width: 100%;
  display: flex;
  align-items: baseline;
}

.filterlist {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  order: 0;
}

.filterlist__item {
  white-space: nowrap;
}

.no-js .filterlist__item {
  display: inline-block;
}

.filterlist__button {
  display: flex;
  align-items: center;
  padding-top: 0.14rem;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  margin-right: 0.14rem;
  margin-bottom: 0.14rem;
  line-height: 2.24rem;
  border: 0.07rem solid rgb(0, 0, 0);
  border-radius: 0.07rem;
}

.no-touchevents .filterlist__button {
  padding-right: 0.56rem;
  padding-left: 0.56rem;
  line-height: 1.82rem;
}

.filterlist__button:hover {
  transition: background-color 0.24s ease-out, color 0.24s ease-out;
}

.filterlist__button:hover,
.is-active .filterlist__button {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/**
 * ImageSet - responsive, lazy-loading images for Kirby CMS
 *
 * @copyright (c) 2016 Fabian Michael <https://fabianmichael.de>
 * @link https://github.com/fabianmichael/kirby-imageset
 *
 */

/* -----  ImageSet Component  ----------------------------------------------- */

.imageset {
  /* Fixes a glitch in Firefox, where (in rare cases) a
     black border appears for no abvious reason at the
     left side of an imageset. */
  overflow: hidden;
  /* Improve rendering speed in supported browsers. */
  contain: content;
}

/* ·····  ImageSet with Ratio-Placeholder  ·································· */

.imageset.-ratio {
  display: inline-block;
  /* Remove bottom margin (borrowed from Inuit CSS) */
  vertical-align: middle;
  width: 100%;
  position: relative;
  /* Create a new stacking context for this imageset.
     See comments below to learn about why this
     is important. */
  z-index: 0;
}

.imageset.-ratio .imageset-element {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* Override issues introduced by common rules
     for responsive images,
     e.g. `img { max-width: 100%; height: auto; }` */
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  zoom: 1;
}

.imageset.-ratio .imageset-ratio-fill {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  /* Setting the width of the placeholder element and
     adding `overflow: hidden` prevents rendering bugs
     in IE 11. */
  width: 100%;
}

.imageset.-ratio .imageset-element {
  z-index: 2;
}

.js .imageset.-ratio.-lazyload .imageset-element {
  /* The actual image is kept behind the placeholder.
     Rather than fading in the image, the placeholder is
     faded out instead. This prevents the image layer to
     switch from hardware-accelerated rendering during the
     animation to CPU rendering after the animation has
     ended, because this can cause rendering issues in
     WebKit- and Blink-based (and possibly any other)
     browsers. */
  z-index: 1;
}

.js .imageset.-alpha.-lazyload .imageset-element {
  /* Images with transparency require a different fading
     technique, as the placeholder would shine through,
     after the final image was loaded. */
  opacity: 0;
  will-change: opacity;
}

@media screen {
  .js .imageset.-alpha.-lazyload .imageset-element {
    transition: opacity 0.5s;
  }
}

.js .imageset.-alpha.-lazyload.is-loaded .imageset-element {
  opacity: 1;
  will-change: auto;
}

.imageset-placeholder {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.js .imageset.-lazyload .imageset-placeholder {
  /* Placeholder will be placed on top of the actual
     image element. This will only be applied, when
     JavaScript is enabled. */
  /* Visibility of placeholder is changed to hidden after
     the transition. */
  /* The actual placeholder is in front of the actual
     image, so we don’t have to fade in the image, which
     would lead to artifacts in WebKit- and Blink-based
     browsers. */
  z-index: 2;
  /* Prevent user interaction like accidently saving the
     placeholder via tap/right-click */
  pointer-events: none;
  /* Background color is needed to avoid `image-rendering`
     property beeing ignored when layer is rendered on
     the GPU during animation
     Tested in: Chrome 49, Safari 9.1 */
  background-color: #efefef;
}

@media screen {
  .js .imageset.-lazyload .imageset-placeholder {
    transition: opacity 0.5s 0.05s, visibility 0s 0.8s;
  }
}

.imageset.-alpha .imageset-placeholder {
  visibility: hidden;
}

.js .imageset.-alpha .imageset-placeholder {
  visibility: visible;
}

@media screen {
  .js .imageset.-alpha .imageset-placeholder {
    transition: opacity 0.5s 0.05s, visibility 0s 0.8s;
  }
}

.js .imageset.-alpha:not(.-placeholder\:color) .imageset-placeholder {
  background-color: transparent;
}

.imageset.-placeholder\:mosaic .imageset-placeholder {
  /* autoprefixer: off */
  /* Mosaic placeholders should render crisp! */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE 10, 11 */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  /* Safari 10+ */
  image-rendering: pixelated;
  /* Opera 26+, Chrome */
}

.js .imageset.is-loaded .imageset-placeholder {
  /* After image is loaded, the placeholder will fade out
     and then change visibility to allow mouse interation
     with the loaded image in browsers, where the
     `pointer-events` property is not supported. */
  opacity: 0;
  visibility: hidden;
}

/* ·····  NoScript Fallback  ················································ */

.imageset.-ratio .imageset-fallback {
  /* autoprefixer: off */
  position: absolute;
  z-index: 5;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-interpolation-mode: bicubic;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .imageset.-ratio .imageset-fallback {
    min-width: none;
    min-height: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.no-js .imageset .imageset-element {
  display: none;
}

/* ·····  Opera Mini Fixes  ················································· */

.operamini .imageset-placeholder {
  display: none;
}

.operamini .imageset.-multiple-ratios .imageset-element {
  /* autoprefixer: off */
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   Itemlists with listitems
   ========================================================================== */

.itemlist__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.05rem;
}

.itemlist__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -0.35rem;
  margin-bottom: 1.05rem;
}

.itemlist__sorting {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.35rem;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

.itemlist__sort {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  margin-left: 1.4rem;
  padding: 0;
  text-align: left;
  color: rgb(97, 90, 83);
  flex: 1;
}

.itemlist__sort:first-child {
  margin-left: 0;
}

.itemlist__sort svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
}

.itemlist__sort.is-active svg > g {
  stroke-width: 2;
}

.itemlist__head-icon {
  margin-right: 1.05rem;
}

.itemlist__head-icon--left {
  margin-right: auto;
  margin-left: 1.05rem;
}

.itemlist__title {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.itemlist__title--left {
  margin-right: 0;
}

.itemlist__item {
  display: block;
  margin-bottom: 0.7rem;
}

.itemlist__search {
  display: block;
  margin-top: -0.35rem;
  margin-bottom: 1.05rem;
}

.itemlist-search {
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 0px;
  transition: max-height 0.24s ease-out;
}

.itemlist-search#search-assign-contactslist {
  overflow: visible;
  max-height: 14rem;
}

.itemlist-search.is-active {
  overflow: visible;
  max-height: 14rem;
}

.itemlist-search__input {
  padding-right: 4.2rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  border-color: rgb(234, 234, 234);
}

.itemlist-search__button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 100%;
  background-color: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}

.itemlist-search__button svg path {
  fill: rgb(255, 255, 255);
}

/**
 * Listitems (probably inside an itemlist)
 */

.listitem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}

.listitem a {
  opacity: 0.5;
}

.listitem a:hover {
  color: rgb(119, 63, 255);
  opacity: 1;
}

.listitem.is-active,
.listitem:hover {
  padding-left: calc(1.4rem - 10px);
  border-left: 10px solid rgb(119, 63, 255);
}

.listitem.is-active::before,
.listitem:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background-color: rgb(119, 63, 255);
  transform: rotate(45deg);
}

.listitem.is-active:not(.transactional) .listitem__role,
.listitem:hover:not(.transactional) .listitem__role {
  width: 50%;
}

.listitem.is-active:not(.transactional) .listitem__role.send_at,
.listitem:hover:not(.transactional) .listitem__role.send_at {
  display: none;
}

.listitem.is-active .listitem__role.send_at,
.listitem:hover .listitem__role.send_at {
  display: none;
}

.listitem:focus {
  outline-color: rgb(119, 63, 255);
}

.listitem__title {
  display: block;
  margin-right: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 275px);
}

.listitem--sortable .listitem__title {
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}

.invoices .listitem--sortable .listitem__title {
  width: 100%;
}

.listitem__actions {
  display: none;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  justify-content: end;
}

#projects-container .listitem__actions,
#contacts-container .listitem__actions {
  width: auto;
}

.listitem__actions ul {
  display: flex;
}

.listitem__actions ul li {
  margin: auto 2px;
}

.listitem__actions ul li span {
  opacity: 0.5;
  padding: 14px 0;
}

.listitem__actions ul li:hover span {
  opacity: 1;
  color: rgb(119, 63, 255);
}

.listitem__actions ul li::before {
  content: "-";
  color: rgb(0, 0, 0);
  margin-right: 3px;
  opacity: 0.5;
}

.listitem__actions ul li:first-of-type::before {
  content: none;
}

.listitem:hover .listitem__actions {
  display: flex;
}

.listitem:hover .listitem__labelwrapper {
  display: none;
}

.listitem.transactional .listitem__actions {
  width: 100% !important;
  margin-left: 1.4rem;
  margin-right: auto;
  max-width: 170px;
}

.listitem__name,
.listitem__category {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listitem__category {
  font-size: 0.875rem;
  color: rgb(151, 151, 151);
  display: inline;
}

.listitem__category.icon {
  display: flex;
}

.listitem__role {
  display: block;
  color: rgb(151, 151, 151);
}

.listitem--sortable .listitem__role {
  width: 100%;
  margin-left: 1.4rem;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listitem__label {
  background: rgb(119, 63, 255);
  padding: 3px 6px 2px 6px;
  margin: 0 5px 5px 0;
  color: rgb(255, 255, 255);
  border-radius: 0.3rem;
  display: inline-block;
}

.listitem__labelwrapper {
  width: 25%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}

.listitem__status {
  width: 7rem;
  margin-right: 0.7rem;
  color: rgb(97, 90, 83);
  text-align: right;
  margin-left: 0;
}

.listitem__status.is-active::after,
.listitem__status.is-inactive::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.7rem;
  border-radius: 50%;
  background-color: rgb(120, 238, 137);
}

.listitem__status.is-inactive::after {
  background-color: rgb(228, 38, 25);
}

.listitem__members {
  justify-content: flex-end;
  width: 11.2rem;
  color: rgb(97, 90, 83);
  text-align: right;
}

.listitem__remove {
  justify-content: flex-end;
  width: 1.4rem;
  height: 1.4rem;
  text-align: right;
  border-radius: 50%;
  border: 2px solid rgb(0, 0, 0);
  cursor: pointer;
}

.listitem__remove > svg {
  margin-top: 0;
}

.listitem__remove > svg path {
  stroke: rgb(0, 0, 0);
}

.listitem__remove:hover {
  border-color: rgb(119, 63, 255);
  background-color: rgb(119, 63, 255);
}

.listitem__remove:hover > svg path {
  stroke: rgb(255, 255, 255);
}

.listitem__alerts {
  margin-right: 1.4rem;
}

.bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.7rem;
}

.bar a {
  opacity: 0;
  text-align: right;
}

.bar:hover a {
  color: rgb(119, 63, 255);
  opacity: 1;
}

.bar.three-col span,
.bar.three-col a {
  flex: 1;
}

/* ==========================================================================
   Login and register forms
   ========================================================================== */

.login-landing {
  display: block;
  padding-bottom: 5.6rem;
}

.login-landing__box {
  display: block;
  width: 100%;
  max-width: 64em;
  margin: 0 auto;
  padding: 2.8rem 1.4rem;
  background-color: #e7e6e6;
  border-radius: 1.4rem;
}

@media (min-width: 32em) {
  .login-landing__box {
    padding: 2.8rem;
  }
}

@media (min-width: 48em) {
  .login-landing__box {
    padding: 5.6rem;
  }
}

.login-landing__bubble {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 2.8rem;
  margin-bottom: 5.6rem;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 1.4rem;
}

.login-landing__bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 4rem solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -4rem;
}

.login-landing__bubble .invalid-feedback {
  color: #e3342f;
}

.login-landing__logo {
  display: block;
  margin: 0 auto 2.8rem auto;
}

.login-landing__text {
  display: block;
  margin-bottom: 1.4rem;
}

/* ==========================================================================
   Masthead (aka logo)
   ========================================================================== */

.masthead {
  display: block;
  width: 158px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.masthead--is-active {
  padding-bottom: calc(1.4rem - 7px);
  border-bottom: 7px solid rgb(119, 63, 255);
}

.masthead__logo {
  display: block;
  width: 158px;
  height: 35px;
}

.masthead__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Modals
   ========================================================================== */

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1200;
  overflow: hidden;
  display: block;
  width: auto;
  min-width: 60%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}

.modal.js-backdrop {
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
}

.modal.is-visible {
  opacity: 1;
}

.modal.is-hiding {
  opacity: 0;
}

.modal {
  display: flex;
  width: auto;
  max-height: 90vh;
}

.modal .row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.loading {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.loading svg {
  margin: auto auto 20px auto;
  animation: rotating-anti-clockwise 2s linear infinite;
}

.loading span {
  margin: 0 auto auto;
}

.modal__inside {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-height: 90vh;
}

.modal__inside .loading {
  position: absolute;
}

.modal__contain {
  max-height: 90vh;
}

.modal__content {
  position: relative;
  overflow-y: auto;
  width: 100%;
  padding: 1.4rem 2.8rem;
}

.modal__header {
  display: block;
}

.modal__header .container--tabs .nav-tabs {
  position: relative;
  padding: 0 40px;
  margin-bottom: 0;
  padding-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.modal__header .modal__title {
  padding: 0.7rem 2.8rem;
  background-color: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.modal__footer {
  position: relative;
  display: block;
  padding: 0.7rem 2.8rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.modal__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.8rem;
  right: 2.8rem;
  display: block;
  height: 1px;
  background-color: rgb(234, 234, 234);
}

.modal__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 3.15rem;
}

.modal__close svg {
  width: 1.05rem;
  height: 1.05rem;
}

.modal__close svg > path {
  fill: rgb(255, 255, 255);
}

.modal__close--closable-form svg > path {
  fill: rgb(97, 90, 83);
}

.modal__subtitle {
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}

.modal__subtitle strong {
  color: rgb(119, 63, 255);
}

.modal__heading {
  font-size: 25px;
}

.modal__multi-check-list {
  margin-right: -2.8rem;
  margin-left: -2.8rem;
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}

.modal__closable-form {
  position: relative;
  margin-bottom: 1.4rem;
}

.modal__closable-form.is-hidden {
  display: none;
}

/* ==========================================================================
   Nav
   ========================================================================== */

/**
 * Simple navigation
 * When used on an `ol` or `ul`, it throws the list into horizontal mode
 *
 * Example HTML:
 * <nav role="navigation" class="nav">
 *   <ul>
 *     <li class="nav__item"><a href="">link item 1</a></li>
 *     <li class="nav__item"><a href="">link item 2</a></li>
 *   </ul>
 * </nav>
 */

.nav {
  list-style: none;
}

.nav > li,
.nav > li > a {
  display: inline-block;
}

/**
 * Simple stacked (vertical) navigation
 *
 * Example HTML:
 * <nav role="navigation">
 *   <ul class="nav nav--stacked">
 *     <li><a href="">link item 1</a></li>
 *     <li><a href="">link item 2</a></li>
 *     <li><a href="">link item 3</a></li>
 *   </ul>
 * </nav>
 */

.nav--stacked > li {
  display: list-item;
}

.nav--stacked > li > a {
  display: block;
}

/**
 * Responsive horizontal/stacked (main) navigation
 *
 * Example HTML:
 * <div class="nav-main"
 *   <nav role="navigation" class="nav-main__list">
 *     <ul>
 *       <li class="nav-main__item"><a href="">link item 1</a></li>
 *       <li class="nav-main__item"><a href="">link item 2</a></li>
 *     </ul>
 *   </nav>
 * </div>
 */

/* Nav main (wrapper) */

.nav-main {
  background-color: hsl(258.484, 99.04%, 62.7143529412%);
  background-color: rgba(119, 63, 255, 0.96);
  position: relative;
  margin-top: 2.1rem;
  width: 100%;
}

.ctm .nav-main {
  position: fixed;
  top: 0;
  left: -200%;
  z-index: -10;
  opacity: 0;
  margin-top: 0;
  height: 100%;
  transform: scale(1.32);
}

.ctm.is-open-main-nav .nav-main {
  z-index: 1010;
  overflow-y: auto;
  left: 0;
  margin: 0;
  transition: opacity 0.32s, transform 0.32s;
  transform: scale(1);
  opacity: 100;
  -webkit-overflow-scrolling: touch;
  /* Adds momentum scrolling on iOS! */
}

.ctm.is-closing-main-nav .nav-main {
  transition: opacity 0.32s, transform 0.32s;
  transform: scale(1.32);
  opacity: 0;
}

@media (min-width: 90em) {
  .ctm .nav-main {
    position: static;
    width: auto;
    margin-top: 0;
    opacity: 1;
    height: auto;
    transform: none;
    background: none;
  }
}

/* Main nav (list) */

.nav-main__list {
  padding: 2.1rem 6%;
}

.ctm .nav-main__list {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  min-height: 100%;
  max-width: 100%;
}

@media (min-width: 90em) {
  .ctm .nav-main__list {
    padding: 0;
    min-height: 0;
  }
}

/* Stacked (vertical) nav */

.nav-main__item {
  display: block;
  border-bottom: 0.1em solid rgb(234, 234, 234);
}

.nav-main__item:last-child {
  border: none;
}

.nav-main__item > a {
  display: block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: rgb(255, 255, 255);
}

@media (min-width: 64em) {
  .nav-main__item > a {
    padding-left: 0.84rem;
    padding-right: 0.84rem;
  }
}

@media (min-width: 90em) {
  .nav-main__item > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-main__item > a:hover {
  color: rgb(234, 234, 234);
}

@media (min-width: 64em) {
  .nav-main__item {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .nav-main__item > a {
    /* Horizontal nav */
    display: flex;
    align-items: center;
    min-height: 62px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: rgb(0, 0, 0);
  }

  .nav-main__item > a:hover {
    color: rgb(119, 63, 255);
  }

  .nav-main__item.is-active a {
    padding-bottom: calc(1.4rem - 7px);
    color: rgb(119, 63, 255);
    border-bottom: 7px solid rgb(119, 63, 255);
  }
}

.nav-main__item.is-superadmin {
  background: rgb(119, 63, 255);
}

.nav-main__item.is-superadmin a {
  color: #fff;
}

.nav-main__item.is-superadmin a:hover {
  text-decoration: underline;
}

/**
 * Prevent double scrollbars when `.nav-main` is open
 */

html.is-open-main-nav {
  overflow: hidden;
}

/**
 * Main nav toggle
 */

.nav-main-toggle {
  display: block;
  width: 44pt;
  /* Touch target sizes: http://j.mp/XJm4uJ */
  height: 44pt;
  /* Use padding, or width/height to position icon, so it works nicely on touchdevices */
  background-position: 50% 50%;
}

@media (min-width: 90em) {
  .nav-main-toggle {
    display: none;
  }
}

.nav-main-toggle--open {
  margin-top: -0.7rem;
}

.nav-main-toggle--close {
  display: none;
}

.ctm .nav-main-toggle--close {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 6%;
}

@media (min-width: 90em) {
  .ctm .nav-main-toggle--close {
    display: none;
  }
}

/**
 * User navigation
 */

.nav-user {
  position: relative;
  display: block;
}

.nav-user__link {
  display: flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  min-height: 67px;
}

.nav-user__icon {
  display: block;
  margin-top: 0.35rem;
  margin-right: 0.7rem;
}

.nav-user__link:hover .nav-user__icon svg path {
  fill: rgb(119, 63, 255);
}

.nav-user__name {
  display: block;
}

.nav-user__link:hover .nav-user__name {
  color: rgb(119, 63, 255);
}

/**
 * Fly-out nav / dropdown submenu
 */

.nav-drop,
.help-drop {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1010;
  display: none;
  min-width: 14rem;
  margin-top: -0.35rem;
  padding: 11px 0 0 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 234);
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

.nav-user:hover .nav-drop,
.nav-user:hover .help-drop {
  display: block;
}

.nav-drop::before,
.help-drop::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 2.1rem;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  margin-right: -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgb(255, 255, 255);
}

.nav-drop::after,
.help-drop::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 2.1rem;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin-right: -8px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 13px solid rgb(234, 234, 234);
}

.nav-drop__item,
.help-drop__item {
  font-size: 0.875rem;
  display: block;
  background-color: rgb(255, 255, 255);
  text-align: left;
}

.nav-drop__item > a,
.help-drop__item > a {
  display: block;
  padding: 0.462rem 1.4rem;
  color: rgb(0, 0, 0);
}

.nav-drop__item > a:hover,
.help-drop__item > a:hover {
  text-decoration: underline;
}

.nav-drop__item--upgrade > a {
  background-color: #e7e6e6;
  color: rgb(119, 63, 255);
}

.nav-help {
  position: relative;
  display: block;
  padding: 0 25px;
}

.nav-help__link {
  display: flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  min-height: 67px;
}

.nav-help__icon {
  display: block;
  margin-top: 0.35rem;
  margin-right: 0.7rem;
}

.nav-help__link:hover .nav-help__icon svg path {
  fill: rgb(119, 63, 255);
}

.nav-help__name {
  display: block;
}

.nav-help__link:hover .nav-help__name {
  color: rgb(119, 63, 255);
}

.help-drop {
  min-width: 17rem;
}

.nav-help:hover .help-drop {
  display: block;
}

.help-drop__item {
  margin-bottom: 5px;
}

.help-drop__item svg {
  width: 21px;
  margin-bottom: -7px;
  margin-right: 5px;
}

.help-drop__item:last-of-type svg {
  margin-bottom: -5px;
}

.nav-vertical {
  display: block;
  height: 100%;
  min-height: calc(100vh - 63px);
  background-color: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
}

.nav-vertical .sub {
  padding-left: 20px;
}

.nav-vertical .sub li a {
  padding: 5px 0;
}

body.is-onboarding .nav-vertical,
body.is-superadmin .nav-vertical {
  min-height: calc(100vh - 106px);
}

body.is-onboarding.is-superadmin .nav-vertical {
  min-height: calc(100vh - 145px);
}

.nav-vertical__list {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.nav-vertical__item {
  display: block;
}

.nav-vertical__item > a {
  display: block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.nav-vertical__item > a:hover {
  text-decoration: underline;
}

.nav-vertical__item.is-active > a {
  border-left: 0.35rem solid rgb(255, 255, 255);
  padding-left: 2.45rem !important;
}

/**
 * Login horizontal nav
 */

.nav-login {
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.nav-login__list {
  display: block;
  text-align: center;
}

.nav-login__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.4rem;
}

.nav-login__item a {
  display: block;
}

.nav-login__item a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Oldie message
   ========================================================================== */

.oldie-message {
  display: block;
  padding: 95px 1em 1em;
  background: #f0f0f0;
  border: rgb(127, 129, 132);
  color: rgb(0, 0, 0);
}

.oldie-message a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

/* ==========================================================================
   Overview blocks
   ========================================================================== */

.overview-blocks {
  display: block;
  margin-top: 2.8rem;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: whitesmoke;
}

.overview-blocks__list {
  display: flex;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .overview-blocks__list {
    display: grid;
    grid-gap: 1.4rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

@media (min-width: 48em) {
    .overview-blocks__list {
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-rows: 1fr;
    }
}

  .overview-blocks__item {
    grid-column: auto;
    width: auto;
  }
}

.overview-block {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

.overview-block--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}

.overview-block__title {
  display: block;
  padding: 1.05rem 1.4rem;
  text-align: center;
  background-color: rgb(251, 250, 249);
}

.overview-block__content {
  font-size: 0.875rem;
  display: block;
  padding: 1.4rem;
  text-align: center;
}

.overview-block__amount {
  font-size: 2rem;
  line-height: 1.136;
  color: rgb(119, 63, 255);
}

@media (min-width: 32em) {
  .overview-block__amount {
    font-size: 2rem;
  }
}

@media (min-width: 48em) {
  .overview-block__amount {
    font-size: 2.5rem;
  }
}

@media (min-width: 64em) {
  .overview-block__amount {
    font-size: 3.5rem;
  }
}

@media (min-width: 90em) {
  .overview-block__amount {
    font-size: 3.75rem;
  }
}

/* ==========================================================================
   Overview rows
   ========================================================================== */

.overview-rows {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.overview-rows__head {
  display: none;
}

@media (min-width: 48em) {
  .overview-rows__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgb(151, 151, 151);
  }
}

.overview-rows__row {
  display: block;
  margin-bottom: 1.4rem;
}

.overview-rows__row:hover {
  background-color: #e7e6e6;
}

@media (min-width: 48em) {
  .overview-rows__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #d0cfcf;
  }
}

.overview-rows__item {
  display: block;
  text-align: left;
}

@media (min-width: 48em) {
  .overview-rows__item--date,
  .overview-rows__item--project,
  .overview-rows__item--role,
  .overview-rows__item--member,
  .overview-rows__item--result {
    width: 12%;
    min-width: 12%;
    max-width: 12%;
  }

  .overview-rows__item--comment {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
}

/* ==========================================================================
   Profiles
   ========================================================================== */

.profile {
  position: relative;
  display: block;
}

.profile > .grid--gutter {
  display: flex;
}

.profile__header {
  padding-top: 5.6rem;
  padding-bottom: 1.4rem;
  background-color: #6b39e6;
}

.profile__title {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.7rem;
}

@media (min-width: 48em) {
  .profile__title {
    font-size: 1.125rem;
  }
}

.profile__name {
  display: block;
  margin-bottom: 0.7rem;
}

.profile__name svg {
  display: inline-block;
  vertical-align: middle;
}

.profile__name svg path {
  fill: rgb(255, 255, 255);
}

.profile__content {
  width: 100%;
  max-width: 800px;
  padding-top: 5.6rem;
}

.profile__line {
  display: block;
  margin-bottom: 0.7rem;
}

.profile__sectionhead {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}

.profile__detail-title {
  font-size: 1.375rem;
  line-height: 1.136;
  display: block;
  margin-bottom: 2.8rem;
  padding-bottom: 4.2rem;
  border-bottom: 1px solid rgb(234, 234, 234);
}

@media (min-width: 48em) {
  .profile__detail-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .profile__detail-title {
    font-size: 1.75rem;
  }
}

.profile__subtitle {
  display: block;
  margin-bottom: 0.7rem;
}

.integrations__title {
  margin-bottom: 20px;
  font-size: 17px;
}

.integrations__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  gap: 15px;
}

.integrations__card {
  border: 1px solid #ebebeb;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.integrations__card--top {
  display: flex;
  justify-content: space-between;
}

.integrations__card--top .connect {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #7f7f7f;
}

.integrations__card--top .connected {
  background: #F0F9EA;
  color: #6A9A53;
  padding: 5px;
  border-radius: 3px;
}

.integrations__card--top .disconnected {
  background: #e74c3c;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.integrations__card img {
  width: 70px;
  display: block;
  margin-bottom: 20px;
}

.integrations__card p {
  color: gray;
}

.integrations__remove {
  margin-top: 40px;
  display: inline-block;
  color: #e74c3c;
  cursor: pointer;
  text-decoration: underline;
}

.afas-hrm .sync-button {
  display: inline-flex;
  gap: 15px;
}

.afas-hrm .sync-button .loading {
  background: #f0f0f0;
}

.afas-hrm .sync-button .loading svg {
  margin: 0;
}

/* ==========================================================================
   Skins
   ========================================================================== */

.skins {
  display: block;
}

.skins__overview {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.skins__title {
  display: block;
  margin-bottom: 2.8rem;
}

.skins__list {
  display: flex;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .skins__list {
    display: grid;
    grid-gap: 2.8rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }

@media (min-width: 48em) {
    .skins__list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-rows: 1fr;
    }
}

  .skins__item {
    grid-column: auto;
    width: auto;
  }
}

.skins__detail {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: whitesmoke;
}

.skin {
  display: block;
  text-align: center;
}

.skin.is-active {
  margin: -0.7rem;
  padding: 0.7rem;
  border: 1px solid rgb(151, 151, 151);
  border-radius: 0.3rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

.skin__image {
  display: block;
  text-align: center;
  margin-bottom: 1.4rem;
}

.skin__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.skin__title {
  display: block;
  margin-bottom: 0.7rem;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.skin__used {
  width: 100%;
  margin-bottom: 0.7rem;
  text-align: center;
}

.skin__add {
  text-align: center;
}

.mockup {
  position: relative;
  width: 370px;
  margin-bottom: 20px;
}

.mockup img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mockup iframe {
  border: none;
  width: 320px;
  height: 693px;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 0;
  border-radius: 40px;
}

/* ==========================================================================
   Onboarding banner
   ========================================================================== */

.onboarding {
  display: block;
  padding-top: 0.462rem;
  padding-bottom: 0.462rem;
  background-color: rgb(119, 63, 255);
  color: rgb(255, 255, 255);
  text-align: center;
}

.onboarding__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7rem;
  padding: 0.462rem 0.7rem 0.35rem 0.7rem;
  background-color: rgb(255, 255, 255);
  color: rgb(119, 63, 255);
  border-radius: 0.3rem;
  line-height: 1;
}

.onboarding__link:hover,
.onboarding__link:focus {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  outline: none;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
  margin-top: 1.4rem;
}

.pagination__list {
  display: flex;
}

.pagination__item {
  color: rgb(127, 129, 132);
}

.pagination__item a {
  color: rgb(0, 0, 0);
  padding: 0.35rem 0;
}

.pagination__item--newer {
  padding-right: 0.35rem;
}

.default-pagination.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.default-pagination.pagination .page-item {
  background: whitesmoke;
  display: flex;
  margin: 0 5px;
}

.default-pagination.pagination .page-item.active {
  background: #773fff;
  color: #fff;
}

.default-pagination.pagination .page-item a,
.default-pagination.pagination .page-item span {
  margin: auto;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 6px;
}

/* ==========================================================================
   Panels
   Modals, but full height
   ========================================================================== */

.panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  width: 50%;
  background-color: rgb(247, 246, 246);
  padding: 5.6rem 2.8rem 2.8rem 1.4rem;
}

.panel.is-active {
  display: block;
}

.panel__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 3.15rem;
}

.panel__close svg {
  width: 1.05rem;
  height: 1.05rem;
}

/* ==========================================================================
   Projects
   ========================================================================== */

.projects__list {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: rgb(255, 255, 255);
}

.project-detail-sticky {
  position: sticky;
  top: 68px;
  overflow-y: scroll !important;
  max-height: calc(100vh - 68px);
  padding-bottom: 10px;
}

.projects__detail {
  display: block;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  background-color: whitesmoke;
}

.projects__detail .white-box {
  background: white;
  padding: 20px 15px;
  border-radius: 10px;
}

.projects__right-aligned {
  text-align: right;
}

.projects__right-aligned a {
  margin: 0 5px;
}

.projects__title {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.projects__active-switch {
  display: flex;
  margin-right: 1.05rem;
}

.projects__active-switch span {
  margin-right: 5px;
}

.projects__active-switch label {
  cursor: pointer;
}

.projects__active-switch input[type=radio]:checked + label {
  color: rgb(119, 63, 255);
  font-weight: bold;
}

.projectdetail__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
  font-size: 18px;
}

.projectdetail__icon {
  margin-right: 0.7rem;
}

.projectdetail__title {
  margin-bottom: 0.7rem;
}

.projectdetail__description {
  display: block;
}

.projectdetail__description label {
  display: block;
  color: rgb(151, 151, 151);
}

.projectdetail__description.schedules-detail span {
  display: block;
}

.projectdetail__alert-description {
  display: block;
  color: rgb(97, 90, 83);
}

.projectdetail__alert-description p {
  margin-bottom: 0.7rem;
}

.projectdetail__alert-description strong {
  color: rgb(0, 0, 0);
}

.projectdetail__manager-select {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

.projectdetail__sectionhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}

.projectdetail__subtitle {
  display: block;
  margin-right: 0.7rem;
}

.projectdetail__list {
  display: block;
  margin-bottom: 1.4rem;
}

.projectdetail__listitem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.4rem;
  margin-bottom: 0.7rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}

.projectdetail__listitem a {
  opacity: 0.5;
}

.projectdetail__listitem:hover a {
  color: rgb(119, 63, 255);
  opacity: 1;
}

.projectdetail__label {
  display: block;
  color: rgb(0, 0, 0);
}

.projectdetail__textitem {
  display: block;
  margin-bottom: 1.4rem;
  color: rgb(97, 90, 83);
}

.projectdetail__skin {
  display: block;
  margin-right: 0;
  margin-bottom: 1.4rem;
  margin-left: auto;
  padding-left: 2.8rem;
  text-align: center;
}

.projectdetail__skin-caption {
  display: block;
  margin-top: 1.4rem;
  text-align: center;
  color: rgb(151, 151, 151);
}

.projectdetail__image {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-bottom: 1.4rem;
}

.projectdetail__image img {
  width: auto;
  max-width: 200px;
}

.projectdetail__color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 2.1rem;
  border: 1px solid rgb(97, 90, 83);
}

.projectdetail__color--diap {
  color: rgb(255, 255, 255);
}

.projectdetail__show-all-button {
  text-align: center;
  margin-top: 20px;
}

.projectdetail__show-all-button a {
  cursor: pointer;
  background: #773fff;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 11px;
  transition: ease 300ms all;
}

.projectdetail__delete {
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 7px;
  color: rgb(216, 8, 16);
  text-decoration: underline;
}

.projectdetail__delete:hover {
  color: #e4575c;
}

.projectdetail__delete-form {
  display: none;
  padding-top: 1.4rem;
}

.contacts .projectdetail__members .listitem:not(.transactional) .listitem__actions,
.projects .projects__detail .listitem .listitem__actions {
  width: 50% !important;
}

/**
 * Project expander
 */

.projectexpand {
  display: block;
  margin-bottom: 2.8rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}

.projectexpand__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.7rem 1.4rem;
  cursor: pointer;
}

.projectexpand__content {
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 0px;
}

.projectexpand.is-active .projectexpand__content {
  max-height: none;
  transition: max-height 0.24s linear;
}

.projectexpand.is-active .projectexpand__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.35rem;
  right: 0.35rem;
  display: block;
  height: 1px;
  background-color: rgb(234, 234, 234);
}

.projectexpand__content code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  overflow-wrap: anywhere;
  font-size: 14px;
  max-width: 650px;
  margin-top: 20px;
}

.projectexpand__inner {
  padding: 1.4rem;
}

.projectexpand__icon {
  display: flex;
  margin-right: 0.7rem;
}

.projectexpand__name {
  font-size: 1.125rem;
  display: block;
  margin-bottom: -0.35rem;
}

@media (min-width: 48em) {
  .projectexpand__name {
    font-size: 1.125rem;
  }
}

.projectexpand__type {
  font-size: 0.875rem;
  color: rgb(151, 151, 151);
}

.projectexpand__arrow {
  display: block;
  margin-right: 0;
  margin-left: auto;
  transition: transform 0.24s ease-out;
}

.projectexpand.is-active .projectexpand__arrow {
  transform: rotate(180deg);
}

/* ==========================================================================
   Tabs
   ========================================================================== */

.tabs {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.tabs__item {
  display: block;
  margin-left: 0.7rem;
}

.tab {
  display: block;
  width: auto;
  height: 100%;
  padding: 0.7rem 1.4rem;
  border-radius: 0.35rem 0.35rem 0 0;
  color: #524d47;
}

.tab.is-active {
  background-color: rgb(255, 255, 255);
}

/* ==========================================================================
   Tooltips (http://jsfiddle.net/csswizardry/whP2F/)
   ========================================================================== */

/**
 * A simple tooltip component. Simply drop a `data-tooltip` attribute onto
 * (almost) any element and have a tooltip placed center-bottom on hover.
 *
 * Because the tooltip text is sourced from a `data-*` attribute, do not use
 * it for any content which *needs* to be accessible: use it for decorative
 * information only.
 *
 * Example HTML:
 * <p>
 *   Please
 *   <a href="#" data-tooltip="In under 30 seconds">sign up</a>, or
 *   <a href="#" data-tooltip="Welcome back!">log in</a>!
 * </p>
 */

[data-tooltip] {
  position: relative;
  /**
   * 1. Hide our tooltips by default. This is still 'accessible' as our tooltip
   *    text only exists in generated content anyway.
   */
  /**
   * Show the tooltip when we give the element attention.
   *
   * 1. Fade tooltips in gradually so they don't appear too abruptly.
   * 2. Populate the tooltips when we show the element some attention.
   * 3. Source the tooltip's content from its `data-tooltip` attribute.
   */
  /**
   * Create an arrow (linking the tooltip to its originator) using pure
   * CSS triangles.
   */
  /**
   * The textual part of the tooltip.
   *
   * 1. Position the text center, bottom.
   */
}

[data-tooltip]:before,
[data-tooltip]:after {
  content: none;
  content: normal;
}

[data-tooltip]:hover:before,
[data-tooltip]:active:before,
[data-tooltip]:focus:before {
  content: "";
}

[data-tooltip]:hover:after,
[data-tooltip]:active:after,
[data-tooltip]:focus:after {
  content: attr(data-tooltip);
}

[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -5px;
  margin-right: 5px;
  border: 10px solid transparent;
  border-top-color: rgb(255, 255, 255);
  z-index: 2;
}

[data-tooltip]:after {
  font-size: 0.875rem;
  position: absolute;
  right: 0%;
  bottom: 150%;
  z-index: 1;
  margin-top: 0.7rem;
  padding: 0.35rem 0.7rem;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  color: rgb(97, 90, 83);
  white-space: nowrap;
  font-weight: normal;
  transform: translateX(-50%) translateY(-50%);
}

/**
 * Animation to gradually fade tooltips in.
 */

@keyframes tooltip {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-schedules__item > div {
  margin-right: 15px;
  margin-bottom: 20px;
}

.custom-schedules__remove {
  margin-top: 38px;
}

@media (min-width: 64em) {
  .custom-schedules__item {
    display: flex;
  }
}

.labels {
  max-width: none !important;
  width: 100%;
}

.labels .ti-input {
  padding: 0.7rem 1.4rem !important;
  border: 1px solid #d0cfcf;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 16px;
}

.labels .ti-tag {
  background-color: rgb(119, 63, 255) !important;
  padding: 4px 6px 2px 6px !important;
  color: white !important;
  border-radius: 0.3rem !important;
}

#wizard-modal .modal__content {
  overflow: hidden;
}

#wizard-modal .modal__content .slide-leave-active,
#wizard-modal .modal__content .slide-enter-active {
  transition: 200ms;
}

#wizard-modal .modal__content .slide-enter {
  opacity: 1;
}

#wizard-modal .modal__content .slide-leave-to {
  opacity: 0;
}

#wizard-modal .modal__content .slideback-leave-active,
#wizard-modal .modal__content .slideback-enter-active {
  transition: 200ms;
}

#wizard-modal .modal__content .slideback-enter {
  opacity: 0;
}

#wizard-modal .modal__content .slideback-leave-to {
  opacity: 1;
}

#wizard-modal .modal__content .div-slider {
  overflow: hidden;
  position: relative;
  height: 450px;
  width: 100%;
}

#wizard-modal .modal__content .div-slider .card {
  position: absolute;
  height: 450px;
  width: 100%;
}

#wizard-modal .modal__content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

#wizard-modal .modal__content .capital {
  display: inline-block;
}

#wizard-modal .modal__content .capital::first-letter {
  text-transform: uppercase;
}

#wizard-modal .modal__content .card {
  display: flex;
  flex-direction: column;
}

#wizard-modal .modal__content .card-inner {
  margin: auto 0;
}

#wizard-modal .modal__content .expert {
  margin-top: 20px;
}

#wizard-modal .modal__content .expert a {
  margin-top: 10px;
}

#wizard-modal .modal__content .options {
  margin: auto;
  display: flex;
  flex-direction: column;
}

#wizard-modal .modal__content .options a.link,
#wizard-modal .modal__content .options .copy a:not(.button),
.copy #wizard-modal .modal__content .options a:not(.button),
#wizard-modal .modal__content .options .list--links a,
.list--links #wizard-modal .modal__content .options a {
  margin: 20px;
}

#wizard-modal .modal__content .options .option {
  display: flex;
  width: 185px;
  height: 185px;
  border: 2px solid rgb(119, 63, 255);
  border-radius: 10px;
  background: #fff;
  margin: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: background 300ms ease;
  flex-direction: column;
  cursor: pointer;
}

#wizard-modal .modal__content .options .option svg {
  margin: auto;
  width: 100px;
  height: 100px;
  fill: #000;
  transition: fill 300ms ease;
}

#wizard-modal .modal__content .options .option:hover {
  background: rgb(119, 63, 255);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.4);
}

#wizard-modal .modal__content .options .option:hover svg {
  fill: rgb(255, 255, 255);
}

#wizard-modal .modal__content .options span {
  text-align: center;
  margin: auto;
  font-size: 16px;
}

#wizard-modal .modal__content .step-0,
#wizard-modal .modal__content .step-1,
#wizard-modal .modal__content .step-2,
#wizard-modal .modal__content .step-3,
#wizard-modal .modal__content .step-4 {
  text-align: center;
}

#wizard-modal .modal__content .step-0 .options,
#wizard-modal .modal__content .step-1 .options,
#wizard-modal .modal__content .step-2 .options,
#wizard-modal .modal__content .step-3 .options,
#wizard-modal .modal__content .step-4 .options {
  margin: auto;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

#wizard-modal .modal__content .step-0 {
  display: flex;
}

#wizard-modal .modal__content .step-0 video {
  margin: 0 auto;
  width: 630px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

#wizard-modal .modal__content .step-0 .options {
  margin-top: 10px;
}

#wizard-modal .modal__content .step-0 .options .button,
#wizard-modal .modal__content .step-0 .options .results__table .dataTables_wrapper .dataTables_paginate .paginate_button,
.results__table .dataTables_wrapper .dataTables_paginate #wizard-modal .modal__content .step-0 .options .paginate_button {
  margin: 5px;
}

#wizard-modal .modal__content #intro-video:focus {
  outline: none;
}

#wizard-modal .modal__content #play-button {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 370px;
  cursor: pointer;
}

#wizard-modal .modal__content #play-button svg {
  fill: #fff;
  height: 80px;
  border-radius: 100%;
  margin: 130px auto auto;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

#wizard-modal input[type=radio] {
  display: none;
}

body.blur main,
body.blur header {
  filter: blur(7px);
}

#modal-cumulio-export .radio-item {
  margin-bottom: 10px;
  border: 1px solid #d0cfcf;
  padding: 10px;
  border-radius: 6px;
}

#modal-cumulio-export .format-selection__above {
  display: block;
  margin-bottom: 10px;
}

#modal-cumulio-export .format-selection__row {
  display: flex;
  margin-bottom: 15px;
}

#modal-cumulio-export .format-selection__row label {
  text-align: center;
}

#modal-cumulio-export .format-selection__row span {
  display: block;
}

#modal-cumulio-export .format-selection__row input[type=radio]:checked + label svg path {
  fill: rgb(119, 63, 255);
}

#modal-cumulio-export .format-selection__row input[type=radio]:checked + label span {
  color: rgb(119, 63, 255);
}

#modal-cumulio-export .format-selection input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

#modal-cumulio-export .format-selection label {
  margin-right: 10px;
  cursor: pointer;
  display: block;
}

#modal-cumulio-export .format-selection svg {
  width: 30px;
}

#modal-cumulio-export .language-selection {
  margin-bottom: 25px;
}

#modal-cumulio-export .export-dashboard-selection {
  margin-bottom: 15px;
}

#modal-cumulio-export .export-email {
  margin-top: 10px;
}

#modal-cumulio-export .export-schedule {
  margin-top: 10px;
}

#modal-cumulio-export .export-schedule__email {
  margin-bottom: 15px;
}

#modal-cumulio-export .export-schedule__row {
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: center;
}

#modal-cumulio-export .export-schedule__row--fields span {
  margin: 0 8px;
}

#modal-cumulio-export .schedule-item {
  margin-bottom: 10px;
  gap: 25px;
}

#modal-cumulio-export .schedule-item:hover {
  border: none;
  padding: 0.7rem 1.4rem;
}

#modal-cumulio-export .schedule-item:hover:before {
  content: none;
}

#modal-cumulio-export .schedule-item__name {
  width: 200px;
}

#modal-cumulio-export .schedule-item__format span {
  background: rgb(119, 63, 255);
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  margin: 2px 0;
}

#modal-cumulio-export .schedule-item__frequency span {
  display: block;
  font-size: 12px;
}

#modal-cumulio-export .schedule-item__delete {
  cursor: pointer;
}

#modal-cumulio-export .schedule-item__loading {
  position: static;
}

.widget {
  font-family: "TypoldExtended-Medium", "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", "ArialMT", sans-serif;
  font-size: 14px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: auto;
  flex-shrink: 0;
}

.widget.smiley,
.widget.thermo,
.widget.circle {
  background-color: rgb(234, 234, 234);
  width: 300px;
  height: 200px;
  border-radius: 20px;
  padding: 20px 10px 40px 10px;
}

.widget.smiley .container,
.widget.thermo .container,
.widget.circle .container {
  background-color: white;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

.widget.smiley .container::after,
.widget.thermo .container::after,
.widget.circle .container::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
}

.widget.smiley .no-score,
.widget.thermo .no-score,
.widget.circle .no-score {
  display: flex;
  height: 100%;
}

.widget.smiley .no-score .text,
.widget.thermo .no-score .text,
.widget.circle .no-score .text {
  margin: auto;
  text-align: center;
}

.widget.smiley .number,
.widget.thermo .number,
.widget.circle .number {
  font-size: 73px;
}

.widget.smiley .smiley img,
.widget.thermo .smiley img,
.widget.circle .smiley img {
  position: absolute;
  left: -5px;
  width: 180px;
  top: 65px;
}

.widget.smiley .smiley .text,
.widget.thermo .smiley .text,
.widget.circle .smiley .text {
  text-align: center;
}

.widget.smiley .smiley .number,
.widget.thermo .smiley .number,
.widget.circle .smiley .number {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 130px;
  text-align: center;
}

.widget.smiley .smiley.bad img,
.widget.thermo .smiley.bad img,
.widget.circle .smiley.bad img {
  left: 25px;
  width: 140px;
  top: 75px;
}

.widget.smiley .thermo .text,
.widget.thermo .thermo .text,
.widget.circle .thermo .text {
  margin-top: 10px;
  width: 200px;
}

.widget.smiley .thermo img,
.widget.thermo .thermo img,
.widget.circle .thermo img {
  position: absolute;
  height: 120px;
  right: 15px;
  top: 30px;
}

.widget.smiley .thermo .number,
.widget.thermo .thermo .number,
.widget.circle .thermo .number {
  position: absolute;
  bottom: 40px;
  right: 80px;
}

.widget.smiley .circle,
.widget.thermo .circle,
.widget.circle .circle {
  height: 100%;
  display: flex;
}

.widget.smiley .circle .text,
.widget.thermo .circle .text,
.widget.circle .circle .text {
  font-size: 16px;
  margin: auto 0;
  width: 120px;
}

.widget.smiley .circle img,
.widget.thermo .circle img,
.widget.circle .circle img {
  position: absolute;
  right: 10px;
  height: 150px;
  top: 15px;
}

.widget.smiley .circle .number,
.widget.thermo .circle .number,
.widget.circle .circle .number {
  position: absolute;
  right: 48px;
  font-size: 40px;
  top: 64px;
  bottom: auto;
  width: 74px;
  text-align: center;
}

.widget.smiley .logo,
.widget.thermo .logo,
.widget.circle .logo {
  position: absolute;
  bottom: 2px;
  left: 15px;
}

.widget.smiley .logo svg,
.widget.thermo .logo svg,
.widget.circle .logo svg {
  height: 20px;
  width: 89px;
}

.widget.smiley .nr_reviews,
.widget.thermo .nr_reviews,
.widget.circle .nr_reviews {
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.widget.smiley .nr_reviews_link,
.widget.thermo .nr_reviews_link,
.widget.circle .nr_reviews_link {
  text-decoration: underline;
}

.widget.stars_light,
.widget.stars_dark {
  width: 300px;
  height: 115px;
}

.widget.stars_light.stars_dark,
.widget.stars_dark.stars_dark {
  background: #ebebeb;
}

.widget.stars_light .number,
.widget.stars_dark .number {
  font-family: "Khula", sans-serif;
  position: absolute;
  font-size: 36px;
  right: 15px;
  top: 10px;
  background: #773ffe;
  padding: 27px 15px 18px 15px;
  line-height: 0;
  color: white;
  border-radius: 3px;
}

.widget.stars_light .number::after,
.widget.stars_dark .number::after {
  content: "";
  position: absolute;
  top: 44px;
  right: 15px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #773ffe;
}

.widget.stars_light .text,
.widget.stars_dark .text {
  position: absolute;
  top: 12px;
  left: 15px;
  max-width: 170px;
  line-height: 17px;
}

.widget.stars_light .stars svg,
.widget.stars_dark .stars svg {
  position: absolute;
  bottom: 35px;
  left: 10px;
  height: 33px;
  width: 179px;
}

.widget.stars_light .logo,
.widget.stars_dark .logo {
  position: absolute;
  bottom: 2px;
  right: 15px;
}

.widget.stars_light .logo svg,
.widget.stars_dark .logo svg {
  height: 20px;
  width: 70px;
}

.widget.stars_light .nr_reviews,
.widget.stars_dark .nr_reviews {
  position: absolute;
  bottom: 7px;
  left: 15px;
}

.widget.stars_light .nr_reviews_link,
.widget.stars_dark .nr_reviews_link {
  text-decoration: underline;
}

.reviews {
  max-width: 1200px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "TypoldExtended-Regular", sans-serif;
}

.reviews h3,
.reviews h4,
.reviews strong {
  font-family: "TypoldExtended-Bold", sans-serif;
}

.reviews__header {
  padding-bottom: 20px;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
}

.reviews__header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.reviews__header .top .askemo-logo {
  width: 200px;
}

.reviews__header .top .logo {
  width: 200px;
  text-align: right;
}

.reviews__header .top .logo img {
  max-height: 110px;
}

@media screen and (max-width: 768px) {
  .reviews__header .top .logo img {
    max-width: 120px;
  }
}

.reviews__header .bottom {
  display: none;
}

.reviews__header .bottom span {
  font-size: 28px;
  font-weight: 700;
}

.reviews__header h1 {
  font-size: 40px;
  margin: 0 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reviews__header .top h1 {
    display: none;
  }

  .reviews__header .bottom {
    display: block;
  }
}

.reviews__content {
  display: grid;
  grid-template-columns: 200px auto 250px;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .reviews__content {
    display: block;
  }
}

.reviews__content .reviews-widget .stars {
  margin-bottom: 25px;
}

.reviews__content .reviews-widget .stars svg {
  width: 100%;
  height: auto;
}

.reviews__content .reviews-widget .widget-wrapper {
  width: 120px;
}

.reviews__content .reviews-widget .widget-wrapper .average {
  font-family: "Khula", sans-serif;
  position: relative;
  font-size: 47px;
  line-height: 80px;
  background: #acff00;
  height: 70px;
  color: #fff;
  border-radius: 3px;
  display: flex;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-green {
  background: #acff00;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-green:after {
  border-right-color: #acff00;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-yellow {
  background: #edf136;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-yellow:after {
  border-right-color: #edf136;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-red {
  background: #fe6f6f;
}

.reviews__content .reviews-widget .widget-wrapper .average.average-red:after {
  border-right-color: #fe6f6f;
}

.reviews__content .reviews-widget .widget-wrapper .average span {
  margin: auto;
  color: #484848;
}

.reviews__content .reviews-widget .widget-wrapper .average:after {
  content: "";
  position: absolute;
  top: 70px;
  right: 15px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #acff00;
}

.reviews__content .reviews-widget .widget-wrapper .total {
  text-align: right;
  margin-top: 15px;
  width: 100%;
}

.reviews__content .reviews-widget .widget-wrapper .total span {
  font-family: "TypoldExtended-Bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .reviews__content .reviews-widget {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }

  .reviews__content .reviews-widget .stars {
    width: 40%;
  }
}

.reviews__content .reviews-main .review-select {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .reviews__content .reviews-main .review-select {
    text-align: left;
    margin-bottom: 20px;
  }
}

.reviews__content .reviews-main .review-select select {
  color: #000;
}

.reviews__content .reviews-main .review-items .review-item {
  padding: 20px 0;
  border-bottom: 2px solid #dbdbdb;
  display: flex;
}

@media screen and (max-width: 900px) {
  .reviews__content .reviews-main .review-items .review-item {
    display: block;
  }

  .reviews__content .reviews-main .review-items .review-item .number {
    margin-bottom: 15px;
  }

  .reviews__content .reviews-main .review-items .review-item .stars {
    margin-bottom: 15px;
  }
}

.reviews__content .reviews-main .review-items .review-item:last-child {
  border: none;
}

.reviews__content .reviews-main .review-items .review-item .content {
  width: 100%;
}

.reviews__content .reviews-main .review-items .review-item .number {
  font-family: Khula, sans-serif;
  position: relative;
  font-size: 30px;
  line-height: 47px;
  background: #773ffe;
  height: 40px;
  width: 90px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  flex-basis: 90px;
  flex-shrink: 0;
  margin-right: 15px;
}

.reviews__content .reviews-main .review-items .review-item .number span {
  margin: auto;
}

.reviews__content .reviews-main .review-items .review-item .number:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 15px;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #773ffe;
}

.reviews__content .reviews-main .review-items .review-item .stars svg {
  width: 160px;
  height: auto;
}

.reviews__content .reviews-main .review-items .review-item .text {
  font-size: 17px;
  margin-top: 15px;
}

.reviews__content .reviews-main .review-items .review-item .reply {
  background: #e9e9e9;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
}

.reviews__content .reviews-about a,
.reviews__content .reviews-about span {
  display: block;
}

.reviews__content .reviews-about .about {
  margin-top: 25px;
}

.reviews__content .reviews-about .about a {
  display: inline-block;
  text-decoration: underline;
}

.reviews__content .reviews-about .legal {
  margin-top: 25px;
  font-style: italic;
  font-size: small;
}

.reviews__content .reviews-about .legal a {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .reviews__content .reviews-about {
    margin: 40px 0;
  }
}

.reviews .pagination {
  text-align: center;
}

.reviews .pagination .page-item {
  display: inline-block;
  background: #773ffe;
  color: #fff;
  padding: 5px 10px;
}

.reviews .pagination .page-item.disabled {
  background: gray;
}

.errors {
  position: relative;
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  width: 100%;
  border-radius: 0.7rem;
  background: rgb(228, 38, 25);
  color: rgb(255, 255, 255);
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 2s linear infinite;
}

@keyframes rotating-anti-clockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.rotating-anti-clockwise {
  animation: rotating-anti-clockwise 2s linear infinite;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   Aligner
   ========================================================================== */

.aligner {
  display: flex;
  flex-direction: column;
}

.aligner--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aligner--top {
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

.aligner--bottom {
  justify-content: flex-end;
  text-align: left;
  align-items: flex-start;
}

.row-aligner {
  display: flex;
  flex-direction: row;
}

.row-aligner--center {
  justify-content: center;
}

.row-aligner--start {
  justify-content: flex-start;
}

.row-aligner--end {
  justify-content: flex-end;
}

.row-aligner--between {
  justify-content: space-between;
}

/* ==========================================================================
   Clearfix
   ========================================================================== */

/**
 * Clearfix
 * Native "clearfix", with micro clearfix fallback
 *
 * See:
 * - https://helloanselm.com/2017/flow-root-supports/
 * - http://cssmojo.com/the-very-latest-clearfix-reloaded/
 *
 * Extend the clearfix placeholder class `%clearfix` to avoid
 * the `.clearfix` class appearing over and over in your markup.
 */

.media:after {
  content: "";
  display: block;
  clear: both;
}

@supports (display: flow-root) {
  .media {
    display: flow-root;
  }

  .media:after {
    content: none;
  }
}

/* ==========================================================================
   Contain
   ========================================================================== */

/**
 * Contain padding
 */

.contain-padding,
.alert,
.contain-width,
.nav-vertical__item > a {
  padding-right: 6% !important;
  padding-left: 6% !important;
}

@media (min-width: 48em) {
  .contain-padding,
  .alert,
  .contain-width,
  .nav-vertical__item > a {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }
}

/**
 * Contain width
 */

.contain-width {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 42.6em;
}

/* ==========================================================================
   Spacing (https://github.com/suitcss/utils-dimension)
   ========================================================================== */

/**
 * Vertical (rhythm) spacing
 *
 * Trailer spacing = bottom margin
 * Leader spacing = top margin
 * Rhythm spacing = top + bottom margins
 */

.space-trailer-s {
  margin-bottom: 0.7rem !important;
}

.space-trailer-m {
  margin-bottom: 1.4rem !important;
}

.space-trailer-l {
  margin-bottom: 2.8rem !important;
}

.space-leader-m {
  margin-top: 1.4rem !important;
}

.space-leader-l {
  margin-top: 2.8rem !important;
}

/* ==========================================================================
   States (https://github.com/suitcss/utils-state)
   ========================================================================== */

/**
 * Completely remove from the flow and screen readers.
 */

/**
 * Completely remove from the flow but leave available to screen readers.
 */

.is-hidden-visually,
.round-button--tooltip-add > span.label,
.projects__active-switch input[type=radio] {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

/**
 * Control visibility without affecting flow.
 *
 * And use for nice trick: http://j.mp/1qhPKiU
 */

/**
 * Hide text (use for image replacement).
 */

a.block-link__anchor,
.nav-main-toggle {
  background-color: transparent !important;
  border: 0 !important;
  overflow: hidden !important;
}

a.block-link__anchor:before,
.nav-main-toggle:before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 100% !important;
}

/* ==========================================================================
   Text (https://github.com/suitcss/utils-text)
   ========================================================================== */

.text-right {
  text-align: right;
}

/**
 * Kerning
 *
 * Enables font kerning in all browsers:
 * http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 *
 * Text rendering: http://bocoup.com/weblog/text-rendering/
 *
 * The text-rendering options are: `auto` (default), `optimizeLegibility` and
 * `optimizeSpeed`. Be careful with the `optimizeLegibility` setting, because
 * it can be really slow and bog down an entire page. For now best to only
 * apply to bigger headings if using at all.
 *
 * Support:
 * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
 * 2. Chrome (not Windows), Firefox, IE 10+
 * 3. Safari 7 and future browsers
 */

.alpha-heading,
.beta-heading,
.copy h1,
.bg-text__title {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Hanging punctuation
 *
 * Enables hanging punctuation to put some punctuation characters from
 * start of text elements "outside" of the box.
 *
 * https://css-tricks.com/almanac/properties/h/hanging-punctuation/
 */

.copy p {
  hanging-punctuation: first;
}

/**
 * Justify, hyphenate and word breaking
 *
 * Use justify text always in combination with text hyphenate and
 * word breaking (%text-break).
 *
 * Word breaking break strings when their length exceeds the width of
 * their container.
 *
 * For more about hyphenate and word breaking see: http://bit.ly/JixVfL
 */

@media (max-width: 32em) {
  :lang(en) .alpha-heading,
  :lang(en) .beta-heading,
  :lang(en) .copy h1,
  .copy :lang(en) h1,
  :lang(en) .gamma-heading,
  :lang(en) .copy h2,
  .copy :lang(en) h2,
  :lang(en) .epsilon-heading,
  :lang(en) .copy h4,
  .copy :lang(en) h4,
  :lang(en) .zeta-heading,
  :lang(en) .copy h5,
  .copy :lang(en) h5,
  :lang(en) .copy h6,
  .copy :lang(en) h6 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.alpha-heading,
.beta-heading,
.copy h1,
.gamma-heading,
.copy h2,
.epsilon-heading,
.copy h4,
.zeta-heading,
.copy h5,
.copy h6 {
  word-wrap: break-word;
}

/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */

/**
 * Inline elements
 */

.copy b,
.copy strong,
.company-profile__details,
.itemlist__sort.is-active,
.modal__subtitle,
.nav-drop__item--upgrade > a,
.overview-rows__head,
.projectdetail__alert-description strong,
.projectexpand__name {
  font-weight: 700;
}

.copy i,
.copy em,
.copy cite,
.copy dfn,
.copy var {
  font-style: italic;
}

.copy small,
.bg-text__meta {
  font-size: 0.875rem;
}

.copy mark {
  background-color: rgb(248, 248, 0);
  color: rgb(0, 0, 0);
}

/**
 * @license
 * MyFonts Webfont Build ID 3866275, 2020-02-12T06:53:19-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: TypoldExtended-Regular by The Northern Block Ltd
 * URL: https://www.myfonts.com/fonts/northernblock/typold/extended-regular/
 *
 * Webfont: TypoldExtended-Medium by The Northern Block Ltd
 * URL: https://www.myfonts.com/fonts/northernblock/typold/extended-medium/
 *
 * Webfont: TypoldExtended-Bold by The Northern Block Ltd
 * URL: https://www.myfonts.com/fonts/northernblock/typold/extended-bold/
 *
 *
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright &#x00A9; 2017 by Jonathan Hill. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: "TypoldExtended-Regular";
  src: url(/fonts/3AFEA3_0_0.woff2?5077090e5cd995b31925796de74504ae) format("woff2"), url(/fonts/3AFEA3_0_0.woff?caf5604c752afdc5443552704e59d3e2) format("woff"), url(/fonts/3AFEA3_0_0.ttf?6b9d534bb5ce68579538a3701e50e2ae) format("truetype"), url(/fonts/3AFEA3_0_0.eot?4f98830adfbfc63382eef3421cc29537) format("embedded-opentype"), url(/fonts/3AFEA3_0_0.eot?4f98830adfbfc63382eef3421cc29537) format("embedded-opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TypoldExtended-Medium";
  src: url(/fonts/3AFEA3_1_0.woff2?e563964d0279c2d59646ce9a488bb413) format("woff2"), url(/fonts/3AFEA3_1_0.woff?e17121c1aa0872a909349ca9dc190ab6) format("woff"), url(/fonts/3AFEA3_1_0.ttf?e61983255d5d0316b4f8e953236ec5ab) format("truetype"), url(/fonts/3AFEA3_1_0.eot?5e29ccacc48876d1a8aaaaf119021afc) format("embedded-opentype"), url(/fonts/3AFEA3_1_0.eot?5e29ccacc48876d1a8aaaaf119021afc) format("embedded-opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TypoldExtended-Bold";
  src: url(/fonts/3AFEA3_2_0.woff2?a26a4183ceb1af81ab3b9261a9b37857) format("woff2"), url(/fonts/3AFEA3_2_0.woff?637c02dfef0fb6b9dc0c14c813d3497e) format("woff"), url(/fonts/3AFEA3_2_0.ttf?90f9470337a5a9e17e97b562c6d2697a) format("truetype"), url(/fonts/3AFEA3_2_0.eot?94f789cca425cb8009499f54a96bbaef) format("embedded-opentype"), url(/fonts/3AFEA3_2_0.eot?94f789cca425cb8009499f54a96bbaef) format("embedded-opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

.nav-main-toggle--close {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22%23FEFEFE%22%20d%3D%22M11.743%201.074l2.12%202.12L3.257%2013.8l-2.12-2.12zM1.136%203.195l2.12-2.122L13.865%2011.68l-2.12%202.12z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nav-main-toggle--open {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%220%200%2018%2015%22%3E%3Cpath%20d%3D%22M18%201.5c0%20.828-.67%201.5-1.5%201.5h-15C.67%203%200%202.328%200%201.5%200%20.67.67%200%201.5%200h15c.83%200%201.5.67%201.5%201.5zM18%207.5c0%20.828-.67%201.5-1.5%201.5h-15C.67%209%200%208.327%200%207.5%200%206.67.67%206%201.5%206h15c.83%200%201.5.67%201.5%201.5zM18%2013.5c0%20.828-.67%201.5-1.5%201.5h-15C.67%2015%200%2014.328%200%2013.5c0-.83.67-1.5%201.5-1.5h15c.83%200%201.5.67%201.5%201.5z%22%20fill%3D%22%2303070D%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.multi-check-item__selected::before,
.multi-check-item__checkbox::before,
.multi-check-item-with-loading__checkbox::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M13.558%2019v-4.912H19v-3.15h-5.442V6h-3.116v4.938H5v3.15h5.442V19z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.multi-check-item__remove:hover::after,
.multi-check-item__checkbox:checked:hover::before,
.multi-check-item-with-loading__checkbox:checked:hover::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%23FFF%22%20d%3D%22M6.5%2011.5h11v1h-11z%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.multi-check-item__remove::after,
.multi-check-item__checkbox:checked::before,
.multi-check-item__checkbox.is-checked::before,
.multi-check-item-with-loading__checkbox:checked::before,
.is-checked.multi-check-item-with-loading__checkbox::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M6.5%2011.5h11v1h-11z%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.form__input--select,
.itemlist__filter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%229px%22%20viewBox%3D%220%200%2016%209%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2062%20%2891390%29%20-%20https%3A//sketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon-arrow-down%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon-arrow-down%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4688932%2C-2.70710678%20C10.8594175%2C-3.09763107%2011.4925825%2C-3.09763107%2011.8831068%2C-2.70710678%20C12.2435907%2C-2.34662282%2012.2713203%2C-1.77939176%2011.9662954%2C-1.38710056%20L11.8831068%2C-1.29289322%20L6.414%2C4.176%20L11.883164%2C9.64595046%20C12.2436188%2C10.0064636%2012.2713024%2C10.5736969%2011.9662458%2C10.9659634%20L11.8830495%2C11.060164%20C11.5225364%2C11.4206188%2010.9553031%2C11.4483024%2010.5630366%2C11.1432458%20L10.468836%2C11.0600495%20L4.29283598%2C4.88304954%20C3.93240183%2C4.52255703%203.90469797%2C3.95536293%204.20970893%2C3.56309505%20L4.29289322%2C3.46889322%20L10.4688932%2C-2.70710678%20Z%22%20id%3D%22Stroke-1%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%20transform%3D%22translate%288.088000%2C%204.176500%29%20rotate%28-90.000000%29%20translate%28-8.088000%2C%20-4.176500%29%20%22%3E%3C/path%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
}

.analytics {
  display: flex;
  margin: auto;
  padding-top: 2.8rem;
  max-width: 1850px;
  flex-wrap: wrap;
}

.analytics__intro_title {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.analytics__intro_title h1 {
  font-size: 40px;
}

.analytics__intro_text {
  width: 18%;
  padding: 0 15px;
  margin: 0;
  min-width: 333px;
}

.analytics__intro_text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.analytics__intro_text button {
  margin-top: 20px;
  background-color: #fec753;
  border-bottom-color: #e2ab35;
  color: black;
  width: 100%;
}

.analytics__intro_text button:hover,
.analytics__intro_text button:active,
.analytics__intro_text button:focus {
  background-color: #e2ab35;
  border-bottom-color: #e2ab35;
}

.analytics__intro_visuals {
  width: 80%;
  margin-left: auto;
  padding-right: 15px;
}

.analytics__intro_visuals .video {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px, rgba(0, 0, 0, 0.23) 0px 4px 8px;
  border-radius: 5px;
}

.analytics__actions {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  padding: 0 25px;
  justify-content: space-between;
}

.analytics__actions .link,
.analytics__actions .copy a:not(.button),
.copy .analytics__actions a:not(.button),
.analytics__actions .list--links a,
.list--links .analytics__actions a {
  color: #773fff;
  text-decoration: underline;
  cursor: pointer;
}

.analytics__actions .link:hover,
.analytics__actions .copy a:hover:not(.button),
.copy .analytics__actions a:hover:not(.button),
.analytics__actions .list--links a:hover,
.list--links .analytics__actions a:hover {
  text-decoration: none;
}

.analytics__actions .link.disabled,
.analytics__actions .copy a.disabled:not(.button),
.copy .analytics__actions a.disabled:not(.button),
.analytics__actions .list--links a.disabled,
.list--links .analytics__actions a.disabled {
  opacity: 0.4;
  color: black;
  pointer-events: none;
}

.analytics__dashboards_list {
  width: 250px;
  padding-top: 25px;
  z-index: 1;
}

.analytics__dashboards_list h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.analytics__dashboards_list ul {
  margin-bottom: 50px;
}

.analytics__dashboards_list ul li {
  padding: 14px;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  background: white;
  cursor: pointer;
  color: #5a5a5a;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px, rgba(0, 0, 0, 0.23) 0px 4px 8px;
  flex: 1;
}

.analytics__dashboards_list ul li.active {
  background: #f0f0f0;
  cursor: default;
}

@media only screen and (max-width: 1900px) {
  .analytics__dashboards_list {
    width: 100%;
  }

  .analytics__dashboards_list ul {
    display: grid;
    gap: 15px;
    padding: 0 25px;
    margin-bottom: 15px;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .analytics__dashboards_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1000px) {
  .analytics__dashboards_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 800px) {
  .analytics__dashboards_list ul {
    display: block;
  }
}

.analytics__dashboard {
  max-width: 1600px;
}

.analytics__card {
  margin: 0 15px 30px 15px;
  box-shadow: 4px 4px 16px rgba(205, 205, 205, 0.6);
  min-height: 290px;
  transition: box-shadow 300ms ease;
}

.analytics__card .analytics-title {
  background: #e7e6e6;
  height: 50px;
  display: flex;
}

.analytics__card .analytics-title h2 {
  margin: auto;
  font-size: 20px;
}

.analytics__card .analytics-content {
  background: #fff;
  text-align: center;
  padding: 25px;
  display: flex;
  height: 230px;
  justify-content: center;
}

.analytics__card .analytics-content img {
  width: 300px;
}

.analytics__card .analytics-content .smile {
  padding-bottom: 24px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #773fff;
  margin: auto;
}

.analytics__card:hover {
  box-shadow: 4px 4px 16px #cdcdcd;
}

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td,
table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0262ef;
}

table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid #595b5e;
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid #595b5e;
}

html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td,
html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid #404346;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td,
html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0257d5;
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid #404346;
  border-right: 1px solid #404346;
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid #404346;
}

html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #595b5e;
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #353535;
  background: #353535;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

.results {
  padding-top: 150px;
  margin: auto;
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
  .results {
    max-width: 90%;
  }
}

.results h1 {
  font-size: 30px;
  float: left;
}

.results__global-actions {
  float: right;
  height: 50px;
  display: flex;
  position: relative;
}

.results__global-actions .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.results__global-actions .download {
  cursor: pointer;
}

.results__global-actions .download img {
  height: 50px;
}

.results__global-actions .remind-all {
  margin: auto 0 auto 20px;
}

.results__filters table td,
.results__filters table td * {
  vertical-align: top;
}

.results__filters .vue-daterange-picker {
  width: 100%;
}

.results__filters .vue-daterange-picker .reportrange-text {
  padding-top: 12px !important;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  background: #fff;
  margin-bottom: -8px;
}

.results__filters .vue-treeselect__control {
  min-height: 45px;
}

.results__filters .vue-treeselect__placeholder {
  padding: 4px;
}

.results__table {
  margin-top: 80px;
  margin-bottom: 100px;
}

.results__table table {
  padding-top: 20px;
  margin-bottom: 15px;
}

.results__table table th {
  text-align: left;
}

.results__table table.dataTable thead th {
  padding: 5px 15px 5px 5px;
}

.results__table table.dataTable tbody td {
  padding: 5px;
  height: 50px;
  max-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.results__table table.dataTable tbody td:first-child {
  overflow: visible;
}

.results__table table .open {
  position: relative;
  padding: 0 8px;
}

.results__table table .open [data-tooltip]:after {
  right: auto;
  left: -5px;
  transform: none;
}

.results__table table .open [data-tooltip]:before {
  right: auto;
  left: -5px;
  margin-bottom: -12px;
}

.results__table table .open .green {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: -5px;
  left: 10px;
  background: green;
}

.results__table table span {
  display: inline-block;
  padding: 6px 5px 3px 5px;
  font-size: 12px;
}

.results__table table span.reminded {
  width: 90%;
  text-align: center;
  font-size: 12px;
  line-height: 0;
}

.results__table table span.status {
  color: white;
  border-radius: 4px;
  width: 90%;
  text-align: center;
}

.results__table table span.status.mandrill_send,
.results__table table span.status.mandrill_sending,
.results__table table span.status.send,
.results__table table span.status.sending {
  background-color: #bcbcbc;
}

.results__table table span.status.draft,
.results__table table span.status.mandrill_sent,
.results__table table span.status.mandrill_open,
.results__table table span.status.mandrill_click,
.results__table table span.status.sent,
.results__table table span.status.open,
.results__table table span.status.click,
.results__table table span.status.undelivered {
  background-color: #f8b133;
}

.results__table table span.status.answered {
  background-color: #00aa01;
}

.results__table table span.status.mandrill_error,
.results__table table span.status.mandrill_deferral,
.results__table table span.status.mandrill_hard_bounce,
.results__table table span.status.mandrill_soft_bounce,
.results__table table span.status.mandrill_reject,
.results__table table span.status.mandrill_spam,
.results__table table span.status.error,
.results__table table span.status.deferral,
.results__table table span.status.hard_bounce,
.results__table table span.status.soft_bounce,
.results__table table span.status.reject,
.results__table table span.status.spam {
  background-color: #b22102;
}

.results__table table span.score {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 5px;
}

.results__table table span.score.score-1 {
  background-color: #b22102;
}

.results__table table span.score.score-2 {
  background-color: #e92300;
}

.results__table table span.score.score-3 {
  background-color: #e84e1c;
}

.results__table table span.score.score-4 {
  background-color: #f96d3a;
}

.results__table table span.score.score-5 {
  background-color: #f8b133;
}

.results__table table span.score.score-6 {
  background-color: #fbd238;
}

.results__table table span.score.score-7 {
  background-color: #afe992;
}

.results__table table span.score.score-8 {
  background-color: #83e05e;
}

.results__table table span.score.score-9 {
  background-color: #00bf00;
}

.results__table table span.score.score-10 {
  background-color: #00aa01;
}

.results__table table .actions {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: flex;
  cursor: pointer;
}

.results__table table .actions:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" /></svg>');
  margin: auto;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.results__table table .actions-menu {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  right: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2392156863);
  border-radius: 4px;
  overflow: hidden;
  z-index: 999;
}

.results__table table .actions-menu span {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.results__table table .actions-menu span:hover {
  background-color: #f9f9f9;
}

.results__table table .actions-menu span:first-of-type {
  border: none;
}

.results__table table .comment {
  max-width: 300px;
  cursor: default;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.results__table table .comment::before {
  content: none;
}

.results__table table .comment::after {
  right: auto;
  left: 10px;
  height: auto;
  top: auto;
  transform: none;
  min-width: 150px;
  white-space: normal;
  transform: translateY(100%);
  bottom: 0;
}

.results__table .dataTables_wrapper .dataTables_processing {
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}

.results__table .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.35rem 0.7rem !important;
  min-width: 35px;
}

.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: #333 !important;
}

.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-bottom: 0px !important;
  color: #fff !important;
}

.results__table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-bottom: 0px !important;
  color: #fff !important;
}

#askemo-ai-modal #ai-output p {
  margin-bottom: 0.5rem;
}

#askemo-ai-modal #ai-output ul {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

#askemo-ai-modal #ai-output ul li {
  display: list-item;
}

#askemo-ai-modal #ai-output ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

#askemo-ai-modal #ai-output ol li {
  display: list-item;
}

#modal-reply .ql-container {
  height: 170px;
}

.home {
  max-width: 1600px;
  margin: auto;
  padding-top: 2.8rem;
}

.contacts__datefield {
  display: flex;
  gap: 15px;
}

.contacts__datefield > div {
  display: block;
}


