@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(/fonts/AvenirNextLTPro-Demi.woff2?f384336cc77f7a356962734086eaebf9) format("woff2"), url(/fonts/AvenirNextLTPro-Demi.woff?40d77dd0cbc41151a98c2134715e2e0f) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url(/fonts/AvenirNextLTPro-Regular.woff2?f733bfad353c7d317def67fa252c9581) format("woff2"), url(/fonts/AvenirNextLTPro-Regular.woff?fe4161e9f9c0dbaad54c23fb0033bbc5) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mt-1 {
  margin-top: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.ml-6 {
  margin-left: 30px;
}

.mr-6 {
  margin-right: 30px;
}

.mt-7 {
  margin-top: 35px;
}

.mb-7 {
  margin-bottom: 35px;
}

.ml-7 {
  margin-left: 35px;
}

.mr-7 {
  margin-right: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mt-9 {
  margin-top: 45px;
}

.mb-9 {
  margin-bottom: 45px;
}

.ml-9 {
  margin-left: 45px;
}

.mr-9 {
  margin-right: 45px;
}

.mt-10 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 50px;
}

.ml-10 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 50px;
}

.mt-11 {
  margin-top: 55px;
}

.mb-11 {
  margin-bottom: 55px;
}

.ml-11 {
  margin-left: 55px;
}

.mr-11 {
  margin-right: 55px;
}

.mt-12 {
  margin-top: 60px;
}

.mb-12 {
  margin-bottom: 60px;
}

.ml-12 {
  margin-left: 60px;
}

.mr-12 {
  margin-right: 60px;
}

.mt-13 {
  margin-top: 65px;
}

.mb-13 {
  margin-bottom: 65px;
}

.ml-13 {
  margin-left: 65px;
}

.mr-13 {
  margin-right: 65px;
}

.mt-14 {
  margin-top: 70px;
}

.mb-14 {
  margin-bottom: 70px;
}

.ml-14 {
  margin-left: 70px;
}

.mr-14 {
  margin-right: 70px;
}

.mt-15 {
  margin-top: 75px;
}

.mb-15 {
  margin-bottom: 75px;
}

.ml-15 {
  margin-left: 75px;
}

.mr-15 {
  margin-right: 75px;
}

.mt-16 {
  margin-top: 80px;
}

.mb-16 {
  margin-bottom: 80px;
}

.ml-16 {
  margin-left: 80px;
}

.mr-16 {
  margin-right: 80px;
}

.mt-17 {
  margin-top: 85px;
}

.mb-17 {
  margin-bottom: 85px;
}

.ml-17 {
  margin-left: 85px;
}

.mr-17 {
  margin-right: 85px;
}

.mt-18 {
  margin-top: 90px;
}

.mb-18 {
  margin-bottom: 90px;
}

.ml-18 {
  margin-left: 90px;
}

.mr-18 {
  margin-right: 90px;
}

.mt-19 {
  margin-top: 95px;
}

.mb-19 {
  margin-bottom: 95px;
}

.ml-19 {
  margin-left: 95px;
}

.mr-19 {
  margin-right: 95px;
}

.mt-20 {
  margin-top: 100px;
}

.mb-20 {
  margin-bottom: 100px;
}

.ml-20 {
  margin-left: 100px;
}

