@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --hexagonsImage: none; url(ArtAssets/HexagonsBackground.png);

    --icon_ResetCamera_Default: url(ArtAssets/CameraResetButton.png);
    --icon_ResetCamera_Hover: url(ArtAssets/CameraResetButton_Hover.png);

    --icon_InteractableImage: url(ArtAssets/InteractableIcon.png);
    --icon_ExclamationPointImage: url(ArtAssets/ExclamationPoint.png);

    --fonts_main: 'Helvetica Neue';
}

body {
    overflow: hidden;
}

.sidebar {
    width: 438px;
    height: 1080px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.popup {
    pointer-events: none;

    width: 252px;
    height: 135px;
    position: absolute;
    overflow: hidden;
    display: none;
}

.popup-box {
    position: absolute;
    top: 22px;
    left: 6px;

    width: 246px;
    height: 108px;
    background: var(--popupBackgroundColor);
}

.popup-line {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 130px;
    background: var(--popupLineColor);
}

.text_popup {
    position: absolute;
    top: 22px;
    left: 9px;

    display: flex;
    width: 240px;
    height: 108px;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;
    color: var(--popupTextColor);

    text-align: center;
    font-family: var(--fonts_main);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.description {
    width: 1489px;
    height: 224px;
    background-color: var(--descriptionBackgroundColor);
    position: absolute;
    top: 911px;
    left: 1px;
    overflow: hidden;
}

.descriptionBackground {
    position: absolute;
    border-radius: 13px;
    width: 1275px;
    height: 200px;
    top: 12px;
    left: 50px;
    display: none;
}

.mainbar {
    position: absolute;
    overflow: hidden;
    width: 1490px;
    height: 1135px;
    top: -55px;
    left: 437px;
}

.descriptionTitle {
    font-size: 27px;
    font-weight: bold !important;

    /* background-color: red; */
    position: absolute;
    width: 1200px;
    height: 22px;
    left: 60px;
    top: 17px;
}

.descriptionText {
    list-style-type: disc;
    font-size: 19px;

    /* background-color: cyan; */
    position: absolute;
    width: 590px;
    height: 75px;

    padding-left: 0px;
    text-indent: -13px;
}

.d1 {
    left: 75px;
    top: 60px;
}

.d2 {
    left: 720px;
    top: 60px;
}

.d3 {
    left: 75px;
    top: 140px;
}

.d4 {
    left: 720px;
    top: 140px;
}

.buttonText {
    font-size: 24px;
}

.primaryTextInfo {
    color: var(--mainWhite);
    font-family: var(--fonts_main);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.divider {
    top: 90px;
    left: 27px;

    width: 390px;
    height: 2px;
    background: var(--mainWhite);
    opacity: 1;
    position: absolute;
    overflow: hidden;
}

.displaySymbols {
    position: absolute;
    overflow: hidden;
    height: 90px;
    width: 438px;
    left: 0px;
    top: 90px;
}

.annotations {
    position: absolute;
    overflow: hidden;

    height: 750px;
    width: 438px;
    top: 135px;
    left: 0px;

    display: flex;
    /* Use flexbox layout */
    flex-direction: column;
    /* Stack children vertically */
    justify-content: flex-start;
    /* Space between items */
    align-items: center;
    /* Center items horizontally */
    gap: 3px;
}

.misc {
    position: absolute;
    overflow: hidden;
    height: 144px;
    width: 292px;
    top: 580px;
    left: 0px;

    padding-top: 5px;

    display: flex;
    /* Use flexbox layout */
    flex-direction: column;
    /* Stack children vertically */
    justify-content: flex-start;
    /* Space between items */
    align-items: center;
    /* Center items horizontally */
    gap: 2px;
}

.displaySymbolsText {
    display: flex;
    width: 286px;
    height: 61px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 16px;
    left: 25px;
}

.annotationButton {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 18px;
    border: 2px solid #D9D9D9;

    width: 412px;
    height: 62px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.annotationButton:hover {
    background-color: rgba(255, 255, 255, .3);

}

.annotationButton:active {
    background-color: #D9D9D9;
}

.annotationButtonNumbering {
    height: 41px;
    width: 33px;

    color: var(--mainWhite);
    text-align: right;
    font-family: var(--fonts_main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.annotationButtonText {
    height: 62px;
    width: 336px;
    color: var(--mainWhite);
    text-align: left;
    font-family: var(--fonts_main);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;

    padding-left: 40px;
    text-indent: -35px;
}

.backgroundHexagons {
    pointer-events: none;

    width: 500px;
    height: 800px;
    flex-shrink: 0;
    top: 160px;
    left: 0px;
    position: absolute;

    background: var(--hexagonsImage) no-repeat 0 0;
    background-size: contain;
}

.utilityButtons {
    height: 26px;
    width: 275px;
    top: 13px;
    left: 17px;
    position: absolute;
}

.resetCameraButton {
    right: 57px;
    top: 784px;
    height: 60px;
    width: 60px;
    background-image: var(--icon_ResetCamera_Default);
    background-size: contain;
    background-repeat: no-repeat;
}

.resetCameraButton:hover {
    right: 49px;
    top: 776px;
    height: 75px;
    width: 75px;
    background-image: var(--icon_ResetCamera_Hover);
}

.resetCameraButton:active {
    right: 52px;
    top: 779px;
    height: 70px;
    width: 70px;
    background-image: var(--icon_ResetCamera_Hover);
}

.resetText {
    right: 25px;
    top: 855px;
    position: absolute;

    color: var(--mainWhite);
    font-family: var(--fonts_main);
    font-size: 20px;
}

.interactableIcon {
    right: 193px;
    top: 784px;
    height: 80px;
    width: 80px;
    background-image: var(--icon_InteractableImage);
    background-size: contain;
    background-repeat: no-repeat;
}

.interactableText {
    right: 175px;
    top: 855px;
    position: absolute;

    color: var(--mainWhite);
    font-family: var(--fonts_main);
    font-size: 20px;
}

.utilityButton {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    background-position: center;
    position: absolute;
}

.bottomInformation {
    position: absolute;
    width: 438px;
    height: 150px;
    left: 0px;
    bottom: 0px;
}

.detailIcons {
    position: absolute;
    width: 180px;
    height: 90px;
    bottom: 22px;
    left: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.detailIcons.clearSafeClosed {
    background-image: var(--detailIcons_ClearSafeClosed);
}

.detailIcons.clearSafeBC {
    background-image: var(--detailIcons_ClearSafeBC);
}

.detailIcons.clearSafeSafety {
    background-image: var(--detailIcons_ClearSafeSafety);
}

.detailIcons.trueSafeBC {
    background-image: var(--detailIcons_TrueSafeBC);
}

.detailIcons.trueSafeSafety {
    background-image: var(--detailIcons_TrueSafeSafety);
}

.sideBarTitle {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
    width: 403px;
    height: 135px;
    left: 17px;
    bottom: 10px;
}


.logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    right: 50px;
    top: 67px;
    position: absolute;
    z-index: 10;
}


.title {
    left: 76px;
    top: 50px;
    position: absolute;
    z-index: 10;
    width: 1000px;
    height: 125px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.helpScreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1280px;
    height: 720px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;

    display: none;
    justify-content: center;
    align-items: center;
}

.helpScreen-background {
    width: 500px;
    height: 300px;
    background-color: #1E1E1E;
    border-radius: 15px;

    border: 3px solid #414042;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.helpScreen-text {
    margin-left: auto;
    margin-right: auto;
    color: var(--mainWhite);
    width: 450px;
    height: 200px;
}

.resume {
    width: 200px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
    color: var(--mainWhite);
    border: 3px solid var(--mainWhite);
    border-radius: 15px;
}

.resume:hover {
    border: 6px solid var(--mainWhite);
}

.resume:active {
    background-color: var(--mainWhite);
}

.annotationText {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 10px;
    top: 0px;
    width: 873px;
    height: 137px;
}

.continueButton {
    width: 183px;
    height: 63px;
    left: 127px;
    bottom: 150px;
    position: absolute;

    display: none;

    background-color: rgba(255, 255, 255, 0);
    border-radius: 12px;
    border: 3px solid var(--mainWhite);

    color: var(--mainWhite);
    font-family: var(--fonts_main);
    font-size: 21px;
}

.continueButton:hover {
    background-color: var(--mainWhite);
    color: red;
}

/* Hover color variations */
.continueButton.clearSafeSafety:hover {
    background-color: var(--mainWhite);
    color: var(--clearSafeSafetyColor);
}

.continueButton.clearSafeBC:hover {
    background-color: var(--mainWhite);
    color: var(--clearSafeBCColor);
}

.continueButton.trueSafeSafety:hover {
    background-color: var(--mainWhite);
    color: var(--trueSafeSafetyColor);
}

.continueButton.trueSafeBC:hover {
    background-color: var(--mainWhite);
    color: var(--trueSafeBCColor);
}

.continueButton.clearSafeClosed:hover {
    background-color: var(--mainWhite);
    color: var(--clearSafeClosedColor);
}

.figma {
    top: -62px;
    left: -153px;
    position: absolute;
}

.waitBox {
    position: absolute;
    height: 101px;
    width: 334px;
    bottom: 105px;
    left: 20px;
}

.exclamationPoint {
    position: absolute;

    height: 54px;
    width: 54px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--icon_ExclamationPointImage);
}

.waitText {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 259px;
    height: 101px;

    color: var(--mainWhite);
    font-family: var(--fonts_main);
    font-size: 21px;
}

.selectedButton {
    background-color: var(--selectedButtonColor);
}

.fade-in {
    opacity: 0;
    animation: fadeIn .5s ease-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.invisible {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 1490px;
    height: 1280px;
    display: none;
}

.isoNumber {
    left: 29px;
    top: 100px;
    position: absolute;
}

.small {
    font-size: 10;
}