html {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* #simscreen {
    position: relative;
    left: 0px;
    top: 0px;
    height: 420px;
    width: 628px;
    border: solid 1px;
} */

#simscreen {
    position: relative;
    width: 100%;
}

#copyright {
    position: absolute;
    left: 250px;
    color: #fff;
    top: 580px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}

.title {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    background-color: black;
    font-family: verdana;
    color: White;
    text-transform: uppercase;
}

.title2 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 36px;
    height: 40px;
    /* text-align:center; */
    /* background-color: black; */
    font-family: verdana;
    color: White;
    height: 75%;
    text-transform: uppercase;
    opacity: 1;
}

.title h3 {
    padding-top: 2px;
    margin: 0px;
    display: none;

}

.title2 h3 {
    padding-top: 2px;
    font-size: 15px;
    /* margin:0px; */
    margin-left: 40px;

}

#ftfmotion {
    font-size: 12px;
    position: relative;
    color: #000;
    top: 1px;
    left: -39px;
    z-index: 101;
    background-color: #fff;
    width: 99%;
    height: 7%;
}

#question-div {
    position: absolute;
    left: 300px;
    top: 350px;
    width: 300px;
    height: 120px;
    border: solid 1px gray;
    background-color: gray;
    filter: alpha(opacity=55);
    color: white;
    visibility: hidden;
}

#start {
    /* position: absolute; 
  top: 180px; 
  left: 25px;  */
    /* position: relative; */
    /* top: 140px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: x-large;
    text-align: center;
    vertical-align: middle;

    word-wrap: break-word;
    margin-top: 200px;

}

.table-container {
    /* display: flex; */
    /* justify-content: space-between; */
    /* Distribute space between tables */
    align-items: flex-start;
    /* Align tables at the top */
    margin-bottom: 10px;
    /* Add space between tables */
    /* background-color: red; */
    position: relative;
    top: 33px;
}


#evaluatePart {
    position: absolute;
    top: 34px;
    width: 96.5%;
    left: 2%;
   
}

#evalBtn {
    position: absolute;
    left: 126%;
    top: -2px;
    width: 100px;
    margin-top: 1px;
    margin-left: -60px;
    display: block;
}

#clearEvaluationReadings {
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    font-weight: bold;
    z-index: 1;
}

.table-container table {
    font-size: 12px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    /* Collapse borders between cells */
    width: auto;
    /* Adjust width of tables */
    background-color: #69b4b4;
    margin-bottom: 70px;

}

.spacer {
    height: 10px;
}

#addNaOH {
    padding: 4px;
    border-radius: 0.5rem;
    background-image: linear-gradient(to bottom, var(--clr-side-background2), var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

#goBackButton {
    padding: 4px;
    border-radius: 0.5rem;
    background-image: linear-gradient(to bottom, var(--clr-side-background2), var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

#restart {
    padding: 4px;
    border-radius: 0.5rem;
    background-image: linear-gradient(to bottom, var(--clr-side-background2), var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

/* #addReading{
    padding: 4px;
    border-radius: 0.5rem;
    background-image: linear-gradient(to bottom, var(--clr-side-background2), var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
} */
#msg2 {

    height: 160px;
    width: 180px;
}

.units {
    font-size: 14px;
    color: #1981e2;
}

@keyframes tankFilling {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 750px 0px;
    }
}

@-webkit-keyframes tankFilling {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 750px 0px;
    }
}

@keyframes moveTubeA1 {
    0% {
        left: 520px;
        top: 250px;
    }

    50% {
        left: 320px;
        top: 150px;
    }

    100% {
        left: 320px;
        top: 280px;
    }
}

@-webkit-keyframes moveTubeA1 {
    0% {
        left: 520px;
        top: 250px;
    }

    50% {
        left: 315px;
        top: 150px;
    }

    100% {
        left: 315px;
        top: 280px;
    }
}

@keyframes moveTubeA2 {
    0% {
        left: 320px;
        top: 280px;
    }

    100% {
        left: 200px;
        top: 5px;
    }
}

@-webkit-keyframes moveTubeA2 {
    0% {
        left: 320px;
        top: 280px;
    }

    100% {
        left: 200px;
        top: 5px;
    }
}

@keyframes moveTubeB {
    0% {
        left: 662.5px;
        top: 250px;
    }

    100% {
        left: 200px;
        top: 5px;
    }
}

@-webkit-keyframes moveTubeB {
    0% {
        left: 662.5px;
        top: 250px;
    }

    100% {
        left: 200px;
        top: 5px;
    }
}

