.def-text-2 {
  font-size: 16px;
  line-height: 24px;
}

.loader-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  color: #060c32;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}

.loader-percent::after {
  content: "%";
}

.loader-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.ml-0 {
  margin-left: 0;
}
.mb-48 {
  margin-bottom: 48px;
}
.mr-14 {
  margin-right: 14px;
}
.p-10 {
  padding: 10px;
}

.justify-start {
  justify-content: start;
}

.result-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 350px;
  height: 100%;
  padding: 24px 32px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(91, 104, 113, 0.24),
    0px 0px 1px 0px rgba(26, 32, 36, 0.32);
  overflow: auto;
}
.result-sidebar__row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}
.result-sidebar__row--border {
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.result-sidebar__bottom {
  margin-top: auto;
}
.w-full {
  width: 100%;
}
.dbl-btns.dbl-btns--10 .btn:not(:last-child) {
  margin-right: 10px;
}
.max-w-130 {
  max-width: 130px;
}
.input-units {
  position: relative;
}
.input-units input {
  position: relative;
  padding-right: 40px;
}
.input-units::after {
  content: attr(data-units);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #060c32;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.3;
}

.list-docs--body {
  --gutter-x: 5px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.list-docs--body .doc-item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.optional-view {
  display: none;
}
.optional-view.active {
  display: block;
}

.max-w-200 {
  max-width: 200px;
}

.add-files-btn--secondary {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.h-full {
  height: 100%;
}
/* .btn--shadow:not(.active, .active-tab) .ico {
  opacity: 0.6;
} */