:root {
    --primary: #0042B2;
    --secondary: #90a1b9;
    --success: #00d492;
    --warning: #fe9a00;
    --danger: #ec003f;
    --info: #00d3f2;
    --dark: #101828;
    --accent: #00cba6;

    --bs-primary-rgb: 0, 66, 178;
}

html,
header,
body,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

body {
    background-color: #f8f9fa !important;
}

/* DIVIDER CSS */
.custom-shape-divider-bottom-1679988820 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1679988820 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 96px;
}

.custom-shape-divider-bottom-1679988820 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1680147920 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1680147920 svg {
    position: relative;
    display: block;
    width: calc(166% + 1.3px);
    height: 71px;
}

.custom-shape-divider-top-1680147920 .shape-fill {
    fill: #FFFFFF;
}

/* End DIVIDER */

#topnav .navigation-menu>li>a {
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

#topnav.sticky .navigation-menu>li.active>a,
#topnav.sticky .navigation-menu>li:hover>a {
    font-weight: 600 !important;
    color: #fff !important;
}

.nav-sticky {
    backdrop-filter: blur(10px);
}

.nav-sticky .navigation-menu>li>a {
    text-transform: capitalize;
    font-weight: 400;
    color: #354272 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a,
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a {
    font-weight: 600 !important;
    color: #354272 !important;
}

.login-gtk {
    background-color: #FAD500 !important;
    color: #354272 !important;
    font-size: 14px;
}

.login-dosen {
    background-color: #354272 !important;
    color: #fff;
    font-size: 14px;
}

.avatar.avatar-ex-small {
    width: 150px !important;
    height: auto;
}

.text-primary {
    color: var(--primary);
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    background-color: var(--primary);
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-soft-info {
    background-color: rgb(64 144 205 / 6%) !important;
}

p.timeline-subtitle {
    font-size: 1rem;
}

.nav-pills .nav-link.active {
    background-color: var(--primary) !important;
    color: #354272;
    height: 55px;

}

.nav-pills .nav-link {
    background-color: #F8F9FC !important;
    color: #354272 !important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-pane .inner-content-beasiswa {
    padding: 4px;

    flex-basis: 45%;
    flex-grow: 1;
}

.inner-content-beasiswa p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-beasiswa .card {
    background-color: var(--dark);
    color: white;
}

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

.list-beasiswa .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-beasiswa .card-title {
    color: white;
}

.list-beasiswa .card:hover .card-title {
    color: white;
}

.list-beasiswa .card:hover .right-side {
    color: white !important;
    transition: 200ms;
}

.list-beasiswa__image {
    height: 150px;
}

.btn-primary {
    background-color: var(--primary) !important;
    box-shadow: none;
    border: transparent;
}

.inner-content-beasiswa .card:hover .right-side {
    background-color: var(--dark);
    color: white;
}

.bg-cust {
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
}

.footer-bar {
    position: sticky;
}

.footer {
    background: var(--dark);
    position: relative;
    color: #adb5bd;
}

.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 30px;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 36px;
    width: 36px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    background: var(--primary);
    color: #fff !important;
}

.social-icon.foot-social-icon li a {
    color: rgb(254 255 255);
    border-color: rgb(40, 52, 83);
    background-color: #222940;
    background-color: #222940;
}

.social-icon li a:hover .fea-social {
    fill: none;
}

.social-icon li a:hover {

    border-color: var(--primary) !important;

}

/* ANIMATION */
.anim {
    transition: ease-in 100ms;
}

.anim:hover {
    transform: translate(0, -5px);
}
