/*
Created  by Andres Vasquez for Microscopy Australia - https://micro.org.au
  —— https://www.andresvasquez.net ——
copyright:This work is licensed under a Creative Commons Attribution 4.0 International License.
*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: -webkit-gradient(linear, right top, left top, color-stop(36%, #E1E1E1), to(#B6B6B6));
    background: linear-gradient(270deg, #E1E1E1 36%, #B6B6B6 100%);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#simulator-wrapper {
    transform-origin: center top;
}

#simulator-base {
    width: 90vw;
    height: 51.4vw;
    background-repeat: round;
    margin: auto;
    margin-bottom: 10px;
    background-size: 100% 100%;
    background-color: #d3d0cf;
    transform-origin: center top;
}

.screen-1 {
    background-image: url(../images/simulator/APT/APTbackw.svg);
}

.screen-2 {
    background-image: url(../images/simulator/APT/APT_insert_sample_backw.svg);
}

.screen-3 {
    background-image: url(../images/simulator/APT/APT_reconstruct_backw.svg);
}

#top-bar {
    background-image: url(../images/simulator/top_bar_apt.svg);
    background-repeat: round;
    background-size: 100% 100%;
    margin: auto;
    width: 90vw;
    height: 4.1vw;
}

#top-bar-left {
    width: 30%;
    height: 4.1vw;
    top: 10px;
    align-items: center;
}

#ma-logo {
    margin-left: 0.3vw;
    width: 11%;
    height: 4.1vw;
}

#myscope-logo {
    width: 24%;
    height: 2vw;
    margin-left: 0.9vw;
    cursor: pointer;
}

#top-instructions {
    position: relative;
    background-color: rgba(195, 216, 230, 0.59);
    background-repeat: round;
    width: 65%;
    top: 2.5%;
    height: 95%;
    background: rgba(49, 49, 49, 0.95);
    border-radius: 8px;
    color: #fff;
    padding: 0 2%;
    font-size: 1.2vw;
    font-weight: 400;
    z-index: 100000;
    -webkit-box-shadow: 0 0 1.5em 0.2em rgba(207, 233, 251, 0.9);
    box-shadow: 0 0 1.5em 0.2em rgba(207, 233, 251, 0.9);
    opacity: 0;
}

#top-instructions-txt {
    text-align: center;
    width: 94%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1.2;
}

.top-instructions-on {
    -webkit-animation: instructions-on 0.5s cubic-bezier(.47, .32, .81, .42) 0.5s 1 normal forwards;
    animation: instructions-on 0.5s cubic-bezier(.47, .32, .81, .42) 0.5s 1 normal forwards;
}

@-webkit-keyframes instructions-on {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes instructions-on {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#left-panel {
    position: relative;
    /*    background-color: #cc00ff52;*/
    background-repeat: round;
    width: 77.84%;
    height: 98.3%;
    top: 0.4vw;
    left: 0.4vw;
    /*    border-radius: 9px;*/
}

#reconstruction-panel {
    position: relative;
    /*    background-color: #cc00aa52;*/
    background-repeat: round;
    width: 45.4vw;
    height: 47.4vw;
    top: 2.7vw;
    margin: auto;
}

#reconstruction-canvas {
    width: 45.4vw;
    height: 47.4vw;
}

#row-up {
    position: relative;
    /*    background-color: #660aff52;*/
    background-repeat: round;
    width: 100%;
    /*    height: 56%;*/
    top: 0.3vw;
}

.ru-screen-1 {
    height: 56%;
}

.ru-screen-2 {
    height: 36%;
}

#row-up-left {
    position: relative;
    /*        background-color: #66009952;*/
    background-repeat: round;
    height: 100%;
    border-radius: 5px;
}

.rul-screen-1 {
    width: 61%;
}

.rul-screen-2 {
    width: 100%;
}

.row-up-right {
    position: relative;
    /*    background-color: #ff990052;*/
    background-repeat: round;
    width: 38%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#row-up-right-top {
    position: relative;
    /*    background-color: #ff990052;*/
    background-repeat: round;
    width: 100%;
    height: 49.5%;
    border-radius: 5px;
}

#row-up-right-bottom {
    position: relative;
    /*    background-color: #cc009952;*/
    background-repeat: round;
    width: 100%;
    height: 49.5%;
    border-radius: 5px;
}

