﻿#cashbox-average-payouts
{
    padding: 0 10px;
}
.average-payouts--cashbox
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #048504;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 20px auto;
    max-width: 675px;
    padding: 10px 0 10px 30px;
}
.average-payouts--cashbox .average-payouts__text, .average-payouts--cashbox .average-payouts__time
{
    font-family: roboto-regular-webfont,sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.average-payouts--cashbox .average-payouts__time
{
    position: relative;
    top: -1px;
}
.average-payouts--cashbox .average-payouts__banner
{
    display: none;
}
.average-payouts--cashbox .average-payouts__text
{
    color: #048504;
    font-family: roboto-medium-webfont,sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.6px;
    line-height: 21px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
.average-payouts--cashbox .average-payouts__time
{
    color: #3b3b3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.average-payouts--cashbox .average-payouts__time span:not(:last-child)
{
    margin-right: 4px;
}
.average-payouts--standalone
{
    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;
}
.average-payouts--standalone .average-payouts__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;
    width: 25px;
}
.average-payouts--standalone .average-payouts__time
{
    -webkit-text-fill-color: #048504;
    color: #048504;
    font-family: PassionOne-Regular,cursive;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.average-payouts--standalone .average-payouts__text
{
    font-family: roboto-regular-webfont,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
@media only screen and (min-width: 601px)
{
    .average-payouts--standalone
    {
        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;
    }
    .average-payouts--standalone .average-payouts__banner
    {
        font-size: 12px;
        height: 18px;
        line-height: 14px;
        min-height: 18px;
        min-width: 45px;
        padding: 0 10px;
        right: 15px;
        top: 15px;
    }
    .average-payouts--standalone .average-payouts__time
    {
        font-size: 30px;
        line-height: 33px;
    }
    .average-payouts--standalone .average-payouts__text
    {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1000px)
{
    .average-payouts--standalone
    {
        margin: 40px 0;
    }
}
@media only screen and (min-width: 1240px)
{
    .average-payouts--standalone
    {
        width: auto;
    }
}
@media(min-width: 620px)
{
    .average-payouts--cashbox
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
        max-width: 662px;
        padding: 18px 0 18px 30px;
    }
    .average-payouts--cashbox .average-payouts__text, .average-payouts--cashbox .average-payouts__time
    {
        font-size: 18px;
        line-height: 21px;
    }
    .average-payouts--cashbox .average-payouts__time
    {
        top: 0;
    }
    .average-payouts--cashbox .average-payouts__text
    {
        margin-right: 10px;
    }
}