/* Cascading Style Sheet */  

.newsbar {
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 0 0;
}

.newsbar1 {
	background: #d51011;
	border: 1px solid #d51011;
}

.newsbar2 {
	background: #0ecb0b;
	border: 1px solid #0ecb0b;
}

.newsbar3 {
    background: #FB3;
    border: 1px solid #DA9201;
}

.social {
    margin-bottom: 10px;
    border: 1px solid #CCC;
}

.social span {
    border-right: 1px solid #DDD;
    padding: 0px 16px;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    opacity: 0.9;
}

/*** pengumuman ***/
.pemberitahuan {
    background: #fff6bf;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    text-align: center;
    font-weight: bold;
    padding: 4px 0 4px 0;
	width: 100%;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    border-radius: 4px;
}

.pemberitahuan2 {
    background: #D6ECA6;
    border-top: 2px solid #8DC93E;
    border-bottom: 2px solid #8DC93E;
    text-align: center;
    font-weight: bold;
    padding: 4px 0 4px 0;
    width: 100%;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    border-radius: 4px;
}

#iklan_google1 {
    height: 90px;
    background: #333333;
    margin: 1px auto 7px;
    text-align: center;
    max-width: 100%;
    width: 1130px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-radius: 4px 4px 4px 4px;
}

#iklan_google2 {
    height: 90px;
    background: #333333;
    margin: 5px 0px 25px 0px;
    text-align: center;
    max-width: 125%;
    width: 1130px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
}

/*** tambahan ***/
.sendto {
	background: #393e3f;
    color: #fff;
    border: 1px solid #454b4c;
    padding: 3px;
    outline: 0;
    font-size: 15px;
    font-family: Tahoma,Verdana,Arial,Sans-Serif;
}
.mpost {
    float: left;
    background: #060101;
    margin: 0px 5px;
    padding: 0px 5px;
}

.mpost li {
	position: relative;
    float: left;
    width: 200px;
    list-style: none;
    padding: 5px 0;
}

.mpost li:hover {
	background:#000c0e;
}

.mpost ul {
	display:none;
	position:absolute;
	background:#0d0112d4;
	margin: 5px -5px;
	padding: 5px 5px;
}

.mpost ul li ul {
	left:100%;
	top:0;
	margin:0;
}

.mpost li.over ul ul,.mpost li.over ul ul ul {
	display:none;
}

.mpost li.over ul,.mpost ul li.over ul,.mpost ul ul li.over ul {
	display:block;
}

#f7dd {
	width: 102%;
	position: fixed !important;
	top: 0px;
	left: 0px;
	height: 103%;
	background-color: #fff;
	opacity: 1.5;
	filter: alpha(opacity=95);
	display: block;
	padding: 10% 0%;
	z-index: 1;
}

#f7dd * {
    text-align: center;
    margin: 0 auto;
    display: block;
    filter: none;
    font: bold 14px Verdana, Arial, sans-serif;
    text-decoration: none
}

#f7dd ~ * {
    display: none
}

.box-border {
	  background: #1e567d;
	  width: 500px;
	  padding: 1px;
  }
  
.box-header {
	  background: #2a79af;
	  padding: 3px;
	  font-family: Verdana;
	  color: #ffffff;
	  text-align: left;
	  font-size: 18px;
	  border-bottom: 1px solid #1e567d;
  }
  
.box-header a:link,
.box-header a:visited,
.box-header a:active {
	  color: #ffffff;
	  text-decoration: none;
  }
  
.box-header a:hover {
	  color: #ffffff;
	  text-decoration: underline;
  }

.box-content {
	  padding: 5px;
	  font-size: 13px;
	  text-align: left;
	  background: #ffffff;
	  vertical-align: top;
  }

.box-footer {
	  background: #52abe7;
	  padding: 3px;
	  padding-right: 5px;
	  font-family: Verdana;
	  color: #ffffff;
	  text-align: right;
	  font-size: 11px;
	  border-top: 1px solid #1e567d;
  }
  
.box-footer a:link,
.box-footer a:visited,
.box-footer a:active {
	  color: #ffffff;
	  text-decoration: none;
  }
  
.box-footer a:hover {
	  color: #ffffff;
	  text-decoration: underline;
  }

/* CodePen Home Centering a div within a div, inner div responsive */  

<!-- Adblock Code -->

::selection{
  color: #fff;
  background: #9b27ca;
}
.wrapper2{
  position: fixed; 
  max-width: 480px;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 40px 30px;
  background: #1c203c;
  border-radius: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.06);
  transition: opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.wrapper2.show{
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
	 z-index: 1;
  <!--   position: absolute; -->
}

.wrapper2 .content,
.content2 .warn-icon,
.warn-icon .icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper2 .content{
  flex-direction: column;
}
.content2 .warn-icon{
  height: 115px;
  width: 115px;
  border-radius: 50%;
  background: linear-gradient(#9b27ca 0%, #9927cf 0%, #d33639 100%, #f92121 100%);
}
.warn-icon .icon{
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: inherit;
}
.warn-icon .icon i{
  background: linear-gradient(#9b27ca 0%, #9927cf 0%, #d33639 100%, #f92121 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
}
.content2 h2{
  margin-top: 35px;
  font-size: 32px;
}
.content2 p{
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
}
.btn{
  height: 57px;
  width: 223px;
  margin-top: 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.btn .bg-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(135deg, #9b27ca, #d33639, #9b27ca, #d33639);
  transition: all 0.4s ease;
}
.btn:hover .bg-layer{
  left: 0;
}
.content2 button{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: none;
  font-size: 18px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}

/* style css menu */
/* Gaya dasar navbar */
.navbar_id {
    background-color: #333;
    text-align: center; /* Menyelaraskan konten di tengah */
    position: relative; /* Untuk memastikan tombol toggle tetap dalam konteks navbar */
}

.menu-toggle {
    display: none; /* Default: disembunyikan */
    font-size: 20px;
    color: white;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    background-color: #444;
    border-bottom: 1px solid #575757;
}

.menu_id {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex; /* Menggunakan inline-flex untuk menyelaraskan menu di tengah */
}

.menu_id > li {
    position: relative;
}

.menu_id > li > a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
}

.menu_id > li > a:hover {
    background-color: #575757;
}

.dropdown_id {
    display: none;
    position: absolute;
    background-color: #333;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 160px;
    z-index: 1;
}

.dropdown_id li a {
    padding: 10px 15px;
}

.dropdown_id li a:hover {
    background-color: #575757;
}

.menu_id > li:hover .dropdown_id {
    display: block;
}

/* Responsif */
@media (max-width: 768px) {
    .menu-toggle {
        display: block; /* Tampilkan tombol toggle pada layar kecil */
    }

    .menu_id {
        display: none; /* Sembunyikan menu utama secara default */
        flex-direction: column;
        width: 100%;
    }

    .menu_id.active {
        display: flex; /* Tampilkan menu saat tombol toggle diklik */
    }

    .menu_id > li {
        width: 100%;
        text-align: left; /* Align teks ke kiri untuk tampilan mobile */
    }

    .dropdown_id {
        position: static; /* Dropdown menjadi bagian dari alur dokumen */
        width: 100%;
    }
}