@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    font-family: "Inter", sans-serif;
    /*background:#EEF0F2;*/
    background:#F8F9FA;
    
    background-image: url("https://satudata.natunakab.go.id/aset/img/bg_pattern.svg");
    background-repeat: repeat;
    background-size:500px;
}

a{
    text-decoration:none;
    color:#000;
}

header{
    height:80px;
    /*border:1px solid black;*/
    padding:0 18px;
}

.kotak_header{
    height:80px;
    display:flex;
    justify-content:space-between;
    width:1600px;
    margin:auto;
}

header .kotak_logo{
    padding-top:7px;
}

header .kotak_logo img{
    height:66px;
}

header nav{
    display:flex;
    align-items:center;
    z-index:10;
}

header nav ul {
  list-style-type: none;
  /*margin: 0;*/
  /*padding: 0;*/
  overflow: hidden;
    
}

header nav li {
  float: left;
}

header nav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size:15px;
    font-weight:500;
    letter-spacing:.4px;
}

header nav li a:hover {
  /*background-color: #ddd;*/
  color: #048A45;
  /*font-weight:700;*/
}

header nav li a.active {
  /*background-color: #04AA6D;*/
  color: #048A45;
}

.menu_ikon{
    display:none;
}

.menu_ikon i {
    font-size:40px;
}

/*main{*/
/*    background:#EEF0F2;*/
/*    min-height:200px;*/
/*}*/

.border{
    border:1px solid black;
}

/*----------------------------------------------------------------------------------------------------BERANDA--------------------------------------*/
@media{

.beranda .banner{
    width:100%;
    height:calc(70vh + 80px);
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg2.jpg");*/
    /*background-size:cover;*/
    /*background-position:bottom;*/
    background:#ADDFB6;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:-80px;
    flex-direction: column;
    gap:20px;
    padding:18px;
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg_pattern3.svg");*/
    /*background-repeat: repeat;*/
    /*background-size:700px;*/
}



.beranda main{
    padding:60px 18px;
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg_pattern2.svg");*/
    /*background-repeat: repeat;*/
    /*background-size:500px;*/
}

.beranda .tutup_main, .laman .tutup_main{
    width:1600px;
    /*border:1px solid black;*/
    margin:auto;
    min-height:200px;
}

.beranda .banner_judul{
    width:680px;
    color:#000;
    /*font-size:30px;*/
    /*font-weight:600;*/
    text-align:center;
    /*letter-spacing:.4px;*/
}

.beranda .banner_judul p:nth-child(1), .beranda .banner_judul p:nth-child(2){
    font-family: "Noto Serif", serif;
    font-size:52px;
    font-weight:700;
    /*letter-spacing:.4px;*/
    line-height:52px;
}

.beranda .banner_judul p:nth-child(3){
    font-size:19px;
    /*font-weight:700;*/
    letter-spacing:.4px;
    /*line-height:38px;*/
    margin-top:22px;
}



.ber_judul{
    font-family: "Noto Serif", serif;
    font-size:28px;
    font-weight:700;
    line-height:30px;
}

.ber_judul_desk{
    /*font-size:28px;*/
    font-weight:300;
}

.ber_judul2{
    font-size:20px;
    font-weight:500;
}

.ber_judul3{
    font-size:20px;
    font-weight:500;
    text-align:center;
}

.ber_tutup_dataset{
    display:flex;
    flex-wrap: wrap;
    gap:18px;
    margin:18px 0;
}

.ber_kotak{
    background:#fff;
    padding:18px;
    border-radius:12px;
    /*box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
    transition: all .5s ease;
    border:1px solid #E2E8F0;
}

.ber_kotak_logo{
    display:flex;
    flex-direction:column;
    /*align-items: flex-start;*/
    align-items:center;
    
}


.ber_kotak_img{
    /*padding:20px;*/
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}

.ber_kotak_img img{
    width:85%;
    aspect-ratio:1/1;
    object-fit: contain;
    
}

.ber_kotak2{
    width:calc(50% - (18px / 2));
}

.ber_kotak3{
    width:calc(33.33% - (36px / 3));
}

.ber_kotak6{
    width:calc((100% / 6) - 18px + (18px / 6));
}

.ber_kotak_a:hover{
    background:#F1F5F9;
    border-color:#267CD3;
}

.ber_kotak_logo img{
    /*width:300px;*/
    width:auto;
    height:250px;
    /*flex: 1;*/
    /*aspect-ratio: 1 / 1; */
}

.ber_list{
    border-bottom:1px solid #E5E7EB;
    padding:6px 0;
    padding-left:8px;
}

.ber_list:last-child{
    border:none;
}

.ber_list a{
    color:#003c80;
}


.kotak_ber_judul{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #dadada;
    padding-bottom:10px;
}

.a_ber{
    display:flex;
    align-items:center;
    font-size:17px;
}

.a_ber i{
    font-size:24px;
    margin-left:4px;
}


.ber_kotak_pub{
    display:flex;
    align-items:center;
}

.ber_kotak_pub img{
    width:60px;
    margin-right:6px;
}

.ber_kotak_pub div{
    display:flex;
    gap:2px;
    flex-direction:column;
    justify-content:center;
    align-items:left;
}



.ber_kotak_data{
    margin-top:-35px;
}

.ber_kotak_data p{
    margin:5px 0;
}

.ber_kotak_data p:nth-child(1){
    font-size:30px;
    font-weight:700
}

.ber_kotak_data p:nth-child(2){
    font-size:22px;
    font-weight:700
}

.ber_kotak_data p:nth-child(4){
    font-size:16px;
    font-weight:700
}





}
/*----------------------------------------------------------------------------------------------------BERANDA END--------------------------------------*/



