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: 600px;
    width: 800px;
    border: solid 1px;
    
}

#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: 31px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    background-color: black;
    font-family: verdana;
    color: White;
    text-transform: uppercase;
}

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

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

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

#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;
}

.simsubscreen {
    position: absolute;
    left: 0px;
    top: 31px;
    height: 546px;
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:2px solid rgb(8, 195, 185);
    /* overflow-y: auto;
    overflow-x: auto; */
    
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow-y: hidden; */
    /* overflow-y: auto; */
     /* overflow-x: auto; */
}


.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;
}
.image-container {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    height: 100%; /* Adjust the height of the container as needed */
    
}

#labelImage {
    max-width: 74%; /* Ensures the image doesn't exceed its container */
    max-height: 100%; /* Ensures the image doesn't exceed its container */
}
#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);
    }
}

td{
    border:2.5px solid #efe9e9;
    padding: 0.2rem;
    color: white;
}
th {
    border:2.5px solid #efe9e9;
    padding: 0.2rem;
    color: #000;
}

th {
    /* background: hsl(180deg 80.99% 78.58%); */
    color: #000;
    background: hsla(206, 100%, 73.3%, 1);
}

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: relative; */
    /* 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;
    margin-top: 219px;
    margin-left: -27px;
    overflow: none; */
}

@keyframes shine {
    0% {
        background-position: 0
    }
    100% {
        background-position: 500px
    }
}

/* Step5 p tag */
.step5p {
    font-weight: 700;
    text-align: center;
    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: absolute; */
    font-family: verdana;
    font-size: 24px;
    color: #fff;
    /* display: flex; */
    align-items: center;
    margin-top: 234px;
    display: flex;
    justify-content: center;
}

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

.fontColorChange {
    color: rgb(7, 177, 12);
}
.popup {
    border-radius: 5px;
    background-color: black;
    color: white;
    padding: 5px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 100;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


#start{
  position: relative; 
  top: 197px; 
  left: 0px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: black; 
  font-size:x-large;
  text-align: center;
  /* width: 800px; */
}
#start1{
    position: relative; 
    top: 150px; 
    left: 0px; 
    color: white; 
    font-size:x-large;
    text-align: center;
    /* width: 800px; */
  }
#landingPageButton {
  /* position: relative; 
  top: 323px; 
  left: 397px;  */
  color: white;
  text-align: center;
  display: grid;
  margin-top: 224px;
  align-items: center;
  color: black; 
  visibility: hidden;
}
#pumptext {
  /* position: absolute;  */
  font-family:verdana; 
  font-size:27px; 
  color:black; 
  text-align: center;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  
  margin-top: 168px;
  /* top: 30px; 
  left: 150px; */
}
.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.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;
    font-size: 15px;
}


#demoOne {
  /* position: relative;  */
  visibility: hidden; 
  width: 90%; 
  color: black; 
  font-style: italic; 
  font-size: 17px;
  margin-top: 37px;
  margin-left: 30px;
  z-index: 9999;
  /* overflow-y: hidden; */
}
#demoTwo {
    position: absolute; 
    visibility: hidden; 
    top: 70px; 
    left: 35px; 
    width: 90%;
    font-style: italic; 
    color: black; 
}

.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 */
    
}

.table-container table {
    font-size: 12px;
    border: 1px solid #fff; /* Adjusted border color */
    border-collapse: collapse; /* Collapse borders between cells */
    width: 48%; /* Adjust width of tables */
    /* background-color: #69b4b4; */
    background-color: hsl(206deg 100% 73.3% / 59%);
}

.table-container th, .table-container td {
    border: 1px solid #fff; /* Adjusted border color */
    padding: 8px; /* Adjust padding as needed */
    color: black;
}

@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 */
    }
}
@media screen and (min-width: 600px) {
    #evaluatePart {
        grid-template-columns: 1fr 1fr;
    }
}

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