#toplevel_page_cashbill-payments-settings .wp-menu-image:before{
    top:0;
    left:0;
    content: url('../img/icon.svg');
    opacity: 0.8;
}

#toplevel_page_cashbill-payments-settings .current .wp-menu-image:before{
    opacity: 1;
}

#cashbill-admin-logo{
    max-width:200px;
    width: 100%;
    height: auto;
}

.cashbill__callback{
    padding-bottom: 10px;
}

.cashbill__callback span{
    background-color: rgba(0, 0, 0, 0.10);
    color: rgba(0,0,0,0.80);
    padding: 5px 20px;
    border-radius: 2px;
    margin-bottom: 10px;
}