@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
p {
    font-family: 'Lato', sans-serif;
}

.ws,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}

header.ica-header {
    padding: 0;
}

.ica-navbar .nav-navbar>.nav-item>.nav-link,
.ica-navbar .nav-navbar>.nav-link {
    line-height: 30px;
}

.ica-navbar.navbar-dark .nav-link.active,
.ica-navbar.navbar-dark .nav-link:hover,
.navbar-dark.ica-navbar .nav-navbar>.nav-link:hover,
.ica-navbar .nav-link:hover,
.navbar-dark.ica-navbar .nav-navbar>.nav-link.active,
.ica-navbar .nav-link.active,
.navbar-dark.ica-navbar.stick .nav-navbar>.nav-link:hover,
.ica-navbar.stick .nav-link:hover,
.navbar-dark.ica-navbar.stick .nav-navbar>.nav-link.active,
.ica-navbar.stick .nav-link.active,
.ica-navbar li.nav-item:hover .nav-link {
    color: #cca229;
}

.ica-navbar .nav-link.active .hover-slide::after,
.ica-navbar li.nav-item:hover .nav-link .hover-slide::after {
    width: 100%;
    left: 0;
}

.hover-slide::after {
    background: #cca229;
}

.header-scrolled [data-navbar="sticky"] {
    background-color: rgba(255, 255, 255, 0.95);
}

nav.ica-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ica-navbar-dropdown {
    line-height: 15px;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

ul.ica-navbar-dropdown li::marker {
    display: none;
}

nav.ica-navbar.stick img.ica-navbar-scrolled.logo-hitam {
    display: block;
}

nav.ica-navbar img.ica-navbar-scrolled.logo-hitam {
    display: none;
}

nav.ica-navbar.stick img.logo-putih {
    display: none;
}

nav.ica-navbar img.logo-putih {
    display: block;
}

.navbar-dark.ica-navbar .nav-navbar>.nav-item>.nav-link,
.navbar-dark.ica-navbar .nav-navbar>.nav-link,
.ica-navbar .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
}

.navbar-dark.ica-navbar.stick .nav-navbar>.nav-link,
.navbar-stick-dark.stick.ica-navbar .nav-navbar>.nav-link,
.ica-navbar.stick .nav-link {
    color: rgba(0, 0, 0, 0.7)
}

nav.nav.navbar-wrap {
    padding: 10px 25px;
}

.navbar-wrap-section a.nav-link {
    padding: 0;
}

.navbar-wrap-section {
    margin-bottom: 10px;
    margin-top: 10px;
}

h6.navbar-wrap-head {
    font-weight: 700;
    font-size: 13px;
}

.nav-navbar .nav div.navbar-wrap-section a.nav-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.nav-navbar .nav div.navbar-wrap-section a.nav-link.disabled,
.nav-navbar .nav div.navbar-wrap-section a.nav-link.disabled:hover {
    opacity: 0.4;
}

.nav-navbar .nav div.navbar-wrap-section a.nav-link:hover {
    opacity: 1;
}

.ica-footer p {
    margin-bottom: 0;
    opacity: 0.65;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}

.ica-footer p.footer-socmed {
    opacity: 0.8;
}

.ica-footer p.footer-link:hover,
p.footer-socmed:hover,
p.back-to-top:hover {
    opacity: 1;
}

p.footer-top {
    font-size: 12px;
}

.ica-footer p,
.ica-footer h6 {
    color: #fff;
}

footer.footer.ica-footer {
    background-color: #3c3c3b;
    padding-top: 40px;
    padding-bottom: 40px;
}

p.back-to-top {
    position: absolute;
    right: -30px;
    top: 0;
}

p.footer-text.watermark {
    font-weight: 300;
    font-size: 11px;
}

.ica-header-education {
    bottom: 10%;
}

.ica-header-course {
    bottom: 45%;
}

.ica-header-course-detail {
    height: 80vh;
}

@media(min-width:768px) {
    .ica-header-course-detail {
        height: 60vh;
    }
    .ica-header-education {
        bottom: 10%;
        left: 0%;
    }
    .ica-header-course {
        bottom: 40%;
        left: 0%;
    }
}

.ica-accordion-course-detail.accordion .card-title a::before {
    width: 12px;
    height: 12px;
}

.ica-accordion-course-content.accordion .card {
    border-color: rgb(221, 221, 221) !important;
}


/*.ica-navbar.navbar-dark a.nav-link{
    position:relative;
    transition:0.3s ease-in-out;
}

.ica-navbar.navbar-dark a.nav-link.active {
    color: #cca229;
}

.ica-navbar.navbar-dark a.nav-link::before{
    content:'';
    background:#cca229;
    height:2px;
    width:0;
    position: absolute;
    bottom:0;
    transition:0.3s ease-in-out;
}

.ica-navbar.navbar-dark a.nav-link.active::before, .ica-navbar.navbar-dark a.nav-link:hover::before{
    width:100%;
} */

.search-bar-blog {
    background-image: linear-gradient(#b3b3b3, #b3b3b3), linear-gradient(#c2a316, #c2a316);
    border-color: transparent;
    background-color: transparent;
    background-size: 0 3px, 100% 3px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100%);
    transition: background 0.3s;
}

