@charset "UTF-8";
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

button,
input,
optgroup,
select,
fieldset,
textarea {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}

input:focus,
input:focus-visible {
  outline: none;
}

body a,
body a:hover {
  color: #1B1B1B;
  text-decoration: none;
}

html {
  font-size: 16px;
}

html body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.176;
  font-weight: 400;
  letter-spacing: 0.08px;
}

body h1,
body .h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(3.75rem, 3vw, 6.25rem);
  font-weight: 300;
  line-height: 5.625rem;
  letter-spacing: -1.5px;
}

body h2,
body .h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(2.5rem, 3vw, 3.875rem);
  font-weight: 300;
  line-height: 4.375rem;
  letter-spacing: -0.31px;
}

body h3,
body .h3 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(2rem, 3vw, 3.125rem);
  font-weight: 400;
  line-height: 3.75rem;
  letter-spacing: 0px;
}

body h4,
body .h4 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1.5625rem, 3vw, 2.1875rem);
  font-weight: 400;
  line-height: 2.8125rem;
  letter-spacing: 0.088px;
}

body h5,
body .h5 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1.125rem, 3vw, 1.5625rem);
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0px;
}

body h6,
body .h6 {
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1rem, 3vw, 1.3125rem);
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.032px;
}

.subtitle {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.038px;
}

html,
body {
  height: 100%;
  margin: 0;
  color: #1B1B1B;
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0A2771;
}

.container {
  width: 100%;
  max-width: 95.5rem;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  min-height: 2.5rem;
  background: #54ADED;
  color: #051439;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.188px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, fill 0.3s ease, stroke 0.3s ease;
  white-space: nowrap;
}
.btn .icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: currentColor;
  display: block;
}

.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
  color: #fff;
  fill: #fff;
  background: #0F3AA9;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.primary-btn:active {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.primary-btn--dark {
  color: #fff;
  background-color: #1474B8;
}

.secondary-btn {
  border: 1px solid #0F3AA9;
  color: #0F3AA9;
  background-color: transparent;
}
.secondary-btn:hover, .secondary-btn:focus {
  background: #DAEDFB;
}
.secondary-btn:active {
  background: #91CAF3;
}

.thirdy-btn {
  background: transparent;
  color: var(--main-1, #0F3AA9);
}
.thirdy-btn:hover, .thirdy-btn:focus, .thirdy-btn:active {
  background: var(--Main--3, #DAEDFB);
}
.thirdy-btn:active {
  background: var(--Main--2, #91CAF3);
}

.btn--hidden {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.btn--up {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background: #0F3AA9 url("../images/up.svg") center no-repeat;
  border-radius: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  cursor: pointer;
  z-index: 10;
}

body:has(.auth) .header__btn,
body:has(.form__item--yellow-bg) .header__btn {
  display: none;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  gap: 1rem;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__logo-img {
  height: 2.5rem;
}

.header__subtitle {
  color: #EEF6FB;
  margin-bottom: 2px;
}

.header__title {
  color: #fff;
}

@media screen and (max-width: 75rem) {
  .header__title.h5 {
    line-height: 1.3;
  }
  .header__wrapper,
  .header__logo {
    align-items: start;
  }
}
@media screen and (max-width: 62rem) {
  .header__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
}
main {
  flex: 1;
  display: block;
}

.main--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  border-radius: 4px;
  background: #91CAF3;
  width: 100%;
  max-width: 61.625rem;
  text-align: center;
  padding: 2rem;
  animation: slideInFromBottom 0.5s ease-out forwards;
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .form {
    animation: none;
  }
}
.nav__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}
.nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 4px;
  padding: 1rem;
  color: #6E6E6E;
  background: #CFCFCF url("../images/chek.svg") no-repeat 16px center;
  transition: background 0.3s ease, color 0.3s ease;
}
.nav__item svg path {
  transition: fill 0.3s ease;
}
.nav__item:first-child:hover, .nav__item:first-child.nav__item--active {
  background: #E6C229 url("../images/chek-active.svg") no-repeat 16px center;
  color: #1B1B1B;
}
.nav__item:first-child:hover svg path, .nav__item:first-child.nav__item--active svg path {
  fill: #1B1B1B;
}
.nav__item:last-child:hover, .nav__item:last-child.nav__item--active {
  background: #6BA53A url("../images/chek-active.svg") no-repeat 16px center;
  color: #1B1B1B;
}
.nav__item:last-child:hover svg path, .nav__item:last-child.nav__item--active svg path {
  fill: #1B1B1B;
}

.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth__title {
  margin-bottom: 1.5rem;
}

.auth__input {
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #fff;
  padding: 1rem;
  color: #454545;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 38rem;
}

.captcha {
  margin: 0.5rem 0 1.5rem;
}

.form__items {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
}

.form__item {
  width: 100%;
  max-width: 453px;
  min-height: 218px;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.form__item--yellow-bg {
  background-color: #E6C229;
}
.form__item--green-bg {
  background-color: #6BA53A;
}
.form__item--yellow-bg:hover, .form__item--green-bg:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.15), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.form__item--upload {
  min-height: 290px;
 min-height: 330px;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #fff;
}
.form__item--yellow-border {
  border: 1px solid #E6C229;
}
.form__item--yellow-border .form__item-header {
  background: url("../images/hay.svg") no-repeat left center;
}
.form__item--yellow-border .form__file-text {
  background: #E6C229;
}
.form__item--green-border {
  border: 1px solid #6BA53A;
}
.form__item--green-border .form__item-header {
  background: url("../images/barn.svg") no-repeat left center;
}
.form__item--green-border .form__file-text {
  background: #6BA53A;
}

.form__item-header {
  display: flex;
  gap: 1rem;
  text-align: left;
  padding-left: 72px;
  min-height: 56px;
}

.form__status {
  padding-left: 1.875rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.048px;
}
.form__status.form__status--error {
  background: url("../images/error.svg") no-repeat left center;
}
.form__status.form__status--success {
  background: url("../images/success.svg") no-repeat left center;
}

.form__file {
  width: 100%;
}

.form__file-label {
  position: relative;
  width: 100%;
}

.form__file-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 0.9375rem;
  letter-spacing: 0.188px;
  text-transform: uppercase;
  color: #1B1B1B;
  text-align: center;
  border-radius: 4px;
  height: 5.75rem;
  padding: 1rem;
  transition: background-color 0.3s;
  cursor: pointer;
}

.form__file-text:hover .form__svg-arrow {
  animation: upAndDown 0.4s ease-out infinite alternate;
}

@keyframes upAndDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20%);
  }
}
.form__file-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.form__file-name {
  position: absolute;
  bottom: 3.438rem;
    bottom: 4.938rem;
  max-width: 16.563rem;
  text-align: left;
  color: #051439;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.038px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
}
.form__file-row {
width:100%;
}
.form__file-row lable {
margin-right:16px;
}
.form__file-name::before {
  content: url("../images/file.svg");
  display: inline-block;
}

