.calculator-sticky {
    position: sticky;
    top: 12px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .calculator-sticky {
        position: static;
        top: auto;
    }
}

.max-w-720 {
    max-width: 720px;
}

.cgpa-progress {
    height: 10px;
}
