.welcome-heading{
    font-size: 3rem;
    font-weight: 600;
}
.subheader-allcountries{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.subheader-logout{
    display: flex;
    align-items: center;
}
.level-img{
    max-height: 100px;
}
.export-btn{
    justify-content: flex-end;
}
.add-game-btn{
    display: flex;
    justify-content: flex-end;
}
.ridpwd-box{
    min-height: 70px;
    max-height: 70px;
}
.contest-status-position{
    top: -5px;
    right: 80px;
    height: 40px;
}
.fs-1{
    font-size: 20px;
}
.add-cate-btn{
    justify-content: flex-end;
}
.cms-ticket-nav{
    width: 16.66%;
    margin-right: 0;
}
.cms-ticket-nav a{
    justify-content: flex-start;
    padding:  2rem 2rem;
}
.transactions-nav {
    width: 33%;
    flex-wrap: wrap ;
}
.transactions-nav a{
    justify-content: flex-start;
    padding:  2rem 2rem;
}
.fs-20{
    font-size: 20px;
}
.easyP-reports-nav{
    
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: nowrap !important;
        width: 100%;
     
}