.pagination {
  max-width: 90vw;
  margin: auto;
  overflow: auto;
  justify-content: initial;
  padding-bottom: 10px; }

.pagination .page-item {
  font-weight: 700;
  font-size: 15px; }

.pagination .page-item > .page-link {
  color: RGB(163, 172, 191);
  border: 0;
  margin: 5px;
  padding: 10px 17px 10px 17px;
  border-radius: 9px; }

.pagination .page-item > .page-link:hover {
  color: #0080FF;
  background-color: RGBA(219, 237, 250, 0.8); }

.pagination .page-item.active > .page-link {
  color: white;
  background-color: #0080FF; }

.pagination .page-item.active > .page-link:hover {
  color: white;
  background-color: #0080FF; }

.document-gallery-jumbotron {
  background-color: rgba(219, 237, 250, 0.8);
  height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.document-gallery-jumbotron .document-gallery-title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 900px) {
  .document-gallery-jumbotron .document-gallery-title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px; } }

.filters {
  display: flex;
  padding: 50px 75px 0 75px;
  margin: 0; }

.filters .col-md-5 {
  padding: 0 9.5px; }

@media only screen and (max-width: 1200px) {
  .filters {
    padding: 50px 65px 0 65px !important; } }

@media only screen and (max-width: 900px) {
  .filters {
    padding: 50px 45px 0 45px !important; } }

@media only screen and (max-width: 767px) {
  .filters {
    width: 100%; } }

.filters label {
  color: #707a8c;
  opacity: 0.95; }

.filters .select2-selection {
  border: 1px solid #E2E2E4 !important;
  border-radius: 10px !important; }

.filters .select2-selection ul > li {
  color: #707a8c; }

.filters .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px; }

@media only screen and (max-width: 767px) {
  .filters .button-wrapper {
    justify-content: center; } }

.filters .button-wrapper button {
  margin-top: 14px;
  background-color: #e4e4e4;
  border: 1px solid #E2E2E4 !important;
  border-radius: 4px;
  padding: 5px 13px;
  color: #707a8c;
  cursor: pointer;
  outline: none; }

.filters .button-wrapper button:hover {
  background-color: #E1EFFF;
  color: #0080FF !important; }

.document-gallery-category-documents {
  padding: 100px 75px 50px 75px !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.document-gallery-category-documents::after {
  content: "";
  flex: auto; }

@media only screen and (max-width: 1200px) {
  .document-gallery-category-documents {
    padding: 45px 65px !important; } }

@media only screen and (max-width: 900px) {
  .document-gallery-category-documents {
    padding: 25px 20px !important; } }

.document-gallery-category-documents a.document-card-link-wrapper {
  text-decoration: none;
  color: #131d26;
  max-width: 31%;
  width: 31% !important;
  margin: 1%;
  flex-grow: 1;
  display: flex;
  min-height: 500px; }

.document-gallery-category-documents .document-gallery-document-card {
  border: RGBA(19, 29, 38, 0.15) 1px solid;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(19, 29, 38, 0.1);
  display: flex;
  width: 100%; }

.document-gallery-category-documents .document-gallery-document-card.document-card-wrapper {
  max-width: 31%;
  width: 31% !important;
  margin: 1%;
  flex-grow: 1;
  min-height: 500px; }

.document-gallery-category-documents .document-gallery-document-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.25rem; }

.document-gallery-category-documents .document-gallery-document-card .card-body .document-title {
  text-align: justify;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 30px;
  display: inline-block; }

.document-gallery-category-documents .document-gallery-document-card .card-body .image {
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 20px; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content {
  margin-top: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .document-description p {
  color: rgba(112, 122, 140, 0.8);
  font-size: .8rem;
  text-align: justify; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .filesize {
  color: rgba(112, 122, 140, 0.8);
  font-size: .8rem;
  font-weight: bold; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags .tag {
  background-color: #F0F2F7;
  border-radius: 5px;
  margin-right: 4px;
  font-size: 12px;
  color: #131D26;
  font-weight: 700;
  padding: 2px 8px; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags .tag.for-members {
  background-color: #0080FF;
  color: white; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags .tag.for-members span::before {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: -1px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags {
  margin-top: 12px; }

.document-gallery-category-documents .document-gallery-document-card .card-body .card-content .bottom-content .tags .tag {
  background-color: #0080FF;
  color: white; }

@media only screen and (max-width: 1200px) {
  .document-gallery-category-documents a.document-card-link-wrapper, .document-gallery-category-documents .document-card-wrapper {
    max-width: 48% !important;
    width: 48% !important; } }

@media only screen and (max-width: 900px) {
  .document-gallery-category-documents a.document-card-link-wrapper, .document-gallery-category-documents .document-card-wrapper {
    max-width: 97% !important;
    width: 97% !important; } }

.document-gallery-category-documents nav {
  margin-top: 50px;
  width: 100%; }

.document-gallery-document-card.list {
    border: none !important;
}

.document-gallery-row {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin: 0 82px 0 62px;
}

@media only screen and (max-width: 1200px) {
  .document-gallery-row {
    margin: 0 70px 0 50px; } 
}

@media only screen and (max-width: 900px) {
  .document-gallery-row {
    margin: 0 34px 0 27px; } 
}

@media only screen and (max-width: 767px) {
  .document-gallery-row {
    margin: 0 34px 0 27px; 
    flex-direction: column;
    gap: 10px;
  } 
}