.homepageHeader {
    background-color: transparent;
    width: 100%;
}

.homepageHeader.scrolled {
    /* background: unset;
    background-color: #fff; */
}

.headerCompanyLogoWrap a img {
    margin: 5px 10px;
    max-width: 80px;
}

.headerCompanyLogoWrap .headerLogo {
    display: flex;
    height: unset;
    justify-content: center;
    margin: 0;
}

.headerNavMenuWrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.headerMenuItem {
    padding: 0px 2px;
    position: relative;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.menuBtn {
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.menuBtn i.la.la-angle-right {
    display: none;
}

.menuBtn i.la.la-angle-down {
    font-size: 10px;
    margin-top: -3px;
}

.menuBtn:hover, 
.menuBtn.active {
    color: #fff;
}

.menuSettingBtn {
    padding: 5px 0px;
}

.menuSettingBtn i {
    font-size: 25px;
    color: #000;
    line-height: 25px;
}

.headerMenuDropdown.active ~ .headerMenuDropdownBox {
    display: block;
}

.headerMenuDropdownBox {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: 0;
    width: 180px;
    animation: headerDropdownBoxFadeIn ease 0.3s;
    z-index: 1;
}

.headerNavLinkWrap {
    justify-content: end;
}

.headerNavLink a {
    color: #fff;
}

.linkThemeBtn {
    padding: 7.5px 15px;
}

.btnThemeBtn {
    padding: 10px 30px;
    background: #00c3ff;
    background: linear-gradient(90deg, #00C3FF 0%, #00FFDE 50%);
    border-radius: 5px;
}

.mobileTopNav {
    justify-content: space-between;
}

.navBarSection .headerMenu .row{
    flex-direction: column;
}

.navBarSection .headerMenuItem a {
    font-size: 15px;
}

@keyframes headerDropdownBoxFadeIn {
    0% {
        opacity:0;
        top: 200%;
    }
    100% {
        opacity:1;
        top: 100%;
    }
}

.headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
    display: block;
}

.headerMenuDropdownBox2 {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: -250px;
    width: 250px;
    animation: headerDropdownBoxFadeIn2 ease 0.3s;
    z-index: 1;
}

@keyframes headerDropdownBoxFadeIn2 {
    0% {
        opacity:0;
        left: 0;
    }
    100% {
        opacity:1;
        left: -250px;
    }
}

.headerMenuDropdownItem {
    width: 100%;
    position: relative;
    background-color: #424242;
}

.menuDropdownBtn {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    line-height: 15px;
}

.menuDropdownBtn:hover {
    background-color: #ececec;
    color: #6c6e86;
    border-radius: unset;
}

.headerMenuClose {
    display: none;
}

.headerBurgerBtn {
    display: none;
}

.homepageHeaderBlackBG {
    display: none;
}

.homepageHeaderMobile {
    display: none;
}

.sideBar {
    width: 18%;
    background-color: #1f1f1f;
    margin-bottom: 0px;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.topMenuWrapper {
    position: sticky;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding: 25px 0;
    padding-bottom: 5px;
}

.companyLogoWrap {
    width: 20%;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.companyLogo {
    width: 50%;
}

.inner_content_wrapper {
    width: 82%;
    background-color: #fff;
}

.sideBar::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.header_btn_wrapper {
    position: relative;
}

.navbarWrap {
    width: 100%;
}

.sidebarTopWrap {
    padding: 0 14px;
}

.sideBarMenu {
    padding: 0;
    padding-left: 5px;
}

.sideBarItem {
    border: 1px solid transparent;
    padding: 0 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position:  relative;
}

.sideBarItem:hover, .sideBarItem.active {
    background-color: #fff;
}

.sideBarObj {
    margin: auto;
    padding: 15px 0;
    display: flex;
}

.sideBarObj2 {
    margin: auto;
    padding: 0 15px;
}

.sideBarText03 {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
}

.sideBarLine {
    width: 100%;
    background-color: #E0E0E0;
    height: 1px;
}

#dashboardImg.sidebar_icon {
    background-image: url('/images/project/Home.png');
}

#sponsorImg.sidebar_icon {
    background-image: url('/images/project/Sponsor.png');
}

#referralImg.sidebar_icon {
    background-image: url('/images/project/Qrcode.png');
}

#myProfileImg.sidebar_icon {
    background-image: url('/images/project/User.png');
}

