body{
    margin-top:100px !important;
}
/*-----------Header--------------*/
.header-2{
    background-image: url(https://lotteryanna.com/_next/static/media/header-bg.92155d3c.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    z-index: 100;
}
.header-2 a{
    flex-basis:50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-2 a .image{
    max-width: 50px;
}
.header-2 a .image img{
    width:100%;
}
.header-2 a span{
    font-size:24px;
    color:#fff;
    font-weight: 500;
}

/*----Profile-setting------*/
.custom__bg{
    margin-bottom: 100px;
}

/*---------Transactions-------------*/
.table-responsive--md{
    margin-bottom: 100px;
}

/*---------Change-password-------------*/
.account-wrapper{
    margin-bottom: 100px;
}

@media only screen and (max-width: 576px) {
    .header-2 a{
        flex-basis:75%;
    }
}




