:root {
    --ct-link-color-rgb: 0, 123, 255;
    --ct-pagination-active-bg: 0, 123, 255;
}

.menu .menu-item.menuitem-active > .menu-link {
    color: #fff;
}

.auth-fluid {
    background: url(../images/bg-material.png) 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-template {
    cursor: pointer;
    padding: 15px;
    border: 2px solid transparent;
    opacity: .6;
    transition: all .3s;
}

.card-template img {
    max-width: 100%;
}

.card-template.selected {
    border: 2px solid var(--ct-link-color);
    opacity: 1;
}