@font-face {
    font-family: 'Material Icons';
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v257/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ma-icon {
    font-family: 'Material Icons';
    font-style: normal;
}

.animate-spin {
    animation: spin 1s linear infinite;
    display: inline-block;
}