.display-cover
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5% auto;
    position: relative;
}

video
{
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#flash-effect
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;

    /* Start hidden */
    display: none;
    opacity: 0;
}

.shadow-success .accordion-button:not(.collapsed)::after
{
    background-color: #22c55e
}

.shadow-warning .accordion-button:not(.collapsed)::after
{
    background-color: #ffba08
}

.shadow-danger .accordion-button:not(.collapsed)::after
{
    background-color: #ef4444
}

.shadow-info .accordion-button:not(.collapsed)::after
{
    background-color: #4c82f7
}

.btn
{
    font-weight: 800 !important;
}

button i /* fa-lg */
{
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.accordion-button
{
    position: relative;
    /* Add padding to the bottom to make space for the progress bar */
    padding-bottom: 1.75rem;
}

.accordion-button .progress
{
    position: absolute;
    left: 0;
    bottom: 0; /* Pin the progress bar to the bottom */
    width: 100%;
    height: 4px; /* Make the progress bar thin */
    border-radius: 0;
}

.accordion-button .progress-bar
{
    /* Smooths the width transition */
    transition: width 0.05s ease-in-out;
}

.thoughts-card-body p
{
    margin-bottom: 0;
}

.hide-chevron::after
{
    display: none !important;
}

.fw-black
{
    font-weight: 900
}
