<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nyroModalCont{
    height:auto!important;
    max-height:90vh;
}
.nyroModalLink{
    padding:15px;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
}
.nyroModalLink .login_layout{
    width:calc(100% + 30px);
    margin:-15px;
}
#wdbillinginfo{
    display:inline-block;
    width:100%;
    vertical-align:top;
    /*color:#333;*/
}
#wdbillinginfo table.prices{
    border-spacing:0;
    border:0;
    margin:10px 0 0 0;
    font-size:13px;
    width:100%;
}
#wdbillinginfo .margin_off{
    margin-top:0!important;
}
#wdbillinginfo table.prices tr:last-child{
    border-bottom:0;
}
#wdbillinginfo table.prices th{
    border:1px solid #e0e0e0;
    background:#f5f5f52b;
    padding:10px 7px;
    font-size:16px;
    line-height:100%;
    border-radius:3px 3px 0 0;
}
#wdbillinginfo table.prices td{
    padding:7px;
    border:1px solid #e0e0e0;
    line-height:120%;
    position:relative;
}
#wdbillinginfo table.prices td.add_l{
    padding-right:19px;
}
#wdbillinginfo table.prices tr:nth-child(n+2) td{
    border-top:0;
}
#wdbillinginfo table.prices td:last-child{
    text-align:center;
    border-left:0;
}
#wdbillinginfo table.prices tr:last-child td:first-child{
    border-radius:0 0 0 3px;
}
#wdbillinginfo table.prices tr:last-child td:last-child{
    border-radius:0 0 3px 0;
}
#wdbillinginfo .prices_free{
    font-weight:bold;
    color:#ff9600;
}
#wdbillinginfo .c_add{
    display:block;
    position:absolute;
    top:calc(50% - 7px);
    right:3px;
    height:12px;
    width:12px;
    line-height:12px;
    text-align:center;
    background:#333;
    text-decoration:none;
    font-size:12px;
    color:#e5e5e5;
    border-radius:3px;
    padding-left:1px;
    box-sizing:border-box;
}
#wdbillinginfo .c_add:hover{
    background:#ff9600;
    color:#fff;
}
#wdbillinginfo .balance{
    font-size:14px;
    background:#f5f5f5;
    padding:10px 7px;
    border:1px solid #e0e0e0;
    border-radius:3px;
    line-height:16px;
    position:relative;
    z-index:1;
    color:#333;
}
#wdbillinginfo .balance .balance_value{
    font-size:16px;
    font-weight:bold;
    color:#ff9600;
}
#wdbillinginfo .balance .balance_value span{
    font-size:14px;
    font-weight:normal;
    color:#333;
}
#wdbillinginfo .balance.menu_on{
    padding-right:34px;
}
#wdbillinginfo ul{
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:top;
}
#wdbillinginfo .b_menu{
    position:absolute;
    top:calc(50% - 10px);
    right:7px;
}
#wdbillinginfo li{
    margin:0;
    padding:0;
    list-style-type:none;
    display:inline-block;
    vertical-align:top;
    position:relative;
    width:100%;
}
#wdbillinginfo .b_menu &gt; li &gt; a{
    display:block;
    width:20px;
    height:20px;
    background-color:#333;
    border-radius:3px;
    background-position:center 2px;
    background-repeat:no-repeat;
    background-image:url("/templates/default/controllers/billing/widgets/wdbillinginfo/billing_menu.png");
    transition:border-radius ease-in-out .25s, background-color ease .15s, background-position ease .25s;
}
#wdbillinginfo .b_menu &gt; li:hover &gt; a{
    background-color:#ff9600;
    border-radius:0 3px 3px 0;
    background-position:center -18px;
}
#wdbillinginfo .b_menu ul{
    display:inline-block;
    vertical-align:top;
    position:absolute;
    top:10px;
    right:19px;
    background:#fff;
    border-radius:3px 0 3px 3px;
    border:1px solid #e0e0e0;
    padding:7px 10px;
    opacity:0;
    visibility:hidden;
    transition:all ease-in-out .25s;
    box-shadow:1px 3px 2px 0px rgba(0,0,0,0.15);
}
#wdbillinginfo .b_menu &gt; li:hover &gt; ul{
    display:inline-block;
    opacity:1;
    visibility:visible;
    top:0;
}
#wdbillinginfo .b_menu ul li a{
    text-decoration:none;
    white-space:nowrap;
    font-size:12px;
    color:#333;
    border-bottom:1px solid #e0e0e0;
    display:block;
    line-height:24px;
}
#wdbillinginfo .b_menu ul li:last-child a{
    border-bottom:0;
}
#wdbillinginfo .b_menu ul li a:hover{
    color:#ff9600;
}
#wdbillinginfo .b_plan{
    display:inline-block;
    vertical-align:top;
    width:100%;
    margin-top:10px;
    border:1px solid #e0e0e0;
    border-radius:3px;
    /*background:#f5f5f5;*/
    padding:10px 7px;
    box-sizing:border-box;
    position:relative;
    line-height:16px;
}
#wdbillinginfo .b_plan .plan_title{
    font-weight:bold;
    color:#ff9600;
    font-size:16px;
}
#wdbillinginfo .b_plan.btn_on{
    padding-right:34px;
}
#wdbillinginfo .b_plan.margin_off{
    margin-top:0;
}
#wdbillinginfo .b_plan .plan_desc{
    display:inline-block;
    vertical-align:middle;
    height:12px;
    width:12px;
    background:#333;
    border-radius:50%;
    color:#e5e5e5;
    line-height:12px;
    text-align:center;
    font-size:10px;
    cursor:help;
    transition:all ease .15s;
    margin-top:-2px;
}
#wdbillinginfo .b_plan .plan_desc:hover{
    background:#ff9600;
    color:#fff;
}
#wdbillinginfo .b_plan .date_end{
    font-size:11px;
    color:#999;
}
#wdbillinginfo .b_plan .continue_plan{
    display:block;
    width:20px;
    height:20px;
    background-color:#333;
    border-radius:3px;
    background-position:center 2px;
    background-repeat:no-repeat;
    background-image:url("/templates/default/controllers/billing/widgets/wdbillinginfo/billing_plan.png");
    transition:border-radius ease-in-out .25s, background-color ease .15s, background-position ease .25s;
    top:calc(50% - 10px);
    right:7px;
    position:absolute;
}
#wdbillinginfo .b_plan .continue_plan:hover{
    background-color:#ff9600;
    background-position:center -19px;
}
.after{
    padding:10px 7px;
    font-size:12px;
    border:1px solid #e0e0e0;
    margin-top:10px;
    border-radius:3px;
    background:#f5f5f525;
}
.after a{
    color:#ff9600;
    text-decoration:none;
    border-bottom:1px dashed;
}
.after a:hover{
    color:#ff5300;
    border-bottom:1px dotted;
}
#plan_desc{
    position:absolute;
    background:rgba(0,0,0,.6);
    color:#f5f5f5;
    font-size:12px;
    padding:8px 10px;
    z-index:101;
    max-width:200px;
    transform:translateX(-50%)!important;
}</pre></body></html>