/* Common */


/* test list */

main {
    padding: 15px;
}

.page {
    transition: all 0.3s ease;
}

.test-card a {
    min-height: 130px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.test-card a:hover {
    background-color: #e9ecef;
    border-color: #198754 !important;
}

.test-card a .card-title {
    transition: all 0.3s ease;
}

.test-card a:hover .card-title {
    background-color: #198754 !important;
    color: white;
}


/*  */

.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #5369f8 !important;
}

.btn-theme {
    background-color: #5369f8;
    border-color: #5369f8;
    color: #fff;
}


/* test list */

button .list-group-item {
    transition: all 0.3s ease;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}