.search-blog::placeholder {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.search-blog {
    font-size: 24px;
}

.search-icon {
    filter: invert(60%) sepia(78%) saturate(471%) hue-rotate(12deg) brightness(91%) contrast(90%);
    padding-top: 25px;
    width: 25px
}

.blog-header {
    letter-spacing: 0.5px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.blog-misc {
    font-size: 12px;
    color: #b3b3b3;
    font-family: 'Open Sans', sans-serif;
}

.blog-content {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
}

.blog-link {
    font-size: 12px;
    color: #c2a316;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.yellow-line-pagination {
    border: 1px solid #c2a316;
}

.pagination-yellow {
    font-size: 16px;
    color: #c2a316;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.subs-title {
    font-size: 16px;
    color: #c2a316;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.subs-button {
    background-color: #c2a316;
    color: white;
    border-radius: 25px;
}

.subs-border {
    border-radius: 25px;
    border: 1px solid #c2a316;
}

.subs-field::placeholder {
    font-style: italic;
}

.ica-pagination span.active {
    border-bottom: 2px solid #c2a316;
    cursor: unset;
}

.ica-pagination * {
    cursor: pointer;
}

.ica-pagination .disabled {
    opacity: .6;
    cursor: unset;
}

.ica-blog .img-fluid {
    margin-bottom: 1rem;
}

.ica-nav .nav-link {
    border-width: 3px;
}

.ica-tab-content.tab-content>.active {
    display: flex;
}

.ica-nav.ica-nav-border-active-white .nav-link.active {
    border-bottom-color: white;
}

.ica-ellipsis-inner {
    display: none;
}

.ica-ellipsis-inner span {
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s;
}

.ica-ellipsis-inner span:hover {
    opacity: 1;
}

.ica-ellipsis:hover .ica-ellipsis-inner {
    display: block;
}

.ica-collection-siblings {
    display: none;
}

.ica-collection-title i {
    display: none;
}

.ica-collection-title:hover i {
    display: inline-flex;
}

@media (max-width: 768px) {
    .ica-collection-title i {
        display: inline-flex;
    }
}

.ica-card-body-course-content .row:last-of-type .col-12 {
    border-bottom: unset !important;
}

.profile-font {
    font-size: 24px;
    letter-spacing: 5px;
    color: #000000;
    font-weight: 700;
}

.profile-line {
    height: 3px;
    border-radius: 10px;
    background-color: #cca229;
}

.profile-sidebar-container {
    background-color: #eaeaf0;
    border: 0.5px solid #c6c6c6;
    border-bottom: 0;
    padding: 5px 10px 5px 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.profile-sidebar-container-bottom {
    background-color: #eaeaf0;
    border: 0.5px solid #c6c6c6;
    padding: 5px 10px 5px 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.profile-sidebar-container-active {
    background-color: #cca229;
    border: 0.5px solid #cca229;
    padding: 5px 10px 5px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.profile-dashboard-header {
    color: #cca229;
    letter-spacing: 2px;
    font-weight: 600;
}

.profile-color-prime {
    color: #cca229;
}

.profile-table {
    color: #000000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.profile-table-row-border {
    border-bottom: 1px solid #c6c6c6;
}

.profile-table-head {
    padding-left: 0 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #c6c6c6 !important;
    letter-spacing: 1px;
}

.profile-table-body {
    padding-left: 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #c6c6c6 !important;
    letter-spacing: 1px;
}

.profile-table-body-link {
    padding-left: 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #c6c6c6 !important;
    letter-spacing: 1px;
    font-size: .9300rem;
    text-decoration: underline;
}

.profile-subs-head-table {
    padding-left: 0 !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.profile-table-body-link2 {
    display: inline-block;
    margin-right: 40px;
    text-decoration: underline
}

.profile-subs-header {
    color: #cca229;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px;
}

.profile-details-password::placeholder {
    color: #cca229;
}

.profile-color-prime:hover {
    color: #cca229;
}

.ica-navbar.ica-navbar-dark * {
    color: #333
}

.ica-navbar.ica-navbar-dark img.logo-putih {
    display: none !important;
}

.ica-navbar.ica-navbar-dark img.logo-hitam {
    display: block !important;
}

.question input[type="radio"]:checked+label,
.Checked+label {
    color: #cca229 !important;
    background-color: white !important;
    border-color: white !important;
}

@media (max-width: 425px) {
    .profile-subs-header {
        position: initial !important;
    }
}

.profile-invoice-to {
    padding-left: 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #000000 !important;
    letter-spacing: 1px;
}

.profile-invoice-yellow {
    color: #cca229;
    border-bottom: 1px solid #cca229 !important;
}

.profile-yellow {
    color: #cca229;
}

.profile-table-body2 {
    padding-left: 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #cca229 !important;
    letter-spacing: 1px;
}

.rating {
    display: inline-block;
    position: absolute;
    right: -5%;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    background-color: white;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border-color: #cca229;
    border: 1px solid #cca229;
    margin-left: 5px;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    background-color: #cca229;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border-color: #cca229;
    border: 1px solid #cca229;
    margin-left: 5px;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #fff;
    text-shadow: 0 0 5px #09f;
}

@media (max-width: 425px) {
    .rating {
        right: 20%;
    }
}

html {
  scroll-behavior: smooth;
}