    .header-container {
        background: #fff;
        box-shadow: -1px 4px 20px 1px #f1f1f185;
    }
    
    .left-menu.hide{
        width: 0;
    }

    header.header {
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .header-left {
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        width: 240px; 
        text-align: center;
        padding: 6px;
        font-size: 27px;
        color: white;
        background: rgb(177,8,60);
        background: linear-gradient(90deg, rgba(177,8,60,1) 25%, rgba(233,102,220,1) 96%);        
        font-weight : 500;
        padding: 10px;
    } 

    a.sidebarCollapse {
        padding-left: 14px; 
        font-size: 25px;
        color: rgb(25, 25, 25);
        border: 1px solid #666;
        padding: 1px 3px;
        border-radius: 4px;
        margin-left: 15px;
    }

    .header-icon {
        font-size: 16px;
        font-weight: bold;
        border: 1px solid #666;
        padding: 0px 7px;
        border-radius: 4px;
        margin-left: 15px;
    }

    ul.navbar-item {
        display: flex;
    }

    .dropdown {
        position: relative;
    }

    .user-profile-dropdown {
        margin-left: 11px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-link.user {
        padding: 6px 0;
        font-size: 20px;
        color: rgb(57, 57, 57);
        position: relative; 
    }
            
    .logo-image {
        width: 143px;
    }

    p.count {
        position: absolute;
        top: 0;
        font-weight: 500;
        font-size: 10px;
        color: var(--white-color);
        height: 15px;
        width: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        right: -7px;
    }

        /* dropdown menu create */
    .dropdown-menu {
        z-index: var(--z-fixed);
        max-width: 15rem;
        right: 0px !important;
        left: auto !important;
        min-width: 16rem;
        padding: 0%;
        border-radius: 5px;
    }

    img.user-note {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .dp-main-menu {
        display: inline-grid;
        width: 100%;
        box-shadow: 0px 4px 20px 0px #ddd; 
        border-radius: 5px;
        padding: 10px 0px;
    }

    .dp-main-menu a {
        font-size: 15px;
        color: var(--second-color);
        width: 100%;
        white-space: initial;
        line-height: 18px;
        border-bottom: 1px solid #ddd;
        align-items: center;
        padding: 15px;
    }

    .message-item {
        display: flex;
    }

    .note-info-dismis {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .user-notify-info {
        line-height: 18px;
    }

    .status-link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: var(--main-grident);
        color: var(--white-color);
    }

    p.status-link span {
        color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 !important; font-size: 20px;
    }

    p.note-name {
        font-size: 14px;
        font-weight: 500;
    }

    p.note-time {
        font-size: 11px;
    }

    .dp-main-menu a:last-child {
        border-bottom: 0 ;
    }


    /* message dropdown css */

    img.sms-user {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 7px;
    }

    p.m-user-name {
        font-size: 14px;
        font-weight: 600;
        color: var(--second-color);
    }

    p.user-role {
        font-size: 12px;
        color: var(--main-color);
    }


    /* Profile Style */

    .media {
        background: var(--main-color);
        text-align: center;
        padding-top: 10px;
    }

    img.img-fluid.mr-2 {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .media-body {
        margin-top: 10px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .media-body h5 {
        font-weight: 700;
        color: var(--white-color);
    }

    .media-body p {
        font-size: 13px;
        color: var(--white-color);
        font-weight: 500;
    }

    a.dropdown-item a span {
        color: var(--main-color);
    }

    .dp-main-menu a span {
        color: var(--main-color);
        padding-right: 8px;
    }


    /* sidebar start */

    .left-menu {
        height: 97vh;
        width: 240px;
        position: fixed;
        /* box-shadow: 3px -1px 10px 1px #efeeee; */
        overflow-y: scroll;
        transition: .5s;
        margin-top: 10px !important;
        
        padding-bottom: 20px;
        background-color: var(--white-color);
    }

    nav.animated {
        position: relative;
        width: 240px;
    }  

    .left-menu::-webkit-scrollbar {
        width: 6px;
    }
    
    .left-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(218, 40, 111) 25%, rgba(218, 40, 111,1) 96%);        
    }

    ul#sidebar {
        margin: 0px;
        padding: 0px;  list-style-type: none;
    }

    ul#sidebar li {
        transition: .3s;
        border-left: 5px solid #fff;
    }

    ul#sidebar li a {
        display: block;
        transition: .2s;
        padding: 13px 15px;
        font-size: 15px;
        font-weight: 600;  
        text-decoration: none;
        color: #636262;
    }

    ul#sidebar li a:hover {
        color: var(--main-color);
        background: #f4f7f7;
        width: 100% !important;

    }

    ul#sidebar li:hover {
        border-left: 5px solid var(--main-color);
    }

    .lii.active {
        border-left: 5px solid rgb(177,8,60) !important;
    }
    
    li.active a {
        color: rgb(177,8,60) !important;
        background: #f4f7f7;    
    }

    .img-table{
        height : 40px;
    }

    /* ========================= to add color to icon on sidebar on default ================= */

    /* .lii a i {
        color: rgb(177,8,60) !important;
    } */


    .bg-alert {
        background: rgb(255 143 179) !important;
        font-weight: 600 !important;
    }


    /* .nav-items {
        padding-top: 10px;
    }

    .position-css-1 {
        position: relative;
        width: 984px;
    }

    .position-css-2 {
        position: absolute;
        right: 30px;
        top: -7px;
        margin-top: 0px;
    }  

    .logo-image {
        height: 35px; 
    } */
