label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.cursor-click {
    cursor: pointer;
}

.tutorial-carousel-caption {
    position: static;
    padding: 0.75rem 1rem 0;
    text-align: center;
}

.tutorial-carousel-caption h3 {
    color: var(--ct-body-color);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.tutorial-carousel-caption p {
    color: var(--ct-secondary-color);
    margin-bottom: 0;
}
