.form-control{
    border-radius: 0.5rem;
}

img.memberservice:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    outline: 2px solid white;
    outline-offset:-20px;    
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    border: 1px solid #000000;
}

.input-title{
    font-weight: bold;
}

.card-header{
    font-weight: bold;
}


/* header */
header{
    /* position: fixed !important; */
    background-color: white;
}

/* button back to top */
#btn-back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 40px;
  }
  
  #btn-back-to-top:hover {
    background-color: #555;
  }


.invalid-message{
    color:red;
}

/* hfc weekly */
.jumbotron-weekly{
    background-color: #F74F22;
    padding:20px 20px 20px 6em;
}

/* utk trix agar bisa italic */
em {font-style: italic;}

/* utk hfc b1ble club */
.btn-b1ble-club{
    background-color: #ebae00;
    color:white;
    padding:20px;
    border-radius:5px;
    margin-bottom:20px;
}

.btn-b1ble-club:hover{
    background-color: #9d8542;
    /* color:blue !important; */
    cursor:pointer;
}



/* utk recapthca */
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 250px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}


/* LOADING ANIMATION */
/* bg untuk loading */
#bg-for-loading{
    display: none; /* Hidden by default */
    position: fixed;  /*Stay in place */
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
        
/* loading dual ring */
#lds-dual-ring {
    position : fixed;
    left: 50%;
    top: 50%;
    display: none;
    width: 80px;
    height: 80px;
    margin-left:-40px;
    margin-top:-40px;
}
#lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media(max-width:768px){
    /* bila mobile position nav fixed */
    header{
        position: fixed !important;
    }

    /* jumbotron-weekly kasih padding top lebih besar */
    .jumbotron-weekly{
        padding-top:40px;
        padding-left:20px;
    }
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Regular.ttf");
}