label {
  margin-bottom: 0;
}

.control-label {
  color: black;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 7px;
  margin: 0;
}

.navbar-container .navbar__item__link--btn {
  height: 30px;
  padding: 0 10px;
}

.projects-container {
  overflow-x: auto;
}
.projects-container.container--wide {
  max-width: unset;
  min-width: unset;
  width: 100%;
}
.projects-container table {
  min-width: 1200px;
}

.header__simple {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header__simple .logo {
  width: 380px;
  z-index: 1;
}
.header__simple .logo img {
  max-height: 35px;
}
.header__simple .title {
  font-size: 28px;
  font-weight: bold;
  flex-grow: 1;
  margin-left: -380px;
}
@media (max-width: 1300px) {
  .header__simple .title {
    margin-left: 0;
    width: 100%;
  }
}

.success {
  font-size: 38px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #058505;
}
.success--fixed {
  animation: fade 2s;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 43%;
  left: 50%;
}
.success.hidden {
  display: none;
  animation: fade 2s;
}
@keyframes fade {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

.preloader {
  position: fixed;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  top: 43%;
  left: 50%;
}
.preloader--file {
  width: 38px;
  height: 38px;
}
.preloader--file div {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: loading 0.8s linear infinite;
}
.preloader--file div:nth-child(1) {
  animation-delay: 0s;
  top: 15px;
  left: 0px;
}
.preloader--file div:nth-child(2) {
  animation-delay: 0.1s;
  top: 4.5px;
  left: 4.5px;
}
.preloader--file div:nth-child(3) {
  animation-delay: 0.2s;
  top: 0;
  left: 15px;
}
.preloader--file div:nth-child(4) {
  animation-delay: 0.3s;
  top: 4.5px;
  right: 4.5px;
}
.preloader--file div:nth-child(5) {
  animation-delay: 0.4s;
  top: 15px;
  right: 0;
}
.preloader--file div:nth-child(6) {
  animation-delay: 0.5s;
  bottom: 4.5px;
  right: 4.5px;
}
.preloader--file div:nth-child(7) {
  animation-delay: 0.6s;
  bottom: 0;
  right: 15px;
}
.preloader--file div:nth-child(8) {
  animation-delay: 0.7s;
  bottom: 4.5px;
  left: 4.5px;
}
@keyframes loading {
  60%, 100% {
    background-color: #b5ecb5;
  }
  0% {
    background-color: #058505;
  }
}

.section-container {
  max-width: unset;
  width: 100%;
  padding: 20px 10%;
}
@media (max-width: 1200px) {
  .section-container {
    padding: 20px;
  }
}

.content .description {
  max-width: 600px;
  text-align: center;
  margin: 10px auto 0;
}

.controls-btn {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 38px;
  padding: 0 24px;
  color: black;
  text-shadow: 0 2px 4px #2e3540;
  cursor: pointer;
  border-radius: 7px;
  border: solid 1px #cccccc;
  text-decoration: none;
  font-size: 16px;
  background: radial-gradient(ellipse, white, #e6e6e6 120%);
}
.controls-btn:hover {
  background: radial-gradient(ellipse, #f2f2f2, #d9d9d9 120%);
  text-decoration: none;
}
.controls-btn--blue {
  background: radial-gradient(ellipse, #0077ff, #005fcc 120%);
  color: white;
}
.controls-btn--blue:hover {
  background: radial-gradient(ellipse, #0369dd, #014ba0 120%);
  color: white;
}
.controls-btn--orange {
  background: radial-gradient(ellipse, #f09033, #ee9843 120%);
  color: white;
}
.controls-btn--orange:hover {
  background: radial-gradient(ellipse, #e28324, #e08020 120%);
  color: white;
}

.w-100 {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.break--all {
  white-space: unset;
  word-break: break-all;
}
.break--word {
  white-space: unset;
  word-break: break-word;
}

.collapse-form__card {
  padding: 0;
  border-width: 0;
  border-color: #cccccc;
  transition: all 0.5s;
}
.collapse-form__card h5 {
  display: flex;
  align-items: center;
}
.collapse-form__card.show {
  border-width: 1px;
}
.collapse-form__card.show .collapse-form__card__header label i {
  transform: rotate(-180deg);
}
.collapse-form__card.show .collapse-form__card__header button[type=submit] {
  display: none;
}
.collapse-form__card__header {
  padding: 5px;
}
.collapse-form__card__header label {
  cursor: pointer;
  font-size: 16px;
}
.collapse-form__card__header label i {
  transition: all 0.2s;
  width: 14px;
}
.collapse-form__card__body {
  padding: 0;
}
.collapse-form__card__body textarea {
  padding: 10px;
  border-color: #cccccc;
}
.collapse-form__card__footer {
  padding: 5px;
}
.collapse-form__card__footer .fields {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 10px;
}
.collapse-form__card__footer .fields__field {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.collapse-form__card__footer .fields__field .field--label {
  font-weight: bold;
  margin-right: 5px;
}
.collapse-form__card__footer .fields__field .field--label::after {
  content: ":";
}
.collapse-form__card .toggle {
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin-right: 10px;
}
.collapse-form__card .toggle-handle {
  border-radius: 8px;
  border: 1px solid #cccccc;
  background: radial-gradient(ellipse, white, #e6e6e6 120%);
}

.last-message {
  display: flex;
  flex-direction: column;
}
.last-message.show .last-message__list {
  max-height: 450px;
  overflow-y: auto;
}
.last-message:not(.show) .last-message__wrapper:nth-child(n+3) {
  display: none;
}
.last-message p {
  margin: 0;
}
.last-message__header {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.last-message__list {
  margin-bottom: 6px;
}
.last-message__wrapper {
  margin-bottom: 10px;
}
.last-message__title {
  font-weight: bold;
}
.last-message__content {
  color: #4f4a4b;
}
.last-message__toggle label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.last-message__toggle label > *:not(:last-child) {
  margin-right: 5px;
}
.last-message__toggle label i {
  transition: all 0.5s;
}
.last-message__toggle label i.show {
  transform: rotate(180deg);
}

.page-messages {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.page-messages__message {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=main_additional.css.map */