.new-header{
    background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
    padding: 6px 120px;
    height: 8.8vh;
}

.new-header .row{
    background: rgba(255, 255, 255, 0.5);
    padding: .4vw 0vw;
    border-radius: 8px;
}
.dashboard-navbar-tab .btn{
    font-family: manrope;
    font-weight: 600;
    color: var(--grey-400);
    font-size: 1vw;
    padding: 0.562vw 1.124vw;
    border-radius: 8px;
}

.desktop-logo{
    height: auto !important;
    width: 8.897vw;
}

.pms-desktop-logo{
     width: 12.897vw;
     height: 40px !important;
}

.gold-text{
    background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 500;
    margin-left: 0px;
}

.dashboard-navbar-tab .btn-purple-pink{
    background-color: var(--white);
    font-weight: 700;
    color: var(--grey-900);
}
.new-header-cta-icons{
    display: flex;
    justify-content: end;
    align-items: center;
}
.new-header-cta-icons .btn-group{
    margin-right: 33px;
}

.new-header-cta-icons .bell-img {
    border-radius: 20px;
    margin-right: 16px;
    background: var(--grey-100);
    padding: 7px;
}

.new-header-cta-icons .profile-img {
    border-radius: 20px;
    margin-right: 16px;
    background: #ffffff;
    padding: 7px;
}


.new-header .dropdown-toggle::after {
    display: none;

}

.new-header .btn-dark .arrow-down{
    margin-left: 6px;
    width: 18px;
}
.new-header .btn-dark{
    border-radius: 8px !important;
    border: 1px solid var(--grey-600);
    background: var(--grey-800);
    color: var(--white);
    padding: 8px 18px;
    font-family: manrope;
    font-size: 1vw;
    font-weight: 600;
}


