h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: rgb(49, 51, 63);
    line-height: 1.2;
    font-size: 2.75rem;
}

.input-label {
    font-size: 14px;
    margin-bottom: 0.25rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.form-control {
    background-color: #f0f2f6;
    line-height: 1.4;
    padding: 0.5rem;
    margin: 0px;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    overflow: visible;
    margin-bottom: 1rem;
}

.form-control::placeholder {
    color: #c0c0c0;
}

.title {
    padding-top: 5rem;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2.875rem;
    background: rgb(255, 255, 255);
    outline: none;
    z-index: 999990;
    display: block;
}

.fullscreen-btn {
    align-items: center;
    justify-content: center;
    /*display:inline-block;*/
    text-align: center;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    margin-left: 1100px;
}

.graph-big~.fullscreen-btn {
    left: 95vw;
    top: 7vh;
    margin-left: 0px;
}

.flex-container {
    display: flex;
}

.graph-small {
    width: 1100px;
    /* width: 900px; */
    height: 700px;
}

.graph-big {
    width: 90vw;
    height: 90vh;
    position: absolute;
    left: 5vw;
    top: 7vh;
}

.graph-container {
    justify-content: center;
    background-color: rgb(197, 197, 197);
    border-radius: 5px;
    overflow: hidden;
}

.main-container {
    margin-top: 2.875rem;
    width: 300px;
}

.same-width-as-main-container {
    max-width: 300px;
    word-wrap: anywhere;
}

#graph-container>div {
    width: 100%;
}

footer {
    height: 10rem;
}

.header-decor {
    /* background-image: linear-gradient(90deg, rgb(255, 75, 75), rgb(255, 253, 128)); */
    background-image: linear-gradient(90deg, rgb(255, 75, 75), rgb(255, 253, 128));
    background-image: linear-gradient(90deg, #0d6efd, #cff4fc);
    height: 0.125rem;
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
}

#changes-tooltip-button {
    display: none;
}

#form-submit-btn {
    /* position: absolute; */
    /* right: calc((2rem + 24px)/2 - 19px);
    bottom: calc((2rem + 24px)/2 - 19px); */
    /* margin-left: calc((2rem + 24px)/2 - 19px); */
}

#changes-tooltip {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 100%;
}

.stock-table-container {
    width: 1060px;
}

.accordion-body {
    width: 1100px;
}

.hidden {
    display: none;
}

.title-icon {
    width: 2rem;
    height: 2rem;
}