@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,*{
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.Container{
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.userPannelContainer{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;   
}
.userPannelContainer>div{
    flex: 1;
}
.NavCont{
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    /* align-items: center; */
}

.NavCont > div{

    margin-top: 20px;
}
.NavContLinks{
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
    width: 80%;
    margin-left: .5cm;
}
.MinClose{
    display: none;
}

.NavContLinks a{
    padding: 10px;
    text-decoration: none;
    text-align: start;
    margin-left: .5cm;
    cursor: pointer;
    width: 90%;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #045076;
    /* border-bottom: 1px solid #004E75; */
}
.MinClose{
    cursor: pointer;
    padding: 10px;
    border: none !important;
    text-align: center;
    background-color: #0000001f;
    color: #000000 !important;

}
/* .NavContLinks:hover{
    border-bottom: 1px solid #004E75;
} */

.NavLogo{
    height: 10vh;
}
.NavLogo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.heading{
    display: none;
}
.userPannelContainer>.contentCont{
    
    /* align-items: center; */
    /* justify-content: space-evenly; */
    height: 100%;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    /* margin-top: 20px; */
    flex: 2;
    background-color:#ffffff;
    /* border-left: 2px solid #ECF3F4; */
    /* border-right: 2px solid #ECF3F4; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}
.userPannelContainer>.profileCont{
    flex: 3;
}
.BigBtnLinkCont{
    color: white;
    margin-top: .2cm;
    width: 95%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    height: 3cm;
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    /* border: 2px solid #045076; */
    transition: all 0.5s;
    /* border-top: 1px solid #71b4c0; */
    /* border-bottom: 1px solid #71b4c0; */
}

/* .BigBtnLinkCont:hover{
    background-color: #045076;
    color: white;

} */
.pulpleBack{
    background-color: #c457ff;
    color: #000000;
}
.yellowBack{
    background-color: #11d372;
    color: #000000;
}
.redBack{
    background-color: #ff6c6f;
    color: #000000;
}
.blueBack{
    background-color: #71aebd;
    color: #000000;
}
/* .pulpleBack:hover{
    background-color: #045076;
}
.yellowBack:hover{
    background-color: #045076;
}
.redBack:hover{
    background-color: #045076;
}
.blueBack:hover{
    background-color: #045076;
} */
.RebaBtn{
    align-self: flex-end;
}
.RebaBtn button{
    border-radius: 5px;
    margin: 5px 0px;
    border: none;
    outline: none;
    font-size: 16px;
    /* background-color: ; */
    padding: 10px;
    text-decoration: none;
    background-color: #004E75;
    color: white;
}
.BigBtnLinkCont2{
    border: 1px solid #004E75;
    color: #000000;
    margin-top: .2cm;
    width: 95%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    height: 3cm;
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
}
.linkBtnContents2 .content{
    margin: 5px 0px;
}
.linkBtnContents2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* align-items: center; */
    padding: 10px;
}
.BigBtnLinkCont>div{
    flex: 1;
}
.BigBtnLinkCont>.linkBtnContents{
flex: 3;
}
.linkBtnContents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 10px;
}
.linkBtnContents h4{
    font-size: 16px;
    margin: 0px 0px .2cm 0px;
}

.number p{
    background-color: white;
    border-radius: 10px;
    color: #045076;
    /* text-align: center; */
    /* height: 1cm; */
    width: 1cm;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 40px;
    font-weight: bolder;
    /* padding: 10px; */
    transition: all 0.2s;
}
.number p:hover{
    background-color: white;
    color: #045076;
}
.BigBtnLinkCont img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.contentCont a{
    font-size: 14px;
    text-decoration: none;
    /* padding: 10px; */
    /* padding-left: 10px; */
}
.profileCont{
    display: flex;
    flex-direction: column;  
}
.profile{
    width: 80%;
    padding: 20px;
    display: flex;
    align-self: flex-end;
    justify-content: space-evenly;
    align-items: center;
}
.names{
    padding-right: 10px;
    color: #045076;
}
.names > div{
    font-weight: bold;
    /* padding: 2px; */
}
.Image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1cm;
    width: 1cm;
    font-weight: bolder;
    border-radius: 100%;
    font-size: 30px;
    padding: 10px;
    background-color: #045076;
    color: #ffffff;
    text-transform: uppercase;
}
.profile2{
    width: 80%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.ProfileTitles{
    color: #045076;
    font-weight: bold;
    margin-top: 20px;
}
.userDataAction{
    color: #045076;
    /* background-color: #ECF3F4; */
    display: flex;
    justify-content: space-between;
}
.userDataAction:hover{
    background-color: #ECF3F4;
    cursor: pointer;
}
.userDataAction i{
    padding: 10px;
    color: white;
    background-color: #045076;
}
.userDataAction button{
    border: none;
    background-color: none;
}
.userDataAction input{
    width: 150%;
    outline: none;
    padding: 7px;
    font-size: 16px;
    border: none;
    color: #000000;
    font-weight: bold;
    background-color: #ECF3F4;
}
.capitalizeUsername{
    text-transform: capitalize;
}
.hideItem{
    display: none;
}
.showHiddenItem{
    display: block;
}
.fa-pen-to-square,.fa-copy{
    cursor: pointer;
    background-color: #ffffff !important;
    color: #045076 !important;
}
/* user banned  page */
.bannedContainer{
    text-align: center;
    color: #004E75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100%;
    /* background-color: #004E75; */
}
.bannSign{
    color: #ff494c;
    font-size: 90px;
}
.BANN{
    padding: 20px;
}
.backtohomebann a{
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #004E75;
}
.subcribeCoins{
    font-size: 90px;
    color: #ffee06;
}
.AddUser{
    font-size: 90px;
    color: #004E75;
}
.successTransaction{
    font-size: 90px;
    color: #00c711;
}
.failedTransaction{
    font-size: 90px;
    color: red;
}
.backtohomebann i{
    background-color: #004E75;
    padding: 20px;
    border-radius: 100px;
}
@media(max-width:500px){
    .NavLogo{
        height: 1cm;
        width: 3cm;
        /* background-color: #000000; */
    }
    .contentCont{
        border-radius: none;
        position: absolute;
        width: 90%;
        overflow: hidden;
    }
    .BigBtnLinkCont{
        font-size: 13px;
        transform: scale(.97);
        margin-top: 5px;
        height: 2.5cm;
    }
    .heading{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
        margin-bottom: .3cm;
    }
    .mobileImage p{
        border: 2px solid #004E75;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #71b4c0;
    color: #ffffff;
    padding: 7px;
    border-radius: 100%;
    width: .5cm;
    /* text-align: center; */
    height: .5cm;
    }
    .profileCont{
        display: none;
        align-items: center;
        height: 100vh;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
    }
    .showProfileCont{
        display: block;
    }

    .NavCont{
        display: none;
        width: 60%;
        height: 100vh;
        z-index: 1;
        background-color: #ffffff;
        position: absolute;
        /* display: ; */
    }
    .showNavCont{
        display: block;
    }
    .welcomeTitle{
        text-transform: capitalize;
        font-weight: bold;
        /* font-size: 20px; */
    }
    .CloseProfile{
        text-align: center;
        padding: 10px;
        background-color: #ECF3F4;
        margin-top: 1cm;
        color: #ff494c;
    }
    .CloseProfileLink{
        text-decoration: none;
    }
    .MinClose{
        display: block;
    }
    .NavCont{
        background-color: #fffffffa;
        
    }
    /* .NavContLinks{
        border: noen;
    } */
    .NavContLinks:hover{
        border: none;
    }
}