.dropdown-menu-box .dropdown-menu{
    border-radius: 8px;
    border: 1px solid var(--grey-100, #F2F4F7);
    background: var(--White, #FFF);
    /* Shadow 2 */
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
    padding: 6px;
    /* width: 15.123vw; */
    margin-left: 24px;
}


.dropdown-menu-box .dropdown-menu a{
    font-family: manrope;
    font-size: var(--font-size-12);
    color: var(--grey-600);
    font-weight: 600;
    padding: 10px 16px;
}

.margin-bottom-line-drop{
    margin-bottom: 20px;
    position: relative;
}

.margin-bottom-line-drop::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    background:#F2F4F7;
    height: 1px;
}

.sign-out-tab{
    color: var(--Error-Medium, #D92F2F) !important;
}







.invest-now-button .dropdown-menu-box .dropdown-menu{
    border-radius: 8px;
    border: 1px solid var(--grey-100, #F2F4F7);
    background: var(--White, #FFF);
    /* Shadow 2 */
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
    padding: 6px;
}


.invest-now-button .dropdown-menu-box .dropdown-menu a{
    font-family: manrope;
    font-size: var(--font-size-web-16);
    color: var(--grey-600);
    font-weight: 600;
    padding: 10px 16px;
}


.invest-now-button .dropdown-item:focus,.invest-now-button .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: var(--Grey-100, #F2F4F7) !important;
}

/* .invest-now-button .dropdown-menu-box .dropdown-menu .dropdown-item:hover{
    border-radius: 8px !important;
    background: var(--grey-100, #F2F4F7) !important;
} */


.profile-div-box .profile-div-box-inner{
    position: relative;
    height: 100%;
}

.profile-div-box-inner .container-fluid{
    overflow-y: auto;
    max-height: calc(100% - 60px);
    overflow-x: hidden;
}

.profile-div-box .accordion .card , .profile-div-box .accordion .card-header{
    border: 0;
}

.profile-div-box .accordion .card .card-header{
    background-color: white;
    padding: 0px 20px;
}

.profile-div-box .card-header[aria-expanded=true] svg{
    transform: rotate(180deg);
}

.profile-div-box h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-div-box .accordion .card .card-body {
    padding: 18px 20px 0px;
}

.profile-div-box .accordion .card:last-child .card-body{
    padding-top: 0;
}

.profile-div-box{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 1700;
    padding: 28px 20px;
}

.profile-div-box-web{
    position: absolute;
    width: 410px;
    height: auto;
    right: 40px;
    top: 56px;
    background: white;
    z-index: 1700;
    padding: 28px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.profile-div-box-web .card , .profile-div-box-web .card-header{
    border: 0;
    background-color: white;
}

.profile-div-box-web .card-header h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Grey-900);
}


.profile-div-box-web .card-header h2 .btn-link{
    text-align: left;
    color: var(--grey-900);
    padding: 0;
    font-weight: 600;
}

.nvested-amount-box-row{
    padding-top: 0;
}

.profile-div-box-web p{
    margin-bottom: 0;
    font-weight: 500;
    font-family: manrope;
}

.profile-div-box-web .card-body p , .profile-div-box-web .card-body p a{
    font-weight: 400;
    margin-left: 0px;
    color: var(--Grey-500);
}

.profile-div-box-web .card .card-body {
    padding: 16px 24px 16px 34px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.profile-div-box-web .signout-button {
    padding-left: 0px;
    margin-top: 12px;
}

.profile-div-box-web .signout-button span {
    color:#d92f2f
}

.profile-div-box-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.profile-div-box-header span{
    font-family: manrope;
    font-weight: 600;
    font-size: var(--font-size-18);
    color: var(--grey-600);
}

.bell-div , .refer-icon{
    width: 40px;
    height: 40px;
    background: var(--Grey-100, #F2F4F7);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bell-div img , .refer-icon i{
    opacity: .7;
}

.refer-bell{
    display: flex;
    gap: 14px;
}

.profile-div-box .card{
    margin-bottom: 28px;
}

.profile-div-box .btn-link {
    padding: 0;
    color: var(--Grey-900, #101828);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profile-div-box p , .profile-div-box p a{
    color: var(--Grey-600, #475467);
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    margin-bottom: 12px;
}

.profile-div-box h6{
    color: var(--Pink-Dark, #D57BC8);
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 200% */
    margin-top: 30px;
    margin-bottom: 12px;
}


.profile-div-button{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 14px;
}

.profile-div-button button{
    width: 47%;
    height: 44px;
}

.user-name-box-header{
    margin-bottom: 5px;
}


.signout-button{
    color: var(--Error-Medium, #D92F2F);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}
/*
.menu-bar-accordion .signout-button{
    padding-left: 20px;
} */


.menu-bar-accordion{
    margin-top: 1rem;
}

.menu-bar-accordion-web #headingFour {
    border-radius: 8px;
    border: 1px solid var(--Grey-200, #EAECF0);
    background: var(--Grey-900, #101828);
    padding: 16px 20px !important;
}
.Find-The-Right-Investment{
    color: white !important;
}

.blog-login-web {
    border-radius: 8px;
    background: var(--Grey-100, #F2F4F7);
    padding: 12px 20px !important;
    margin-top: 18px;
    border-radius: 10px;
    margin-bottom: 0 !important;
    width: 100%;
    color: var(--grey-900);
    font-family: 'Manrope';
    font-weight: 500;
}

.menu-bar-accordion .signout-button span{
    color: var(--Error-Medium, #D92F2F);
}

.blog-login{
    border-radius: 8px;
    background: var(--Grey-100, #F2F4F7);
    padding: 8px 20px;
    margin-top: 18px;
    border-radius: 10px;
    margin-bottom: 0 !important;
    width: 100%;
    color: var(--grey-900);
    font-family: 'Manrope';
    font-weight: 500;
}
.login-card-body-menu{
    border-radius: 0px 0px 8px 8px;
    /* border: 1px solid var(--Grey-200, #EAECF0); */
    /* background: var(--Grey-50, #F9FAFB); */
}

.menu-bar-accordion .card-header{
    padding: 0 20px !important;
}

.menu-bar-accordion .card .card-body {
    padding: 18px 20px 0px;
}

.menu-bar-accordion #headingFour{
    border-radius: 8px;
    border: 1px solid var(--Grey-200, #EAECF0);
    background: var(--Grey-900, #101828);
    padding: 16px 20px !important;
}

.menu-bar-accordion #headingFour .btn-link{
    color: white;
}


.earn-refer-box , .invested-amount-box-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f1f1f1;
}


.earn-refer-box{
    margin-bottom: 20px;
}


.earn-refer-box p{
    margin-bottom: 0;
    font-size: var(--font-size-16);
    font-weight: 600;
}


.dashboard-nav {
    border-bottom: 1px solid #f9f3f3;
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
    padding: 0px 120px;
}

.dashboard-nav-tab {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    justify-content: start;
    align-items: center;
    font-family: manrope;
    margin-bottom: 1px solid grey;
}

.dashboard-nav-tab a {
    padding: 6px 16px 12px;
    cursor: pointer;
    color: var(--grey-400);
    font-size: var(--font-size-14);
}

.btn-border {
    color: var(--grey-900) !important;
    font-weight: 600;
}

.dashboard-nav-tab .btn {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.dashboard-nav-tab .btn-border::after {
    position: absolute;
    content: "";
    background: #101828;
    ;
    border-radius: 8px 8px 0px 0px;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 0;
}

@media screen and (min-width:768px) {
    .dashboard-navbar-tab{
        text-align: center;
    }
    .dropdown-menu-box{
        display:flex ;
    }
}


@media screen and (max-width:1366px) {
    .new-header .row {
        /* background: var(--white); */
        padding: 0.3vw 0vw;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.5);
    }
    .new-header-cta-icons .btn-group {
        margin-right: 33px;
        height: 32px;
        width: 132px;
    }
    .new-header .btn-dark {
        padding: 0px 18px;
    }

    .new-header-cta-icons .profile-img {
        padding: 7px;
        width: 33px;
    }

    .dashboard-navbar-tab .btn {
        padding: 5px 10px;
        border-radius: 4px;
    }
    .logo-box{
        display: contents;
    }
    .video-icon-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-top: 5px;
    }
}

@media screen and (max-width:768px) {

    .dashboard-nav {
        padding: 0px 20px;
    }

    .dashboard-navbar-tab{
        text-align: center;
    }

    .new-header .row {
        padding: 1.943vw 0vw;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.5);
    }

    .dropdown-menu-box .dropdown-menu {
        margin-left: 0px;
        z-index: 1060;
    }
    .new-header-cta-icons .profile-img {
        width: 35px;
        margin-right: 0px;
    }

    .dashboard-nav {
        border-bottom: 1px solid #f9f3f3;
        background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
        position: sticky;
        top: 80px;
        z-index: 1060;
    }

    .new-header {
        position: sticky;
        top: 0;
        padding: 16px 15px 16px;
        z-index: 1060;
        height: 10%;
        width: 100%;
    }

    .dashboard-nav-tab a {
        padding: 0.5rem 0.5rem;
        font-size: var(--font-size-14);
    }

    .mobile-menu-bar{
        position: absolute;
        right: 20px;
        top: 8px;
    }



    .new-header .btn-group,  #mobile_top_cta{
        display: none;
    }
    .new-header-cta-icons .bell-img {
        margin-right: 8px;
        width: 35px;
    }


    .dashboard-navbar-tab .btn {
        font-size: var(--font-size-14);
        padding: 6px 10px;
    }

    .desktop-logo {
        height: auto;
        width: 6.897vw;
    }
}


@media(min-width:768px) and (max-width:1200px){
    .new-header-cta-icons .btn-group {
        margin-right: 33px;
        height: 30px;
        width: 118px;
        margin-top: 7px;
    }
    .new-header {
        background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
        padding: 12px 20px;
        height: 4.8vh;
    }
}
