@font-face {
    font-family: "Open Sans";
    src: url("./fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("./fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

:root {
    --color-text: #454545;
    --color-border: #707070;
    --color-main-background: #d4d4d4;
    --color-secondary-background: #012e39;
    --color-box-background: #9a9a9a;
    --color-controls: #793f4e;
}

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}


ul[role='list'], ol[role='list']{
    list-style: none;
}

html:focus-within{
    scroll-behavior: smooth;
}

a:not([class]){
    text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

input, button, textarea, select{
    font: inherit;
}

@media (prefers-reduced-motion: reduce){
    html:focus-within {
        scroll-behavior: auto;
    }
}

body, html{
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 100%;
    scroll-behavior: smooth;
    font-size: 0.812rem;
}

#root,
#__next {
  isolation: isolate;
}

.page {
    padding: 0;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.profile-icon {
  background-image: url('../assets/icons/profile.svg');
}

.close-icon {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url('../assets/icons/close.svg');
}

.info-icon {
    background-image: url('../assets/icons/info.svg');
    width: 0.5rem;
    height: 0.5rem;
}

.pretty-container {
    background: #fff;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.footer {
    padding: 2rem 0 2.5rem;
    color: #fff;
    background: var(--color-secondary-background);
}

.footer a {
    color: #fff;
}

.footer .nav a {
    color: #ccc;
}

.footer .nav a:hover {
    color: #fff;
}

.js-plotly-plot .plotly .modebar {
  padding-top: 5%;
  margin-right: 3.5%;
}

.two.columns {
  width: 16.25%;
}

.column,
.columns {
  margin-left: 0.5%;
}

.pretty_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
}

.bare_container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dcc_control {
    padding: 0 !important;
    padding-bottom: 2rem !important;
}

.rc-slider-track {
    background-color: var(--color-controls);
}

.rc-slider-handle {
    border: solid 2px var(--color-controls);
}

.rc-slider-dot {
    border: solid 2px var(--color-controls);
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color:var(--color-controls);
    box-shadow: -0 0 0 5px var(--color-controls);
}

.rc-slider-handle:hover {
    border-color:var(--color-controls);
}

.control_label {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: calc(100% - 40px);
}

.rc-slider {
  margin-left: 0px;
  padding-left: 0px;
}

.flex-display {
  display: flex;
}

.container-display {
  display: flex;
}

#individual_graph,
#aggregate_graph {
  width: calc(100% - 30px);
  position: absolute;
}

#count_graph {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

#countGraphContainer {
  flex: 5;
  position: relative;
}

#header {
    margin-top: 0.5rem;
    background: var(--color-secondary-background);
    color: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#learn-more-button {
  text-align: center;
  height: 100%;
  padding: 0 20px;
  text-transform: none;
  font-size: 15px;
  float: right;
  margin-right: 10px;
  margin-top: 30px;
}

.mini_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 10px;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
}

#right-column {
  display: flex;
  flex-direction: column;
}

.portfolio-button {
    width: 100%;
    background: var(--color-secondary-background);
    border: var(--color-secondary-background);
}

.portfolio-button:hover,
.portfolio-button:focus,
.portfolio-button:focus-visible {
    opacity: 0.9;
    background: var(--color-secondary-background)!important;
    border: var(--color-secondary-background)!important;
    color: #fff;
}

.portfolio-button:active {
    opacity: 0.8;
    background: var(--color-secondary-background)!important;
    border: var(--color-secondary-background)!important;
    color: #fff;
}

.dash-table-container {
    width: 100%;
}

.dash-cell-value {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.column-header-name {
    text-align: left;
    font-family: 'Open Sans' !important;
}

.selected-option-text {
  font-size: 1.4167rem;
}

.fw-normal {
  font-size: 1.25rem;
}

.input-form {
    height: 2.57rem;
    padding: 0.375rem 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-form::placeholder {
    opacity: 0.8;
}

.not-editable-input {
    display: flex;
    align-items: center;
    height: 2.57rem;
    width: 5rem;
    padding: 0.375rem 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div#options-graph text.name {
    display: none;
}

.container, .container-lg, .container-md, .container-sm {
    max-width: 96%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 986px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}


@media (min-width: 576px) {
    #header {
        margin-top: 2rem;
    }
    .portfolio-block {
        max-width: 96%;
    }
}
