@font-face {
  font-family: "apercu-mono-bold-pro";
  src: url(/fonts/apercu-mono-bold-pro.eot?102a3b97d0e49d5692e41914aa253964);
  src: url(/fonts/apercu-mono-bold-pro.eot?102a3b97d0e49d5692e41914aa253964?#iefix) format("embedded-opentype"), url(/fonts/apercu-mono-bold-pro.woff2?25318c3cfc815da2f455585d334f9eef) format("woff2"), url(/fonts/apercu-mono-bold-pro.woff?8de2a6772033326fc786d596070b4a1f) format("woff"), url(/fonts/apercu-mono-bold-pro.ttf?d766685afcd2cac76a0c83731a6a7422) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu-mono-light-pro";
  src: url(/fonts/apercu-mono-light-pro.eot?c04b0c1ebf825039c75a087f4e41d649);
  src: url(/fonts/apercu-mono-light-pro.eot?c04b0c1ebf825039c75a087f4e41d649?#iefix) format("embedded-opentype"), url(/fonts/apercu-mono-light-pro.woff2?7c5ec955360acf5d7e676305eeca4421) format("woff2"), url(/fonts/apercu-mono-light-pro.woff?25344a08cc017cb7e6a83f3838736acc) format("woff"), url(/fonts/apercu-mono-light-pro.ttf?e21cbd0d2e2e56c89b651a8497d38115) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu-mono-medium-pro";
  src: url(/fonts/apercu-mono-medium-pro.eot?881d3523721d8fb2c7b6a00e97ebf3f3);
  src: url(/fonts/apercu-mono-medium-pro.eot?881d3523721d8fb2c7b6a00e97ebf3f3?#iefix) format("embedded-opentype"), url(/fonts/apercu-mono-medium-pro.woff2?a6cbde2497580323de93ee9dcb0cfcdb) format("woff2"), url(/fonts/apercu-mono-medium-pro.woff?da833f7206181b6ca37d633cdbffd91a) format("woff"), url(/fonts/apercu-mono-medium-pro.ttf?65aef61018a0f0a431bea88c0f6cbf6b) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu-mono-regular-pro";
  src: url(/fonts/apercu-mono-regular-pro.eot?6224a8302b502af09086123e0e22640f);
  src: url(/fonts/apercu-mono-regular-pro.eot?6224a8302b502af09086123e0e22640f?#iefix) format("embedded-opentype"), url(/fonts/apercu-mono-regular-pro.woff2?6fa32327cd475109e74b1e75d1bd6971) format("woff2"), url(/fonts/apercu-mono-regular-pro.woff?a9335392f1e1808eebc3e1d3738bac45) format("woff"), url(/fonts/apercu-mono-regular-pro.ttf?bae1b843a85352c2547be5af8562fea5) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Medium.eot?1f85cc57a21192d714bd1717bf150438);
  src: url(/fonts/Apercu-Medium.eot?1f85cc57a21192d714bd1717bf150438?#iefix) format("embedded-opentype"), url(/fonts/Apercu-Medium.woff2?6e85ac9f7328003f788f72e713a8774d) format("woff2"), url(/fonts/Apercu-Medium.woff?172c09c82ca500312948e41600e0f38d) format("woff"), url(/fonts/Apercu-Medium.ttf?ee15b7c9b7a1cd8c2f6af0c60d07dcac) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu";
  src: url(/fonts/Apercu-Light.eot?c1ef859a3299028e3f441bdbb326a4b2);
  src: url(/fonts/Apercu-Light.eot?c1ef859a3299028e3f441bdbb326a4b2?#iefix) format("embedded-opentype"), url(/fonts/Apercu-Light.woff2?4beb7529d3257733bdc24d5e758bdb81) format("woff2"), url(/fonts/Apercu-Light.woff?f25d6583710ca837a0c6f86f46f2b5b0) format("woff"), url(/fonts/Apercu-Light.ttf?2e895e8a5b9c0b0b608f092f9ab5782e) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Apercu";
}

#app {
  background: #ECF3FA;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.button-white {
  background: #fff;
  color: #013C4D;
  font: 16px "Apercu", sans-serif;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.button-white:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #485ed0;
}

.button-lg {
  padding: 27px 60px;
}

.button-md {
  padding: 22px 50px;
}

.button-sm {
  padding: 22px 32px;
}

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

/*Radio button*/
.container-radio {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
  cursor: pointer;
  font: 16px "Apercu";
  color: #013C4D;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
  border-radius: 50%;
  border: 1px solid #485ed0;
}
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
.container-radio .checkmark:after {
  top: 3.5px;
  left: 4.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #485ed0;
}

/*Radio button*/
.link {
  color: #485ed0;
  font: 16px "Apercu";
  text-decoration: underline;
}

.link-lg {
  color: #485ed0;
  font: 18px "Apercu";
  text-decoration: underline;
}

.modal-header {
  background-color: #022833;
}

.header {
  width: 100%;
  background-color: #022833;
  padding: 25px 0;
}
.header.menu-open .header-sidebar-menu-wrapper {
  transition: 0.5s;
  right: 0;
}
.header.menu-open .header-menu-bg {
  opacity: 0.73;
  transition: 0.5s;
  width: 100%;
}
.header .header-menu-bg {
  opacity: 1;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 8;
  background-color: #01212B;
}
.header .header-sidebar-menu-wrapper {
  padding: 130px 110px;
  background-color: #022833;
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.5s;
  height: 100%;
  z-index: 99999;
}
.header .header-sidebar-menu-wrapper .header-sidebar-nav .header-sidebar-ul .header-sidebar-item {
  list-style: none;
  margin-bottom: 25px;
}
.header .header-sidebar-menu-wrapper .header-sidebar-nav .header-sidebar-ul .header-sidebar-item:last-child {
  margin-bottom: 0;
}
.header .header-sidebar-menu-wrapper .header-sidebar-nav .header-sidebar-ul .header-sidebar-item .header-sidebar-link {
  font: 50px "Apercu";
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
.header .header-sidebar-menu-wrapper .header-sidebar-nav .header-sidebar-ul .header-sidebar-item .header-sidebar-link:hover {
  color: #73C4B4;
  transition: 0.3s;
}
.header .header-sidebar-menu-wrapper .header-sidebar-menu-buttons-wrapper {
  max-width: 280px;
  width: 100%;
  margin-top: 75px;
}
.header .header-sidebar-menu-wrapper .header-sidebar-menu-buttons-wrapper a {
  display: block;
  width: 100%;
  text-align: center;
}
.header .header-sidebar-menu-wrapper .header-sidebar-menu-buttons-wrapper .button-white {
  margin-top: 20px;
}
.header .header-sidebar-menu-wrapper .header-sidebar-menu-text {
  font: 16px "Apercu";
  color: #FFFFFF;
  margin-top: 35px;
}
.header .header-sidebar-menu-wrapper .header-sidebar-menu-text a {
  color: #fff;
}
.header .header-sidebar-menu-wrapper .close-menu-header {
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 34px;
  right: 55px;
  cursor: pointer;
}
.header .header-sidebar-menu-wrapper .close-menu-header img {
  width: 36px;
  height: 36px;
}

.search-header-input {
  background-color: #fff;
  height: 60px;
  padding-left: 35px;
  border-radius: 50px;
  border: none;
  box-sizing: border-box;
  font: 16px "Apercu";
  color: #013443;
}

.search-header-input::-webkit-input-placeholder {
  color: #013443;
}

.search-header-input::-moz-placeholder {
  color: #013443;
}

.search-header-input:-ms-input-placeholder {
  color: #013443;
}

.search-header-input:-moz-placeholder {
  color: #013443;
}

.search-header-wrapper {
  position: relative;
  width: 459px;
}

.search-header-circle {
  position: absolute;
  width: 54px;
  height: 54px;
  background: #485ed0;
  border-radius: 50%;
  top: 3px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.header-wrapper {
  display: flex;
}

.header-button-profile-menu-wrapper {
  display: flex;
}
.header-button-profile-menu-wrapper .header-burger-menu-wrapper {
  padding: 12px 14px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-button-profile-menu-wrapper .header-burger-menu-wrapper .burger-menu-wrapper {
  cursor: pointer;
}
.header-button-profile-menu-wrapper .header-burger-menu-wrapper .burger-menu-line {
  width: 30px;
  height: 3px;
  background: #485ed0;
  border-radius: 50px;
  margin-bottom: 4px;
}
.header-button-profile-menu-wrapper .header-burger-menu-wrapper .burger-menu-line:last-child {
  margin-bottom: 0;
}

.header-dashboard-profile-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(112, 132, 139, 0.8);
  margin-right: 10px;
}

.footer {
  width: 100%;
  background-color: #022833;
  padding: 70px 0;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  color: #73C4B4;
  transition: 0.3s;
}

.footer-big-link {
  font: 48px "Apercu";
  color: #FFFFFF;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.footer-big-link:last-child {
  margin-bottom: 0;
}

.footer-middle-link {
  font: 34px "Apercu";
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer-middle-link:last-child {
  margin-bottom: 0;
}

.footer-copyright {
  color: #fff;
  font: 16px "Apercu";
}

.footer-bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, 0.6);
  font: 16px "Apercu";
  text-decoration: none;
}

.footer-bottom-wrapper {
  display: grid;
  grid-template-columns: 33.33333% 66.666%;
  padding-top: 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
}

h1 {
  font: 46px "Apercu";
  color: #013443;
  text-align: center;
  margin-top: 93px;
  position: relative;
}
h1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #013C4D;
  left: 50%;
  margin-left: -0.5px;
  top: -37px;
}

.error-text {
  font: 14px "Apercu";
  margin-top: 5px;
  color: #ff7979;
}

.login-text {
  font: 18px "Apercu";
  color: #013C4D;
  margin-top: 54px;
  margin-bottom: 20px;
}

.auth-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-top: 53px;
  padding-bottom: 100px;
}
.auth-wrapper .login-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 27px;
}
.auth-wrapper .login-register-links-wrapper {
  text-align: center;
  margin-bottom: 44px;
}
.auth-wrapper .login-register-links-wrapper a {
  font: 34px "Apercu";
  color: #013C4D;
  text-decoration: none;
  margin-right: 25px;
  position: relative;
}
.auth-wrapper .login-register-links-wrapper a:last-child {
  margin-right: 0;
}
.auth-wrapper .login-register-links-wrapper a:last-child:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #013C4D;
  opacity: 0.4;
}
.auth-wrapper .login-register-links-wrapper a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #73C4B4;
  bottom: -5px;
  left: 0;
}

.dashboard-nav-wrapper {
  padding-top: 38px;
}
.dashboard-nav-wrapper .dashboard-nav-item {
  list-style: none;
  display: inline-block;
  margin-right: 27px;
  position: relative;
}
.dashboard-nav-wrapper .dashboard-nav-item:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #013C4D;
  right: -18.5px;
  top: 50%;
  opacity: 0.38;
  transform: translateY(-25%);
}
.dashboard-nav-wrapper .dashboard-nav-item:last-child {
  margin-right: 0;
}
.dashboard-nav-wrapper .dashboard-nav-item:last-child:after {
  display: none;
}
.dashboard-nav-wrapper .dashboard-nav-item .dashboard-nav-link {
  font: 34px "Apercu";
  color: #013443;
  text-decoration: none;
  position: relative;
}
.dashboard-nav-wrapper .dashboard-nav-item .dashboard-nav-link:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #73C4B4;
  transition: 0.3s;
}
.dashboard-nav-wrapper .dashboard-nav-item .dashboard-nav-link.active:after, .dashboard-nav-wrapper .dashboard-nav-item .dashboard-nav-link:hover:after {
  width: 100%;
  transition: 0.3s;
}

