body{
    background: #0d5ddd;
    width: 100%;
    font-family: sans-serif;
    margin: auto;
    padding: 8px;
    box-sizing: border-box;
}
.activity-wrapper{
    background: white;
    border-radius: 14px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    margin: auto;
}
.left-column{
    flex-basis: 50%;
}
.title{
    font-weight: bold;
    color: #5e5e5e;
    font-size: 16pt;
    padding-top: 4px;
    letter-spacing: 1px;
}
.input-wrapper{
    height: 150px;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
}
.instructions{
    color: #5e5e5e;
    padding-bottom: 4px;
    letter-spacing: 1px;
    font-size: 16pt;
}
.slider-wrapper{
    border: 1px solid #7a7a7a;
    border-radius: 6px;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 12px;
}
.right-column{
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
.plot-wrapper{
    flex-basis: 65%;
}
.plot-options-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #7a7a7a;
    margin-top: 16px;
    border-radius: 6px;
    justify-content: space-between;
    padding: 12px;
}
.box-title{
    color: #5e5e5e;
    letter-spacing: 1px;
    font-size: 16pt;
}
.plot-options{
    height: 100%;
    flex-basis: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #5e5e5e;
}
.plot-option{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
/* Hide the browser's default checkbox */
.plot-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 0px;
    z-index: 1;
    width: 22px;
    height: 21px;
    top: -4px;
}

  /* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -4px;
    right: 0;
    height: 22px;
    width: 22px;
    background-color: #d8f5ff;
    border: 2px solid #b9b9b9;
}

/* On mouse-over, add a grey background color */
    .plot-option:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
    .plot-option input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.plot-option input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.plot-option .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The slider*/
.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 20px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 32px;
    background: url('./images/marker.png');
    background-size: 25px 32px;
    cursor: pointer;
    margin-bottom: 55px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 32px;
    background: url('./images/marker.png');
    background-size: 25px 32px;
    cursor: pointer;
    margin-bottom: 55px;
}
.slider-labels{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    font-size: 11pt;
    color: #6d6d6d;
    font-weight: bold;
}

/*LOADING BARS*/
.plotlybars {
    padding: 0 10px;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.plotlybars-wrapper {
    width: 165px;
    height: 43px;
    margin: 100px auto;
}

.plotlybars-text {
    color: #447adb;
    font-family: 'Open Sans', verdana, arial, sans-serif;
    font-size: 80%;
    text-align: center;
    margin-top: 5px;
}

.plotlybars-bar {
    background-color: #447adb;
    height: 100%;
    width: 13.3%;
    position: absolute;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;

    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
}

.b1 { left: 0%; top: 88%; animation-name: b1; -webkit-animation-name: b1; }
.b2 { left: 14.3%; top: 76%; animation-name: b2; -webkit-animation-name: b2; }
.b3 { left: 28.6%; top: 16%; animation-name: b3; -webkit-animation-name: b3; }
.b4 { left: 42.9%; top: 40%; animation-name: b4; -webkit-animation-name: b4; }
.b5 { left: 57.2%; top: 26%; animation-name: b5; -webkit-animation-name: b5; }
.b6 { left: 71.5%; top: 67%; animation-name: b6; -webkit-animation-name: b6; }
.b7 { left: 85.8%; top: 89%; animation-name: b7; -webkit-animation-name: b7; }

@keyframes b1 { 0% { top: 88%; } 44% { top: 0%; } 94% { top: 100%; } 100% { top: 88%; } }
@-webkit-keyframes b1 { 0% { top: 88%; } 44% { top: 0%; } 94% { top: 100%; } 100% { top: 88%; } }

@keyframes b2 { 0% { top: 76%; } 38% { top: 0%; } 88% { top: 100%; } 100% { top: 76%; } }
@-webkit-keyframes b2 { 0% { top: 76%; } 38% { top: 0%; } 88% { top: 100%; } 100% { top: 76%; } }

@keyframes b3 { 0% { top: 16%; } 8% { top: 0%; } 58% { top: 100%; } 100% { top: 16%; } }
@-webkit-keyframes b3 { 0% { top: 16%; } 8% { top: 0%; } 58% { top: 100%; } 100% { top: 16%; } }

@keyframes b4 { 0% { top: 40%; } 20% { top: 0%; } 70% { top: 100%; } 100% { top: 40%; } }
@-webkit-keyframes b4 { 0% { top: 40%; } 20% { top: 0%; } 70% { top: 100%; } 100% { top: 40%; } }

@keyframes b5 { 0% { top: 26%; } 13% { top: 0%; } 63% { top: 100%; } 100% { top: 26%; } }
@-webkit-keyframes b5 { 0% { top: 26%; } 13% { top: 0%; } 63% { top: 100%; } 100% { top: 26%; } }

@keyframes b6 { 0% { top: 67%; } 33.5% { top: 0%; } 83% { top: 100%; } 100% { top: 67%; } }
@-webkit-keyframes b6 { 0% { top: 67%; } 33.5% { top: 0%; } 83% { top: 100%; } 100% { top: 67%; } }

@keyframes b7 { 0% { top: 89%; } 44.5% { top: 0%; } 94.5% { top: 100%; } 100% { top: 89%; } }
@-webkit-keyframes b7 { 0% { top: 89%; } 44.5% { top: 0%; } 94.5% { top: 100%; } 100% { top: 89%; } }