﻿
.main-avatar {
    width: 45px !important;
    height: 45px !important;
}

    .main-avatar img,
    .main-avatar .mud-image {
        width: 100% !important;
        height: 100% !important;
    }

.small-avatar {
    margin-right: -13px;
    margin-top: 25px;
    width: 25px !important;
    height: 25px !important;
}

    .small-avatar img,
    .small-avatar .mud-image {
        width: 100% !important;
        height: 100% !important;
    }

.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: contrast(0.5);
}

@media (max-width: 420px) {
    .currency-table .main-avatar {
        width: 35px !important;
        height: 35px !important;
        min-width: 35px !important;
    }

    .small-avatar {
        margin-right: -13px;
        margin-top: 25px;
        width: 20px !important;
        height: 20px !important;
    }

    .currency-table .pair-name {
        font-size: 0.82rem;
    }

    .currency-table .trx-type {
        font-size: 0.62rem;
    }

    .currency-table .price-pill {
        font-size: 0.60rem;
        padding: 2px 5px;
        min-width: 30px;
    }

    .currency-table .price-buy,
    .currency-table .price-sell {
        font-size: 0.80rem;
    }
}
