body {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    background: transparent;
    height: 100vh;
    overflow: hidden;
}
#master {
    overflow: hidden;
    margin: 0px;
    padding: 0;
    display: block;
}
#series_selection {
    padding: auto auto;
    font-family: Arial, Helvetica, sans-serif;
    min-width: min-content;
    display: flex;
    justify-content: center;
    text-overflow: ellipsis;
    align-items: center;
    width: 98%;
}
.dash-dropdown{
    font-size: 1em;
}
#dropdown_search {
    max-width: 500px;
    width: 100%;
    display: inline-block !important;
    padding: 0;
    min-width: 200px;
    margin: auto 1%;
}
.Select-control {
    font-size:0.75em;
}
#search_series {
    width: 100%;
    margin: auto 1%;
    display: inline-block;
    min-width: 200px;
    max-width: 500px;
}
#search_bar {
    display: flex;
    width: 100%;
}
#search_result {
    margin: 5% auto;
}
#search_text {
    height: 32px;
    width: 100%;
    display: inline-block;
    padding: 0;
    line-height: 30px;
    resize: none;
    text-align: initial;
    font-family: Helvetica;
    font-size: 0.75em;
}
#graph {
    overflow: hidden;
    margin: 2% auto;
    display: block;
    height: 50%;
    width: 98%;
    border: 0.1em solid transparent;
    border-color: rgb(60, 102, 140, 0.75);
    border-radius: 0.5em;
    position: relative;
    padding: 0;
}
#graph .modebar {
    right: 10%;
    position: absolute;
    width: fit-content;
}
.ticker_menu {
    width: fit-content;
    margin: 1px;
    padding: 1%;
    align-items:center;
    justify-content:center;
    font-family: Helvetica;
    font-size: 12px;
}
.ticker_menu:hover {
    margin: 0;
    border: 1px solid rgb(194, 204, 245);
    background-color: rgb(231, 234, 249);
    border-radius: 0.5em;
}
.ticker_menu_close {
    cursor: pointer;
    color: rgb(140, 154, 213);
    position: absolute;
    display: none;
    border: none;
    background: none;
}
.ticker_menu:hover .ticker_menu_close {
    display: block;
}
.menu {
    width: fit-content;
    display: none;
    font-family: Helvetica;
    height: fit-content;
    padding: 2% 2% 2% 1%;
    z-index: 1;
    position: absolute;
    top: 4%;
    left: 8%;
    background: rgb(244, 244, 244, 0.85);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 0.5em;
}
.DateInput {
    font-size: inherit;
}
.menu .transform_select,.menu .line_select, .menu .interval_select {
    min-width: 150px;
    font-size: 12px;
    padding: 0;
}
#ticker_title {
    text-shadow: 0.5px 0.5px 0 rgb(156, 181, 204);
    justify-content: center;
    display: flex;
    position: relative;
    max-width: 25vw;
    min-width: 400px;
    font-family: Verdana;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 15px auto auto auto;
}
.transform_title,.line_title,.interval_title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 0;
    font-size: 12px;
}
#figure {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(150,150,150, 0.5);
      box-shadow: 0 0 0 0 rgba(150,150,150, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
#hamburger {
    animation: pulse 2s;
    animation-iteration-count: 3;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1;
    top: 1em;
    left: 4em;
}
#hamburger:hover {
    animation: none;
}
.menu:target {
    display: inline-block;
}
#ticker_preferences_icon {
    position: relative;
}
.menu:target + #ticker_preferences_icon > #hamburger {
    display: none;
    animation: none;
}
.menu #close {
    text-decoration: none;
    top: 0px;
    right: 15px;
    position: absolute;
    display: block;
}
.menu #close:hover {
    right: 14px;
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
}
.menu #close::before {
    width: fit-content;
    height: fit-content;
    content : none;
}
.menu #close::after {
    width: fit-content;
    height: min-content;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 200;
    text-decoration: none;
    color: rgb(100,132,162);
    z-index: 1;
    content: "\00D7";
}
.menu #close:focus + #ticker_preferences_icon > #hamburger{
    animation: none;
}
.period_button {
    margin: auto;
    display: flex;
    background: linear-gradient(white,10%,rgb(208, 208, 208));
    border-radius: 2px;
    border: 1px solid rgb(20,20,20);
    align-items: center;
    margin:2px;
    text-align: center;
    width: fit-content;
    font-size: 14px
}
.period_buttons_container {
    padding: 0 1%;
    width: min-content;
    margin: 10px auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.period_button:hover,.calendar_png:hover {
    color: white;
    border: 1px solid rgb(20, 20, 20);
    border-radius: 3px;
    background: linear-gradient(rgb(215, 215, 215),10%,rgb(168, 168, 168));
}
.axis_select {
    padding: 0 !important;
    min-width: fit-content;
}
.axis_option {
    min-width: 120px;
    padding: 12px 0 0 0 !important;
    display: flex;
    justify-content: center;
}
.axis_option label {
    display: flex !important;
    line-height: 18px;
    justify-content: center;
    vertical-align: middle;
}
.calendar_png {
    width: 25px;
}
.date_picker_div {
    font-size: 8px !important;
    display: flex;
    margin: 2px;
    width: fit-content;
}
.date_range_picker {
    box-shadow: 5px 5px 5px rgb(0, 0, 0,0.2) !important;
    margin: 0;
    top: 75px;
    padding-bottom: 20px;
    z-index: 1;
    position: absolute !important;
    display: none !important;
}
.date_picker_div:hover .date_range_picker,.date_range_picker:focus {
    display: flex !important;
}
.options_list {
    border-radius: 0 !important;
    display: flex;
}
h3 {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(20,52,82)
}
.Select-control {
    border-radius: 0;
    text-overflow: ellipsis !important;
}
.Select-menu {
    font-size: 0.65em;
    text-overflow: ellipsis !important;
}
.VirtualizedSelectOption { 
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.main-svg, .user-select-none.svg-container > * {
    width: 100%;
}
@media screen and (max-width:700px) {
    #series_selection {
        font-size: 22px;
        flex-direction: column;
    }
}