body{ padding:30px; }






.sidebar { background:rgba(255,255,255,.05);width:5vw;border-radius:8px; text-align: center;}
.sidebar ul { display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%; }
.sidebar ul li  { flex:1;flex-grow:1;width:100%;}
.sidebar ul li + li { border-top:1px solid rgba(255,255,255,.05); }
.sidebar ul li a { display:flex;align-items: center;justify-content: center; color:#FFF;font-size:1.7vw; height: 100%;}
.sidebar ul li.active a { background:url(../active.svg) left center no-repeat;background-size:.5vw;background-color:rgba(255,255,255,.05); }
.sidebar ul li.logo {display:flex;align-items: center;justify-content: center; color:#FFF;font-size:1.7vw; height: 100%;padding:0 1vw; }
.sidebar ul li.logo img { width:100%;min-width:100%;max-width:100%; }



.widget {position:relative;display: flex;background:rgba(255,255,255,.05);border-radius:8px;flex-direction:column;padding:clamp(1vw, 1.5vh, 2vh);text-align:center;overflow:hidden; }

.widget-title { text-align:center;font-size:clamp(1vh, 1.5vh, 2vh);padding-bottom:1vw;font-weight:bold;margin-bottom:auto;}
.widget-title small { display:block; }


.progress { position:relative; display:flex;align-items:center;justify-content:center;padding-bottom:3vh;font-size:1.5vh; }
.progress + .progress { margin-top:3vh; }
.progress-right {margin-left: auto;}

.progress:before { content:'';position:absolute;bottom:0;left:0;right:0;height:2vh;background:#FFF;border-radius:8px; }
.progress:after { content:'';position:absolute;bottom:0;left:0;height:2vh;background:green;border-radius:8px;width:71%;border-top-right-radius:0px;border-bottom-right-radius:0px; }



.progress.red:after { background:red; }
.progress.orange:after { background:orange; }




.weather { display:flex;align-items: center;justify-content: center;text-align: center;gap:1vw;height: 100%;width:100%;}

.weather-left, .weather-right { flex:1;flex-grow:1; }
.weather .time { display:block;font-size:2vw;font-weight:bold; }
.weather .date { display:block;font-size:.9vw;margin:.5vw 0px;font-weight: 500; }
.weather .day { font-size:.9vw;font-weight: 300;}

.weather .status { display:block;margin-top:5px; font-size: .9vw; }

.weather img{  max-width: 3vw;  }
.weather  span{ display:block;font-size:1.5vw;font-weight:bold;text-align:center; }



.currencies {  gap:1vw; }
.currencies .item { background:rgba(255,255,255,.05);padding:1vw;border-radius: 8px;}
.currencies .price-title { font-size:0.9vw; font-weight: 500;margin-bottom:15px; }
.currencies .item.green .price { color:green; }
.currencies .item.red  .price  { color:red; }

.currencies .item.green .fa { transform: rotate(360deg);  }
.currencies .item.red .fa { transform: rotate(180deg);  }
.currencies .item .price { display:flex; }
.currencies .item .price .fa { margin-right:5px; }
.currencies .item .price small{ margin-left:auto; }

.currencies .price small { color:#FFF; }

.wrapper {
        display: grid;
         grid-template-columns: 5vw 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 1vw;
        grid-row-gap: 0px;
        height: calc(100vh - 60px);

}

.page { display:none; }
.page.active { display:grid; }



.page1 { 
        grid-template-columns: 1fr 20vw;
        grid-template-rows: 1fr;
        grid-column-gap: 1vw;
        grid-row-gap: 0px;
        height: calc(100vh - 60px);
}




.page1 .center {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(0, 1fr)) auto;
        grid-column-gap: 0px;
        grid-row-gap:1vw;
}




.page1 .worker-status { background:url(../worker-status.png) center center no-repeat;background-size:contain;height:100%; }


.page1 .worker-count { background:url(../worker-count.png) center center no-repeat;background-size:contain;height:100%; }
.page1 .worker-index { background:url(../worker-index.png) center center no-repeat;background-size:contain;height:100%; }
.page1 .production-rate { background:url(../production-rate.png) center center no-repeat;background-size:contain;height:100%; }
.page1 .performance { background:url(../performance.png) center center no-repeat;background-size:contain;height:100%; }




.page1 .right { 
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 1vw; 
        text-align: left;

}


.page1 .right .item { display:grid;align-items:center;justify-content:flex-start;grid-template-columns:minmax(0, 6vw) 1fr; }
.page1 .right .item + .item{  border-top:1px solid rgba(255,255,255,.1); }
.page1 .right .item .left { padding:1vh 1vw;color:#FFF;border-radius: 8px;font-size:clamp(1vh, 1.4vh, 2vh);margin-right:1vw;text-align:center; }

.page1 .right .item.stop .left{background: linear-gradient(90deg, rgba(88, 89, 91, 1) 0%, rgba(147, 149, 152, 1) 100%);}
.page1 .right .item.stop .stars .fa{ background:linear-gradient(to right, rgba(88, 89, 91, 1), rgba(147, 149, 152, 1));-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.page1 .right .item.stop .progress:after{ width:0px; }

.page1 .right .item.start .left{background: linear-gradient(90deg, rgba(0, 166, 81, 1) 0%, rgba(141, 198, 63, 1) 100%);}
.page1 .right .item.start .stars .fa{background: linear-gradient(90deg, rgba(0, 166, 81, 1) 0%, rgba(141, 198, 63, 1) 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;}



.page1 .right .item .title { margin-bottom:2vh;font-size:1.7vh; font-weight: bold;}

.page1 .right .item .progress{ padding-bottom:2vh;margin-bottom:2vh; }
.page1 .right .item .progress:before{ background:rgba(0,0,0,.1); }
.page1 .right .item .progress:before,
.page1 .right .item .progress:after{
        height: 1vh !important;
}

.page1 .right .item .stars { display:grid;grid-template-columns:repeat(3, 1fr);text-align:center;gap:15px; }
.page1 .right .item .stars .fa { font-size:2.5vh; }
.page1 .right .item .stars span { display:block;margin-top:1vh;font-size:1.2vh; }

.page2 { 
        grid-template-columns: 1fr 20vw;
        grid-template-rows: 1fr;
        grid-column-gap: 1vw;
        grid-row-gap: 0px;
        height: calc(100vh - 60px);
}




.page2 .center {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto) 10vh;
        grid-column-gap: 0px;
        grid-row-gap:1vw;
}


.page2 .right { 
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 1vw; 

}






.page2 .export { text-align:center; }
.page2 .export { background:url(../map.svg) center center no-repeat;background-size:contain;height:100%; }

.page2 .production { background:url(../production.png) center center no-repeat;background-size:100%;height:100%; }

.page2 .most {
        display: flex;
        text-align: center;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
}
.page2 .most .image {
    background:url(../most.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 100%;
    height: 100%;
}
.page2 .most span{ display:block;font-size:.8vw;color:#50C2EA;margin-top:5px; }

.page2 .best { text-align:center; }
.page2 .best strong, .best span { display:block; }
.page2 .best strong { font-size:1vw; }
.page2 .best strong small { font-weight:400; }

.page2 .best span{ font-size:1vw;color:#50C2EA;margin-top:5px; }
.page2 .best img { max-width:4vw;margin-top:1vw; }


.page2  .transfer  { width:100%;text-align:center; }
.page2  .transfer .text { background:url(../transfer.png) center center no-repeat;background-size:cover;padding:10px 0px;width:100%; }
.page2  .transfer time { display:block;font-weight:300;margin-top:1rem;font-size:.9rem; }
.page2  .transfer .fal { font-size:2rem;margin-top:1rem; }

.page2 .images, .page2 .videos { height:100%;object-fit:cover; border-radius: 8px;width:100%; }


.page2  .announcements  {  margin-left:15px; }
.page2  .announcements li  { list-style-type:disc;font-size:.9rem;text-align:left;font-size:1.3vh; }
.page2  .announcements li + li { margin-top:15px; }



.page2  .star { background:url(../star.png) center center no-repeat;background-size:cover;height:100%; }
.page2  .star strong { display:block; background: #2d2c2d;padding:0px 0px 2vh 0px;font-size:1.7vh;}


.page2 .isg { display:flex;align-items:center;justify-content:center; }
.page2 .isg-left-text { display:flex;align-items:center;justify-content:center;font-size:1.2vw;margin-bottom:3vh;text-align:left;font-size:1.7vh; }
.page2 .isg-left-text .fa{ font-size:2vw;margin-right: 1vw;}

.page2 .isg-right { display:flex;align-items:center;justify-content:center;flex-direction:column;background:green;color:#FFF;border-radius:8px;padding:1vh .5vw;margin-left:2vw;height:100%;gap:0.4vh;max-width: 30%;width:30%;}
.page2 .isg-right strong { font-size:4vh;line-height:1.1;letter-spacing:1px; }
.page2 .isg-right small { font-size:1.2vh;line-height:1.1; }



.page3 { 
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 1vw;
        grid-row-gap: 0px;
        height: calc(100vh - 60px);
}



.page3 .cameras { display:grid;grid-template-columns:repeat(3,minmax(0,33.3333%));grid-template-rows: repeat(3, minmax(0,33.333%)); height:100%;gap:1vw;text-align: center;}
.page3 .cameras .item { display:flex;align-items: center;justify-content: center; height:100%;width:100%;background:rgba(255,255,255,.05);border-radius:8px; }







