.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;
    top: 1rem;
    left: 2.5%;
    width: 95%;
    content: url('../tools/room-mezzane.svg');
}

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

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

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

.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 div{
    width: auto;
    height: auto;
    position: relative;
}

.label-grid div::before{
    position: absolute;
    content: '';
    border: 3px solid #B7B7B7;
    background: #aeaeae75;
}

.label-grid:nth-child(2){
    top: 6rem;
    left: 25.4rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(3){
    top: 11rem;
    left: 61rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(4){
    top: 24.7rem;
    left: 27.5rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(5){
    top: 29.1rem;
    left: 27.5rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(2) div::before,
.label-grid:nth-child(3) div::before,
.label-grid:nth-child(4) div::before,
.label-grid:nth-child(5) div::before{
    top: -1.5rem;
    left: -2.4rem;
    width: 2rem;
    height: 4rem;
}

.label-grid:nth-child(6){
    top: 0rem;
    left: 11.3rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(7){
    top: 16.8rem;
    left: 11.3rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(8){
    top: 5.7rem;
    left: 3rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(9){
    top: 22.6rem;
    left: 7rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(10){
    top: 1.2rem;
    left: 3rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(11){
    top: 18rem;
    left: 3rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.3rem;
}

.label-grid:nth-child(10) div::before,
.label-grid:nth-child(11) div::before{
    top: -3px;
    right: -28px;
    width: 1.5rem;
    height: 2rem;
    border: 2px solid #000000;
    background: #D9D9D9;
}

.label-grid:nth-child(10) div::after,
.label-grid:nth-child(11) div::after{
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #000000;
    background: #4CAF50;
    right: -24px;
    top: 5px;
}

.label-grid[data-status=st1] div::after{
    background: #D00E13;
}

.label-box{
    position: absolute;
    width: 1rem;
    height: 2rem;
    background: #D9D9D9;
    border: 1px solid #000000;
}

.box-action{
    width: 100%;
    height: 50%;
    background: transparent;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-action div{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #717171;
    font-size: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.label-box[data-status=st1] .box-action:nth-child(1) div{
    background: #4CAF50;
}

.label-box[data-status=st2] .box-action:nth-child(1) div{
    background: #FE0000;
    -webkit-animation: alarm 0.6s infinite alternate;
	animation: alarm 0.6s infinite alternate;
}

.label-box[data-status=st3] .box-action:nth-child(2) div{
    background: #FE0000;
    -webkit-animation: alarm 0.6s infinite alternate;
	animation: alarm 0.6s infinite alternate;
}

.label-box:nth-child(12){
    top: 32rem;
    left: 26rem;
}

.label-name-rel{
    position: absolute;
    background: #4CAF50;
    border: 1px solid #000000;
    text-align: center;
    padding: 0rem 0.2rem;
    color: #000000;
    font-size: 0.6rem;
    font-weight: bold;
}

.main-real:nth-child(1) .action-rel .label-name-rel,
.main-real:nth-child(3) .action-rel .label-name-rel{
    top: 1rem;
    left: 25.5rem;
}

.main-real:nth-child(2) .action-rel .label-name-rel,
.main-real:nth-child(4) .action-rel .label-name-rel{
    top: 21.5rem;
    left: 28rem;
}

.rel{
    position: relative;
    width: 100%;
    height: 100%;
}

.main-real{
    position: absolute;
    width: 100%;
    height: 100%;
}

.action-rel{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.rel .main-real[data-status=st1] .action-rel{
    display: block;
}

.rel-run{
    position: absolute;
    transform-style: preserve-3d;
	transform-origin: bottom;
}

.rel-run::after {
	content: '';
	display: flex;
	width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 0%, transparent 70%, #787676 70%, #787676 100%);
	background-size: 1rem 100%;
	animation: animate-road linear 1s infinite;
}

@keyframes animate-road {
	from {
		background-position: 0;
	}
	
	to {
		background-position: 50px;
	}
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(3){
    top: 3.7rem;
    left: 6.5rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(3)::after{
    animation-direction: reverse;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(4){
    top: 5.5rem;
    left: 5.8rem;
    width: 3rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(4)::after{
    animation-direction: reverse;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(5){
    top: 8rem;
    left: 6.5rem;
    width: 15rem;
    height: 0.9rem;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(6){
    top: 6.1rem;
    right: 5rem;
    width: 15rem;
    height: 0.9rem;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(7){
    top: 8.2rem;
    right: 3.1rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(7)::after{
    animation-direction: reverse;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(8){
    top: 11.4rem;
    right: 4.7rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(8)::after{
    animation-direction: reverse;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(9){
    top: 15.7rem;
    right: 35.8rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(9)::after{
    animation-direction: reverse;
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(10){
    top: 13rem;
    right: 48rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(1) .action-rel .rel-run:nth-child(11){
    top: 11.7rem;
    right: 38.5rem;
    width: 11rem;
    height: 1rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(3){
    top: 3.7rem;
    left: 6.5rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(4){
    top: 5.5rem;
    left: 5.8rem;
    width: 3rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(5){
    top: 8rem;
    left: 6.5rem;
    width: 15rem;
    height: 0.9rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(6){
    top: 6.1rem;
    right: 5rem;
    width: 15rem;
    height: 0.9rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(5)::after,
.main-real:nth-child(3) .action-rel .rel-run:nth-child(6)::after{
    animation-direction: reverse;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(7){
    top: 8.2rem;
    right: 3.1rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(8){
    top: 11.4rem;
    right: 4.7rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(9){
    top: 15.7rem;
    right: 35.8rem;
    width: 15rem;
    height: 1rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(10){
    top: 13rem;
    right: 48rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(11){
    top: 11.7rem;
    right: 38.5rem;
    width: 11rem;
    height: 1rem;
}

.main-real:nth-child(3) .action-rel .rel-run:nth-child(10)::after,
.main-real:nth-child(3) .action-rel .rel-run:nth-child(11)::after{
    animation-direction: reverse;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(3){
    top: 20.6rem;
    left: 9.5rem;
    width: 16.5rem;
    height: 1rem;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(4){
    top: 22.5rem;
    left: 8.8rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(5){
    top: 25rem;
    left: 9.5rem;
    width: 63.5rem;
    height: 1rem;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(5)::after{
    animation-direction: reverse;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(6){
    top: 26.6rem;
    right: 14.4rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(7){
    top: 29.3rem;
    left: 9.5rem;
    width: 63.5rem;
    height: 1rem;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(8){
    top: 31.5rem;
    left: 8.7rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(9){
    top: 34.4rem;
    left: 9.5rem;
    width: 18rem;
    height: 1rem;
}

.main-real:nth-child(4) .action-rel .rel-run:nth-child(9)::after{
    animation-direction: reverse;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(3){
    top: 20.6rem;
    left: 9.5rem;
    width: 16.5rem;
    height: 1rem;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(4){
    top: 22.5rem;
    left: 8.8rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(3)::after,
.main-real:nth-child(2) .action-rel .rel-run:nth-child(4)::after{
    animation-direction: reverse;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(5){
    top: 25rem;
    left: 9.5rem;
    width: 63.5rem;
    height: 1rem;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(6){
    top: 26.6rem;
    right: 14.4rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(7){
    top: 29.3rem;
    left: 9.5rem;
    width: 63.5rem;
    height: 1rem;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(8){
    top: 31.5rem;
    left: 8.7rem;
    width: 3.5rem;
    height: 1rem;
    transform:rotate(270deg);
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(6)::after,
.main-real:nth-child(2) .action-rel .rel-run:nth-child(7)::after,
.main-real:nth-child(2) .action-rel .rel-run:nth-child(8)::after{
    animation-direction: reverse;
}

.main-real:nth-child(2) .action-rel .rel-run:nth-child(9){
    top: 34.4rem;
    left: 9.5rem;
    width: 18rem;
    height: 1rem;
}

.icon-rel-atas{
    position: absolute;
    content: url('../tools/rel-mezzane-1.svg');
    width: 78.6rem;
    top: 3.5rem;
    left: 6rem;
}

.panah{
    position: absolute;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(12){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 3.3rem;
    left: 12rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(13){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 7.5rem;
    left: 12rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(14){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 5.6rem;
    right: 12rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(15){
    content: url('../tools/panah-b.svg');
    width: 2rem;
    top: 8rem;
    right: 4.4rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(16){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 11rem;
    right: 12rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(17){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 15.3rem;
    right: 43rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(18){
    content: url('../tools/panah-a.svg');
    width: 2rem;
    top: 12.5rem;
    right: 49.2rem;
}

.main-real:nth-child(1) .action-rel .panah:nth-child(19){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 11.3rem;
    right: 43rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(12){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 3.3rem;
    left: 12rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(13){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 7.5rem;
    left: 12rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(14){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 5.6rem;
    right: 12rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(15){
    content: url('../tools/panah-b.svg');
    width: 2rem;
    top: 8rem;
    right: 4.4rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(16){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 11rem;
    right: 12rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(17){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 15.3rem;
    right: 43rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(18){
    content: url('../tools/panah-a.svg');
    width: 2rem;
    top: 12.5rem;
    right: 49.2rem;
}

.main-real:nth-child(3) .action-rel .panah:nth-child(19){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 11.3rem;
    right: 43rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(10){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 20.1rem;
    left: 17rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(11){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 24.5rem;
    left: 17rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(12){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 24.5rem;
    left: 36.5rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(13){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 24.5rem;
    left: 67.5rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(14){
    content: url('../tools/panah-a.svg');
    width: 1.5rem;
    top: 26.5rem;
    left: 71.9rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(15){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 28.8rem;
    left: 67.5rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(16){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 28.8rem;
    left: 36.5rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(17){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 28.8rem;
    left: 17rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(18){
    content: url('../tools/panah-a.svg');
    width: 1.5rem;
    top: 31rem;
    left: 9.2rem;
}

.main-real:nth-child(4) .action-rel .panah:nth-child(19){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 34rem;
    left: 17rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(10){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 20.1rem;
    left: 17rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(11){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 24.5rem;
    left: 17rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(12){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 24.5rem;
    left: 36.5rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(13){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 24.5rem;
    left: 67.5rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(14){
    content: url('../tools/panah-b.svg');
    width: 1.5rem;
    top: 26.5rem;
    left: 71.9rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(15){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 28.8rem;
    left: 67.5rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(16){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 28.8rem;
    left: 36.5rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(17){
    content: url('../tools/panah-l.svg');
    width: 2rem;
    top: 28.8rem;
    left: 17rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(18){
    content: url('../tools/panah-b.svg');
    width: 1.5rem;
    top: 31rem;
    left: 9.2rem;
}

.main-real:nth-child(2) .action-rel .panah:nth-child(19){
    content: url('../tools/panah-r.svg');
    width: 2rem;
    top: 34rem;
    left: 17rem;
}


.icon-rel-bawah{
    position: absolute;
    content: url('../tools/rel-mezzane-2.svg');
    width: 64.2rem;
    top: 20.3rem;
    left: 9.2rem;
}

.atap{
    position: absolute;
}

.atap:nth-child(5){
    top: 5.5rem;
    left: 16.1rem;
    width: 9.5rem;
    height: 4rem;
    background: #D9D9D9;
    clip-path: polygon(30% 44%, 74% 0, 100% 0, 100% 55%, 81% 55%, 40% 100%, 0 100%, 0 45%);
}

.atap:nth-child(6){
    top: 2.5rem;
    left: 25.5rem;
    width: 44rem;
    height: 7rem;
    border: 1px solid #000000;
    background: linear-gradient(to right, #AEAEAE 95%, #000000 5%);
    background-size: 30% 100%;
}

.atap:nth-child(6)::after {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, transparent 96%, #000000 6%);
    background-size: 6% 100%;
}

.atap:nth-child(7){
    top: 2.5rem;
    left: 69.5rem;
    width: 16rem;
    height: 13rem;
    border: 1px solid #000000;
    background: transparent;
}

.atap:nth-child(7) div{
    width: 100%;
    height: 100%;
    background: #AEAEAE;
    opacity: 0.5;
}

.atap:nth-child(8){
    top: 9.4rem;
    left: 61rem;
    width: 8.5rem;
    height: 6.1rem;
    border: 1px solid #000000;
    background: linear-gradient(to right, #AEAEAE 95%, #000000 5%);
    background-size: 30% 100%;
}

.atap:nth-child(8)::after {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, transparent 95%, #000000 5%);
    background-size: 5% 100%;
}

.atap:nth-child(9){
    top: 10.5rem;
    left: 51rem;
    width: 10rem;
    height: 7rem;
    background: #D9D9D9;
    clip-path: polygon(10% 60%, 74% 0, 100% 0, 100% 35%, 81% 35%, 12% 100%, 0 100%, 0 60%);
}

.atap:nth-child(10){
    top: 14rem;
    left: 41rem;
    width: 10rem;
    height: 5rem;
    border: 1px solid #000000;
    background: transparent;
}

.atap:nth-child(10) div{
    width: 100%;
    height: 100%;
    background: #AEAEAE;
    opacity: 0.5;
}

.atap:nth-child(11){
    top: 27rem;
    left: 13.3rem;
    width: 10rem;
    height: 4.5rem;
    border: 1px solid #000000;
    background: transparent;
}

.atap:nth-child(11) div{
    width: 100%;
    height: 100%;
    background: #AEAEAE;
    opacity: 0.5;
}

.atap:nth-child(12){
    top: 23rem;
    left: 28rem;
    width: 47rem;
    height: 9rem;
    border: 1px solid #000000;
    background: transparent;
    display: flex;
}

.atap:nth-child(12) div:nth-child(1){
    width: 16%;
    height: 100%;
    background: linear-gradient(to right, #AEAEAE 95%, #000000 5%);
    background-size: 30% 100%;
}

.atap:nth-child(12) div:nth-child(2){
    width: 10%;
    height: 100%;
    background: #AEAEAE;
    opacity: 0.5;
}

.atap:nth-child(12) div:nth-child(3){
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, #AEAEAE 95%, #000000 5%);
    background-size: 30% 100%;
}

.atap:nth-child(12) div:nth-child(3)::after {
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, transparent 95%, #000000 5%);
    background-size: 10% 100%;
}

.atap:nth-child(12) div:nth-child(4){
    width: 17%;
    height: 100%;
    background: #AEAEAE;
    opacity: 0.5;
}

.atap:nth-child(12) div:nth-child(5){
    width: 2%;
    height: 100%;
    background: #AEAEAE;
    border-left: 0.5rem solid #000000;
}

.table-value{
    position: absolute;
    width: auto;
    height: auto;
    background: #FFFFFF;
    padding: 0.3rem;
    border: 1px solid #000000;
}

.table-value table{
    background: #FFFFFF;
}

.table-value table tr td{
    font-size: 0.6rem;
}

.table-value:nth-child(1){
    top: -0.5rem;
    left: 18rem;
}

.table-value:nth-child(2){
    top: 11.3rem;
    left: 10rem;
    padding: 0rem 2rem;
}

.table-value:nth-child(3){
    top: 16rem;
    left: 18rem;
}

.table-value:nth-child(4){
    top: 10rem;
    left: 30rem;
}

.table-value:nth-child(5){
    top: 32.5rem;
    left: 30rem;
}