@keyframes rotateTubeB {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes rotateTubeB {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes rotateRodHori {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(180deg);
    }
}

@keyframes rotateRodHori {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(180deg);
    }
}

@keyframes blinkBorder {
    0% {
        border-color: rgb(8, 195, 185);
        box-shadow: 0 0 1px 1px rgb(8, 195, 185);
    }

    50% {
        border-color: transparent;
        box-shadow: 0 0 1px 1px transparent;
    }

    100% {
        border-color: rgb(8, 195, 185);
        box-shadow: 0 0 1px 1px rgb(8, 195, 185);
    }
}

.blinking-border {
    border: 1px solid rgb(8, 195, 185);
    ;
    animation: blinkBorder 1s infinite;
    padding: 2px;
}

@keyframes blinkBorder1 {
    0% {
        border-color: rgb(8, 195, 185);
        box-shadow: 0 0 2px 2px rgb(8, 195, 185);
    }

    50% {
        border-color: transparent;
        box-shadow: 0 0 2px 2px transparent;
    }

    100% {
        border-color: rgb(8, 195, 185);
        box-shadow: 0 0 2px 2px rgb(8, 195, 185);
    }
}

.blinking-border1 {
    border: 2px solid;
    border-color: rgb(8, 195, 185);
    border-radius: 3px;
    animation: blinkBorder 1s infinite;
    position: absolute;
    top: 490px;
    left: 606px;
    width: 135px;
    height: 30px;
}

.table-container th,
.table-container td {
    /* border: 3px solid black; */
    /* padding: 8px;  */
    background-color: #269494;


}

.table-container td {
    color: #fff;
    font-size: 12px;
}

.table-container th {
    background: hsl(180deg 80.99% 78.58%);
    color: #000;
    font-size: 11px;
}

#configResultTable th {
    /* border: 3px solid black; */
    /* padding: 8px; */
    color: #000;
}

#configResultTable td {
    color: #fff;
}

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

    /* Apply responsive styles for screens smaller than 600px */
    .table-container {
        flex-direction: column;
        /* Stack tables vertically on smaller screens */
    }

    .table-container table {
        width: 100%;
        /* Full width for tables on smaller screens */
        margin-bottom: 10px;
        /* Add space between tables */
    }

    th {
        font-size: 9px;
    }
}







#experimentID {
    position: relative;
    left: -80px;
    width: 100%;
    /* vertical-align: middle; */
}

/* .responsive-img{
    position: absolute; 
    top: 370px; 
    left: 240px; 
    width: 130px; 
    height: 80px;
} */

.responsive-img {
    position: absolute;
    top: 370px;
    left: 240px;
    width: 130px;
    height: 80px;
}



#landingPageButton {
    /* position: absolute; 
    top: 260px; 
    left: 500px;  */
    display: block;
    color: #000;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-container2 {
    position: relative;
    max-width: 100%;
   
}

/* Example of responsive styling for the images */




.action-button {
    font-size: 1.3rem;
    padding: 8px;
    border-radius: 0.5rem;

    background-image: linear-gradient(to bottom,
            var(--clr-side-background2),
            var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.action-button {
    width: 70%;
    max-width: 250px;
    height: 30px;
    margin-bottom: 26px;
    animation: buttonScale 0.5s ease-in-out infinite;
    height: 37px;
    margin-top: -11px;
}

#experiButton {
    font-size: 1.3rem;
    padding: 4px;
    border-radius: 0.5rem;

    background-image: linear-gradient(to bottom,
            var(--clr-side-background2),
            var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

#obserButton {
    font-size: 1.3rem;
    padding: 4px;
    border-radius: 0.5rem;

    background-image: linear-gradient(to bottom,
            var(--clr-side-background2),
            var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}
#clearEvaluationReadings{
    font-size: 1.3rem;
    padding: 6px;
    border-radius: 0.5rem;

    background-image: linear-gradient(to bottom,
            var(--clr-side-background2),
            var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

#addtoTableButton {
    font-size: 1.3rem;
    padding: 4px;
    border-radius: 0.5rem;

    background-image: linear-gradient(to bottom,
            var(--clr-side-background2),
            var(--clr-side-background3));
    color: var(--clr-text-clr);
    border: none;
    cursor: pointer;
    margin-top: 0px;
}

#demoOne {
    position: absolute;
    visibility: hidden;
    top: 30px;
    left: 20px;
    width: 94%;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    max-width: 100%;
    overflow-y: hidden;

}

#demoTwo {
    position: absolute;
    visibility: hidden;
    top: 70px;
    left: 20px;
    width: 90%;
    color: #000;
    font-style: italic;
}

.simsubscreen {
    position: absolute;
    left: 0px;
    top: 32px;
    height: 540px;
    width: 100%;
    /* background-color: #000; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* overflow-x: auto; */
    overflow-x: hidden;
    overflow-y: auto;


}




.simsubscreen ul li {
    margin-bottom: 0px;


}

.incanvas {
    margin: 5px 0 0 5px;
    padding: 0;
}

#nextButton {
    position: absolute;
    left: 750px;
    top: 530px;
    cursor: pointer;
}

