.administrate_inline {
  display: inline-flex !important;
  margin: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.administrate_export_legend {
  width: 100%;
  min-height: 20px;
  padding: 9px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;

  .page-item {
    margin: 0.5em;
  }

  .active {
    .page-link {
      pointer-events: none;
      color: inherit;
      font-weight: 700;
      text-decoration: none;
    }
  }
}
