lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes pulsate{ 0%{ -webkit-transform: scale(1); } 100%{ -webkit-transform: scale(1.2); }}
@-moz-keyframes pulsate{ 0%{ -moz-transform: scale(1); } 100%{ -moz-transform: scale(1.2); }}
@-o-keyframes pulsate{ 0%{ -o-transform: scale(1); } 100%{ -o-transform: scale(1.2); }}
@keyframes pulsate{ 0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 100%{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2); }}
[not-existing] {
  zoom: 1;
}
.main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}
.alert {
  background: rgba(255, 0, 0, 0.1);
  text-align: center;
  color: #f00;
  padding: 10px 20px;
  border: 1px solid #f00;
  margin: 20px 30px 0;
  border-radius: 5px;
  font-size: 14px;
}
.alert.info {
  background: rgba(67, 155, 33, 0.1);
  border-color: #439b21;
  color: #439b21;
}
/* noto-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  overflow: hidden;
  background: linear-gradient(167.43deg, #575757 45.02%, #000000 95%);
}
.main-content {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(7, minmax(auto, 1fr));
  grid-template-rows: auto;
  gap: 30px;
  align-items: start;
}
.main-content .admin-content {
  overflow: auto;
}
.main-content .admin-list {
  grid-column: span 6;
  max-width: 100%;
  overflow: auto;
}
body {
  min-height: 100vh;
  background: linear-gradient(138.35deg, #BFC3C9 23.54%, #ACB1B9 79.81%);
  background-repeat: no-repeat;
}
html {
  height: inherit;
}
@media (max-width: 992px) {
  .main-content {
    grid-template-columns: 1fr;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #b0b2b5;
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  transition: 0.1s ease-in-out;
  margin-block: 4px;
}
.button:hover {
  background-color: #dbdee1;
}
a.button {
  text-decoration: none;
  color: inherit;
}
.button i {
  height: 17px;
}
.button--block {
  display: flex;
}
input[type=submit].loading {
  opacity: 0.7;
}
input[type=submit].loading:hover {
  opacity: 0.7;
  background: #001126 !important;
}
.custom-arrow {
  position: relative;
}
.custom-arrow select {
  padding: 5px 40px 5px 20px;
  font-size: 1rem;
  outline: none;
  appearance: none;
  background-image: url("/images/icons/carret.svg");
  background-repeat: no-repeat;
  background-position: right 0.6rem top 50%;
  background-size: 0.8rem auto;
}
.custom-arrow select:focus {
  background-image: url("/images/icons/carret.svg");
  background-repeat: no-repeat;
  background-position: right 0.6rem top 50%;
  background-size: 0.8rem auto;
}
select {
  border: 1px solid #001126;
  padding: 10px 20px;
  background: none;
  color: #001126;
  border-radius: 30px;
  transition: 0.1s ease-in-out;
}
select:hover,
select:focus {
  background: #f2f8ff;
}
select.input--light,
.input--light select {
  border-color: white;
}
select.input--light:not(option),
.input--light select:not(option) {
  color: white;
}
select.input--light option,
.input--light select option {
  color: black;
}
select.input--light:focus,
.input--light select:focus,
select.input--light:hover,
.input--light select:hover {
  background: rgba(255, 255, 255, 0.2);
}
input[type=submit] {
  background: #001126;
  color: white;
  border-radius: 30px;
}
input[type=submit]:hover,
input[type=submit]:focus {
  background: rgba(0, 17, 38, 0.6);
}
input {
  border: 1px solid #001126;
  padding: 10px 20px;
  background: none;
  color: #001126;
  border-radius: 30px;
  transition: 0.1s ease-in-out;
}
input:hover,
input:focus {
  background: #f2f8ff;
}
input.input--light,
.input--light input {
  border-color: white;
  color: white;
}
.icon-button {
  display: flex;
  position: relative;
  padding: 8px;
  border: 1px solid;
  border-radius: 50%;
}
.icon-button--light {
  border-color: white;
  color: white;
}
.icon-button--dark {
  border-color: #001126;
  color: #001126;
}
.icon-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.icon-buttona {
  text-decoration: none;
  color: inherit;
  border-color: inherit;
}
.sign-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-component {
  width: 33.33%;
}
.sign-main-content .sign-component__form .panel {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: linear-gradient(180deg, #D2D5D9 0%, #ECEDEF 100%);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  color: #001126;
  padding: 20px 30px;
}
.sign-main-content .sign-component__form .panel form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sign-main-content .sign-component__form .panel p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sign-main-content .sign-component__form .panel p input {
  border-radius: 30px;
  border-color: #BFC3C9;
  background: none;
}
.sign-main-content .sign-component__form .panel p.submit {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.sign-main-content .sign-component__form .panel p input[type=submit] {
  border-radius: 30px;
  background-color: #bfc3c9;
  color: #001126;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.sign-main-content .links-below {
  position: absolute;
  margin: 20px 30px;
}
.sign-main-content .links-below a {
  text-decoration: none;
  color: #001126;
}
.sign-main-content .links-below a:hover {
  text-decoration: underline;
}
.sign-main-content .sign-component__banner {
  display: flex;
  flex-direction: column;
  border-radius: 40px 0 0 40px;
  background: #001126;
  align-items: center;
  padding: 15px 35px 15px 40px;
  gap: 20px;
}
.sign-main-content .sign-component {
  display: flex;
  align-items: center;
}
.sign-component__form {
  width: 100%;
}
.sign-main-content .alert {
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .sign-main-content .sign-component {
    flex-direction: column;
    align-items: stretch;
    width: 90vw;
  }
  .sign-main-content .sign-component__form {
    width: inherit;
  }
  .sign-main-content .sign-component .panel p.submit {
    flex-direction: column;
  }
  .sign-main-content .sign-component__form .panel {
    border-radius: 0 0 30px 30px;
  }
  .sign-main-content .sign-component__banner {
    flex-direction: row;
    justify-content: center;
    border-radius: 40px 40px 0 0;
  }
  .sign-main-content .links-below {
    position: relative;
    padding: 0;
    justify-content: center;
    display: flex;
  }
}
#page-error .sign-component {
  position: relative;
}
#page-error .sign-component__form h1 {
  font-size: 96px;
  color: #001126;
  position: absolute;
  text-align: center;
  top: -130px;
  left: 160px;
}
#page-error .panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  #page-error .sign-component__form h1 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#languageBox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
#languageBox ul {
  list-style: none;
}
#languageBox li {
  display: inline-block;
}
#languageBox li a {
  display: block;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}
#languageBox li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#languageBox li.selected a {
  color: #00f;
  background: #fff;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.alert {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
