:root {
    --primary: rgb(255, 213, 2);
    --dark-primary: rgb(218, 185, 22);
    --secondary: #1abc9c;
    --dark-secondary: #16a085;
    --light: rgb(240, 240, 240);
    --dark: #212529;
}

* {
    font-family: "Nunito", sans-serif;
}

body {
    background-color: var(--light);
}

a {
    text-decoration: none;
}

.navigation .brand {
    font-weight: 700;
}

.navigation .brand img {
    height: 35px;
}

.navigation .navToggler {
    background-color: var(--primary);
    display: none;
}

.navigation .navDismiss {
    background-color: var(--primary);
    display: none;
}

.navigation .pages {
    list-style-type: none;
}
.navigation .pages li {
    padding: 0 0.8rem;
}

.navigation .nav-item:hover {
    color: var(--primary);
}

.navigation .action .loginBtn {
    background-color: var(--primary);
}

.navigation .navCollapse {
    z-index: 1;
}

.slideshow .overlay {
    background-color: #000;
    overflow: hidden;
}

.slideshow .carousel-item {
    width: 100%;
    height: calc(100vh - 74px);
    position: relative;
}

.slideshow .carousel-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.4;
}

.slideshow .carousel-caption .carousel-title a {
    color: #fff;
}

.slideshow .carousel-caption .carousel-title a:hover {
    color: var(--primary);
}

.dataAngka .cardItem {
    width: 15rem;
    height: 15rem;
    position: relative;
    border: 1px solid var(--secondary);
    overflow: hidden;
    /* background-color: #fff; */
}

.dataAngka .cardItem img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: ease-out .25s;
}

.dataAngka .cardItem:hover img {
    height: 110%;
    opacity: .3;
}

.dataAngka .card {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;
    border: none;
    border-radius: 0;
    background-color: none;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9);
    transition: ease-in-out .25s;
}

.dataAngka .cardItem:hover .card {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
}

.dataAngka .card .icon {
    background-color: var(--secondary);
    width: 5rem;
    height: 5rem;
}

.dataAngka .cardItem:hover .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
}

.dataAngka .card .icon i {
    color: #fff;
    font-size: 3rem;
}

.dataAngka .cardBody {
    margin-left: 1rem;
}

.dataAngka .cardItem:hover .cardBody {
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
}

.dataAngka .cardBody .amount {
    font-size: 2rem;
    margin-bottom: -8px;
    margin-top: -4px;
    font-weight: 700;
}

.cardProfile {
    background-color: var(--primary);
    margin-top: 120px;
}

.cardProfile .memberLists {
    overflow-x: hidden;
}

.cardProfile .memberItem {
    box-sizing: border-box;
    padding: 0 10px;
}

.cardProfile img {
    width: 10rem;
}

.news {
    margin-top: 120px;
}

.news .latestNews img {
    width: 100%;
    border-radius: 1rem;
}

.news .latestNews .latestNewsCard {
    background-color: #fff;
    border-radius: 1rem;
    margin-top: -100px;
    position: absolute;
    width: 96.5%;
}

.news .latestNews .latestNewsCardContent {
    background-color: #fff;
    border-radius: 1rem;
    margin-top: -100px;
    position: absolute;
    width: 97%;
}

.news .latestNews .latestNewsCard h4 {
    font-weight: 700;
}

.news .latestNews .latestNewsCard small {
    font-weight: 500;
    opacity: 0.8;
}

.news .rightSideNews {
    border-radius: 1rem;
    overflow: hidden;
}

.news .rightSideNews img {
    width: 40%;
    object-fit: cover;
}

.news .rightSideNews .link:hover {
    outline: 6px solid var(--secondary);
    transition: 0.2s;
}

.news .rightSideNews h5 {
    font-weight: 600;
}

.news .rightSideNews .dateTag {
    font-size: 0.9rem;
}

.news .rightSideNews small {
    font-weight: 500;
    opacity: 0.8;
}

.news .allNewsBtn {
    background-color: var(--primary);
}

.about {
    margin-top: 120px;
}

.about img {
    border-radius: 1rem;
    height: 20rem;
    object-fit: cover;
}

.about .aboutBtn {
    background-color: var(--primary);
}

.footer {
    margin-top: 120px;
    background-color: var(--primary);
}

.footer .logo {
    border-radius: 1rem;
}

