/* this class has been added to allow the FluentInputFile to be clicked from anywhere,
    otherwise the component is not clickable from the center where the 'inputfile-content' exist
*/
.inputfile-content {
    z-index: auto !important; /* Resets to default stacking context */
}


.btn-selected {
    background-color: #00ff21 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: spin 1s linear infinite;
}

.feature-list li {
    color: black;
}

.text-white {
    color: white;
}