.kotak_cari{
    position:relative;
    width:544px;
}

.cari{
    width:544px;
    height:48px;
    border-radius:12px;
    border:none;
    padding:8px 12px;
    font-size:17px;
    font-weight:500;
    letter-spacing:.2px;
}

.tombol_cari{
    width:32px;
    height:32px;
    border-radius:8px;
    border:none;
    background:green;
    position:absolute;
    top:8px;
    right:8px;
    background-image: linear-gradient(90deg, #06A94F, #037C3D);
}

.tombol_cari i{
    font-size:20px;
    color:#fff;
}




.laman .banner{
    min-height:calc(240px + 80px);
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg2.jpg");*/
    /*background-size:cover;*/
    /*background-position:bottom;*/
    background:#ADDFB6;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:-80px;
    padding:80px 18px 90px 18px;
    
}

.laman main{
    padding:0 18px;
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg_pattern2.svg");*/
    /*background-repeat: repeat;*/
    /*background-size:500px;*/
}

.laman .tutup_main{
    margin-top:-20px;
    padding-bottom:60px;
    /*background-image: url("https://tes.satudata.natunakab.go.id/aset/img/bg_pattern2.svg");*/
    /*background-repeat: repeat;*/
    /*background-size:500px;*/
    
}

section{
    background:#fff;
    padding:18px;
    border-radius:12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}



.tutup_cari{
    margin-top:-90px;
}

.hasil_cari{
    padding:18px;
    border-radius:12px;
}


.kotak_kategori{
    display:flex;
    gap:8px;
    padding-top:8px;
}

.hasil_cari:hover{
    background:#F1F5F9;
}

.cari_muted{
    font-size:15px;
    font-weight:400;
    color:#6c757d;
}

.cari_link{
    font-size:15px;
    font-weight:300;
    color:#6c757d;
}

.cari_judul{
    font-size:19px;
    font-weight:600;
    color:#003c80;
    /*color:#048A45;*/
    letter-spacing:.4px;
    padding:7px 0;
    line-height:24px;
}

.cari_desk{
    /*font-size:15px;*/
    font-weight:400;
    color:#6c757d;
}

.kotak_kategori .kategori{
    padding:3px 10px;
    background:#E1EFFE;
    border-radius:7px;
    font-size:14px;
}

.kotak_kategori .kategori1{
    background:#D2F4EA;
    color:#20C997;
}

.kotak_kategori .kategori2{
    background:#F7E8CF;
    color:#F77D00;
}

.kotak_kategori .kategori3{
    background:#F5D9D9;
    color:#DE4333;
}

/*.kotak_kategori .kategori4{*/
/*    background:#F5D9D9;*/
/*    color:#DE4333;*/
/*}*/

.laman .marginmin{
    margin-top:-35px;
}

.a_data{
    color:#003c80;
}

.tabel{
    border-bottom:none !important;
}

.tabel thead{
    display:none;
}

.tabel td{
    padding:0 !important;
}


.tutup_judul{
    background:#ADDFB6;
}

.meta_judul{
    font-size:28px;
    font-weight:600;
    margin-bottom:8px;
    color:#323232;
    text-align:center;
}


.kotak_banner{
    width:1600px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    flex-direction: column;
    gap:15px
}

.tutup_keg{
    display:flex;
    gap:18px;
    /*align-items: baseline;*/
    
    align-items: flex-start;
    flex-wrap:wrap;
}

.tutup_keg section:first-child{
    width:360px;
}

.tutup_keg section:last-child{
    width:calc(100% - 360px - 18px);
}



.meta_judul2{
    font-size:21px;
    font-weight:600;
    margin-bottom:8px;
}

.kotak_meta_detail{
    font-size:18px;
    padding:0 0 20px 18px;
}

.kotak_meta_detail p:first-child{
    font-weight:300;
    font-size:15px;
    /*color:#424242;*/
    margin-bottom:3px;
}






/*--------------------------------------------------------------------------------------------------------------TAB-------------------------------------------------------*/

.tab {
  /*overflow: hidden;*/
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
    display:flex;
    flex-direction:column;
}

/* Style the buttons inside the tab */
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    font-size:18px;
    text-align:left;
    background:#fefefe;
    border-bottom:1px solid #dfdfdf;
  /*font-size: 17px;*/
}

