:root{
    --hari-ini : #0FFCBE;
    --hari-ini-tempat : #096479;
    --blue-1 :rgb(33, 92, 255);
    --blue-2 :rgb(136, 168, 255);
    --blue-gradient : linear-gradient(0deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    --blue-gradient2 : linear-gradient(45deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    --blue-gradient3 : linear-gradient(-45deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    --blue-gradient-color-1 : #00D4FF; 
    --blue-gradient-color-2 : #2798EC; 
    --blue-gradient-color-3 : #1E6EB5; 
    --blue-gradient-color-4 : hsl(189, 100%, 96%); 
    --light-grey : #f2f2f2;
    --dark-blue : #033663;
}

body{
    margin:0;
    padding: 0;
    outline: 0; 
    background-color: rgb(225, 225, 225);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow: hidden;
    font-size: 18pt;
    position: relative;
}

#header{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-items: center;
    align-items: center;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    /* min-height: 110px; */
    background-color: #fff;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 30px -10px #696969;
    /* margin-bottom: 2em; */
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    
    /* border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #fff; */
    gap: 20px;
    z-index: 5;
    /* padding: 20px; */
    box-sizing: border-box;
}
/* 
#header  */
.logo{
    position: relative;
    width: 150px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    padding: 20px;
    box-sizing: border-box;
    /* z-index: 3; */
}
.logo-fixed{
    position: fixed;
    right: 10px;
    top: 0;
    width: 13vw;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    padding: 20px;
    box-sizing: border-box;
    z-index: 3;
}
/* .logo::after{
    content: ' ';
    background: red;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    bottom: 0;
} */

.logo img{
    width: 100%;
}

#header .judul{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-gradient-color-3);
    /* font-size: 30pt; */
    font-size: 1.5rem;
    font-weight: bold;
    background: var(--blue-gradient);
    border-radius: 0 0 0 50px;
    flex-direction: column;
    color: #fff;
}

.judul p{
    font-size: calc(1.5rem/1.618);
    margin: 0
}

p{
    font-size: 1.3rem;
    margin: 0;
}

.container{
    position: relative;
    /* display: flex;
    align-items:flex-start;
    justify-content: center; */
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    /* margin: 0 auto; */
    /* width: 95vw; */
    height: 100vh;
    background-color: rgb(255, 255, 255);
    flex-wrap: wrap;
    /* box-shadow: 0px 0px 30px -10px #afafaf; */
    /* padding: 50px 10px; */
    /* border-radius: 50px; */
    box-sizing: border-box;
}

.container .informasi-lain{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* flex-direction: row; */
    flex-wrap: wrap;
    /* min-height: 50vh; */
    /* padding: 40px 10px; */
    /* background-color: #00D4FF; */
    /* box-shadow: 0px 0px 30px -10px #afafaf; */
    /* border-radius: 20px; */
    box-sizing: border-box;
    /* margin: 2em 0em; */
    /* background: var(--blue-gradient3); */
    background: rgb(26, 26, 26);
    z-index: 1;
}
.informasi-lain .box-video{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: auto;
}

/* .informasi-lain .box-video:nth-child(odd){
    width: 100%;
} */

iframe, video{
    /* background: var(--blue-gradient3); */
    /* padding: 20px; */
    box-sizing: border-box;
    /* border-radius: 20px; */
    box-shadow: 0px 0px 30px -10px #afafaf;
    /* margin: 2em 0em; */
    box-sizing: border-box;
    /* height: 100%; */
    width: inherit;
    /* width: fit-content; */
    aspect-ratio: 3/2;
}

.judul-video{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 10px 30px;
    font-size: 1.3rem;
    color: #fff;
    background: var(--blue-gradient-color-3);
    width: 100%;
    box-sizing: border-box;
}

video{
    margin: 0;
}

#video-player{
    /* padding: 30px; */
    box-sizing: border-box;

}

/* .box-foto::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: blur(5px);
    transform: scale(1.15);
}

.box-foto {
    position: relative;
    width: 100%;
    height: 42vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    background-image: var(--bg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */

/* .box-foto {
    position: relative;
    width: 100%;
    height: 42vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.box-foto .foto-blur {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.7);
    transform: scale(1.2);
    z-index: 1;
}

.mySwiperFoto {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.mySwiperFoto .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiperFoto .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.box-foto {
    position: relative;
    width: 100%;
    height: 42vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Layer blur background */
.box-foto::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-blur);
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    transform: scale(1.2);
    z-index: 1; /* TURUNKAN KE 1 */
}

/* SLIDER FOREGROUND */
.box-foto .slide-img {
    position: absolute;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 2; /* NAH INI DIATAS BACKGROUND */
}

.box-foto .slide-img.active {
    opacity: 1;
}

.slider{
    display: flex;
    justify-content: center;
    align-items: center;
}



.informasi-lain .box-foto img{
    height: 100%;
    width: fit-content;
}

