.history__wrapper {
    gap:0px;
}

.history__grid-row {
    display: flex;
    align-items: center;
}

.history__date-filter {
    position: relative;
    margin-left: 10px;
}

.history__date-filter-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>') no-repeat center;
    background-size: contain;
}

.history__date-filter-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    min-width: 120px;
    padding: 5px;
}

.history__date-filter-dropdown.active {
    display: block;
}

.history__date-filter-dropdown select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.history__num span {
    font-weight:400;
}
.history__content-hr {
    border:none;
    border-bottom:1px solid rgba(0, 0, 0, 0.20);
}

 .history__grid-cont.thead .history__grid-row .history__details, .history__grid-cont.thead .history__grid-row.history__grid-num {
    padding:20px 0px;
}

.selected-year-container {
    position:relative;
    padding:20px 36px 20px 0px;
    cursor:pointer;
}
.selected-year-container .icon-pulldown {
    position:absolute;
    background-image:url('../../images/icon/icon_arrow_down.svg');
    background-size:20px 20px;
    background-position:center;
    background-repeat:no-repeat;
    top:0px;
    right:0px;
    width:39px;
    height:100%;
}
.year-select-box {
    position:relative;
}
/*.year-select-box:hover .year-list {
    display:inline-block;
}*/
.year-list {
    display:none;
    position:absolute;
    background-color:#ffffff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    padding:0px 10px;
    top:10px;
    left:-20px;
}
.year-list-container {
    position:relative;
}
.year-list-container .icon-pulldown {
    position:absolute;
    background-image:url('../../images/icon/icon_arrow_down.svg');
    background-size:20px 20px;
    background-position:center;
    background-repeat:no-repeat;
    top:0px;
    right:-10px;
    width:39px;
    height:39px;
    cursor:pointer;
}
.year-list .option {
    width:70px;
    padding:10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    cursor: pointer;
}
.year-list .option:hover, .year-list .option.active {
    font-weight:400;
}
.year-list .option:first-child {
    background-image:url('../../images/icon/icon_arrow_up.svg');
    background-size:20px 20px;
    background-position:center right;
    background-repeat:no-repeat;
    cursor:pointer;
}
.year-list .option:last-child {
    border-bottom: none;
}

#points-list, #redemption-list, #transaction-list{
    padding:20px 0px 0px;
}

.navigation-bar {
    margin-top:30px;
    width:100%;
    display:flex;
    justify-content:center;
}
.navigation-bar .btn-prev.inactive, .navigation-bar .btn-next.inactive {
    opacity:0.2;
    cursor:auto;
    pointer-events:none;
}
.navigation-bar .btn-next div {
    width:50px;
    height:50px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:0px 50px;
}
.navigation-bar .btn-prev div {
    width:50px;
    height:50px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:0px 50px;
}
.navigation-bar .btn-next div {
    width:50px;
    height:50px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:0px 50px;
}
.navigation-bar .btn-prev div, .navigation-bar .btn-next div {
    width:50px;
    height:50px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    margin:0px 50px;
}
.navigation-bar .btn-prev div {
    background-image:url('../../images/icon/icon_arrow_left.svg');
}
.navigation-bar .btn-next div {
    background-image:url('../../images/icon/icon_arrow_right.svg');
}

@media screen and (max-width: 767px) {
}