#belgeSorgu {
  padding: 20px;
}
.bs_header {
  display: flex;
  align-items: center; /* Dikey olarak ortalar */
  gap: 15px; /* Logo ve yazı arası boşluk */
}
.bs_header p {
  margin: 0; /* Paragrafın varsayılan margin'ini sıfırlar */
}

.bs_container {
  width: 100%;
  margin: 20px 0 0 0px;
  display: block;
}
.bs_container h1 {
  font-weight: 900;
  color: #1d2327;
}
.bs_container h1 i {
  font-weight: 500;
  color: #3f994a;
}
:focus {
  outline: 0;
}
.bs_tab_button {
  background: #1d59a5;
  border: 5px solid #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-bottom: 0;
  margin: 0 5px 0 0;
  cursor: pointer;
  box-shadow: 0px -1px 5px #d4d4d4;
  margin-bottom: 18px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bs_tab_button:hover,
.bs_active_tab {
  background: #1d59a5;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
.bs_tab_contents {
  border: 5px solid #fff;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0 0 3px #c5c3c3;
}
.bs_tab_content {
  display: none; /* border: 1px solid #1d59a5; */
  padding: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
#fields_table {
  width: 100%;
  border-style: solid;
}
#fields_table thead {
  text-align: left;
  background: #1d59a5;
}
#fields_table thead tr {
  padding: 11px;
  height: 34px;
}
#fields_table thead tr th {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
#fields_table td {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
tr:first-child a.yukaributton {
  display: none;
}
tr:last-child a.asagibutton {
  display: none;
}
.islemlerbutton {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer !important;
}
a.yukaributton,
a.asagibutton,
.islemlerbutton {
  text-decoration: none !important;
}
.tab_list_tab_button {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #1d59a5;
  border: 3px solid #fff;
  margin-top: 5px;
  text-decoration: none !important;
  color: #fff;
  box-shadow: 0 0 3px #0000002b;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
.tab_list_tab_button_active,
.tab_list_tab_button:hover {
  color: #fff;
  text-transform: uppercase;
}
.tab_list_tab_content {
  display: block;
  width: 100%;
  margin-top: 5px;
}
img.imagepreview {
  max-width: 100px;
  max-height: 100px;
  display: block;
  border: 2px solid #4282d2;
  border-radius: 3px;
}
.deletebutton {
  width: 100px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 0 2px;
}
.filepreview,
.filepreview:hover {
  display: block;
  border: 1px solid #ddd;
  width: 130px;
  text-align: center;
  padding: 10px;
  background: #4282d2;
  color: #fff;
  text-decoration: none;
}
#bS_search_type {
  padding: 10px 5px 13px;
  border: 1px solid #c9c9c9;
  float: left;
  margin-right: 3.5%;
  width: 30%;
  height: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
#bS_search_key {
  padding: 8px 10px 8px;
  border: 1px solid #c9c9c9;
  float: left;
  margin-right: 3.5%;
  width: 30%;
  height: 50px;
}
#bS_search_panel button.arama {
  border: 1px solid #222222;
  background: #222222;
  padding: 15px 20px 16px;
  float: left;
  width: 15%;
  height: 50px;
  color: #ffffff;
  margin-right: 1%;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 600; /* margin-top: 10px; */
}
#bS_search_panel a.tumu {
  border: 1px solid #228762;
  background: #228762;
  padding: 15px 20px 16px;
  float: left;
  width: 17%;
  height: 50px;
  color: #fff;
  text-align: center; /* margin-top: 10px; */
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 2px;
}
#bS_search_panel .form-group {
  margin: 15px 0;
  display: block;
  overflow: hidden;
}

#fields_table {
  width: 100%;
  border-style: solid;
}

#fields_table thead {
  text-align: left;
  background: #228762;
}

#fields_table thead tr {
  padding: 11px;
  height: 34px;
}

#fields_table thead tr th {
  font-family: "Quicksand", sans-serif;
  padding: 9px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  /* padding-top: 30px; */
  text-align: left;
  font-style: inherit;
  text-transform: uppercase;
}

#fields_table td {
  padding: 10px;
  /* border: 1px solid #ddd; */
  /* margin: 0; */
  font-size: 14px;
  /* text-align: center; */
  word-break: normal;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  /* padding: 16px; */
}

tr:first-child a.yukaributton {
  display: none;
}

tr:last-child a.asagibutton {
  display: none;
}

#fields_table th {
  word-break: normal !important;
  text-align: center;
}

/* Modern Arama Paneli Stilleri */
#bS_search_panel .form-group {
  display: flex;
  flex-wrap: wrap; /* Daha küçük ekranlarda alt satıra geçmeyi sağlar */
  gap: 10px; /* Elemanlar arası boşluk */
  align-items: center;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

#bS_search_type,
#bS_search_key {
  flex: 1; /* Esnek büyüme payı */
  padding: 12px 15px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  height: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

#bS_search_type:focus,
#bS_search_key:focus {
  outline: none;
  border-color: #228762;
  box-shadow: 0 0 5px rgba(34, 135, 98, 0.4);
}

#bS_search_panel button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* İkon ve metin arası boşluk */
  padding: 0 25px;
  height: 50px;
  border: none;
  background-color: #228762;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#bS_search_panel button:hover {
  background-color: #1a6a4c;
}

/* Arama ikonu için (FontAwesome gibi bir kütüphane varsayımıyla) */
#bS_search_panel button::before {
  content: "\f002"; /* FontAwesome search icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Sonuçlar Tablosu Stilleri */
#fields_table {
  width: 100%;
  border-collapse: collapse; /* Kenarlıkları birleştir */
  margin-top: 20px;
}

#fields_table th,
#fields_table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Quicksand", sans-serif;
}

#fields_table th {
  background-color: #228762;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

#fields_table tr:nth-child(even) {
  background-color: #f9f9f9;
}

#fields_table tr:hover {
  background-color: #f1f1f1;
}

#fields_table td img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 4px;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
  #bS_search_panel .form-group {
    flex-direction: column;
  }
  #bS_search_type,
  #bS_search_key,
  #bS_search_panel button {
    width: 100%;
  }
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  #bS_search_panel .form-group {
    margin: 15px 0;
    display: block;
    overflow: hidden;
  }
  @media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
    thead {
      display: block;
      float: left;
    }

    td {
      display: block;
      float: left;
      width: 300px;
      height: 100px;
    }

    th {
      display: block;
      width: 90px;
      height: 100px;
    }
  }

  tr {
    display: table-row;
  }
  td {
    display: table-cell;
    text-align: justify;
  }
  tbody {
    display: block;
    float: left;
    width: 100px;
  }
}
