/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 13:57:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
body.locked {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-in-out;
}

.overlay.hidden {
  top:-150%;
  opacity 0.5s;
  transition: all 0.7s ease-in-out;
}

.open-button {
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.audioButton {
  cursor: pointer;
}

/* icon audio */
#audio-container {
    display: flex;
    align-items: center;
}

#icon {
    width: 40px;  /* Ubah ukuran ikon sesuai kebutuhan Anda */
    cursor: pointer;
	background-color:#aeaeae;
	border-radius:50%;
	padding:10px;
    margin-left: 10px;
}

#icon:hover {
 background-color:#D9D9D9;
}

/* bg awal di templte monochrome */
#bg-gray {
    filter:grayscale(100%) !important;
}
