a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s; }
  a:hover {
    color: #9F8640;
    text-decoration: none; }

body {
  background: rgba(159, 134, 64, 0.05) url("/img/bg.svg") no-repeat 113px top;
  color: #2c404a;
  display: flex;
  flex-direction: column;
  font-family: 'Acumin Pro', Arial;
  line-height: 1.2;
  min-height: 100vh; }

button {
  color: inherit;
  cursor: pointer;
  transition: all 0.25s; }
  button:active {
    box-shadow: none; }
  button:focus {
    box-shadow: none;
    outline: 0; }
  button:hover {
    color: #9F8640; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px;
  font-weight: 600; }

h5 {
  font-size: 14px;
  font-weight: 600; }

html {
  height: 100%;
  scroll-behavior: smooth; }

img {
  max-width: 100%; }

input:focus {
  outline: 0; }

label {
  cursor: pointer;
  margin: 0; }
  label .label-prefix {
    flex: 0 0 18px; }

p:last-child {
  margin-bottom: 0; }

select {
  cursor: pointer; }

select:focus {
  outline: 0; }

textarea {
  cursor: pointer; }

*:focus {
  box-shadow: none;
  outline: none; }

iframe {
  border: none;
  min-height: 500px; }

.tox iframe {
  min-height: 0; }

.accordion .card {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 5px 35px 0 #e7e8e9;
  margin-bottom: 15px;
  padding: 0; }
  .accordion .card-body {
    padding-left: 40px;
    padding-right: 40px; }
  .accordion .card-header {
    background: transparent;
    border-bottom: 0;
    display: flex;
    padding: 0; }
.accordion__toggler {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 15px;
  padding: 30px 40px;
  width: 100%; }
  .accordion__toggler::after {
    border-bottom: 2px solid #9F8640;
    border-right: 2px solid #9F8640;
    content: "";
    height: 8px;
    margin-left: auto;
    transform: rotate(-135deg);
    transition: all 0.25s;
    width: 8px; }
  .accordion__toggler.collapsed::after {
    transform: rotate(45deg); }
@media (max-width: 575px) {
  .accordion .card-body {
    padding-left: 1rem;
    padding-right: 1rem; }
  .accordion__toggler {
    padding: 1rem; } }

