.container.is-fluid {
  padding: 0 3rem;
}

/*山本さんのデザインに沿ってボーダ入れてみたのですが、
  1.1pxのボーダが表示されず、2.5px以上しか出せないみたい
  一応2.4pxで表示されないように残しておきます。
*/
.table thead {
  border-bottom: 2.4px solid #308743;
}

.table td,
.table th {
  vertical-align: middle;
  font-size: 0.9em;
}

.tabs a {
  font-weight: bold;
  border-bottom-width: 2px;
}

.files {
  position: absolute;
  left: 50%;
  display: flex;
}

.dropdown-item {
  font-size: 1rem;
}

.is-sm {
  font-size: 0.875rem;
}

.fa-sm {
  font-size: 1rem;
}

.ch-sm {
  width: 1rem;
  height: 1rem;
}

.border-brown {
  border: 1.5px solid #6e5348;
}

.solid-box-beige {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: #f3e6cf;
  width: fit-content;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}

.solid-box-cream {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #fffce5;
  border: solid;
  width: fit-content;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}

.button.is-success:not(.is-outlined):hover {
  background-color: #ffffff !important;
  border-color: #308743 !important;
  color: #308743 !important;
}
.button.is-link:not(.is-outlined):hover {
  background-color: #ffffff !important;
  border-color: #6e5348 !important;
  color: #6e5348 !important;
}
.is-outlined {
  background-color: #ffffff !important;
}
.is-outlined.is-success:hover {
  background-color: #308743 !important;
  color: #ffffff !important;
}
.is-outlined.is-link:hover {
  background-color: #6e5348 !important;
}
.is-outlined.is-danger:hover {
  background-color: #db4048 !important;
}
.is-outlined.is-primary:hover {
  background-color: #f3e6cf !important;
}

.mytable {
  margin-right: 15px;
}
.mytable td,
.mytable th {
  padding: 5px;
}

.select select,
.textarea,
.input {
  border-color: #6e5348;
  border-radius: 8px;
  border-width: 2px;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
  width: 8rem;
}

.button {
  text-align: center;
  border-radius: 8px;
  border-width: 2px;
}

.model-content {
  overflow: hidden;
}

.modela-card-body > .model-content {
  overflow: hidden;
}

.modal-card-foot {
  border-top: 0px;
  background-color: #ffffff;
  padding: 10px;
  justify-content: center;
}

.modal-card-foot > :not(:last-child) {
  margin-right: 1.5rem;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 1.5rem;
}

.block > .strong {
  white-space: nowrap;
  min-width: auto;
  margin-right: 1rem;
}

input[type="checkbox"] {
  transform: scale(1.5);
}

.button.is-small:not(.is-rounded) {
  border-radius: 4px;
}

.field-label .label {
  width: max-content;
}

.field:not(:last-child) {
  margin-bottom: 0rem;
}


input-field-warning {
  background: #FFCACA;
}


/* あずささん(az)が用意したicons */
.az::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
}
button:not(.is-outlined) .az::before,
a:not(.is-outlined) .az::before {
  filter: brightness(0) invert(1);
}
button:not(.is-outlined):hover .az::before,
a:not(.is-outlined):hover .az::before {
  filter: none;
}
button.is-outlined:hover .az::before,
a.is-outlined:hover .az::before {
  filter: brightness(0) invert(1);
}
.az-trush::before {
  background-image: url("../icons/trush.svg");
}
.az-edit::before {
  background-image: url("../icons/edit.svg");
}
.az-add::before {
  background-image: url("../icons/add.svg");
}
.az-download::before {
  background-image: url("../icons/download.svg");
}
.az-logout::before {
  background-image: url("../icons/logout.svg");
}
.az-addperson::before {
  background-image: url("../icons/addperson.svg");
}
.az-search::before {
  background-image: url("../icons/search.svg");
}
.az-eye-on::before {
  background-image: url("../icons/eye_on.svg");
}
.az-eye-off::before {
  background-image: url("../icons/eye_off.svg");
}
select {
  /* 矢印アイコンの変更 */
  appearance: none;
  background-image: url("../icons/pulldown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

::-webkit-calendar-picker-indicator {
  /* カレンダーアイコンの変更 */
  display: box;
  box-sizing: inherit;
  background: url("../icons/calendar.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
