@media (max-width: 768px){
    .height-90vh {
        min-height: 0vh !important;
    }
    iframe{
        width: 100%;
    }
}
.floating-button.whatsapp{
	position: fixed;
    background: #50a930;
    color: #ffffff;
    padding: 5px;
    font-size: 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.content-wa{
	position: fixed;
    bottom: 70px;
    right: 25px;
    background: white;
    padding: 15px 15px 7px 15px;
    border-radius: 8px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.08);
    z-index: 99;
}
.content-wa ul{
	margin: 0px;
    list-style: none;
    padding: 0px;
}
.content-wa li{
	padding-bottom: 5px;
}
.card-daftar{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 8px;
    border-top: 12px solid #1fc8d5;
    border-bottom: 12px solid #1fc8d5;
}
.card-daftar .card-body{
    padding: 10px 35px;
}
.card-daftar .card-body a{
    font-size: 12px;
}
.card-daftar .card-body h5{
    font-size: 16px;
}
.countdown-pendaftaran{
    bottom: 0px;
    position: fixed;
    color: #ffffff;
    right: 0;
    background-image: linear-gradient(to right, #017f01 , #ff8200);
    z-index: 999;
    width: 100%;
}
.font-size-30{
    font-size: 30px;
}
.kosong{
    margin-top: -28px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
}
.nav-tabs.nav-custom{
    justify-content: space-between;
    border-bottom: 0px !important;
}
.nav-tabs.nav-custom .nav-item.show .nav-link, .nav-tabs.nav-custom .nav-link.active {
    color: #ffffff;
    background: #44a8ff;
    border-radius: 5px;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs.nav-custom .nav-item {
    margin-bottom: -1px;
    background: #e1e1e1;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 1px rgb(169 169 169 / 38%);
}
.nav-tabs.nav-custom .nav-link {
    border: none;
}