.mr-20 {
  margin-right: 100px;
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.inline {
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=file],
select,
textarea {
  display: block;
  border: none;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 14px;
  padding: 16px;
  outline: none;
  width: 100%;
  color: #464646;
  background-color: #fff;
  border-radius: 0;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("/assets/images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}

label {
  display: inline-block;
}

textarea {
  resize: vertical;
}

input[type=text].inline--input {
  display: inline-block;
  padding: 9px 16px;
}

/* Base for label styling */

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

[type=checkbox]:not(:checked) + label:not(.btn),
[type=checkbox]:checked + label:not(.btn) {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  vertical-align: top;
}

/* checkbox aspect */

[type=checkbox]:not(:checked) + label:not(.btn):before,
[type=checkbox]:checked + label:not(.btn):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: #FFF;
  transition: all 0.275s;
}

/* checked mark aspect */

[type=checkbox]:not(:checked) + label:not(.btn):after,
[type=checkbox]:checked + label:not(.btn):after {
  content: "";
  position: absolute;
  top: 0.12em;
  left: 0.12em;
  font-size: 1.375em;
  color: #52D9B9;
  line-height: 0;
  transition: all 0.2s;
  background-image: url("/assets/images/icons/check.svg");
  width: 0.6em;
  height: 0.6em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[type=checkbox].radio--icon:not(:checked) + label:not(.btn):after,
[type=checkbox].radio--icon:checked + label:not(.btn):after {
  background-image: url("/assets/images/icons/radio.svg");
}

/* checked mark aspect changes */

[type=checkbox]:not(:checked) + label:not(.btn):after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:not(.btn):after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */

[type=checkbox]:disabled:not(:checked) + label:not(.btn):before,
[type=checkbox]:disabled:checked + label:not(.btn):before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:not(.btn):after {
  color: #777;
}

[type=checkbox]:disabled + label:not(.btn) {
  color: #aaa;
}

/* Accessibility */

[type=checkbox]:checked:focus + label:not(.btn):before,
[type=checkbox]:not(:checked):focus + label:not(.btn):before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(82, 217, 185, 0.2);
}

/*the container must be positioned relative:*/

.select--custom {
  position: relative;
}

.select--custom select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  background-image: url("/assets/images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.select-selected.select-arrow-active {
  background-image: url("/assets/images/icons/select-arrow-up.svg");
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 15px;
  padding: 16px 24px;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-weight: normal;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.05);
}

.select-items div {
  padding: 10px 24px;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #52D9B9;
  color: #fff;
}

.btn,
.dt-button {
  border: none;
  outline: none;
  width: 100%;
  padding: 16px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #52D9B9;
  cursor: pointer;
  transition: 0.4s all;
}

.btn:hover,
.dt-button:hover {
  background-color: #00464F;
}

.btn svg,
.dt-button svg {
  vertical-align: middle;
  margin-left: 15px;
}

.btn.btn--secondary,
.btn.dt-button,
.dt-button.btn--secondary,
.dt-button.dt-button {
  background-color: transparent;
  color: #52D9B9;
  border: 1px solid #52D9B9;
  padding: 8px 21px;
  display: inline-block;
  width: auto;
}

.btn.btn--secondary svg,
.btn.dt-button svg,
.dt-button.btn--secondary svg,
.dt-button.dt-button svg {
  margin-top: -6px;
}

.btn.btn--secondary svg path,
.btn.btn--secondary svg line,
.btn.btn--secondary svg circle,
.btn.dt-button svg path,
.btn.dt-button svg line,
.btn.dt-button svg circle,
.dt-button.btn--secondary svg path,
.dt-button.btn--secondary svg line,
.dt-button.btn--secondary svg circle,
.dt-button.dt-button svg path,
.dt-button.dt-button svg line,
.dt-button.dt-button svg circle {
  transition: 0.4s all;
}

.btn.btn--secondary:hover,
.btn.dt-button:hover,
.dt-button.btn--secondary:hover,
.dt-button.dt-button:hover {
  background-color: #52D9B9;
  color: #fff;
}

.btn.btn--secondary:hover svg path,
.btn.btn--secondary:hover svg line,
.btn.btn--secondary:hover svg circle,
.btn.dt-button:hover svg path,
.btn.dt-button:hover svg line,
.btn.dt-button:hover svg circle,
.dt-button.btn--secondary:hover svg path,
.dt-button.btn--secondary:hover svg line,
.dt-button.btn--secondary:hover svg circle,
.dt-button.dt-button:hover svg path,
.dt-button.dt-button:hover svg line,
.dt-button.dt-button:hover svg circle {
  stroke: #fff;
}

.btn.btn--small,
.dt-button.btn--small {
  padding: 6px 10px;
  height: 29px;
  vertical-align: middle;
  font-size: 12px;
}

.btn.btn--small svg,
.dt-button.btn--small svg {
  margin-left: 5px;
  height: 18px;
  width: 18px;
  margin-top: -6px;
}

.btn.btn--filter,
.dt-button.btn--filter {
  background-color: #fff;
  color: #464646;
  border: none;
  padding: 4px 15px;
  height: auto;
  border-radius: 1px;
}

.btn.btn--filter.active,
.btn.btn--filter:hover,
.dt-button.btn--filter.active,
.dt-button.btn--filter:hover {
  background-color: #52D9B9;
  color: #fff;
}

.password--eye {
  position: absolute;
  right: 16px;
  margin-top: 12px;
  width: 19px;
  height: 24px;
  cursor: pointer;
  background-image: url(/images/eye.svg?f0f41ea4675f746ad07bbc87ad2d79b6);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.password--eye.active {
  background-image: url(/images/eye-active.svg?1a1a0e545cc336b654b6d083870567ad);
}

html,
body {
  margin: 0;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 12px;
  color: #464646;
}

* {
  box-sizing: border-box;
}

a {
  color: #52D9B9;
  text-decoration: none;
}

a:hover {
  color: #00464F;
}

h2 {
  font-size: 19px;
  color: #52D9B9;
  margin: 0;
}

.wrapper {
  background-color: #F5F5F5;
  min-height: 100vh;
}

.alert {
  margin: 16px 0;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #52D9B9;
}

header {
  position: relative;
  height: 104px;
  background-color: #fff;
}

header .header--logo {
  padding: 24px 36px;
}

header .header--logo svg {
  height: 56px;
  width: 88px;
}

header nav {
  position: absolute;
  top: 0;
  right: 0;
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav ul li {
  display: inline-block;
  padding: 44px 20px;
}

header nav ul li a {
  color: #464646;
}

header nav ul li a img {
  margin-bottom: -5px;
  padding-left: 12px;
  height: 19px;
}

header nav ul li:last-child {
  padding-right: 32px;
}

@media (max-width: 768px) {
  header {
    height: 100px;
  }

  header .header--logo {
    padding: 13px 15px;
  }

  header nav ul li {
    padding: 39px 5px;
  }

  header nav ul li:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 420px) {
  header {
    font-size: 12px;
  }

  header nav ul li a img {
    padding-left: 5px;
    height: 20px;
  }
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #52D9B9;
}

.hr.hr--white {
  background-color: #fff;
}

/* width */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #52D9B9;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #00464F;
}

footer {
  background-color: #00464F;
  color: #fff;
  padding: 32px 32px 20px;
  line-height: 1.5;
  font-size: 12px;
}

footer .footer--info {
  padding-top: 28px;
  padding-bottom: 40px;
  font-size: 13px;
}

footer .footer--links a {
  padding-right: 8px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #52D9B9;
}

@media (max-width: 768px) {
  footer {
    font-size: 12px;
    padding: 25px 15px 15px;
  }

  footer svg {
    height: 40px;
    width: 90px;
  }

  footer .footer--links {
    font-size: 14px;
  }

  footer .footer--info {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.side--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s opacity;
}

.side--wrapper .side--background {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.side--wrapper .side--content {
  max-width: 780px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -100px;
  height: calc(100vh + 200px);
  overflow-y: auto;
  background-color: #fff;
  padding: 136px 40px;
  transition: 0.4s transform;
  transform: translateX(100%);
}

.side--wrapper.active {
  pointer-events: auto;
  opacity: 1;
}

.side--wrapper.active .side--content {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .side--wrapper .side--content {
    padding: 130px 20px;
  }

  .side--wrapper .side--content .versions--table {
    min-width: 0;
  }

  .side--wrapper .side--content .versions--table th:nth-child(3) {
    padding-right: 95px;
  }

  .side--wrapper .side--content .versions--table td:nth-child(2),
  .side--wrapper .side--content .versions--table th:nth-child(2) {
    display: none;
  }

  .side--wrapper .side--content .versions--table td:nth-child(3),
  .side--wrapper .side--content .versions--table th:nth-child(3) {
    text-align: right;
  }

  .side--wrapper .btn.btn--small {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
    padding: 7px 0;
    text-align: center;
  }

  .side--wrapper .btn.btn--small span {
    display: none;
  }

  .side--wrapper .btn.btn--small svg {
    margin: 0;
  }
}

.side--close {
  position: absolute;
  cursor: pointer;
  top: 120px;
  right: 24px;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/icons/close.svg");
  background-size: contain;
  background-position: center;
  transition: transform 0.25s, opacity 0.25s;
  opacity: 0.7;
  transform: rotate(0deg);
}

.side--close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .side--close {
    width: 30px;
    height: 30px;
    background-image: url("/assets/images/icons/close-mobile.svg");
  }
}

table {
  width: 100%;
  min-width: 650px;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
  text-align: left;
  color: #A7A7A7;
  padding: 5px 0;
}

table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 12px 5px;
}

table td > img {
  height: 34px;
  width: 29px;
  vertical-align: middle;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.pagination .prev,
.pagination .next {
  margin: 0 12px;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li .page {
  background-color: #fff;
  width: 29px;
  height: 29px;
  cursor: pointer;
  display: block;
  margin: 2.5px;
  line-height: 29px;
}

.pagination li .page.active,
.pagination li .page:hover {
  background-color: #52D9B9;
  color: #fff;
}

.privacy--policy table {
  max-width: none;
  width: 100% !important;
}

.cookie-consent {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 16px 112px 16px 24px;
  background-color: #52D9B9;
  color: #fff;
}

.cookie-consent a {
  color: #fff;
  text-decoration: underline;
}

.js-cookie-consent-agree {
  position: absolute;
  bottom: 5px;
  right: 24px;
}

.js-cookie-consent-agree.btn.btn--secondary {
  color: #fff;
  border-color: #fff;
}

.admin--wrapper .admin--content .pagination--nav {
  bottom: -35px;
  width: 100%;
}

.desktop--only {
  display: block;
}

@media (max-width: 768px) {
  .desktop--only {
    display: none;
  }
}

.mobile--only {
  display: none;
}

@media (max-width: 768px) {
  .mobile--only {
    display: block;
  }
}

.desktop--only--inline {
  display: inline-block;
}

@media (max-width: 768px) {
  .desktop--only--inline {
    display: none;
  }
}

.mobile--only--inline {
  display: none;
}

@media (max-width: 768px) {
  .mobile--only--inline {
    display: inline-block;
  }
}

.auth--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
}

.auth--card.terms .auth--card--block {
  max-width: 920px;
}

@media (max-width: 768px) {
  .auth--card--logo svg {
    height: 90px;
  }
}

.auth--card--block {
  width: 95%;
  max-width: 530px;
  margin-top: 50px;
  font-size: 15px;
  text-align: center;
  max-height: calc(100vh - 300px);
  position: relative;
}

@media (max-width: 768px) {
  .auth--card--block {
    margin-top: 10px;
    max-height: calc(100vh - 150px);
  }
}

.document--search--wrapper {
  background-color: #ECECEC;
}

.document--search {
  display: flex;
  flex-direction: row;
  width: 85%;
  padding: 48px 0;
  margin: auto;
}

.document--search .document--search--input--wrapper {
  flex: 6;
  display: flex;
  position: relative;
}

.document--search input {
  flex: 1;
  padding: 16px 24px;
  margin: 0;
}

.document--search .select--custom {
  flex: 2;
  border-left: 1px solid #ECECEC;
}

.document--search .btn {
  flex: 1;
  margin: 0;
}

@media (max-width: 768px) {
  .document--search {
    padding: 15px 0;
    width: calc(100% - 30px);
  }

  .document--search .document--search--input--wrapper {
    flex: 2;
  }

  .document--search input {
    padding: 10px;
    font-size: 12px;
  }

  .document--search .select--custom {
    border: none;
    display: flex;
    margin: 0 3px;
    height: auto;
  }

  .document--search .select--custom .select-items div,
  .document--search .select--custom .select-selected {
    padding: 10px;
    font-size: 12px;
    flex: 1;
  }

  .document--search .select--custom .select-items div {
    padding: 5px 10px;
  }

  .document--search .select--custom .select-selected {
    padding-right: 20px;
  }

  .document--search .btn {
    padding: 10px;
    font-size: 14px;
  }
}

.clear--search {
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/images/icons/clear.svg");
  cursor: pointer;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .clear--search {
    right: 11px;
  }
}

.documents--wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px 32px 72px;
  position: relative;
}

.documents--wrapper .document--filter {
  flex: 1;
  margin-top: -16px;
}

.documents--wrapper .document--filter .mobile--toggle {
  display: none;
  cursor: pointer;
  font-weight: bold;
}

.documents--wrapper .document--filter .mobile--toggle img {
  margin-left: 5px;
}

.documents--wrapper .document--list {
  flex: 6;
}

.documents--wrapper .document--filters--wrapper .side--close {
  top: 24px;
  display: none;
}

.documents--wrapper .filter--button {
  margin: 16px 16px 0;
  width: calc(100% - 24px);
  text-align: center;
}

@media (max-width: 768px) {
  .documents--wrapper {
    display: block;
    padding: 32px 12px 64px;
  }

  .documents--wrapper .document--filters--wrapper {
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    background-color: #F5F5F5;
    padding-top: 64px;
    z-index: 4;
    transition: 0.4s left;
  }

  .documents--wrapper .document--filters--wrapper .side--close {
    display: block;
  }

  .documents--wrapper .document--filters {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .documents--wrapper .document--filter {
    overflow: hidden;
    min-height: 48px;
  }

  .documents--wrapper .document--filter .mobile--toggle {
    display: inline-block;
  }

  .documents--wrapper .document--filter.active .document--filters--wrapper {
    left: 0;
  }

  .documents--wrapper .document--filter--groups {
    width: 100%;
  }

  .documents--wrapper .filter--group {
    padding: 0 16px;
  }

  .documents--wrapper .active--filters {
    padding: 16px;
  }

  .documents--wrapper .active--filters .filter--name {
    display: none;
  }

  .documents--wrapper .top--active--filters {
    padding: 8px 0;
  }
}

.filter--group {
  position: relative;
}

.filter--group .filter--arrow {
  float: right;
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/icons/select-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s transform;
  cursor: pointer;
}

.filter--group .filter--arrow.active {
  transform: rotateX(180deg);
}

.filter--group .filter--list {
  margin: 0 -12px;
  margin-top: 0px;
  padding: 0 12px;
  max-height: 0;
  transition: 0.4s max-height, 0.4s margin-top, 0.4s padding-bottom;
  overflow: hidden;
}

.filter--group .filter--list.active {
  max-height: 250px;
  margin-top: 12px;
  padding-bottom: 11px;
}

.filter--group.scrollable .filter--list {
  overflow: auto;
}

.filter--group .filter--item {
  margin-top: 5px;
}

.filter--group .filter--item label {
  font-size: 14px;
}

.filter--group .filter--item.inline {
  margin-right: 8px;
  margin-top: 8px;
}

.filter--group .filter--item span {
  margin-left: -4px;
  cursor: pointer;
}

.filter--group .filter--item span img {
  margin-left: 8px;
  height: 8px;
}

.filter--group .filter--children {
  padding-left: 28px;
  max-height: 0;
  overflow: hidden;
}

.filter--group .filter--children.active {
  max-height: 3000px;
}

.filter--name {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn.btn--secondary.active--filter {
  color: #fff;
  background-color: #52D9B9;
  margin-right: 5px;
  height: auto;
  font-size: 10px;
}

.btn.btn--secondary.active--filter img {
  margin-left: 5px;
}

.btn.btn--small.clear--filters {
  font-size: 10px;
  height: 24px;
}

.document--list {
  padding-left: 26px;
}

.document--list .document--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
}

.document--list .document {
  background-color: #fff;
  padding: 40px;
  display: flex;
}

.document--list .document .document--image {
  height: 136px;
  width: 96px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.document--list .document .document--info {
  flex: 1;
  padding-left: 25px;
  position: relative;
}

.document--list .document .document--type {
  font-size: 15px;
}

.document--list .document .document--name {
  font-size: 19px;
  color: #52D9B9;
  padding-top: 30px;
  padding-bottom: 15px;
}

.document--list .document .document--description {
  text-align: justify;
  padding-bottom: 80px;
}

.document--list .document .document--versions {
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .document--list {
    padding-left: 0;
  }

  .document--list .document--grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
  }

  .document--list .document {
    padding: 20px;
    align-items: center;
    font-size: 12px;
  }

  .document--list .document .document--image {
    height: 109px;
    width: 77px;
  }

  .document--list .document .document--type {
    font-size: 14px;
  }

  .document--list .document .document--info {
    width: 100%;
    padding: 15px 0 0 15px;
  }

  .document--list .document .document--name {
    padding: 10px 0;
    font-size: 18px;
  }

  .document--list .document .document--description {
    padding-bottom: 50px;
  }

  .document--list .document .document--versions {
    font-size: 16px;
    padding: 8px 20px;
  }
}

@media (max-width: 450px) {
  .document--list {
    grid-template-columns: 1fr;
  }
}

.pagination--nav {
  margin-top: 20px;
}

.privacy--policy {
  font-size: 14px;
}

.admin--wrapper {
  display: flex;
  flex-direction: row;
  padding: 50px 40px;
  min-height: calc(100vh - 513px);
}

.admin--wrapper .admin--menu {
  flex: 1;
  margin-top: -20px;
}

.admin--wrapper .admin--content {
  flex: 6;
  padding: 0 25px;
  position: relative;
}

@media (max-width: 768px) {
  .admin--wrapper {
    display: block;
    padding: 40px 20px;
  }

  .admin--wrapper .admin--content {
    padding: 20px 0;
  }

  .admin--wrapper .btn--secondary {
    margin-bottom: 2px;
  }
}

.admin--menu--button {
  display: block;
  margin: 10px 0;
  color: #464646;
}

.admin--menu--button.active,
.admin--menu--button:hover {
  color: #52D9B9;
}

.admin--submenu {
  float: right;
}

@media (max-width: 768px) {
  .admin--submenu {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.admin--form {
  display: block;
  max-width: 640px;
  margin: auto;
  position: relative;
}

#pdf_canvas {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 0.4s opacity;
}

#pdf_canvas.active {
  opacity: 1;
}

.note-editor {
  background-color: #fff;
}

.btn.btn--small {
  margin: 2px 0;
}

.document--actions {
  min-width: 320px;
}

.table--responsive {
  width: 100%;
  overflow-x: auto;
}

.table--responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.datatable {
  opacity: 0;
  transition: 0.4s opacity;
}

.datatable.no-footer {
  opacity: 1;
}

.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: 50px;
}

.dt-buttons {
  margin-bottom: 10px;
}