.tab button:last-child{
    border-bottom:none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: #eaeaea;
}

/* Create an active/current tablink class */
.tab button.active {
  background: #0093DD;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px;*/
  /*border: 1px solid #ccc;*/
  /*border-top: none;*/
}

/*--------------------------------------------------------------------------------------------------------------TAB END-------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------TABEL--------------------------------------*/

.dataTables_filter {
    margin-bottom: 20px;
}
    
.tabel_dataset .th_nilai2{
    width: 100px;
}

.tabel_dataset thead tr:first-child th{
    border-top:2px solid rgba(0, 0, 0, 0.15);
}

.tabel_dataset thead th{
    border-right:1px solid rgba(0, 0, 0, 0.15);
}

.tabel_dataset thead tr:first-child th:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15);
}

.tabel_dataset tfoot td {
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    /*font-weight: bold;*/
}

.tabel_dataset tfoot td{
    text-align:right !important;
    border-right:1px solid rgba(0, 0, 0, 0.15);
}

.tabel_dataset tfoot td:first-child{
    text-align:center !important;
    border-left:1px solid rgba(0, 0, 0, 0.15);
}

.tabel_dataset tfoot td:nth-child(2){
    text-align:left !important;
}




/*----------------------------------------------------------------------------------------------------TABEL END--------------------------------------*/


/*.kotak_hasil_cari{*/
/*    display:flex;*/
/*    gap:18px;*/
/*    border-bottom:1px solid black;*/
/*}*/

/*.kotak_wali1{*/
/*    width:100%;*/
/*}*/

/*.kotak_wali2{*/
/*    width:100px;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*}*/

.wali_data{
    font-size:20px;
    /*font-weight:600;*/
    color:#003c80;
}


.tutup_pilih a{
    /*background:grey;*/
    display:block;
    padding:5px 10px;
    border-radius:6px;
}

.tutup_pilih a:hover{
    background:#E2E8F0;
}

.tutup_pilih .aktif{
    background:#0093DD;
    color:#fff;
}

