.dx-tags li {
    margin-right: 8px;
}

.actor-item {
    position: relative;
}

.actor-item .poster::before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.3s;
}

.actor-item:hover .poster::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.menu .btn {
    height: unset;
}

.article-cover {
    height: 100%;
    min-height: 10rem;
    max-height: 13rem;
}

.page-404 {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-404 h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-404 p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.page-404 a {
    font-size: 1.5rem;
    color: white;
}

.page-404 a:hover {
    text-decoration: underline;
}

.page-404 .btn-primary:hover{
    opacity: 1;
    background-color: white;
    color: #FF5C38;
}

.url-box {
    background-color: white;
    padding: 10px;
    color: #FF5C38;
}

.new-updated {
    background-color: red;
    color: #fff;
    line-height: 18px;
    min-width: 16px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
}

.nav-notifications {
    background-color: #e10000;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}