@CHARSET "Shift_JIS";

.performance-main {
    font-family: 'Noto Sans JP';
    line-height: 150%;
    color: #000000;
}

.performance-main p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.performance-main .performance-title {
    height: 29px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: rgba(5, 15, 26, 0.95);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 32px;
}

.performance-main .tab {
    font-family: 'Noto Sans JP';
    background: #ffffff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.tab .tab-container {
    border-bottom: 2px solid #c3cddb;
    width: 100%;
}

.tab .tab-items {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.performance-main ul {
    list-style: none;
}

.performance-main div, .performance-main li {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.tab .tab-item {
    top: 2px;
    margin: 0 4px;
    color: rgba(5, 15, 26, 0.6); /* #050f1a opacity:0.6 */
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    cursor: pointer;
    min-width: 48px;
    line-height: 1.4rem;
    height: 48px;
    padding: 0 16px;
    font-weight: 700;
}

.tab .tab-item:hover {
    color: #5e97ef;
    opacity: .6;
    text-decoration: none;
}

.tab .tab-item.active {
    color: #1061d7;
}

.tab .tab-item.active:after {
    content: "";
    font-family: 'Noto Sans JP';
    position: absolute;
    border-bottom: 4px solid #1061d7;
    bottom: 0;
    width: calc(100% - 4px);
    border-radius: 8px;
    cursor: pointer;
}

.performance-main button {
    background: transparent;
    appearance: none;
    border: none;
    box-sizing: border-box;
    font-family: inherit;
}

.performance-table {
    table-layout: fixed;
    border-collapse: collapse;
    border-left: none;
    padding-bottom: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.95); /* #000000 opacity:0.95 */
    border-collapse: separate;
    border-spacing: 0;
    padding-bottom: 0px;
}

.border-radius {
    border-radius: 4px 4px 0px 0px;
}

.performance-table thead tr:last-child th  {
    border-top: #f5f7fa 1px solid;
}

.performance-table thead tr:last-child th, .performance-table thead th:first-child, .performance-table thead th:last-child {
    border-bottom: #c3cddb 1px solid;
}

.performance-table thead tr:first-child th:not(:last-child), .performance-table thead tr:last-child th {
  border-right: #f5f7fa 1px solid;
}

.performance-table tbody th:not(:last-child) {
    border-right: #f5f7fa 1px solid;
}

.performance-table tbody th:first-child {
    border-bottom: #c3cddb 1px solid;
}

.performance-table tbody td {
    border-bottom: #c3cddb 1px solid;
    padding: 8px;
}

.performance-table tbody td:not(:last-child) {
    border-right: #c3cddb 1px solid;
}

.table-disp-width {
    width: 780px;
}

.table-disp-height {
    height: 744px;
}

.div-table {
    overflow-x: hidden;
    overflow-y: hidden;
}

.table-side-scroll {
    overflow-x: scroll;
    width: 670px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.table-vertical-scroll {
    overflow-y: scroll;
    height: 676px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* tbodyの高さが0の場合でも横スクロールバーを表示するため最小高1px設定 */
.table-scroll-child {
    min-height:1px;
}

.performance-table thead {
    top: 0;
    z-index: 1;
}

.performance-table thead tr:first-child th {
    left: 0;
}

.performance-table thead th {
    font-weight: 400;
    background: #eaf0f6;
    padding: 8px 2px 8px 2px;
    text-align: center;
    vertical-align: middle;
}

.performance-table th, .performance-table td {
    white-space: nowrap;
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
}

.inputdate-column {
    min-width: 80px;
    background: #eaf0f6;
    padding: 8px 3px 8px 3px;
    font-weight: 400;
    position: sticky;
    left: 0;
}

.buy-column, .sell-column {
    min-width: 30px;
    font-weight: 700;
    padding: 8px;
}

.buy-column {
    color: #e5004c;
    background: #ffebf1;
    position: sticky;
    left: 80px;
}

.sell-column {
    color: #00847f;
    background: #e6fffe;
    position: sticky;
    left: 80px;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
}

.sell-column-value {
    background: #f5f7fa;
}

.amount-column {
    min-width: 85px;
  }

.amount-crypto-asset-column {
    min-width: 117.5px;
}

.exchange-rate-column {
    min-width: 81px;
}

.scroll-area-sm {
    transform: translateZ(0);
}

.scroll-area-sm::-webkit-scrollbar {
   width: 6px;
   height: 6px;
}

.scroll-area-sm::-webkit-scrollbar-track {
   background: #F5F7FA;
   border-radius: 4px;
}

.scroll-area-sm::-webkit-scrollbar-thumb {
   background: #A0ABBA;
   border-radius: 3px;
}