#row-middle {
    position: relative;
    /*    background-color: #0066ff52;*/
    background-repeat: round;
    width: 100%;
    top: 0.4vw;
}

.rm-screen-1 {
    height: 27.7%;
}

.rm-screen-2 {
    height: 47.7%;
}

.ui-menu-item-wrapper,
.win-title {
    padding-left: 1vw;
    padding-top: 0.17vw;
    padding-bottom: 0.4vw;
    font-weight: 700;
    font-size: 1vw;
}

#div-legend {
    position: absolute;
    margin-left: 4vw;
    min-width: 7vw;
}

.y-detection {
    position: absolute;
    margin: 0.35vw 0 0 1vw;
    font-weight: 700;
    font-size: 0.8vw;
    text-align: right;
    min-width: 2vw;
}

.y-detection p {
    margin-bottom: 0.65vw;
}

#x-pulse-bottom-wrapper {
    position: absolute;
    margin-left: 2.05vw;
    width: 46vw;
    /*    background-color: #ff000052;*/
}

.x-pulse {
    margin-top: 9.3vw;
    font-weight: 600;
    font-size: 0.8vw;
    text-align: center;
    width: 2.5vw;
}

.x-pulse p {
    margin-top: -0.1vw;
    width: 2.5vw;
}

.x-tick {
    height: 0.5vw;
    margin-left: 1.25vw;
    border-left: 2px solid black;
}


#pv-line {
    border-top: 2px solid indigo;
}

#v-line {
    border-top: 2px solid blue;
}

#pv-line,
#v-line {
    width: 1.5vw;
    margin-top: 0.5vw;
    margin-right: 0.3vw;
}

.win-legend {
    font-weight: 500;
    font-size: 0.8vw;
}

.screen-1-canvas {
    position: relative;
    /*                background-color: #00000052;*/
    margin: 0 0.25vw;
}

#top-canvas.field-evaporation {
    margin-left: 13.2vw;
    margin-top: 3.75vw;
    width: 40%;
}

canvas#voltage-history-canvas,
canvas#detection-rate-canvas {
    /*    background-color: #cc009952;*/
    width: 21.7vw;
    height: 8.5vw;
    margin-left: 3.3vw;
    margin-top: 0.85vw;
}

#top-canvas.top-camera {
    margin-left: 1%;
}

#canvas-five,
#bottom-canvas.spectrum {
    /*    background-color: #0000ff12;*/
    margin-left: 5.15vw;
    width: 60vw;
    height: 9vw;
    margin-top: 1.1vw;
}

/*
#bottom-canvas.spectrum {
    border: 1px solid #ff0000;
}
*/

#canvas-five {
    /*    background-color: #ff0000; */
    /*    border: 1px solid #00d300;*/
    position: absolute;
    top: 14%;
}

#bottom-canvas.side-camera {
    margin-left: 1%;
}

.statistics::before,
.statistics::after {
    content: '';
}

.statistics {
    position: relative;
    /*    background-color: #00ffff52;*/
    background-repeat: round;
    width: 100%;
    height: 2.7vw;
    top: 1.8vw;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.3vw;
}

.stats {
    position: relative;
    /*    background-color: #33336652;*/
    background-repeat: round;
    width: 21%;
    height: 80%;
    border-radius: 5px;
}

.stats div {
    position: relative;
    /*    background-color: #33336652;*/
    background-repeat: round;
    height: 100%;
}

.stats-name {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /* Rectangle Copy: */
    background: #D7D6D2;
    border: 1px solid #958F8D;
    border-right-width: 0;
    border-radius: 4px 0 0 4px;
    width: 60%;
}

.stats-value {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* Rectangle: */
    background: #F8F7F1;
    border: 1px solid #958F8D;
    border-radius: 0 4px 4px 0;
    width: 40%;
}

.stat-title {
    padding: 0.4vw 0.4vw 0 0.4vw;
    font-weight: 700;
    font-size: 0.9vw;
}

.stat-time-label {
    margin-top: -0.1vw;
    padding: 0 0 0 3.1vw;
    font-weight: 600;
    font-size: 0.35vw;
}

