.section1 {
  margin-bottom: 25px;
}

.colored-border {
  background-color: #fff;
  position: relative;
}

.colored-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-left: 5px solid rgba(211, 200, 178, 0.5);
  border-right: 5px solid rgba(211, 200, 178, 0.5);
  border-bottom: 5px solid rgba(211, 200, 178, 0.5);
  box-shadow: 0 0 5px 0 rgba(211, 200, 178, 0.5),
    0 0 10px 0 rgba(211, 200, 178, 0.5);
}

h1 {
  font-family: Calibri;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #fcbb44;
  width: 92%;
  margin: 20px 20px 10px 20px;
  text-align: left;
  margin-inline-start: 5px;
}

p {
  margin: 10px 10px 10px 5px;
  text-align: justify;
  font-size: medium;
  font-family: Calibri;
}

.container {
  width: 100vw;
  margin: 0 auto;
  background: white;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

.nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
}

.nav a.active {
  color: #2196f3;
  border-bottom: 2px solid #2196f3;
}

.selection-area {
  margin-bottom: 30px;
}

.selection-box {
  width: 40%;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.selection-box label {
  display: block;
  margin-bottom: 5px;
  color: #666;
}

.selection-box select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.search-btn {
  background: #2196f3;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.search-btn:hover {
  background: #1976d2;
}

.results-area {
  margin-top: 30px;
}

.result-item {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
}

.download-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.download-btn {
  background: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.download-btn:hover {
  background: #388e3c;
}

.dropdown-menu {
  max-height: 320px;
  min-width: 60vw;
  overflow-y: scroll;
}

.dropdown-item {
  padding: 4px 8px;
}

.dropdown-item:hover {
  background-color: transparent;
}

.form-check-input {
  margin-right: 4px 10px;
}

.btn-primary-plus {
  color: #3e3e3e !important;
  background-color: #e9e9e9 !important;
}

.btn-primary-plus .wb-icon {
  width: 16px;
  height: 16px;
}

.wb-row {
  position: relative;
  min-height: 40px;
  width: 100%;
}

.wb-col-3 {
  float: left;
  max-width: 30%;
  width: fit-content;
}

.wb-col-7 {
  float: left;
  max-width: 70%;
  width: fit-content;
}

.dropdown-choosed {
  width: 100%;
  height: 34px;
  line-height: 24px;
  padding: 5px;
  text-align: left;
  margin-left: 10px;
  color: #2196f3;
  background-color: #e9e9e9;
  border-radius: 4px;
}
