
.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f8f9fa;
    padding-top: 20px;
  }
  .sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #343a40;
    display: block;
  }
  .sidebar a:hover {
    background-color: #e9ecef;
  }


.form-control{
  background-color: #fff !important;
}

.dot-link {
  color: black; /* Change the color of the dots */
  text-decoration: none; /* Remove underline */
  margin-right: 5px; /* Adjust spacing between dots */
}

/* Styling for the submenus */
.submenu-container {
  margin-top: 10px; /* Adjust the margin between submenus */
  border: 1px solid #ccc; /* Border color */
  border-radius: 5px; /* Border radius */
}

.submenu-content {
  padding: 10px; /* Adjust padding as needed */
  background-color: #f9f9f9; /* Background color of submenus */
  border-bottom: 1px solid #ddd; /* Border color */
}

.action_drop {
    position: absolute;
    background: #fff;
    margin-left: -108px;
    margin-right: -35px;
    padding: 10px 30px 10px 20px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000030;
}

.action_drop div {
  padding: 5px 0px;
}

.card{
  overflow-y: hidden;

}

.table-new {
  min-width: max-content !important;
}

.table>:not(caption)>*>*{
  padding: .6rem 1rem !important;
}


#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 9999;
}

.action_drop a{
 cursor:pointer;
}