.header-section {
    background-color: var(--primary-background-color);
    padding: 1rem 1.5rem;
    color: var(--default-primary-text-color);
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight-thin);
    /* border-bottom:solid 1px #8b8b8bca; */
    padding-bottom: 0.5rem;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header-logo {
/*    height: 2.5rem;*/
    height: 4.5rem;
    width: auto;
}
.language-btn,
.header-btn,
.header-menu-btn {
    padding: 0rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--default-primary-text-color);
    font-size: var(--text-size-14);
    cursor: pointer;
    font-weight: var(--default-font-weight-thick);
}

.language-btn,
.header-btn:hover,
.header-menu-btn:hover {
    color: var(--default-secondary-text-color);
}

.language-btn {
    text-transform: capitalize;
    padding: 0rem 0.5rem;
    line-height: 13px;
}

.header-btn:has(.header-profile-icon) {
    padding: 0rem 0.5rem;
}

.border-line-right {
    border-right: 0.5px solid var(--default-primary-text-color);
}

.header-btn i,
.header-menu-btn i {
    font-size: 10px;
    color: var(--default-icon-color);
    margin-left: 0.6em;
}

.header-btn.notif-type {
    position: relative;
    padding: 0rem 0.5rem;
}

.notif-type .header-notif-span {
    /* display: none; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    font-size: 9px;
    color: #FFF;
    position: absolute;
    background-color: #FF0200;
    top: -5px;
    right: 0px;
    border-radius: 50%;
}

.notif-type .header-notif-span.has-notif {
    display: flex;
}

.header-notif-icon {
    width: 18px;
    height: auto;
}

.header-dropdown-div {
    position: relative;
    cursor: pointer;
}

.header-dropdown-list {
    position: absolute;
    padding: 0.5rem 1rem;
    border: 1px solid var(--default-border-color);
    background-color: var(--secondary-background-color);
    color: var(--default-primary-text-color);
    font-size: var(--default-font-size);
    right: 0px;
    width: 200%;
    transition: all .5s ease;
    z-index: 999;
}

.header-dropdown-list.collapse {
    display: none;
}

.header-dropdown-list.collapse.show{
    display: block;
}

.header-dropdown-item {
    padding: 1rem 0rem;
    display: block;
    width: 100%;
    background-color: transparent;
    color: var(--default-primary-text-color);
    text-align: left;
}

.header-dropdown-item:hover {
    color: var(--default-secondary-text-color);
}

.header-profile-icon {
    width: 18px;
    height: auto;
}

.header-type-display {
    position: relative;
    background-color: var(--tertiary-background-color);
    border-radius: 5px;
    padding: 0rem 0.2rem;
    font-size: 11px;
    color: #000;
    margin-left: 0.5rem;
}

.header-type-display:before {
    content: "";
    width: 1px;
    height: 1px;
    border-top: 3px solid transparent;
    border-right: 3px solid var(--tertiary-background-color);
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 100%;
    top: 33%;
}

.header-menu-btn-icon {
    width: 1.5rem;
    height: auto;
}

.headerMenuItem {
    padding: 0px 2px;
    position: relative;
    color: #fff;
}

.menuBtn {
    padding: 0.2rem 1.2rem;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
}

.menuBtn:hover{
    color: #FFF;
    background-image: var(--btn-primary-background-color);
    border-radius: var(--bidding-page-primary-border-radius);
}

.menuBtn.afterLogin {
    padding-bottom: 5px;
    margin-bottom: -5px;
    padding-left: 12px;
}

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

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

.menuSettingBtn {
  padding: 5px 0px;
}

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

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

}
.headerMenuDropdownBox1{
    display: none;
}
.headerMenuDropdown.headerMenuDropdown1:hover .headerMenuDropdownBox1{
    display: block !important;
}

.headerMenuDropdownBox {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
   right: 0;
    width: 170px;
    box-shadow: 0px 0px 1px rgb(82 82 82);
    border-radius: 5px;
    animation: headerDropdownBoxFadeIn ease 0.3s;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 4px 5px 5px 1px #0000001c;
}

.bonusReport.headerMenuDropdownBox{
    top: 80%;
}

.headerMenuDropdownBox1 {
    position: absolute;
    background-color: #fff;
    top: 88%;
    left: 100%;
    width: 170px;
    box-shadow: 0px 0px 1px rgb(82 82 82);
    border-radius: 5px;
    animation: headerDropdownBoxFadeIn ease 0.3s;
    z-index: 1;
    padding:10px;
    cursor: pointer;
    color:#000;
    font-weight: 300;
    font-size: 15px;
    color: #6c6e86;
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.moreDropdown{
    color: #6c6e86 !important;;
    cursor: pointer;
}
.moreDropdown:hover{
    color: #fff !important;;
    cursor: pointer;
}

@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;
}

.menuDropdownBtn {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    background-color: rgba(255,255,255,1);
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border-radius: 0;
}

.menuDropdownBtn:hover {
    background-image: var(--btn-primary-background-color);
    color: var(--btn-primary-text-color) !important;
    border-radius: 0;
}
.headerMenuDropdownBox1.menuDropdownBtn:hover{
    background-color: #fff;
    color: #000000;

}
.headerMenuDropdownBox1 .tripCss:hover {
    background-color: #FE7115;
    color: #FFF;
    /* border-radius: 5px; */
}
.tripCss{
    padding: 10px;
    text-transform: none;
}

