.selectedFile {
  padding: 15px 10px;
}

.removeFile {
  cursor: pointer;
}

.alert-danger{
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.d-flex {
  display: flex;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

.align-items-center {
  align-items: center
};

.align-items-baseline {
  align-items: baseline;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-nowrap {
  text-wrap: nowrap;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.list-body {
  margin-top: 100px;
}

.l-header__disaster-wrapper {
  display:none;
}

.eform-error-message {
  background-color: #f8d7da; /* 全体の背景色 */
  color: #721c24;            /* テキストの色 */
  border: 1px solid #f5c6cb; /* 枠線の色 */
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.eform-error-header {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.eform-error-subheader {
  margin-bottom: 0.5rem;
}

.address-search-btn input {
  position: relative;
  background-color: #6c757d;
  color: #fff;
  border-radius: 5px;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .75rem;
  padding-right: .75rem;
  cursor: pointer;
  font-size: small;
  line-height: 1.6;
  transition: background-color .3s;
}

.address-search-btn input:hover {
  background-color: #5c636a;
}

.secondary-search-btn {
  position: relative;
  background-color: #6c757d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.6;
  transition: background-color .3s;
}