.logo-bawah{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid rgb(209, 24, 24);
    padding: 10px;
    box-sizing: border-box;
    gap: 20px;
    box-sizing: border-box;
}
.logo-bawah img{
    width: 50% !important;
}

/* .content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
} */

.box-marquee{
    position: relative;
    height: 90.5vh;
    overflow-y: hidden;
}

table{
    width: 100%;
    border: 1px solid var(--blue-gradient-color-2);
    border-collapse: collapse;
    vertical-align: top;
}

th, td {
    vertical-align: top;
    border: 1px solid var(--blue-gradient-color-2);
    padding: 20px;
}

tr:nth-child(even) {
    background-color: var(--blue-gradient-color-4);
}

.monitoring{
    width: 100%;
}

.table-responsive{
    height:100vh; 
    width:100%;
    overflow-y: auto;
    border:2px solid #444;
}

.table-responsive:hover{
    border-color:red;
}

.marquee{
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    /* height: 100%; */
    /* animation: marquee 50s linear infinite; */
}

.marquee:hover{
    animation-play-state: paused;
    /* overflow: auto;
    height: 100vh; */
}

.label{
    padding: 5px 10px;
    display: inline;
}

.label-success{
    background-color:aquamarine;
    font-weight: 400;
    /* color: #fff; */
}

.label-warning{
    background-color:orange;
    font-weight: 400;
    /* color: #fff; */
}

thead tr{
    background-color: var(--blue-gradient-color-1);
    color: var(--blue-gradient-color-3);
}

.hari_ini{
    background: var(--hari-ini) !important;
    color: var(--dark-blue) !important;
    font-weight: bold;
}
.container-jadwal{
    position: relative;
    width: 100%;
    /* background: #033663; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
}
.box-jadwal{
    position: relative;
    /* display: grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows: auto auto auto; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    /* column-gap: 15px; */
    border-radius: 20px ;
    margin: 2em;
    justify-items: stretch;
    overflow: hidden;
    background-color:var(--blue-gradient-color-1);
    box-shadow: 0px 0px 30px -10px #afafaf;
}

.box-jadwal > * {
    flex-grow: 1;
    flex-basis: 30%;
}


.box-jadwal:nth-child(even) {
    color: #fff;
    background-color: var(--blue-gradient-color-2);
}

.box-jadwal div{
    /* background-color: #00D4FF; */
    position: relative;
    width: 100%;
    /* min-height: 20vh; */
    height: auto;
    padding: 50px 30px 20px;
    box-sizing: border-box;
    z-index: 1;
}

.box-content{
    min-height: 12vh;
}

.leading-sektor{
    position: absolute;
    bottom: 0;
    background: var(--blue-gradient-color-3);
    padding: 20px 30px !important;
    /* border-radius: 0 0 20px 20px; */
    font-size: 1.3rem;
    color: #fff;
}

.box-jadwal .box-kosong{
    /* background-color: #00D4FF; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 13vh;
    box-sizing: border-box;
    padding: 30px;
}

.text-center{
    text-align: center;
}

.gub_wagub{
    width: 510px;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 100;
    overflow: visible;
}
.gub_wagub img{
    width: 100%;
}


.tanggal{
    position: absolute;
    z-index: 4;
    padding: 10px 20px;
    text-wrap: nowrap;
    /* width: 500px; */
    /* height: 20px; */
    border-radius: 5px;
    /* background-color: #03a9f4; */
    background-color: #f4b727;
    font-weight: bold;
    color: #090979;
    top:-25px;
    left: 5rem;
}

.hari_ini_tempat{
    background: var(--hari-ini-tempat);
}

/* The animation */
@keyframes marquee{
    /* from{transform: translateY(50%);}
    to{transform: translateY(-100%);} */
    0%{transform: translateY(80vh);}
    100%{transform: translateY(-105%);}
}

@media only screen and (max-width: 600px) {
    #header{
        grid-template-columns: 1fr;
    }
    .container{
        /* display: flex; */
        /* justify-content: center; */
        grid-template-columns:1fr;
        overflow: hidden;
    }
    .table-box{
        overflow: visible;
    }

    .box-jadwal{
        /* display: grid;
        grid-template-columns:1fr; */
        flex-direction: column;
    }

    .leading-sektor{
        font-size: 0.8rem;
    }

    .box-jadwal .box-content{
        /* background-color: #00D4FF; */
        /* width: 100%; */
        min-height: 0;
        height: auto;
    }
    .box-jadwal .box-content b{
        font-size: 12pt;
    }
    #header{
        flex-wrap: wrap;
    }

    .box-marquee{
        top: 150px;
    }
    
    
    .logo{
        width: 300px;
    }
    
    #header .judul{
        border-radius: 0;
        font-size: 1rem;
    }

    .box-kosong{
        font-size: 1rem;
    }

    p{
        font-size: calc(1rem/1.618);
    }

    .informasi-lain{
        visibility: hidden;
    }
}

