﻿/* Top menu bar background */
.aht-topmenu {
    background-color: #134196 !important;
}

/* Top menu bar item normal text */
.aht-topmenu-item {
    color: #ccd5f0 !important;
}
/* Top menu bar item hover text */
    .aht-topmenu-item:hover {
        color: #ffffff !important;
    }

/* Highlight row on hover */
.highlight-on-hover:hover {
    background-color: #f0f0f0; /* Light grey background on hover */
    cursor: pointer; /* Change cursor to pointer to indicate clickability */
}

/* Make row appear clickable */
.clickable {
    cursor: pointer;
}

.hover-underline:hover {
    text-decoration: underline;
}

