@font-face {
    font-family: 'Helvetica';
    src: url('././assets/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Helvetica', sans-serif;

}

a{
color:#6D747A;
}


.sidebar {
    /* max-width: 18.75%; */
    width: 72px;
    /* max-width: 270px; */
    /* width: 270px; */
    background-color: #F0F5FF;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding: 40px 12px 40px 12px;
    /* position: fixed;
    left: 0; */
    font-weight: 500;
    overflow: auto;
    scrollbar-width: none;
    position: sticky;
    top: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.company-logo img {
    display: none;
    width: 30px;
    height: 30px;
}


.company-name {
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;

}

.company-name span{
   display: none;
}

.profile-image {
    /* width: 36px;
    height: 36px; */
    /* background-color: #0055ff; */
    /* border-width: 0px; */
    /* border-radius: 100%; */
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.user-profile-relative-modal {
    display: none; 
    position: absolute;
    top: 100%; 
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    /* width: 200px; */
    z-index: 1000;
}

.user-profile-relative-modal ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.user-profile-relative-modal ul li {
    padding: 10px;
}

.user-profile-relative-modal ul li a {
    text-decoration: none;
    color: #6D747A;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.user-profile-relative-modal ul li a:hover {
    color: #007bff; 
    cursor: pointer;
}

.sidebar-element {
    color: #6D747A;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 8px 24px 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* width: 270px; */
    /* background-color: aqua; */
    transition: width 0.3s ease, background-color 0.3s ease;
}

.active-menu-bg{
    background-color: #EBEDF0;
}

.menu-home{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-home span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}


.menu-development{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-development span{
    display: none;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    /* padding-right: 10px; */
    /* padding-right: 20px; */
    cursor: pointer;
}

.menu-development-dropdown{
    padding-left: 14px;
    display: none;
    flex-direction: column;
    /* align-items: center; */
    padding-left: 16px;
    gap: 12px;
    /* background-color: white; */
    cursor: pointer;
}

.menu-development-addProject{
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.arrow-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}


.arrow-up {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.menu-development-allProject{
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.menu-marketing{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-marketing span{
    display: none;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    /* padding-right: 10px; */
    /* padding-right: 20px; */
    cursor: pointer;
}


.menu-marketing-dropdown{
    padding-left: 14px;
    display: none;
    flex-direction: column;
    /* align-items: center; */
    padding-left: 16px;
    gap: 12px;
    /* background-color: white; */
    cursor: pointer;
}

.menu-marketing-addProject{
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.menu-marketing-allProject{
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.project-hierarchy-marketing{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-documents{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-documents span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-leaves{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-leaves span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
    /*  border-radius: 8px; padding: 4px 8px 4px 8px; */
}

.menu-payslips{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-payslips span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
    /*  border-radius: 8px; padding: 4px 8px 4px 8px; */
}

.menu-bankDetails{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-bankDetails span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-assessment{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-assessment span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-finance{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}
.menu-finance span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.newFinance-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
    
}

.old-finance-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.sync-pay-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
}



.banao-finance-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
}




.sidebar:hover .menu-home span{
    display: block;
}

.sidebar:hover .menu-development span{
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* justify-content: space-between; */
    align-items: center;
   

}

.pm-name{
    display: flex; 
    flex-direction: row;
    gap: 6px;
}

.project-hierarchy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.person-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    /* gap: 12px; */
}

.projects {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pm-project-list{
    display: none;
    /* display: flex; */
    flex-direction: column;
    /* background-color: beige; */
    gap: 12px;
}

.pm-project-list-marketing{
    display: none;
    /* display: flex; */
    flex-direction: column;
    /* background-color: beige; */
    gap: 12px;
}

.menu-employee{
    display: flex;
    flex-direction:row;
    gap: 4px;
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.employee{
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    /* background-color: aqua; */
}

.employeeDropdown{
    padding-left: 16px;
    display: none;
    flex-direction: column;
    /* align-items: center; */
    padding-left: 16px;
    gap: 12px;
    /* background-color: white; */
    cursor: pointer;
}

.sendOffer-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.sendCertificate-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.deactivateEmp-menu{
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.menu-finance{
    display: flex;
    flex-direction:row;
    gap: 4px;
    align-items: center;
}

.finance{
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
     align-items: center;
    /* background-color: aqua; */
}
.financeDropdown{
    padding-left: 16px;
    display: none;
    flex-direction: column;
    /* align-items: center; */
    padding-left: 16px;
    gap: 12px;
    /* background-color: white; */
    cursor: pointer;
}

.menu-clickup-task{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-clickup-task span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
    
}

.menu-clickup-marketing-task{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-clickup-marketing-task span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-manage-payroll{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-manage-payroll span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-manage-banao{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-manage-banao span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}

.menu-employee-register{
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* justify-items: center; */
    align-items: center;
     border-radius: 8px; padding: 4px 8px 4px 8px;
}

.menu-employee-register span{
    display: none;
    /* flex-direction: row; */
    gap: 4px;
    /* justify-items: center; */
    /* align-items: center; */
    cursor: pointer;
}


.sidebar:hover .company-logo img {
    display: flex;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.sidebar:hover .title {
    margin-left: -60px;
    margin-top: -2px;
}


.sidebar:hover .profile-image {
    display: flex;
}

.sidebar:hover .menu-marketing span{
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* justify-content: space-between; */
    align-items: center;

}

.sidebar:hover .company-name span{
    display: flex;
    

}

.sidebar:hover .company-name{
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
}

.sidebar:hover {
    width: 270px;
    background-color: #E0E7FF;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.sidebar:hover .sidebar-element{
    width: 246px;
/* background-color: antiquewhite; */
}


.sidebar:hover .menu-employee div{
    display: flex;
}

.sidebar:hover .menu-assessment span{
    display: flex;
}

.sidebar:hover .menu-bankDetails span{
    display: flex;
}

.sidebar:hover .menu-documents span{
    display: flex;
}

.sidebar:hover .menu-payslips span{
    display: flex;
}

.sidebar:hover .menu-leaves span{
    display: flex;
}

.sidebar:hover .menu-finance span{
    display: flex;
}

.sidebar:hover .menu-clickup-task span{
    display: flex;
}

.sidebar:hover .menu-clickup-marketing-task span{
    display: flex;
}
.sidebar:hover .menu-manage-payroll span{
    display: flex;
}
.sidebar:hover .menu-manage-banao span{
    display: flex;
}
.sidebar:hover .menu-employee-register span{
    display: flex;
}