
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}


.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-direction: row-reverse;
}
/* General body styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  overflow:hidden;
}
h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
   text-decoration: none; 
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.btn-primary {
    color: #fff;
    background-color: #0056b3;
    border-color: #0d6efd;
}
a {
    color: #0056b3 !important;
    text-decoration: none;
}

.doc-width {
    width: 25px !important;
}

#sidebar {
    width: 320px;
    background: #212121;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
/* Sidebar links styling */
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: -50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .custom-menu .btn.btn-primary {
  background: transparent;
  border-color: transparent;
}
/* Main content area next to the sidebar */
#sidebar ul.components {
  padding: 0;
}
#sidebar ul li {
  font-size: 16px;
}
#sidebar ul li a {
  padding: 7px 30px;
  display: block;
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #fff !important;
  background-color: #2f89fc !important;
}
#sidebar ul li a:hover {
  color: #fff;
  background: #2f89fc;
  border-bottom: 1px solid #2f89fc;
}
a:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}
.sidebar-header {
  padding: 20px;
  background: #212121;
  color: #fff !important;
}
    .sidebar-header a {
        color: #fff !important;
        padding: 5px;
        border-bottom: solid 1px #cccccc54;       
        display: block;
    }
.align-items-stretch {
  align-items: stretch !important;
}
.d-flex {
  display: flex !important;
}
.wrapper {
    width: 100%;
    min-height: 550px;
    position: relative;
    margin-top: 90px;
}
#content {
    width: 100%;
    padding: 0;
    min-height: 80vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 50px;
    overflow: auto;
    max-height: 90vh;
}
.main-content {
  margin-bottom:40px;
}
.project-phese-head {
    padding: 10px;
    background: #0056b3 !important;
    color: #fff;
}
.project-name{
  display: inherit;
}
.Customer-name{
  display: inherit;
  padding-bottom:10px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: 10px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  right: 0;
  left: auto;
  max-height: 200px;
  overflow-y: auto;
}
.dropdown-menu li{
  padding-left: 20px;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.container 
{
    width: 100%;
    max-width: 1920%;
}
.dashboard-container {
    height: 600px;
    overflow-y: auto;
    border: solid 1px #ccc;
    padding: 10px;
}



/* For Chrome, Edge, and Safari */
.dashboard-container::-webkit-scrollbar {
  width: 2px; 
}

.dashboard-container::-webkit-scrollbar-track {
  background: transparent; /* Change as needed */
}

.dashboard-container::-webkit-scrollbar-thumb {
  background-color: #ccc; 
  border-radius: 10px; 
}
.dashboard-container .project-item {
    border-bottom: solid 1px #ccc;
    margin: 10px 0px;
    position: relative;
}
.project-details {
  padding: 10px;
  color: #fff !important;
  border-bottom: solid 1px #495057;
}
.project-details .project-name{
  color: #fff !important;
}
.team-list{
  padding: 20px 10px;   
    color: #fff !important;
    border-bottom: solid 1px #495057; 
  
}
.list-document-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.sub-list-unstyled {
  padding-left: 20px;
  list-style: none;
  font-size: 13px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f9fafb !important;
    background-color: #0056b3;
    border-color: #dee2e6 #dee2e6 #fff;
}
.page-title {
  display: flex;
    justify-content: space-between;
}
.btn-blue {
    background-color: #0056b3;
    color: #fff;
}
.heading-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.dotmenu {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}

.dots {
    cursor: pointer;
    display: inherit;
    line-height: 8px;
}

.menu-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .menu-content a {
        color: black;
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

        .menu-content a:hover {
            background-color: #ddd;
        }

.dotmenu:hover .menu-content {
    display: block;
}

.tab-content{
    margin-top:10px;
}


.footer {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    display: block;
    width: 100%;
    background: #212121;
    border-top: solid 1px #ccc;
}
.doc-title {
    border-bottom: solid 1px #ccc;
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
}
.document-list li{
    padding-top: 10px;
    
}