/*

[Custom Stylesheet]



*/

	.judul-p2 h3{font-size:14px;color:#333;font-weight:500;line-height:18px;margin-top:-2px;}



.tlacidlo {margin-top: 10px;	margin-right: 10px;padding: 15px 40px;font-size: 13px;line-height: 1em;border-style: solid;
						border-width:1px;color: white;display:inline-block;vertical-align: middle;text-align: center;cursor: pointer;font-weight: bold;transition: 
						background 0.1s ease-in-out;-webkit-transition: background 0.1s ease-in-out;-moz-transition: background 0.1s ease-in-out;
						-ms-transition: background 0.1s ease-in-out;-o-transition: background 0.1s ease-in-out;color: #CF0404;
						font-family: 'Transsulawesi', Helvetica, sans-serif; font-size:15px;background-color: transparent; text-decoration: none;}
						.tlacidlo:hover {background-color: #CF0404;color:#FFF;}.tlacidlo:active {	}
						
					
@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.pollingt {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #EB0516;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;border-radius: 50%;
}
.pollingt:hover {
  background: #9faab7;
}
.pollingt:checked {
  background: #40e0d0;
}
.pollingt:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.pollingt:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.pollingt.radio {
  border-radius: 50%;
}
.pollingt.radio::after {
  border-radius: 50%;
}


						
					
									