html{
    font-size: 16px !important;
}

body {
    background-color: #F7F9F9;
    color: #00211B;
    font-family: 'Plus Jakarta Sans';
    margin: 0 auto;
}

header{
    background-color: #F7F9F9;
}

.text-secondary-700{
    color: #495057;
}

#navbar-header, #navbar-header-mobile {
    top: -100px;
    left: 0;
    right: 0;
    transition: top 0.8s;
    z-index: 1000;
}

header #navbar.navbar-scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header nav.navbar{
    padding: 0;
}

header .navbar-brand img {
    width: 200px;
    height: auto;
}

header a.navbar-brand {
    padding: 0;
}

header #navbarCollapse .nav-item {
    margin-right: 22px; 
}

header #navbarCollapse .nav-item:last-child {
    margin-right: 0; 
}

header .nav-search .dropdown-menu {
    width: 300px;
}

header #navbarCollapse .nav-item.active .nav-link {
    color: #00A686;
    border-bottom: 2px solid #00A686; 
    padding-bottom: 5px; 
}

header #navbarCollapse .nav-item .nav-link {
    color: #00211B;
}

header #navbarCollapse .nav-item .nav-link:hover {
    color: #00A686; 
}

header #offcanvasNavbar .nav-item.active .nav-link span{
    color: #00A686; 
    border-bottom: 2px solid #00A686; 
    padding-bottom: 5px;
}

header #offcanvasNavbar .nav-item .nav-link span{
    color: #00211B; 
}

/* Tombol Header Saat Hover */
header #offcanvasNavbar .nav-item .nav-link span:hover {
    color: #00A686; 
}

header #navSearch {
    padding: 0 0 0 8px;
    color: #00A686 !important;
}

header#navbar-header-mobile .offcanvas-header a.navbar-brand{
    margin-left: -16px;
}

.has-search .form-control-feedback {
    color: #00A686 !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

footer {
    background-color:#00735d;
    color:#ffffff;
}

footer h5 {
    color:#ffffff;
}

footer p {
    opacity: 0.7;
}

footer #LogoFooter {
    width: 200px;
    height: auto;
}

footer li a.nav-link {
    color: #F7F9F9;
    opacity: 0.7;
}

footer li a.btn.btn-primary {
    height: 32px;
}

footer li.nav-item a.nav-link:hover, footer li.nav-item a.nav-link:focus{
    color: #FFDD57;
}

footer ul.social a:hover img {
    filter: brightness(70%);
}

footer ul.social a img {
    transition: filter 0.3s;
    filter: brightness(100%);
}

.share-social-horizontal a img, .share-social a img{
    transition: filter 0.3s;
    filter: brightness(100%);
}

.share-social-horizontal a:hover img, .share-social a:hover img{
    filter: brightness(70%);
}

a#terms:hover, a#terms:focus{
    color: #FFDD57 !important;
}

#hover-animated-button {
    background-image: linear-gradient(
        to right,
        #00A687,
        #00A687 50%,
        #00211B 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button:before {
    content: '';
    background: #00A687;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button:hover {
    background-position: 0;
}

#hover-animated-button:hover::before {
    width:100%;
}

section.ahli-mention .ahli-mention a.row:hover #hover-animated-button {
    background-position: 0;
}

section.ahli-mention .ahli-mention a.row:hover #hover-animated-button::before {
    width:100%;
}

aside .card:hover #hover-animated-button {
    background-position: 0;
}

aside .card:hover #hover-animated-button::before {
    width:100%;
}

a.profile-avatar #simple-animation-underline:hover, a.profile-avatar #simple-animation-underline:focus{
    color: #00A687 !important;
    text-decoration: underline !important;
}

