.cs-dashboard-wrapper {
    width: 100%;
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    height: 72px;
}

.cs-header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1440px;
    height: 72px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000008;
}

.header-image-box {
    width: 200px;
    height: 35.78px;
    margin-left: 44px;
}

.navigation-header-cs {
    min-width: 900px;
    max-width: 900px;
    height: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin: auto;
        margin-top: 24px; */
    margin-left: 60px;
    justify-content: space-evenly;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.active {
    color: #1F3A6F !important;
    background: #EEF4FF;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    border-radius: 20px;
    /* padding: 15px; */
}

.cs-tab {
    cursor: pointer;
}

.csmenu-item {
    color: #000000;
    text-decoration: none;
}

a.csmenu-item:hover {
    text-decoration: underline;
}

a {
    cursor: pointer;
}

.profile-action-bar {
    max-width: 225px;
    min-width: 225px;
    /* margin-right: 31px; */
}

.usr-img-name-arrow {
    /* width: 477px; */
    cursor: pointer;
    display: flex;
    padding-right: 32px;
    justify-content: flex-end;
    align-items: center;
}

.usr-profile-image {
    width: 30px;
    height: 30px;
}

.usr-profile {
    display: flex;
    height: 21px;
    padding-left: 6px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    position: relative;
    text-align: left;
}

.usr-profile-name {
    padding-left: 3px;
}

.usr-profile-down {
    width: 10px;
    height: 10px;
    padding-left: 5px;
}

.usr-account-sign-process {
    position: absolute;
    /* padding-top: 6px; */
    z-index: 10;
    width: 477px;
    height: 34px;
    /* display: flex; */
    /* justify-content: flex-end; */
    margin-left: 120px;
}

.usr-sign-out {
    /* border: 1px solid #E3E3E3;
    border-radius: 10px;
    width: 81px;
    background: #FFFFFF;
    padding-top: 6px; */
}

.sign-out-link {
    /* width: 54px;
    height: 20px;
    color: #1F3A6F;
    padding-left: 10px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-decoration: none;
    text-align: center; */
    
}

.hidden {
    display: none;
}

.cs-tab.csHeaderLink-usr {
    min-width: 159px;
    max-width: 159px;
    /* height: 39px; */
    border-radius: 20px;
    padding: 9px 12px;
    margin-left:28px;
}

.cs-tab.csHeaderLink-home {
    min-width: 45px;
    /* max-width: 45px; */
    height: 39px;
    border-radius: 20px;
    padding: 9px 21px;
}

.cs-tab.csHeaderLink-plan {
    min-width: 160px;
    max-width: 160px;
    border-radius: 20px;
    padding: 9px 12px;
}

.cs-tab.csHeaderLink-reports {
    min-width: 56px;
    /* max-width: 56px; */
    border-radius: 20px;
    padding: 9px 12px;
}

.cs-tab.csHeaderLink-company {
    border-radius: 20px;
    padding: 9px 12px;
    min-width: 200px;
    margin-left: 18px;
}

.cs-tab.csHeaderLink-csMapping {
    border-radius: 20px;
    padding: 9px 12px;
    min-width: 150px;
}



.cs-tab.csHeaderLink-usr.active .csmenu-item.usr,
.cs-tab.csHeaderLink-home.active .csmenu-item.home,
.cs-tab.csHeaderLink-plan.active .csmenu-item.plan,
.cs-tab.csHeaderLink-reports.active .csmenu-item.reports,
.cs-tab.csHeaderLink-company.active .csmenu-item.company ,
.cs-tab.csHeaderLink-csMapping.active .csmenu-item.csMapping 
{
    color: #1F3A6F;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-tab.csHeaderLink-usr .csmenu-item.usr,
.cs-tab.csHeaderLink-home .csmenu-item.home,
.cs-tab.csHeaderLink-plan .csmenu-item.plan,
.cs-tab.csHeaderLink-reports .csmenu-item.reports,
.cs-tab.csHeaderLink-company .csmenu-item.company,
.cs-tab.csHeaderLink-csMapping .csmenu-item.csMapping {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}


.usr-account-sign-process {
    width: 230px;
    height: fit-content;
    background: #FFFFFF;
    border: 10px;
}

.cs-profile-header {
    padding: 10px 20px 10px 15px;
    background: #EEF4FF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 15px;
}

.cs-user-name {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.cs-user-email {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
  

.cs-menu-items {
    margin: 10px 0px;
}
.cs-menu-items a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-decoration: none;
}
.cs-menu-items a:hover {
    text-decoration: underline;
}

.cs-menu-listing-wrapper {
    padding: 0px 15px 15px 15px;
}
  