/* mitroo promitheuton */
.mitroopromitheutonform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .mitroopromitheutonform {
    display: flex;
    flex-direction: column;
  }
}
.mitroopromitheutonform .form-item {
  display: flex;
  flex-direction: column;
}

.mitroopromitheutonform .placeholder {
  cursor: pointer;
  background-color: white;
  opacity: 1;
}

.mitroopromitheutonform label {
  color: #7281a2;
  font-weight: 500;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.mitroopromitheutonform input {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f8f9ff;
  border-radius: 5rem;
  padding: 1rem 3rem;
  border: 1px solid #e0e4e5;
  width: 100%;
}
.mitroopromitheutonform .js-form-type-managed-file,
.mitroopromitheutonform .captcha {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mitroopromitheutonform .captcha {
  position: relative;
}
@media only screen and (max-width: 354px) {
  .mitroopromitheutonform .captcha iframe[title^="reCAPTCHA"] {
    top: 5px;
  }
}

.mitroopromitheutonform .js-form-type-managed-file input {
  background-color: transparent;
  border: none;
}

.mitroopromitheutonform 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;
}

@media only screen and (max-width: 450px) {
  .mitroopromitheutonform .js-form-type-managed-file input {
    padding-left: 0px;
    border-radius: 0;
  }
}
.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;
}

.mitroopromitheutonform [data-drupal-messages] {
  display: none;
}

.mitroopromitheutonform .form-item.js-form-type-checkbox {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
}

.mitroopromitheutonform
  .form-item.js-form-type-checkbox
  input[type="checkbox"] {
  width: 15px;
  height: 15px;
  outline: 1px solid black;
  border-radius: 9999px;
  padding: 0;
}
.mitroopromitheutonform .form-item.js-form-type-checkbox label {
  margin-bottom: 0;
}
.mitroopromitheutonform .form-item.js-form-type-checkbox input:checked {
  background-color: #071e3b;
}
.mitroopromitheutonform .mitrooform-small-text {
  font-weight: 400;
  font-size: 1.2rem;
}
.information-message-mitroo-form {
  color: #7281a2;
}
