/* Aviloo Portal custom styles. Served at /images/aviloo-portal.css, injected into the TeamApps page <head>. */

@keyframes aviloo-spin {
    to { transform: rotate(360deg); }
}

.UiField.disabled[data-teamapps-debugging-id="administrationUserUserDataSendPasswordButton"] {
    pointer-events: none;
}

/* Applied to a TeamApps button's .UiIconElement to replace its icon with a rotating ring spinner. */
.aviloo-spinner-icon {
    background-image: none !important;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    box-sizing: border-box;
    animation: aviloo-spin 0.7s linear infinite;
}
