body {
  background-color: #fff;
  font-family: "gfont-sourceserifpro";
}

#search-form {
  z-index: 7;
}

.search-container {
  background-color: #fdfcff;
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 25px 30px 25px 30px;
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-radius: 30px;
  box-shadow: 10px 10px 35px 0px #00000025;
}

.search-holder {
  width: 1100px;
  align-items: center;
  text-align: center;
  background-color: #fffef6;
  max-width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 180px;
}

.serach-input {
  padding: 10px;
  background-color: #c1777700;
  width: 900px;
  max-width: 1000px;
  height: 50px;
  min-height: 30px;
  font-family: "gfont-sourceserifpro";
  font-size: 20px;
  font-weight: 400;
  margin-left: 15px;

  border-top: 0px solid;
  border-bottom: 1px solid;
  border-left: 0px solid;
  border-right: 0px solid;
}

.serach-input:focus,
.serach-input:active {
  outline: none;
  border-top: 0px solid;
  border-bottom: 1px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-color: inherit;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.sok-knapp {
      background-color: #FFDA3A;
    background-clip: border-box;
    font-family: "gfont-sourceserifpro";
    font-size: 20px;
    font-weight: 300;
    margin-left: 30px;
    padding: 6px 30px 6px 30px;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 10px;
}

.sok-knapp:hover {
  background-color: #FFDA3A;
  transform: translateY(-1px);
}

.bde-div-13-177 {
      margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
      gap: 0px;
    align-items: center;
    text-align: center;
    max-width: 100%;
    position: relative;
    background-size: cover;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bde-div-13-178 {
  position: relative;
  bottom: -4px;
  background-color: #ffe88b;
      padding: 6px 30px 6px 30px;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 500px;
}

.bde-div-13-178.bde-div.is-animated {
  animation: slideUp 0.6s ease-out forwards;
  padding: 6px 30px 6px 30px;
    border-radius: 5px;
}

.bde-div-13-178 .bde-text,
.bde-div-13-178 .bde-text-13-179 {
  font-size: 14px;
  line-height: 1.5;
}

.filter-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
}

.dropdawn {
  width: 210px;
  height: 40px;
  color: var(--bde-palette-base-light-4);
  font-family: "gfont-sourceserifpro";
  font-size: 14px;
  font-weight: 400;

  padding-right: 15px;
  padding-left: 15px;
  border-top: 0.5px solid;
  border-bottom: 0.5px solid;
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-radius: 7px;
}

select {
  word-wrap: normal;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  color: #6c757d;
  border-color: #6c757d;
  background-color: white;
}

.search-holder {
  background-color: #fffef6;
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.search-container {
      background-color: #FDFCFF;
    display: flex;
    width: 1100px;
    margin: 0px 0px 0px 0px;
    padding: 25px 30px 25px 30px;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 30px;
    box-shadow: 10px 10px 15px 0px #00000010;
}

.bde-section-13-181 {
  background-color: #fffef6;
}

.serach-input {
  border-bottom: 1px solid #e5e7eb;
}

.sok-knapp {
  background: #ffda3a;
  color: #1f2937;
  font-weight: 400;
}

.filter-container {
  gap: 15px;
  align-items: center;
}

.dropdawn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  border-radius: 10px;
}

.btn#all_data {
  background: #ffffff;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.pt-4 {
  font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 10px;}

.second_filter {
  display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0px auto 12px;
    padding: 20px 10px 00px 10px;
}

.dropdawn_2 {
  background-color: #642EDA00;
    margin-right: 7px;
    padding: 3px 2px 3px 2px;
    border-top: 1px solid #484343;
    border-bottom: 1px solid #484343;
    border-left: 1px solid #484343;
    border-right: 1px solid #484343;
    border-radius: 5px;
    font-size: 14px;
}

.result {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  padding: 0 10px 20px;
}

.card {
      margin-bottom: 15px;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 5px 20px 75px 0px #00000025;
    border: 0 px solid;
}

.card-header {
      background-color: #FFF;
    display: block;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    padding: .5rem 1rem;
    margin-bottom: 0;
}

.card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;

}

.logo {
  max-height: 30px;
  margin-bottom: 10px;
  
}

.info-holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-holder .title {
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  font-family: "gfont-sourceserifpro";
}

.capitalize { text-transform: capitalize; }

.tag-holder {
  display: flex;
    gap: 30px;
}

.tag-box {
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}

.tag-image {
  width: 16px;
  max-height: 16px;
}

.pdf-oppener {
      background-color: #FFDA3A;
    color: #454545;
    font-family: "gfont-sourceserifpro";
    font-size: 15px;
    font-weight: 600;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    box-shadow: 5px 20px 75px 0px #00000025;
    text-decoration: none;
}

