
body{
    font-family: 'Roboto', sans-serif;
}
p{
    margin-bottom: 5px;
}
a{
    color: #1890FF;
}
h2{
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}
h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    /* line-height: 14px; */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #001529;
}
h2.title{
    margin-bottom: 5px !important;
    color: #1890FF;
}
.primary{
    color: #1890FF;
}

.col-md-4{
    padding: 0px 5px;
}

.col-md-8{
    padding: 0px 5px;
}

.col-md-12{
    padding: 0px 5px;
}

button{
    border: 0;
    padding: 0;
    font-size: 16px !important;
}
.btn.primary, .btn.outline, .btn.secondary{
    width: 160px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.btn.primary,.btn.primary.focus, .btn.primary:focus, .btn.primary:hover {
    background: #1890FF;
    color: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(50, 50, 50, 0.08);
}
.secondary,.secondary.focus, .secondary:focus, .secondary:hover{
    background: #F0F0F0;
    color: #7E7E7E;
    box-shadow: 0px 8px 16px rgba(50, 50, 50, 0.08);
}
.btn-default,.btn-default.focus, .btn-default:focus, .btn-default:hover{
    background: #F1F3FC;
    border-radius: 5px;
    color: #1890FF;
    border: 0;
}
.remove-btn{
    font-size: 14px;
    margin-left: 15px;
    width: 77px;
    height: 24px;
    padding: 0;
    border-radius: 25px;
    background: rgba(237, 130, 69, 0.1);
    border: 1px solid #ED8245;
    color: #ED8245;
}
.btn-outline {
    border: 1px solid #1890FF;
    background: transparent;
    color: #1890FF;
    width: 160px;
    height: 48px;
}
.btn.active, .btn:active,button:active{
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
button:focus,button:active:focus{
    outline: none;
}
.skin-blue .main-header .logo{
    background-color: transparent;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{
    background: #1890FF;
}
.skin-blue .sidebar-menu>li.active>a{
    border: 0;
}

.content{
    padding: 2px 15px; 
}
/* Style the list */
.content-header>.breadcrumb{
    position: relative;
    float: none;
    top: 0;
    right: 0;
    padding: 0;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    color: #7E7E7E;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
.content-header>.breadcrumb>li+li:before {
    padding: 0;
    color: #7E7E7E;
    padding-right: 6px;
    padding-left: 4px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #7E7E7E !important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #7E7E7E;
    /* text-decoration: underline; */
}

.img-thumbnail {
    border-color: #1890FF;
}

/* Global Table Styles */
table {
    table-layout: auto; /* Let columns adapt to content width */
    border-collapse: collapse; /* Remove spacing between rows */
}

/* Table heading styles */
.table-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Table header styles */
.table>thead>tr>th {
    padding: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #001529;
    background: #FAFAFA;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Table data cell styles */
.table>tbody>tr>td {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #505050;
    background: #FFFFFF;
    text-align: left;
}

/* Links inside table cells */
.table>tbody>tr>td>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #3C8EBD;
    text-decoration: none;
}

/* Sorting arrows styling */
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 20px;
}
.table>thead>tr>th,
.table>tbody>tr>td {
    padding: 10px; /* Öka padding för att göra cellerna större */
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    color: #1890FF;
    border-color: #1890FF;
    background-color: transparent;
}
.box{
    border-color: transparent;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after{
    display: none;
}
.box-header{
    padding: 10px;
}
.box-header .box-title{
    font-size: 22px;
}
.box-body {
    padding: 5px;
}
.form-wrapper{
    padding: 20px;
}
.form-wrapper .box-title{
    font-size: 26px;
}
.form-wrapper .box-header{
 border: 0;
}
.form-group{
    margin-bottom: 18px;
}
.form-control {
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}
label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #001529;
}
.form-control:focus {
    border-color: #1890FF;
}
span.star{
    color: #FF4D4F;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}


.box-header{
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    margin: 15px 20px 10px 21px;
    padding: 0 0 20px;
}


.box-header .left{
    display: flex;
    flex: 1;
}

.box-header .left .info .details{
    display: flex;
}
.box-header .left .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.box-header .left .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}


#customers table button{
    width: 97px;
    height: 48px;
}



#customers-details .box-body{
  padding: 20px;
}
#customers-details .left{
    display: flex;
}
#customers-details .left .info{
    margin-left: 24px;
}
#customers-details .left .info .details{
  display: flex;
}
#customers-details .left .info p{
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  width: 100px;
}
#customers-details .left .info span{
  color: #7E7E7E;
  font-weight: normal;
  font-size: 16px;
}
#customers-details #add-btn{
  width: 180px;
  height: 48px;
}