#nextButton1 {
    position: absolute;
    left: 750px;
    top: 530px;
    cursor: pointer;
}

#prevButton {
    position: absolute;
    left: 0px;
    top: 532px;
    cursor: pointer;
}

.steptext {
    display: inline;
}

.steptext-6 {
    display: inline;
}

.steptext-2 {
    display: inline;
}

.circlebg {
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #000
}



/* -------------------------------------- water ---------------------------------------- */


/* Chrome, Safari, Opera */

@-webkit-keyframes water-4 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(0, -20px);
    }
}


/* Standard syntax */

@keyframes water-4 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -20px);
    }
}

@-webkit-keyframes water-5 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(0, -35px);
    }
}


/* Standard syntax */

@keyframes water-5 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -35px);
    }
}


/* -------------------------------------- constant speed arrow ---------------------------------------- */


/* Chrome, Safari, Opera */

@-webkit-keyframes arrow-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-50deg);
    }
}


/* Standard syntax */

@keyframes arrow-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-50deg);
    }
}


/* -------------------------------------- constant speed arrow 2 ---------------------------------------- */


/* Chrome, Safari, Opera */

@-webkit-keyframes arrow-11 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(70deg);
    }
}


/* Standard syntax */

@keyframes arrow-11 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(70deg);
    }
}


/* -------------------------------------- ---------------------------------------- */


/* Chrome, Safari, Opera */

@-webkit-keyframes valveturn-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-20deg);
    }
}


/* Standard syntax */

@keyframes valveturn-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}


/* Chrome, Safari, Opera */

@-webkit-keyframes valveturn-4 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-20deg);
    }
}


/* Standard syntax */

@keyframes valveturn-4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@-webkit-keyframes valveturn-5 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes valveturn-5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(10deg);
    }
}


/* Standard syntax */

@keyframes water0 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -100px);
    }
}


/* Standard syntax */

@keyframes water0 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -100px);
    }
}


/* LINES : angle of attack */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*-----------------------------------------hook gauge----------------------- */


/* Chrome, Safari, Opera */

@-webkit-keyframes myhook-1 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -15px);
    }

    100% {
        -webkit-transform: translate(0, 8px);
    }
}


/* Standard syntax */

@keyframes myhook-1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -15px);
    }

    100% {
        transform: translate(0, 8px);
    }
}

@-webkit-keyframes myhook-2 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -50px);
    }

    100% {
        -webkit-transform: translate(0, -15px);
    }
}


/* Standard syntax */

@keyframes myhook-2 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -50px);
    }

    100% {
        transform: translate(0, -15px);
    }
}


/*-----------------------------------------blink----------------------- */


/*ADDED  */

.KMLeftFluid1 {
    animation: KMLeftFluid1 2s;
}

@keyframes KMLeftFluid1 {
    0% {
        top: 222px;
        left: 332px;
        width: 14px;
        height: 37px;
    }

    100% {
        top: 215.6px;
        left: 332px;
        width: 14px;
        height: 43.4px;
    }
}

.KMLeftFluid2 {
    animation: KMLeftFluid2 2s;
}

@keyframes KMLeftFluid2 {
    0% {
        top: 215.6px;
        left: 332px;
        width: 14px;
        height: 43.4px;
    }

    100% {
        top: 209.2px;
        left: 332px;
        width: 14px;
        height: 49.8px;
    }
}

.KMLeftFluid3 {
    animation: KMLeftFluid3 2s;
}

@keyframes KMLeftFluid3 {
    0% {
        top: 209.2px;
        left: 332px;
        width: 14px;
        height: 49.8px;
    }

    100% {
        top: 202.8px;
        left: 332px;
        width: 14px;
        height: 56.2px;
    }
}

.KMLeftFluid4 {
    animation: KMLeftFluid4 2s;
}

@keyframes KMLeftFluid4 {
    0% {
        top: 202.8px;
        left: 332px;
        width: 14px;
        height: 56.2px;
    }

    100% {
        top: 196.4px;
        left: 332px;
        width: 14px;
        height: 62.6px;
    }
}

