/*===============================================
変数の定義
===============================================*/
:root {
  --base-color: #fff;
  --base-font-color: #c1e4f8;
  --main-font-color: #414141;
  --link-color: #ffa600f3;
}

.text-pink {
  color: #f763ad;
}

/*===============================================
ベース
===============================================*/
/* ゆっくり遷移する */
html {
  scroll-behavior: smooth;
}

#sales-vehicles {
  scroll-margin-top: 80px;
}

main {
  margin-top: 0px;

}

/*===============================================
背景
===============================================*/
#bike_bg{
    background: url(/img/bg.webp);
    background-attachment: fixed;
  background-size: cover;
}
.card-bg {
  background: rgba(71, 71, 71, 0.288);
  backdrop-filter: blur(10px);
}

/*===============================================
header
===============================================*/
.header-bg {

  background: rgba(255, 255, 255, 1);
  padding-bottom: 7px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  display: flex;
}

ul .dropdown-menu-lg {
  min-width: 120px;
  max-width: 180px;
  padding: 0;
}


.dropdown-menu-lg {
  width: 120px;
}

main.app-main{
 background-image: linear-gradient(90deg, #dbdbdb, #ebebeb, #dbdbdb);
}

/*===============================================
input form
===============================================*/

.custom-serch-btn{
  border-top: var(--bs-border-width) solid var(--bs-border-color);
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  border-right: var(--bs-border-width) solid var(--bs-border-color);
  border-left: solid 1px #a2a2a2;
  background-color: #fff;
}


/*===============================================
ログイン
===============================================*/
.login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: fantasy;
  font-size: 40px;
  margin-bottom: 0px;
}

.login-box {
.card {
  min-width: 440px;
  width: 100%;
  height:auto ;
  padding: 20px;
  border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.28);
      box-shadow: 5px 5px 10px hsla(0, 0%, 2%, 0.281);
}

  .login-card-body {
    background: none;
  }

  a {
    color: var(--main-font-color);
  }

    .input-group{
    background-color: #E8F0FE;
    color: var(--main-font-color);
    border-radius: 5px;
  }
  .input-group-text{
     background-color: #494F54;
    color: #ffffff;
    border: 1px solid #E8F0FE;
  }
  .login-card-body .input-group .input-group-text{
   color: var(--main-font-color);
  }
  .form-control {
    background-color: #E8F0FE;
    color: var(--main-font-color);
    border: 1px solid var(--main-font-color);
}

}

/*===============================================
検索画面
===============================================*/
#search{
padding: 10px;
  .icon{
  font-size: 30px;   
  margin-right: 10px;
  color: #555555;
  }
  label{
    font-weight: bold;

  }
  hr{
   margin: -5px 0px 20px;
   border: 1px dotted #6c757d;
  }
}

/*===============================================
顧客検索結果一覧
===============================================*/
#customer_index{
  background: rgba(124, 124, 124, 0.288);
  backdrop-filter: blur(10px);
  border: none;
}
 #customer_index tbody tr th {
    padding: 1rem 5px;
}
#customer_index tbody tr td {
    padding: 1rem 15px;
}

 #offcanvas tr th {
    padding: 1rem 5px;
}
 #offcanvas tr td {
    padding: 1rem 5px;
}

/*===============================================
顧客詳細ページ
===============================================*/
#customer_show {
  gap: 0;
}

#customer_show > table:first-of-type {
  width: 43%;
  flex: 0 0 43%;
  max-width: 43%;
  table-layout: fixed;
}

#customer_show > table:last-of-type {
  width: 55%;
  flex: 0 0 55%;
  max-width: 55%;
  table-layout: fixed;
}

#customer_show th {
  width: 145px;
  min-width: 145px;
  box-sizing: border-box;
}

#customer_show th .badge,
.vehicle-form th .badge,
#sales_header_edit .sales-header-meta th .badge {
  font-size: 0.7em;
  padding: 0.25em 0.45em;
  vertical-align: middle;
}

.customer-new-vehicle-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: auto;
  padding: 0.25rem 0.5rem;
}

.customer-new-vehicle-link p {
  display: inline;
  margin: 0;
}