#department .box-body{
  padding: 20px;
}
#department .left{
    display: flex;
}

#department .left .info .details{
  display: flex;
}
#department .left .info p{
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  width: 100px;
}
#department .left .info span{
  color: #7E7E7E;
  font-weight: normal;
  font-size: 16px;
}
#department #add-btn{
  width: 156px;
  height: 48px;
  border-radius: 5px;
}


#unit .box-body{
    padding: 20px;
}
#unit .left{
    display: flex;
    flex: 1;
}

.left .info .details{
    display: flex;
}
.left .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.left .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}
.users h4{
    margin: 0;
}
.users .list{
    display: flex;
    /* margin-bottom: 16px; */
    height: auto;
    align-items: center;
    padding: 7px 0;
}
.users .list p{
    margin: 0;
}
.users .list .btn-sm {
    padding: 3px 10px;
    font-size: 11px;
    margin-left: 15px;
}
#add-btn{
    width: 176px;
    height: 48px;
}


#unit_create .unit_admin{
    padding-top: 15px;
}
#unit_create .unit_admin .heading{
    background-color: #FAFAFA;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.footer-btn{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.box{
    margin: 0px 0px 5px;
}


.box-body .info .details{
    display: flex;
}
.box-body .info p{
    color: #505050;
    font-weight: 500;
    font-size: 16px;
    width: 100px;
}
.box-body .info span{
    color: #7E7E7E;
    font-weight: normal;
    font-size: 16px;
}
#subscription .box-body .info p{
    min-width: 175px;
}

.probits .box-header{
    background: #8D64AA;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 83px;
    align-items: center;
}
.probits .box-header .left{
    display: unset;
    flex: unset;
}
.probits .box-header .center,.probits .box-header .right{
    margin-left: 31px;
}
.probits .box-header .center{
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 77px;
    font-size: 16px;
}
.probits .box-header .center button{
    color: #8D64AA;
    font-size: 26px !important;
    padding: 4px 7px;
}
.probits .box-header button{
    padding: 7px;
    color: #B5B5B5;
}
.probits .box-header .prev,.probits .box-header .next{
    color:  #8D64AA;
    width: 32px;
}
.probits .box-body{
    padding: 0;
}

.color-list{
    display: flex;
}
.color-list .red{
    background-color: #F24D4D;
    width: 11px;
    height: 11px;
    border-radius: 25px;
    margin-left: 4px;
}
.color-list .green{
    background-color: #2BC67B;
    width: 11px;
    height: 11px;
    border-radius: 25px;
    margin-left: 4px;
}

.CellWithComment{
    position:relative;
    text-align: center;
}

.CellComment
{
    visibility: hidden;
    width: auto;
    position:absolute; 
    z-index:100;
    text-align: Left;
    opacity: 0.4;
    transition: opacity 2s;
    border-radius: 6px;
    background-color: #2196F3;
    padding:3px;
    top:-40px; 
    left:-120px;
    color: #FFFFFF;
}   
.CellWithComment:hover span.CellComment {visibility: visible;opacity: 1;}

/* Set a fixed scrollable wrapper */
.tableWrap {
    border: 2px solid #E8E8E8;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 8px;
}

/* Set table to "nowrap" to disable wrapping of content */
/* If we use border, we must use table-collapse to avoid a slight movement of the header row */
.tableWrap table {
    white-space: nowrap;
    border-collapse: collapse;
}

/* Set header to stick to the top of the container. */
.tableWrap tr th {
    position: sticky;
    top: 0;
}

