.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-bakeoven-1.svg');
}

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

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

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

@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){
    top: 11.5rem;
    left: 11rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(2){
    top: 0.5rem;
    left: 28rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(3){
    top: 5rem;
    left: 29rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(4){
    top: 5rem;
    left: 43rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(5){
    top: 11.2rem;
    left: 38.5rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

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

.label-grid:nth-child(7){
    top: 19.5rem;
    left: 60rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

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

.label-grid:nth-child(9){
    top: 13rem;
    right: 1rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(10){
    top: 9.5rem;
    right: 8rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.label-grid:nth-child(11){
    top: 11.5rem;
    right: 13rem;
    font-size: 0.6rem;
    padding: 0rem 0.3rem;
}

.card-nilai{
    position: absolute;
    bottom: 0rem;
    left: 32rem;
    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-nilai-ex{
    position: absolute;
    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: #4CAF50;
    border-bottom: 1px solid #000000;
}

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

.card-nilai-ex:nth-child(12){
    top: 17rem;
    right: 14rem;
}

.card-nilai-ex:nth-child(13){
    top: 17rem;
    right: 6.5rem;
}

.card-nilai-ex:nth-child(14){
    top: 5rem;
    right: 15rem;
}

.card-nilai-ex:nth-child(15){
    top: -13.5rem;
    left: 23rem;
}

.card-nilai-ex:nth-child(16){
    top: -13.5rem;
    left: 40rem;
}

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

.card-module-troll{
    position: absolute;
    top: 4rem;
    left: 51rem;
    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;
}

.flame{
    position: absolute;
    width: 6rem;
    top: 9.6rem;
    right: 22.7rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    content: url('../tools/flame.svg');
    display: none;
}

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

.tuas_bo{
    position: absolute;
    top: 16.6rem;
    right: 26.2rem;
    width: 5.5rem;
    content: url('../tools/tuas_bo_on.svg');
    display: none;
}

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

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

.bo-maintenance-pl{
    position: absolute;
    top: 16.6rem;
    right: 21.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; }
}

.roda-motor-1{
    position: absolute;
    width: 1.7rem;
    top: 12.4rem;
    right: 9.8rem;
    /* 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: 1rem;
    top: 15rem;
    right: 10.2rem;
    /* 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');
}

.roda1-motor-1{
    position: absolute;
    width: 1.2rem;
    top: 13.5rem;
    right: 12.9rem;
    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');
}


.roda1-motor-2{
    position: absolute;
    width: 0.8rem;
    top: 15.3rem;
    right: 13.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-2.svg');
}


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

.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: 23rem;
    top: -15rem;
}

.card-nilai-ex-kur:nth-child(2){
    right: 10rem;
    top: 18rem;
}

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

.card-nilai-ex-kur:nth-child(4){
    left: 51rem;
    top: -15rem;
}