.tag-text { font-size: 13px; color: #374151; margin: 0; }

.body-text-holder { margin-top: 15px;
    padding-top: 0px; }
.body-text { color: #454545;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-left: 17px;
   }

.footer-info-holder {
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pdf-info-holder { 
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    margin-left: 20px; }
.pdf-size-holder, .pdf-page-count-holder { display: inline-flex; gap: 8px; align-items: center; }
.pdf-size-text, .pdf-count-text { color: #6b7280; font-size: 14px; margin: 0; }
.pdf-size-image, .pdf-count-image { width: 16px; height: 16px; max-height: 15px; }

.pdf-button-holder { display: flex; }

.pdf-button.real-button:hover { background: #ffca0a; }

.pagination-holder { max-width: 1100px; margin: 12px auto 48px; padding: 0 10px; display: flex; justify-content: center; }
.pagination { display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; }
.page-link {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  padding: 8px 12px;
  border-radius: 10px;
  min-width: 40px;
  text-align: center;
}

.page-link:focus,
.page-link:active,
.page-link:focus-visible {
  outline: none !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: none !important;
}

#prevButton,
#nextButton {
  background: #FFDA3A;
  color: #000;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 10px;
  min-width: 40px;
  font-size: 16px;
}

#prevButton:hover,
#nextButton:hover {
  background: #ffca0a;
  color: #000;
}

#prevButton:focus,
#nextButton:focus,
#prevButton:active,
#nextButton:active {
  outline: none !important;
  box-shadow: none !important;
  background: #FFDA3A;
  color: #000;
  border: 1px solid #e5e7eb !important;
}

@media (max-width: 820px) {
  .search-holder { padding-top: 60px; padding-left: 10px; padding-right: 10px; }

  #search-form {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .bde-div-13-178 {
    max-width: 100%;
    padding: 12px 10px;
    font-size: 11px;
  }

  .bde-div-13-178 .bde-text,
  .bde-div-13-178 .bde-text-13-179 {
    font-size: 11px;
    line-height: 1.4;
  }

  .search-container {
    padding: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: none;
    border: 0px solid;
    background-color: transparent;
  }
  .serach-input {
    width: 100%;
    font-size: 14px;
    margin-left: 0;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e5e7eb;
  }
  .sok-knapp {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
  }
  .filter-container {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    gap: 7px;
    margin-top: 15px;
  }
  .dropdawn {
    width: 100%;
    font-size: 14px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  .second_filter {
    padding: 30px 10px 0px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
  }
  .pt-4 {
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
  .dropdawn_2 {
    background-color: #642EDA00;
    margin-right: 7px;
    padding: 3px 2px 3px 2px;
    border-top: 1px solid #484343;
    border-bottom: 1px solid #484343;
    border-left: 1px solid #484343;
    border-right: 1px solid #484343;
    border-radius: 5px;
    font-size: 14px;
  }
  .btn#all_data {
    width: 100%;
    font-size: 14px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    padding: 0px 20px;
  }

  .result {
    padding: 0 10px 20px;
  }
  .card {
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #fff;
  }
  .card-header {
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }
  .logo {
    max-height: 30px;
    width: auto;
    margin-bottom: 16px;
  }
  .info-holder {
    gap: 0px;
  }
  .title-holder .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .tag-holder {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tag-box {
    gap: 6px;
  }
  .tag-text {
    font-size: 10px;
  }
  .tag-image {
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
  .body-text-holder {
    margin-top: 12px;
  }
  .body-text {
    font-size: 12px;
    margin-left: 0;
    line-height: 1.5;
  }
  .footer-info-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    gap: 12px;
  }
  .pdf-info-holder {
    margin-left: 0;
    gap: 20px;
    flex-direction: row;
  }
  .pdf-button-holder {
    width: 100%;
  }
  .pdf-oppener {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 30px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .pagination {
    gap: 3px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .page-link {
    padding: 4px 8px;
    font-size: 11px;
    min-width: 28px;
    border-radius: 4px;
  }
  .pagination-holder {
    padding: 0 10px;
    overflow-x: auto;
  }

  #prevButton,
  #nextButton {
    padding: 4px 8px;
    font-size: 11px;
    min-width: 28px;
    border-radius: 4px;
  }
}

@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .filter-container {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    gap: 7px;
    margin-top: 15px;
  }
  .dropdawn {
    width: calc(50% - 3.5px);
    font-size: 13px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn#all_data {
    width: 100%;
  }
}

@media (max-width: 820px) and (orientation: landscape) {
  .filter-container {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    gap: 7px;
    margin-top: 15px;
  }
  .dropdawn {
    width: calc(50% - 3.5px);
    font-size: 14px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  .search-holder { padding-top: 100px; padding-left: 20px; padding-right: 20px; }
  .search-container {
    padding: 20px 24px;
    width: 100%;
    max-width: 100%;
  }
  .serach-input {
    font-size: 19px;
    width: 100%;
  }
  .sok-knapp {
    font-size: 19px;
    padding: 8px 25px;
  }
  .filter-container {
    padding-left: 15px;
    padding-right: 15px;
    gap: 12px;
  }
  .dropdawn {
    width: calc(25% - 9px);
    font-size: 13px;
  }
  .second_filter {
    padding: 18px 15px;
  }

  .result {
    padding: 0 15px 18px;
  }
  .card {
    padding: 25px 20px;
  }
  .title-holder .title {
    font-size: 22px;
  }
  .tag-holder {
    gap: 20px;
  }
  .body-text {
    font-size: 14px;
  }
  .pdf-oppener {
    font-size: 14px;
  }

  .pagination { gap: 7px; }
  .page-link {
    padding: 7px 11px;
    font-size: 15px;
    min-width: 38px;
  }
}

.sok_btn {
  margin-left: auto;
}