#settingsImg.sidebar_icon {
    background-image: url('/images/project/Settings.png');
}

#reportsImg.sidebar_icon {
    background-image: url('/images/project/Project.png');
}

#moreImg.sidebar_icon {
    background-image: url('/images/project/Grid.png');
}

#logoutImg.sidebar_icon {
    background-image: url('/images/project/Sign-out.png');
}

.sideBarDropDown.active #dashboardImg.sidebar_icon,
#dashboardImg.sidebar_icon.active,
.sideBarItem:hover #dashboardImg.sidebar_icon {
    background-image: url('/images/project/Home-1.png');
}

.sideBarDropDown.active #sponsorImg.sidebar_icon,
#sponsorImg.sidebar_icon.active,
.sideBarItem:hover #sponsorImg.sidebar_icon {
    background-image: url('/images/project/Sponsor-1.png');
}

.sideBarDropDown.active #referralImg.sidebar_icon,
#referralImg.sidebar_icon.active,
.sideBarItem:hover #referralImg.sidebar_icon {
    background-image: url('/images/project/Qrcode-1.png');
}

.sideBarDropDown.active #myProfileImg.sidebar_icon,
#myProfileImg.sidebar_icon.active,
.sideBarItem:hover #myProfileImg.sidebar_icon {
    background-image: url('/images/project/User-1.png');
}

.sideBarDropDown.active #settingsImg.sidebar_icon,
#settingsImg.sidebar_icon.active,
.sideBarItem:hover #settingsImg.sidebar_icon {
    background-image: url('/images/project/Settings-1.png');
}

.sideBarDropDown.active #reportsImg.sidebar_icon,
#reportsImg.sidebar_icon.active,
.sideBarItem:hover #reportsImg.sidebar_icon {
    background-image: url('/images/project/Project-1.png');
}

.sideBarDropDown.active #moreImg.sidebar_icon,
#moreImg.sidebar_icon.active,
.sideBarItem:hover #moreImg.sidebar_icon {
    background-image: url('/images/project/Grid-1.png');
}

.sideBarDropDown.active #logoutImg.sidebar_icon,
#logoutImg.sidebar_icon.active,
.sideBarItem:hover #logoutImg.sidebar_icon {
    background-image: url('/images/project/Sign-out-1.png');
}

.sidebar_icon {
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    display:  flex;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
}

.sideBarItem:hover .sidebar_icon,
.sidebar_icon.active {
    color: #00c3ff;
    background-size: contain;
    background-repeat: no-repeat;
}

.sideBarIcon {
    vertical-align: middle;
    margin-left:  10px;
    margin-right:  25px;
}

.sideBarText04 {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    width: 100%;
}

.sideBarDropDown.active .sideBarText04 {
    color: #000;
}

.sideBarItem:hover .sideBarText04,
.sideBarText04.active {
    color: #000;
}

.headerAppendBtn {
    display: none;
}

.welcomeFont {
    font-weight: 700;
    font-size: 13px;
    color: #000;
    letter-spacing: unset;
    padding-left: 10px;
}

.currentTime{
    color: #000;
}

.menuMobileBtn {
    font-size: 25px;
    padding: 0.65rem 0.3rem;
    color: #fff;
}

.mobileSizeOnly{
    font-size: 24px !important; 
}

.sideBarText01 {
    font-weight: 300;
    font-size: 10px;
    color: white;
    background-color: #E2B25B;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.sideBarText02 {
    font-weight: 300;
    font-size: 15px;
    color: #3F4765;
    word-break: break-word;
}

.navbarSubMenu {
    display:  none;
    background: #2d2d2d;
}

.navbarSubMenu.active {
    display: block;
}

/* Start of Rank Display */
.star-rank-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em 0.5em;
    border-radius: 12px;
}

.V1{
    background: rgb(191,191,191);
    background: linear-gradient(180deg, rgba(191,191,191,1) 0%, rgba(125,125,125,1) 50%);
}

.V2{
    background: rgb(148,80,237);
    background: linear-gradient(180deg, rgba(148,80,237,1) 0%, rgba(78,1,155,1) 50%);
}

.V3{
    background: rgb(100,177,4);
    background: linear-gradient(180deg, rgba(100,177,4,1) 0%, rgba(56,126,0,1) 50%);
}

