/* Import parent theme styles */
@import url('../../Absolution/theme/stylesheet.css');

/* Custom overrides */
/* Site Logo Image */
.site_logo {
    background-image: url('images/csdiai_logo_banner_white.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

/* Site Logo Image Width */
a#logo.logo {
    width: 80vw;
}

/* Background Image */
body {
    background-image: url('images/finger_print_card_white.jpeg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* Background overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 1, 104, 0.283);
    z-index: 0;
}

/* Ensure content stays above overlay */
div.wrap {
    position: relative;
    z-index: 1;
}

/* Table Header Text needs to be white */
.panel-container table.table1 thead th {
    color: #e0e0e0;
}

/* Scheduled Posts Table Header Text needs to be white */
.scheduled-topics.alt-colors ul.topiclist li.header {
    color: #e0e0e0;
}