.dashboard-header-wrapper {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 25px;
  position: relative;
  background: white;
}

.dashboard-content-wrapper {
  background-color: #ECF3FA;
  padding-top: 80px;
  padding-bottom: 130px;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper {
  max-width: 295px;
  width: 100%;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .reset-filters-wrapper {
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
  margin-top: 25px;
  cursor: pointer;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .reset-filters-wrapper span {
  font: 16px "Apercu";
  color: #013C4D;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .reset-filters-wrapper .img-reset-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #485ed0;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .reset-filters-wrapper .img-reset-filter-wrapper img {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .reset-filters-wrapper:hover .img-reset-filter-wrapper img {
  transition: 0.3s;
  transform: rotate(90deg);
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .sidebar-filter-heading {
  font: 20px "Apercu";
  color: #013C4D;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .sidebar-filter-heading img {
  margin-right: 5px;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper {
  padding: 32px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper {
  border-bottom: 2px solid rgba(1, 60, 77, 0.2);
  padding: 16px 0;
  cursor: pointer;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper:first-child {
  padding-top: 0;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-heading .filter-item-heading-text {
  font: 16px "Apercu";
  color: #013C4D;
  position: relative;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-heading .filter-item-heading-text:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0;
  transition: 0.3s;
  background-color: #73C4B4;
  display: block;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-heading img {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper.active .filter-item-heading .filter-item-heading-text:after {
  width: 100%;
  transition: 0.3s;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper.active .filter-item-heading img {
  transform: rotate(180deg);
  transition: 0.3s;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-content {
  padding-top: 30px;
}
.dashboard-content-wrapper .dashboard-sidebar-wrapper .filters-wrapper .filter-item-wrapper .filter-item-content .container-radio {
  margin-bottom: 20px;
}

.dropdown-filter .select2-container {
  width: auto !important;
}
.dropdown-filter .select2-container .select2-selection--single {
  border: none;
  border-radius: 0;
  background: none;
}
.dropdown-filter .select2-container .select2-selection--single .select2-selection__placeholder {
  font: 16px "Apercu";
  color: #013C4D;
}
.dropdown-filter .select2-container .select2-selection--single .select2-selection__rendered {
  font: 16px "Apercu";
  color: #013C4D;
  padding-right: 35px;
}
.dropdown-filter .select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: 0;
  background: url("/public/images/svg/dropdown-list.svg") no-repeat center;
}
.dropdown-filter .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open.select2-container--default .select2-dropdown {
  max-height: 297px;
  min-width: 295px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
  border: none;
  padding: 25px 7px;
}
.select2-container--open.select2-container--default .select2-results__option {
  font: 16px "Apercu";
  color: #013C4D;
  padding: 10px 10px 10px 44px;
  border-radius: 10px;
}
.select2-container--open.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected=false] {
  background: #D8DDFF;
  color: #013C4D;
}
.select2-container--open.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected=true], .select2-container--open.select2-container--default .select2-results__option.select2-results__option[aria-selected=true] {
  position: relative;
  background: none;
  color: #013C4D;
}
.select2-container--open.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected=true]:after, .select2-container--open.select2-container--default .select2-results__option.select2-results__option[aria-selected=true]:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/public/images/svg/check.svg") no-repeat;
  background-size: contain;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}

.dashboard-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dashboard-content-container {
  max-width: 920px;
  width: 100%;
}
.dashboard-content-container .dashboard-title {
  font: 24px "Apercu";
  color: #013C4D;
  text-align: left;
  margin: 0;
}
.dashboard-content-container .dashboard-content-header-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-content-container .dashboard-content {
  padding: 40px 32px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  background: #fff;
}

.dashboard-document-item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(4, 67, 87, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.dashboard-document-item:hover {
  cursor: pointer;
}
.dashboard-document-item:first-child {
  padding-top: 0;
}
.dashboard-document-item:last-child {
  padding-bottom: 0;
  border: none;
}
.dashboard-document-item .dashboard-document-item-img-wrapper {
  margin-right: 30px;
  position: relative;
}
.dashboard-document-item .dashboard-document-item-img-wrapper .dashboard-document-item-img-count {
  position: absolute;
  background: #485ed0;
  border: 2px solid #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -10px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: 16px "Apercu";
}
.dashboard-document-item .dashboard-document-item-content-wrapper .dashboard-document-item-header .dashboard-document-item-date {
  font: 14px "Apercu";
  color: #013C4D;
  margin-right: 22px;
  position: relative;
}
.dashboard-document-item .dashboard-document-item-content-wrapper .dashboard-document-item-header .dashboard-document-item-date:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #013C4D;
  opacity: 0.38;
  right: -13px;
  top: 8px;
}
.dashboard-document-item .dashboard-document-item-content-wrapper .dashboard-document-item-header .dashboard-document-item-year {
  font: 14px "Apercu";
  color: #485ed0;
}
.dashboard-document-item .dashboard-document-item-content-wrapper .dashboard-document-item-title-wrapper .dashboard-document-item-title {
  font: 24px "Apercu";
  color: #044357;
  margin-top: 10px;
}

.register-header-wrapper {
  background-image: url(/images/register-header-img.jpg?5399522da20b07a3efc32cf44a5083c1);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 191px 0 117px 0;
  border-radius: 0px 0px 40px 40px;
}
.register-header-wrapper h1 {
  font-size: 86px;
  color: #fff;
  line-height: 82px;
  margin-top: 0;
}
.register-header-wrapper h1:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #fff;
  left: 50%;
  margin-left: -1px;
  top: -37px;
}

.reg-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 28px auto 0 auto;
  max-width: 400px;
}

h3 {
  font: 20px "Apercu";
  color: #013C4D;
  text-align: center;
  margin-bottom: 57px;
  margin-top: 27px;
}

.load-more-btn {
  font: 16px "Apercu";
  color: #485ed0;
  background: none;
  border: none;
  cursor: pointer;
  margin: 57px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-more-btn img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.register-button-wrapper {
  text-align: center;
  margin-top: 16px;
}

.register-bottom-text-middle {
  font: 16px "Apercu";
  color: #013C4D;
  margin-top: 46px;
  opacity: 0.6;
}

.link-under-register {
  margin-top: 13px;
  display: block;
}
.link-under-register span {
  color: #013C4D;
}

.register-small-p {
  margin-bottom: 20px;
  font: 14px "Apercu";
  color: #013C4D;
}

.weiter-text {
  font: 16px "Apercu";
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.weiter-text img {
  margin-top: 7px;
}

.mini-header {
  padding: 20px 0;
  background-color: #022833;
}
.mini-header .logo {
  width: 235px;
  height: auto;
}
.mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item {
  display: inline-block;
  list-style: none;
  margin-right: 35px;
}
.mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item:last-child {
  margin-right: 0;
}
.mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item .mini-header-nav-link {
  font: 18px "Apercu";
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item .mini-header-nav-link:after {
  width: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  display: block;
  background-color: #73C4B4;
}
.mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item .mini-header-nav-link.active:after, .mini-header .mini-header-nav .mini-header-nav-ul .mini-header-nav-item .mini-header-nav-link:hover:after {
  width: 100%;
  transition: 0.3s;
}
.mini-header .mini-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-header .search-header-wrapper {
  width: 225px;
}
.mini-header .search-header-wrapper .search-header-input {
  height: 45px;
}
.mini-header .search-header-wrapper .search-header-circle {
  width: 39px;
  height: 39px;
}
.mini-header .search-header-wrapper .search-header-circle img {
  width: 24px;
  height: 24px;
}
.mini-header .mini-header-right-block-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mini-header .header-dashboard-profile-link {
  margin-left: 25px;
}

.search-modal-wrapper {
  position: fixed;
  z-index: 9;
  background-color: #022833;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow-y: auto;
}
.search-modal-wrapper .close-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 25px;
  cursor: pointer;
}
.search-modal-wrapper .close-modal span {
  font: 16px "Apercu";
  color: #FFFFFF;
  margin-right: 10px;
}
.search-modal-wrapper .close-modal img {
  width: 36px;
  height: 36px;
}
.search-modal-wrapper .search-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.search-modal-wrapper .search-wrapper .search-header-wrapper {
  width: 100%;
  position: relative;
}
.search-modal-wrapper .search-wrapper .search-header-wrapper .search-header-input {
  border-radius: 0 50px 50px 0;
}
.search-modal-wrapper .search-wrapper .search-header-wrapper .placeholder {
  position: absolute;
  bottom: -40px;
  left: 35px;
  color: #FFFFFF;
  font: 16px "Apercu";
  opacity: 0.8;
}
.search-modal-wrapper .search-wrapper .search-header-wrapper .placeholder span {
  font: 16px "Apercu";
}
.search-modal-wrapper .search-wrapper .search-dropdown-wrapper {
  width: 30%;
  height: 60px;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  border-right: 1px solid rgba(1, 60, 77, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 45px;
}
.search-modal-wrapper .search-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  background: url("/public/images/svg/filter-arrow-down.svg") no-repeat center;
  background-size: contain;
}
.search-modal-wrapper .content-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 45px 105px;
  margin-top: 85px;
  border-radius: 20px;
}
.search-modal-wrapper .content-wrapper .content-block {
  margin-bottom: 50px;
}
.search-modal-wrapper .content-wrapper .content-block:last-child {
  margin-bottom: 0;
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header h2 {
  font: 34px "Apercu";
  color: #013443;
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header .content-block-view-all-link {
  color: #013443;
  text-decoration: none;
  font: 16px "Apercu";
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header .content-block-view-all-link img {
  transition: 0.3s;
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header .content-block-view-all-link:hover img {
  transition: 0.3s;
  transform: translateX(5px);
}
.search-modal-wrapper .content-wrapper .content-block .content-block-header .content-block-view-all-link span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #485ed0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: 0.3s;
}

.changes-history-header-wrapper {
  box-shadow: 0px 3px 3px rgba(2, 40, 51, 0.1);
  position: relative;
  padding-bottom: 40px;
}
.changes-history-header-wrapper .share-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.changes-history-header-wrapper .share-wrapper .share-item {
  text-decoration: none;
  font: 14px "Apercu";
  color: #013C4D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}
.changes-history-header-wrapper .share-wrapper .share-item:last-child {
  margin-right: 0;
}
.changes-history-header-wrapper .share-wrapper .share-item img {
  margin-right: 8px;
}
.changes-history-header-wrapper .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
}
.changes-history-header-wrapper .heading-wrapper h2 {
  font: 46px "Apercu";
  color: #013443;
}
.changes-history-header-wrapper .navigation {
  border-radius: 50px;
  box-shadow: 0px 1px 2px rgba(2, 40, 51, 0.3294117647);
  border: 1px solid #EFEFF0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.changes-history-header-wrapper .navigation .nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px;
  margin-right: 90px;
  position: relative;
}
.changes-history-header-wrapper .navigation .nav-item:after {
  content: "";
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url("/public/images/svg/angle-right.svg") no-repeat center;
  background-size: contain;
}
.changes-history-header-wrapper .navigation .nav-item:last-child {
  margin-right: 0;
}
.changes-history-header-wrapper .navigation .nav-item:last-child:after {
  display: none;
}
.changes-history-header-wrapper .navigation .nav-item.active {
  padding: 20px 35px;
  background-color: #D8DDFF;
}
.changes-history-header-wrapper .navigation .nav-item.active span {
  color: #485ed0;
}
.changes-history-header-wrapper .navigation .nav-item.active .img-wrapper {
  border-color: #485ed0;
}
.changes-history-header-wrapper .navigation .nav-item span {
  font: 24px "Apercu";
  color: rgba(1, 60, 77, 0.4);
}
.changes-history-header-wrapper .navigation .nav-item .img-wrapper {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(1, 60, 77, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.changes-history-content-wrapper {
  background-color: #ECF3FA;
  padding: 55px 0;
}
.changes-history-content-wrapper .top-block-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.changes-history-content-wrapper .top-block-wrapper h3 {
  margin-bottom: 10px;
  font: 24px "Apercu";
  margin-top: 0;
}
.changes-history-content-wrapper .top-block-wrapper .small-dark-text {
  font: 16px "Apercu";
  color: #013C4D;
  margin-bottom: 10px;
}
.changes-history-content-wrapper .top-block-wrapper .small-gray-text {
  font: 16px "Apercu";
  color: #013C4D;
  opacity: 0.6;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar {
  width: 295px;
  margin-right: 25px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  padding: 25px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper h3 {
  margin: 0;
  font: 20px "Apercu";
  color: #013443;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper h3 img {
  margin-right: 10px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper .index-list {
  padding-left: 40px;
  margin-top: 40px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper .index-list li {
  list-style: none;
  font: 16px "Apercu";
  margin-bottom: 30px;
  position: relative;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-sidebar .changes-history-index-wrapper .index-list li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/public/images/svg/angle-right.svg") no-repeat center;
  background-size: contain;
  left: -30px;
  top: 50%;
  margin-top: -12px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  padding: 25px 40px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .search {
  position: relative;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .search:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 32px;
  background: url("/public/images/svg/search.svg") no-repeat center;
  background-size: content;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .search input {
  width: 100%;
  height: 60px;
  background-color: #ECF3FA;
  border-radius: 50px;
  border: none;
  padding-left: 70px;
  font: 18px "Apercu";
  color: #013C4D;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .search input::-moz-placeholder {
  color: #013C4D;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container .search input::placeholder {
  color: #013C4D;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container article {
  margin-top: 45px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container article h2 {
  font: 300 24px "Apercu";
  color: #013C4D;
  margin-bottom: 60px;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container article h3 {
  font: 24px "Apercu";
  color: #013C4D;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: left;
}
.changes-history-content-wrapper .changes-history-sidebar-content-wrapper .changes-history-content-container article p {
  font: 300 24px "Apercu";
  color: #013C4D;
  margin-bottom: 35px;
}
.changes-history-content-wrapper .qualle-wrapper {
  margin-top: 40px;
}
.changes-history-content-wrapper .qualle-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font: 20px "Apercu";
  color: #013443;
  text-align: left;
}
.changes-history-content-wrapper .qualle-wrapper a {
  font: 16px "Apercu";
  color: #485ed0;
  text-decoration: none;
}
.changes-history-content-wrapper .qualle-wrapper2 {
  margin-top: 40px;
}
.changes-history-content-wrapper .qualle-wrapper2 h3 {
  margin-top: 0;
  margin-bottom: 0;
  font: 20px "Apercu";
  color: #013443;
  text-align: left;
}
.changes-history-content-wrapper .qualle-wrapper2 .buttons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.dashboard-content-wrapper-changes {
  background-color: #fff;
}

.diff-document-container {
  background: white;
  border-radius: 20px;
  padding: 10px;
}

.select-arrow {
  width: 24px;
  height: 24px;
  height: 24px;
  display: block;
  background: url("/public/images/svg/dropdown-list.svg") no-repeat center;
}

.select-dropdown {
  color: #013C4D;
}
.select-dropdown.active {
  background: #D8DDFF;
}

.select-bg-red {
  background: #FAD0D0;
}

.select-bg-green {
  background: #BAF3EB;
}

.document-font {
  font: 20px "Apercu";
}

.document-abbr-law {
  color: #485ed0;
  font: 14px "Apercu";
  position: relative;
}

.document-date, .last-updated-through {
  position: relative;
  font: 14px "Apercu";
  color: #013C4D;
}

.dark-blue-text {
  color: #013C4D;
}

.dot {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background: #013C4D;
  opacity: 0.38;
  margin-top: 9px;
  float: left;
}

.document-follow {
  position: relative;
  font: 14px "Apercu";
  color: #013C4D;
}

.icon-badge {
  color: #fff;
  background: #485ed0;
}

.radio-btn-primary {
  border: 1px solid #485ed0;
}
.radio-btn-primary:checked {
  background: #485ed0;
}

.purple-selected-side {
  box-shadow: -12px 0px 0px 0px #fff, -24px 0px 0px 0px rgba(72, 94, 208, 0.2);
}

.purple-selected {
  background-color: rgba(72, 94, 208, 0.2) !important;
}

.break-word {
  word-break: break-word;
  overflow-wrap: break-word;
}

em {
  padding: 2px 10px;
  background: #5A6FE0;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.selectable-text-container ::-moz-selection {
  background: #5A6FE0;
  color: white;
  font-weight: bold;
}

.selectable-text-container ::selection {
  background: #5A6FE0;
  color: white;
  font-weight: bold;
}

.bg-pink {
  background: #C21073;
}

.bg-dark-purple {
  background: #022833;
}

.b-pink {
  border: 1px solid #C21073;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.top-18 {
  top: 4.5rem;
}

.top-6 {
  top: 1.5rem;
}

.bg-select-pink {
  background-color: #FAD0D0 !important;
}

.bg-select-green {
  background-color: #BAF3EB !important;
}

.bg-light-purple {
  background-color: #B9C3CE;
}

.changed-indicator {
  background: #485ed0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 17px;
}

.paragraph-changed-indicator {
  width: 5px;
  height: 5px;
  background: #485ed0;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
  margin-left: 5px;
}

.z-5 {
  z-index: 5;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
  border-radius: 8px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  cursor: pointer;
}

.hidden-scrollbar {
  overflow-y: scroll;
  height: calc(100vh - 200px);
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.btn-switch-icon {
  background: #B9C3CE;
  width: 61px;
  height: 70px;
}
.btn-switch-icon:hover {
  background: #485ed0;
  opacity: 0.3;
}
.btn-switch-icon.active {
  background: #485ed0;
}
.btn-switch-icon.active:hover {
  opacity: 1;
}

.purple {
  background: #485ed0 !important;
}

.purple:hover {
  background: #485ed0 !important;
  opacity: 0.8;
}

.purple:hover {
  background: #485ed0 !important;
  opacity: 0.8;
}

.pagination:hover {
  background: rgba(72, 94, 208, 0.2) !important;
}

.document-green-text {
  color: #73C4B4 !important;
}

.btn-primary {
  color: #485ED0;
  background-color: transparent;
  border: 1px solid #485ed0;
}
.btn-primary:hover {
  background-color: #485ed0;
  color: white;
}

input[type=radio] + label span {
  transition: background 0.2s, transform 0.2s;
}

input[type=radio] + label span:hover,
input[type=radio] + label:hover span {
  transform: scale(1.2);
}

input[type=radio]:checked + label span {
  background-color: #485ed0;
  box-shadow: 0px 0px 0px 2px white inset;
}

input[type=radio]:checked + label {
  color: #485ed0;
}

.btn-fill-primary {
  color: white;
  background-color: #485ed0;
}
.btn-fill-primary:hover {
  opacity: 0.8;
}

.btn-primary-no-border {
  color: #485ed0;
  background-color: transparent;
  border: none;
}

.no-cursor:hover {
  cursor: default;
}

.dark {
  --popper-theme-background-color: #333333;
  --popper-theme-background-color-hover: #333333;
  --popper-theme-text-color: white;
  --popper-theme-border-width: 0px;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 16px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}

.light {
  --popper-theme-background-color: #ffffff;
  --popper-theme-background-color-hover: #ffffff;
  --popper-theme-text-color: #333333;
  --popper-theme-border-width: 1px;
  --popper-theme-border-style: solid;
  --popper-theme-border-color: #eeeeee;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 16px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}
