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);
}