.has-error .help-block {
    color: red;
}

.widget .carousel-caption {
    bottom: 25% !important;
}

.lead-in-content ul {
    margin-left: 5px;
    display: inline-block;
}

.lead-in-content ul li {
    font-size: 16px;
}

/**

*/

#alert-track {
    right: 15px;
    bottom: 15px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: var(--bs-border-radius);
}

#alert-track.bg-success {
    color: #ffffff;
}

#alert-track b {
    font-size: 20px;
}