@import '../../../../style/variables.scss';

.karma-point-history{
   
    font-family: 'Avenir Next';
    @media only screen and (min-width:768px) {
        border: 1px solid $primary;
        padding: 15px;
    }
    @media only screen and (min-width: 992px) {
        padding: 20px;
    }
    @media only screen and (min-width: 1441px) {
        padding: 40px;
    }
    .total-karmapoints-wrapper{
        text-align: center;
        border-bottom: 1px solid $mainBorder;
        padding-bottom: 20px;
        margin-bottom: 25px;
        @media only screen and (min-width: 1441px) {
            padding-bottom: 24px;
            margin-bottom: 40px;
        }
        .total-karmapoints-img{
            margin: auto auto 14px auto;
            width: 65px;
            height: 65px;
            @media only screen and (min-width: 1441px) {
                width: 78px;
                height: 78px;
            }
            img{
               width: 100%; 
               height: 100%;
               object-fit: cover;
            }
        }

    .total-karmapoints-title{ 
            font-weight: 600;
            line-height: 1;
            color: $btnText;
            margin-bottom: 10px;
        }
    }
    .total-karmapoints-lists{
        .total-karmapoints-card{
            border: 1px solid $primary;
            padding: 16px;
            display: flex;
            align-items: center;
            gap: 13px;
            + .total-karmapoints-card{
                margin-top: 20px;
            }
            .total-karmapoints-smlall-icon{
                width: 42px;
                height: 42px;
                flex-shrink: 0;
                @media only screen and (min-width: 1200px) {
                    width: 50px;
                    height: 50px;
                }
                @media only screen and (min-width: 1441px) {
                    width: 60px;
                    height: 60px;
                    padding: 4px;
                }
            }
            .total-karmapoints-content{
                width: 100%;
                .total-karmapoints-subtitle{
                    font-weight: 500;
                    line-height: 1.2;
                    color: $black25;
                    font-size: 15px;
                    @media only screen and (min-width: 992px) {
                        font-size: 16px;
                        line-height: 1.3;
                    }
                    @media only screen and (min-width: 1441px) {
                        font-size: 20px;
                    }
                }            
                .total-karmapointscontent-rightsidenumber{
                    font-weight: 700;
                    line-height: 1.5;
                    color: $primary;
                    
                }
            }
            .total-karmapointscontent-rightside{
                max-width: 100px;
                width: 100%;
                text-align: right;
                flex-shrink: 0;
                .total-karmapoints-righttitle{
                    line-height: 1.22;
                    color: $darkGrey;
                }
                .total-karmapointscontent-rightsidenumber{
                    font-family: 'Cinzel';
                    font-weight: 700;
                    line-height: 1.5;
                    color: $primary;
                }
            }
            .total-karmapoints-date-title{
                font-size: 14px;
                font-weight: 400;
                line-height: 1.625;
                color: $grey5E;
                @media only screen and (min-width: 1441px) {
                    font-size: 16px;
                }
            }
        }
    }
}