nav ul{
list-style-type: none;
}
nav ul li::marker{
    display: none;
}
nav .main-nav{
   padding-left: 28px; 

}

nav .main-nav li{
 font-weight: 700;
}
nav .main-nav .ico-bonus:before
{
    width: 25px;
    height: 13px;
    content: '';
    display: inline-block;
    background-image: url(/imgs/icons/bonus.svg);
    position: relative;
    padding-left: 31px;
    background-repeat: no-repeat;
}

nav .main-nav .ico-live:before
{
    width: 25px;
    height: 25px;
    content: '';
    display: inline-block;
    background-image: url(/imgs/icons/live.svg);
    position: relative;
    padding-left: 31px;
    background-repeat: no-repeat;
    top: 5px
}
nav label{
        padding-left: 28px;
    color: #9a9b9b;
font-weight: 300;
font-size: 16px;
font-style: italic;
}
nav .quick-nav{
       padding-left: 28px;
}
nav .quick-nav li a.current{
    color: #DB004D;
        padding-left: 6px;

}
nav .quick-nav li a.current:before{
    content: '______';
    display: inline-block;
    position: relative;
    top: -6px;
    left: -6px;
}
nav .quick-nav li{
font-weight: 400;
}

nav .quick-nav li a{
font-weight: 400;
color: unset;
}

nav .trusted{
    font-size: 13px;
    padding-left: 28px;
    padding-right: 5px !important;
    /* padding-left: 0; */
}
nav .trusted span{
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #db004d;
}


.form-control{
        width: 80%;
    margin: 20px auto;
    height: 30px;
    border-radius: 15px;
} 
.winnings {
    margin-top: 10px;
    text-align:right;
}
.winnings .numbers span{
background-color: #fff;
    border: 1px solid #00012b3b;
    padding: 6px 4px;
    font-size: 21px;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 400;
    font-family: "Open Sans";
}

.winnings .numbers span.dot{
    background-color: unset;
    border-radius: unset;
    border:unset;
    padding: 0;
}
.winnings .numbers span.currency{
    font-size: 28px;
    font-weight: 500;
font-family: "Lato";
border:unset;
background-color: unset;
top: 3px;
position: relative;
}
.winnings > span{
    font-size: 18px;
font-weight: 400;
font-style: italic;
text-align: right;

}
nav .quick-nav li:hover{
    color: #DB004D;
    padding-left: 6px;

}
nav .quick-nav li:hover a:before{
    content: '______';
    display: inline-block;
    position: relative;
    top: -6px;
    left: -6px;
}