.footer .logo img {
    height: 3rem;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer i {
    width: 1rem;
    margin-right: 0.5rem;
}

.footer a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 600;
    opacity: 0.7;
}

.footer a:hover {
    opacity: 1;
}

.header {
    height: 10rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header .overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.header .headerTitle {
    margin-top: 8rem;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
}

.header .headerTitle h4 {
    margin: 0;
}

.news .mainSideNews img {
    width: 100%;
    height: 15rem;
    border-radius: 1rem;
    object-fit: cover;
}

.news .mainSideNews .mainNewsCard {
    width: 96%;
    border-radius: 1rem;
    margin-top: -100px;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

.news .mainSideNews .mainNewsCard h5 {
    margin: 0;
}

.news .link:hover .mainNewsCard,
.news .link:hover .latestNewsCard {
    margin-top: -105px;
    transition: 0.1s;
    transition-timing-function: ease-in-out;
    background-color: rgb(250, 250, 250);
}

.allNews .cardNews {
    /* width: 16rem; */
    background-color: #fff;
    border-radius: 1rem;
}

.allNews .cardNews:hover {
    margin-top: -0.3rem;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
}

.allNews .cardNews .cardNewsImg {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.allNews .cardNews .cardNewsImg img {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allNews .cardNews .cardNewsTitle {
    font-weight: 600;
}

.allNews .cardNews .cardNewsInfo {
    font-size: 0.8rem;
}

.allNews .cardNews .cardNewsInfo span i {
    font-size: 0.7rem;
}

.allNews .cardNews .cardNewsShareBtn {
    margin-top: -1.5rem;
    right: 1.2rem;
    background-color: var(--primary);
}

.allNews .pagination .page-item .page-link {
    color: var(--dark-primary);
}

.agenda .agendaCard {
    border-radius: 1rem;
}

.agenda .dropdown-menu {
    padding: 0;
    transform: translate(-47px, 20px);
    transition: ease-in-out .2s;
}

.agenda .dropdown-item:active {
    background-color: var(--light);
    color: var(--dark);
}

.agenda .agendaTable {
    width: 100%;
}

.agenda .agendaTable tr:first-child td:nth-child(n + 2) {
    width: 13.3%;
}

.agenda .agendaTable tr td {
    border: 1px solid #dfdfdf;
}

.agenda .agendaTable .date {
    margin: 0;
    font-weight: 700;
}

.agenda .agendaTable .calendarIcon {
    background-color: #ececec;
    color: var(--secondary);
    box-shadow: inset 0 0 0 3px #fff;
}

.agenda .agendaTable .active {
    box-shadow: inset 0px -4px 0px var(--secondary);
    box-sizing: border-box;
}

.agenda .agendaBtn span {
    background-color: var(--primary);
    font-size: 0.9rem;
    font-weight: 500;
}

.agenda .agendaTable .agendaTableBody tr td {
    padding: 0.5rem;
}

.agenda .agendaTable .agendaTableBody tr td:first-child {
    color: #949494;
    text-align: center;
}

.agenda .agendaTable .time {
    font-weight: 500;
    background-color: #fff;
}

.agenda .agendaTable tr td:first-child {
    position: sticky;
    left: 0;
}

.agendaTable .agendaTableBody .agendaPurple {
    background-color: rgba(70, 100, 255, 0.2);
    box-shadow: inset 0 0 0 3px #fff;
    color: rgb(70, 100, 255);
}

.agendaTable .agendaTableBody .agendaBlue {
    background-color: rgba(62, 184, 254, 0.2);
    box-shadow: inset 0 0 0 3px #fff;
    color: rgb(62, 184, 254);
}

.agendaTable .agendaTableBody .agendaOrange {
    background-color: rgba(253, 143, 41, 0.2);
    box-shadow: inset 0 0 0 3px #fff;
    color: rgb(253, 143, 41);
}

.agendaTable .agendaTableBody .agendaRed {
    background-color: rgba(254, 84, 84, 0.2);
    box-shadow: inset 0 0 0 3px #fff;
    color: rgb(254, 84, 84);
}

.aboutPage .aboutCard {
    border-radius: 1rem;
}

.aboutPage .aboutCard .strukturOrganisasi {
    max-height: 100vh;
}

.custom-modules {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.custom-in-zoomer,
.custom-out-zoomer {
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-in-zoomer:hover,
.custom-out-zoomer:hover {
    background-color: var(--primary);
}