/* Because we must set sticky on th,
we have to apply background styles here
rather than on thead */
.tableWrap th {
    padding: 8px;
    padding-left: 5px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;    
    background: #FAFAFA;
    text-align: left;
    /* With border-collapse, we must use box-shadow or psuedo elements
    for the header borders */
    box-shadow: 0px 0px 0 2px #e8e8e8;
}

/* Basic Demo styling */
.tableWrap  table {
    width: 100%;
    font-family: 'Roboto',sans-serif;
    color: #505050;
}

.tableWrap thead {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.tableWrap thead tr th.day {
    width: 50px;
    text-align: left;
}

.tableWrap thead tr th.activity {
    width: 60%;
    text-align: left;
}

.tableWrap thead tr th.time {
    width: 85px;
    text-align: center;
}

.tableWrap thead tr th.steps{
    width: 55px;
    text-align: center;
}

.tableWrap thead tr th.eaten{
    width: 50px;
    text-align: center;
}

.tableWrap thead tr th.status {
    width: 60px;
    text-align: center;
}

.tableWrap tbody  {
    border-bottom: 2px solid #e8e8e8;
}

.tableWrap tbody tr.dayTop {
    border-top: 1px solid #e8e8e8;
}


.tableWrap table td {
    border-left: 1px solid #e8e8e8;
}

.tableWrap tbody tr td.day {
    width: auto;
    text-align: left;
    padding:4px;    
}

.tableWrap tbody tr td.activity {
    text-align: left;
    padding:2px 4px;    
}

.tableWrap tbody tr td.time {
    text-align: center;
}

.tableWrap tbody tr td.steps {
    text-align: center;
}

.tableWrap tbody tr td.status {
    text-align: center;
}
.tableWrap_header{
    font-family: 'Roboto', sans-serif;
    font-weight: 1000;
    font-size: 16px;
    padding: 8px 0px;
    color: #777777;

}


/* Ahmad */
/* Typography */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Info Box */
.info-box {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.info-box-icon {
    font-size: 2rem;
    margin-right: 15px;
}

.info-box-content {
    flex: 1;
}

.info-box-text {
    font-size: 1.2rem;
    font-weight: 600;
}

.info-box-number {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Card */
.card {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.card-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.card-link {
    color: #333;
    text-decoration: none;
}

.card-link:hover {
    text-decoration: underline;
}

.card:hover {
    transform: translateY(-5px);
}

.clickable-card {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.clickable-card:hover {
    transform: scale(1.05);
}

/* Background Colors */
.bg-success {
    background-color: #28a745 !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}


/* Responsive navbar for smaller screens */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center; /* Center text on small screens */
    }
}

.no-sidebar .content-wrapper {
    margin-left: 0 !important;
    padding: 0 15px !important; /* Extra padding för att förhindra att innehållet ligger mot kanten */
    width: 100% !important;
}

.no-sidebar .wrapper {
    flex-direction: column;
}

/* Grundläggande styling för coach-header */
.coach-header {
    background-color: #3C8EBD;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

/* Styling för logotypen */
.coach-header .header-logo {
    height: 50px;
    width: auto;
    margin-right: 20px;
}

/* Centrering och styling för navigeringslänkar */
.coach-header .navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ta bort punkter från navigeringslänkarna */
.coach-header .navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.coach-header .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.coach-header .navbar-nav .nav-link:hover,
.coach-header .navbar-nav .active > a {
    text-decoration: underline;
}

/* Profilmeny längst till höger */
.coach-header .navbar-custom-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Profilbild och namn */
.coach-header .user-menu a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.coach-header .user-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.coach-header .user-name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

/* Dropdown-meny styling */
.coach-header .dropdown-menu {
    background-color: #3C8EBD; /* Matcha headern */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
    width: 250px; /* Justera bredden */
}

.coach-header .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #3C8EBD transparent;
}

.coach-header .user-header {
    background-color: #3C8EBD;
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

.coach-header .user-header img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.coach-header .user-header p {
    margin: 0;
    font-size: 14px;
}

.coach-header .user-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid #e2e2e2;
}

.coach-header .user-footer a {
    color: #3C8EBD;
    font-weight: bold;
    text-decoration: none;
}

.coach-header .user-footer a:hover {
    text-decoration: underline;
}

/* Grundläggande styling för footern */
.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f1f1f1;
    border-top: 1px solid #e2e2e2;
}

.coach-footer {
    width: 100%;
    margin: 0 auto;
}


.row.mb-5 {
    margin-bottom: 30px; /* Mer utrymme mellan raderna */
}



/* Styling för coacher - Formulär */
.coach-profile-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: none;
    border-radius: 8px;
}

.profile-image img {
    border: 2px solid #007bff;
}

.coach-info .info-item h6 {
    font-weight: 600;
    color: #6c757d;
}

.coach-info .info-item p {
    font-size: 1rem;
    color: #333;
}

.coach-profile-card .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.coach-profile-card .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.coach-profile-card .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

#contentCards .col-lg-6,
#contentCards .col-md-6,
#contentCards .col-sm-12 {
    margin-bottom: 10px !important;
    padding: 10px; /* Justera värdet för att öka/minska mellanrummet */

}

.content-card {
    border-radius: 12px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
    background-color: #ffffff;
    padding: 20px !important;
    margin-bottom: 10px !important;
    transition: transform 0.2s ease-in-out;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.content-header {
    display: flex;
    align-items: center;
    gap: 20px;
}


.filter-section {
    display: flex;
    align-items: center;
}

.search-section {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.ms-3 {
    margin-left: 15px;
}



/* Styling för breadcrumb-sektionen */
.content-header {
    padding: 5px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 8px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease;
}

.breadcrumb li a:hover {
    color: #0056b3;
}

.breadcrumb li a i {
    margin-right: 2px;
}

.breadcrumb li::after {
    margin: 0 8px;
    color: #888;
}

.breadcrumb li:last-child::after {
    content: "";
}
.dashboard-card {
    background-color: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrera vertikalt */
    align-items: center; /* Centrera horisontellt */
    text-align: center; /* Centrera texten i mitten */
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dashboard-card-header {
    background-color: #3C8EBD;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 18px; /* Större textstorlek för rubriken */
    width: 100%; /* Fyll ut hela kortets bredd */
}

.dashboard-card-body {
    padding: 10px;
    font-size: 16px; /* Större textstorlek för innehållet */
    line-height: 1.6;
}

.dashboard-container {
    margin-top: 20px;
}

.goal-tooltip {
    position: relative;
    cursor: pointer;
}

.goal-tooltip:hover::after {
    content: attr(title);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
}

.goal-tooltip:hover::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.custom-table {
    border-collapse: collapse; /* Tar bort mellanrum mellan cellerna */
    width: 100%; /* Fyller hela bredden */
}

.custom-table th, .custom-table td {
    text-align: left; /* Justerar texten till vänster */
    border: 1px solid #ddd; /* Lägger till en tunn grå kant runt cellerna */
}

.custom-table th {
    font-weight: bold; /* Fet stil för rubriker */
}

.custom-table td {
    height: auto; /* Sätter minihöjd på cellerna, anpassa efter behov */
}

/* För att ta bort eventuella extra mellanrum eller marginaler */
.custom-table>tbody>tr {
    margin: 0;
    padding: 0;
}

.custom-table>tbody>tr>td {
    padding: 4px; /* Ökar padding för att göra cellerna större */
}

/* Om du har problem med overflow, kan du även specificera max-height för rader */
.custom-table .table-responsive {
    max-height: 600px; /* Sätter en maxhöjd om det behövs */
    overflow-y: auto; /* Gör tabellen rullbar om den blir för hög */
}

/* Grundläggande navbar-stilar */
.navbar-nav {
    list-style: none;
    padding-left: 0;
}

/* För att justera navbaren vid mobilvisning */
@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: 10px;
    }

    /* Länkar i navbaren får full bredd på små skärmar */
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
    }

    /* Togglen för hamburgermeny */
    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-color: #fff;
    }
}

/* För att justera profilbildens storlek */
.user-image {
    height: 35px;
    width: 35px;
}

/* Om det behövs, justera avatarbildens storlek i dropdown */
.dropdown-menu .user-header img {
    width: 50px;
    height: 50px;
}