/*===============================================
車両編集（詳細と同じ2カラム。上段左は表示のみ）
===============================================*/
.vehicle-form .table tbody tr th,
.vehicle-form .table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.vehicle-form #customer_show .table tbody tr th,
.vehicle-form #customer_show .table tbody tr td {
  padding: 1rem 1.5rem;
}

.vehicle-form .form-control,
.vehicle-form .form-select {
  padding: 0.35rem 0.5rem;
  width: auto;
}

.vehicle-form .vehicle-inline-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
  min-width: 0;
}

.vehicle-form .vehicle-stacked-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.vehicle-form .vehicle-era-select {
  width: 7.5rem;
  min-width: 0;
}

.vehicle-form .vehicle-date-num {
  width: 3.5rem;
  min-width: 0;
}

.vehicle-form .vehicle-wareki-md {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}

.vehicle-form .vehicle-md-date {
  width: 11.5rem;
  min-width: 0;
}

.vehicle-form .vehicle-wareki-year-label {
  white-space: nowrap;
  min-width: 6.5rem;
}

.vehicle-form .vehicle-register-place {
  width: 5rem;
}

.vehicle-form .vehicle-category-select {
  width: 8rem;
}

.vehicle-form .vehicle-company-select {
  width: 12rem;
}

.vehicle-form .offcanvas .form-select,
.vehicle-form .offcanvas .form-control {
  width: 100%;
}

.vehicle-form .vehicle-slip-input {
  width: 10rem;
}

.vehicle-form .vehicle-status-select {
  width: 8rem;
}

.vehicle-form .vehicle-memo-input {
  width: 100%;
  flex: 1 1 12rem;
}

/* 車両新規登録のみ。詳細・編集の余白は変えない */
.vehicle-form.vehicle-create-form .table tbody tr th,
.vehicle-form.vehicle-create-form .table tbody tr td,
.vehicle-form.vehicle-create-form #customer_show .table tbody tr th,
.vehicle-form.vehicle-create-form #customer_show .table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.vehicle-form.vehicle-create-form .form-control,
.vehicle-form.vehicle-create-form .form-select {
  padding: 0.35rem 0.5rem;
}

.vehicle-form.vehicle-create-form .js-product-query {
  width: 14rem;
}

.vehicle-form.vehicle-create-form .js-product-search-results .list-group-item {
  padding: 0.6rem 0.75rem;
}

/*===============================================
顧客編集・新規登録（詳細と同じ2カラム）
===============================================*/
.customer-form table {
  width: 49%;
  table-layout: fixed;
}

.customer-form table th {
  width: 30%;
  white-space: nowrap;
  vertical-align: middle;
}

.customer-form table td {
  vertical-align: middle;
}

.customer-form .table tbody tr th,
.customer-form .table tbody tr td {
  padding: 10px;
}

.customer-form .form-control,
.customer-form .form-select {
  padding: 0.35rem 0.5rem;
}

.customer-form .form-control,
.customer-form .form-select {
  width: auto;
}

.customer-form input[name="name"],
.customer-form input[name="kana"],
.customer-form input[name="head_of_household"] {
  width: 12rem;
}

.customer-form input[name="address_01"],
.customer-form input[name="address_02"],
.customer-form input[name="email"],
.customer-form textarea[name="memo_01"],
.customer-form select[name="attribute_01"] {
  width: 100%;
}

.customer-form input[name="zipcode_01"],
.customer-form input[name="zipcode_02"],
.customer-form input[name^="tel_"],
.customer-form input[name^="mobile_"],
.customer-form select[name="gender"] {
  width: 5.5rem;
}

.customer-form .birthday-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
  min-width: 0;
}

.customer-form select[name="birthday_year"] {
  width: 6.5rem;
  min-width: 0;
  max-width: 100%;
  flex: 0 1 6.5rem;
}

.customer-form #birthday_A,
.customer-form #birthday_B,
.customer-form #birthday_C {
  width: 4rem;
  min-width: 0;
  max-width: 4rem;
  flex: 0 0 4rem;
}

