@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Breadcrumb/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-clr405n60l] {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}
/* /Components/Breadcrumb/BreadcrumbItem.razor.rz.scp.css */
.breadcrumb a[b-q2ue3rmktk] {
    color: #899bbd;
    transition: 0.3s;
}

    .breadcrumb a:hover[b-q2ue3rmktk] {
        color: #51678f;
    }

.breadcrumb .breadcrumb-item[b-q2ue3rmktk]::before {
    color: #899bbd;
}

.breadcrumb .active[b-q2ue3rmktk] {
    color: #51678f;
    font-weight: 600;
}
/* /Components/CalendarDayWidget.razor.rz.scp.css */
*[b-h2vl81f4s7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.calendar[b-h2vl81f4s7] {
    position: relative;
    min-width: 280px;
    width: auto; /*280px;*/
}

.calendar[b-h2vl81f4s7]:before{
    content:'';
    position:absolute;
    width:80px;
    height:80px;
    box-shadow: 180px 186px #ffc300, 0px 45px #ff5733;
    border-radius:50%
}

    .calendar .calendar-body[b-h2vl81f4s7] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: rgba(255,255,255,0.1);
        backdrop-filter:blur(15px);
        border-bottom: 6px solid #4285f4;
        border-right:1px solid rgba(255,255,255,0.1);
        border-radius:8px;
        box-shadow:0 5px 25px rgba(1 1 1 / 15%);
    }

        .calendar .calendar-body .month[b-h2vl81f4s7] {
            color: #fff;
            background: #4285f4;
            width:100%;
            font-size: 1.6em;
            text-align: center;
            font-weight:400;
            padding:5px 0;
            border-top-left-radius:8px;
            border-top-right-radius:8px;
        }

        .calendar .calendar-body .day-name[b-h2vl81f4s7] {
            color: #000;
            font-size: 1.2em;
            font-weight: 400;
            margin-top: 20px;
        }

        .calendar .calendar-body .day[b-h2vl81f4s7] {
            color: #000;
            font-size: 6em;
            font-weight: 600;
            line-height:1.2em;
        }

        .calendar .calendar-body .year[b-h2vl81f4s7] {
            color: #000;
            font-size: 1.2em;
            font-weight: 400;
            margin-bottom: 20px;
        }
