.card-box-link * {
    transition: all 0.2s;
}

.card-box-link:hover .card-box {
    background: black !important;
}
.card-box-link:hover .card-box * {
    color: white !important;
}


.card-box-link-active .card-box {
    background: black !important;
}
.card-box-link-active .card-box * {
    color: white !important;
    text-decoration: underline;
}

.doc-wrapper-preview {
    margin-left: 5px;
    text-decoration: none !important;
}

.doc-icon-wrapper .icon {
    padding-top: 8px;
}

.doc-wrapper-preview::after {
    content: ")";
    color: white;
}

.doc-wrapper-preview::before {
    content: "(";
    color: white;
}


.user-navbar {
    position: absolute;
    font-size: 14px;
    bottom: -40px;
    right: 50px;
    color: white !important;
    background: black;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}

.user-navbar a {
    color: white !important;
    font-weight: 500;
}

@keyframes loading-blur {
0% {
    filter: blur(5px);
}
50% {
    filter: blur(10px);
}
100% {
    filter: blur(5px);
}
}

.blurred-announcements {
    animation: loading-blur 2s infinite ease-in-out;
}

.user-links a {
    color: white !important;
}