﻿
.mn_stats {
    padding-top: 20px;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px
}

.mn_stats__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f2f4f7
}

.mn_stats__li:last-of-type {
    border-bottom: none
}

.mn_stats .title {
    font-size: 20px;
    line-height: 23px
}

.mn_stats__title {
    margin-right: 10px;
    min-width: 110px;
    color: #9AAEC8
}

@media screen and (max-width:425px) {
    .mn_stats__value {
        font-size: 10px
    }
}

@media screen and (min-width:425px) {
    .mn_stats__value {
        font-size: 12px
    }
}
@media screen and (min-width:768px) {
    .mn_stats__title {
        margin-right: 20px
    }
    .mn_stats__value {
        font-size: 14px
    }
}

@media screen and (min-width:1024px) {
    .mn_stats__value {
        font-size: 16px
    }
}

.mn_stats__value,
.mn_stats__value span {
    text-align: right;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mn_stats .title {
    padding: 0 20px
}

.mn_stats .desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .mn_stats .desc {
        padding: 0;
        margin: 0 0 8px
    }
}

.mn_stats__list {
    padding: 0 20px
}

.rewards__mn__top {
    display: flex;
}
.rewards__mn__mercury, .rewards__mn__mars {
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #97ABC6;
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #CAD8EA;
    background: #F8FBFF;
    cursor: pointer;
}

.rewards__mn__mercury.active, .rewards__mn__mars.active {
    border-bottom: 3px solid #225CFF;
    color: #225CFF;
    background: #fff;

    pointer-events: none;
}

.rewards__mn__mercury {
    border-right: 1px solid #CAD8EA;
}

.rewards__mn__form {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.active[data-tabs="staking"] [data-tab-item="rewards"]{
  display: none;
}
