﻿.empdash-navbar {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: white;
    margin-top: 0px;
    height: 55px;
}

.logo-img {
    width: 125px;
}

.dash-logo {
    align-items: center;
    text-align: center;
    padding-bottom: 70px;
    margin: 0px;
}

#help-nav {
    font-size: 18px;
    width: 71%;
    border: transparent;
    color: dodgerblue;
    margin-top: 10px;
    margin-right: 10px;
}

.nav-profile {
    width: 60px;
    padding-right: 10px;
}

#navbar-profile {
    display: flex;
    align-items: center;
}

#profile-nav {
    width: 10%;
    border: transparent;
    color: dodgerblue;
    font-size: 17px;
}

.nav-name {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.sidebar ul li a {
    color: black;
    text-decoration: none;
}

/*.sidebar {
    background-color: #F2F6FF;
    border-right: 1px solid gainsboro;
    width: 14%;
    background-color: #F2F6FF;
    border-right: 1px solid gainsboro;
    width: 14%;
    height: 222%;
    padding: 1%;
    margin-top: 3%;
    position: fixed;
    margin-left: -1%;
    line-height: 4;
}*/

.dashboard-content {
    margin-left: 23%;
}

#empdash-menu {
    margin-top: 17px;
    margin-left: 2px;
    padding: 0px;
    margin-right: 2px;
}

#admindash-menu {
    margin-left: -40px;
    margin-top: 17px;
}

.sidebar li {
    display: flex;
    align-items: center;
}

    .sidebar li .material-icons {
        margin-right: 8px;
        vertical-align: text-bottom;
    }

    .sidebar li .menu-text {
        flex-grow: 1;
        vertical-align: middle;
    }

.empdash-navbar {
    height: 60px;
}

/* Custom CSS for sidebar and main content */
.sidebar {
    background-color: #d8e6fb;
    /*height: 100%;*/
    height: 93%;
    line-height: 3;
    border-right: 2px solid lightgrey;
}

    .sidebar a {
        color: #fff;
    }

.main-content {
    padding-top: 56px; /* Height of navbar */
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0; /* Fill the entire height */
        left: 0;
        width: 200px; /* Adjust as needed */
        z-index: 1; /* Ensure sidebar is above the main content */
        overflow-y: auto; /* Enable scrolling if content exceeds sidebar height */
    }

    .main-content {
        margin-left: 190px; /* Width of sidebar */
    }
}
.backgroundimg {
    margin-left: -30px;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.emp-backgroundimg {
    width: 100vw; /* Full width of the viewport */
    height: 90px;
}
.dash-icon {
    color: white;
    background-color: #ff1d58;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    align-content: center;
    border-radius: 6px;
}
.self-icon {
    color: white;
    background-color: #161748;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    align-content: center;
    border-radius: 6px;
}
.attendance-icon {
    color: white;
    background-color: #ff8928;
    font-size: 20px;
    width: 30px;
    text-align: center;
    height: 26px;
    align-content: center;
    border-radius: 6px;
}

.leave-icon-emp {
    color: white;
    background-color: #F7C331;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    align-content: center;
    border-radius: 6px;
}

.ticket-icon {
    color: white;
    background-color: #0049B7;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    align-content: center;
    border-radius: 6px;
}