/*===============================================
売上伝票編集（#sales_header_edit のみ）
===============================================*/
#sales_header_edit .sales-header-meta td {
  padding: 10px;
  vertical-align: middle;
}

#sales_header_edit .vehicle-wareki-md {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}

#sales_header_edit .vehicle-md-date {
  width: 11.5rem;
  min-width: 0;
}

#sales_header_edit .vehicle-wareki-year-label {
  white-space: nowrap;
  min-width: 6.5rem;
}

#sales_header_edit .js-mileage-input {
  max-width: 8rem;
  text-align: right;
}

#sales_header_edit #sales-summary-left td,
#sales_header_edit #sales-summary-center td,
#sales_header_edit #sales-summary-right td {
  white-space: nowrap;
}

#sales_header_edit .js-yen-input {
  text-align: right;
}

#sales_header_edit #sales-lines-table td {
  padding: 10px;
}

#sales_header_edit .js-line-quantity {
  text-align: right;
}

#sales_header_edit .js-line-quantity.is-zero-quantity,
.sales-qty-zero {
  color: #dc3545;
}

#sales_header_edit .sales-lines-code-th {
  width: 9.5rem;
  white-space: nowrap;
}

#sales_header_edit .sales-lines-tax-th,
#sales_header_edit .js-line-tax-name {
  width: 8.5rem;
  white-space: nowrap;
}

#sales_header_edit .sales-line-labor-cell {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

#sales_header_edit .sales-line-labor-cell .js-line-labor-cost {
  min-width: 0;
  flex: 1 1 auto;
}

#sales_header_edit .js-line-remove {
  flex: 0 0 auto;
}

#sales_header_edit .sales-product-search-btn {
  padding: 0.1rem 0.35rem;
  line-height: 1;
  margin-left: 0.25rem;
  vertical-align: middle;
}

.product-code-results {
  max-height: calc(100vh - 12rem);
  overflow: auto;
}

#sales_header_edit .sales-detail-summary .form-control {
  text-align: right;
}

#sales_header_edit #sales-summary-left td {
  font-variant-numeric: tabular-nums;
}

#sales_header_edit .sales-detail-summary .table th {
  width: 191px;
  min-width: 191px;
  max-width: 191px;
  vertical-align: middle;
}

#sales_header_edit .sales-header-memo-line {
  display: flex;
  gap: 0.25rem;
  align-items: flex-start;
}

#sales_header_edit .sales-header-memo-line + .sales-header-memo-line {
  margin-top: 0.35rem;
}

#sales_header_edit .sales-header-memo-label {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 600;
}

#sales_header_edit .js-memo-display {
  min-width: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

#payment-input-offcanvas,
#discount-input-offcanvas,
#memo-input-offcanvas {
  --bs-offcanvas-width: 22rem;
}

#payment-input-offcanvas .table th,
#discount-input-offcanvas .table th {
  vertical-align: middle;
}

#payment-input-offcanvas .table th {
  width: 7.5rem;
}

#discount-input-offcanvas .table th,
#discount-input-offcanvas .table td {
  padding: 0.5rem 0.5rem;
}

#discount-input-offcanvas .table th {
  width: auto;
  white-space: nowrap;
}

#payment-input-offcanvas .form-control,
#discount-input-offcanvas .form-control {
  text-align: right;
}


/*===============================================
sidebar
===============================================*/
.sidebar-wrapper {
  overflow: auto;
  background-color: #343A40;
  display: flex;
  flex-direction: column;
  a{
    color: white;
    &:hover {
      color: var(--bs-secondary-color);
    }
  }
}

