body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
    font-size: 95%;
	background-image: url(../images/bg-bawaslu-ri.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

main{
	height: 100%;
	width: 100%;
}

/*LOGO*/
.logo{
    height: 50px;
}

/*NAVBAR*/
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
  color: rgba(var(--green-rgb), var(--bs-bg-opacity));
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--green-hex);
}
.nav-scroller .nav-link:hover {
  color: var(--yellow-hex);
}
.nav-scroller .active {
  font-weight: 500;
  color: var(--green-hex);
}

.dropdown-menu[data-bs-popper]{
    top: 55px;
}

/*MAP*/
#mobileBox{display: none;}
.map{
	width: 900px;
    height: 400px;
    background-image: url(../images/maps-white.png);
    background-position: center;
    background-size: 740px;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
}

.map .amerika-utara{
	width: 343px;
    height: 215px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    left: 79px;
}
.map .amerika-utara:hover{
    background-image: url(../images/maps-amerika-utara.png);
    background-position: 0px 0px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.map .amerika-selatan{
	width: 343px;
    height: 202px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    left: 79px;
    bottom: 0;
}
.map .amerika-selatan:hover{
    background-image: url(../images/maps-amerika-selatan.png);
    background-position: 0px -199px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.map .eropa{
	width: 170px;
    height: 133px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    left: 406px;
    top: 0;
}
.map .eropa:hover{
    background-image: url(../images/maps-eropa.png);
    background-position: -327px -1px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.map .afrika{
	width: 178px;
    height: 276px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    left: 385px;
    bottom: 0;
}
.map .afrika:hover{
    background-image: url(../images/maps-afrika.png);
    background-position: -306px -125px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.map .asia{
	width: 300px;
    height: 267px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    right: 97px;
    top: 0;
}
.map .asia:hover{
    background-image: url(../images/maps-asia-news.png);
    background-position: -424px -1px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.map .australia{
	width: 113px;
    height: 167px;
    background-color: transparent;
    margin: auto;
    position: absolute;
    right: 85px;
    bottom: 0;
}
.map .australia:hover{
    background-image: url(../images/maps-australia-news.png);
    background-position: -623px -234px;
    background-size: 740px;
    background-repeat: no-repeat;
}

.custom-tooltip {--bs-tooltip-bg: #da251c; --bs-tooltip-color: #fff;}

.modal-content{
	background-image: url(../images/bg-bawaslu-ri.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fs-12{font-size: 12px;}

.contents{}
.contents details[open]{
    padding-top: 60px;
}
.contents details{
    padding: 40px 20px 20px 20px;
    font-size: 15px;
    color: #6a6a6a;
    position: relative;
}

.contents details summary{
    padding: 15px;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: var(--bs-dark);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*CUSTOM SEARCH*/
form .custom-search input{
    border-radius: 50rem 0rem 0rem 50rem;
}
form .custom-search button{
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-left: 0;
    border-radius: 0rem 50rem 50rem 0rem;
}

.blink {
    animation: blinker 2.5s linear infinite;
/*    color: red;
    font-family: sans-serif;*/
}
@keyframes blinker {
    0% {
        opacity: 0;
    }
}

marquee{
    line-height: normal; 
    font-family: monospace; 
    font-weight: 700; 
    font-size: large; 
    scroll-behavior: smooth; 
    overscroll-behavior: contain; 
    margin: 0px; 
    padding: 0px; 
    text-transform: uppercase; 
    display: block; 
    color: #000;
}

/*Voice Button*/
.voice-button {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.voice-button .hidden{display: none; visibility: hidden;}
.mute {
    background: url(https://pta-palu.go.id/images/mematikan.png) no-repeat center;
    height: 60px;
    width: 60px;
    background-size: 100%;
    border: 0px solid #423b3b;
    border-radius: 60%;
    cursor: pointer;
    background-color: #8ce69
}
.unmute {
    background: url(https://pta-palu.go.id/images/menyalakan.png) no-repeat center;
    height: 60px;
    width: 60px;
    background-size:100%;
    border: 0px solid #0a580d;
    border-radius:60%;
    cursor: pointer;
    background-color: #8ce69
}