a {
    all: unset;
}

h1 {
    font-size: 1.35em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.0em;
}




#banner {
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron {
    background-color: #EDBE11;
    border: 1px solid #AAA;
    margin-top: 16px;
}

/* Bootstrap Overrides */

a {
    text-decoration: none;
}

    a:hover {
        color: #EC785E;
    }

.nav-link:hover {
    color: #EC785E;
}

.btn-link:hover {
    color: #EC785E;
}


li {
    list-style: none;
}

.list-group-item:hover {
    color: #EC785E;
}

.textPrimary {
    color: #094058;
}

.textSecondary {
    color: #EC785E;
}

.formButton {
    background-color: #094058;
    color: #fff;
}

.nav-tabs.nav-tabs-sm .nav-link {
    padding: 0.25rem 0.5rem; 
    font-size: 0.875rem; 
}

.navbar .btn {
    font-size: 0.875rem; /* Adjust font size */
    /*height: 30px; */ /* Adjust height */
    padding: 2px 2px 2px 2px; /* Adjust padding */
    border-radius: 0;
}


#sidebar {
    max-width: 225px;
    min-width: 225px;
    transition: all 0.5s ease-in-out;
    background-color: white;
    display: flex;
    flex-direction: column;
}

    #sidebar.collapsed {
        margin-left: -225px;
    }

.toggler-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding-left: 15px;
}

    .toggler-btn i {
        font-size: 1rem;
        color: #143757;
        font-weight: bold;
    }

.navbar {
    padding: 0px 0px 0px 5px;
}

.sidebar-nav {
    flex: 1 1 auto;
}

.sidebar-logo {
    padding: 1rem 1rem;
}

.sidebar-item {
    padding-left: 20px;
}

.sidebar-header {
    font-weight: bold;
}

.sidebar-report {
    font-weight: bold;
    padding-left: 10px;
    font-size: large;
}


/* styles for embed page */


#content-box {
    padding: 0px 0px 0px 0px;
    border: solid 1px black;
}

#embed-container {
    width: 100%; 
    height: 100dvh;
    height: 100vh;
    overflow: hidden; /* Prevent scrollbars */
    position: relative; 
}


.no-content {
    font-style: italic;
    margin-left: 16px;
    color: #88AAAA;
}

#embedding-instructions {
    margin: 0px;
    color: #BBBBBB;
}

#embed-toolbar {
    margin-top: -1px;
    background-color: black;
    color: white;
    padding: 4px;
    font-size: 12px;
}

    #embed-toolbar button {
        margin: 0px;
        font-size: 9px;
        font-weight: bold;
        padding: 2px;
        color: #222;
        background-color: #F2C811;
        border-color: #111;
        display: inline;
        float: right;
        margin-left: 8px;
        padding-left: 6px;
        padding-right: 6px;
    }


