@font-face {
    font-family: 'bangla'; /*a name to be used later*/
    src: url('../assets/font/SolaimanLipi.ttf'); /*URL to font*/
}
body{
    font-family: bangla;
}


.registerDiv {
    background-image: url(../assets/media/bg-1.webp);
    background-size: cover;
    min-height: 100vh;
}
.loginDiv {
    background-image: url(../assets/media/bg-1.webp);
    min-height: 100vh;
    background-size: cover;
}
.labelOpacity {
    opacity: 0.8;
}

.toggleMargin{
    margin-left: 50px !important;
}
.toggleWidth{
    width: 50px !important;
}

.sidebarCss {
    width: 200px;
    height: 100vh;
    background-image: url(../assets/media/bg-2.webp);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    margin-top: 50px;
    transition: all .3s linear;
}
.sidebarLogo {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    text-shadow: 1px 1px #ffffff6b;
    border-bottom: 1px solid #ffffff6b;
    color: white;
    text-decoration: none;
}
.sidebarLogo:hover {
    color: white !important;
    text-decoration: none !important;
}
.sidebarList {
    padding-left: 0;
}
.sidebarList a i {
    margin-right: 3px;
}
.sidebarListRow {
    opacity: 0.8;
    display: block;
    color: white !important;
    font-size: 16px;
    border-bottom: 1px solid #ffffff6b;
    padding: 10px 15px;
    list-style-type: none;
    transition: all .5s linear;
}
.sidebarListRow:hover {
    background-color: #353535;
    text-decoration: none;
}
.sidebarListRowIcon {
    margin-right: 10px;
}

.navbarCss {
    height: 50px;
    width: 100vw;
    background-image: url(../assets/media/bg-2.webp);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.navList {
    display: flex;
    height: inherit;
    width: inherit;
    justify-content: space-between;
}

.contentCss {
    margin-top: 50px;
    margin-left: 200px;
    transition: all .3s linear;
}

.userContentCss {
    margin-top: 50px;
    margin-left: 200px;
    transition: all .3s linear;
}


@media screen and (max-width: 600px) {

#companyBalanceNavBtn{
    padding-right: 0px;
}
#navCollapseButton{
    padding-right: 0px;
}
#navLogo{
    height: 42px;
}
#adminSettingsContainer{
    width: 100% !important;
}

}
