/* ベースフォント */
body {
  background-color: #f5f5f5 !important;
  color: #333333 !important;
}

.peers {
  background-color: #f08300 !important;
  color: #FFF !important;
  flex-direction: row-reverse !important;
}


/* リンク */
a {
  color: #f08300 !important;
}
a:hover {
  color: #cc6e00 !important;
}

/* ヘッダー・サイドバー（オレンジ背景に白抜き） */
header, .navbar, .sidebar, .topbar {
  background-color: #f08300 !important;
  color: #FFF !important;
}

header a, .navbar a, .sidebar a {
  color: #FFF !important;
}

header a, .navbar a, .sidebar a {
  color: #FFF !important;
}

.underline::after {
  background-color: #FFF !important;
}
.menu-text {
  color: #FFF !important;
}

/* ボタン */
button,
.btn,
.btn-primary {
  background-color: #0b3190 !important;
  border-color: #0b3190 !important;
  color: #ffffff !important;
}

button:hover,
.btn:hover,
.btn-primary:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #0b3190 !important;
}

.accordion-header button {
  background-color: #0b3190 !important;
  border-color: #0b3190 !important;
  color: #ffffff !important;
}

.accordion-header button:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #0b3190 !important;
}

table th {
  background-color: #0b3190 !important;
  color: #ffffff !important;
}

.input-label {
  background-color: #0b3190 !important;
  color: #ffffff !important;
}
.input-box {
  background: #0b3190 !important;
  color: #ffffff !important;
}

/* テーブル */
.table thead {
  background-color: #f08300 !important;
  color: #ffffff !important;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #fff8f0 !important;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}

/* カード・ボックス背景 */
.card, .content-box, .box {
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* 入力フォーム */
input, select, textarea {
  border-color: #ccc !important;
  background-color: #ffffff !important;
  color: #333333 !important;
}

/* フッター */
footer {
  color: #f08300 !important;
}

.sidebar-logo a .logo-text {
  color: #FFF !important;
}

.material-symbols-outlined {
  color: #FFF !important;
}

.sidebar-menu .title {
  color: #FFF !important;
}

.sidebar-logo a .logo {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
}

.icon-holder i {
  color: #FFF !important;
}

.pagination a {
  background-color: #0b3190 !important;
  color: #FFF !important;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
  color: #0b3190 !important;
}

.accordion-body {
  background-color: #FEF7ED !important;
}

.bgc-white {
  background-color: #FEF7ED !important;
}

.card-header.bg-primary {
  background-color: #14b14f !important;
  color: #FFF !important;
}

.card-header.bg-primary h5 {
  color: #FFF !important;
}

.card-header.bg-danger {
  background-color: #f08300 !important;
}

.card-header.bg-danger h5 {
  color: #FFF !important;
}

.debit-table th {
  background-color: #14b14f !important;
}

.credit-table th {
  background-color: #f08300 !important;
}

.csv-export-btn {
  background-color: #14b14f !important;
  border: 1px solid #14b14f !important;
}

.form-check-input {
  appearance:auto !important;
}

/* スマホでは非表示 */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}