.form__file-name:empty::before {
  display: none;
}

.main__wrapper {
  padding: 0;
}

.back {
  background: url("../images/arrow-back.svg") no-repeat left center;
  padding: 6px 0;
  background-size: 1.5rem;
  padding-left: 36px;
  color: var(--main-3, #051439);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  display: inline-block;
  float: left;
}
.search {
    position: relative;
    z-index: 2;
}
.search__form {
  padding: 1.5rem 0;
  width: 100%;
}

.search .container {
  padding: 0 2rem;
}
.search.search--senazh {
  background-color: #E6C229;
}
.search.search--silos {
  background-color: #6BA53A;
}
.search__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.search__title {
  font-family: "IBM Plex Serif", serif;
  color: #051439;
  margin-right: auto;
}
.search__title.h6 {
  margin-right: 0;
  text-align: center;
}
.search__selects {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.search__header {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.search__arrow {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow-next.svg") no-repeat left center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}

.search__form--active .search__arrow {
  background: url("../images/arrow-next-blue.svg") no-repeat left center;
}

.choices {
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #fff;
  color: #454545;
  height: 3rem;
  flex: 1;
  min-width: 0;
  font-size: inherit;
  padding: 0.9rem 1rem 1.1rem 1rem;
  margin: 0;
}

.custom-select {
  height: 100%;
}

.choices__list--single {
  padding: 0;
}

.choices__item--disabled {
  display: none;
}

.choices__list--dropdown {
  left: 0;
}

.choices[data-type*=select-one]::after {
  content: url("../images/expand-arrow.svg");
  border: none;
  right: 12px;
  margin: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotateX(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.search__form--active .choices[data-type*=select-one]::after {
  content: url("../images/expand-arrow-blue.svg");
}

.choices[data-type*=select-one].is-open::after {
  transform: translateY(-10%) rotateX(-180deg);
}

.buttons {
  display: flex;
  gap: 8px;
}

table {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.table__wrapper {
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table__wrapper::-webkit-scrollbar {
  display: none;
}

.table-wrapper.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.fab {
  position: fixed;
  right: 16px;
  top: 50%;
  border-radius: 32px;
  background: var(--Neitral--1, #CFCFCF);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  z-index: 1111;
  padding: 0.5rem;
  cursor: pointer;
}

.table__wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 100vh;
}

.table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table th,
.table td {
  padding: 0.5rem;
  border: 1px solid #91CAF3;
  background: #fff;
  vertical-align: top;
}

.table thead th {
  background: var(--Main--3, #DAEDFB);
  color: #051439;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-align: left;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  border: 1px solid #91CAF3;
  vertical-align: middle;
  min-width: 113px;
}

.table tbody td {
  vertical-align: bottom;
}

.table tbody td:not(:has(div)) {
  white-space: nowrap;
}

.table tfoot,
.table tfoot th,
.table tfoot td {
  position: sticky;
  bottom: 0;
  background: midnightblue;
  color: #fff;
  z-index: 4;
  vertical-align: bottom;
}

.table tfoot th {
  font-family: "IBM Plex Serif";
}

.table tfoot th,
.table tfoot td {
  background: var(--Main--4, #EEF6FB);
  border: 1px solid #91CAF3;
  color: var(--neitral-3, #1B1B1B);
  /* Основной текст */
  font-family: "IBM Plex Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 117.647% */
  letter-spacing: 0.085px;
}

.table tfoot th {
  font-family: "IBM Plex Serif";
  line-height: 22px;
  /* 129.412% */
  letter-spacing: 0.026px;
}

.table tfoot td:not(:has(div)) {
  white-space: nowrap;
}

.table tfoot td:has(.cell) {
  vertical-align: top;
  padding: 8px 0;
}

th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #DAEDFB;
  border: 1px solid #91CAF3;
  color: var(--neitral-3, #1B1B1B);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.026px;
  vertical-align: middle;
  min-width: 223px;
  text-align: left;
  background-image: url("../images/arrow-forward.svg");
  background-repeat: no-repeat;
  background-position: 95% 80%;
}

.table .label {
  font-family: "IBM Plex Sans";
  color: var(--neitral-2, #454545);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  text-align: left;
  margin-bottom: 4px;
  max-width: 80px;
  text-transform: none;
  white-space: normal;
}

.table th:has(.label),
.table td:has(.label) {
  white-space: nowrap;
  text-align: right;
  color: #1B1B1B;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.038px;
}

.table th:has(.label) .title {
  text-align: left;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.026px;
  text-transform: none;
}

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

thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

.cell__label {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  padding: 4px 8px;
  margin: 0 auto;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.038px;
  white-space: nowrap;
}

.table .bg-blue {
  background: #2FF3FE;
}

.table .bg-blue-light {
  background: #EEF6FB;
}

.cell__label.bg-blue {
  background: #2FF3FE;
  color: #01474C;
}

.table .bg-yellow {
  background: #FFEF8F;
}

.cell__label.bg-yellow {
  color: #5C4C00;
  background: #FFEF8F;
}

.table .bg-orange {
  background: #FFC18A;
}

.cell__label.bg-orange {
  background: #FFC18A;
  color: #5C2A00;
}

.table .bg-grey {
  background: #E3E3E3;
}

.cell__label.bg-grey {
  background: #E3E3E3;
  color: #454545;
}

.cell__value {
  white-space: nowrap;
}

.cell__value span {
  display: inline-block;
  padding: 8px;
}

.cell__value span:first-child:has(+ span) {
  padding-right: 12px;
  border-right: 1px solid #91CAF3;
}

.table .bg-gray-dark {
  background: #EDEDED;
}

.table .bg-gray-light {
  background: #F7F7F7;
}

.table .border-right--white {
  border-right-color: #fff;
}

.table .border-left--white {
  border-left-color: #fff;
}

.table .border-left--white:has(+ .border-left--white) {
  border-right-color: #fff;
}

.table .border-right--blue {
  border-right-color: #DAEDFB;
}

.table .border-left--blue {
  border-left-color: #DAEDFB;
}

.table .border-left--blue:has(+ .border-left--blue) {
  border-right-color: #DAEDFB;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.modal-table-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

.modal .fab {
  right: 1rem;
}

.modal-btn {
  display: none;
  position: fixed;
  bottom: 5.5rem;
  right: 16px;
  padding: 12px 20px 12px 12px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99999;
  border-radius: 32px;
  border: 2px solid var(--main-1, #0F3AA9);
  background: var(--Neitral--1, #CFCFCF);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--main-2, #0A2771);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
}

body:has(.is-open) .modal-btn {
  display: block !important;
  bottom: 1rem;
}

.modal-btn span {
  align-items: center;
}

.modal-btn span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.modal-btn .modal-btn--open::before {
  background-image: url("../images/expand-window.svg");
}

.modal-btn .modal-btn--close::before {
  background-image: url("../images/hide-window.svg");
}

body:has(.is-open) .modal-btn--open,
.modal-btn .modal-btn--close {
  display: none;
}

.modal-btn .modal-btn--open,
body:has(.is-open) .modal-btn--close {
  display: flex;
}

.modal .table__wrapper {
  height: calc(100vh - 80px);
}

.table__wrapper:has(.table--rayon) {
  height: auto;
}

.table--rayon tr:nth-child(odd) th {
  border-bottom: none;
  background-position: 95% 50%;
}

.table--rayon tr:nth-child(even) th {
  background-image: none;
  border-top: none;
}

.table--rayon tr:nth-child(even) td {
  background: #DAEDFB !important;
}

.table--rayon td:has(.cell__label) {
  min-width: 124px;
  text-align: center;
}

.table--rayon tr:nth-child(odd) td {
  color: #051439;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  white-space: normal;
  min-width: 124px;
  background: #EEF6FB !important;
  vertical-align: middle;
}

.table--org th,
.table--org td {
  min-width: 100px;
}

.table--org td:has(.cell__label) {
  text-align: center;
}

.table--org tbody th {
  display: flex;
  background-image: none;
  align-items: flex-end;
  background: var(--Main--4, #EEF6FB);
}

.table--org thead tr th:nth-last-child(-n+8),
.table--org tbody tr td:nth-last-child(-n+11),
.table--org tfoot tr td:nth-last-child(-n+11) {
  text-align: center;
  min-width: 90px;
}

.table--org tbody th:has(.cell) {
  padding: 0.5rem 0;
}

.table--org tbody th .cell {
  min-width: 100px;
  padding: 0 0.5rem;
}

.table--org tbody th .cell:first-child {
  border-right: 1px solid #91CAF3;
}

.table--org tbody th .cell .value {
  color: var(--neitral-3, #1B1B1B);
  font-family: "IBM Plex Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.085px;
  text-align: left;
}

.table--org thead th {
  background: var(--Main--3, #DAEDFB);
}

.table--org thead th:first-child .title {
  color: var(--neitral-3, #1B1B1B);
  font-family: "IBM Plex Serif";
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.032px;
  white-space: nowrap;
}

.limit {
  color: #8F4400;
}

.table--silos tfoot tr td:nth-last-child(-n+8),
.table--org tfoot tr td:nth-last-child(-n+7) {
  vertical-align: top;
}

.table--silos tfoot tr td:nth-last-child(-n+8) span,
.table--org tfoot tr td:nth-last-child(-n+7) span {
  border-radius: 32px;
  background: #E3E3E3;
  padding: 4px 8px;
  color: #454545;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.038px;
  display: inline-block;
}

.table--silos .cell--yes {
  background: #EEF6FB url("../images/yes.svg") no-repeat center !important;
  color: #EEF6FB;
}

.table--org-silos .table .cell--yes {
  background: #EEF6FB url("../images/yes.svg") no-repeat center;
  color: #EEF6FB;
}

.table .cell--yes {
  background: #EEF6FB url("../images/yes.svg") no-repeat center;
  color: #EEF6FB;
}

.table .cell--no {
  background: #EEF6FB url("../images/no.svg") no-repeat center;
  color: #EEF6FB;
}

.table__wrapper:has(.table--ferma) {
  background: var(--Main--3, #DAEDFB);
  height: auto;
  overflow: unset;
}

.table--ferma .table {
  min-width: -moz-min-content;
  min-width: min-content;
}

.table__header-wrapper {
  position: sticky;
  top: 16px;
}

.table--ferma {
  display: flex;
}

.table__header {
  padding: 24px 16px;
  border-right: 1px solid #91CAF3;
}

.table__header .label {
  color: var(--neitral-2, #454545);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  white-space: nowrap;
  margin-bottom: 4px;
}

.table__details {
  padding: 1rem 0 2rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table__details::-webkit-scrollbar {
  display: none;
}

.table__details .subtitle {
  color: var(--neitral-3, #1B1B1B);
  font-weight: 500;
  font-family: "IBM Plex Serif";
  margin: 19px 0;
  text-align: center;
}

.table--ferma .cell__value {
  text-align: center;
}

.table__details .table:last-child th {
  text-align: center;
}

.table__details .table:last-child td {
  vertical-align: middle;
}

.table--ferma .cell--yes {
  background: #fff url("../images/yes.svg") no-repeat center;
  color: #fff;
}

.table--ferma .cell--no {
  background: #fff url("../images/no.svg") no-repeat center;
  color: #fff;
}

.table--custom-color tbody tr td {
  background: #fff !important;
}

.table--ferma th {
  position: static !important;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: #fff;
  padding: 1rem 0;
}

.footer__developer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer__developer-subtitle {
  color: #CFCFCF;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer__developer-name {
  white-space: nowrap;
}

@media screen and (max-width: 62rem) {
  .footer__wrapper {
    flex-direction: column;
    align-items: start;
  }
}/*# sourceMappingURL=main.css.map */