/* Fixed Navigation Bar Styles */
a#trial-timer {
    font-size: 0.7rem;
    font-weight: 200;
    text-decoration: none;
}

.navbar-custom {
    background-color: #1c2c58;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #ffffff !important;
    transition: opacity 0.2s ease-in-out;
}

.navbar-custom .navbar-brand img {
    margin: -17px -10px -30px 0
}

.navbar-custom .nav-link:hover {
    opacity: 0.8;
}

.navbar-custom .nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}

.navbar-custom .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Add padding to body to account for fixed navbar */
body {
    padding-top: 56px;
}

.logout-icon {
    cursor: pointer;
    font-size: 1.2rem;
    color: #ffffff;
    transition: opacity 0.2s ease-in-out;
}

.logout-icon:hover {
    opacity: 0.8;
}

.extra-small-font {
    font-size: .8rem;
}