﻿
.stats-row {
    margin-top: -70px;
}

.card-body {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.gradient-hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #0d6efd, transparent);
}

.term-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #4A4A4A;
    line-height: 1.4;
}

.term-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.form-check {
    font-size: 1rem; 
    color: #555; 
    line-height: 1.5;
}

.form-check-label {
    display: inline-block;
    text-align: left; 
    margin-left: 10px; 
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center; 
}

.mb-3 {
    margin-bottom: 1.5rem;
}

