.wrapper{
  width: 80%;
  max-width: 700px;
  margin: 20px auto;
  padding: 10px 40px;
}

input[type=text], input[type=number], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.fbx-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap; /* prevents wrapping */
  gap: 8px;
  margin-top: 10px;
}

.fbx-input {
  all: unset;
  box-sizing: border-box;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 1em;
  background-color: white;
  color: #000;
  height: 32px;
}
.fbx-input[type="text"],
.fbx-input[type="email"] {
  all: unset;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 1em;
  box-sizing: border-box;
  background-color: white;
  color: #000;
  width: auto;
}

.fbx-feedback {
  width: 220px;
}

.fbx-button {
  padding: 6px 12px;
  font-size: 1em;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  height: 34px;
}

.fbx-button:hover {
  background-color: #0056b3;
}

.fbx-response {
  color: green;
  font-size: 0.9em;
  margin-top: 10px;
  text-align: left;
}


.action-button {
  padding: 8px 16px;         /* slightly smaller */
  font-weight: bold;
  background-color: #e0e0e0;
  color: #000;
  border: 1px solid #bbb;
  border-radius: 0;          /* square corners */
  cursor: pointer;
  font-size: 0.95em;
}





input[type=editortext2]{
  width: 40%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


select, input[type=number] {
  width: 200px;  !important;
}
input[type=submit] {
  width: 200px;
  background-color: #0070c0;
  color: white;
  padding: 14px 20px;
  margin: 20px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;

}

input[type=button] {
  width: 200px;
  background-color: #0070c0;
  color: white;
  padding: 14px 20px;
  margin: 20px 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
//background-color: #0070c0;
}

.greyBorder {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.explanation {
  margin-left:10px;
  font-size:12px;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.element {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 0;
}

.element_label {
  height: 16px;
  width: 4%;
  padding: 12px 0;
  margin: 2px 0;
}

.element_input {
  margin: 2px 0 !important;
}

.element_controll {
  margin: 0 12px;
}

.container_controll {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category_controll {
  margin: 0 12px;
}

.close-button#closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999; /* Ensure it's on top of other elements */
  color: black; /* Make the text color red */
}


#show-list {
  margin:0px;
  width:70%;
//border: 1px solid #aaa;
  border-top:none;
  background-color: #fafafa;
  max-height: 200px; /* Adjust the value as needed */
  overflow-y: auto;
  overflow-x: hidden; /* Ensure no horizontal overflow */

}

#show-list a {
  display: block;
  width:100%;
  color: #2F54C8;
  font-family: arial;
  text-decoration: none;
  font-size:13px;
  color:#000;
  padding: 10px 40px;
}

#show-list {
  margin:0px;
  width:70%;
//border: 1px solid #aaa;
  border-top:none;
  background-color: #fafafa;
  max-height: 200px; /* Adjust the value as needed */
  overflow-y: auto;
  overflow-x: hidden; /* Ensure no horizontal overflow */

}

#show-list a {
  display: block;
  width:100%;
  color: #2F54C8;
  font-family: arial;
  text-decoration: none;
  font-size:13px;
  color:#000;
  padding: 10px 40px;
}

.show-list {
  margin: 0px;
  width: 70%;
// border: 1px solid #aaa;
  border-top: none;
  background-color: #fafafa;
  max-height: 200px; /* Adjust the value as needed */
  overflow-y: auto;
  overflow-x: hidden; /* Ensure no horizontal overflow */
}

.show-list a {
  display: block;
  width: 100%;
  color: #660033;
  font-family: arial;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding: 10px 40px;
}

form .show-list {
  margin: 0px;
  width: 70%;
  /* border: 1px solid #aaa; */
  border-top: none;
  background-color: #fafafa;
  max-height: 200px; /* Adjust the value as needed */
  overflow-y: auto;
  overflow-x: hidden; /* Ensure no horizontal overflow */
}

form .show-list a {
  display: block;
  width: 100%;
  color: #660033;
  font-family: arial;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding: 10px 40px;
}
