.lexcube-body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
margin: 0px;
background-color: black;
}

a {
    color: lightblue;
}

a:visited { 
    color: lightgrey;
}

.parameter-select {
    max-width: 300px;
}

.ui-button {
    width: 72px;
    height: 72px;
    background-size: cover;
    cursor: pointer;
    border: 3px solid darkslategray;
}

.ui-button.selected {
    border: 3px solid #968cd1;
    background-color: rgba(255, 255, 255, 0.15);
}

.ui-button:hover {
    border: 3px solid white;
}

.ui-normal {
    padding: 0.5em 0.7em 0.5em 0.7em;
    background-color: rgba(5, 9, 28, 0.97);
    border-radius: 5px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    color: #eeeeee;
}

.axis-label-parent {
    position: absolute;
    -moz-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    font-size: small;
}

video {
    border: 2px dashed #fff;
    margin: 12px;
}

.axis-label {
    top: 50%;
    left: 50%;
}

.hover-info-ui {
    align-self: flex-start;
    margin-bottom: 10px;
    display: none;
}

.color-scale {
    align-self: self-start;
}

.color-scale-unit-label {
    color:white;
    font-weight: bold;
}

.color-scale-labels {
    color:white;
    width: 100%; 
    height: 20px; 
    margin-bottom: 5px; 
    justify-content: space-between; 
    display:flex;
}

.options-ui {
    position: absolute;
    left: 1.5%;
    top: 1.5%;    
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 95%;
}

.explain-ui {
    font-size: normal;
    max-width: 300px;

}
hr {
    width: 100%;
}
.toolbar-ui {
    position: absolute;
    right: 25px;
    top: 20px;
    display: flex;
}

.toolbar-ui-button {
    width: 64px;
    height: 64px;
    margin-left: 30px;
    background-size: cover;
    cursor: pointer;
}

.filter-black-to-white {
    filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(110%) contrast(103%);
}

.filter-black-to-grey {
    filter: invert(99%) sepia(87%) saturate(26%) hue-rotate(178deg) brightness(119%) contrast(87%);
}

.bottom-left-ui {
    position: absolute;
    left: 1.5%;
    bottom: 1.5%;
}

.print-template-result {
    max-width: 60%;
    max-height: 90%;
}

@media screen and (max-height : 50rem)  and (orientation : landscape) {
    .print-template-result {
        max-width: 25%;
        max-height: 40%;
    }
}

@media screen and (max-height : 25rem)  and (orientation : landscape) {
    .print-template-result {
        display: none;
    }
}

.top-left-ui {
    position: absolute;
    left: 2.5%;
    top: 2.5%;
}

.dataset-info-corner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.2em 0.4em 0.2em 0.4em;
    display: inline-block;
    color: grey;
    text-align: right;
    width: 45%;
}

.dataset-info-window {
    padding: 0.7em 0.9em 0.7em 0.9em;
    border-radius: 8px;
    max-width: min(768px, 55%);
    max-height: 90%;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dataset-info-wrapper {
    display: none;
    background-color: rgba(0, 0, 0, 0.404);
    z-index: 3;
}

.btn-group button.selected {
    border: 2px solid white;
}
.btn-group button {
    background-size: 101% auto;
    border: 2px solid black; 
    color: white;
    cursor: pointer; 
    width: 100%; 
    display: block;
    max-height: 60px;
    min-height: 30px;
    margin-top: 3px;
}
h3 {
    margin: 0px;
}


canvas {
    width: 100%;
    height: 100%;
}

.btn-group button:hover {
    border: 2px solid blueviolet;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.visible {
    visibility: visible;
    opacity: 1;
    /* transition: opacity 2s linear; */
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s ease-in;
}

.slider {
    padding: 0 16px;
    margin: 45px 30px 5px 30px;
}

.nopointer {
    pointer-events: none;
}

.fullscreen-wrapper {
    position: absolute; 
    width: 100%; 
    height: 100%; 
}

button {
    background: white;
}

.status-message {
    display: inline-block;
    background-color: rgba(61, 61, 61, 0.5);
    padding: 0.5em 0.7em 0.5em 0.7em;
    border-radius: 1px;
    color: white;
    z-index: 50;
}


#logo-left {
    animation: loading-logo-left 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
  
#logo-right {
    animation: loading-logo-right 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

#logo-top {
    animation: loading-logo-top 3s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}

@keyframes loading-logo-left {
    0% {
        transform: matrix(1.33333, 0, 0, -1.33333, -7.645, 51.353);
        filter: none;
        opacity: 0.0;
        animation-timing-function: ease;
    }
    12% {
        transform: matrix(1.33333, 0, 0, -1.33333, -7.645, 51.353);
        filter: none;
        opacity: 0.5;
        animation-timing-function: ease;
    }
    20% {
        transform: matrix(1.33333, 0, 0, -1.33333, -7.645, 51.353);
        filter: none;
        opacity: 0.5;
        animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    } 
    70% {
        transform: matrix(1.33333, 0, 0, -1.33333, 13.645, 38.353);
        filter: none;
        opacity: 1;
        animation-timing-function: ease;
    }
    100% {
        transform: matrix(1.33333, 0, 0, -1.33333, 13.645, 38.353);
        filter: blur(5px);
        opacity: 0;
        animation-timing-function: ease;
    } 
}

@keyframes loading-logo-right {
    0% {
        transform: matrix(1.33333, 0, 0, -1.33333, 76.645, 112.99);
        opacity: 0.0;        
        filter: none;
        animation-timing-function: ease;
    } 
    12% {
        transform: matrix(1.33333, 0, 0, -1.33333, 76.645, 112.99);
        filter: none;
        opacity: 0.5;
        animation-timing-function: ease;
    } 
    15% {
        transform: matrix(1.33333, 0, 0, -1.33333, 76.645, 112.99);
        filter: none;
        opacity: 0.5;
        animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    70% {
        transform: matrix(1.33333, 0, 0, -1.33333, 56.853, 99.993);
        opacity: 1;
        filter: none;
        animation-timing-function: ease;
    }
    100% {
        transform: matrix(1.33333, 0, 0, -1.33333, 56.853, 99.993);
        /* transform: matrix(0.1, 0, 0, -0.1, 53, 58); */
        /* opacity: 0; */
        filter: blur(5px);
        opacity: 0;
        animation-timing-function: ease;
    }
}

@keyframes loading-logo-top {
    0% {
        transform: matrix(1.33333, 0, 0, -1.33333, 17.025, 6.723);
        opacity: 0.0;
        animation-timing-function: ease;
        filter: none;
    }
    12% {
        transform: matrix(1.33333, 0, 0, -1.33333, 17.025, 6.723);
        opacity: 0.5;
        animation-timing-function: ease;
        filter: none;
    }
    25% {
        transform: matrix(1.33333, 0, 0, -1.33333, 17.025, 6.723);
        opacity: 0.5;
        filter: none;
        animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    70% {
        transform: matrix(1.33333, 0, 0, -1.33333, 17.025, 29.723);
        opacity: 1;
        animation-timing-function: ease;
        filter: none;
    }
    100% {
        /* transform: matrix(0.1, 0, 0, -0.1, 48, 50); */
        transform: matrix(1.33333, 0, 0, -1.33333, 17.025, 29.723);
        filter: blur(5px);
        animation-timing-function: ease;
        opacity: 0;
    }
}