.login-header {
  width: 100%;
  position: absolute;
  height: 100vh;
  padding-top: 120px;
}

.login-header .errorlist {
  list-style: none;
  color: #fff;
  padding: 0;
}

.login-header .errorlist li {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
}

.login-header p {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
}

.login-header.login {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(1, 1, 1, 0.62), rgba(1, 1, 1, 0.84) 50%, #010101), url('../images/img_login.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.login-header.reset_password {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.79), rgba(1, 1, 1, 0.87) 40%, #010101), url('../images/nicolas-thomas-CBydtQDjaJc-unsplash-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

@media screen and (min-width: 992px) {
  .languages {
    padding: 0;
    top: 47vh;
    height: 70px;
  }
}

.language_item {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .language_item {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

.media-close-button {
  margin-top: 70px;
}

.modal-media-content p {
  position: static;
  z-index: 999999;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-decoration: none;
}

.modal-media-content a {
  color: #fff;
}

.card-image-logos {
  object-fit: cover;
}

.year_subtitle {
  margin-top: 30px;
  font-weight: 500;
}

.year_subtitle-sm {
  font-size: 28px;
  font-weight: 700;
}

.table_square {
  padding-bottom: 16px;
}

.table_item_square {
  height: 240px;
}

.document_name {
  word-break: break-word;
}

.active-filter {
  border-width: 2px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button_table a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.active-language {
  opacity: 1;
}

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

.white-line {
  display: flex;
  float: 1px;
  position: unset;
  width: auto;
  flex: 1;
}

.portfolio-subtitle {
  margin: 15px 15px;
}

.dropdown {
  position: relative;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown>a,
.dropdown>button {
  font-size: 14px;
  padding: 6px 20px 6px 10px;
  text-decoration: none;
}

.dropdown>a:before,
.dropdown>button:before {
  position: absolute;
  right: 15px;
  top: 15px;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dropdown input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.dropdown ul {
  position: absolute;
  top: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
  z-index: 100;
}

.dropdown input[type=checkbox]:checked+ul {
  display: block;
}

.dropdown ul li {
  display: block;
  white-space: nowrap;
  min-width: 100px;
  margin: 0;
}

.dropdown ul li:hover {
  background-color: #00000033;
  cursor: pointer;
}

.dropdown ul li a .label_button_table {
  text-decoration: none;
  display: block;
  color: black
}

.dropdown ul li a {
  padding: 10px 10px;
}

.dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.button_download_square .label_button_table {
  min-width: 40px;
}


.unsubscribe-container {
  width: 100%;
  height: 100vh;
  margin-top: 260px;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.unsubscribe-big-message {
  font-size: 40px;
  text-align: center;
  line-height: 67px;
  font-family: Josefin Sans, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-top: 55px;
}

.unsubscribe-small-message {
  max-width: 438px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  font-family: Lato, sans-serif;
  color: #ffffff;
  margin-top: 20px;
}

.unsubscribe-button {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  height: 80px;
  max-width: 500px;
  margin-top: 95px;
  padding: 32px 180px;
  background: #005E9D;
  border-radius: 4px;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 667px) {
  .unsubscribe-button {
    padding: 32px 80px;
    margin-top: 70px;
  }

  .unsubscribe-container {
    max-width: 320px;
    margin-top: 180px;
  }

  .unsubscribe-big-message {
    font-size: 36px;
  }
}

.unsubscribe-button:hover {
  opacity: 90%;
}

.tag {
  border-radius: 14px;
  height: 28px;
  padding: 5px 10px;
}

.tag_text {
  font-size: 14px;
  text-align: center;
}

.new_tag_container {
  width: 63px;
  position: absolute;
  right: 0;
  margin-right: 106px;
  background-color: #FFFFFF;
}


.new_tag {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #005E9D;
}

.container-2 {
  max-width: 88vw;
}

@media screen and (max-width: 1024px) and (min-width: 477px) {
  .new_tag_container {
    margin-top: 33px;
    margin-right: 15px;
    width: 74.05px;
  }
}

@media screen and (max-width: 340px) {
  .new_tag_container {
    margin-top: 33px;
    margin-right: 15px;
    width: 74.05px;
  }
}

.download-multiple-button {
  width: 301px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  color: #FFFFFF;
  font-family: Josefin Sans, sans-serif;
  font-weight: bold;
  background-color: #005E9D;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.download-multiple-button span {
  margin-left: 12px;
  vertical-align: middle;
  line-height: normal;
}

.download-multiple-button:disabled {
  opacity: 40%;
}

.download-multiple-button:enabled:hover {
  opacity: 85%;
}

.download-multiple-checkbox {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 24px;
  text-align: center;
}

.table_item_square:hover .download-multiple-checkbox-square {
  opacity: 1;
  transition: opacity ease 0.2s;
}

.selected_table_item_square {
  border: 3px solid #FFFFFF !important;
  transition: border ease-in-out 0.1s;
}

.download-multiple-checkbox-square {
  height: 30px;
  width: 30px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  opacity: 0;
}

.download-multiple-checkbox-square img {
  display: none;
  margin-top: 2px;
}

.download-multiple-checkbox input:checked+.download-multiple-checkbox-square {
  background: #FFFFFF center center;
  transition: background-color ease 0.2s;
  opacity: 1;
}

.download-multiple-checkbox input:checked+.download-multiple-checkbox-square img {
  display: inline;
}

.button_download_square {
  max-width: 163px;
}

.table_actions {
  flex-wrap: wrap;
}

.table_actions * {
  margin: 5px;
}