.app-sidebar .sidebar-nav-stack {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.app-sidebar .sidebar-menu .nav-treeview .nav-link {
  padding-left: 2.2rem;
}

.app-sidebar .workspace-nav-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.app-header.navbar {
  min-height: 3.5rem;
}

.app-footer.is-empty {
  display: none;
}

.app-footer:not(.is-empty) {
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: var(--lte-sidebar-width, 250px);
  z-index: 1040;
  width: auto;
  max-width: none;
  min-height: 3.5rem;
  padding: 0;
  border-top: none;
  background-color: transparent;
  overflow: visible;
  transition: none !important;
  animation: none !important;
}

@media (max-width: 1199.98px) {
  .app-footer:not(.is-empty) {
    left: 0;
  }
}

/* 992px未満ではレイアウトを縮めず、横スクロールで表示する */
@media (max-width: 991.98px) {
  html,
  body,
  .app-wrapper,
  .app-header,
  .app-main,
  .app-footer {
    min-width: 992px;
  }

  html,
  body {
    overflow-x: auto;
  }
}

/*===============================================
iPad横向き（サイドバーはオーバーレイ表示）
===============================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .app-content-header > .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .app-header .nav-link,
  .app-header .btn {
    min-height: 44px;
  }

  #search > .d-flex {
    flex-wrap: wrap;
    gap: 1rem;
  }

  #search > .d-flex > form {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 20rem;
  }

  .tablet-table-scroll {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .tablet-table-scroll > table {
    min-width: 70rem;
  }
}

.app-footer.is-scroll-hidden {
  pointer-events: none;
}

.app-footer .workspace-header-slide {
  overflow: visible;
}

.app-footer .workspace-header-bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 0.75rem 0 1rem;
  color: #fff;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  opacity: 1;
  transition: opacity 0.6s ease;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .app-footer .workspace-header-bar {
    background-color: rgba(0, 0, 0, 0.88);
  }
}

.app-footer.is-scroll-hidden .workspace-header-bar {
  opacity: 0;
}

.app-footer .workspace-header-bar-info {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 1rem;
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.app-footer .workspace-header-bar-info span {
  flex: 0 0 auto;
}

.app-footer .workspace-header-vehicle {
  flex: 0 0 auto;
  margin-left: auto;
}

.app-footer .workspace-header-vehicle .workspace-nav-btn {
  color: #fff;
  white-space: nowrap;
}

.app-footer .workspace-header-vehicle .workspace-nav-btn.is-current,
.app-footer .workspace-header-vehicle a.workspace-nav-btn.btn-primary,
.app-footer .workspace-header-vehicle button.workspace-nav-btn.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.app-footer .workspace-header-vehicle a.workspace-nav-btn:hover,
.app-footer .workspace-header-vehicle button.workspace-nav-btn:hover,
.app-footer .workspace-header-vehicle button.workspace-nav-btn.show,
.app-footer .workspace-header-vehicle .workspace-nav-btn:focus-visible {
  color: #fff;
}

.app-footer .workspace-vehicle-dropdown .dropdown-menu {
  min-width: 14rem;
}

.app-footer .workspace-vehicle-dropdown .dropdown-item {
  white-space: normal;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
}

.app-footer .workspace-vehicle-dropdown li:last-child .dropdown-item {
  border-bottom: none;
}

.app-footer .workspace-vehicle-dropdown .dropdown-item.is-not-held,
.app-footer .workspace-vehicle-dropdown .dropdown-item.is-not-held .small {
  color: #898989;
}

.app-footer .workspace-header-bar-title {
  font-weight: 600;
}

.app-footer .workspace-header-person-icon {
  margin-left: 0px;
  margin-right: 0px;
}

.app-footer .workspace-header-bike-icon {
  margin-left: 0px;
}

.app-footer .workspace-header-bar .badge.text-bg-danger {
  font-size: 0.75em;
  vertical-align: middle;
}

.app-footer .workspace-header-bar .badge.text-bg-dark {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
}

.app-sidebar .workspace-nav .workspace-nav-btn {
  text-align: left;
}

.app-sidebar .workspace-nav a.workspace-nav-btn {
  color: #fff;
}

.app-sidebar .workspace-nav button.workspace-nav-btn {
  color: #fff;
}

.app-sidebar .workspace-nav a.workspace-nav-btn:hover {
  color: #fff;
}

.app-sidebar .workspace-nav .workspace-nav-btn.is-current,
.app-sidebar .workspace-nav a.workspace-nav-btn.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.app-sidebar .workspace-nav a.btn-outline-light,
.app-sidebar .workspace-nav a.btn-outline-light:hover {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: transparent;
}

.app-sidebar .workspace-nav a.btn-outline-light:hover {
  color: #000;
  background-color: var(--bs-light);
}

.badge.vehicle-disposal-badge {
  font-size: 15px;
}

.sidebar-brand {
  font-family: fantasy;
  background-color: #343A40;
  display: flex;
  align-items: center;
  justify-content: start;

  a {
    font-size: 32px;
    color: #FFFFFF;
    text-decoration: none;
  }

  &img {
    height: 35px;
  }

  &.brand-text {
    margin-left: 0.5rem;
    color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    transition: flex 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 24px;
    font-weight: 700;
  }
}

/*===============================================
ページネーション
===============================================*/

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #ffffff;
     background-color:#6c757d; 
    border-color: #6c757d;
}
nav{
.page-link {
    color: #646464;

}
}

