body {
    /* background-color: #161616; */
    /* background-color: rosybrown; */
    background-color: #343a40;
    /* background-color: #0e7eb3; */
}

.navbar{
    background-color: #181818 !important;
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}

.card .card-header span{
    font-size: 1.5rem;
    font-weight: 500;
}

.card .card-header h1{
    font-size: 1.5rem;
    font-weight: 500;
}
.card .sidebar-header{
    background-color: #d53635;
    color: #ffffff;
}
.card .sidebar-body{
    background-color: #181818;
    color: #ffffff;
}

.sidebar-card{
    height: 100%;
    min-height: 680px;
}

a {
    text-decoration: none;
    color: black; /* Change this to the desired color */
  }

  a:hover {
    text-decoration: none;
    color: inherit; /* This sets the color back to the default */
  }

  .beautiful-dropdown {
    border: none;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* padding: 10px; */
}

.beautiful-dropdown a.dropdown-item {
    color: #333;
    transition: color 0.3s ease;
}

.beautiful-dropdown a.dropdown-item:hover {
    color: #d53635;
    background-color: #f0f0f0;
}

.navbar-toggler {
    border: none; /* Remove border */
    background-color: transparent;
}
