body {
    background-color: white;
}

h1 {
    text-align: center;
    font-weight: bold;

    margin-top: 25px;
}

h4 {
    font-weight: bold;
    font-size: 30px;
}

#container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 125px;
    margin-right: auto;
    margin-left: auto;
}

#topside {
    position: relative;
    display: block;
}

#header {
    display: inline-block;
    position: absolute;
}

#general {
    margin-top: 85px;
    margin-bottom: 20px;

    border: 3px solid #f9c66e;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 1px #f9c66e;
}

#content {
    background-color: white;

    color: black;
    text-align: center;
    font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
    font-size: 20px;

    min-height: 900px;
    padding-bottom: 20px;

    border: 0px solid #f9c66e;
    border-bottom: none;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#footer {
    background-color: white;

    color: black;
    text-align: center;

    display: inline-block;
    height: 40px;
    width: 100%;
    margin-top: 10px;

    border: 0px solid #f9c66e;
    border-top: none;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#boxheader {
    background-color: white;

    height: 100px;
    width: 100%;
    display: inline-block;

    border: 0px solid gray;
    border-radius: 21px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#loading {
    color: darkslategray;
    font-size: large;
    font-weight: bolder;

    margin-top: 115px;
    display: flex;
    justify-content: center;
}

#categories {
    max-width: 1450px;
}

.navbar-brand {
    color: #4d8bdc;
    text-shadow: #f9c66e 1px 0 10px;
}

.plot-area {
    background-color: white;

    margin: 5%;

    border: 3px solid white;
    border-radius: 25px;

    -webkit-box-shadow: inset 0px 0px 30px -15px #4d8bdc; 
    box-shadow: inset 0px 0px 30px -15px #4d8bdc;
}

.rq-text {
    background-color: white;
    text-align: justify;
    margin: 3.5% 5% 2% 5%;
}

.rq-plot {
    background-color: white;

    margin: 0 4% 5% 4%;

    max-height: 900px;
    overflow-x: auto;
    overflow-y: auto;
}

.center-plot {
    display: flex;
    justify-content: center;
}

@media (max-width: 1227px) {
    .center-plot {
        display: flex;
        justify-content: flex-start;
    }
}

.horizontal-line {
    width: 90%;
    margin-left: 5%;

    border-top: 2px solid rgb(77, 139, 220, 0.5);
    border-radius: 3px;
}

.toggler {
    font-size: 18px;
    color: black;
    
}

.left-align {
    text-align: left;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

.flex-child:first-child {
    margin-right: 20px;
}

.bar-chart {
    margin-top: 10px;
    max-height: 500px;
    overflow-x: auto;
    overflow-y: auto;
}

.max-width {
    max-width: 825px;
}

.pipeline {
    max-width: 1400px;
    margin-bottom: 50px;
}

.category-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordion-header {
    border: 1px solid darkgray;
    border-radius: 2px;
}

.col {
    border: 1px solid darkgray;
    border-radius: 10px;
}