body{
    height: 100vh;
} 

.container{
    height: 100%;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.btn-danger:hover {
    background-color: #c77a5e;
    color: white;
}

.tags-menu {
    max-width: 50px;
}

:root{
    --ar-border-width:1px;
    --ar-border-radius:0.5rem;
}

.navbar .nav-item.active .nav-link {
    font-weight: 600;
    color: var(--bs-primary);
    position: relative;
}

.navbar .nav-item.active .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    height: 2px;
    background-color: var(--bs-primary);
}

/* Mobile heading styles */
@media (max-width: 767.98px) {
    .page-header h1,
    .page-header .h2 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .page-header {
        text-align: center;
    }
}

/* Mobile navbar equal distribution */
#mobileNavTop .flex-fill {
    flex: 1 1 0 !important;
    min-width: 0;
}