.product-details{
    font-family: "PingFang SC";
    margin-left: 60px;
    height: 100%;
}
@media (max-width:991px){
    .product-details{
        margin-left: 0px;
    }
}

.product{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
    opacity: 0.95;
    margin-top: 30px;

}

.details{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    margin-top: 15px;
}

.point-detail{
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    justify-content: start;
    align-items:start ;
    max-height: 80%;
    flex-wrap: wrap;

}


.card{
    /* width: calc((100% - 40px) / 10); */
    width: 100%;
    height:fit-content;
    background: #ffffff14 !important;
    margin: 2px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    /* width: calc((100% - 40px) / 10); */
    width: 100%;
    height:fit-content;
    background: #ffffff14 !important;
    margin: 2px;
}

@media (max-width:1250px){
    .card{
        /* width:calc((100% - 8*4px) / 8) */
    }
}
@media (max-width:1000px){
    .card{
        /* width:calc((100% - 5*4px ) / 5) */
    }
}

@media (max-width:735px){
    .card{
        /* width:calc(100% - 4px) */
    }
}
.sign-in{
    margin-left: 32px;
}

.sign{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.date{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #dddee287;
}

.points{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #88cb9a;
    margin-right: 32px;

}

.state-points {
    color: #9799A9;
    font-size: 12px;
    height: 14px;
    text-align: end;
}

.points.negative {
    color: #ffafaf
}

.no-record {
    color: #fff;
    font-size: 2em;
}



/* filter months */
.months-filter {
    align-items: center;
    font-family: 'PingFang SC';
    color: #BDBEC7;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 5px;
}


.trans-history {
    /* align-self: end; */
}

.filter-container {
    position: relative;
    display: inline-block;
  }

  .filter-button {
    padding: 10px 15px;
    background-color: transparent;
    /* color: white; */
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .filter-button:hover {
    background-color: #2e3152;
  }

  .filter-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #242648;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
    width: 100%;
  }

  .filter-options button {
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    /* border-bottom: 1px solid #9799A9; */
  }

  .filter-options button:hover {
    background-color: #2e3152;
    color:#9E95FF;
    /* border-bottom: 1px solid #6D61F1; */
  }

  .filter-options button:focus {
    outline: none;
  }