.formText{
    text-transform: none;
}

.headerMenuClose {
    display: none;
}

.headerBurgerBtn {
    display: none;
}

.homepageHeaderBlackBG {
    display: none;
}

.homepageHeaderMobile {
    display: none;
}

.headerLogo {
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.headerLogo img {
    width: 50%;
}

.header-profile-pic {
    width: 100%;
    height: auto;
}

.headerUsernameText {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.headerRankText {
    font-size: 13px;
    font-weight: 100;
}


.header-profile-pic-div {
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/project/default-profile.png');
    width: 35px;
    height: 35px;
}

.header-logout-btn {
    background-color: transparent;
    padding: 2px;
    font-size: 20px;
    color: #000;
    border: unset;
}

.selected-header {
    font-weight: 600;
    color: #3BF5FD !important;
    border-bottom: 2px solid #3BF5FD;
    padding-left: unset;
    padding-right: unset;
    margin-left: 5px;
    margin-right: 5px;
}

.headerMenuDropdownBox .selected-header {
    border-bottom: unset;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: unset;
    margin-right: unset;
}

.headerMenuSection{
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobileLogoutLanguageWrap {
    display: none;
}

.signOutBtn {
    position: relative;
}

.hidden {
    display: none;
}

.headerMenuDropdown1:active ~ .headerMenuDropdownBox {
    display: block !important;
}

.mobileContainer {
    position: relative;
}

@media (min-width: 992px){
    .menuBtn.active{
        font-weight: 600;
        /*padding-left: unset;
        padding-right: unset;*/
        /*margin-left: 5px;
        margin-right: 5px;*/
    }
}

@media (max-width: 992px) {
    .main-display-div {
        width: 100%;
        padding: unset;
    }
}

@media (max-width: 767px) {
    .menuBtn {
        padding: 0.2rem 1.2rem;
        font-weight: 500;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
    }

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

    .languageDropdownBox .menuDropdownBtn:hover {
        color: #6c6e86;
    }

    .menuBtn {
        width: 100%;
        text-align: left;
        padding: 0 10px;
    }

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

    .menuBtn.active {
        color: var(--btn-primary-text-color);
    }

    .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 {
        margin-bottom: 20px;
    }
    .header-connect-wallet{
        color: #fff;
    }

    .homepageHeader {
        width: 100%;
        position: relative;
    }

    .mobileHeaderPadding {
        padding: 0 20px;
    }

    .headerMenuSection{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .headerMenuSection .headerMenuItem .headerMenuDropdownBox {
        box-shadow: none;
    }

    .headerMenuItem {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }



    .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;
    }

    .headerLogo img {
        width: 65%;
    }

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

    .headerMenuClose i.la.la-close::before {
        font-weight: 900;
    }

    .mobile-button{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .headerBurgerBtn,
    .headerBurgerBtn:hover,
    .headerBurgerBtn:focus {
        display: block;
        text-align: center;
        padding: 15px 0;
        -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5)!important;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);  
    }

    .headerBurgerBtn i {
        font-size: 20px!important;
        line-height: 20px;
        padding: 0;
        color: #FFF;
    }

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

    #homepageMenu.opened {
        left: 40%;
    }

    .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-image: url('/images/project/header-menu.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 10px 0px;
        position: relative;
        color: #FFF;
        font-size: 15px;
    }

    .selected-header {
        border-bottom: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