.tutup_pilih .aktif:hover{
    background:#0093DD;
    color:#fff;
}








.tutup_atas_detail{
    display:flex;
    justify-content:right;
}


.kotak_selek{
    position: relative;
    /*display: inline-block;*/
}

.selek_tahun {
    /* Remove default browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Basic styles */
    display: block;
    width: 100%;
    padding: 10px 39px 9px 14px;
    font-size: 18px;
    letter-spacing:.6px;
    border: 1px solid #D8D8D8;
    border-radius: .5em;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    animation: all .5s ease;
}

.selek_tahun::after {
  content: "▼"; 
  position: absolute;
  right: 10px;
  top: 2px;
  /*transform: translateY(-50%);*/
  /*pointer-events: none; */
}

.selek_tahun:hover {
    border-color:#aaa;
}

.selek_tahun:hover ~ .selek_ikon i{
    color:#999999;
}

.selek_tahun option{
    zoom:1.2;
}

.selek_ikon{
    position:absolute;
    top:11px;
    right:5px;
    border-left:1px solid #CCCCCC;
    padding-left:5px;
}

.selek_ikon i{
    font-size:20px;
    color:#CCCCCC;
}


.ber_kotak_pub i{
    font-size:46px;
    margin-right:10px;
    color:#03652F;
}

.opd_judul{
    /*font-size:17px;*/
    font-weight:600;
}


.ikon_cek i {
    margin: 0;
    padding: 0;
    font-size:20px;
}

.logo_cek_up {
    color: #00B400;
}

.logo_cek_down {
    color: coral;
}

.kotak_sektoral{
    display:flex;
    align-items:center;
    gap:9px;
}

.kotak_ikon{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:9px;
    background:#DEF2E1;
    border-radius:12px;
}

.kotak_ikon i{
    font-size:30px;
    color:#03652F;
}



.judul_kecil{
    display:none;
}























footer{
    background:#EFF2F5;
    /*background:#F8F9FA;*/
    background-image: url("https://satudata.natunakab.go.id/aset/img/bg-landing-footer.svg");
    background-position:bottom;
    background-repeat: repeat-x;
    /*border-top:1px solid #E9ECEF;*/
}

.footer_satu{
    background:#fff;
    min-height:200px;
}

.footer_atas{
    /*background: linear-gradient(0deg, #037C3D 0%, #06A94F 100%);*/
    min-height:300px;
    padding:60px 18px;
}

.footer_atas p{
    /*color:#F3F3F3;*/
    color:#64748b;
    font-weight:300;
    font-size:17px;
    line-height:24px;
    margin:20px 0 16px 0;
    letter-spacing:-0.2px;
}

.footer_atas h3{
    /*color:#F3F3F3;*/
    /*color:#64748b;*/
    /*font-size:17px;*/
    /*line-height:24px;*/
    /*margin:20px 0 16px 0;*/
}

.footer_kotak{
    display:flex;
    gap:20px;
    width:1600px;
    margin:auto;
    flex-wrap:wrap;
}

.footer_kotak .kotak_footer{
    /*width:25%;*/
    /*padding:4px;*/
    /*border:1px solid black;*/
}

.footer_kotak .kotak_footer:nth-child(1), .footer_kotak .kotak_footer:nth-child(2){
    width:calc(30% - 15px);
}

.footer_kotak .kotak_footer:nth-child(3), .footer_kotak .kotak_footer:nth-child(4){
    width:calc(20% - 15px);
}

.footer_bawah{
    /*background:#037C3D;*/
    /*border-top:1px solid #49A073;*/
    /*color:#FFFFFFB3;*/
    color:#374151;
    padding:20px;
    font-size:14px;
    text-align:center;
}



.tutup_kami, .tutup_pengunjung{
    padding-top:14px;
}

.kotak_kami{
    display:flex;
    align-items:center;
    gap:6px;
    padding:4px 0;
}

.kotak_kami i{
    font-size:28px;
    color:grey;
}

.kotak_kami span{
    color:#64748b;
    /*font-size:15px;*/
}