.agenda {
  display: flex;
  flex-direction: column;
  height: 100svh;
  padding-bottom: 40px; }
  .agenda__body {
    display: grid;
    flex-grow: 1;
    gap: 20px;
    grid-template-columns: 366px 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  .agenda__day {
    background: rgba(159, 134, 64, 0.15);
    color: rgba(44, 64, 74, 0.5);
    display: grid;
    font-size: 14px;
    grid-auto-rows: 30px;
    grid-template-columns: 54px 1fr;
    padding: 42px 40px 12px; }
    .agenda__day-content {
      border-top: 1px solid rgba(159, 134, 64, 0.3);
      display: flex;
      gap: 3px;
      padding: 3px 0 3px 9px; }
      .agenda__day-content:nth-child(4n) {
        margin-left: 9px;
        padding-left: 0; }
    .agenda__day-event {
      align-items: center;
      background: #6AADF2;
      border-radius: 4px;
      color: #2c404a;
      display: flex;
      font-size: 12px;
      font-weight: 700;
      height: 100%;
      justify-content: center;
      text-overflow: ellipsis;
      overflow: hidden;
      padding: 3px 10px 0;
      text-align: center;
      white-space: nowrap;
      width: 100%; }
      .agenda__day-event.green {
        background: #6fcc16; }
      .agenda__day-event a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.75; }
        .agenda__day-event a:hover {
          color: inherit; }
    .agenda__day-time {
      transform: translateY(-25%); }
  .agenda__calendar {
    align-self: start;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(60, 60, 60, 0.2);
    margin-bottom: 5px;
    padding: 8px 34px 40px; }
    .agenda__calendar .daterangepicker {
      border: 0;
      display: block !important;
      position: static; }
      .agenda__calendar .daterangepicker::after, .agenda__calendar .daterangepicker::before {
        content: none; }
      .agenda__calendar .daterangepicker.single .drp-calendar.left {
        float: none;
        max-width: 100%;
        padding: 0; }
      .agenda__calendar .daterangepicker .drp-calendar.left .calendar-table {
        padding: 0; }
      .agenda__calendar .daterangepicker .calendar-table table td {
        border: 1px solid #e7ebf0;
        border-radius: 0;
        font-size: 14px;
        padding: 10px 2px 15px;
        position: relative;
        text-align: center; }
        .agenda__calendar .daterangepicker .calendar-table table td.today {
          background: radial-gradient(circle at center 22px, rgba(159, 134, 64, 0.3) 14px, transparent 15px);
          color: #2c404a; }
        .agenda__calendar .daterangepicker .calendar-table table td:first-child {
          border-left: 0; }
        .agenda__calendar .daterangepicker .calendar-table table td:last-child {
          border-right: 0; }
        .agenda__calendar .daterangepicker .calendar-table table td.term-tag::after {
          border-radius: 50%;
          bottom: 3px;
          content: "";
          height: 10px;
          left: 3px;
          position: absolute;
          width: 10px;
          background-color: #000; }
        .agenda__calendar .daterangepicker .calendar-table table td.blue::after {
          background: #6AADF2;
          border-radius: 50%;
          bottom: 3px;
          content: "";
          height: 10px;
          left: 3px;
          position: absolute;
          width: 10px; }
        .agenda__calendar .daterangepicker .calendar-table table td.green::after {
          background: black;
          border-radius: 50%;
          bottom: 3px;
          content: "";
          height: 10px;
          left: 3px;
          position: absolute;
          width: 10px; }
        .agenda__calendar .daterangepicker .calendar-table table td.navy::after {
          background: #004F9F;
          border-radius: 50%;
          bottom: 3px;
          content: "";
          height: 10px;
          left: 3px;
          position: absolute;
          width: 10px; }
        .agenda__calendar .daterangepicker .calendar-table table td.primary::after {
          background: #9F8640;
          border-radius: 50%;
          bottom: 3px;
          content: "";
          height: 10px;
          left: 3px;
          position: absolute;
          width: 10px; }
      .agenda__calendar .daterangepicker .calendar-table table thead tr + tr th {
        border: 1px solid #e7ebf0;
        border-radius: 0;
        color: rgba(44, 64, 74, 0.5);
        padding: 8px; }
        .agenda__calendar .daterangepicker .calendar-table table thead tr + tr th:first-child {
          border-left: 0; }
        .agenda__calendar .daterangepicker .calendar-table table thead tr + tr th:last-child {
          border-right: 0; }
      .agenda__calendar .daterangepicker td.active, .agenda__calendar .daterangepicker td.active:hover {
        background: #9F8640; }
      .agenda__calendar .daterangepicker .calendar-table table tr:last-child td {
        border-bottom: 0; }
      .agenda__calendar .daterangepicker .month, .agenda__calendar .daterangepicker .next, .agenda__calendar .daterangepicker .prev {
        padding-bottom: 0; }
      .agenda__calendar .daterangepicker .next, .agenda__calendar .daterangepicker .prev {
        padding: 24px 0; }
        .agenda__calendar .daterangepicker .next span, .agenda__calendar .daterangepicker .prev span {
          border-color: #9F8640;
          transition: all 0.25s; }
      .agenda__calendar .daterangepicker .next:hover, .agenda__calendar .daterangepicker .prev:hover {
        background: transparent; }
        .agenda__calendar .daterangepicker .next:hover span, .agenda__calendar .daterangepicker .prev:hover span {
          border-color: #2c404a; }
      .agenda__calendar .daterangepicker select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        color: #2c404a;
        font: 600 18px 'Acumin Pro', Arial;
        padding: 24px 0; }
      .agenda__calendar .daterangepicker select.monthselect {
        text-align: right;
        width: 49%;
        line-height: 1.5; }
      .agenda__calendar .daterangepicker select.yearselect {
        width: 49%; }
      .agenda__calendar .daterangepicker option {
        font-size: 14px;
        font-weight: 400; }
    .agenda__calendar .events {
      position: absolute;
      display: flex;
      gap: 0px 5px;
      bottom: 3px;
      left: 3px;
      pointer-events: none; }
      .agenda__calendar .events .event {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
  .agenda__header {
    background: #ffffff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 2px 4px 0 rgba(60, 60, 60, 0.2);
    display: flex;
    min-height: 89px;
    padding: 0 40px; }
    .agenda__header-tabs {
      display: flex;
      flex-shrink: 0;
      font-size: 14px;
      gap: 12px;
      margin-left: auto; }
      .agenda__header-tabs-item {
        align-items: center;
        border-bottom: 3px solid transparent;
        color: rgba(44, 64, 74, 0.7);
        cursor: pointer;
        display: flex;
        font-weight: 600;
        gap: 10px;
        padding: 8px; }
        .agenda__header-tabs-item.active {
          border-color: #9F8640;
          color: #2c404a;
          font-weight: bold; }
          .agenda__header-tabs-item.active .icon {
            color: #9F8640; }
        .agenda__header-tabs-item:hover {
          color: #9F8640; }
      .agenda__header-tabs .icon {
        color: #9baab2;
        font-size: 24px;
        margin-top: -4px; }
  .agenda__main {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .agenda__scroll {
    height: 100%;
    overflow: auto; }
  .agenda__schedule {
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: auto; }
    .agenda__schedule-event {
      align-items: center;
      background: #ffffff;
      border-radius: 6px;
      box-shadow: 0 2px 4px 0 rgba(60, 60, 60, 0.2);
      display: flex;
      font-size: 15px;
      font-weight: 600;
      gap: 10px;
      height: 60px;
      padding-right: 32px;
      position: relative; }
      .agenda__schedule-event::after {
        border-bottom: 2px solid #9baab2;
        border-right: 2px solid #9baab2;
        content: "";
        height: 10px;
        position: absolute;
        right: 16px;
        transform: rotate(-45deg) translate(-15%, 15%);
        width: 10px; }
      .agenda__schedule-event .stripe {
        border-radius: 2px;
        margin-left: 8px;
        position: absolute;
        top: 10px;
        bottom: 10px;
        width: 4px;
        background: green; }
      .agenda__schedule-event span.name {
        margin-left: 32px; }
      .agenda__schedule-event span.small {
        position: relative;
        top: 2px;
        font-size: 12px;
        color: #9baab2; }
      .agenda__schedule-event.blue::before {
        background: #6AADF2; }
      .agenda__schedule-event.green::before {
        background: #6fcc16; }
      .agenda__schedule-event.navy::before {
        background: #004F9F; }
    .agenda__schedule-month {
      align-items: center;
      color: #9baab2;
      display: flex;
      font-size: 12px;
      font-weight: 600;
      height: 53px;
      padding-top: 10px;
      text-transform: uppercase; }
    .agenda__schedule .no-terms {
      margin-top: 20px;
      padding-left: 5px; }
  .agenda__tab-toggle {
    flex-grow: 1;
    overflow: hidden; }
    .agenda__tab-toggle.hidden {
      display: none; }
  .agenda__title {
    align-items: center;
    align-self: center;
    color: #2c404a;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    gap: 9px;
    margin-bottom: 0; }
    .agenda__title.schedule .agenda__title-arrow {
      display: none; }
    .agenda__title.schedule .agenda__title-text {
      display: none; }
    .agenda__title.schedule .agenda__title-text + .agenda__title-text {
      display: inline; }
    .agenda__title-arrow {
      align-items: center;
      background: rgba(159, 134, 64, 0.2);
      border: 0;
      border-radius: 6px;
      color: #9F8640;
      display: flex;
      height: 24px;
      justify-content: center;
      margin-left: 20px;
      padding: 0;
      width: 24px; }
      .agenda__title-arrow::before {
        border-left: 2px solid;
        border-top: 2px solid;
        content: "";
        height: 10px;
        transform: rotate(-45deg) translate(20%, 20%);
        width: 10px; }
      .agenda__title-arrow:hover {
        color: #2c404a; }
      .agenda__title-arrow:last-child {
        margin-left: 0;
        transform: rotate(180deg); }
    .agenda__title-text + .agenda__title-text {
      display: none; }
  .agenda .btn-agenda-next {
    margin-top: 20px; }
  @media (max-width: 1399px) {
    .agenda__body {
      grid-template-columns: 300px 1fr; }
    .agenda__day {
      padding-left: 20px;
      padding-right: 20px; }
    .agenda__calendar {
      padding: 20px 16px; }
    .agenda__header {
      min-height: 60px;
      padding: 0 20px; }
      .agenda__header-tabs-item {
        font-size: 12px;
        gap: 5px; }
        .agenda__header-tabs-item .icon {
          font-size: 20px; }
    .agenda__schedule-event {
      font-size: 14px; }
    .agenda__title {
      font-size: 20px; } }
@media (max-width: 991px) {
  .agenda {
    height: auto; }
    .agenda__body {
      grid-template-columns: none;
      overflow: visible; }
    .agenda__calendar {
      max-width: 400px; }
    .agenda__main {
      max-height: calc(100svh - 40px); } }
@media (max-width: 575px) {
  .agenda__day {
    padding-left: 16px;
    padding-right: 16px; }
  .agenda__title {
    font-size: 18px;
    gap: 4px; }
    .agenda__title-arrow {
      margin-left: 4px; }
  .agenda__header {
    padding-left: 16px;
    padding-right: 10px; }
    .agenda__header-tabs {
      gap: 0; } }

.agenda-detail {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 40px minmax(0, 950px); }
  .agenda-detail__back {
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(44, 64, 74, 0.15);
    color: #9F8640;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    width: 40px; }
    .agenda-detail__back:hover {
      background: rgba(155, 170, 178, 0.2); }
  .agenda-detail__box {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(44, 64, 74, 0.15);
    display: grid;
    grid-template-columns: 1.5fr 1fr; }
    .agenda-detail__box-footer {
      border-left: 1px solid #e7ebf0;
      display: flex;
      flex-direction: column;
      padding: 50px; }
      .agenda-detail__box-footer .btn {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); }
      .agenda-detail__box-footer .link {
        text-decoration: underline; }
        .agenda-detail__box-footer .link:hover {
          text-decoration: none; }
      .agenda-detail__box-footer .interested-text {
        color: #9baab2; }
    .agenda-detail__box-main {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 50px; }
      .agenda-detail__box-main p {
        line-height: 1.6; }
  .agenda-detail__info {
    align-items: center;
    color: #9baab2;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 20px;
    margin-bottom: 18px; }
  .agenda-detail__labels {
    display: flex;
    gap: 7px;
    margin-top: -4px; }
    .agenda-detail__labels-item {
      background: #2c404a;
      border-radius: 6px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      padding: 4px 6px 0; }
      .agenda-detail__labels-item.blue {
        background: #6AADF2; }
      .agenda-detail__labels-item.green {
        background: #6fcc16;
        color: #004F9F; }
      .agenda-detail__labels-item.navy {
        background: #004F9F; }
      .agenda-detail__labels-item.orange {
        background: #f79240; }
      .agenda-detail__labels-item.primary {
        background: #9F8640; }
      .agenda-detail__labels-item.red {
        background: #cc164d; }
  .agenda-detail__link {
    align-items: center;
    background: rgba(155, 170, 178, 0.2);
    border-radius: 7px;
    color: #9F8640;
    font-size: 15px;
    padding: 20px 20px 20px 57px;
    text-decoration: underline;
    position: relative; }
    .agenda-detail__link .icon {
      font-size: 20px;
      left: 20px;
      margin-top: -4px;
      position: absolute; }
  @media (max-width: 767px) {
    .agenda-detail__box {
      grid-template-columns: none; }
      .agenda-detail__box-footer {
        align-items: center;
        border-left: 0;
        border-top: 1px solid #e7ebf0; } }
@media (max-width: 575px) {
  .agenda-detail {
    gap: 15px; }
    .agenda-detail__box-footer {
      padding: 20px; }
    .agenda-detail__box-main {
      font-size: 14px;
      padding: 20px; }
    .agenda-detail__link {
      font-size: 14px;
      padding: 15px 15px 15px 40px; }
      .agenda-detail__link .icon {
        left: 12px; }
    .agenda-detail__title {
      font-size: 20px; } }

.alert {
  border: 0;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 9px;
  pointer-events: all; }
  .alert-danger {
    background: #cc164d; }
  .alert-success {
    background: #6fcc16; }
  .alert-warning {
    background: #f79240; }
  .alert-info {
    background: #6AADF2; }
  .alert:not(.show) {
    pointer-events: none; }
  .alert a.btn {
    text-decoration: none; }

.alerts {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin-top: 10px;
  position: absolute;
  right: 0;
  z-index: 10;
  pointer-events: none; }

.asset-status-draft {
  background: #fffde7; }

.badge {
  padding: 5px 5px 2px;
  color: #ffffff; }
  .badge-primary {
    background-color: #9F8640; }
  .badge-danger {
    background-color: #cc164d; }
  .badge-success {
    background-color: #6fcc16; }
  .badge-warning {
    background-color: #f79240; }
  .badge-light {
    background-color: #ced4da; }

.box {
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
  padding: 30px; }
  .box hr {
    margin: 26px -30px; }
  .box + .box {
    margin-top: 20px; }
  .box--small {
    padding: 15px 30px 10px; }
  .box--dark {
    background: #e8edf1; }
  .box--primary {
    background: rgba(159, 134, 64, 0.05); }
  .box--danger {
    background: rgba(204, 22, 77, 0.05); }
  .box__image {
    align-items: center;
    background: rgba(159, 134, 64, 0.05);
    display: flex;
    height: 180px;
    justify-content: center;
    padding: 15px; }
  @media (max-width: 575px) {
    .box {
      padding: 15px; }
      .box hr {
        margin-left: -15px;
        margin-right: -15px; }
      .box .form__box {
        background-color: rgba(159, 134, 64, 0.02);
        margin-left: -15px;
        margin-right: -15px; } }

.buttons {
  display: flex;
  gap: 15px 30px;
  justify-content: center;
  margin-bottom: 13px;
  margin-top: 4px; }

.row-eq .box {
  height: 100%; }

.form-part {
  margin: 0 -30px;
  padding: 20px 30px 12px;
  border-bottom: 1px solid #e7ebf0; }
  .form-part .form-part-head .form-group {
    margin-bottom: 0; }
  .form-part .form-part-head label {
    font-weight: bold;
    font-size: 16px;
    color: #2c404a !important; }
  .form-part .form-part-head .form__radio--checkbox-disabled label::after {
    border-bottom-color: #9f8640;
    border-right-color: #9f8640; }
  .form-part .form-part-head .label-description {
    font-size: 11px;
    margin-top: 2px; }
  .form-part .form-part-head .form__invalid {
    position: relative;
    top: 0;
    left: 30px;
    right: auto;
    font-weight: bold; }
  .form-part .form-part-content {
    padding-top: 15px; }
  .form-part:first-child, hr + .form-part {
    margin-top: -28px; }
  .form-part:last-child {
    border-bottom: none; }

.povdoc-client-icon {
  font-size: 20px;
  opacity: 0.85;
  padding-top: 5px; }

.povdoc-sub-container .povdoc-sub-item {
  margin: 0 -30px;
  padding: 0 30px;
  border-bottom: 1px solid #e7ebf0; }
  .povdoc-sub-container .povdoc-sub-item:last-child {
    border-bottom: none; }

.btn {
  align-items: center;
  background: #9F8640;
  border-color: #9F8640;
  border-radius: 20px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 10px 20px 7px;
  position: relative;
  text-align: left;
  transition: all 0.25s;
  white-space: normal; }
  .btn:focus {
    box-shadow: none;
    outline: none; }
  .btn:hover {
    background: rgba(159, 134, 64, 0.8);
    border-color: transparent;
    color: #ffffff; }
  .btn:disabled {
    background: #9F8640;
    border-color: #9F8640; }
  .btn .icon {
    font-size: 20px;
    margin-top: -4px; }
  .btn--lg {
    border-radius: 25px;
    padding-bottom: 12px;
    padding-top: 15px; }
  .btn--secondary, .btn--checkbox-vertical, .btn--checkbox-horizontal, .btn--checkbox-icon {
    background: #ffffff;
    border-color: rgba(44, 64, 74, 0.15);
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
    color: #2c404a; }
    .btn--secondary:hover, .btn--checkbox-vertical:hover, .btn--checkbox-horizontal:hover, .btn--checkbox-icon:hover {
      background: #9F8640;
      border-color: #9F8640;
      color: #ffffff; }
      .btn--secondary:hover.btn--red, .btn--checkbox-vertical:hover.btn--red, .btn--checkbox-horizontal:hover.btn--red, .btn--checkbox-icon:hover.btn--red {
        background: #cc164d;
        border-color: #cc164d; }
      .btn--secondary:hover.btn--orange, .btn--checkbox-vertical:hover.btn--orange, .btn--checkbox-horizontal:hover.btn--orange, .btn--checkbox-icon:hover.btn--orange {
        background: #f79240;
        border-color: #f79240; }
      .btn--secondary:hover.btn--green, .btn--checkbox-vertical:hover.btn--green, .btn--checkbox-horizontal:hover.btn--green, .btn--checkbox-icon:hover.btn--green {
        background: #6fcc16;
        border-color: #6fcc16; }
      .btn--secondary:hover.disabled, .btn--checkbox-vertical:hover.disabled, .btn--checkbox-horizontal:hover.disabled, .btn--checkbox-icon:hover.disabled {
        background: #ffffff;
        border-color: rgba(44, 64, 74, 0.15);
        box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
        color: #2c404a; }
    .btn--secondary:disabled, .btn--checkbox-vertical:disabled, .btn--checkbox-horizontal:disabled, .btn--checkbox-icon:disabled {
      background: #ffffff;
      border-color: rgba(44, 64, 74, 0.15); }
    .btn--secondary .icon, .btn--checkbox-vertical .icon, .btn--checkbox-horizontal .icon, .btn--checkbox-icon .icon {
      opacity: 0.85; }
  .btn--secondary-dark {
    background: #ffffff;
    border-color: rgba(44, 64, 74, 0.15);
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
    color: #2c404a; }
    .btn--secondary-dark:hover {
      background: #5E563D;
      border-color: #5E563D;
      color: #ffffff; }
    .btn--secondary-dark .icon {
      opacity: 0.85; }
  .btn--danger {
    background: #cc164d;
    border-color: #cc164d;
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
    color: #ffffff; }
    .btn--danger:hover {
      background: rgba(204, 22, 77, 0.8);
      border-color: transparent;
      color: #ffffff; }
    .btn--danger .icon {
      opacity: 0.85; }
  .btn--success {
    background: #6fcc16;
    border-color: #6fcc16;
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
    color: #ffffff; }
    .btn--success:hover {
      background: rgba(111, 204, 22, 0.8);
      border-color: transparent;
      color: #ffffff; }
    .btn--success[role="presentation"]:hover {
      background: #6fcc16;
      border-color: #6fcc16;
      cursor: default; }
    .btn--success .icon {
      opacity: 0.85; }
  .btn--checkbox-vertical:hover, .btn--checkbox-horizontal:hover, .btn--checkbox-icon:hover {
    background: #9F8640;
    border-color: #9F8640;
    color: #ffffff; }
    .btn--checkbox-vertical:hover.btn--red, .btn--checkbox-horizontal:hover.btn--red, .btn--checkbox-icon:hover.btn--red {
      background: rgba(204, 22, 77, 0.5);
      border-color: #cc164d; }
    .btn--checkbox-vertical:hover.btn--orange, .btn--checkbox-horizontal:hover.btn--orange, .btn--checkbox-icon:hover.btn--orange {
      background: rgba(247, 146, 64, 0.5);
      border-color: #f79240; }
    .btn--checkbox-vertical:hover.btn--green, .btn--checkbox-horizontal:hover.btn--green, .btn--checkbox-icon:hover.btn--green {
      background: rgba(111, 204, 22, 0.5);
      border-color: #6fcc16; }
  .btn--checkbox-vertical, .btn--checkbox-icon {
    text-align: center;
    border-radius: 4px; }
    .btn--checkbox-vertical:active .icon, .btn--checkbox-icon:active .icon {
      opacity: 1; }
    .btn--checkbox-vertical.active, .btn--checkbox-icon.active {
      background: #9F8640;
      border-color: #9F8640;
      color: #ffffff; }
      .btn--checkbox-vertical.active.btn--red, .btn--checkbox-icon.active.btn--red {
        background: #cc164d;
        border-color: #cc164d; }
      .btn--checkbox-vertical.active.btn--orange, .btn--checkbox-icon.active.btn--orange {
        background: #f79240;
        border-color: #f79240; }
      .btn--checkbox-vertical.active.btn--green, .btn--checkbox-icon.active.btn--green {
        background: #6fcc16;
        border-color: #6fcc16; }
      .btn--checkbox-vertical.active .icon, .btn--checkbox-icon.active .icon {
        opacity: 1; }
  .btn--checkbox-vertical .icon {
    font-size: 35px; }
.btn--checkbox-horizontal.active {
  background: #9F8640;
  border-color: #9F8640;
  color: #ffffff; }
  .btn--checkbox-horizontal.active .icon {
    opacity: 1; }
.btn--checkbox-icon {
  padding: 0;
  min-height: auto;
  width: 30px;
  height: 30px; }
  .btn--checkbox-icon .icon {
    font-size: 19px;
    position: relative;
    top: 1px;
    left: -1px; }
.btn--square {
  border-radius: 4px; }

.card {
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
  font-size: 14px;
  font-weight: 500;
  padding: 32px; }
  .card--border-primary {
    border-left: 3px solid #9F8640; }
  .card--border-orange {
    border-left: 3px solid #f79240; }
  .card--border-red {
    border-left: 3px solid #cc164d; }
  .card--border-green {
    border-left: 3px solid #6fcc16; }
  .card__collapse {
    display: none; }
  .card__controls-item {
    align-items: center;
    color: rgba(44, 64, 74, 0.25);
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    width: 30px; }
  .card__header {
    display: flex;
    justify-content: space-between; }
  .card__heading {
    color: rgba(44, 64, 74, 0.5);
    margin-bottom: 5px; }
  .card__link {
    color: #9F8640;
    display: block;
    padding-left: 20px;
    position: relative;
    text-decoration: underline; }
    .card__link .icon {
      left: 0;
      position: absolute; }
  .card__main {
    color: #9F8640;
    font-weight: 600; }
  .card__title {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    margin: 0; }
    .card__title .icon {
      color: #9F8640;
      flex-shrink: 0;
      font-size: 20px;
      margin-right: 13px; }
      .card__title .icon.card__text-orange {
        color: #f79240; }
      .card__title .icon.card__text-red {
        color: #cc164d; }
      .card__title .icon.card__text-green {
        color: #6fcc16; }
  .card__toggler {
    background: transparent;
    border: 0;
    color: #9F8640;
    padding: 0 0 0 20px;
    position: relative;
    text-decoration: underline;
    white-space: nowrap; }
    .card__toggler::before {
      border-bottom: 2px solid #9F8640;
      border-right: 2px solid #9F8640;
      content: "";
      height: 8px;
      left: 0;
      position: absolute;
      transform: rotate(45deg);
      transition: all 0.25s;
      width: 8px; }
    .card__toggler:hover {
      text-decoration: none; }
    .card__toggler-less {
      display: none; }
      .card__toggler.active::before {
        transform: rotate(-135deg) translate(-5px, -2px); }
      .card__toggler.active .card__toggler-less {
        display: inline; }
      .card__toggler.active .card__toggler-more {
        display: none; }
  @media (max-width: 575px) {
    .card {
      padding: 15px; } }

.categories {
  display: flex; }
  .categories__item {
    display: flex;
    width: 242px;
    background: #ffffff;
    border: 1px solid rgba(44, 64, 74, 0.15);
    justify-content: space-between; }
    .categories__item:hover {
      color: #ffffff; }
    .categories__item.active {
      background: #9F8640;
      border-color: #9F8640;
      color: #ffffff; }
    .categories__item :nth-child(2) {
      flex-grow: 1; }
    .categories__item--last {
      background: rgba(159, 134, 64, 0.05);
      border-color: transparent; }
      .categories__item--last:hover {
        color: #ffffff; }
      .categories__item--last.active {
        background: #6fcc16;
        border-color: #6fcc16;
        color: #ffffff; }
    .categories__item__tooltip {
      display: flex;
      align-content: center; }
      .categories__item__tooltip .icon {
        opacity: 0.5; }
        .categories__item__tooltip .icon:hover {
          opacity: 1; }
  @media (max-width: 991px) {
    .categories {
      display: block; }
      .categories + .categories {
        margin-top: 20px; }
        .categories__level + .categories__level {
          padding-left: 20px; }
        .categories__level + .categories__level + .categories__level {
          padding-left: 40px; }
        .categories__level + .categories__level + .categories__level + .categories__level {
          padding-left: 60px; } }

.chart__controls {
  display: flex; }
.chart__controls-item {
  align-items: center;
  display: flex;
  padding: 5px 10px; }
  .chart__controls-item::before {
    background: #9F8640;
    border: #e7ebf0;
    border-radius: 2px;
    content: "";
    height: 12px;
    margin-right: 12px;
    margin-top: -2px;
    width: 12px; }
.chart__controls-item--green::before {
  background: #6fcc16; }
.chart__info {
  align-items: center;
  bottom: 0;
  color: rgba(44, 64, 74, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  left: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  pointer-events: none; }
  .chart__info-progress {
    align-items: center;
    color: #2c404a;
    display: flex;
    font-size: 16px;
    font-weight: 600; }
    .chart__info-progress--plus {
      color: #6fcc16;
      font-size: 14px; }
      .chart__info-progress--plus::before {
        border-bottom: 4px solid;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        content: "";
        height: 0;
        margin-bottom: 2px;
        margin-right: 8px;
        width: 0; }
    .chart__info-progress--minus {
      color: #9F8640;
      font-size: 14px; }
      .chart__info-progress--minus::before {
        border-top: 4px solid;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        content: "";
        height: 0;
        margin-bottom: 3px;
        margin-right: 8px;
        width: 0; }
  .chart__info-total {
    color: #2c404a;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 10px; }
.chart__legend {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px; }
  .chart__legend-item {
    align-items: center;
    background: #ffffff;
    border-left: 3px solid;
    border-radius: 4px;
    box-shadow: 0 3px 2px 0 rgba(149, 174, 197, 0.15);
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    flex: 0 0 calc((100% - 9px) / 3);
    font-size: 14px;
    margin: 1.5px;
    padding: 15px 18px; }
    .chart__legend-item::after {
      border-right: 1px solid;
      border-top: 1px solid;
      content: "";
      height: 7px;
      margin-left: 12px;
      transform: rotate(45deg);
      width: 7px; }
  .chart__legend-data {
    color: #2c404a;
    font-weight: 600;
    margin-left: auto; }
.chart__wrapper {
  margin: 15px auto;
  max-width: 250px;
  position: relative; }
  .chart__wrapper .chart__info {
    z-index: -1; }
@media (max-width: 991px) {
  .chart__legend-item {
    flex: 0 0 calc((100% - 6px) / 2); } }
@media (max-width: 767px) {
  .chart__legend-item {
    flex: 0 1 100%; } }
@media (max-width: 575px) {
  .chart__controls {
    display: block;
    padding-bottom: 15px; }
  .chart__legend {
    margin-left: 0; } }

#chart-tooltip {
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #999;
  color: #fff;
  font-size: 12px;
  padding: 9px 9px;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 900; }
  #chart-tooltip .text--color-green {
    color: #6fcc16 !important; }
  #chart-tooltip .text--color-red {
    color: #f33 !important; }

@media (min-width: calc(575px + 1px)) {
  .ck.ck-editor__editable_inline > p {
    min-height: 300px; } }

.close {
  cursor: pointer;
  font-size: 20px;
  opacity: 1;
  text-shadow: none; }

.collapse-arrow {
  align-items: center;
  color: rgba(44, 64, 74, 0.5);
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px; }
  .collapse-arrow--small {
    height: 10px;
    width: 10px;
    margin-bottom: 5px; }
  .collapse-arrow--small.expanded {
    margin-bottom: 0;
    margin-top: 5px; }
  .collapse-arrow::before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    content: "";
    flex-shrink: 0;
    height: 10px;
    transform: rotate(-45deg);
    width: 10px; }
  .collapse-arrow[aria-expanded="true"], .collapse-arrow.expanded {
    transform: rotate(180deg); }

.container {
  max-width: 1360px;
  position: relative; }

.conversation__info {
  color: rgba(44, 64, 74, 0.5);
  font-size: 13px;
  padding: 10px 20px; }
.conversation__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }
.conversation__item--main {
  align-items: flex-end; }
  .conversation__item--main .conversation__message {
    background: #9F8640;
    border-radius: 5px 5px 0;
    color: #ffffff; }
.conversation__message {
  background: rgba(44, 64, 74, 0.05);
  border-radius: 5px 5px 5px 0;
  font-size: 14px;
  padding: 18px 20px 14px; }

.contact {
  background: rgba(159, 134, 64, 0.05);
  padding-bottom: 120px;
  padding-top: 12px; }
  .contact__box {
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    border: solid 1px #e7ebf0;
    box-shadow: 0 2px 4px 0 #e7ebf0;
    display: flex;
    gap: 20px 30px;
    padding: 30px; }
  .contact__container {
    margin: 0 auto;
    max-width: 1060px;
    width: 90vw; }
  .contact__grid {
    border-bottom: 1px solid #e7ebf0;
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px; }
    .contact__grid:last-child {
      border: 0; }
  .contact__header {
    align-items: center;
    display: flex;
    gap: 10px 30px;
    margin-bottom: 40px;
    margin-top: 40px; }
    .contact__header-links {
      display: flex;
      font-size: 15px;
      gap: 5px 20px;
      justify-content: flex-end;
      margin-left: auto;
      padding-left: 34px;
      position: relative; }
      .contact__header-links-item {
        color: #9F8640;
        position: relative;
        text-decoration: underline; }
        .contact__header-links-item + .contact__header-links-item::before {
          background: rgba(44, 64, 74, 0.3);
          content: "";
          height: 20px;
          left: -10px;
          position: absolute;
          width: 1px; }
      .contact__header-links .icon {
        color: rgba(44, 64, 74, 0.3);
        font-size: 24px;
        left: 0;
        position: absolute;
        top: -4px; }
  .contact__heading {
    align-items: center;
    color: rgba(44, 64, 74, 0.9);
    display: flex;
    gap: 15px;
    margin-bottom: 0; }
    .contact__heading .icon {
      align-items: center;
      background: #ffffff;
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      flex-shrink: 0;
      height: 50px;
      justify-content: center;
      margin-top: -4px;
      width: 50px; }
  .contact__image {
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 130px;
    margin-bottom: 0;
    overflow: hidden;
    width: 130px; }
  .contact__link {
    align-items: center;
    color: #9F8640;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 10px;
    padding-left: 34px;
    position: relative;
    text-decoration: underline; }
    .contact__link + .contact__link {
      margin-top: 15px; }
    .contact__link .icon {
      color: rgba(44, 64, 74, 0.3);
      font-size: 24px;
      left: 0;
      position: absolute;
      top: -4px; }
  .contact__name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 2px; }
  .contact__position {
    color: rgba(44, 64, 74, 0.5);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px; }
  .contact__working-hours {
    font-size: 15px;
    margin-top: 5px; }
  @media (max-width: 991px) {
    .contact {
      padding-bottom: 50px; }
      .contact__grid {
        grid-template-columns: minmax(0, 520px); }
      .contact__header-links {
        flex-direction: column; }
        .contact__header-links-item + .contact__header-links-item::before {
          content: none; } }
@media (max-width: 767px) {
  .contact__header {
    align-items: flex-start;
    flex-direction: column; }
    .contact__header-links {
      justify-content: flex-start;
      margin-left: 65px; } }
@media (max-width: 575px) {
  .contact__image {
    height: 80px;
    width: 80px; } }
@media (max-width: 450px) {
  .contact {
    padding-bottom: 30px; }
    .contact__box {
      flex-direction: column;
      padding: 20px; }
    .contact__header {
      margin-bottom: 20px;
      margin-top: 20px; }
      .contact__header-links {
        margin-left: 0; } }

.custom-file {
  height: 52px; }
  .custom-file .custom-file-input {
    cursor: pointer;
    height: 100%; }
  .custom-file .custom-file-label {
    align-items: center;
    background: transparent;
    border: 1px dashed #bac3cb;
    color: rgba(44, 64, 74, 0.5);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    justify-content: center;
    padding: 17px 15px 13px;
    text-align: center;
    text-transform: none; }
    .custom-file .custom-file-label::after {
      content: none; }
    .custom-file .custom-file-label::before {
      content: "+";
      font-size: 14px;
      font-weight: 600;
      margin-right: 10px;
      margin-top: -3px; }
  .custom-file:hover .custom-file-label {
    border: 1px solid #9F8640;
    color: #9F8640; }

::-webkit-file-upload-button {
  cursor: pointer; }

.custom-range {
  flex: 0 0 calc(100% - 200px); }
  .custom-range::-webkit-slider-thumb {
    background-color: #9F8640;
    height: 18px;
    margin-top: -8px;
    width: 18px; }
  .custom-range::-moz-range-thumb {
    background-color: #9F8640;
    height: 18px;
    margin-top: -8px;
    width: 18px; }
  .custom-range::-ms-thumb {
    background-color: #9F8640;
    height: 18px;
    margin-top: -8px;
    width: 18px; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: none; }
  .custom-range::-webkit-slider-runnable-track {
    height: 4px; }
  .custom-range::-moz-range-track {
    height: 4px; }
  .custom-range::-ms-track {
    height: 4px; }
  .custom-range__value {
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -15px;
    margin-left: 20px;
    padding: 0 20px;
    width: 180px; }
    .custom-range__value-unit {
      margin-left: 5px; }
  .custom-range__wrapper {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap; }
    .custom-range__wrapper-minmax {
      color: rgba(44, 64, 74, 0.5);
      display: flex;
      font-size: 12px;
      padding-right: 200px;
      width: 100%; }
  @media (max-width: 575px) {
    .custom-range {
      flex: 0 0 100%; }
      .custom-range__value {
        margin: 15px 0 0;
        order: 2;
        width: 100%; }
      .custom-range__wrapper {
        flex-wrap: wrap; }
        .custom-range__wrapper-minmax {
          padding-right: 0;
          padding-top: 5px; } }

.dashboard {
  flex-grow: 1; }
  .dashboard .row {
    margin-left: -10px;
    margin-right: -10px; }
    .dashboard .row > .col {
      padding-left: 10px;
      padding-right: 10px; }
    .dashboard .row > [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .dashboard__button {
    align-items: center;
    border: 1px solid;
    border-radius: 6px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 21px;
    margin-top: 42px;
    min-height: 46px;
    padding: 5px 10px 5px 20px; }
    .dashboard__button::before {
      content: "+";
      margin-right: 10px; }
  .dashboard__item {
    align-items: center;
    background: #9F8640;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(88, 88, 87, 0.35);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 43px 30px 39px;
    text-align: center; }
    .dashboard__item a:hover {
      color: #ffffff;
      opacity: 0.5; }
    .dashboard__item .icon {
      color: #ffffff;
      font-size: 60px;
      margin-bottom: 20px; }
  .dashboard__link {
    font-size: 14px;
    margin-top: auto;
    text-decoration: underline; }
  .dashboard__title {
    font-size: 20px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .dashboard__button {
      margin-top: 10px;
      min-height: 35px;
      padding-left: 10px; }
    .dashboard__item {
      padding: 30px 15px; }
      .dashboard__item img {
        margin-bottom: 10px;
        width: auto; }
    .dashboard__title {
      font-size: 16px; } }
@media (max-width: 575px) {
  .dashboard__button--long {
    flex-wrap: wrap;
    justify-content: center; }
    .dashboard__button--long::before {
      margin-bottom: 10px;
      margin-right: 0; }
  .dashboard__item {
    padding: 20px 10px; } }

.datepicker-panel > ul > li.highlighted:hover {
  background: rgba(159, 134, 64, 0.1); }
.datepicker-panel > ul > li.picked {
  background: rgba(159, 134, 64, 0.1);
  color: #9F8640; }
  .datepicker-panel > ul > li.picked:hover {
    background: rgba(159, 134, 64, 0.1);
    color: #9F8640; }
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #9F8640; }
  .datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #9F8640; }

.download-table {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 14px;
  width: 100%; }
  .download-table td {
    background: #ffffff;
    border-bottom: 3px solid #e7ebf0;
    border-top: 1px solid #e7ebf0;
    padding: 13px 5px 12px; }
    .download-table td:first-child {
      border-left: 1px solid #e7ebf0;
      border-radius: 4px 0 0 4px;
      padding-left: 20px; }
    .download-table td:last-child {
      border-right: 1px solid #e7ebf0;
      border-radius: 0 4px 4px 0;
      padding-right: 20px;
      text-align: right; }
  .download-table th {
    color: #9baab2;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px 10px;
    text-align: left; }
    .download-table th:first-child {
      padding-left: 0; }
    .download-table th:last-child {
      padding-right: 20px;
      text-align: right; }
  .download-table__button {
    color: #9F8640;
    font-size: 20px;
    padding: 5px; }
    .download-table__button:hover {
      color: #f79240; }
  .download-table__name {
    color: #9F8640;
    font-weight: 600;
    text-decoration: underline; }
    .download-table__name:hover {
      text-decoration: none; }
  @media (max-width: 575px) {
    .download-table tbody {
      display: grid;
      grid-gap: 5px; }
      .download-table tbody td {
        align-items: flex-start;
        background: transparent;
        border: 0;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        gap: 5px;
        padding: 10px 0;
        width: 100%; }
        .download-table tbody td[data-label]::before {
          content: attr(data-label) ":";
          color: #9baab2;
          font-weight: 600;
          width: 100%; }
        .download-table tbody td:first-child {
          border-left: 0;
          border-radius: 0;
          padding-left: 0; }
        .download-table tbody td:last-child {
          border-right: 0;
          border-radius: 0;
          padding-right: 0; }
      .download-table tbody tr {
        background: #ffffff;
        border: 1px solid #e7ebf0;
        border-bottom-width: 3px;
        border-radius: 4px;
        display: block;
        padding: 1rem; }
    .download-table thead {
      display: none; } }

.dropdown.show .dropdown-toggle {
  background: #9F8640;
  color: #ffffff; }
.dropdown.show .header__controls-icon-button {
  font-size: 14px;
  gap: 10px; }
.dropdown-item {
  padding: 15px 20px 11px; }
  .dropdown-item + .dropdown-item {
    border-top: 1px solid #e7ebf0; }
  .dropdown-item:hover {
    background: #e7ebf0; }
.dropdown-menu {
  border: 1px solid #e7ebf0;
  box-shadow: 0 5px 5px 0 rgba(149, 174, 197, 0.25);
  font-size: 14px;
  left: -1px;
  margin-top: 5px;
  min-width: 100%;
  padding: 0; }
.dropdown-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #2c404a;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  padding: 12px 15px 11px; }
  .dropdown-toggle:hover {
    background: #9F8640;
    color: #ffffff; }
    .dropdown-toggle--icon::after {
      content: none; }
  .dropdown-toggle--plus::after {
    align-items: center;
    background: #9F8640;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    content: "";
    display: flex;
    font-family: 'icomoon';
    height: 24px;
    justify-content: center;
    width: 24px; }

.finance {
  display: flex;
  justify-content: space-between;
  margin-top: -42px; }
  .finance__item {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
    color: rgba(44, 64, 74, 0.5);
    flex: 0 0 24.75%;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0;
    padding: 20px; }
    .finance__item--active {
      background: #6fcc16;
      color: #ffffff; }
      .finance__item--active .finance__number {
        color: #ffffff;
        font-weight: bold; }
      .finance__item--active .finance__progress {
        color: #ffffff; }
  .finance__number {
    color: #2c404a;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap; }
  .finance__progress {
    align-items: center;
    color: #6fcc16;
    display: flex;
    font-weight: 600; }
    .finance__progress::before {
      border-bottom: 4px solid;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      content: "";
      height: 0;
      margin-bottom: 2px;
      margin-right: 8px;
      width: 0; }
    .finance__progress--minus {
      color: #9F8640; }
      .finance__progress--minus::before {
        transform: rotate(180deg); }
  @media (max-width: 991px) {
    .finance {
      flex-wrap: wrap; }
      .finance__item {
        flex-basis: 49.75%; } }

.input-group {
  min-width: 100px; }
  .input-group > .form__invalid {
    position: absolute;
    top: 50px;
    left: 0; }

.form-control {
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: inset 3px 3px 3px 0 rgba(149, 174, 197, 0.15);
  font: 14px 'Acumin Pro', Arial;
  min-height: 46px;
  padding: 14px 20px 10px;
  min-width: 140px;
  line-height: 38px; }
  .form-control:focus {
    border-color: rgba(159, 134, 64, 0.5);
    box-shadow: none;
    outline: none; }
  .form-control[disabled], .form-control[readonly] {
    background-color: rgba(159, 134, 64, 0.05);
    border: 0;
    font-weight: 500; }
  .form-control::placeholder {
    color: #2c404a;
    font-style: italic;
    opacity: 1; }
  .form-control--lg {
    font-size: 16px;
    font-weight: bold;
    min-height: 60px; }
  .form-control--short {
    max-width: 140px; }
  .form-control.w-auto {
    min-width: auto;
    width: 100% !important; }
.form-group {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 200px 1fr;
  margin-bottom: 20px;
  position: relative;
  text-align: left; }
  .form-group.flex-column {
    grid-template-columns: none; }
  .form-group [id*="message"] {
    position: absolute; }
  .form-group label {
    color: rgba(44, 64, 74, 0.5);
    font-size: 14px;
    font-weight: 500;
    max-width: 200px;
    position: relative; }
    .form-group label .label-description .icon {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 16px;
      color: #ccc !important; }
    .form-group label .label-description-checkbox .icon {
      position: absolute;
      margin-left: 7px;
      font-size: 16px;
      color: #ccc; }
    .form-group label .label-description-inline .icon {
      position: relative;
      bottom: -2px;
      margin-left: 3px;
      margin-bottom: -10px;
      font-size: 16px;
      color: #ccc; }
  .form-group--block {
    grid-template-columns: none;
    margin-bottom: 10px; }
    .form-group--block label {
      max-width: inherit; }
  .form-group--invalid .form-control {
    border-color: #cc164d; }
  .form-group--invalid .select2-selection {
    border-color: #cc164d !important; }
  .form-group--invalid .form__radio--checkbox label:before {
    border-color: #cc164d !important; }
  .form-group--label-short {
    grid-template-columns: 80px 1fr; }
  .form-group--required label::after {
    color: #cc164d;
    content: "*";
    margin-left: 5px; }
  .form-group-vertical {
    width: 100%; }
    .form-group-vertical .form__radio label {
      max-width: none; }
  .form-group .smap-suggest {
    grid-column-start: 2;
    top: 100%; }
  .form-group.form-group-vertical {
    align-items: flex-start; }
    .form-group.form-group-vertical > label {
      margin-top: 15px; }
  .form-group.smap-suggest-nomargin .smap-suggest {
    margin-left: 0; }
.form-table {
  padding-right: 40px;
  position: relative; }
  .form-table label.dynamic-table-remove-row {
    z-index: 999; }
  .form-table__add {
    align-items: center;
    background: rgba(44, 64, 74, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    min-height: 30px;
    min-width: 30px; }
    .form-table__add:hover {
      background: rgba(44, 64, 74, 0.2); }
    .form-table__add--column {
      bottom: 44px;
      position: absolute;
      right: 0;
      top: 4px; }
  .form-table__body {
    font-weight: 600;
    min-width: 400px; }
.form__attachment {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
  display: flex;
  min-height: 46px;
  padding: 2px 20px;
  position: relative;
  width: 100%; }
  .form__attachment-primary {
    border: 1px solid #9F8640;
    opacity: 0.8;
    color: #9F8640; }
  .form__attachment-button {
    align-items: center;
    display: flex;
    font-size: 20px;
    height: 25px;
    justify-content: center;
    opacity: 0.5;
    width: 25px;
    flex-shrink: 0; }
    .form__attachment-button.disabled:hover {
      opacity: 0.5; }
    .form__attachment-button:hover {
      opacity: 0.75; }
  .form__attachment-name {
    font-size: 14px;
    margin-right: auto;
    flex-grow: 1;
    padding-top: 4px; }
.form__box {
  background-color: rgba(159, 134, 64, 0.05);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 25px; }
  .form__box .btn {
    margin-left: auto;
    margin-top: 15px; }
  .form__box-heading {
    font-size: 16px;
    margin-bottom: 10px; }
    .form__box-heading img {
      margin-left: 5px;
      margin-top: -8px; }
  .form__box-right {
    color: #2c404a; }
  .form__box-row {
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 6px 0; }
.form__button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
  display: flex;
  font-size: 25px;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px; }
  .form__button:hover {
    background: #e7ebf0; }
    .form__button:hover .icon {
      color: #9F8640; }
  .form__button input[type="file"] {
    bottom: -1px;
    cursor: pointer;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 46px; }
.form__chart-header {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .form__chart-header-info {
    align-items: center;
    background: #9F8640;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    margin-top: auto;
    padding: 16px 20px 13px; }
.form__radio-icon {
  display: flex;
  gap: 15px; }
  .form__radio-icon-item {
    flex: 1 0 0; }
    .form__radio-icon-item input {
      display: none; }
      .form__radio-icon-item input:checked + label {
        background: rgba(204, 22, 77, 0.05);
        border: 2px solid #cc164d;
        border-radius: #cc164d;
        color: #2c404a; }
        .form__radio-icon-item input:checked + label .icon {
          color: #cc164d; }
    .form__radio-icon-item label {
      align-items: center;
      aspect-ratio: 1;
      border-radius: 4px;
      border: 1px solid #e7ebf0;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      font-weight: bold;
      gap: 15px;
      justify-content: center;
      padding: 10px;
      transition: all 0.25s; }
      .form__radio-icon-item label:hover {
        background: rgba(204, 22, 77, 0.05); }
      .form__radio-icon-item label .icon {
        font-size: 22px; }
.form__description {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0; }
.form__image {
  display: flex;
  position: relative; }
  .form__image-controls {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px; }
    .form__image-controls .form__button {
      margin-left: 5px; }
  .form__image-frame {
    align-items: center;
    background: rgba(159, 134, 64, 0.05);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    max-height: 300px;
    max-width: 400px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px; }
    .form__image-frame-dark {
      background: #333; }
  .form__image-label {
    align-self: flex-start;
    color: rgba(44, 64, 74, 0.5);
    flex: 0 0 125px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    max-width: 125px; }
.form__info {
  color: rgba(44, 64, 74, 0.5);
  font-size: 14px;
  padding-top: 5px; }
  .form__info img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px; }
.form__invalid {
  bottom: -18px;
  color: #cc164d;
  font-size: 12px;
  position: absolute;
  right: 0; }
  .form__invalid + .form__invalid {
    display: none; }
.form__prefix {
  display: grid;
  grid-template-columns: 120px 1fr; }
  .form__prefix .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .form__prefix .select2-container--default .select2-selection--single {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.form__radio {
  padding: 12px 0; }
  .form__radio input {
    display: none; }
    .form__radio input:checked + label::after {
      opacity: 1; }
    .form__radio input[disabled] + label, .form__radio input[readonly] + label {
      color: rgba(44, 64, 74, 0.5); }
      .form__radio input[disabled] + label::before, .form__radio input[readonly] + label::before {
        background-color: rgba(159, 134, 64, 0.05);
        border: 0;
        box-shadow: none;
        font-weight: 500; }
  .form__radio label {
    align-items: flex-start;
    color: #2c404a;
    display: flex;
    margin: 0;
    position: relative; }
    .form__radio label::after {
      background: #9F8640;
      content: "";
      border-radius: 50%;
      height: 9px;
      left: 5px;
      margin-left: 0;
      margin-top: 4px;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 9px; }
    .form__radio label::before {
      box-shadow: inset 4px 4px 4px 0 rgba(149, 174, 197, 0.15);
      border: solid 1px #e7ebf0;
      border-radius: 50%;
      content: "";
      flex-shrink: 0;
      height: 18px;
      margin-right: 10px;
      margin-top: -1px;
      width: 18px; }
  .form__radio--box {
    padding: 1.5px 0; }
    .form__radio--box label {
      background: #ffffff;
      border: 1px solid #e7ebf0;
      border-radius: 4px;
      box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
      padding: 22px 22px 17px; }
      .form__radio--box label::after {
        left: 29px;
        top: 22px; }
      .form__radio--box label::before {
        margin-right: 20px; }
  .form__radio--checkbox label::after {
    background: transparent;
    border-bottom: 3px solid #9F8640;
    border-right: 3px solid #9F8640;
    border-radius: 0;
    height: 12px;
    margin-top: 0;
    transform: rotate(45deg); }
  .form__radio--checkbox label::before {
    border-radius: 0; }
  .form__radio--checkbox-disabled label::after {
    border-bottom-color: rgba(44, 64, 74, 0.5);
    border-right-color: rgba(44, 64, 74, 0.5); }
  .form__radio--selectall {
    padding-left: 22px; }
    .form__radio--selectall label {
      color: rgba(44, 64, 74, 0.5); }
      .form__radio--selectall label::before {
        margin-right: 20px; }
.form__range {
  display: inline-block;
  font-size: 14px;
  margin-top: -21px;
  text-align: right;
  vertical-align: top;
  width: 100%; }
  .form__range .slider-handle {
    background: #9F8640;
    border: 2px solid #e7ebf0;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    width: 14px; }
  .form__range .slider.slider-horizontal {
    height: 20px;
    margin-top: 15px;
    width: 100%; }
    .form__range .slider.slider-horizontal .slider-selection {
      background: #9F8640;
      height: 4px; }
    .form__range .slider.slider-horizontal .slider-track {
      background: #e7ebf0;
      height: 4px; }
.form__unit {
  display: grid;
  flex-grow: 1;
  gap: 8px;
  grid-template-columns: 1fr auto; }
  .form__unit-box {
    align-items: center;
    background-color: rgba(159, 134, 64, 0.05);
    border-radius: 4px;
    color: #9baab2;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px; }
@media (min-width: calc(1199px + 1px)) {
  .form-group--label-xl-hidden {
    grid-template-columns: none; }
    .form-group--label-xl-hidden label {
      display: none; } }
@media (max-width: 1199px) {
  .form-group {
    grid-template-columns: none; }
    .form-group .smap-suggest {
      grid-column-start: auto;
      max-width: 100%; } }
@media (max-width: 575px) {
  .form-table__scroll {
    overflow-x: auto; }
  .form__box {
    padding-left: 15px;
    padding-right: 15px; }
  .form__image {
    display: block; } }
@media (max-width: 450px) {
  .form__prefix {
    grid-template-columns: 100px 1fr; } }

textarea.form-control {
  line-height: 20px; }

.font-weight-bold .form-group label {
  font-weight: 700; }
  .form-group--label-long-40 label {
    flex: 0 0 40%;
    max-width: 40%; }
  .form-group--label-long-45 label {
    flex: 0 0 45%;
    max-width: 45%; }
  .form-group--label-long-50 label {
    flex: 0 0 50%;
    max-width: 50%; }
  .form-group--label-long-55 label {
    flex: 0 0 55%;
    max-width: 55%; }
  .form-group--label-long-60 label {
    flex: 0 0 60%;
    max-width: 60%; }
  .form-group--label-long-65 label {
    flex: 0 0 65%;
    max-width: 65%; }
  .form-group--label-long-70 label {
    flex: 0 0 70%;
    max-width: 70%; }
  .form-group--label-long-75 label {
    flex: 0 0 75%;
    max-width: 75%; }
  .form-group--label-long-80 label {
    flex: 0 0 80%;
    max-width: 80%; }
  .form-group--label-long-85 label {
    flex: 0 0 85%;
    max-width: 85%; }
  .form-group--label-long-90 label {
    flex: 0 0 90%;
    max-width: 90%; }
  .form-group--label-long-95 label {
    flex: 0 0 95%;
    max-width: 95%; }
  .form-group--label-long-100 label {
    flex: 0 0 100%;
    max-width: 100%; }

.input-block-m-0 .form-group {
  margin-bottom: 0; }

.input-inline-info {
  line-height: 1em; }
  .input-inline-info .icon {
    color: #ccc;
    font-size: 1rem; }

.init-form-modified-toggle .form-modified-button {
  display: none; }
  .init-form-modified-toggle .form-modified-button-default {
    display: block; }
.init-form-modified-toggle[data-form-modified-disabled] .form-modified-button {
  display: block; }
  .init-form-modified-toggle[data-form-modified-disabled] .form-modified-button-default {
    display: none; }

.grid-col-global-actions {
  white-space: nowrap;
  width: 10px;
  padding-right: 0 !important; }
  .grid-col-global-actions .form__radio label:before {
    margin-right: 0; }

.grid-col-w-1 {
  width: 1%; }

.grid-col-w-5 {
  width: 5%; }

.grid-col-w-10 {
  width: 10%; }

.grid-col-w-20 {
  width: 20%; }

.grid-col-w-100 {
  width: 100%; }

.grid-valign-top td {
  vertical-align: top !important; }

.grid-global-actions-select {
  width: 25%; }
@media (max-width: 991px) {
  .grid-global-actions-select {
    width: 33%; } }
@media (max-width: 767px) {
  .grid-global-actions-select {
    width: 50%; } }

.header {
  padding-bottom: 30px;
  padding-top: 55px;
  /* z-index: 1; Nesmi byt nastaven, jinak nezobrazuje modal pro vyber rozsahu datumu v AssetManagement */ }
  .header__arrow {
    align-items: center;
    background: #ffffff;
    border: solid 1px #e7ebf0;
    border-radius: 50%;
    color: #9F8640;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin: -15px 5px 0;
    width: 40px; }
    .header__arrow:hover {
      background: rgba(159, 134, 64, 0.05); }
  .header__back {
    color: rgba(44, 64, 74, 0.5);
    display: block;
    margin-bottom: 15px; }
    .header__back .icon {
      margin-right: 15px; }
  .header__controls {
    align-items: center;
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 10px 14px;
    justify-content: flex-end; }
    .header__controls .btn {
      border-radius: 25px;
      min-height: 50px;
      align-content: center; }
    .header__controls .form {
      min-width: 340px; }
      .header__controls .form-control {
        min-height: 54px; }
        .header__controls .form-control::placeholder {
          color: rgba(44, 64, 74, 0.5);
          font-style: normal; }
    .header__controls .input-group {
      height: 54px; }
    .header__controls-icon-button {
      font-size: 0;
      gap: 0;
      min-height: 40px; }
      .header__controls-icon-button:hover, .header__controls-icon-button-static {
        font-size: 14px;
        gap: 10px; }
    .header__controls-group {
      align-items: center;
      background: rgba(159, 134, 64, 0.2);
      border-radius: 25px;
      color: rgba(44, 64, 74, 0.7);
      display: flex;
      gap: 15px;
      padding: 10px 10px 10px 23px; }
      .header__controls-group .dropdown-toggle {
        border: 1px solid rgba(159, 134, 64, 0.5);
        border-radius: 15px;
        height: 30px;
        padding: 4px 13px 0; }
    .header__controls-small-icons {
      align-items: center;
      display: flex; }
      .header__controls-small-icons > * {
        margin: 0 7px; }
  .header__switch {
    align-self: stretch; }
    .header__switch input {
      display: none; }
      .header__switch input + label::after {
        left: 24px; }
      .header__switch input:checked + label {
        color: #2c404a; }
        .header__switch input:checked + label::after {
          left: 42px; }
        .header__switch input:checked + label::before {
          background: #9F8640; }
    .header__switch label {
      align-items: center;
      background: #EAE5D8;
      border-radius: 25px;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      gap: 12px;
      height: 50px;
      padding: 2px 20px;
      position: relative; }
      .header__switch label::after {
        background: #ffffff;
        border-radius: 9px;
        bottom: 2px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
        content: "";
        height: 18px;
        left: 42px;
        margin: auto;
        position: absolute;
        top: 0;
        transition: all 0.25s;
        width: 18px; }
      .header__switch label::before {
        background: rgba(159, 134, 64, 0.34);
        border-radius: 12px;
        content: "";
        flex-shrink: 0;
        height: 24px;
        margin-top: -2px;
        width: 44px; }
      .header__switch label:hover {
        color: #2c404a; }
  .header__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px; }
    .header__title-icon {
      align-items: center;
      align-self: flex-start;
      background: #9F8640;
      border: 1px solid #9F8640;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      height: 50px;
      justify-content: center;
      margin-right: 15px;
      margin-top: -5px;
      width: 50px; }
      .header__title-icon img {
        width: 25px; }
    .header__title-subtitle {
      border-left: 1px solid #e7ebf0;
      font-size: 18px;
      margin-left: 30px;
      padding: 10px 0 10px 30px; }
    .header__title--subtitle {
      font-size: 18px;
      font-weight: 400; }
    .header__title--subtitle .header__title-icon {
      background: #ffffff;
      color: #9F8640; }
  @media (max-width: 1399px) {
    .header__controls {
      flex-wrap: wrap; } }
@media (max-width: 575px) {
  .header {
    padding-top: 25px; }
    .header__back {
      text-align: center; }
    .header__controls {
      flex-direction: column; }
      .header__controls .form {
        min-width: 100%; }
      .header__controls-small-icons .btn {
        font-size: 0;
        padding: 10px; }
        .header__controls-small-icons .btn .icon {
          margin-right: 0; }
    .header__switch {
      align-self: center; }
    .header__title {
      font-size: 20px;
      justify-content: center;
      text-align: center; }
      .header__title-subtitle {
        border: 0;
        font-size: 16px;
        margin: 0;
        padding-left: 0;
        width: 100%; } }

.header-sub {
  align-items: center;
  display: grid;
  grid-gap: 30px;
  grid-template-areas: ". logo controls";
  grid-template-columns: repeat(3, 1fr);
  padding: 21px 5vw 17px; }
  .header-sub__signature {
    grid-template-areas: "logo . controls";
    grid-template-columns: auto; }
  .header-sub__logo {
    display: flex;
    grid-area: logo;
    justify-self: center;
    max-width: 182px; }
    .header-sub__logo-left {
      justify-self: start; }
  .header-sub__controls {
    align-items: center;
    display: flex;
    grid-area: controls;
    justify-self: end; }
    .header-sub__controls-heading {
      font-size: 13px;
      font-weight: 600;
      margin-right: 17px;
      text-align: center; }
    .header-sub__controls-item {
      align-items: center;
      border-left: 1px solid #e7ebf0;
      color: rgba(44, 64, 74, 0.5);
      display: flex;
      font-size: 20px;
      height: 30px;
      justify-content: center;
      width: 47px; }
    .header-sub__controls-sm {
      display: none; }
  .header-sub .wizard {
    margin-top: -21px;
    margin-bottom: -17px;
    position: relative;
    overflow: hidden;
    flex-grow: 1; }
  @media (max-width: 991px) {
    .header-sub {
      grid-template-areas: "logo controls";
      grid-template-columns: auto 1fr; } }
@media (max-width: 767px) {
  .header-sub__controls-heading {
    align-items: center;
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    width: 30px; }
  .header-sub__controls-item {
    width: 30px; }
    .header-sub__controls-item:first-of-type {
      border: 0; }
  .header-sub__controls-lg {
    display: none; }
  .header-sub__controls-sm {
    display: block; } }

.input-group {
  background: #ffffff;
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: inset 3px 3px 3px 0 rgba(149, 174, 197, 0.15);
  height: 46px;
  min-width: 100px;
  position: relative; }
  .input-group .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
    padding: 0 40px;
    position: absolute;
    right: 0;
    width: 100%; }
    .input-group .form-control:first-child {
      padding-left: 20px; }
    .input-group .form-control:last-child {
      padding-right: 20px; }
    .input-group .form-control:focus {
      border-color: rgba(159, 134, 64, 0.5);
      box-shadow: none;
      outline: none; }
    .input-group .form-control[disabled], .input-group .form-control[readonly] {
      background-color: rgba(159, 134, 64, 0.05);
      border: 0;
      font-weight: 500; }
  .input-group .sp-original-input-container {
    align-items: center;
    height: 100%;
    padding-left: 10px;
    width: 100%; }
  .input-group .sp-original-input-container .sp-add-on {
    border-radius: 50% !important;
    flex: 0 0 15px;
    height: 15px; }
  .input-group input.spectrum.with-add-on {
    padding-top: 3px; }
  .input-group label {
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin: 0 0 0 auto;
    max-width: 40px;
    position: relative; }
  .input-group .icon {
    font-size: 20px; }
    .input-group .input-group-append .institution-image {
      height: 44px; }
  .input-group > .form__invalid {
    position: absolute;
    top: 50px;
    left: 0; }
  .input-group-append {
    color: rgba(44, 64, 74, 0.5);
    margin-left: auto; }
    .input-group-append:first-child {
      margin-left: 0;
      padding-left: 10px; }
  .input-group-text {
    background: transparent;
    border: 0; }

.intro {
  background: #9F8640;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .intro__box {
    background: #ffffff;
    border-radius: 4px;
    color: rgba(44, 64, 74, 0.8);
    padding: 40px 40px 32px; }
    .intro__box .btn {
      margin-top: 17px; }
    .intro__box-contact {
      line-height: 1.625;
      margin-bottom: 14px;
      padding-left: 37px;
      position: relative; }
      .intro__box-contact .icon {
        color: #9F8640;
        font-size: 24px;
        left: 0;
        position: absolute; }
    .intro__box-header {
      border-bottom: 1px solid #e7ebf0;
      margin: -40px -40px 33px;
      padding: 40px 40px 30px; }
    .intro__box-heading {
      font-size: 16px;
      font-weight: 600; }
  .intro__image {
    display: flex;
    margin: 0;
    position: relative;
    width: 100%; }
    .intro__image img {
      bottom: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      width: 100%;
      position: absolute; }
  .intro__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    max-width: 540px;
    padding: 65px 60px 65px 0;
    width: 100%; }
  .intro__title {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: 600;
    gap: 15px;
    margin-bottom: 40px; }
    .intro__title .icon {
      align-items: center;
      background: #ffffff;
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      font-size: 24px;
      height: 50px;
      justify-content: center;
      width: 50px; }
  @media (max-width: 1399px) {
    .intro__text {
      padding-right: 5vw; } }
@media (max-width: 1199px) {
  .intro__text {
    padding-left: 5vw; } }
@media (max-width: 767px) {
  .intro {
    grid-template-columns: none; }
    .intro__image {
      display: none; }
    .intro__text {
      justify-self: start;
      padding-top: 40px; } }

.listing {
  align-items: flex-start;
  display: flex;
  gap: 20px; }
  .listing + .listing {
    margin-top: 60px; }
  .listing__archived {
    color: #9baab2;
    opacity: 0.7; }
    .listing__archived:hover {
      opacity: 1; }
    .listing__archived td:first-child {
      border-left: 3px solid #9baab2 !important; }
  .listing__arrow {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px; }
    .listing__arrow::before {
      border-right: 2px solid #9baab2;
      border-top: 2px solid #9baab2;
      content: "";
      height: 8px;
      left: 0;
      position: relative;
      transform: rotate(45deg);
      transition: all 0.25s;
      width: 8px; }
    .listing__arrow:hover::before {
      border-color: #9F8640;
      left: 5px; }
  .listing__category {
    flex-shrink: 0;
    text-align: center;
    width: 120px; }
    .listing__category-box {
      align-items: center;
      background: rgba(159, 134, 64, 0.05);
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      font-weight: 600;
      gap: 10px;
      justify-content: center;
      min-height: 120px;
      padding: 10px; }
      .listing__category-box .icon {
        color: #9F8640;
        font-size: 24px; }
    .listing__category-heading {
      color: #9baab2;
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 0;
      padding: 3px 5px 24px;
      text-align: center; }
  .listing__logo {
    max-height: 34px;
    max-width: 72px; }
  .listing__name {
    color: #9F8640;
    font-weight: 600;
    text-decoration: underline; }
    .listing__name:hover {
      text-decoration: none; }
  .listing__objects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .listing__objects-item {
      color: #9F8640;
      font-weight: 500;
      text-decoration: underline; }
      .listing__objects-item:hover {
        text-decoration: none; }
  .listing__table {
    border-collapse: separate;
    border-spacing: 0 3px;
    font-size: 15px;
    width: 100%; }
    .listing__table td {
      background: #ffffff;
      border-bottom: 1px solid #e7ebf0;
      border-top: 1px solid #e7ebf0;
      padding: 13px 5px 12px; }
      .listing__table td:first-child {
        border-left: 3px solid #9F8640;
        border-radius: 4px 0 0 4px;
        padding-left: 25px; }
      .listing__table td:last-child {
        border-right: 1px solid #e7ebf0;
        border-radius: 0 4px 4px 0; }
    .listing__table th {
      color: #9baab2;
      font-size: 13px;
      font-weight: 500;
      padding: 0 5px 21px; }
      .listing__table th:first-child {
        padding-left: 25px; }
    .listing__table tr.listing__color-orange td:first-child {
      border-left-color: #f79240; }
    .listing__table tr.listing__color-red td:first-child {
      border-left-color: #cc164d; }
  .listing__text-gray {
    color: #9baab2; }
  .listing__width-5 {
    width: 5%; }
  .listing__width-10 {
    width: 10%; }
  .listing__width-15 {
    width: 15%; }
  .listing__width-20 {
    width: 20%; }
  .listing__width-25 {
    width: 25%; }
  .listing__width-35 {
    width: 35%; }
  .listing__width-40 {
    width: 40%; }
  @media (max-width: 991px) {
    .listing__arrow {
      margin-left: auto; }
    .listing__category-heading {
      display: none; }
      .listing__table tbody {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center; }
        .listing__table tbody td {
          align-items: flex-start;
          background: transparent;
          border: 0;
          display: flex;
          flex-wrap: wrap;
          height: auto;
          gap: 5px;
          padding: 10px 25px;
          width: 100%; }
          .listing__table tbody td[data-label]::before {
            content: attr(data-label);
            color: #9baab2;
            font-weight: 600;
            width: 100%; }
          .listing__table tbody td:first-child {
            border-left: 0;
            border-radius: 0; }
          .listing__table tbody td:last-child {
            border-right: 0;
            border-radius: 0; }
        .listing__table tbody tr {
          background: #ffffff;
          border-left: 3px solid #9F8640;
          border-radius: 4px;
          display: block;
          padding-bottom: 15px;
          padding-top: 15px; }
          .listing__table tbody tr.listing__color-orange {
            border-left-color: #f79240; }
          .listing__table tbody tr.listing__color-red {
            border-left-color: #cc164d; }
      .listing__table thead {
        display: none; } }
@media (max-width: 767px) {
  .listing {
    flex-direction: column; }
    .listing__category {
      margin: 0 auto;
      width: auto; }
      .listing__category-box {
        flex-direction: row;
        min-height: 0; }
        .listing__category-box .icon {
          position: relative;
          top: -3px; } }
@media (max-width: 575px) {
  .listing__table tbody {
    grid-template-columns: minmax(0, 350px); } }

.login {
  align-items: center;
  background: rgba(159, 134, 64, 0.05);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 15px;
  text-align: center; }
  .login__box {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: center;
    margin-top: 40px;
    max-width: 387px;
    padding: 30px;
    width: 100%; }
  .login__title {
    font-size: 24px;
    margin-bottom: 30px; }

.methodology__box {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 #e7e8e9;
  padding: 30px; }
  .methodology__box p a {
    color: #9F8640;
    text-decoration: underline; }
    .methodology__box p a:hover {
      text-decoration: none; }
.methodology__categories {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px; }
  .methodology__categories-item {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
    color: #9F8640;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    min-height: 60px;
    padding: 10px 15px;
    position: relative;
    text-align: center; }
    .methodology__categories-item:hover {
      background: rgba(159, 134, 64, 0.002); }
.methodology__close {
  color: #9F8640;
  cursor: pointer;
  font-size: 20px;
  margin-left: auto;
  margin-right: 20px;
  width: 24px;
  padding: 2px; }
  .methodology__close:hover {
    color: #f79240; }
.methodology__contact {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0;
  padding-left: 53px;
  position: relative; }
  .methodology__contact a {
    color: #9F8640;
    text-decoration: underline; }
    .methodology__contact a:hover {
      text-decoration: none; }
  .methodology__contact .icon {
    align-items: center;
    align-self: flex-start;
    background: rgba(159, 134, 64, 0.05);
    border-radius: 50%;
    color: #9F8640;
    display: flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    left: 0;
    width: 38px;
    position: absolute;
    top: -5px; }
  .methodology__contact-name {
    font-size: 16px; }
  .methodology__contact-small {
    color: #9baab2;
    font-size: 12px; }
.methodology__content {
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
  display: none;
  grid-column: 1 / span 6;
  margin: 8px 0 30px;
  padding: 20px 0;
  position: relative; }
.methodology__detail {
  line-height: 1.5;
  padding: 0 40px; }
  .methodology__detail p a {
    color: #9F8640;
    text-decoration: underline; }
    .methodology__detail p a:hover {
      text-decoration: none; }
  .methodology__detail-header {
    align-items: center;
    display: flex;
    gap: 28px;
    margin-bottom: 30px; }
  .methodology__detail-heading {
    color: #9baab2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px; }
  .methodology__detail-logo {
    border-right: 1px solid #e7ebf0;
    padding: 0 30px 0 0; }
    .methodology__detail-logo img {
      max-height: 90px;
      max-width: 150px;
      margin: -20px -20px -20px -10px; }
  .methodology__detail-title {
    color: #9F8640;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0; }
.methodology__grid {
  display: grid;
  gap: 10px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 30px; }
.methodology__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 35px;
  min-height: 45px;
  padding-left: 60px;
  padding-top: 12px;
  position: relative; }
  .methodology__heading .icon {
    align-items: center;
    background: rgba(159, 134, 64, 0.05);
    border-radius: 50%;
    color: #9F8640;
    display: flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 4px;
    width: 38px; }
  .methodology__heading-logo {
    align-self: center;
    margin-top: -12px;
    max-height: 45px;
    max-width: 82px; }
  .methodology__heading-separator {
    background: #e7ebf0;
    height: 45px;
    margin-top: -12px;
    width: 1px; }
.methodology__number {
  align-items: center;
  background: #9F8640;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  padding: 3px 7px 0;
  min-width: 24px;
  margin-top: -5px; }
.methodology__products {
  background: rgba(159, 134, 64, 0.05);
  border-radius: 4px;
  padding: 30px; }
  .methodology__products .input-group {
    height: 54px; }
  .methodology__products .input-group-append:first-child {
    padding-left: 22px; }
  .methodology__products .form-control {
    height: 100%;
    padding-left: 53px;
    padding-top: 3px; }
    .methodology__products .form-control::placeholder {
      font-style: normal;
      opacity: 0.5; }
  .methodology__products-heading {
    margin: 30px 0 25px;
    padding-left: 53px;
    padding-top: 12px;
    position: relative; }
    .methodology__products-heading:first-child {
      margin-top: 0; }
    .methodology__products-heading .icon {
      align-items: center;
      align-self: flex-start;
      background: rgba(159, 134, 64, 0.05);
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      font-size: 20px;
      height: 38px;
      justify-content: center;
      left: 0;
      position: absolute;
      top: 0;
      width: 38px; }
  .methodology__products-link {
    align-items: center;
    background: #ffffff;
    border: solid 1px rgba(155, 166, 178, 0.3);
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
    color: #9F8640;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 20px 20px 17px;
    text-decoration: none; }
    .methodology__products-link:hover {
      background: rgba(159, 134, 64, 0.005); }
    .methodology__products-link::after {
      border-bottom: 2px solid #9F8640;
      border-right: 2px solid #9F8640;
      content: "";
      height: 7px;
      margin-left: auto;
      transform: rotate(-45deg);
      width: 7px; }
  .methodology__products-list {
    font-size: 14px;
    list-style: none;
    padding: 0; }
    .methodology__products-list li {
      padding: 8px 0 8px 28px;
      position: relative; }
      .methodology__products-list li::before {
        background: #9F8640;
        content: "";
        height: 6px;
        left: 0;
        margin-top: 3px;
        position: absolute;
        width: 6px; }
  .methodology__products-logo {
    border-right: 1px solid #9baab2;
    margin-right: 30px;
    max-height: 45px;
    max-width: 150px;
    padding-right: 30px; }
  .methodology__products-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px; }
  .methodology__products-group + .methodology__products-group {
    margin-top: 30px; }
.methodology__subheading {
  color: #9baab2;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px; }
.methodology__toggler {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1; }
  .methodology__toggler img {
    max-height: 60px;
    max-width: 90%; }
  .methodology__toggler:hover {
    border-color: rgba(159, 134, 64, 0.5); }
  .methodology__toggler.active {
    border-color: rgba(159, 134, 64, 0.5); }
    .methodology__toggler.active::after {
      background: #ffffff;
      bottom: -25px;
      content: "";
      height: 15px;
      left: 50px;
      position: absolute;
      transform: rotate(45deg);
      width: 15px; }
@media (max-width: 991px) {
  .methodology__content {
    grid-column: 1 / span 5; }
  .methodology__grid {
    grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 767px) {
  .methodology__categories {
    grid-template-columns: repeat(3, 1fr); }
  .methodology__content {
    grid-column: 1 / span 4; }
    .methodology__detail-header {
      gap: 15px; }
    .methodology__detail-logo {
      max-width: 150px;
      padding-right: 15px; }
  .methodology__grid {
    grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575px) {
  .methodology__categories {
    grid-template-columns: repeat(2, 1fr); }
  .methodology__content {
    grid-column: 1 / span 3; }
  .methodology__detail {
    padding-left: 15px;
    padding-right: 15px; }
    .methodology__detail-header {
      flex-direction: column; }
    .methodology__detail-logo {
      border: 0;
      padding: 0; }
  .methodology__grid {
    grid-template-columns: repeat(3, 1fr); }
  .methodology__products {
    padding-left: 15px;
    padding-right: 15px; } }

.modal .table-default tbody tr:nth-child(2n + 1) {
  background: #ffffff; }
.modal-body {
  background: rgba(159, 134, 64, 0.05);
  padding: 20px 40px; }
.modal-dialog {
  max-width: 630px; }
  .modal-dialog.modal-lg {
    max-width: 800px; }
.modal-footer {
  background: rgba(159, 134, 64, 0.05);
  border: 0;
  justify-content: center;
  padding: 20px 40px 40px; }
.modal-header {
  border: 0;
  padding: 55px 40px 40px; }
  .modal-header .close {
    font-size: 30px;
    margin-left: 0;
    opacity: 0.3; }
.modal-title {
  font-size: 24px; }
@media (max-width: 767px) {
  .modal-header {
    padding: 25px 15px; }
  .modal-body {
    padding-left: 15px;
    padding-right: 15px; }
  .modal-footer {
    padding-left: 15px;
    padding-right: 15px; }
  .modal-title {
    font-size: 18px; } }
.modal .form__radio .form__invalid {
  position: absolute;
  top: 50px;
  left: 0; }

.nav-tabs {
  border: 0;
  margin: 0 -5px; }
  .nav-tabs .nav-item {
    margin: 0 5px;
    position: relative; }
    .nav-tabs .nav-item:hover .nav-link__delete {
      display: flex; }
    .nav-tabs .nav-item.show .nav-link {
      background: #9F8640;
      border-bottom-color: #9F8640;
      color: #ffffff;
      text-decoration: none; }
    .nav-tabs .nav-item--first {
      border-right: 1px solid #e7ebf0;
      font-weight: bold;
      padding-right: 20px; }
  .nav-tabs .nav-link {
    align-items: center;
    border: 0;
    border-bottom: 3px solid transparent;
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    height: 50px;
    padding: 12px 10px 11px;
    position: relative; }
    .nav-tabs .nav-link .icon {
      font-size: 20px; }
    .nav-tabs .nav-link::after {
      text-decoration: none; }
    .nav-tabs .nav-link:focus {
      border-bottom-color: transparent; }
    .nav-tabs .nav-link:hover {
      border-bottom-color: transparent;
      color: #2c404a; }
      .nav-tabs .nav-link:hover u {
        text-decoration: none; }
    .nav-tabs .nav-link.active {
      background: transparent;
      border-bottom-color: #9F8640;
      color: #9F8640; }
      .nav-tabs .nav-link.active .nav-link__number {
        background: #9F8640; }
      .nav-tabs .nav-link.active u {
        text-decoration: none; }
    .nav-tabs .nav-link.dropdown-toggle:hover {
      border-bottom-color: #9F8640;
      color: #ffffff;
      text-decoration: none; }
    .nav-tabs .nav-link.dropdown-toggle--icon:hover {
      background: transparent;
      border-bottom-color: transparent;
      color: #2c404a; }
  .nav-tabs__controls {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 120px);
    display: flex;
    padding-left: 120px;
    position: absolute;
    right: 0;
    z-index: 1; }
    .nav-tabs__controls-item {
      align-items: center;
      background: transparent;
      border: 1px solid rgba(44, 64, 74, 0.25);
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      font-size: 20px;
      height: 40px;
      justify-content: center;
      margin-left: 10px;
      padding: 0;
      width: 40px; }
  @media (max-width: 575px) {
    .nav-tabs .nav-link {
      height: 35px; } }

.nav-link__delete {
  align-items: center;
  background: red;
  border-radius: 50%;
  display: none;
  height: 14px;
  justify-content: center;
  position: absolute;
  right: -3px;
  top: 10px;
  width: 14px; }
  .nav-link__delete::after {
    color: #ffffff;
    content: "";
    font: 13px 'icomoon'; }
  .nav-link__delete:hover {
    background: #000000; }
.nav-link__number {
  align-items: center;
  background: rgba(44, 64, 74, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  margin: 0 15px;
  padding-top: 3px;
  text-decoration-color: transparent;
  width: 32px; }
  .nav-link__number:first-child {
    margin-left: 0; }
  .nav-link__number:last-child {
    margin-right: 0; }
  .nav-link__number--green {
    background: #6fcc16; }
@media (max-width: 767px) {
  .nav-link__number {
    height: 25px;
    margin: 0 5px;
    width: 25px; } }

.navigation {
  background: #ffffff;
  bottom: 0;
  box-shadow: 8px 0px 20px 0px rgba(143, 117, 48, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s;
  width: 280px;
  z-index: 10; }
  .navigation + * {
    margin-left: 280px;
    transition: all 0.25s; }
  .navigation__client {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 10px;
    margin-left: 65px;
    margin-right: auto;
    position: relative; }
    .navigation__client.active .navigation__client-collapse {
      animation: 2s delay-overflow;
      max-height: 300px;
      overflow: auto;
      padding-bottom: 25px;
      padding-top: 25px; }
    .navigation__client.active .navigation__client-overlay {
      bottom: 0; }
    .navigation__client-button {
      align-items: center;
      background: rgba(159, 134, 64, 0.05);
      border: 0;
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      flex-shrink: 0;
      font-size: 24px;
      font-weight: bold;
      height: 50px;
      justify-content: center;
      overflow: hidden;
      position: relative;
      width: 50px; }
      .navigation__client-button:hover {
        background: rgba(159, 134, 64, 0.15); }
    .navigation__client-collapse {
      background: #e7ebf0;
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      position: absolute;
      right: 0;
      top: calc(100% + 10px);
      transition: all 0.25s;
      min-width: 250px; }
    .navigation__client-icon {
      align-items: center;
      background: #9F8640;
      border-radius: 50%;
      color: #fff;
      display: flex;
      height: 32px;
      justify-content: center;
      margin-right: 12px;
      padding-top: 2px;
      width: 32px; }
    .navigation__client-overlay {
      left: 0;
      position: fixed;
      right: 0;
      top: 0; }
    .navigation__client-toggler {
      align-items: center;
      background: rgba(159, 134, 64, 0.05);
      border: 0;
      border-radius: 50%;
      color: #9F8640;
      display: flex;
      flex-shrink: 0;
      font-size: 13px;
      font-weight: bold;
      height: 50px;
      justify-content: center;
      overflow: hidden;
      position: relative;
      width: 50px; }
      .navigation__client-toggler:hover {
        box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
        color: #9F8640; }
    .navigation__client-select2 {
      width: 300px; }
    .navigation__client .select2-container--default .select2-selection--single {
      border-color: rgba(159, 134, 64, 0.5);
      border-radius: 25px;
      box-shadow: none;
      height: 50px; }
    .navigation__client .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #2c404a;
      font-weight: 600;
      padding-left: 10px; }
  .navigation__logo {
    align-items: center;
    border-bottom: 1px solid #e7ebf0;
    display: flex;
    justify-content: center;
    padding: 15px 35px; }
    .navigation__logo img {
      max-width: 193px;
      width: 100%; }
  .navigation__menu, .navigation__menu-bottom {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    overflow-x: auto; }
    .navigation__menu-item {
      align-items: center;
      color: rgba(44, 64, 74, 0.7);
      display: flex;
      gap: 14px;
      min-height: 48px;
      overflow: hidden;
      padding: 10px 35px 6px;
      position: relative; }
      .navigation__menu-item:first-child {
        border-bottom: 1px solid #e7ebf0;
        margin-bottom: 9px; }
      .navigation__menu-item::after {
        content: "";
        background: #9F8640;
        border-radius: 3px 0 0 3px;
        bottom: 2px;
        box-shadow: 0 6px 10px 0 rgba(60, 60, 60, 0.2);
        position: absolute;
        right: -20px;
        top: 2px;
        width: 5px; }
      .navigation__menu-item:hover .icon {
        color: #9F8640; }
      .navigation__menu-item .icon {
        font-size: 20px;
        margin-top: -4px; }
      .navigation__menu-item--active {
        color: #2c404a;
        font-weight: 600; }
        .navigation__menu-item--active .icon {
          color: #9F8640; }
        .navigation__menu-item--active::after {
          right: 0; }
    .navigation__menu-bottom {
      border-top: 1px solid #e7ebf0;
      padding-top: 8px;
      flex: 0 0 100%;
      max-width: 100%; }
      .navigation__menu-bottom .navigation__menu-item {
        padding: 5px; }
  .navigation__toggler {
    align-items: center;
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: none;
    font-size: 16px;
    justify-content: center;
    height: 40px;
    left: 7px;
    padding: 0;
    position: fixed;
    top: 7px;
    transition: none;
    width: 40px; }
  .navigation__user {
    border-top: 1px solid #e7ebf0;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding: 9px 20px 0; }
    .navigation__user .icon {
      color: rgba(44, 64, 74, 0.5);
      font-size: 20px; }
    .navigation__user-button {
      align-items: center;
      color: rgba(44, 64, 74, 0.7);
      cursor: pointer;
      display: flex;
      gap: 14px;
      height: 48px;
      padding: 4px 14px 0 14px;
      position: relative; }
      .navigation__user-button:hover .icon {
        color: #9F8640; }
    .navigation__user-header {
      align-items: center;
      background: #e7ebf0;
      border-radius: 25px;
      display: flex;
      gap: 9px;
      font-weight: 600;
      height: 50px;
      padding: 9px 15px 9px 9px; }
      .navigation__user-header .icon {
        margin-left: auto; }
    .navigation__user-name {
      align-items: center;
      background: #9F8640;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      font-size: 16px;
      font-weight: bold;
      height: 32px;
      justify-content: center;
      padding-top: 4px;
      width: 32px; }
    .navigation__user-select {
      min-width: 220px; }
      .navigation__user-select form {
        align-items: center;
        display: flex; }
      .navigation__user-select label {
        font-size: 13px;
        font-weight: 600;
        margin-right: 10px; }
      .navigation__user-select .select2-container--default .select2-selection--single {
        height: 26px; }
        .navigation__user-select .select2-container--default .select2-selection--single .select2-selection__rendered {
          height: 24px;
          padding-top: 4px; }
  @media (min-height: 900px) {
    .navigation__logo {
      height: 105px; }
    .navigation__menu-item:first-child {
      min-height: 65px; }
    .navigation__user {
      padding-bottom: 7px;
      padding-top: 19px; }
      .navigation__user-header {
        margin-bottom: 9px; } }
@media (max-width: 1399px) {
  .navigation__client {
    flex-wrap: wrap;
    margin: 15px 0 0;
    width: 100%; }
    .navigation__client-title {
      width: 100%; } }
@media (max-width: 1199px) {
  .navigation {
    font-size: 13px;
    width: 200px; }
    .navigation + * {
      margin-left: 200px; }
    .navigation__logo {
      padding-left: 45px;
      padding-right: 45px; }
    .navigation__menu-item {
      gap: 10px;
      min-height: 40px;
      padding-left: 15px;
      padding-right: 15px; }
      .navigation__menu-item::after {
        width: 3px; }
    .navigation__user {
      padding-left: 5px;
      padding-right: 5px; }
      .navigation__user-button {
        gap: 10px;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px; }
      .navigation__user-header {
        height: 40px;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-top: 4px; }
      .navigation__user-name {
        font-size: 14px; } }
@media (max-width: 991px) {
  .navigation {
    padding-top: 45px;
    margin-left: -200px; }
    .navigation.collapsed {
      margin-left: 0; }
    .navigation + * {
      margin-left: 0; }
    .navigation__toggler {
      display: flex; } }
@media (max-width: 575px) {
  .navigation__client-select2 {
    width: calc(100% - 60px); } }

.document-menu {
  align-self: stretch;
  border-bottom: 1px solid #e7ebf0;
  border-top: 1px solid #e7ebf0;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  max-width: 100%; }
  .document-menu-item {
    align-items: center;
    border-bottom: 3px solid transparent;
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    gap: 12px;
    white-space: nowrap;
    padding: 8px 5px 5px; }
    .document-menu-item:hover .icon {
      color: #9F8640; }
    .document-menu-item .icon {
      font-size: 20px; }
    .document-menu-item--active {
      border-bottom-color: #9F8640;
      color: #2c404a; }
      .document-menu-item--active .icon {
        color: #9F8640; }

.news {
  padding: 30px; }
  .news__date {
    color: #9baab2;
    font-size: 13px;
    margin-bottom: 9px; }
  .news__download {
    align-items: center;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
    color: #9F8640;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 20px;
    margin-top: 5px;
    padding: 10px 11px 10px 15px; }
    .news__download .icon {
      font-size: 20px; }
    .news__download-name {
      flex-grow: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .news__header {
    margin-bottom: 30px;
    padding-right: 100px; }
  .news__heading {
    font-size: 16px;
    font-weight: bold; }
  .news__item {
    background: rgba(159, 134, 64, 0.05);
    border-radius: 4px;
    font-size: 14px;
    padding: 30px; }
    .news__more.show .news__more-toggler::before {
      content: "-"; }
    .news__more.show .news__more-toggler-hide {
      display: block; }
    .news__more.show .news__more-toggler-show {
      display: none; }
  .news__more--cover .news__more-content {
    overflow: hidden;
    transition: all 0.25s; }
  .news__more--cover .news__more-control {
    display: flex; }
  .news__more-content {
    position: relative; }
  .news__more-control {
    display: none;
    margin-top: 14px; }
  .news__more-toggler {
    color: #9F8640;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
    position: relative;
    text-decoration: underline; }
    .news__more-toggler::before {
      content: "+";
      font-size: 20px;
      left: 0;
      line-height: 1;
      position: absolute;
      top: -2px; }
    .news__more-toggler:hover {
      text-decoration: none; }
    .news__more-toggler-hide {
      display: none; }
  .news__title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0; }
    .news .slick-arrow {
      background: transparent;
      border: 1px solid #e7ebf0;
      border-radius: 50%;
      font-size: 0;
      height: 40px;
      position: absolute;
      right: 0;
      top: -70px;
      width: 40px; }
      .news .slick-arrow::before {
        content: "";
        font: 20px 'icomoon'; }
      .news .slick-arrow:hover {
        background: #e7ebf0; }
    .news .slick-prev {
      transform: translateX(-50px) rotate(180deg); }
    .news .slick-slide {
      padding: 5px; }
    .news .slick-slider {
      margin: 0 -5px; }

.notifications.active .notifications__collapse {
  right: 0; }
.notifications__body {
  background: rgba(159, 134, 64, 0.05);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 30px;
  scrollbar-width: thin; }
.notifications__button {
  align-items: center;
  background: #E4656D;
  border-radius: 25px 0 0 25px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  padding-right: 4px;
  position: fixed;
  right: -10px;
  text-align: center;
  top: 24px;
  transition: all 0.25s;
  width: 70px;
  z-index: 1; }
  .notifications__button .icon {
    font-size: 24px; }
  .notifications__button-number {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    bottom: 9px;
    color: #E4656D;
    display: flex;
    filter: drop-shadow(0px 2.663px 7.989px rgba(44, 64, 74, 0.25));
    font-size: 13px;
    font-weight: 600;
    height: 18px;
    justify-content: center;
    letter-spacing: -1px;
    padding-top: 1px;
    position: absolute;
    right: 19px;
    transition: all 0.25s;
    width: 18px; }
  .notifications__button:hover {
    right: 0; }
  .notifications__button:hover .notifications__button-number {
    right: 9px; }
.notifications__close {
  align-items: center;
  color: #9F8640;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  margin-left: auto;
  width: 40px; }
  .notifications__close:hover {
    color: #E4656D; }
.notifications__collapse {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 100svh;
  max-width: 350px;
  position: fixed;
  right: -350px;
  top: 0;
  transition: all 0.25s;
  width: 100%;
  z-index: 2; }
.notifications__footer {
  align-items: center;
  border-top: 1px solid #e7ebf0;
  color: rgba(44, 64, 74, 0.7);
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  font-size: 14px;
  height: 60px;
  padding: 15px 30px 15px 37px; }
  .notifications__footer .icon {
    font-size: 20px;
    margin-top: -4px; }
.notifications__header {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 15px;
  height: 105px;
  padding: 15px 30px; }
  .notifications__header > .icon {
    align-items: center;
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-top: -5px;
    width: 50px; }
.notifications__item {
  border-top: 1px solid #e7ebf0;
  padding: 30px 50px 20px;
  position: relative; }
  .notifications__item p {
    margin-bottom: 10px; }
  .notifications__item-icon {
    align-items: center;
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 36px; }
  .notifications__item--read {
    color: rgba(44, 64, 74, 0.5); }
    .notifications__item--read .icon {
      background: rgba(44, 64, 74, 0.5); }
    .notifications__item--read .navigation__notifications-title {
      color: #2c404a;
      text-decoration: none; }
  .notifications__item-delete {
    color: rgba(44, 64, 74, 0.5);
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 30px; }
    .notifications__item-delete:hover {
      color: #9F8640; }
  .notifications__item-date {
    color: rgba(44, 64, 74, 0.5);
    margin-bottom: 10px; }
  .notifications__item-link {
    display: block;
    font-weight: bold;
    padding-left: 25px;
    text-decoration: underline; }
    .notifications__item-link::before {
      color: rgba(44, 64, 74, 0.5);
      content: "";
      font: 20px 'icomoon';
      left: 50px;
      margin-top: -5px;
      position: absolute; }
  .notifications__item-title {
    color: #9F8640;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-decoration: underline; }
@media (max-width: 991px) {
  .notifications .alert {
    font-size: 14px; }
  .notifications__body {
    padding: 0 15px; }
  .notifications__button {
    height: 50px;
    width: 60px; }
  .notifications__collapse {
    right: -250px;
    width: 250px; }
  .notifications__header {
    height: 60px;
    padding: 0 15px; }
    .notifications__header .icon {
      height: 40px;
      width: 40px; }
  .notifications__item {
    font-size: 14px;
    padding: 20px 30px 20px 50px; }
    .notifications__item-icon {
      top: 10px; } }

@keyframes delay-overflow {
  from {
    overflow: hidden; }
  to {
    overflow: auto; } }

.wizard {
  margin-top: 0.5rem; }
  .wizard .wizard-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
    .wizard .wizard-line:before, .wizard .wizard-line:after {
      content: '';
      display: block;
      background: #c1b083;
      height: 4px;
      flex-grow: 1;
      margin: 0 -5px; }
  .wizard .wizard-icon {
    background: #c1b083;
    border: 2px solid #c1b083;
    border-radius: 50%;
    color: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1em;
    line-height: 1em;
    z-index: 1; }
  .wizard .wizard-number {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 2px; }
  .wizard .wizard-label {
    text-align: center;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0.5rem 0.25rem 0; }
  .wizard .wizard-progress {
    justify-content: space-between; }
    .wizard .wizard-progress .wizard-step-link {
      flex: 1 1 0;
      align-items: center;
      display: flex;
      flex-direction: column;
      width: 100%; }
    .wizard .wizard-progress .wizard-step {
      flex: 1 1 0;
      align-items: center;
      display: flex;
      flex-direction: column; }
      .wizard .wizard-progress .wizard-step:first-child .wizard-line::before {
        background: none !important; }
      .wizard .wizard-progress .wizard-step:last-child .wizard-line::after {
        background: none !important; }
        .wizard .wizard-progress .wizard-step.success .wizard-line::before, .wizard .wizard-progress .wizard-step.success .wizard-line::after {
          background: #6fcc16; }
        .wizard .wizard-progress .wizard-step.success .wizard-icon {
          background: #6fcc16;
          border-color: #6fcc16;
          color: #ffffff; }
      .wizard .wizard-progress .wizard-step.danger .wizard-icon {
        background: #cc164d;
        border-color: #cc164d;
        color: #ffffff; }
        .wizard .wizard-progress .wizard-step.active .wizard-line::after {
          background: #c1b083; }
        .wizard .wizard-progress .wizard-step.active .wizard-icon {
          background: #9F8640;
          border-color: #9F8640;
          color: #ffffff; }
    .wizard .wizard-progress .wizard-step.success + .wizard-step.active .wizard-line::before {
      background: #6fcc16; }
  .wizard .wizard-progress .wizard-step.success + .wizard-step.success.active .wizard-line::after {
    background: #6fcc16; }
.wizard .wizard-progress .wizard-step.success + .wizard-step.danger.active .wizard-line::before {
  background: #c1b083; }

.newsletter {
  background: #ffffff;
  border: 1px solid rgba(44, 64, 74, 0.2);
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 30px; }
  .newsletter__controls {
    display: flex;
    justify-content: flex-end; }
    .newsletter__controls-item {
      align-items: center;
      color: rgba(44, 64, 74, 0.4);
      display: flex;
      font-size: 20px;
      justify-content: center;
      width: 30px; }
  .newsletter__date {
    color: rgba(44, 64, 74, 0.5);
    font-size: 14px; }
  .newsletter__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px; }
  .newsletter__image {
    align-items: center;
    background: rgba(159, 134, 64, 0.05);
    border-bottom: 1px solid rgba(44, 64, 74, 0.2);
    display: flex;
    height: 120px;
    justify-content: center;
    margin: -30px -30px 30px;
    position: relative; }
    .newsletter__image:hover .newsletter__image-controls {
      opacity: 1; }
    .newsletter__image img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .newsletter__image > .icon {
      color: rgba(44, 64, 74, 0.5);
      font-size: 50px; }
    .newsletter__image--lg {
      height: 200px; }
    .newsletter__image--xl {
      height: 350px; }
    .newsletter__image-controls {
      align-items: center;
      background: rgba(159, 134, 64, 0.5);
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.25s; }
  .newsletter__link {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline; }
    .newsletter__link:hover {
      color: #ffffff;
      text-decoration: none; }
  .newsletter__text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px; }
  .newsletter__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }
  @media (max-width: 991px) {
    .newsletter {
      padding: 15px; }
      .newsletter__image {
        margin: -15px -15px 15px; }
        .newsletter__image--lg {
          height: 150px; } }
@media (min-width: 576px) {
  .newsletter--big {
    padding: 60px; }
    .newsletter--big .newsletter__image {
      height: 350px;
      margin: -60px -60px 60px; } }

.video {
  background: #ffffff;
  border: 1px solid rgba(44, 64, 74, 0.2);
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 30px; }
  .video__controls {
    display: flex;
    justify-content: flex-end; }
    .video__controls-item {
      align-items: center;
      color: rgba(44, 64, 74, 0.4);
      display: flex;
      font-size: 20px;
      justify-content: center;
      width: 30px; }
  .video__date {
    color: rgba(44, 64, 74, 0.5);
    font-size: 14px; }
  .video__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px; }
  .video__image {
    align-items: center;
    background: rgba(159, 134, 64, 0.05);
    border-bottom: 1px solid rgba(44, 64, 74, 0.2);
    display: flex;
    height: 120px;
    justify-content: center;
    margin: -30px -30px 30px;
    position: relative; }
    .video__image img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .video__image > .icon {
      color: rgba(44, 64, 74, 0.5);
      font-size: 50px; }
    .video__image--lg {
      height: 200px; }
    .video__image--xl {
      height: 350px; }
    .video__image-controls {
      align-items: center;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.25s; }
  .video__link {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline; }
    .video__link:hover {
      color: #ffffff;
      text-decoration: none; }
  .video__text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px; }
  .video__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }
    .video.locked .video__image img {
      filter: greyscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
    .video.locked .video__image__shadow {
      width: 100%;
      height: 100%;
      background: #ccc; }
    .video.locked .video__image-controls {
      opacity: 1; }
      .video.locked .video__image-controls .icon {
        font-size: 25px;
        color: #fff;
        padding: 10px;
        background: rgba(159, 134, 64, 0.75);
        border-radius: 100%; }
  .video:not(.locked) .video__image:hover .video__image-controls {
    opacity: 1;
    background: rgba(159, 134, 64, 0.5); }
  @media (max-width: 991px) {
    .video {
      padding: 15px; }
      .video__image {
        margin: -15px -15px 15px; }
        .video__image--lg {
          height: 150px; } }
@media (min-width: 576px) {
  .video--big {
    padding: 60px; }
    .video--big .newsletter__image {
      height: 350px;
      margin: -60px -60px 60px; } }

.video-tutorial-wrapper video {
  width: 100%;
  max-width: 100%; }
.video-tutorial-wrapper .sub-heading {
  font-size: smaller;
  color: #888; }
.video-tutorial-wrapper .video-description {
  line-height: 1.5;
  color: #888; }
.video-tutorial-wrapper .video-links {
  font-size: smaller; }
.video-tutorial-wrapper .video-inactive {
  color: rgba(0, 0, 0, 0.35); }
  .video-tutorial-wrapper .faqs .card {
    padding: 0px 20px; }
    .video-tutorial-wrapper .faqs .card .row {
      align-items: center; }

.pagination {
  display: flex; }

.page-item {
  margin: 0 2.5px; }
  .page-item:first-child {
    margin-right: auto; }
  .page-item:last-child {
    margin-left: auto; }
  .page-item.active .page-link {
    background: #9F8640;
    border-color: #9F8640; }
  .page-item .icon {
    font-size: 20px;
    margin-top: -3px; }

.page-link {
  align-items: center;
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(149, 174, 197, 0.15);
  color: rgba(44, 64, 74, 0.5);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  padding: 3px 0 0;
  width: 40px; }

.progress {
  border-radius: 2px;
  height: 20px; }
  .progress-bar {
    background: #9F8640; }
    .progress-bar--success {
      background: #6fcc16; }

.report {
  display: flex; }
  .report.report-slider {
    padding: 0 40px; }
  .report .simplebar-content {
    display: flex; }
  .report .simplebar-track {
    background: rgba(44, 64, 74, 0.05); }
    .report .simplebar-track.simplebar-horizontal {
      height: 3px;
      bottom: -3px; }
    .report .simplebar-track .simplebar-scrollbar {
      height: 3px;
      top: 0; }
      .report .simplebar-track .simplebar-scrollbar::before {
        background: rgba(44, 64, 74, 0.5); }
  .report > .slick-arrow {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(44, 64, 74, 0.25);
    border-radius: 50%;
    color: #9F8640;
    display: flex;
    font-size: 0;
    height: 25px;
    justify-content: center;
    right: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25px; }
    .report > .slick-arrow::after {
      content: "";
      font: 15px 'icomoon'; }
    .report > .slick-arrow:hover {
      background: #d2d4de; }
    .report > .slick-arrow.slick-prev {
      left: 0;
      right: auto;
      transform: rotate(180deg); }
  .report__container::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 75%);
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px; }
  .report__container .report__item:last-child {
    margin-right: 80px; }
  .report__item {
    align-items: center;
    border-bottom: 3px solid transparent;
    color: rgba(44, 64, 74, 0.5);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px 10px;
    white-space: nowrap; }
    .report__item--active {
      border-color: #9F8640;
      color: #9F8640; }
      .report__item--active .report__number {
        background: #9F8640; }
    .report__item--disabled {
      opacity: 0.5; }
    .report__item--green .report__number {
      background: #6fcc16; }
  .report__number {
    align-items: center;
    background: rgba(44, 64, 74, 0.5);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-shrink: 0;
    font-weight: bold;
    height: 32px;
    justify-content: center;
    margin: 0 15px;
    padding-top: 3px;
    width: 32px; }
    .report__number:first-child {
      margin-left: 0; }
    .report__number:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .report__number {
      height: 25px;
      margin: 0 5px;
      width: 25px; } }
@media (max-width: 991px) {
  .report {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    position: relative; } }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(159, 134, 64, 0.5); }
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid rgba(159, 134, 64, 0.5); }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: rgba(159, 134, 64, 0.5);
  border-radius: 4px; }
.select2-container--default .select2-selection__clear {
  margin-right: 7px; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(159, 134, 64, 0.05);
  color: #2c404a; }
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(159, 134, 64, 0.05);
  color: #2c404a; }
  .select2-container--default .select2-results__option[aria-selected="true"]::before {
    border-bottom: 2px solid #9F8640;
    border-left: 2px solid #9F8640;
    content: "";
    height: 6px;
    left: 10px;
    margin-top: 3px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px; }
.select2-container--default .select2-selection--single {
  border: 1px solid #e7ebf0;
  box-shadow: 0 2px 0 #e7ebf0;
  border-radius: 4px;
  height: 46px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    align-items: center;
    display: flex;
    font: 14px 'Acumin Pro', Arial;
    height: 44px;
    padding: 5px 40px 0 20px; }
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e7ebf0;
  box-shadow: 0 2px 0 #e7ebf0;
  border-radius: 4px;
  height: 46px;
  position: relative; }
  .select2-container--default .select2-selection--multiple::after {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    content: "";
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    align-items: center;
    display: flex;
    font: 14px 'Acumin Pro', Arial;
    height: 44px;
    padding: 0 38px 0 18px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #9F8640;
    border: 0;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    margin: 2px;
    padding: 8px 10px 6px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-left: 10px;
    order: 2; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #ffffff;
      opacity: 0.57; }
  .select2-container--default .select2-selection--multiple .select2__icon .icon {
    color: #ffffff !important; }
.select2-container--open .select2-dropdown--above {
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(149, 174, 197, 0.25);
  margin-top: -5px; }
.select2-container--open .select2-dropdown--below {
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(149, 174, 197, 0.25);
  margin-top: 5px; }
.select2-dropdown {
  border: 1px solid #e7ebf0;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(149, 174, 197, 0.25); }
.select2-results__option {
  font-size: 14px;
  padding: 14px 20px 14px 30px;
  position: relative; }
.select2__icon {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 10px; }
  .select2__icon .icon {
    color: #9F8640;
    font-size: 20px;
    margin-top: -4px; }
.select2__logo {
  align-items: center;
  align-self: stretch;
  display: flex;
  font-weight: bold;
  gap: 20px; }
  .select2__logo-image {
    align-items: center;
    align-self: stretch;
    border-right: 1px solid #e7ebf0;
    display: flex; }
  .select2__logo img {
    height: 20px;
    object-fit: contain;
    width: 72px; }
.select2__flag {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 10px; }
  .select2__flag-image {
    display: flex;
    flex-shrink: 0;
    margin-top: -6px; }
.select2__color {
  align-items: center;
  display: flex;
  gap: 10px; }
  .select2__color-box {
    width: 15px;
    height: 15px;
    margin-top: -4px;
    border: 1px solid #e7ebf0;
    border-radius: 4px; }
    .select2__color-box.color-red {
      background: #fd6277; }
    .select2__color-box.color-blue {
      background: #70b2f4; }
    .select2__color-box.color-green {
      background: #8bfeb5; }
    .select2__color-box.color-yellow {
      background: #fcb95b; }
    .select2__color-box.color-purple {
      background: #7f8de1; }
    .select2__color-box.color-grey {
      background: #edf1f5; }
.select2__client-selection {
  align-items: center;
  display: flex;
  gap: 10px; }
  .select2__client-selection-initials {
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    height: 26px;
    width: 26px;
    padding-top: 6px; }
.select2__client-selection {
  align-items: center;
  display: flex;
  gap: 10px; }
  .select2__client-selection-initials {
    background: #9F8640;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    height: 26px;
    width: 26px;
    padding-top: 6px; }

.slider {
  background: rgba(159, 134, 64, 0.05);
  position: relative; }
  .slider > .slick-arrow {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(44, 64, 74, 0.25);
    border-radius: 50%;
    color: #9F8640;
    display: flex;
    font-size: 0;
    height: 40px;
    justify-content: center;
    right: calc(50% - 530px);
    padding: 0;
    position: absolute;
    top: -75px;
    width: 40px; }
    .slider > .slick-arrow::after {
      content: "";
      font: 20px 'icomoon'; }
    .slider > .slick-arrow:hover {
      background: #d2d4de; }
    .slider > .slick-arrow.slick-prev {
      margin-right: 50px;
      transform: rotate(180deg); }
  .slider > .slick-list {
    padding: 25px 0 25px 270px; }
    .slider > .slick-list > .slick-track > .slick-slide {
      display: flex;
      flex-direction: column;
      height: inherit !important;
      padding: 0 10px; }
  @media (max-width: 1199px) {
    .slider > .slick-list {
      padding-left: 100px; } }
@media (max-width: 1099px) {
  .slider > .slick-arrow {
    right: 15px; } }
@media (max-width: 575px) {
  .slider > .slick-arrow {
    right: calc(50% - 45px);
    top: -10px; }
  .slider > .slick-list {
    padding-left: 0;
    padding-top: 50px; } }

.steps {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  .steps--center {
    text-align: center; }
    .steps--center .steps__controls {
      justify-content: center;
      padding-left: 0; }
  .steps__body {
    background: rgba(159, 134, 64, 0.05);
    display: flex;
    flex-grow: 1; }
    .steps__body-center {
      margin: 0 auto;
      max-width: 387px;
      padding: 40px 15px;
      width: 100%; }
    .steps__body-left {
      background: rgba(44, 64, 74, 0.05);
      flex: 0 0 calc(50% - 176px);
      padding: 40px 40px 40px 15px; }
    .steps__body-right {
      padding: 40px 15px 40px 40px;
      max-width: 721px;
      width: 100%; }
  .steps__controls {
    display: flex;
    padding-left: calc(50% - 136px); }
    .steps__controls .report__item {
      padding-left: 10px;
      padding-right: 10px; }
  .steps__filter {
    margin-left: auto;
    max-width: 314px; }
  @media (max-width: 767px) {
    .steps__body {
      display: block; }
      .steps__body-left {
        padding-right: 15px; }
      .steps__body-right {
        padding-left: 15px; }
    .steps__filter {
      max-width: 100%; }
    .steps__controls {
      padding: 0; } }

.switch {
  margin: 12px 0;
  position: relative; }
  .switch label {
    color: rgba(44, 64, 74, 0.5);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    min-height: 24px;
    padding: 6px 0 0 73px;
    position: relative; }
    .switch label::after {
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0 1px 2px 0 rgba(44, 64, 74, 0.25);
      content: "";
      height: 16px;
      left: 4px;
      position: absolute;
      top: 4px;
      transition: all 0.25s;
      width: 16px; }
    .switch label::before {
      background: rgba(44, 64, 74, 0.1);
      border-radius: 12px;
      content: "";
      height: 24px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.25s;
      width: 44px; }
  .switch input {
    display: none; }
    .switch input:checked + label {
      color: #2c404a; }
      .switch input:checked + label::after {
        left: 24px; }
      .switch input:checked + label::before {
        background: #6fcc16; }
    .switch input[disabled] + label::before, .switch input[readonly] + label::before {
      opacity: 0.5; }
  .switch.switch-primary input:checked + label::before {
    background: #9F8640; }
.switch.switch-red input:checked + label::before {
  background: #cc164d; }
.switch input.form-group--invalid:checked + label::before {
  background: #cc164d; }
.switch .form__invalid {
  left: 0;
  right: auto; }

.table {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 14px; }
  .table tbody td {
    background: #ffffff;
    border: 0;
    padding: 19px 22px 15px;
    vertical-align: middle; }
    .table tbody td:first-child {
      border-radius: 6px 0 0 6px; }
    .table tbody td:last-child {
      border-radius: 0 6px 6px 0; }
  .table tbody th {
    background: #ffffff;
    border: 0;
    border-radius: 6px 0 0 6px;
    font-weight: normal;
    padding: 19px 22px 15px;
    text-align: left;
    vertical-align: middle; }
  .table tbody tr {
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.5); }
  .table thead th {
    border: 0;
    color: rgba(44, 64, 74, 0.5);
    font-size: 12px;
    padding: 12px 22px;
    text-align: left;
    text-transform: uppercase; }
  .table tfoot th {
    border: 0;
    padding: 0; }
  .table-head {
    color: rgba(44, 64, 74, 0.5);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
  .table-row {
    font-size: 14px;
    background: #ffffff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.5);
    margin-bottom: 5px; }
    .table-row-padding {
      padding: 19px 22px 15px; }
  .table-sort {
    position: relative; }
    .table-sort::after {
      content: url("/img/table-sort.svg");
      filter: brightness(0);
      right: -20px;
      margin-right: 2px;
      opacity: 0.25;
      position: absolute;
      top: -4px; }
    .table-sort:hover::after {
      filter: brightness(1);
      opacity: 1; }
    .table-sort--active::after {
      content: url("/img/table-sort--active.svg"); }
    .table-sort--active-up::after {
      content: url("/img/table-sort--active.svg");
      top: -6px;
      transform: rotate(180deg); }
  .table_email:hover {
    text-decoration: none; }
  .table__controls {
    text-align: right;
    white-space: nowrap;
    width: 1%; }
    .table__controls-item {
      display: inline-flex;
      padding: 0 1px;
      position: relative; }
      .table__controls-item:hover .icon {
        color: #9F8640; }
      .table__controls-item .icon {
        color: rgba(44, 64, 74, 0.35);
        flex-shrink: 0;
        font-size: 22px;
        margin-left: 5px;
        max-width: none;
        transition: all 0.25s; }
      .table__controls-item .icon-small {
        font-size: 18px; }
      .table__controls-item .subicon {
        position: absolute;
        bottom: -5px;
        right: -3px;
        background: #fff;
        border-radius: 50%;
        font-size: 0.6em;
        padding: 1px;
        opacity: 1; }
      .table__controls-item:hover .subicon {
        opacity: 0;
        transition: all 0.5s; }
  .table__text--light {
    color: rgba(44, 64, 74, 0.5); }
  .table__wrapper {
    flex-grow: 1;
    margin-top: 53px; }
    .table__wrapper .table:first-child {
      margin-top: -50px; }
  @media (min-width: calc(991px + 1px)) {
    .table-row:hover {
      box-shadow: 0 8px 8px 0 rgba(140, 145, 150, 0.15); }
    .table-row-faded {
      opacity: 0.55; }
      .table-row-faded:hover {
        opacity: 1; } }
@media (max-width: 1199px) {
  .table tbody td {
    padding-left: 15px;
    padding-right: 15px; }
  .table tbody th {
    padding-left: 15px;
    padding-right: 15px; }
  .table thead th {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: calc(991px + 1px)) {
  .table tbody tr:hover {
    box-shadow: 0 8px 8px 0 rgba(140, 145, 150, 0.15); } }
@media (max-width: 767px) {
  .table {
    margin-top: 20px; }
    .table tbody td {
      display: block;
      padding: 5px 0; }
      .table tbody td[data-label]::before {
        content: attr(data-label);
        font-weight: 500;
        margin-right: 15px; }
    .table tbody th {
      padding: 5px 0; }
    .table tbody tr {
      background: #ffffff;
      border-radius: 6px;
      display: block;
      margin: 3px 0;
      padding: 15px 50px 15px 15px;
      position: relative; }
    .table thead {
      display: none; }
    .table--primary tbody tr {
      background: #EAE5D8;
      box-shadow: none; }
    .table__controls {
      text-align: left; }
      .table__controls-item {
        padding: 5px 5px 0; }
        .table__controls-item .icon {
          font-size: 28px; }
    .table__wrapper {
      margin-top: 0; }
      .table__wrapper .table:first-child {
        margin-top: 0; } }

.table-default {
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 500;
  width: 100%; }
  .table-default tbody td {
    padding: 14px 20px 10px; }
  .table-default tbody th {
    color: rgba(44, 64, 74, 0.5);
    font-weight: normal;
    padding: 14px 20px 10px; }
  .table-default tbody tr:nth-child(2n + 1) {
    background: rgba(159, 134, 64, 0.05); }
  .table-default thead th {
    color: rgba(44, 64, 74, 0.5);
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 10px; }
  .table-default thead th a, .table-default tbody th a {
    color: #9F8640;
    display: block;
    text-decoration: underline; }

.table-default.table-sm thead th {
  padding: 6px 15px 4px; }
.table-default.table-sm tbody td {
  padding: 6px 15px 4px; }

.table-no-header-padding thead th {
  padding-bottom: 2px; }

.table-fixed {
  table-layout: fixed; }

@media (max-width: 991px) {
  .table-default tbody td {
    padding: 14px 10px 10px; }
  .table-default thead th {
    padding: 14px 10px 10px; } }

@media (max-width: 767px) {
  .table-default--responsive tbody td {
    display: flex;
    justify-content: space-between;
    padding: 5px 0; }
    .table-default--responsive tbody td::before {
      content: attr(data-label);
      font-weight: 600;
      padding-right: 15px; }
  .table-default--responsive tbody tr {
    display: block;
    padding: 10px; }
  .table-default--responsive thead {
    display: none; } }

.table-row-append {
  position: relative;
  top: -8px; }

.task {
  flex-grow: 1; }
  .task .container {
    padding-right: calc(490px - (50vw - 790px)); }
  .task__completed-container {
    padding: 0 0 20px; }
  .task__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 17px; }
  .task__title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px; }
    .task__title-header .task__title {
      margin-bottom: 0; }
    .task__title-header label {
      background: transparent; }
  .task__detail {
    background: #9F8640;
    bottom: 0;
    color: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.25s;
    width: 400px;
    z-index: 12; }
    .task__detail input {
      border: 0;
      border-radius: 4px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
      color: rgba(44, 64, 74, 0.7);
      font: 14px 'Acumin Pro', Arial;
      height: 46px;
      padding: 5px 16px;
      width: 100%; }
      .task__detail input::placeholder {
        color: rgba(44, 64, 74, 0.7);
        opacity: 1; }
    .task__detail label {
      align-items: center;
      display: flex;
      font-size: 13px;
      font-weight: bold;
      min-height: 46px; }
    .task__detail textarea {
      border: 1px solid rgba(94, 86, 61, 0.3);
      border-radius: 4px;
      box-shadow: 4px 4px 8px 0 rgba(94, 86, 61, 0.1) inset;
      color: rgba(44, 64, 74, 0.7);
      font: 14px 'Acumin Pro', Arial;
      padding: 16px;
      width: 100%; }
    .task__detail .select2-container--default .select2-selection--single {
      border: 0;
      border-radius: 4px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }
    .task__detail .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: rgba(44, 64, 74, 0.7); }
    .task__detail-attachments {
      display: flex;
      flex-direction: column;
      gap: 3px; }
      .task__detail-attachments-add {
        margin-top: 11px; }
        .task__detail-attachments-add input {
          display: none; }
        .task__detail-attachments-add label {
          align-items: center;
          background: #2c404a;
          border-radius: 6px;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          display: flex;
          font-size: 14px;
          font-weight: 600;
          gap: 10px;
          justify-content: center;
          min-height: 48px;
          padding: 5px 30px;
          text-align: center; }
          .task__detail-attachments-add label .icon {
            font-size: 18px; }
      .task__detail-attachments-control {
        align-items: center;
        color: #9baab2;
        display: flex;
        flex-shrink: 0;
        font-size: 18px;
        height: 18px;
        justify-content: center;
        width: 18px; }
      .task__detail-attachments-info {
        align-items: start;
        color: rgba(44, 64, 74, 0.7);
        display: flex;
        font-size: 13px;
        gap: 3px; }
        .task__detail-attachments-info .icon {
          font-size: 12px; }
      .task__detail-attachments-item {
        align-items: center;
        background: #ffffff;
        border-radius: 6px;
        color: #2c404a;
        display: flex;
        gap: 12px;
        min-height: 56px;
        padding: 5px 15px; }
      .task__detail-attachments-main {
        display: flex;
        flex-direction: column;
        gap: 4px;
        overflow: hidden; }
      .task__detail-attachments-name {
        font-size: 14px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .task__detail-back {
      align-items: center;
      background: rgba(234, 229, 216, 0.3);
      border: 0;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      font-size: 16px;
      height: 41px;
      justify-content: center;
      width: 41px; }
      .task__detail-back:hover {
        background: #EAE5D8; }
    .task__detail-box {
      background: #E2DAC5;
      border-radius: 0 0 6px 6px;
      color: rgba(44, 64, 74, 0.7);
      display: flex;
      flex-direction: column;
      font-size: 15px;
      margin-bottom: 10px;
      padding: 20px; }
      .task__detail-box-data {
        align-items: center;
        color: #2c404a;
        display: flex;
        font-size: 14px;
        min-height: 46px; }
      .task__detail-box-row {
        align-items: start;
        display: grid;
        gap: 15px;
        grid-template-columns: 18px 1fr;
        margin-bottom: 6px; }
        .task__detail-box-row:last-child {
          margin-bottom: 0; }
      .task__detail-box .icon {
        color: #9F8640;
        font-size: 18px;
        margin-bottom: 4px; }
      .task__detail-box--client {
        background: #ffffff; }
    .task__detail-caption {
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.75rem;
      margin-bottom: 4px;
      text-transform: uppercase; }
    .task__detail-comment {
      background: #ffffff;
      border-radius: 6px;
      color: rgba(44, 64, 74, 0.7);
      font-size: 15px;
      line-height: 1.33;
      padding: 8px 20px 20px 54px;
      position: relative; }
      .task__detail-comment-empty {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 13px;
        gap: 20px;
        text-align: center; }
        .task__detail-comment-empty .icon {
          color: rgba(44, 64, 74, 0.3);
          font-size: 36px; }
      .task__detail-comment-icon {
        color: #9F8640;
        font-size: 18px;
        left: 20px;
        position: absolute;
        top: 20px; }
      .task__detail-comment--client {
        background: #E2DAC5; }
    .task__detail-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: auto;
      padding: 29px 40px 44px; }
    .task__detail-delete {
      align-items: center;
      align-self: center;
      background: transparent;
      border: 0;
      color: rgba(255, 255, 255, 0.7);
      display: flex;
      font-size: 14px;
      gap: 10px;
      justify-content: center;
      margin-top: 20px;
      padding: 10px;
      position: relative;
      text-align: center;
      text-decoration: underline; }
      .task__detail-delete .icon {
        font-size: 18px;
        left: -18px;
        position: absolute;
        top: 6px; }
      .task__detail-delete:hover {
        color: #ffffff;
        text-decoration: none; }
    .task__detail-done {
      background: #ffffff;
      border-radius: 6px 6px 0 0;
      color: #2c404a;
      margin-bottom: 1px;
      padding: 18px; }
      .task__detail-done input {
        display: none; }
        .task__detail-done input:checked + label::before {
          background: #6fcc16;
          border: 2px solid #6fcc16; }
      .task__detail-done label {
        align-items: center;
        display: flex;
        font: 600 14px 'Acumin Pro', Arial;
        min-height: 24px;
        padding-left: 36px;
        padding-top: 2px;
        position: relative; }
        .task__detail-done label::before {
          align-items: center;
          border: 2px solid rgba(94, 86, 61, 0.5);
          border-radius: 50%;
          color: #ffffff;
          content: "";
          display: flex;
          font-family: 'icomoon';
          height: 24px;
          justify-content: center;
          left: 0;
          position: absolute;
          top: 0;
          width: 24px; }
    .task__detail-header {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 36px; }
      .task__detail-header textarea {
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        padding: 0;
        transition: all 0.25s; }
        .task__detail-header textarea:focus {
          background: #ffffff;
          color: #2c404a;
          font-size: 16px;
          padding: 12px 16px; }
    .task__detail-heading {
      align-items: center;
      color: #9F8640;
      display: flex;
      font-size: 13px;
      margin: 0;
      min-height: 46px;
      text-transform: uppercase; }
    .task__detail-input-group {
      background: #ffffff;
      border: 0;
      border-radius: 4px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
      display: flex; }
      .task__detail-input-group input {
        box-shadow: none;
        flex-grow: 1;
        width: 0; }
      .task__detail-input-group label {
        padding-right: 14px; }
      .task__detail-input-group .icon {
        color: #9baab2; }
    .task__detail-label {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      font-weight: bold;
      padding: 29px 20px 20px 54px;
      position: relative;
      text-transform: uppercase; }
      .task__detail-label .icon {
        font-size: 18px;
        left: 20px;
        position: absolute;
        top: 25px; }
    .task__detail-title {
      font-size: 26px;
      margin-bottom: 0; }
    .task__detail-title-wrapper {
      position: relative;
      width: 100%; }
    .task__detail-title {
      cursor: pointer;
      transition: color 0.2s; }
      .task__detail-title:hover {
        color: rgba(255, 255, 255, 0.9); }
    .task__detail-title-input {
      background: #ffffff;
      border: 0;
      border-radius: 4px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
      color: #2c404a;
      font-size: 26px;
      font-weight: 500;
      height: auto;
      padding: 5px 16px;
      width: 100%; }
    @media (max-width: 1199px) {
      .task__detail-title-input {
        font-size: 22px; } }
    .task__detail.active {
      transform: translateX(0); }
  .task__item {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(149, 174, 197, 0.5);
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 3px;
    padding: 17px 22px 17px 56px;
    position: relative; }
    .task__item:focus, .task__item:hover {
      color: #9F8640; }
    .task__item::before {
      align-items: center;
      border: 2px solid rgba(94, 86, 61, 0.5);
      border-radius: 50%;
      color: #ffffff;
      content: "";
      display: flex;
      font: 18px 'icomoon';
      height: 24px;
      justify-content: center;
      left: 18px;
      position: absolute;
      top: 18px;
      width: 24px; }
    .task__item-date {
      align-items: end;
      color: rgba(44, 64, 74, 0.6);
      display: flex;
      font-size: 13px;
      gap: 4px;
      line-height: 1;
      padding-bottom: 2px; }
      .task__item-date .icon {
        color: rgba(44, 64, 74, 0.5);
        font-size: 16px; }
    .task__item-delete {
      align-items: center;
      bottom: 0;
      color: rgba(44, 64, 74, 0.35);
      display: flex;
      font-size: 22px;
      padding-right: 20px;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.25s; }
      .task__item-delete:hover {
        color: #9F8640; }
    .task__item-label {
      background: rgba(159, 134, 64, 0.15);
      border-radius: 6px;
      color: #9F8640;
      font-size: 13px;
      line-height: 1;
      padding: 4px 8px; }
    .task__item-user {
      background: rgba(94, 86, 61, 0.15);
      border-radius: 6px;
      color: #5E563D;
      font-size: 13px;
      line-height: 1;
      padding: 4px 8px; }
    .task__item-name {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0; }
    .task__item-row {
      align-items: center;
      display: flex;
      gap: 8px; }
    .task__item--done {
      background: #EAE5D8;
      box-shadow: none; }
      .task__item--done::before {
        background: #6fcc16;
        border-color: #6fcc16;
        content: ""; }
  .task__overlay {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11; }
    .task__overlay.active {
      bottom: 0; }
  .task__title {
    color: #9baab2;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 22px;
    text-align: left;
    text-transform: uppercase; }
  .task__error {
    color: #cc164d;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: 500; }
    .task__detail-errors {
      margin: 0 40px 15px;
      padding: 10px 15px;
      background-color: rgba(204, 22, 77, 0.1);
      border-left: 3px solid #cc164d;
      border-radius: 6px; }
      .task__detail-errors ul {
        margin: 0;
        padding-left: 20px; }
      .task__detail-errors li {
        color: #cc164d;
        font-size: 14px; }
  .task input.error, .task textarea.error, .task select.error {
    border-color: #cc164d !important;
    box-shadow: 0 0 0 1px rgba(204, 22, 77, 0.25) !important; }
  .task .select2-container--default .select2-selection--single.error {
    border-color: #cc164d !important;
    box-shadow: 0 0 0 1px rgba(204, 22, 77, 0.25) !important; }
  @media (max-width: 1750px) {
    .task .container {
      padding-right: 400px; } }
@media (max-width: 1199px) {
  .task .container {
    padding-right: 315px; }
  .task__detail {
    max-width: 100vw;
    width: 300px; }
    .task__detail-content {
      padding-left: 15px;
      padding-right: 15px; }
    .task__detail-header {
      margin-bottom: 20px;
      padding-right: 55px; }
    .task__detail-title {
      font-size: 22px; } }
@media (max-width: 767px) {
  .task .container {
    padding-right: 15px; } }
@media (max-width: 767px) {
  .task__detail-errors {
    margin: 0 15px 10px; } }

.task .task__item::before, .task .js-open-detail {
  cursor: pointer; }

.text-label {
  font-size: 14px;
  color: #2c404a !important; }

.text-label-muted {
  color: rgba(44, 64, 74, 0.5);
  font-size: 14px;
  font-weight: 500; }

.text--14px {
  font-size: 14px; }
.text--18px {
  font-size: 18px; }
.text--22px {
  font-size: 22px; }
.text--24px {
  font-size: 24px; }
.text--color-gray {
  color: #9baab2; }
.text--color-green {
  color: #6fcc16; }
.text--color-primary {
  color: #9F8640; }
.text--color-light {
  color: rgba(159, 134, 64, 0.5); }
.text--color-red {
  color: #cc164d !important; }
.text--color-orange {
  color: #f79240 !important; }
.text--color-light {
  color: rgba(44, 64, 74, 0.5); }
.text--medium {
  font-weight: 500; }
.text--semibold {
  font-weight: 600; }
@media (max-width: 767px) {
  .text--24px {
    font-size: 18px; } }

.tooltip {
  font-size: 11px; }
  .tooltip-button {
    margin-left: 5px;
    top: -3px;
    position: relative; }
  .tooltip-wide .tooltip-inner {
    max-width: 500px; }
  .tooltip-inner ul {
    margin: 0;
    padding-left: 20px; }

.collapser-small {
  height: 20px; }

.questionnaire .question {
  position: relative;
  font-size: 0.8em; }
  .questionnaire .question.question-layout-default .form__radio {
    padding: 6px 0; }
    .questionnaire .question.question-layout-default .form__radio label {
      max-width: none; }
  .questionnaire .question.question-layout-default .form__radio:last-child {
    padding-bottom: 0; }
  .questionnaire .question.question-layout-bool {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .questionnaire .question.question-layout-bool .form__radio label:before {
      margin-top: -3px; }
    .questionnaire .question.question-layout-bool .form__radio label:after {
      margin-top: 2px; }
    .questionnaire .question.question-layout-bool > div:first-child {
      width: 72%; }
    .questionnaire .question.question-layout-bool > div:nth-child(2) {
      margin-left: 20px;
      flex: 0 0 200px;
      margin-top: -10px; }
    .questionnaire .question.question-layout-bool > input {
      width: 100%; }
  .questionnaire .question.question-disabled .form__invalid {
    display: none; }
  .questionnaire .question .form__invalid {
    position: absolute;
    margin-top: 5px;
    left: 0;
    bottom: -16px; }
.questionnaire .question + .question {
  margin-top: 0.5rem; }
.questionnaire .question.question-layout-bool + .question.question-layout-bool {
  margin-top: 0.5rem; }
  .questionnaire .table-default th, .questionnaire .table-default td {
    padding: 7px 10px 5px; }
  .questionnaire .table-default .label-prefix {
    flex: 0 0 auto;
    margin-right: 5px; }

.dropzone-primary {
  display: block;
  border: 2px dashed rgba(159, 134, 64, 0.75);
  background: rgba(159, 134, 64, 0.05); }
  .dropzone-primary.dragover {
    border-color: #9F8640;
    background: rgba(159, 134, 64, 0.15); }
  .dropzone-primary * {
    pointer-events: none; }

a.dropzone-primary:hover {
  border-color: rgba(159, 134, 64, 0.8);
  background: rgba(159, 134, 64, 0.1); }
a.dropzone-primary:active {
  border-color: rgba(159, 134, 64, 0.85);
  background: rgba(159, 134, 64, 0.15); }

.review-stars .review-item .bi-star {
  display: block; }
.review-stars .review-item .bi-star-fill {
  display: none; }
.review-stars .review-item:has(~ .active) .bi-star, .review-stars .review-item.active .bi-star {
  display: none; }
.review-stars .review-item:has(~ .active) .bi-star-fill, .review-stars .review-item.active .bi-star-fill {
  display: block; }

.icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem; }

.cropper-rounded .cropper-view-box, .cropper-rounded .cropper-face {
  border-radius: 50%; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis; }

.w-400px {
  width: 400px; }

.w-500px {
  width: 500px; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.mb-20vh {
  margin-bottom: 20vh; }

.product-investment-list {
  overscroll-behavior: contain;
  max-height: 280px;
  overflow-y: auto; }

.mortgage-offer-institution-box {
  display: block;
  max-height: 120px;
  background: rgba(159, 134, 64, 0.05);
  padding: 5px;
  text-align: center; }

.mortgage-offer-institution-box__name {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000000; }

iframe.iframe-full {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.wrapper {
  background: rgba(159, 134, 64, 0.05);
  flex-grow: 1;
  padding: 40px 0; }
  .wrapper .header {
    padding-top: 0; }
  @media (min-width: calc(991px + 1px)) {
    .wrapper__border-left-lg {
      border-left: 1px solid #e7ebf0;
      margin-left: 25px;
      padding-left: 60px; } }
@media (max-width: 991px) {
  .wrapper--sm-no-padding-top {
    padding-top: 0; } }

.dropzone.form__dropzone {
  min-height: 200px;
  border: 2px dashed rgba(159, 134, 64, 0.75);
  background-color: rgba(159, 134, 64, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1rem; }
  .dropzone.form__dropzone:hover {
    background-color: #ffffff;
    border-color: #e7ebf0; }
  .dropzone.form__dropzone.dz-drag-hover {
    background-color: #EAE5D8;
    border-color: rgba(159, 134, 64, 0.9); }
  .dropzone.form__dropzone .dz-message {
    text-align: center;
    color: #2c404a;
    font-size: 0.8rem; }
    .dropzone.form__dropzone .dz-message span {
      display: block;
      margin: 0.5rem 0; }
    .dropzone.form__dropzone .dz-message:before {
      content: '';
      display: block;
      width: 48px;
      height: 48px;
      margin: 0 auto 1rem;
      background: #EAE5D8;
      mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 16.5l-6-6h4v-6h4v6h4l-6 6zm9-12h-18c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-12c0-1.1-.9-2-2-2zm0 14h-18v-12h18v12z"/></svg>');
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain; }
  .dropzone.form__dropzone.form__dropzone--error {
    border-color: #cc164d;
    background-color: #9baab2; }

.dz-preview {
  display: none !important; }

::-webkit-scrollbar {
  background: rgba(159, 134, 64, 0.05);
  height: 5px;
  width: 6px; }

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(159, 134, 64, 0.5);
  border-radius: 3px; }

::-webkit-scrollbar-track {
  background-color: rgba(159, 134, 64, 0.05); }

:root {
  scrollbar-color: rgba(159, 134, 64, 0.5) rgba(159, 134, 64, 0.05) !important;
  scrollbar-width: thin !important; }

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%; }

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 0 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: none; }

.autoComplete_wrapper > ul > li {
  padding: 10px 15px;
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease; }

.autoComplete_wrapper > ul > li > .description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8em;
  color: #999; }

.autoComplete_wrapper > ul > li::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0); }

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1); }

.autoComplete_wrapper > ul > li mark {
  padding: 0;
  background-color: transparent;
  color: #9F8640;
  font-weight: bold; }

.autoComplete_wrapper > ul > li mark::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0); }

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(123, 123, 123, 0.1); }

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem; } }