.stats-value .stat-title {
    text-align: right;
}

#detect-eff-stats {
    width: 15vw;
    margin-left: 2vw;
    height: 1.65vw;
}

#detect-eff-label {
    width: 13vw;
    padding-bottom: 0.4vw;
}

#detect-eff-val {
    width: 3vw;
    padding-bottom: 0.4vw;
}

#controls-right {
    position: relative;
    /*    background-color: #ccff3352;*/
    width: 20.7%;
    height: 98.3%;
    top: 0.4vw;
    left: -0.4vw;
    border-radius: 4px;
}

#controls-reconstruction,
#controls-right-top {
    position: relative;
    /*    background-color: #33ffaa52;*/
    width: 100%;
    height: 60%;
    margin-top: 1.45vw;
}

#controls-right-bottom {
    position: relative;
    /*    background-color: #ffcc3352;*/
    width: 100%;
    height: 27%;
}

fieldset {
    font-weight: 700;
    font-size: 1vw;
}

#icf-button,
#k-factor-button,
#pulse-freq-button,
#pulse-energy-button,
#sample-button,
#specimen-temp-button,
#detection-rate-button {
    margin-left: 2vw;
    margin-bottom: 1.1vw;
    width: 8vw;
    height: 1.5vw;
}

fieldset label {
    margin: 0 2vw;
}

label#icf-label {
    padding-right: 3vw;
}

span#icf-button {
    margin-right: 4vw;
}

#align-sample-div {
    margin-top: 0.5vw;
}

#align-label,
#controls-right-bottom p,
form label,
form input {
    font-weight: 700;
    font-size: 1vw;
}

form label {
    margin-left: 2vw;
}

form input {
    width: 4vw;
    text-align: right;
    background: #F8F7F1;
    border: 1px solid #958F8D;
    padding-right: 0.25vw;
}

.controls-btn {
    background-image: url(../images/simulator/button-ht.svg);
    background-repeat: round;
    width: 2vw;
    height: 2vw;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0.5px 5px 5px rgba(0, 0, 0, 0.5), 1px 1px 2px 1px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0.5px 5px 5px rgba(0, 0, 0, 0.5), 1px 1px 2px 1px rgba(0, 0, 0, 0.51);
    cursor: pointer;
    margin-left: 2.5vw;
    background-size: 100% 100%;
}

.controls-btn-active {
    background-image: url(../images/simulator/button-ht-on.svg);
    background-repeat: round;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 6px 1px rgba(255, 255, 255, 0.75), -1px -2px 1px rgba(207, 233, 251, 0.2), 0px 0.5px 5px 5px rgba(207, 233, 251, 0.7);
    box-shadow: 2px 2px 6px 1px rgba(255, 255, 255, 0.75), -1px -2px 1px rgba(207, 233, 251, 0.2), 0px 0.5px 5px 5px rgba(207, 233, 251, 0.7);
    cursor: not-allowed;
    background-size: 100% 100%;
}

#cookies-modal {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100000;
    transition: opacity 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
}

#cookies-modal .modal-content {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 2vw;
}

#cookies-div {
    width: 40%;
    margin: auto;
}

.square-btn {
    padding: 0 2vw;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-size: 20px;
    color: #6D6D6D;
    background: #FFFFFF;
    width: 100%;
    margin-top: 7px;
    text-transform: uppercase;
}

.cookies-form {
    background: #f3fff4;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    transition: all 200ms cubic-bezier(.15, -0.03, .49, 1.14) 0s;
    margin: 1vw 0 0;
    min-height: 42px;
    border: 1px solid rgba(125, 123, 123, 0.50);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.30);
}

#accept-cookies-btn,
#accept-cookies-form {
    background: #f3fff4;
}

#deny-cookies-btn,
#deny-cookies-form {
    background: #ffeeee;
}


#align-label,
#controls-right-bottom p {
    margin: 0.3vw 0 1.7vw 1vw;
}

#s-volt-input,
#top-instructions-txt,
.win-title,
.stats p,
.half-visible .controls-btn {
    cursor: default;
}

.btn {
    padding: 0;
    margin: 0;
    background: transparent;
    background-image: url(../images/simulator/button.svg);
    width: 8vw;
    height: 2.13vw;
    border-radius: 0.5vw;
    border-width: 0px;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 0.9vw;
    background-size: 100% 100%;
    background-repeat: round;
    display: inline-block;
}

