.projectSelect{width: 200px;}
.dt-container{min-height: 240px;}
.sidebar-background {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: 1080px !important;
    opacity: 0.3 !important;
    background-position: 84% 200% !important;
    background-repeat: no-repeat !important;
}


/* Define the animation keyframes */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.auth-bg-cover{
    background: #03001e;
    background: linear-gradient(45deg, #2c003e, #4b0082, #800080, #2c003e);
    background-size: 300% 300%;
    animation: gradientAnimation 10s ease infinite;
}


/* append to `dashboard-assets/css/custom.css` */
.glass {
    background-color: rgba(255, 255, 255, 0.24);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    backdrop-filter: blur(10px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    border-radius: 12px;
    /* keep inner content readable */
    color: inherit;
}

/* dark mode variant (optional) */
.dark .glass {
    background-color: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* accessibility: prefer-reduced-transparency */
@media (prefers-reduced-transparency: reduce) {
    .glass {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: rgba(255, 255, 255, 0.92);
        box-shadow: none;
    }
}

/* small responsive tweak */
@media (max-width: 576px) {
    .glass { border-radius: 8px; }
}

input[type='color'] {
    padding: 0;
    width: 150%;
    height: 150%;
    margin: -25%;
}

.customColorPicker_wrapper {
    overflow: hidden;
    width: 60px;
    height: 40px;
    /* optional formatting below here */
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0px grey;

}


.ctext-content {

    & .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
        color: #fff !important;
        font-size:1rem;
    }

    & ul, ol{
        margin-bottom: 1rem !important;
    }
}
