.icon-box img{
    width: 100%;
}
.banner{
    margin-top: 0px;
    padding-top: 0px;
}
.icon-brosur{
    font-size: 3em;
    display: block;
    margin: 10px auto;
}
.link-main{
    color: #333333;    
    font-family: "Poppins", sans-serif;
    font-size: 1.2em !important;
}
.icon-act{
    color: #999999;
    font-size: 3em !important;
}
.link-main:hover .icon-act{
    color: #1cad6e !important;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1em;
    color: white;
    padding: 5px 15px;
    background-color: #16a884;
    display: block;
    font-family: "Poppins", sans-serif !important;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #828685;
}
.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
select{
    height: 43px !important;
}
.registrasi{
    margin-top: -50px;
}
.registrasi .section-title{
    margin-bottom: -50px !important;
}
.text-period{
    font-size: 1.1em;
    font-family: "Poppins", sans-serif !important;
}

.section-title h2 {
  font-family: "Poppins", sans-serif !important;
}
.countdown{
    background: #e51f1f;
    padding: 5px 10px 3px 10px;
}
.countdown h4{
    font-family: "tahoma" !important;
    color : #ffffff;
    font-size: 1.3em;
}
.skor{
    width: 100%;
}
.skor tr th, .skor tr td{
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px;
}
/* testimony */
#testimony{
    margin-top: 0px;
    padding-top: 0px;
}
#testimony .section-title h2{
    color: #aaa !important;
}
.custom-radio .custom-control-label::before {
    background-color: #a4f2c5;  
    border: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #45b474; 
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E); 
    border-radius: 50%;
}

.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #eeeeee; 
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(69, 180, 116, 0.25);  
}
.btn-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.no-margin{
    margin: 0px !important;
}
.no-padding{
    padding: 0px !important;
}