/* Add here all your custom CSS */

/* Dashboard Tweaks */
.loading-overlay {
    display: none !important;
}

.hover-scale:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* Auth Card Styles */

html body .rounded-circle {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}