<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.freebet-dialog .freebet-amount {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    background-color:var(--c-emphasis);
    color:var(--c-text-primary);
    border-radius:5px;
    position:relative;
    box-shadow:1px 1px 3px #00000040;
}

.freebet-dialog .freebet-amount .description {
    width:100%;
    padding:8px;
    /* padding-bottom:14px; */
    border-bottom:1px dashed #0000004a;
    position:relative;
   
    background-size:20px;
    background-repeat:no-repeat;
    background-position:10px 5px;
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
}
.freebet-dialog .freebet-amount .description::before {
    content:"";
    width:14px;
    height:14px;
    display:block;
    position:absolute;
    border-radius:50%;
    bottom:0px;
    left:0px;
   background-color: var(--c-background-body);
    transform:translate(-50%,50%)
}
.freebet-dialog .freebet-amount .description::after {
    content:"";
    width:14px;
    height:14px;
    display:block;
    position:absolute;
    border-radius:50%;
    bottom:0px;
    right:0px;
   background-color: var(--c-background-body);
    transform:translate(50%,50%);
     border-left:2px solid #0000004a;;
}
.freebet-dialog .freebet-amount .currency-symbol {
    flex:1;
    padding:5px;
    text-align:right;
    display:flex;
    align-items:center;
    justify-content:flex-end;
     padding-left: 40px;
    background:url(/v1.591/r/images/site/icons/promotion_black.svg);
    background-size:20px;
    background-repeat:no-repeat;
    background-position:10px 50%;
}
.freebet-dialog .freebet-amount .voucher-value {
    
    padding:8px;
    text-align:right;
    font-size:2em;
    line-height:1;
    font-weight:bold;
}
.freebet-dialog .voucher-close {
    width:100%;
    margin-top:15px;
    min-height:35px;
    border-radius:8px;
    background-color:var(--c-background-header);
    color:var(--c-text-header
            )
}</pre></body></html>