@import url('https://use.typekit.net/dfi6ezd.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');


body {
    font-family: Urbane, sans-serif !important;
    color: white;
}

svg text {
    font-family: Urbane, sans-serif !important;
}

.app {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    background-color: #212121;
}

.header {
    font-size: 28px;
    margin: 16px 0 0 0;
    font-weight: 300;
}

.sidebar {
    margin: 20px;
    background-color: #3D3D3D;
    color: white;
    width: 250px;
}

.sidebar .container {
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
    max-height: 100%;
}

.sidebar-header img {
    max-width: 65%;
    display: block;
    margin: 20px auto;
}

.sidebar-header span {
    display: block;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-header h2 {
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 19px;
}

.sidebar-header hr {
    border-top: 1px solid orange;
    width: 33%;
}

.sidebar .nav>span,
.sidebar .controls>span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar .Select-menu-outer {
    color: #333 !important;
}

.sidebar .nav .Select {
    margin-bottom: 20px;
}

.sidebar .rc-slider {
    margin-bottom: 12px;
}

.sidebar .rc-slider-disabled {
    background-color: unset;
}

.sidebar .controls input {
    display: block;
    margin-bottom: 12px;
    padding: 4px;
    font-family: Urbane, sand-serif;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: right;
    width: 95%;
}

.sidebar .sidebar-settings {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar .sidebar-settings a {
    display: block;
    border-radius: 4px;
    padding: 6px 6px 6px 12px;
    background-color: white;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
}

.sidebar .sidebar-settings a:hover {
    background-color: #f7f7f7;
}

.sidebar .sidebar-settings a i {
    margin-right: 8px;
}

.main {
    min-height: 100%;
    overflow: auto;
    flex: 1;
}

.controls>div {
    padding: 0 !important;
    padding-left: 5px !important;
}

.rc-slider-tooltip {
    left: 180px !important;
}

.main-tabs {
    margin: 20px 20px 0 0;
    z-index: 1;
    width: 250px;
}

.tab {
    font-size: 16px;
    font-weight: bold;
    padding: 12px !important;
    text-transform: uppercase;
    background-color: unset !important;
    border: none !important;
}

.tab--selected {
    background-color: #3D3D3D !important;
    color: white !important;
}

.tab-content {
    border-top: 3px solid #3D3d3D;
    margin-right: 20px;
}

.speedometers {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.speedometers .dash-graph svg text {
    font-weight: 300;
}

.speedometers .dash-graph:first-child svg text {
    font-weight: bold;
}

.speedometers>div {
    margin: 16px;
}

#effects-tabs-parent {
    margin-top: 20px;
}

#effects-tabs {
    width: 800px;
}

.effects {
    margin: 20px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.effects>div {
    width: 350px;
    padding: 20px;
}

.effects>div:first-child {
    border: none;
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 240px;
}

.effects>div:first-child>img {
    height: 100px;
    filter: invert();
}

.effects>div:first-child>span {
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0px;
    color: white;
}

.effects>div:first-child ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.effects>div:first-child ul li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    color: white;
}

.effects>div:first-child ul li span:first-child {
    font-size: 14px;
}

.effects>div:first-child ul li span:last-child {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 13px;
}

.effects .tab-parent {
    flex-direction: column-reverse !important;
}

.effects .tab-container {
    justify-content: space-around;
}

.effects .tab-content {
    border-top: none;
}

.effects .tab {
    background-color: unset;
    font-family: Urbane, sans-serif;
    border: 2px solid #3D3D3D !important;
    padding: 4px 10px;
    width: 150px;
    cursor: pointer;
}

.effects .tab:hover {
    border: 2px solid #999999 !important;
    color: #666666;
}

.effects .tab--selected {
    display: none !important;
}

.effects h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 12px;
    color: white;
    text-transform: uppercase;
}

.app .predict {
    color: white;
}

.predict .rc-slider-mark-text {
    color: #a8a9ad;
}

.predict .rc-slider-rail {
    background-color: #E3B8F7;
}

.predict .rc-slider-track {
    background-color: #BA42F2;
}

.predict .rc-slider-dot-active,
.predict .rc-slider-handle {
    border-color: #BA42F2;
}

.favor-sliders {
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.favor-sliders span {
    font-size: 14px;
}

.favor-sliders>div {
    margin-bottom: 12px;
    width: 30%;
}

#speedometers .modebar,
.effects .modebar,
#time_series .modebar-group:not(:first-child),
#favor .modebar {
    display: none
}

#time_series .scattergl :not(.point) {
    cursor: default !important;
}

#time_series .xgrid.crisp {
    cursor: pointer !important;
}

#favor {
    margin: 30px;
}

.w-0 {
    width: 0px;
}

.w-10 {
    width: 16px;
}

.w-20 {
    width: 32px;
}

.w-30 {
    width: 48px;
}

.w-40 {
    width: 64px;
}

.w-50 {
    width: 80px;
}

.w-60 {
    width: 96px;
}

.w-70 {
    width: 112px;
}

.w-80 {
    width: 128px;
}

.w-90 {
    width: 144px;
}

.w-100 {
    width: 160px;
}

.login {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10000000;
}

.login .login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 310px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: 1px solid white;
    background-color: #212121;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 50px;
    padding: 10px 50px 30px 30px;
}

.login input {
    width: 280px;
    border-radius: 5px;
    border: none;
    padding: 8px;
    margin-top: 4px;
}

.login button {
    width: 140px;
    padding: 8px;
    background-color: #212121;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
    cursor: pointer;
}

.login button:last-child {
    margin-top: 5px;
    margin-left: 20px;
}

@media screen and (max-width: 1365px) {
    .main {
        display: block;
    }

    .sidebar {
        position: absolute;
        top: 10px;
        left: -240px;
        z-index: 2;
        margin: 0;
        border-radius: 0 15px 15px 0;
        transition: .5s;
    }

    .sidebar:hover {
        left: 0;
        transition: .5s;
    }

    .sidebar .sidebar-settings {
        padding-bottom: 20px;
    }

    .main {
        margin-left: 20px;
        z-index: 1;
    }
}

#loader,
#test-results {
    display: flex;
    z-index: 2;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
}

#loader {
    background-color: rgba(33, 33, 33, 0.9);
}

#loader.loading,
#test-results.visible {
    opacity: 1;
    bottom: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    transition: var(--transition-time-lg);
}

#loader.init {
    background-color: rgba(33, 33, 33, 1);
}

.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: #CCCCCC;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}