.table-trace-order thead th {
    font-size: 1.2rem !important;
}

.table-trace-order tbody td {
    font-size: 1.2rem;
    padding: 4px;
}

.btn-trace-order {
    border-width: 2px;
    border-color: #a68b53;
    background-color: #fff;
    color: #a68b53;
}
.btn-trace-order:not(:disabled):not(.is-disabled):hover {
background-color: #a68b53;
color: #fff;
}
.btn-trace-order:disabled, .btn-trace-order.is-disabled {
background-color: #f2f2f2;
}

/* 上ページングの上部に少し余白を作る */
.result-trace.pb-4 {
  padding-top: 10px;
}

/* 下ページングの上部に余白な空白ができるため消す */
#form-edit {
  margin-bottom: 0px;
}

.pagination-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-top: 0;
    padding-bottom: 10px;
}

.history-text {
    margin: 4px 0 2px 0;
}

.page-link-trace-order {
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.5rem;
    border-radius: 0;
    color: #a68b53;
    font-weight: bolder;
    font-size: 1.2rem;
  }
  @media (min-width: 768px) {
    .page-link-trace-order {
      min-width: 3.2rem;
      height: 3.2rem;
    }
  }
  .page-link-trace-order.btn {
    border-width: 1px;
    border-color: #fff;
    background-color: #fff;
  }
  .page-link-trace-order.btn:not(:disabled):not(.is-disabled) {
    box-shadow: 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.16);
  }
  .page-link-trace-order.btn:not(:disabled):not(.is-disabled).is-current, .page-link-trace-order.btn:not(:disabled):not(.is-disabled):hover {
    border-color: #a68b53;
    background-color: #a68b53;
    box-shadow: none;
    color: #fff;
  }

.table-invoice-aggregation thead th {
  font-size: 1.2rem !important;
  background-color:#9e7c9c;
}
.table-invoice-aggregation tbody tr {
  --table-height: 1rem;
}
.table-invoice-aggregation tbody td {
  padding: 0px;
  line-height: 1.2;
  font-size: 1.2rem;
}

.table-invoice thead th {
  font-size: 1.2rem !important;
  background-color:#9e7c9c;
  width:100%;
}
.table-invoice tbody td {
  font-size: 1.2rem;
  padding: 4px;
}
.btn-invoice {
  border-width: 1px;
  border-color: #9e7c9c;
  background-color: #fff;
  color: #9e7c9c;
  padding: 5px;
}
.btn-invoice:not(:disabled):not(.is-disabled):hover {
  background-color: #9e7c9c;
  color: #fff;
}
.btn-invoice:disabled, .btn-invoice.is-disabled {
  background-color: #f2f2f2;
}

.page-link-invoice {
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.5rem;
  border-radius: 0;
  color: #9e7c9c;
  font-weight: bolder;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .page-link-invoice {
    min-width: 3.2rem;
    height: 3.2rem;
  }
}
.page-link-invoice.btn {
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}
.page-link-invoice.btn:not(:disabled):not(.is-disabled) {
  box-shadow: 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.16);
}
.page-link-invoice.btn:not(:disabled):not(.is-disabled).is-current, .page-link-invoice.btn:not(:disabled):not(.is-disabled):hover {
  border-color: #9e7c9c;
  background-color: #9e7c9c;
  box-shadow: none;
  color: #fff;
}

.spin-erase::-webkit-inner-spin-button,
.spin-erase::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
  -moz-appearance:textfield!important;
}

.filename {
  margin-top: 5px;  
}

#loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.7;
}
#loading .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin:auto;
}
#loading-confirm-modal {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
}

section.user-order-title .title{
  width: 100%;
  padding: 10px;
  font-size: 2rem;
  color: #595b8f;
}

section.user-order-title .border-gradation {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #595b8f, #fbfbfc);
  margin-top: -10px;
  margin-bottom: 10px;
}

section.user-order {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: #f2f4f7;
  border: 0px;;
}

section.user-order div.title {
  border-left:solid 5px #c9cfd9;
  font-size: 1.6rem;
  white-space:nowrap;
  padding: 0 0 0 5px;
}

section.user-order div.box-user-order {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

section.user-order div.box-left {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

section.user-order div.box-user-order .label {
  color: #000000;
  white-space: nowrap;
  text-align: right;
}

.user-order-search {
    text-align: center;
    flex-wrap: wrap;
    background-color: #5e6193;
    color: #fff;
    cursor: pointer;
    border: solid 1px #5e6193;
    padding: 5px;
}
.user-order-search:hover {
    background-color: #FFFFFF;
    color: #5e6193;
    border: solid 1px #5e6193;
    /* padding: 5px; */
    padding-bottom: 3px;
}

.btn-search-user-order {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}
.btn-search-user-order input {
    width: 20rem;
    font-size: 1.6rem;
    border: none;
    padding: 5px;
} 

.csv-download {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 10px;
}

.btn-csv-download {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    background-color: #FFFFFF;
    color: #5e6193;
    cursor: pointer;
    padding: 4px;
    margin-right: 20px;
}

.btn-csv-download:hover {
    background-color: #5e6193;
    color: #FFFFFF;
}

.table-user-order thead th {
    font-size: 1.2rem !important;
}

.table-user-order tbody td {
    font-size: 1.2rem;
    padding: 4px;
}

.pagination-user-order {
    width: 100%;
    display: flex;
    /* justify-content: flex-; */
    /* text-align: ; */
    padding-top: 0;
    padding-bottom: 10px;
}

.btn-download-confirm {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
#loading-download-confirm-modal {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.9;
}
#loading-download-confirm-modal .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin:auto;
}
.btn-download {
    background-color: transparent;
    cursor: pointer;
}

.header .title-account {
    font-size: 1.6rem;
    color: #333333;
}

.header .title-service {
    font-size: 1.4rem;
    color: #333333;
}
