﻿.withdrawals-in-last-n-days
{
    background-color: #ececec;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 -3px 0 #dedede;
    box-shadow: inset 0 -3px 0 #dedede;
    height: 44px;
    margin: 15px 0;
    min-height: 44px;
    min-width: 146px;
    overflow: hidden;
    padding: 6px 7px 6px 10px;
    position: relative;
}
.withdrawals-in-last-n-days__banner
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-text-fill-color: #232323;
    align-items: center;
    background-color: #ffba00;
    border-radius: 50px;
    color: #232323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto-medium-webfont,sans-serif;
    font-size: 8px;
    font-weight: 400;
    height: 10px;
    justify-content: center;
    line-height: 9px;
    min-height: 10px;
    min-width: 25px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 7px;
    text-transform: uppercase;
    top: 6px;
}
.withdrawals-in-last-n-days__amount
{
    -webkit-text-fill-color: #048504;
    color: #048504;
    font-family: PassionOne-Regular,cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.withdrawals-in-last-n-days__text
{
    font-family: roboto-regular-webfont,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
@media only screen and (min-width: 601px)
{
    .withdrawals-in-last-n-days
    {
        border-radius: 20px;
        -webkit-box-shadow: inset 0 -5px 0 #dedede;
        box-shadow: inset 0 -5px 0 #dedede;
        height: 80px;
        min-height: 80px;
        min-width: 275px;
        padding: 15px 15px 15px 20px;
    }
    .withdrawals-in-last-n-days__banner
    {
        font-size: 12px;
        height: 18px;
        line-height: 14px;
        min-height: 18px;
        min-width: 45px;
        padding: 0 5px;
        right: 15px;
        top: 15px;
    }
    .withdrawals-in-last-n-days__amount
    {
        font-size: 30px;
        line-height: 33px;
    }
    .withdrawals-in-last-n-days__text
    {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1000px)
{
    .withdrawals-in-last-n-days
    {
        margin: 40px 0;
    }
}
@media only screen and (min-width: 1240px)
{
    .withdrawals-in-last-n-days
    {
        width: auto;
    }
}