.attribution {
    font-size: 14px;
    padding: 10px;
    color: #666666;
}

.attribution a {
    font-weight: normal;
    color: #666666;
}

#photolab-root {
    background-color: white;
}

.canvas-wrapper {
    flex-grow: 1;
    background-color: white;
    padding: 20px;
}

.canvas {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 750px;
    position: relative;
    z-index: 0;
    background-color: white;
}

.canvas .notice-text {
    padding: 0;
    font-size: 16px;
    border: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
}

.canvas .notice-text.has-text {
    padding: 10px;
    border: 3px solid black;
    background-color: white;
}

.light-controls {
    position: absolute;
    top: 70px;
    left: 50px;
}

.light-controls .display {
    text-align: center;
    font-size: 20px;
}

.light-controls .intensity-wrapper {
    transition: all 0.5s;
    border: 3px solid black !important;
    border-radius: 5px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
    width: 391px;
    height: 46px;
    padding: 0 !important;
}

.light-controls .intensity {
    width: 35px;
    height: 40px;
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 26px;
    color: black;
}

.light-controls .button {
    border: 3px solid black !important;
    border-radius: 10px !important;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 !important;
    min-width: unset !important;
}

.light-controls .white {
    background-color: white;
}

.light-controls .red {
    background-color: red;
}

.light-controls .blue {
    background-color: blue;
}

.light-controls .green {
    background-color: green;
}

.light-controls .button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.lamp {
    width: 499.869px;
    height: 507.694px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.lamp .image {
    z-index: 2;
    position: absolute;
}

.lamp .light {
    z-index: 1;
    position: absolute;
    transition: all 0.5s;
    width: 150px;
    height: 215px;
    top: 10px;
    left: 10px;
}

.beaker {
    position: absolute;
    bottom: 25px;
    left: 50px;
    height: 492.019px;
    width: 332.341px;
}

.beaker .image {
    z-index: 6;
    position: absolute;
}

.beaker .thermometer-bg,
.beaker .thermometer-fg,
.beaker .temp-to-1,
.beaker .temp-to-2,
.beaker .temp-to-3 {
    position: absolute;
    left: 45px;
    bottom: 150px;
    width: 25px;
}

.beaker .temp-to-1,
.beaker .temp-to-2,
.beaker .temp-to-3 {
    z-index: 11;
    cursor: pointer;
    height: 20px;
}

.beaker .temp-to-1 {
    bottom: 170px;
}

.beaker .temp-to-2 {
    bottom: 305px;
}

.beaker .temp-to-3 {
    bottom: 450px;
}

.beaker .thermometer-bg {
    z-index: 5;
    background-color: white;
    height: 325px;
}

.beaker .thermometer-fg {
    z-index: 5;
    background-color: red;
    transition: all 0.5s;
}

.beaker .bubble {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 270px;
    bottom: 50px;
    border-radius: 7.5px;
    background: rgba(255, 255, 255, .5);
    animation-name: moveUp;
    animation-duration: 1s;
    animation-play-state: paused;
    z-index: 10;
    display: none;
    border: 2px solid black;
}

@keyframes moveUp {
    from {
        bottom: 50px;
    }
    to {
        bottom: 230px;
    }
}

.co2 {
    position: absolute;
    bottom: 50px;
    right: 403.3px;
    height: 167.773px;
    width: 119.387px;
    cursor: pointer;
}

.co2 .display {
    text-align: center;
    font-size: 20px;
}

.co2 .full,
.co2 .half {
    top: 30px;
    left: 0;
    z-index: 2;
    position: absolute;
}

.timer {
    z-index: 1;
    position: absolute;
    bottom: 25px;
    right: 100px;
    height: 137.112px;
    width: 203.3px;
}

.timer .start,
.timer .stop {
    z-index: 3;
    position: absolute;
    width: 36.594px;
    height: 16.45344px;
    top: 10.96896px;
    left: 46.759px;
    cursor: pointer;
}

.timer .stop {
    left: 121.98px;
}

.timer .image {
    z-index: 2;
    position: absolute;
}

.timer .text {
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 52.10256px;
    vertical-align: middle;
    font-size: 30px;
    text-align: center;
    color: black;
}

@media (prefers-color-scheme: dark) {
    .canvas-wrapper,
    .canvas,
    .notice-text,
    .attribution,
    .light-controls,
    .light-controls .display,
    .intensity,
    .timer .text,
    .co2 .display {
        color: #222222 !important;
    }
}
