﻿/*path {
    stroke: var(--accessflow-default-color);
}
*/
body {
    background: linear-gradient(to right, #061117ff, #092026ff 50%, #061117ff), radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05), transparent 40%), radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05), transparent 40%) !important;
    background-blend-mode: overlay;
}

.unified-dashboard-container {
    /*background: linear-gradient(to right, #061117ff, #092026ff 50%, #061117ff), radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05), transparent 40%), radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05), transparent 40%);
    background-size: 200% 100%;
    background-blend-mode: overlay;*/
}

.login-card {
    border: 1px solid rgba(255, 255, 255, 0.2); /* Border for the glassy effect */
    backdrop-filter: blur(10px); /* Key to the glassy effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}

.dashboard-widget-container .k-card {
    background: rgba(255, 255, 255, 0.1); /* Transparent white */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
    box-shadow: none !important;
}

.dashboard-widget-table-container {
    background-color: transparent;
}

    .dashboard-widget-table-container .mud-table {
        background-color: transparent;
    }

.dashboard-item-selected-count-chip {
    border: 1px solid rgb(0, 155, 223, 0.6);
    background: none;
    box-shadow: 0px 1px 5px rgb(0, 155, 223, 0.4) !important;
}

.client-app-container {
    background-color: var(--mud-palette-background);
    box-shadow: 0px 1px 5px rgb(0, 155, 223, 0.4) !important;
}

.client-app-item:hover {
    background-color: rgba(0, 155, 223, 0.4);
}