body {
    font-family: 'Inter', sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
}

#navbarScroll {
    font-weight: 600;
    color: #FFFFFF !important;
}

.menu-utama {
    background-color: #70B4A3;
    padding: 0px !important;
}

.btn-primary2 {
    background-color: #70B4A3;
    color: #FFFFFF;
}

.btn-primary2:hover {
    background-color: #2be4b5;
    color: #FFFFFF;
}

.color-primary2 {
    background-color: #70B4A3;
    color: #FFFFFF;
}

.text-primary2 {
    color: #70B4A3;
}

.men {
    transition: transform .3s;
}

.men:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 6px rgb(61, 61, 61);
    border-color: #70B4A3;
}

.card-tengah {
    transition: 0.3s;
}

.card-tengah:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card-tengah2 {
    transition: 0.3s;
}

.card-tengah2:hover {
    transform: scale(1.01);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.nav-link {
    transition: 0.3s;
}

.nav-link:hover {
    transform: scale(1.1);
}

.nav-link.active {
    transform: scale(1.1);
}
.judul1{
    font-size: 13px;
    line-height: 1.4em !important;
    font-weight: bold;
    color:#3F3E3E;
    margin-bottom:5px;
}
.judul2{
    font-size: 12px;
    line-height: 1.2em !important;
    font-weight: bold;
    color:#3F3E3E;
    margin-bottom:3px;
}
.judul3{
    font-size: 11px;
    line-height: 1.1em !important;
    font-weight: bold;
    color:#3F3E3E;
    margin-bottom:1px;
}

.isi{
    font-size: 12px;
    color:#455A64;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    text-align: justify;
}
.isi2{
    font-size: 11px;
    color:#455A64;
    line-height: 1.1em !important;
    margin-bottom: 5px;
    text-align: justify;
}
.isi2 p{
    margin-bottom: 0px !important;
}
.isi3{
    font-size: 10px;
    color:#455A64;
    line-height: 1em !important;
    margin-bottom: 1px;
    text-align: justify;
}
.isi-kecil{
    font-size: 11px;
    color:#DA8600;
    margin-bottom:5px;
}

.badge-success{
    border-radius: 5px;
    background-color: #28A745;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-danger{
    border-radius: 5px;
    background-color: #ED1C24;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-primary{
    border-radius: 5px;
    background-color: #034EA2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge-info{
    border-radius: 5px;
    background-color: #DA8600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.artikel{
    padding-left:3px;
    padding-right:3px;
    padding-top:3px;
    padding-bottom:0px;
    border-radius: 5px;
    cursor:pointer;
    text-decoration: none;
}
.artikel:hover{
    background-color: #e7e7e7;
}
hr { 
    background-color: #cccccc; 
    height: 1px; 
    border: 0; 
}
.badge-white{
    color: #232323;
    background-color: #FFFFFF;
    border-radius: 5px;
    font-weight: 700;
    padding:3px 10px;
    font-size: 12px;
}
.badge-oren{
    color: #232323;
    background-color: #FFC870;
    border-radius: 5px;
    font-weight: 700;
    padding:3px 10px;
    font-size: 12px;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.link{
    transition: 0.3s;
    padding:5px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #034EA2 ;
}
.link:hover{
    scale:1.2;
}

.rates {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rates:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rates:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    font-size:30px;
    color:#ccc;
}
.rates:not(:checked) > label:before {
    content: '★ ';
}
.rates > input:checked ~ label {
    color: #ffc700;    
}

@media (min-width:424px) {

.rates{
    scale:0.5;
}
.rate{
    scale:0.5;
}
}
