﻿.not-included-icon {
    background-color: #f7c8c8 !important;
    color: #fa7373 !important;
}

#fullPageSpinner {
    transition: opacity 0.3s ease;
    opacity: 0;
}

    #fullPageSpinner.d-flex {
        opacity: 1;
    }