/* custom.css - Global overrides to remove box-shadow from logos and containers */

/* Reset shadows for major component classes */
.ui-card,
.auth-card,
.signup-card,
.fc,
.db-shell,
.fc-card,
.tc,
.plan-ui .plan-card,
.plan-ui .plan-action,
.plan-ui .plan-action.alt,
.ui-btn-primary,
.ui-btn-primary:hover,
.ui-brand-mark,
.auth-brand img,
.ui-input:focus,
.ui-select:focus,
.auth-input:focus {
    box-shadow: none !important;
}

/* Remove shadows from modal dialogs and other UI elements */
.ur-modal,
.modal-dialog,
.modal-content {
    box-shadow: none !important;
}
/* Ensure all cards and containers have no violet shadow, also on hover */
.fc,
.fc:hover,
.db-shell,
.db-shell:hover,
.ui-card,
.ui-card:hover,
.auth-card,
.auth-card:hover,
.signup-card,
.signup-card:hover,
.fc-card,
.fc-card:hover,
.tc,
.tc:hover,
.plan-ui .plan-card,
.plan-ui .plan-card:hover,
.plan-ui .plan-action,
.plan-ui .plan-action:hover,
.plan-ui .plan-action.alt,
.plan-ui .plan-action.alt:hover,
.ui-btn-primary,
.ui-btn-primary:hover,
.ui-brand-mark,
.auth-brand img,
.ui-input:focus,
.ui-select:focus,
.auth-input:focus {
    box-shadow: none !important;
}