.V4{
    background: rgb(252,201,103);
    background: linear-gradient(180deg, rgba(252,201,103,1) 0%, rgba(254,177,47,1) 50%);
}

.V5{
    background: rgb(18,69,101);
    background: linear-gradient(180deg, rgba(18,69,101,1) 0%, rgba(9,35,51,1) 50%);
}

.rank-img-bg{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-repeat: no-repeat; 
    background-size: contain;
    padding: 0.1em 0.65em;
}

.rank-img{
    width: 14px;
    height: 14px;
}

.rank-display{
    color: #FFF;
    font-size: 1em;
    margin-left: 0.25em;
}

.mobileTopHeader{
    display: flex; 
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}

.webTopHeader{
    display: flex;
    align-items: center;
}
/* End of Rank Display */

@media (max-width: 767px) {
    .companyLogoWrap {
        width: 30%;
        padding-top: 15px;
        text-align: left;
    }

    .navbarWrap {
        width: 33%;
        padding-left: 0!important;
    }

    .menuDropdownBtn:hover {
        background-color: unset;
        color: #fff;
        border-radius: unset;
    }

    .menuBtn {
        width: 100%;
    }

    .menuBtn i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .menuBtn.active {
        color: #1b75bb;
    }

    .menuBtn.active i {
        transform: rotate(90deg);
    }


    .headerMenuDropdown2 i {
        font-size: 10px!important;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        transition: all .5s ease;
    }

    .headerMenuDropdown2.active {
        color: #1b75bb;
    }

    .headerMenuDropdown2.active i {
        transform: rotate(90deg);
    }

    .headerMobileDisplayNone {
        display: none;
    }

    .homepageHeader {
        width: 100%;
        position: fixed;
        top: 100%;
        left: 0;
        height: 100vh;
        background: unset;
        background-color: #fff;
        padding-top: 50px;
        overflow-y: auto;
        transition: all .5s ease;
    }

    .headerMenuItem {
        width: 100%;
    }

    .headerMenuDropdown ~ .headerMenuDropdownBox {
        /* animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        right: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0; */
    }  

    .headerMenuDropdown.active ~ .headerMenuDropdownBox {
        transition: all .5s ease;
        max-height: 100vh;
    }

    .headerMenuDropdown2 ~ .headerMenuDropdownBox2 {
        animation: unset;
        display: block;
        position: relative;
        background-color: transparent;
        top: unset;
        left: unset;
        width: 100%;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0;
    }  

    .headerMenuDropdown2.active ~ .headerMenuDropdownBox2 {
        transition: all .5s ease;
        max-height: 100vh;
    }

    

    .headerMenuClose {
        display: block;
        position: absolute;
        top: 10px;
        right: 0px;
        color: #6c6e86;
        font-size: 15px;
    }

    .headerBurgerBtn,
    .headerBurgerBtn:hover,
    .headerBurgerBtn:focus {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 25px;
        background-color: #fff;
        border-radius: 100%;
        z-index: 101;
        text-align: center;
        padding: 15px;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
        -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
        box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
        font-size: 20px;
        line-height: 20px;    
    }

    .headerBurgerBtn i {
        font-size: 25px!important;
        line-height: 25px;
        padding: 0;
        color: #1b75bb;
    }

    .headerBurgerBtn i::before {
        font-weight: 600!important;
    }

    .headerBurgerBtn.active ~ .homepageHeader {
        top: 0;
    }

    .homepageHeaderBlackBG {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,0.5);
        z-index: 99;
    }

    .headerBurgerBtn.active ~ .homepageHeaderBlackBG {
        display: block;
    }

    .homepageHeaderMobile {
        display: block;
        background-color: #000;
        padding: 10px 0px;
        position: relative;
    }

    .mobileUserWrap {
        width: 30%;
    }

    .sideBarText02 {
        font-size: 14px;
    }
}

/* Ipad View */
@media (max-width: 990px) {
    .sideBar {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -100%;
        z-index: 99;
        width: 40%;
        overflow-y: auto;
    }

    .sideBar.alt {
        left: 0;
    }

    .inner_content_wrapper{
        width: 100%;
        padding: 0 15px;
    }
    
}

@media (min-width: 320px) and (max-width: 767px) {
    .headerAppendBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .mobileSizeOnly {
        font-size: 25px!important;
    }
}

@media (max-width: 767px) {
    .sideBar {
        width: 80%;
    }
}