/*===============================================
table
===============================================*/
#offcanvas{
.table{
 border: #646464 1px solid;
 box-shadow: 0px 0px 0px #000000;
}
.table th{
  padding-left: 14px;
}
}


.table{
  box-shadow: 1px 1px 1px #a2a2a2;
}

/** 一覧表示 幅  **/
.table tbody tr td{
      padding: 1rem 1.5rem;
}
.table tbody tr th{
      padding: 1rem 1.5rem;
     
}
tbody, td, tfoot, th, thead, tr {
  /** テーブルのライン  **/
    border-color: inherit;
    border-style: none;
    border-width: 0px;
} 
.w-10{
  width: 10%;
}
.w-15{
  width: 15%;
}
.w-20{
  width: 20%;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}


/*===============================================
点滅
===============================================*/
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*===============================================
フェードイン
===============================================*/
.fadein.is-animated {
  animation: fadeIn 1.9s ease-in-out 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*===============================================
フェードアウト
===============================================*/

.fadeout.is-animated {
  animation: fadeout 1.9s ease-in-out 1 forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/*===============================================
フェードアップ
===============================================*/
.fadeup.is-animated {
  animation: fadeup 1s ease-in-out 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===============================================
ダッシュボード
===============================================*/
#dashboard{
   height: 100vh;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  .dashboard_title{
       color: var(--bs-secondary-color);
    font-size: 70px;
    font-weight: bold;
    margin-bottom:30px;
      font-family: fantasy;
    letter-spacing: 0.05em;
    line-height: 1.95rem;
    text-shadow: #fff 2px 2px 15px;
    
}
  p{
    color: var(--bs-secondary-color);
    font-weight: bold;
  }
}


/*===============================================
404 401 500　エラー：PC
===============================================*/
#error_message,
.error_message {
  display: flex;
  width: 95%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 5px 5px 10px hsla(0, 0%, 2%, 0.281);
}

#error_message h1,
.error_message h1 {
  color: var(--main-font-color);
  text-shadow: none;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 5.5vh;
}

#error_message p,
.error_message p {
  color: var(--main-font-color);
  font-size: 20px;
  text-shadow: none;
}

#error_message small,
.error_message small {
  color: var(--main-font-color);
  text-shadow: none;
}

/*===============================================
共通　/** スクロールバー デザインカスタマイズ
===============================================*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #a2a2a2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 10px;
}
/*===============================================
alert
===============================================*/
#alert_box{
  position: fixed;
  bottom: 0px;
  right: 10px;
}

/*===============================================
印刷（ブラウザの「PDFに保存」用）
===============================================*/
@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  .app-header,
  .app-sidebar,
  footer {
    display: none !important;
  }

  .app-wrapper,
  .app-main,
  .app-content-header,
  .app-content-header > .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  body,
  main.app-main {
    background: #fff !important;
    background-image: none !important;
  }

  .badge {
    border: 1px solid #212529;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/*===============================================
売上明細表示（下段の左・中央・右集計テーブル）
===============================================*/
.sales-detail-summary .table > :not(caption) > * > * {
  padding: 10px;
  border-color: #ced0d3;
}

.sales-ledger-totals .table th {
  width: 191px;
  min-width: 191px;
  vertical-align: middle;
}

#sales_header_edit .sales-detail-summary .form-control {
  text-align: right;
}