.KMLeftFluid5 {
    animation: KMLeftFluid5 2s;
}

@keyframes KMLeftFluid5 {
    0% {
        top: 196.4px;
        left: 332px;
        width: 14px;
        height: 62.6px;
    }

    100% {
        top: 190px;
        left: 332px;
        width: 14px;
        height: 69px;
    }
}

.KMRightFluid1 {
    animation: KMRightFluid1 2s;
}

@keyframes KMRightFluid1 {
    0% {
        top: 222px;
        left: 381px;
        width: 14px;
        height: 37px;
    }

    100% {
        top: 229.2px;
        left: 381px;
        width: 14px;
        height: 29.6px;
    }
}

.KMRightFluid2 {
    animation: KMRightFluid2 2s;
}

@keyframes KMRightFluid2 {
    0% {
        top: 229.2px;
        left: 381px;
        width: 14px;
        height: 29.6px;
    }

    100% {
        top: 236.4px;
        left: 381px;
        width: 14px;
        height: 22.2px;
    }
}

.KMRightFluid3 {
    animation: KMRightFluid3 2s;
}

@keyframes KMRightFluid3 {
    0% {
        top: 236.4px;
        left: 381px;
        width: 14px;
        height: 22.2px;
    }

    100% {
        top: 243.6px;
        left: 381px;
        width: 14px;
        height: 14.8px;
    }
}

.KMRightFluid4 {
    animation: KMRightFluid4 2s;
}

@keyframes KMRightFluid4 {
    0% {
        top: 243.6px;
        left: 381px;
        width: 14px;
        height: 14.8px;
    }

    100% {
        top: 250.8px;
        left: 381px;
        width: 14px;
        height: 7.4px;
    }
}

.KMRightFluid5 {
    animation: KMRightFluid5 2s;
}

@keyframes KMRightFluid5 {
    0% {
        top: 250.8px;
        left: 381px;
        width: 14px;
        height: 7.4px;
    }

    100% {
        top: 258px;
        left: 381px;
        width: 14px;
        height: 0px;
    }
}

.movePin1 {
    animation: movePin1 2s;
}

@keyframes movePin1 {
    0% {
        top: 259px;
    }

    100% {
        top: 245px;
    }
}

.movePin2 {
    animation: movePin2 2s;
}

@keyframes movePin2 {
    0% {
        top: 245px;
    }

    100% {
        top: 231px;
    }
}

.movePin3 {
    animation: movePin3 2s;
}

@keyframes movePin3 {
    0% {
        top: 231px;
    }

    100% {
        top: 217px;
    }
}

.movePin4 {
    animation: movePin4 2s;
}

@keyframes movePin4 {
    0% {
        top: 217px;
    }

    100% {
        top: 203px;
    }
}

.movePin5 {
    animation: movePin5 2s;
}

@keyframes movePin5 {
    0% {
        top: 203px;
    }

    100% {
        top: 189px;
    }
}

.rotateGatewall {
    animation: rotateGatewallll 3s infinite linear;
}

@keyframes rotateGatewallll {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}



th {
    background: lightblue;
    color: #000;
}

tbody {
    display: block;
    /* height: auto; */
    max-height: 400px;
    overflow: auto;
}

thead,
tbody tr {
    display: table;
    /*This can be removed.*/
    width: 100%;
    table-layout: fixed;
    /* even columns width , fix width of table too*/
}


/*                 SHINING                  */

.content-shine {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 48px; */
    color: #ffffff;
    background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;

}

@keyframes shine {
    0% {
        background-position: 0
    }

    100% {
        background-position: 500px
    }
}


/* Step5 p tag */

.step5p {
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    font-family: Hack, sans-serif;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000, #fff, #000);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine2 3s linear infinite;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes shine2 {
    0% {
        background-position-x: -500%;
    }

    100% {
        background-position-x: 500%;
    }
}

.fontColorChange {
    color: rgb(7, 177, 12);
}



.class1,
.class2,
.class3,
.class4,
.class5 {
    color: #1981e2;
    font-style: italic;
}

.unit {
    color: #1981e2;
    font-style: italic;
}



.grid-item {
    text-align: center;
}

th,
td {
    width: 50%;
    /* Ensures both th and td have the same width */
    border: 1px solid beige;
    padding: 0.7rem;
    font-size: 15px;
    text-align: center;
}

th {
    background-color: lightgrey;
}

thead tr {
    background-color: grey;
}