.form-control:focus:focus {
    box-shadow: none !important;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.multi-line{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-line{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#hover-animated-button-ji-1 {
    background-image: linear-gradient(
        to right,
        #008067,
        #008067 50%,
        #00211B 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button-ji-1:before {
    content: '';
    background: #008067;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-1 {
    background-position: 0;
}

section.jelajah-investasi-mention a.card:hover .text-primary-dark{
    color: #00477A !important;
}

section.jelajah-investasi-mention a.card:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-1::before {
    width:100%;
}

#hover-animated-button-ji-2 {
    background-image: linear-gradient(
        to right,
        #0E5F99,
        #0E5F99 50%,
        #00211B 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button-ji-2:before {
    content: '';
    background: #0E5F99;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-2 {
    background-position: 0;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-2::before {
    width:100%;
}

#hover-animated-button-ji-3 {
    background-image: linear-gradient(
        to right,
        #E04A3D,
        #E04A3D 50%,
        #00211B 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button-ji-3:before {
    content: '';
    background: #E04A3D;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-3 {
    background-position: 0;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-3::before {
    width:100%;
}

#hover-animated-button-ji-4 {
    background-image: linear-gradient(
        to right,
        #E7C136,
        #E7C136 50%,
        #00211B 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-animated-button-ji-4:before {
    content: '';
    background: #E7C136;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-4 {
    background-position: 0;
}

section.jelajah-investasi-mention a.card:hover #hover-animated-button-ji-4::before {
    width:100%;
}

.img-frame{
    position: relative;
    overflow: hidden;
}

.img-in-frame {
    background-size: cover; 
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.card:hover .img-in-frame, .card:focus .img-in-frame {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#simple-animation-underline:hover, #simple-animation-underline:focus{
    color: #00A687 !important;
    text-decoration: underline !important;
}

#simple-animation-underline:hover .text-primary, #simple-animation-underline:focus .text-primary{
    color: #00477A !important;
}

.heading-page .d-flex #simple-animation-underline:hover, .heading-page .d-flex #simple-animation-underline:focus{
    color: #00477A !important;
    text-decoration: underline !important;
}

.text-primary-dark{
    color: #0e5f99 !important;
}

.text-primary-dark:hover, .text-primary-dark:focus{
    color: #00477A !important;
    text-decoration: underline !important;
}

.no-wrap-wps{
    white-space: nowrap;;
}

.category-section .nav-link{
    white-space: nowrap;
}

.green-line-with-margin{
    width: 50px; 
    height: 0px; 
    border: 1px #00A686 solid; 
    margin-top: -7px;
}

.ji1-line-with-margin{
    width: 50px; 
    height: 0px; 
    border: 1px #008067 solid; 
    margin-top: -7px;
}

.ji2-line-with-margin{
    width: 50px; 
    height: 0px; 
    border: 1px #0E5F99 solid; 
    margin-top: -7px;
}

.ji3-line-with-margin{
    width: 50px; 
    height: 0px; 
    border: 1px #E04A3D solid; 
    margin-top: -7px;
}

.ji4-line-with-margin{
    width: 50px; 
    height: 0px; 
    border: 1px #E7C136 solid; 
    margin-top: -7px;
}

.green-line{
    width: 50px; 
    height: 0px; 
    border: 1px #00A686 solid;
}

.img-body{
    background-size: cover;
    width: 100%; 
    height: 100%; 
    background-position: center center;
}

.bi-arrow-right-short{
    font-size: 1.5rem;
}

.bi.bi-dot{
    font-size: 2rem;
}

.btn-primary{
    background-color: #0079D0 !important;
    border-color: #0079D0 !important;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #00477A !important;
    border-color: #00477A !important;
}

.text-primary{
    color: #0079D0 !important;
}

a .text-primary:hover, a .text-primary:focus{
    color: #00477A !important;
}

a.text-primary:hover, a.text-primary:focus{
    color: #00477A !important;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #0E5F99;
    color: #0E5F99;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    border: 1px solid #0E5F99;
    background: #0E5F99;
    color: #fff;;
}

.pagination>li.active>a {
    background: #0E5F99;
    border: 1px solid #0E5F99;
    color: #fff;
}

.box-tags button:hover {
    background-color: #00477A;
    border-color: #00477A;
}

.text-green-primary{
    color: #00A686;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.carousel-inner .profile-avatar .bi.text-white:hover, .carousel-inner .profile-avatar .bi.text-white:focus{
    color: #FFDD57 !important;
}

@media screen and (max-width: 768px) {
    html{
        font-size: 14px !important;
    }

    footer #LogoFooter {
        width: 160px !important;
    }

    header .navbar-brand img {
        width: 160px !important;
    }
}
