.card-layout {
    width: 100%;
    height: 68vh !important;
}

@media screen and (height: 1080px) {
    .card-layout {
        height: 72.5vh !important;
    }
}

.main-layout {
    width: 100%;
    height: 100%;
    position: relative;
}

.room-1{
    position: absolute;
    left: 5%;
    width: 92%;
    content: url('../tools/room-dryoven-1.svg');
}

.room-2{
    position: absolute;
    width: 85%;
    top: 8rem;
    left: 6rem;
    content: url('../tools/room-dryoven-2.svg');
}

.room-3{
    position: absolute;
    width: 61%;
    top: 17rem;
    right: 1rem;
    content: url('../tools/room-dryoven-3.svg');
}

.main-label{
    position: absolute;
    top: 16rem;
    width: 100%;
    height: 22rem;
}

@media screen and (height: 1080px) {
    .room-1{
        top: 4rem;
    }

    .room-2{
        top: 12rem;
    }

    .room-3{
        top: 21rem;
    }

    .main-label{
        top: 20rem;
    }
}

.gird-label{
    position: relative;
    width: 100%;
    height: 100%;
}

.label-grid{
    position: absolute;
    background: #B7B7B7;
    border: 1px solid #000000;
    text-align: center;
    padding: 0.2rem;
    color: #000000;
}

.label-grid:nth-child(1){
    width: 8rem;
    top: 9rem;
    font-size: 0.7rem;
}

.label-grid:nth-child(2){
    width: 8rem;
    top: 15rem;
    font-size: 0.7rem;
}

.label-grid:nth-child(3){
    top: 0.5rem;
    right: 21rem;
    font-size: 0.7rem;
}

.label-grid:nth-child(4){
    top: 4.5rem;
    left: 48.5rem;
    font-size: 0.7rem;
}

.label-grid:nth-child(5){
    top: 4.5rem;
    left: 63rem;
    font-size: 0.7rem;
}

.label-grid:nth-child(6){
    top: 11.8rem;
    left: 53.5rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(7){
    top: 12rem;
    right: 2.5rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(8){
    top: 16rem;
    left: 49rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(9){
    top: 21rem;
    left: 41rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.flame{
    position: absolute;
    width: 6rem;
    top: 10rem;
    left: 24rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    transform: rotate(-90deg);
    content: url('../tools/flame.svg');
    display: none;
}

.flame[data-status=st1]{
    display: block;
}

.card-nilai{
    position: absolute;
    top: 4rem;
    left: 34rem;
    width: 8rem;
    height: auto;
    background: #E6E6E6;
    border: 1px solid #000000;
    padding: 0.2rem;
}

.box-st-nilai{
    width: 0.9rem;
    height: 0.9rem;
    background: #B7B7B7;
    border: 1px solid #000000;
}

.name-nilai-card{
    color: #000000;
    font-size: 0.6rem;
    margin: 0rem;
    width: 4rem;
}

.real-nial-card{
    color: #000000;
    font-size: 0.6rem;
    margin: 0rem;
    white-space: nowrap;
}

.card-module-troll{
    position: absolute;
    top: 4rem;
    left: 42.2rem;
    width: 6rem;
    height: auto;
    background: #E6E6E6;
    border: 1px solid #000000;
}

.card-module-troll .header{
    width: 100%;
    padding: 0.2rem;
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
    background: #787878;
    border-bottom: 1px solid #000000;
}

.card-module-troll .body{
    width: 100%;
    height: auto;
    padding: 0.2rem;
}

.name-troll-card{
    color: #000000;
    font-size: 0.6rem;
    margin: 0rem;
    width: auto;
}

.card-nilai-ex{
    position: absolute;
    top: -15.5rem;
    left: 18rem;
    width: 7rem;
    height: auto;
    background: #E6E6E6;
    border: 1px solid #000000;
}

.card-nilai-ex .header{
    width: 100%;
    padding: 0.2rem;
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
    background: #787878;
    border-bottom: 1px solid #000000;
}

.card-nilai-ex .body{
    width: 100%;
    height: auto;
    padding: 0.2rem;
}

.motor-2{
    position: absolute;
    width: 4rem;
    top: 10.3rem;
    left: 11.5rem;
    content: url('../tools/motor2-oven.svg');
}

.roda-motor-1{
    position: absolute;
    width: 2rem;
    top: 11.6rem;
    left: 12.1rem;
    /* animation-name: rodaberputar;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none; */
    content: url('../tools/roda-motor-1.svg');
}


.roda-motor-2{
    position: absolute;
    width: 1.2rem;
    top: 14.5rem;
    left: 12.6rem;
    /* animation-name: rodaberputar;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none; */
    content: url('../tools/roda-motor-2.svg');
}


@keyframes rodaberputar {	
    0% {
        transform:rotate(0);
    }
    100% {
        transform:rotate(360deg);
    }
}

.tuas_do{
    position: absolute;
    top: 7.6rem;
    left: 31.6rem;
    width: 2.1rem;
    content: url('../tools/tuas_do_on.svg');
    display: none;
}

.tuas_do[data-status=st1],
.do-maintenance-pl[data-status=st1]{
    display: block;
}

.tuas_do[data-status=st0]{
    content: url('../tools/tuas_do.svg');
    display: block;
    -webkit-animation: bling_img 0.6s infinite alternate;
	animation: bling_img 0.6s infinite alternate;
}

.do-maintenance-pl{
    position: absolute;
    top: 18.9rem;
    left: 31.2rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #ED1C24;
    border: 1px solid #000000;
    -webkit-animation: bling_img 0.6s infinite alternate;
	animation: bling_img 0.6s infinite alternate;
    display: none;
}

/* Animasi Blink */
@-webkit-keyframes bling_img {
	0% { opacity: 1; }
	100% { opacity: 0.5; }
}
@keyframes bling_img {
	0% { opacity: 1; }
	100% { opacity: 0.5; }
}

.card-nilai-ex-kur{
    position: absolute;
    /* top: -15.5rem; */
    /* left: 18rem; */
    width: 7rem;
    height: auto;
    background: #E6E6E6;
    border: 1px solid #000000;
}

.card-nilai-ex-kur .header{
    width: 100%;
    padding: 0.2rem;
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
    background: #787878;
    border-bottom: 1px solid #000000;
}

.card-nilai-ex-kur .body{
    width: 100%;
    height: auto;
    padding: 0.2rem;
}

.card-nilai-ex-kur:nth-child(1){
    left: 17rem;
    top: 17rem;
}

.card-nilai-ex-kur:nth-child(2){
    left: 50rem;
    top: -7rem;
}