.main-body {
   /* background-color: #061323E5;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
/*    margin-top: 2rem;
*/}
.recentgamessec {
    width: 226px;
    background: #4b5560;
    margin-top: 3rem;
    /*margin-left: 2rem;*/
    border-radius:0.5rem;
}
.fle {
    display: flex;
    justify-content: center;
    margin-right:2rem;
}
    .main-body h2 {
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
       /* padding-left: 1rem;*/
    }

    .disnone{
        display:none;
    }

/*#table {
    display: table;
    width: 700px;
}*/
.marpad {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
/*    padding: 0 !important;
*/}
.allrecent h2{
   width:100%; 
}
.recentactive {
    display: flex;
    margin-right: 0;
    /*margin-left: 20rem;*/

    justify-content: space-around;
    width:100%;
}

.rows {
    /*display: table-row;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    background: #061323;
    border-radius: 0.7rem;
    margin-bottom:1rem;
}

.col {
   /* display: table-cell;*/
    width: 50%;
    padding: 1rem 1rem;
    
    vertical-align: top;
}

    .col h3 {
        color: #fff;
        font-family: 'Poppins';
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

    .col p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #FFFFFF;
    }

    .col button {
        background: linear-gradient(92.23deg, #FF56F6 21.43%, #B936EE 50.63%, #273571 100%, #0F1F61 117.04%);
        border: 0;
        padding: 0.4rem 2rem;
        color: #ffffff;
    }

.recent-games {
    background-color: #4b5560;
    width: 250px;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}

.square-box {
    background: linear-gradient(90deg, #0F2635 0%, #19435F 100%);
    border-radius: 4px;
    height: 190px;
    margin: 1rem;
}

    .square-box h2 {
        font-weight: 500;
        font-size: 18px;
        text-align: center;
    }

    .square-box p {
        font-weight: 400;
        font-size: 10px;
        color: #ffffff;
        text-align: center;
    }

.square-image {
    height: 65px;
    display: flex;
    justify-content: center;
    padding: 1rem;
}
.bg-nav-side {
    z-index:8;
    background-color: #061323;
    height: 100%;
    width: 13%;
    max-width: 18%;
    position:fixed;
    display: flex;
    /*align-items: center;*/
    left:0;
    top:3.8rem;

}

@media (min-width:992px) {
    .lay.body-content.container {
        margin-left: 13% !important;
    }}

#navbarsExample09.bg-nav-side.show {
    display: block !important;
}

.disfle.nav-link {
display:flex;
flex-flow-column;
}

@media(min-width:992px) {
    #navbarsExample09.bg-nav-side{
        display: block !important;
    }

    .bg-nav-side {
      
        width: 13%;
    }
}

#navbarsExample09 {
    display: none;
}

@media(max-width:991.5px) {
    .bg-nav-side {
        position:fixed;
        height: fit-content !important;
        width: 100% !important;
        max-width: 185px !important;
/*        border-top-right-radius: 0.7rem !important;*/     
        border-bottom-right-radius: 0.7rem !important;
        border:solid 1px #fff;
        border-top:0;
        border-left:0;
    }
    }


.list-side {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: arial;
    width: 100%;
    padding-left: 0;
    margin-top:3rem;
}

.pad-side {
    padding: 0.2rem;
}

.botalign {
    /*margin-top: 23rem;*/
   /* padding-left: 1.5rem;*/
    display: flex;
    justify-content: center;
    align-items:center;
    height:100%;
}
.text-col{
    color:#ffffff !important ;
}

.hov:hover {
    background: #FFB40033;
   /* border-left: 8px solid #FFB400;*/
    color: #FFB400 !important;
}

.help-icons {
    height: 1rem !important;
    margin-right: 1rem;
}

.help-super-icons {
    height: 1rem !important;
    margin-right: 0.5rem;
}

.add-ply {
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(92.23deg,#ff56f6 21.43%,#b936ee 50.63%,#273571 100%,#0f1f61 117.04%) 4;
    background: unset;
    margin-bottom: 15px;
}

    .add-ply h2 {
        margin: 0 0.5rem;
        font-size: 1.2rem;
        font-weight: 550;
    }

.img-ico-con h3 {
    font-size: 14px;
    font-weight: 500;
    margin: auto 0;
    color: #FFB400B2;
}

#OrgLibrary, #FFLibrary {
display:none;
}


