/*main {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
*/
.f6 {font-size: 6px!important;}
.f7 {font-size: 7px!important;}
.f8 {font-size: 8px!important;}
.f9 {font-size: 9px!important;}
.f10 {font-size: 10px!important;}
.f11 {font-size: 11px!important;}
.f12 {font-size: 12px!important;}
.f13 {font-size: 13px!important;}
.f14 {font-size: 14px!important;}
.f15 {font-size: 15px!important;}
.f16 {font-size: 16px!important;}
.f17 {font-size: 17px!important;}
.f18 {font-size: 18px!important;}
.f19 {font-size: 19px!important;}
.f20 {font-size: 20px!important;}

.widget-wrapper {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 2rem;
}

.reviews {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

img.ava {
    border-radius: 50%;
}

.price {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -2px;
}

.price .tag {
    margin: 0;
}

.navbar {
    background-color: #676b74;
}

footer.page-footer {
    background-color: #676b74;
    margin-top: 2rem;
}

.card {
    font-weight: 300;
}

.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
}

.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}

a.nav-link {
    color: #34495e;
    font-weight: bold;
}

h4 {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    img.ava {
        height: 75px;
        width: 75px;
        margin-left: 50px;
        border-radius: 50%;
        text-align: center;
    }
}

#pr_pertanyaan {
    height: 100px;
}

.secondarytext {
    font-size: 11px;
}

#km_komentar {
    width: 95%;
    height: 100px;
    font-size: 12px;
}

#ar_isi {
    font-family: sans-serif;
    font-size: .8em;
    /*width: 700px;*/
    height: 250px;
    padding: 10px;
    border: 2px solid #ddd;
}

#rf_referensi {
    font-family: sans-serif;
    font-size: .8em;
    /*width: 700px;*/
    height: 100px;
    padding: 10px;
    border: 2px solid #ddd;
}

.judul_artikel {
    font-size: 20px;
    font-weight: bold;
}

* {
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 99%;
    /*margin-top: .5em; color: #666;*/
}

.myicons {
    font-size: 2em;
}


/*new for kamus gizi*/

.text1 {
    width: 180px;
    position: absolute;
    top: 50px;
    right: 0px;
    left: 95px;
}

.text1 p {
    font-size: 100px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .text1 {
        width: 180px;
        position: absolute;
        top: 80px;
        right: 0px;
        left: 150px;
    }
    .text1 p {
        font-size: 150px;
        color: #fff;
    }
}


/*// Small devices (landscape phones, 576px and up)*/

@media only screen and (max-width: 767px) {
    .text1 {
        width: 180px;
        position: absolute;
        top: 80px;
        right: 0px;
        left: 200px;
    }
    .text1 p {
        font-size: 10px;
        color: #fff;
    }
}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
    .text1 {
        width: 180px;
        position: absolute;
        top: 80px;
        right: 0px;
        left: 200px;
    }
    .text1 p {
        font-size: 10px;
        color: #fff;
    }
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {
    .text1 {
        width: 180px;
        position: absolute;
        top: 80px;
        right: 0px;
        left: 200px;
    }
    .text1 p {
        font-size: 10px;
        color: #fff;
    }
}


/*// Extra large devices (large desktops, 1200px and up)*/


/* @media (min-width: 1200px) { ... } */

.nav-link {
    font-weight: 630;
}

.gridkategori {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding: 10px !important;
}

.gridkategori.active {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}
.nav-link, .hand_pointer{
    cursor:pointer;
}
.one-line-text{
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.two-line-text{
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.btn-konseling:hover{
    background-color: #1976D2 !important;
}
.txt-line-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txt-line-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txt-line-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
strong { font-weight: bold!important; }
.pointer{
  cursor: pointer;
}