@font-face {
    font-family: allema;
    src: url(fonts/Allema.ttf);
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    margin: -8px;
    overflow: hidden;
}

.container {
    display: flex;
    height: 100%;
    width: 100%;
}

#mainMap {
    stroke: #666;
    stroke-width: 1px;
    fill: white;
    height: 100%;
    width: 100%;
}

.svg-container {
    z-index: 0;
    display: inline-block;
    position: relative;
    width: 60%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive {
    display: block;
    position: absolute;
    left: 0;
}

.sideBar {
    position: absolute;
    right: 0;
    background: #009dff;
    height: 100%;
    width: 250px;
    z-index: 1;
    box-shadow: 0 2px 10px 0 #666;
}

body {
    font-family: "Times New Roman";
}

#ticker {
    width: 150px;
    text-align: center;
    margin: auto;
}

#rotator {
    height: 140px;
    background-size: 100% 100%;
    margin: 0 0 10px;
    overflow: hidden;
}

#rotator span {
    width: 100%;
    height: 50%;
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    cursor: default;
}

#result {
    height: 30px;
    font-size: 20px;
    color: white;
    line-height: 30px;
    box-shadow: 0 0 3px black;
}

.title {
    font-family: allema;
    color: white;
    font-size: 2em;
    text-align: center;
    margin: 20px;
}

.description {
    z-index: 2;
    text-align: center;
    font-size: 2vh;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    white-space: wrap;
    overflow: auto;
    overflow-x: hidden;
}

#title_img {
    display: flex;
    z-index: 9999;
    margin: auto;
    margin-top: 15%;
    width: 400px;
    height: 140px;
    transition: 0.5s
}

.rangeslider {
    z-index: 1;
    height: 100%;
    width: 100%;
    margin-left: 30px;
}

.input {
    margin-top: 50px;
    margin-bottom: auto;
    height: 70%;
    width: 50px;
}

.rangeslider__fill {
    background: #ff8a00 !important;
}

.input-output {
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 10px;
    font-family: allema;
    color: #ff8a00;
    font-size: 10vh;
    text-shadow: 1px 1.5px 0px #333;
    user-select: none;
}

#tooltip-container {
    z-index: 100;
    position: absolute;
    padding: 10px;
    background-color: #ff8a00;
    box-shadow: 1px 3px 0px #333;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    pointer-events: none;
}

.tooltip-text {
    size: 1em;
    color: #fff;
}

path[initials="US"] {
    fill: #FF6900;
}
