﻿:root {
    --rz-primary: #0851aa;
    --rz-body-font-size: 1rem;
    --rz-input-height: 2.3rem;
}
body {
    
}

.paige-header {
    --rz-text-title-color: white;
    border-left: 8px solid black;
    box-shadow: 0px 2px 4px;
    background-image: linear-gradient(90deg, #000 55%, #fff 90%);
    position:sticky;
}
.nav-item {
    --rz-text-title-color: white;
}

.btn-primary {
    background-color: #0851aa;
}

.custom-shadow {
    box-shadow: 0 4px 12px rgba(12, 73, 122, 0.1); 
}
.dropdown-item {
    color: white;
    padding: 0.5rem 1rem;
    z-index: 1000;
    margin-left: 0;
    font-size: 1rem;
}
.dropdown-menu {
    left: 100%;
    top: 0;
    background-color: black;
    z-index:1000;
}

@media (min-width:640px) {
    .dropend:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    height:26px;
}
.rz-grid-table thead {
    position:static;
    z-index:1;
}

.rz-state-highlight {
    
}
.homepage-background {
    background-image: url(ombglogo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2; /* Adjust the opacity to your preference */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2;
}