
.sidebar {
    min-height: 100vh; 
    z-index: 1; 
    top: 0; 
    left: 0;
    background-color: #f8f9fa; 
    padding-top: 20px;
}

/* Sidebar links */
.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
}

/* Active/current link */
.sidebar a.active {
    color: #000000;
}

/* Links on mouse-over */
.sidebar a:hover {
    color: #000000;
    text-decoration: none;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
    margin-left: 250px; /* Same as the width of the sidebar */
    padding: 20px;
}

/* Tilføjer stil til brugerprofil-sektionen */
.sidebar .user-profile {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd; /* Visual separator */
}

.sidebar .user-profile a {
    font-size: 16px;
}

.sidebar .user-profile i {
    margin-right: 8px;
}


.has-icon .input-group-text {
    background-color: #e9ecef;
    border: none;
}

.has-icon .form-control {
    border-left: 0;
}

/* Dropdown Menu Styling */
.sidebar .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 10px;
}

.sidebar .dropdown-item {
    color: rgb(0, 0, 0); /* Text color */
}

.sidebar .dropdown-item:hover, .dropdown-item:focus {
    color: white; /* Text color for hover state */
    background-color: #F36B5A; /* Highlight color on hover */
}

.sidebar .dropdown-toggle::after {
    color: white; /* Color of the dropdown arrow */
}

/* Adjust image and username positioning */
.sidebar .user-profile {
    align-items: center; /* Center align items */
    padding: 10px; /* Padding for spacing */
}

.sidebar .user-profile img {
    margin-bottom: 5px; /* Adjust spacing as needed */
}

/* Style adjustments for active state or selected item */
.sidebar .dropdown-item.active, .dropdown-item:active {
    background-color: #F36B5A; 
}

.btn-danger, .bg-danger {
    background-color: #F36B5A!important;
    border-color: #F36B5A;
}

.btn-danger:hover {
    background-color: #CA594B;
    border-color: #F36B5A;
}

.progress-bar.bg-danger {
    background-color: #ef655e!important;
}

.text-danger {
    color: #F36B5A!important;
}






.icon-up {
    color: white;
  }
  
  .icon-down {
    color: white;
  }
  
  .icon-neutral {
    color: white;
  }
  

  .badge {
    position: relative;
    top: -10px;
    right: 8px;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 0.75em;
}

.hero-section img {
    width: 100%;
    height: auto;
}

/* Du kan tilføje yderligere styling her, hvis du vil have indhold over dit billede */
.hero-section {
    position: relative;
    text-align: center;
    color: #ffffff;
}

/* Hvis du vil have tekst eller andet indhold over billedet */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Tilpas din styling for indholdet her */
}

.hero-section .text-white {
    text-shadow: 2px 2px 5px black;
}
/*
  header.navbar.navbar-expand-lg.navbar-dark.bg-dark.sticky-top {
    background-color: #000000!important;
  }

  .offcanvas-body.bg-dark, .offcanvas-header.bg-dark {
    background-color: #000000!important;
  }*/

  header.navbar.navbar-expand-lg.navbar-dark.bg-dark.sticky-top a {
    color: white!important;
}


header button.btn-close.text-reset {
    filter: invert(1);
    opacity: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.carousel-control-prev,
.carousel-control-next {
    width: 3%; /* eller den procentdel/bredde du foretrækker */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 80%;
    filter: invert(1);
    opacity: 1;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%; /* større hit area på mobile enheder */
    }
}