.kotak_pengunjung{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eaeaea;
    padding:6px 0;
    
}

.kotak_pengunjung:last-child{
    border:none;
}

.kotak_pengunjung span{
    color:#64748b;
    /*font-size:15px;*/
}

.kotak_pengunjung span:last-child{
    color:#515151;
    /*font-size:15px;*/
}


.tutup_pengunjung a{
    display:block;
    color:#64748b;
    line-height:30px;
}

.tutup_pengunjung a:hover{
    color:#505050;
}



.tutup_medsos{
    display:flex;
    gap:12px;
    padding-bottom:18px;
}

.kotak_medsos{
    width:46px;
    height:46px;
    border-radius:46px;
    background:#cacaca;
    display:flex;
    align-items:center;
    justify-content:center;
    /*cursor:pointer;*/
    transition: all 0.5s ease;
}

.kotak_medsos i{
    font-size:28px;
    color:#fff;
}

.kotak_medsos:nth-child(1):hover{
    background:#1773EA;
}

.kotak_medsos:nth-child(2):hover{
    background:#1C96E8;
}

.kotak_medsos:nth-child(3):hover{
    background:#EC5071;
}

.kotak_medsos:nth-child(4):hover{
    background:#000000;
}

.kotak_medsos:nth-child(5):hover{
    background:#F70000;
}

.kotak_footer img{
    width:300px;
}


.teks5{
    font-size:16px;
}




















@media (max-width: 1636px){
    
.footer_kotak, .kotak_header, .beranda .tutup_main, .laman .tutup_main, .kotak_banner{
    width:100%;
}
    
}





@media (max-width: 1024px){
    
header nav{
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    opacity: 0
}

header .responsif{
    display:block;
    width:100%;
    position:absolute;
    top:80px;
    left:0;
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    opacity: 100;
}

header .responsif li{
    float:none;
    width:100%;
    background:#fff;
}

header .responsif li a {
    /*width:100%;*/
    text-align:left;
    /*padding: 14px auto;*/
}

.menu_ikon{
    display:flex;
    align-items:center;
}

.beranda .banner_judul p:nth-child(1), .beranda .banner_judul p:nth-child(2){
    font-size:40px;
    line-height:40px;
}

.ber_kotak2{
    width:100%;
}

.ber_kotak3{
    width:calc(50% - (18px / 2));
}

.ber_kotak6{
    width:calc(33% - 12px);
}

footer{
    background-size: auto 40%;
}

.footer_kotak .kotak_footer{
    width:calc(50% - 10px) !important;
}

.tutup_keg section:first-child{
    width:290px;
}

.tutup_keg section:last-child{
    width:calc(100% - 290px - 18px);
}

.meta_judul{
    font-size:24px;
}

.teks5{
    font-size:15px;
}



}




/*khusus teks judul yang di buat tidak full width */
@media (max-width: 716px){

.beranda .banner_judul{
    width:100%;
}

.kotak_sektoral{
    width:100% !important;
}

.footer_kotak{
    gap:36px;
}

.footer_kotak .kotak_footer{
    width:100% !important;
}

.judul_besar{
    display:none;
}

.judul_kecil{
    display:block;
}

.tutup_keg{
    flex-wrap: wrap-reverse
}

.tutup_keg section{
    width:100% !important;
}

}


/*khusus form input cari*/
@media (max-width: 580px){

.beranda .banner_judul{
    width:100%;
}

.kotak_cari{
    width:calc(100vw - 36px);
}

.cari{
    width:calc(100vw - 36px);
}


.ber_kotak3{
    width:100%;
}

.ber_kotak6{
    width:calc(50% - 9px);
}

}



@media (max-width: 480px){
    
.beranda .banner_judul p:nth-child(1), .beranda .banner_judul p:nth-child(2){
    font-size:35px;
    line-height:35px;
}

.beranda .banner_judul p:nth-child(3){
    font-size:16px;
}

.meta_judul{
    font-size:22px;
}

.ber_kotak_img img{
    width:100%;
}


    
}