.btn-disabled {
    background-image: url(../images/simulator/TEM/tab_btn_disabled.svg);
    border-radius: 0.5vw 0.5vw 0 0;
    box-shadow: none;
}

.btn-active {
    color: #eef7fd;
    text-shadow: 2px 2px 2px rgba(207, 233, 251, 0.85);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75), -1px -2px 1px rgba(255, 255, 255, 0.2), inset 15px 15px 10px -15px rgba(238, 247, 253, 0.6);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75), -1px -2px 1px rgba(255, 255, 255, 0.2), inset 15px 15px 10px -15px rgba(238, 247, 253, 0.6);
    /*    cursor: not-allowed;*/
}

.btn:hover {
    /*    color: #eef7fd;*/
    opacity: 0.8;
}

.btn:active {
    color: #F1F3AF;
    opacity: 0.8;
}


/*MODAL*/

.any-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 60, 67, 0.74);
    z-index: 100000;
    transition: opacity 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
}

.modal-window {
    background: #FEFEFE;
    border: 1px solid #979797;
    -webkit-box-shadow: -2px 4px 6px 2px rgba(0, 0, 0, 0.58);
    box-shadow: -2px 4px 6px 2px rgba(0, 0, 0, 0.58);
    border-radius: 10px;
    margin: auto;
    width: 30%;
}

.modal-reconstruct {
    width: 35%;
}

.modal-end {
    width: 40%;
}

.modal-title {
    font-size: 1.3vw;
    height: 1.5vw;
    border-bottom: 2px solid #85B2E7;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    padding: 0.5vw 1vw;
}

.modal-content {
    background: rgba(198, 205, 206, 0.30);
    font-size: 1.1vw;
    color: #898686;
    padding: 1vw 2vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#saved-data {
    /*    text-align: center;*/
    color: #000;
}

.any-modal button {
    margin: 0 auto 1vw;
    width: 11vw;
    height: 3vw;
}

#close-finish-modal,
#close-data-modal {
    color: #aaaaaa;
    font-size: 2vw;
    font-weight: bold;
    margin-top: -0.4vw;
    -webkit-transition: all 260ms cubic-bezier(.15, -0.03, .49, 1.14) 0s;
    transition: all 260ms cubic-bezier(.15, -0.03, .49, 1.14) 0s;
}

#close-finish-modal:hover,
#close-finish-modal:focus,
#close-data-modal:hover,
#close-data-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-is-open {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: -webkit-filter 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
    transition: -webkit-filter 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
    transition: filter 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
    transition: filter 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms, -webkit-filter 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
}

div#save-data-btns {
    padding-top: 1vw;
}



#modal-resize.any-modal {
    background: rgba(50, 60, 67, 0.74);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    transition: opacity 260ms cubic-bezier(.15, -0.03, .49, 1.14) 10ms;
    font-weight: 600;
    cursor: not-allowed;
}

#modal-resize .modal-window {
    background: #FEFEFE;
    border: 1px solid #979797;
    -webkit-box-shadow: -2px 4px 6px 2px rgba(0, 0, 0, 0.58);
    box-shadow: -2px 4px 6px 2px rgba(0, 0, 0, 0.58);
    border-radius: 10px;
    margin: auto;
    width: 30%;
    cursor: default;
}

#resize-window.modal-window {
    width: 50%;
}

#modal-resize .modal-title {
    font-size: 1.3vw;
    height: 2.5vw;
    border-bottom: 2px solid #85B2E7;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    padding: 0.5vw 1vw;
}

#modal-resize .modal-content {
    background: rgba(198, 205, 206, 0.30);
    font-size: 1.1vw;
    padding: 1vw 2vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
}

#modal-resize #mobile-alert {
    background: rgba(198, 205, 206, 0.30);
    font-size: 2rem;
    padding: 2rem;
    color: #000;
}

.close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -5px;
    z-index: 202;
    -webkit-transition: all 260ms cubic-bezier(.15, -0.03, .49, 1.14) 0s;
    transition: all 260ms cubic-bezier(.15, -0.03, .49, 1.14) 0s;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* END MODAL*/


