/* mitroo promitheuton */
.vevaiwshethelontwn {
  display: flex;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #00000033;
  max-width: 500px;
  margin: auto;
  border-radius: 20px;
  padding: 2rem;
}

.vevaiwshethelontwn .form-item {
  display: flex;
  flex-direction: column;
}

.vevaiwshethelontwn .placeholder {
  cursor: pointer;
  background-color: white;
  opacity: 1;
}

.vevaiwshethelontwn label {
  color: #7281a2;
  font-weight: 500;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.vevaiwshethelontwn label span a {
  font-size: 1.5rem;
  font-weight: 500;
}
.vevaiwshethelontwn label span {
  font-size: 1rem;
}
.vevaiwshethelontwn label#edit-pdf-upload--label {
  color: #000d1e;
  font-weight: 700;
}
.vevaiwshethelontwn label[name="pdf_upload_remove_button"] {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
}

.vevaiwshethelontwn input {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f8f9ff;
  border-radius: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #e0e4e5;
  width: 100%;
}
.vevaiwshethelontwn .js-form-type-managed-file,
.vevaiwshethelontwn .captcha {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.vevaiwshethelontwn .captcha {
  position: relative;
}
@media only screen and (max-width: 354px) {
  .vevaiwshethelontwn .captcha iframe[title^="reCAPTCHA"] {
    top: 5px;
  }
}

.vevaiwshethelontwn .js-form-type-managed-file input {
  background-color: transparent;
  border: none;
}
.vevaiwshethelontwn
  .js-form-type-managed-file
  input[name="files[pdf_upload][]"] {
  border: 1px solid #00000036;
  padding: 3rem 4rem;
  border-radius: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.vevaiwshethelontwn input#edit-submit {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  border: 0;
  padding: 0.25rem 2rem;
  max-width: 150px;
  color: white;
  background-color: black;
  text-align: center;
}

/* lista mitroou promithefton */
.lista-mitrooy-promitheyton .table-promitheuton-results {
  margin: 5rem 5rem;
}
.lista-mitrooy-promitheyton .table-promitheuton-results .result-row {
  display: grid;
  grid-template-columns: 0.4fr 1fr 1fr 1.2fr 1.2fr 1fr 1.2fr 1fr 1fr 1fr 1fr;
}
.lista-mitrooy-promitheyton
  .table-promitheuton-results
  .result-row
  .mitroo-cell {
  word-break: break-all;
}
.lista-mitrooy-promitheyton
  .table-promitheuton-results
  .mitroo-form-header
  .result-row
  .mitroo-cell {
  padding: 10px 16px;
  text-align: left;
  background-color: #f3f3f5;
  border-bottom: 0;
  font-size: 1.3rem;
  font-weight: 800;
  /* border-radius: 5px; */
  word-break: break-word;
}

.lista-mitrooy-promitheyton
  .table-promitheuton-results
  .result-row
  .mitroo-cell {
  font-size: 1.3rem;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}
.lista-mitrooy-promitheyton
  .table-promitheuton-results
  .result-row
  .mitroo-cell:first-child {
  grid-column: span 0.5; /* Make the first item span 1 column */
}

.lista-mitrooy-promitheyton
  .table-promitheuton-results
  .result-row
  .mitroo-cell:nth-child(7) {
  grid-column: span 1.5; /* Make the seventh item span 2 columns */
}

.lista-mitrooy-promitheyton .download-excel {
  margin-bottom: 2rem;
  text-align: right;
}
.lista-mitrooy-promitheyton .download-excel button {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  border: 0;
  padding: 0.25rem 2rem;
  color: white;
  background-color: black;
}

.lista-mitrooy-promitheyton .download-excel button::after {
  content: "\e80e";
  font-family: "cpicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  color: white;
  margin-left: 1rem;
}

.lista-mitrooy-promitheyton #block-civilprotection-content {
  overflow: hidden;
}
.lista-mitrooy-promitheyton .download-excel {
  max-width: 1500px;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1400px) {
  .lista-mitrooy-promitheyton .wrapper-promitheuton-results {
    overflow-x: scroll;
  }
}
.lista-mitrooy-promitheyton .table-promitheuton-results {
  width: 1500px;
  margin: auto;
}

.mitroo-form-message .error.message {
  background-color: #cf000020;
  position: relative;
  padding: 2rem 1.5rem 1.5rem 2rem;
  border-radius: 1rem;
  max-width: fit-content;
  margin: auto;
}
.mitroo-form-message .success.message {
  background-color: #008722b5;
  padding: 2rem 1.5rem 1.5rem 2rem;
  border-radius: 1rem;
  max-width: fit-content;
  margin: auto;
  color: white;
}

.vevaiwshethelontwn [data-drupal-messages] {
  display: none;
}

.vevaiwshethelontwn .form-item.js-form-type-checkbox {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
}

.vevaiwshethelontwn .form-item.js-form-type-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  outline: 1px solid black;
  border-radius: 9999px;
  padding: 0;
}
.vevaiwshethelontwn .form-item.js-form-type-checkbox label {
  margin-bottom: 0;
}
.vevaiwshethelontwn .form-item.js-form-type-checkbox input:checked {
  background-color: #071e3b;
}
.vevaiwshethelontwn .mitrooform-small-text {
  font-weight: 400;
  font-size: 1.2rem;
}
.information-message-mitroo-form {
  color: #7281a2;
}

.vevaiwshethelontwn .messages--error {
  font-size: 1.3rem;
  color: red;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid red;
  text-align: center;
  border-radius: 20rem;
}
.vevaiwshethelontwn .messages--success {
  font-size: 1.3rem;
  color: green;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid green;
  text-align: center;
  border-radius: 20rem;
}
/* width */
.vevaiwshethelontwn ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.vevaiwshethelontwn ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.vevaiwshethelontwn ::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
.vevaiwshethelontwn ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.vevaiwshethelontwn .messages--error {
  max-height: 80px;
  overflow-x: auto;
}