/* /Components/Card/Card.razor.rz.scp.css */
.card[b-9bv6cbh5ms] {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header[b-9bv6cbh5ms],
.card-footer[b-9bv6cbh5ms] {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title[b-9bv6cbh5ms] {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .card-title span[b-9bv6cbh5ms] {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body[b-9bv6cbh5ms] {
    padding: 0 20px 20px 20px;
}

.card-img-overlay[b-9bv6cbh5ms] {
    background-color: rgba(255, 255, 255, 0.6);
}


.dashboard .filter[b-9bv6cbh5ms] {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon[b-9bv6cbh5ms] {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover[b-9bv6cbh5ms],
        .dashboard .filter .icon:focus[b-9bv6cbh5ms] {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header[b-9bv6cbh5ms] {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6[b-9bv6cbh5ms] {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item[b-9bv6cbh5ms] {
        padding: 8px 15px;
    }

.rounded-circle[b-9bv6cbh5ms] {
    border-radius: 50% !important;
}
/* /Components/Dashboard/ActivityChart.razor.rz.scp.css */
*[b-v3cdatlrj9] {
    padding: 0;
}

.card[b-v3cdatlrj9] {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE */
    /* Dynamic Light Background */
    background: linear-gradient(135deg, var(--card-color, #f8f9fa) 30%, #ffffff 100%);
    min-width: 280px;
    width: auto; 
}

    /*.card:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        box-shadow: 240px 147px #87A2FF, 0px 45px #A8DF8E;
    }

    .card .card-body {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
    }*/

.card-body[b-v3cdatlrj9] {
    border-radius: 15px;
}

.card-title[b-v3cdatlrj9] {
    position: absolute;
    z-index: 15;
    margin: 10px;
    font-weight: 600;
    color: var(--tc);
}

.chart-pie[b-v3cdatlrj9] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: conic-gradient(rgba(var(--value-color),1.0) 0% var(--value-per), rgba(var(--value-color),0.3) var(--value-per) 100%);
    transition: background 1s ease-in-out;
    animation: rotatePie-b-v3cdatlrj9 3s ease-in-out;
}

@keyframes rotatePie-b-v3cdatlrj9 {
    from {
        transform: rotate(-90deg); /* Start from top */
    }

    to {
        transform: rotate(360deg);
    }
}

/* /Components/Dashboard/TenantUsage.razor.rz.scp.css */
*[b-a6hdn64tog] {
    padding: 0;
}

.card[b-a6hdn64tog] {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE */
}

.card-title[b-a6hdn64tog] {
    position: absolute;
    z-index: 15;
    margin: 10px;
    font-weight: 600;
    color: var(--tc);
}

.card-percent[b-a6hdn64tog] {
    position: absolute;
    z-index: 15;
    margin: 10px;
    font-weight: 600;
    color: var(--tc);
}

.progress-wrapper[b-a6hdn64tog] {
    height: 150px;
    min-width:280px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers horizontally */
    justify-content: center; /* Centers vertically */
}    

.wave[b-a6hdn64tog] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
}

    .wave[b-a6hdn64tog]:before, .wave[b-a6hdn64tog]::after {
        content: '';
        position: absolute;
        height: 900px;
        width: 700px;
        bottom: 0;
        left: 0%;
        background-color: rgba(255,255,255,0.4);
        border-radius: 40%;
        transform: translateX(var(--wave-translate)) rotate(0);
        animation: rotate-b-a6hdn64tog 10s ease-in-out;
        z-index: 10;
    }

    /* Restart animation on hover */
    .wave:hover[b-a6hdn64tog]::before,
    .wave:hover[b-a6hdn64tog]::after {
        animation: none; /* Stop animation */
        animation: rotate-b-a6hdn64tog 10s ease-in-out; /* Restart animation */
    }

@keyframes rotate-b-a6hdn64tog {
    50% {
        transform: translateX(var(--wave-translate)) rotate(180deg);
    }

    100% {
        transform: translateX(var(--wave-translate)) rotate(360deg);
    }
}
/* /Components/Dashboard/TokenOverview.razor.rz.scp.css */
*[b-4v6lu5rzut] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.overview[b-4v6lu5rzut] {
    position: relative;
    min-height: 180px;
    min-width: 280px;
    width: auto; /*280px;*/
}

    .overview[b-4v6lu5rzut]:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        box-shadow: 180px 186px #38f9fc, 0px 45px #38fc76;
        border-radius: 50%
    }

    .overview .overview-body[b-4v6lu5rzut] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        border-bottom: 6px solid #4285f4;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    }

        .overview .overview-body .title[b-4v6lu5rzut] {
            color: #fff;
            background: #4285f4;
            width: 100%;
            font-size: 1.2em;
            text-align: center;
            font-weight: 400;
            padding: 10px 0;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .overview .overview-body .items[b-4v6lu5rzut] {
            display: flex;
            justify-content: space-between;
            padding: 10px;
            width: 100%; /* Ensures the container spans the full width */
        }

            .overview .overview-body .items .status[b-4v6lu5rzut] {
                color: #000;
                font-size: 1.2em;
                font-weight: 400;
                line-height: 0.8em;
                /*flex: 1;*/ /* Makes each .status item take equal space */
            }

.left[b-4v6lu5rzut] {
    text-align: left;
}

.right[b-4v6lu5rzut] {
    text-align: right;
}
/* /Components/Dashboard/UserActivity.razor.rz.scp.css */
*[b-5ff0q8jvpz] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.overview[b-5ff0q8jvpz] {
    position: relative;
    min-width: 280px;
    width: auto; /*280px;*/
}

    .overview .overview-body[b-5ff0q8jvpz] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        border-bottom: 6px solid #4285f4;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    }

        .overview .overview-body .title[b-5ff0q8jvpz] {
            color: #fff;
            background: #4285f4;
            width: 100%;
            font-size: 1.2em;
            text-align: center;
            font-weight: 400;
            padding: 10px 0;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        
/* /Components/EmptyView.razor.rz.scp.css */
﻿﻿.content-wrapper[b-asfjb7d4dr] {
    padding: 12px;
}

.content-wrapper[b-asfjb7d4dr] {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 4px;
}

.nothing[b-asfjb7d4dr] {
    border: 2px dashed #e3e3e3;
    padding: 60px 0;
    font-size: 16px;
    text-align: center;
    color: #393f44;
    margin: 6px auto;
}

    .nothing .header[b-asfjb7d4dr] {
        font-size: 24px;
        font-style: italic;
    }
/* /Components/ErrorBoundaryModal.razor.rz.scp.css */
.modal-fade[b-zv7w4g8bt1] {
    animation-name: fade-in-animation-b-zv7w4g8bt1;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-animation-b-zv7w4g8bt1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Components/MenuCanvas/MenuCanvas.razor.rz.scp.css */
/*--------------------------------------------------------------
# Menu Canvas
--------------------------------------------------------------*/
.sidemenu[b-qjch9vfzi0] {
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    padding: 0px;
    width: 65%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #01204E;
}

.sidemenu-nav[b-qjch9vfzi0] {
    padding: 0;
    margin: 0;
    list-style: none;
}

   
/* /Components/MenuCanvas/MenuCanvasItem.razor.rz.scp.css */
/*--------------------------------------------------------------
# Menu Canvas
--------------------------------------------------------------*/
.sidemenu-nav li[b-egl2lz6r2g] {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidemenu-nav .nav-item[b-egl2lz6r2g] {
    margin-bottom: 0px;
}

.sidemenu-nav .nav-heading[b-egl2lz6r2g] {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidemenu-nav .nav-link[b-egl2lz6r2g] {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #3494fa;
    transition: 0.3s;
    /*  background: #373A40; */
    padding: 10px 18px;
    border-radius: 0px;
}

    .sidemenu-nav .nav-link span[b-egl2lz6r2g] {
        color: #899bbd;
    }

    .sidemenu-nav .nav-link i[b-egl2lz6r2g] {
        font-size: 16px;
        margin-right: 10px;
        color: #3494fa;
    }

    .sidemenu-nav .nav-link.collapsed[b-egl2lz6r2g] {
        color: #000000;
        background: #01204E;
    }

        .sidemenu-nav .nav-link.collapsed i[b-egl2lz6r2g] {
            color: #899bbd;
        }

    .sidemenu-nav .nav-link:hover[b-egl2lz6r2g] {
        color: #055fff;
        background: #26355D;
    }

        .sidemenu-nav .nav-link:hover i[b-egl2lz6r2g] {
            color: #055fff;
        }

    .sidemenu-nav .nav-link .bi-chevron-down[b-egl2lz6r2g] {
        margin-right: 0;
        transition: transform 0.2s ease-in-out;
    }

    .sidemenu-nav .nav-link:not(.collapsed) .bi-chevron-down[b-egl2lz6r2g] {
        transform: rotate(180deg);
    }

.sidemenu-nav .nav-content[b-egl2lz6r2g] {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

    .sidemenu-nav .nav-content a[b-egl2lz6r2g] {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #055fff;
        transition: 0.3s;
        padding: 10px 0 10px 40px;
        transition: 0.3s;
    }

        .sidemenu-nav .nav-content a i[b-egl2lz6r2g] {
            font-size: 6px;
            margin-right: 8px;
            line-height: 0;
            border-radius: 50%;
        }

        .sidemenu-nav .nav-content a:hover[b-egl2lz6r2g],
        .sidemenu-nav .nav-content a.active[b-egl2lz6r2g] {
            color: #055fff;
        }

            .sidemenu-nav .nav-content a.active i[b-egl2lz6r2g] {
                background-color: #055fff;
            }
/* /Components/Sidebar/Sidebar.razor.rz.scp.css */
*[b-icl1902vm1] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sidebar[b-icl1902vm1] {
    width: 80px;
    background: #2E5077;
    transition: 0.5s;
    padding-left: 10px;
    scrollbar-width: thin;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(245, 245, 245, 0.3);
    z-index: 996;
}

    .sidebar.active[b-icl1902vm1] {
        width: 250px;
    }

    .sidebar ul[b-icl1902vm1] {
        position: relative;
        height: 100vh;
    }  

.bottom[b-icl1902vm1] {
    position: absolute;
    bottom: 80px;
}

@media (max-width: 1199px) {
    .sidebar[b-icl1902vm1] {
        display: none;
    }
}


/******************************************************************************/

/* Complete class */
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sidebar {
    width: 80px;
    background: #2E5077;
    transition: 0.5s;
    padding-left: 10px;
    scrollbar-width: thin;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(245, 245, 245, 0.3);
    z-index: 996;
}

    .sidebar.active {
        width: 250px;
    }

    .sidebar ul {
        position: relative;
        height: 100vh;
    }

        .sidebar ul li {
            position: relative;
            list-style: none;
        }

            .sidebar ul li.active {
                background: #f5f5f5;
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
            }

                .sidebar ul li.active::before {
                    content: '';
                    position: absolute;
                    top: -20px;
                    right: 0;
                    width: 20px;
                    height: 20px;
                    border-bottom-right-radius: 10px;
                    box-shadow: 15px 5px 0 5px #f5f5f5;
                    background: transparent;
                }

                .sidebar ul li.active::after {
                    content: '';
                    position: absolute;
                    bottom: -20px;
                    right: 0;
                    width: 20px;
                    height: 20px;
                    border-top-right-radius: 10px;
                    box-shadow: 15px -5px 0 5px #f5f5f5;
                    background: transparent;
                }

            .sidebar ul li.logo {
                margin-bottom: 50px;
            }

                .sidebar ul li.logo .icon {
                    font-size: 2em;
                    color: #fff;
                }

                .sidebar ul li.logo .text {
                    color: #fff;
                    font-size: 1.2em;
                    font-weight: 500;
                }

            .sidebar ul li a {
                position: relative;
                display: flex;
                white-space: nowrap;
                text-decoration: none;
            }

                .sidebar ul li a .icon {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-height: 60px;
                    height: 70px;
                    font-size: 1.5em;
                    color: #31a4ff;
                    transition: 0.5s;
                    padding-left: 20px;
                }

                .sidebar ul li a .text {
                    position: relative;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    font-size: 1em;
                    color: #fff;
                    text-transform: uppercase;
                    letter-spacing: 0.05em;
                    transition: 0.5s;
                    padding-left: 30px;
                }

            .sidebar ul li.active a .icon {
                color: #fff;
            }

                .sidebar ul li.active a .icon::before {
                    content: '';
                    position: absolute;
                    inset: 5px;
                    width: 60px;
                    height: 60px;
                    background: radial-gradient(circle at center, var(--bg), transparent);
                    border-radius: 50%;
                    transition: transform 0.5s ease, background-color 0.5s ease;
                    box-shadow: 0 4px 15px rgba(245, 245, 245, 0.3);
                }

            .sidebar ul li:hover a .icon::before {
                transform: scale(1.1);
                background: radial-gradient(circle at center, #fff, var(--bg));
            }

            .sidebar ul li.active a .text {
                color: var(--bg);
            }


            .sidebar ul li:hover a .icon {
                color: var(--bg);
            }

            .sidebar ul li:hover a .text {
                color: var(--bg);
            }

.bottom {
    position: absolute;
    bottom: 80px;
}

.imgBox {
    right: 10px;
    position: relative;
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

    .imgBox:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); 
    }

    .imgBox img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease; 
    }

    .imgBox:hover img {
        opacity: 0.9; 
    }*/


/*.menuToggle {
    position: absolute;
    top: 6px;
    left: 12px;
    width: 50px;
    height: 50px;
    background: #31a4ff;
    z-index: 100;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menuToggle:before {
        content: '';
        position: absolute;
        height: 3px;
        width: 30px;
        background: #fff;
        transform: translateY(-9px);
        transition: 0.5s;
        box-shadow: 0 9px 0 #fff;
    }

    .menuToggle:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 30px;
        background: #fff;
        transform: translateY(9px);
        transition: 0.5s;
    }

    .menuToggle.active:before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 0 #fff;
    }

    .menuToggle.active:after {
        transform: translateY(0px) rotate(-45deg);
        box-shadow: 0 0 0 #fff;
    }*/


   

/* /Components/Sidebar/SidebarButton.razor.rz.scp.css */
.sidebar ul li[b-dvftsfg8b6] {
    position: relative;
    list-style: none;
    cursor: pointer;
}

    .sidebar ul li a[b-dvftsfg8b6] {
        position: relative;
        display: flex;
        white-space: nowrap;
        text-decoration: none;
    }

        .sidebar ul li a .icon[b-dvftsfg8b6] {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 60px;
            height: 70px;
            font-size: 1.5em;
            color: #31a4ff;
            transition: 0.5s;
            padding-left: 20px;
        }

        .sidebar ul li a .text[b-dvftsfg8b6] {
            position: relative;
            height: 70px;
            display: flex;
            align-items: center;
            font-size: 1em;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: 0.5s;
            padding-left: 30px;
        }

    .sidebar ul li.active a .icon[b-dvftsfg8b6] {
        color: #fff;
    }

        .sidebar ul li.active a .icon[b-dvftsfg8b6]::before {
            content: '';
            position: absolute;
            inset: 5px;
            width: 60px;
            height: 60px;
            background: radial-gradient(circle at center, var(--bg), transparent);
            border-radius: 50%;
            transition: transform 0.5s ease, background-color 0.5s ease;
            box-shadow: 0 4px 15px rgba(245, 245, 245, 0.3);
        }

    .sidebar ul li:hover a .icon[b-dvftsfg8b6]::before {
        transform: scale(1.1);
        background: radial-gradient(circle at center, #fff, var(--bg));
    }

    .sidebar ul li.active a .text[b-dvftsfg8b6] {
        color: var(--bg);
    }


    .sidebar ul li:hover a .icon[b-dvftsfg8b6] {
        color: var(--bg);
    }

    .sidebar ul li:hover a .text[b-dvftsfg8b6] {
        color: var(--bg);
    }
/* /Components/Sidebar/SidebarImage.razor.rz.scp.css */
.sidebar ul li[b-6dbocgunom] {
    position: relative;
    list-style: none;
    cursor: pointer;
}

    .sidebar ul li a[b-6dbocgunom] {
        position: relative;
        display: flex;
        white-space: nowrap;
        text-decoration: none;
    }

        .sidebar ul li a .icon[b-6dbocgunom] {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 60px;
            height: 70px;
            font-size: 1.5em;
            color: #31a4ff;
            transition: 0.5s;
            padding-left: 20px;
        }

        .sidebar ul li a .text[b-6dbocgunom] {
            position: relative;
            height: 70px;
            display: flex;
            align-items: center;
            font-size: 1em;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: 0.5s;
            padding-left: 30px;
        }


    .sidebar ul li.active a .text[b-6dbocgunom] {
        color: var(--bg);
    }

    .sidebar ul li:hover a .text[b-6dbocgunom] {
        color: var(--bg);
    }


.imgBox[b-6dbocgunom] {
    right: 10px;
    position: relative;
    width: 50px; /* Slightly larger for better visibility */
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff; /* Add a border for a cleaner look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

    .imgBox:hover[b-6dbocgunom] {
        transform: scale(1.1); /* Slight zoom-in effect on hover */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
    }

    .imgBox img[b-6dbocgunom] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease; /* Smooth image transition */
    }

    .imgBox:hover img[b-6dbocgunom] {
        opacity: 0.9; /* Slight dimming on hover for effect */
    }
/* /Components/Sidebar/SidebarLink.razor.rz.scp.css */
.sidebar ul li[b-df1jft74iv] {
    position: relative;
    list-style: none;
}

    .sidebar ul li.active[b-df1jft74iv] {
        background: #f5f5f5;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

        .sidebar ul li.active[b-df1jft74iv]::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 0;
            width: 20px;
            height: 20px;
            border-bottom-right-radius: 10px;
            box-shadow: 15px 5px 0 5px #f5f5f5;
            background: transparent;
        }

        .sidebar ul li.active[b-df1jft74iv]::after {
            content: '';
            position: absolute;
            bottom: -20px;
            right: 0;
            width: 20px;
            height: 20px;
            border-top-right-radius: 10px;
            box-shadow: 15px -5px 0 5px #f5f5f5;
            background: transparent;
        }

    .sidebar ul li a[b-df1jft74iv] {
        position: relative;
        display: flex;
        white-space: nowrap;
        text-decoration: none;
    }

        .sidebar ul li a .icon i[b-df1jft74iv] {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 60px;
            height: 70px;
            font-size: 1.5em;
            color: #31a4ff;
            transition: 0.5s;
            padding-left: 20px;
        }

        .sidebar ul li a .text[b-df1jft74iv] {
            position: relative;
            height: 70px;
            display: flex;
            align-items: center;
            font-size: 1em;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: 0.5s;
            padding-left: 30px;
        }

    .sidebar ul li.active a .icon i[b-df1jft74iv] {
        color: #000000;
    }

    .sidebar ul li.active a .icon[b-df1jft74iv]::before {
        content: '';
        position: absolute;
        inset: 5px;
        width: 60px;
        height: 60px;
        background: radial-gradient(circle at center, var(--bg), transparent);
        border-radius: 50%;
        transition: transform 0.5s ease, background-color 0.5s ease;
        box-shadow: 0 4px 15px rgba(245, 245, 245, 0.3);
        color: green;
    }

    .sidebar ul li:hover a .icon[b-df1jft74iv]::before {
        transform: scale(1.1);
        background: radial-gradient(circle at center, #fff, var(--bg));
    }

    .sidebar ul li.active a .text[b-df1jft74iv] {
        color: var(--bg);
    }

    .sidebar ul li:hover a .icon i[b-df1jft74iv] {
        color: var(--bg);
    }

    .sidebar ul li:hover a .text[b-df1jft74iv] {
        color: var(--bg);
    }
/* /Components/Sidebar/SidebarTitle.razor.rz.scp.css */
.sidebar ul li[b-qbghoblce7] {
    position: relative;
    list-style: none;
}

    .sidebar ul li.logo[b-qbghoblce7] {
        margin-bottom: 50px;
    }

        .sidebar ul li.logo .icon[b-qbghoblce7] {
            font-size: 2em;
            color: #fff;
        }

        .sidebar ul li.logo .text[b-qbghoblce7] {
            color: #fff;
            font-size: 1.2em;
            font-weight: 500;
        }
/* /Components/Topbar.razor.rz.scp.css */
/* Reset styles */
*[b-jcehmmdhbz] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Topbar container */
.topbar[b-jcehmmdhbz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    /*background-color: #2E5077;*/
    /*background: linear-gradient(to bottom, rgb(46, 80, 119), rgb(64, 140, 180));*/ /*nice*/
    background: linear-gradient(to bottom, rgb(46, 80, 119), rgb(34, 60, 90)); /*match good*/
    padding: 0 20px;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 15px; /* Stronger shadow */
    z-index: 1000;
    position: relative; /* Ensures shadow is placed correctly */
}

/* Logo and app name section */
.logo-section[b-jcehmmdhbz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-logo[b-jcehmmdhbz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.app-name[b-jcehmmdhbz] {
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #80f739,#2174f7, #f73953);
    background-clip: text;
    color: transparent;
}

/* Right section: Notification and profile menu */
.right-section[b-jcehmmdhbz] {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Notification icon */
.notification[b-jcehmmdhbz] {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

   /* .notification:hover {
        transform: scale(1.1);
    }*/

    .notification .icon-bell[b-jcehmmdhbz]::before {
        content: '\f0f3'; /* FontAwesome bell icon */
        font-family: 'FontAwesome';
    }

    /* Badge position */
    .notification .badge[b-jcehmmdhbz] {
        font-size: 0.75rem;
        padding: 0.3em 0.6em;
        border-radius: 50%;
    }

/* Profile menu */
.profile-menu[b-jcehmmdhbz] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.imgBox[b-jcehmmdhbz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .imgBox img[b-jcehmmdhbz] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*.profile-menu:hover .imgBox {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}*/

.username[b-jcehmmdhbz] {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Logo Image with Spin Animation */
.logo-img[b-jcehmmdhbz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: spinPause-b-jcehmmdhbz 15s infinite; /* 5s spin + 10s pause */
}


@media (max-width: 1199px) {
    .app-name[b-jcehmmdhbz] {
        display: none;
    }

    .username[b-jcehmmdhbz] {
        display: none;
    }
}

/* Spinning animation for the circle with a 5s spin and 10s pause */
@keyframes spinPause-b-jcehmmdhbz {
    0% {
        transform: rotate(0deg); /* Start rotation */
    }

    33.33% {
        transform: rotate(360deg); /* Complete a full rotation in 5 seconds */
    }

    33.34% {
        transform: rotate(360deg); /* Keep the rotation at 360deg */
    }

    100% {
        transform: rotate(360deg); /* Hold the rotation for 10 seconds */
    }
}
/* /Layout/MainLayoutContent.razor.rz.scp.css */
/* Overall Layout */
.layout[b-v7hk7y0q8x] {
    display: flex;
    flex-direction: column; /* Top-to-bottom layout */
    height: 100vh; /* Full viewport height */
}

/* Main Section (Sidebar + Content) */
.main[b-v7hk7y0q8x] {
    display: flex;
    flex: 1; /* Fills the remaining height below the topbar */
    overflow: hidden; /* Prevents content overflow */
}

/* Content */
.content[b-v7hk7y0q8x] {
    flex: 1; /* Fills the remaining horizontal space */
    padding: 1rem;
    overflow: auto; /* Allows scrolling if content overflows */
    background-color: #f5f5f5; /* Light gray background */
}
/* /Pages/Home.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-zn430e2u2j] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-zn430e2u2j] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-zn430e2u2j] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-zn430e2u2j] .quickgrid[theme=grid-info] th,
[b-zn430e2u2j] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-zn430e2u2j] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-zn430e2u2j] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-zn430e2u2j] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-zn430e2u2j] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-zn430e2u2j] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-zn430e2u2j] td:empty {
    display: none;
}
/* /Pages/MessagePages/Index.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-1tal4spljb] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-1tal4spljb] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-1tal4spljb] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-1tal4spljb] .quickgrid[theme=grid-info] th,
[b-1tal4spljb] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-1tal4spljb] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-1tal4spljb] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-1tal4spljb] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-1tal4spljb] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-1tal4spljb] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-1tal4spljb] td:empty {
    display: none;
}


/* Resposible mobile view */
@media (max-width: 650px) {
    [b-1tal4spljb] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-1tal4spljb] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 10ch auto;
        padding: 0.3rem 1rem;
    }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Message:";
            text-align: start;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "From:";
            text-align: start;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "To:";
            text-align: start;
            word-wrap: break-word;
        }

        [b-1tal4spljb] .quickgrid[theme=grid-info] td:nth-of-type(4)::before {
            content: "Timestamp:";
            text-align: start;
            word-wrap: break-word;
        }

    [b-1tal4spljb] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-1tal4spljb] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}

/* /Pages/RolePages/Index.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-lhh9mq1fzc] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-lhh9mq1fzc] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-lhh9mq1fzc] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-lhh9mq1fzc] .quickgrid[theme=grid-info] th,
[b-lhh9mq1fzc] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-lhh9mq1fzc] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-lhh9mq1fzc] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-lhh9mq1fzc] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 15ch auto;
        padding: 0.3rem 1rem;
    }

        [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Name:";
            text-align: start;
        }

    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-lhh9mq1fzc] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}
/* /Pages/TenantPages/Index.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-jibabz6vry] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-jibabz6vry] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-jibabz6vry] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-jibabz6vry] .quickgrid[theme=grid-info] th,
[b-jibabz6vry] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-jibabz6vry] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-jibabz6vry] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-jibabz6vry] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-jibabz6vry] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-jibabz6vry] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-jibabz6vry] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    [b-jibabz6vry] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-jibabz6vry] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 15ch auto;
        padding: 0.3rem 1rem;
    }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Name:";
            text-align: start;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "Database:";
            text-align: start;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "Status:";
            text-align: start;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:nth-of-type(4)::before {
            content: "Users:";
            text-align: start;
        }

        [b-jibabz6vry] .quickgrid[theme=grid-info] td:last-child {
            display: grid; /* Use flexbox for button alignment */
            justify-content: space-around; /* Space buttons evenly */
            align-items: center; /* Center align vertically */
            gap: 0.5rem; /* Optional: Add spacing between buttons */
            padding: 0.3rem 1rem; /* Adjust padding as needed */
        }

    [b-jibabz6vry] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-jibabz6vry] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}
/* /Pages/TenantPages/TenantDetail.razor.rz.scp.css */
﻿﻿.content-wrapper[b-s2oozn675f] {
    padding: 12px;
}

.content-wrapper[b-s2oozn675f] {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 4px;
}

.nothing[b-s2oozn675f] {
    border: 2px dashed #e3e3e3;
    padding: 60px 0;
    font-size: 16px;
    text-align: center;
    color: #393f44;
    margin: 6px auto;
}

    .nothing .header[b-s2oozn675f] {
        font-size: 24px;
        font-style: italic;
    }
/* /Pages/TenantPages/TenantUsers.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-hmlbf8f264] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-hmlbf8f264] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-hmlbf8f264] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-hmlbf8f264] .quickgrid[theme=grid-info] th,
[b-hmlbf8f264] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-hmlbf8f264] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-hmlbf8f264] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-hmlbf8f264] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-hmlbf8f264] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-hmlbf8f264] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-hmlbf8f264] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    [b-hmlbf8f264] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-hmlbf8f264] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 10ch auto;
        padding: 0.3rem 1rem;
    }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Image:";
            text-align: start;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "Name:";
            text-align: start;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "Email:";
            text-align: start;
            word-wrap:  break-word;
        }

        [b-hmlbf8f264] .quickgrid[theme=grid-info] td:nth-of-type(4)::before {
            content: "Active:";
            text-align: start;
        }

    [b-hmlbf8f264] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-hmlbf8f264] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}
/* /Pages/TokenPages/Index.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-yngpw7cs02] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-yngpw7cs02] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-yngpw7cs02] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-yngpw7cs02] .quickgrid[theme=grid-info] th,
[b-yngpw7cs02] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-yngpw7cs02] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-yngpw7cs02] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-yngpw7cs02] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-yngpw7cs02] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-yngpw7cs02] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-yngpw7cs02] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    .bg-info-subtle[b-yngpw7cs02] {
        text-wrap-mode: wrap;
        width: 200px;
    }

    [b-yngpw7cs02] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-yngpw7cs02] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 10ch auto;
        padding: 0.3rem 1rem;
    }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Login Date:";
            text-align: start;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "User:";
            text-align: start;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "Tenant:";
            text-align: start;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(4)::before {
            content: "Token:";
            text-align: start;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(5)::before {
            content: "Expiry Date:";
            text-align: start;            
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(6)::before {
            content: "Revoked:";
            text-align: start;
        }

        [b-yngpw7cs02] .quickgrid[theme=grid-info] td:nth-of-type(7)::before {
            content: "Used:";
            text-align: start;
        }

    [b-yngpw7cs02] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-yngpw7cs02] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}


/* /Pages/UserPages/Index.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-7gav5uac2m] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-7gav5uac2m] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-7gav5uac2m] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-7gav5uac2m] .quickgrid[theme=grid-info] th,
[b-7gav5uac2m] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-7gav5uac2m] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-7gav5uac2m] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-7gav5uac2m] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-7gav5uac2m] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-7gav5uac2m] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-7gav5uac2m] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    [b-7gav5uac2m] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-7gav5uac2m] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 10ch auto;
        padding: 0.3rem 1rem;
    }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Name:";
            text-align: start;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "Email:";
            text-align: start;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "Active:";
            text-align: start;
            word-wrap: break-word;
        }

        [b-7gav5uac2m] .quickgrid[theme=grid-info] td:nth-of-type(4)::before {
            content: "Tenants:";
            text-align: start;
        }

    [b-7gav5uac2m] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-7gav5uac2m] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}
/* /Pages/UserPages/UserTenants.razor.rz.scp.css */
 /* INFO THEME*/
﻿::deep .quickgrid[theme=grid-info][b-g921iso8ng] {
    border-collapse: collapse;
    /*margin: 25px 0;*/
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    width: 100%;
    background-color: #f0f5fb;
}

/*Title*/
[b-g921iso8ng] .quickgrid[theme=grid-info] thead tr {
    background-color: #64B5F6;
    color: #ffffff;
    font-size: 1.0em;
}

[b-g921iso8ng] .quickgrid[theme=grid-info] .col-title-text {
    font-weight: bold;
    color: White;
}

[b-g921iso8ng] .quickgrid[theme=grid-info] th,
[b-g921iso8ng] .quickgrid[theme=grid-info] td {
    padding: 4px 4px;
}

/*Row lines*/
[b-g921iso8ng] .quickgrid[theme=grid-info] tbody tr {
    border-bottom: 1px solid #cfe2f3;
}
    /*Row stripped*/
    [b-g921iso8ng] .quickgrid[theme=grid-info] tbody tr:nth-of-type(even) {
        background-color: #E3F2FD;
    }

    /*End row line*/
    [b-g921iso8ng] .quickgrid[theme=grid-info] tbody tr:last-of-type {
        border-bottom: 2px solid #64B5F6;
    }

    /*Row hover*/
    [b-g921iso8ng] .quickgrid[theme=grid-info] tbody tr:hover {
        background-color: #BBDEFB;
    }

[b-g921iso8ng] tr:has(> td:not(:empty)) > td {
    display: table-cell;
}

[b-g921iso8ng] td:empty {
    display: none;
}

/* Resposible mobile view */
@media (max-width: 650px) {
    [b-g921iso8ng] .quickgrid[theme=grid-info] th {
        display: none;
    }

    [b-g921iso8ng] .quickgrid[theme=grid-info] td {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 15ch auto;
        padding: 0.3rem 1rem;
    }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td:first-child {
            padding-top: 2rem;
        }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td:last-child {
            padding-bottom: 2rem;
        }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td::before {
            font-weight: 700;
            text-transform: capitalize;
        }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td:nth-of-type(1)::before {
            content: "Name:";
            text-align: start;
        }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td:nth-of-type(2)::before {
            content: "Database:";
            text-align: start;
        }

        [b-g921iso8ng] .quickgrid[theme=grid-info] td:nth-of-type(3)::before {
            content: "Active:";
            text-align: start;
            word-wrap: break-word;
        }

    [b-g921iso8ng] .quickgrid[theme=grid-info] tr:has(> td:not(:empty)) > td {
        display: grid;
    }

    [b-g921iso8ng] .quickgrid[theme=grid-info] td:empty {
        display: none;
    }
}