/* LOADING */

.loading-bar {
    width: 15vw;
    height: 0.5vw;
    margin: 2vw auto;
    -webkit-animation: loading 10s ease-in infinite;
    -moz-animation: loading 10s ease-in infinite;
    animation: loading 10s ease-in infinite;
}

@-webkit-keyframes loading {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    }

    100% {
        box-shadow: inset 15vw 0px 0px 0px rgba(0, 0, 0, 1);
    }
}

@-moz-keyframes loading {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    }

    100% {
        box-shadow: inset 15vw 0px 0px 0px rgba(0, 0, 0, 1);
    }
}

@keyframes loading {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    }

    100% {
        box-shadow: inset 15vw 0px 0px 0px rgba(0, 0, 0, 1);
    }
}


/* END LOADING */

#reconstruction-panel.totally-hidden,
#controls-reconstruction.totally-hidden,
#controls-right-top.totally-hidden,
.totally-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    opacity: 0;
}

.not-visible {
    opacity: 0;
    visibility: hidden;
}

.half-visible {
    opacity: .25;
}

.full-opacity {
    opacity: 1 !important;
}

.no-height {
    height: 0;
    padding: 0;
    visibility: hidden;
}

.no-cursor {
    cursor: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ru-screen-1,
.flex-evenly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

span:focus,
button:focus {
    outline: none;
}

#modal-sitemap.any-modal button {
    margin: 0 auto;
    width: 30vw;
    height: 1.2vw;
    background-color: transparent;
    color: #363636;
    font-size: 11px;
}

#sitemap-content ul {
    padding-top: 0.2vw;
}

#sitemap-window {
    width: 70vw;
    height: 51.5vw;
}

.sitemap-div {
    padding-bottom: 20px;
    height: 46.5vw;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sitemap-div::-webkit-scrollbar {
    display: none;
}

.sitemap-div-wrapper {
    padding: 7px 0;
}

.sitemap-div-single {
    padding: 2px 0;
}

.sitemap-div label {
    padding: 0 20px 0 20px;
    color: #000;
}

.sitemap-section {
    padding: 0 20px 0 30px;
    margin-bottom: -4px;
}

#sitemap-topics div:nth-child(2) { 
    margin-top: -0.2vw;
  }

#sitemap-topics li {
    font-size: 11px;
    margin-top: 0.2vw;
}

.sitemap-section-list ul{
    margin-top: 0.5vw;
}
.sitemap-others li {
    font-size: 11px;
    margin-bottom: 0.3vw;
}

.sitemap-div h3 {
    font-size: 10px;
    font-weight: bolder;
}

.sitemap-div a {
    color: #363636;
}

#sitemap-welcome a {
    color: #000;
    margin-top: 1vw;
}

#sitemap-welcome {
    margin-top: 0.3vw;
}

#sitemap-topics .sitemap-link {
    margin-left: 10px;
}

.sitemap-div .sitemap-link.no-children {
    margin-left: 0;
    color: #000000;
}

.sitemap-section-title {
    /* background-color: #fefefe; */
    width: 100%;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding-left: 0;
}

.active,
.sitemap-section-title:hover {}

.sitemap-section-list {
    padding: 0 12px 5px;
    display: none;
    overflow: hidden;
}

#sitemap-right-column {
    width: 40%;
}

#sitemap-div-l {
    display: none;
}

#sitemap-div-r {
    display: block;
}

@media only screen and (max-width: 600px) {

    #sitemap-div-l {
        display: block;
    }

    #sitemap-div-r {
        display: none;
    }
}

/* @media only screen and (max-width: 768px) {
    #simulator-base {
        display: none;
    }

    #top-bar {
        display: none;
    }
} */

@media only screen and (max-width: 1023px) {
    #modal-resize .close-modal {
        font-size: 3rem;
        color: #000;
        margin-top: -1.5rem;
    }

    #modal-resize .modal-title{
        font-size: 1.5rem;
        padding: 1.5rem;
    }
}

/********************************/

.current-control {
    box-shadow: 0px 0px 5px 3px rgb(254 255 0);
}

.current-slider {
    outline: 0.3vw solid #feff00cc;
    outline-offset: 0.3vw;
}

/********************************/