﻿body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.patient-info {
    font-family: "Lucida Console",Monaco,monospace;
    font-size: smaller;
}

.time-display {
    font-family: "Lucida Console",Monaco,monospace;
    font-size: smaller;
}

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.6;
    shape-rendering: crispEdges;
}

svg {
    font: 12px sans-serif;
}

.eeg_container {
}

.eeg_container_black {
    background-color: #000000;
}

.eeg_container_light {
    background-color: whitesmoke;
}

#chart {
    width: 100%;
    margin: 35px auto;
}

.left-arrow {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.right-arrow {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.show-hide-video {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.real-time {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.time-title {
    order: 1;
    font-family: "Lucida Console",Monaco,monospace;
    font-size: smaller;
}

.playback-time {
    order: 2;
    font-family: "Lucida Console",Monaco,monospace;
    font-size: smaller;
}

.total-time {
    order: 3;
    font-family: "Lucida Console",Monaco,monospace;
    font-size: smaller;
}

.spinner-border {
    position: fixed;
    top: 50%;
    left: 48%;
}