@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #002766;
  --gray: #D9D9D9;
  --secondary: #FF4D4F;
  --primary-light: #E6F7FF;
  --secondary-light: #FFF1F0;
  --soft: #434343;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.main-content {
  min-height: 100vh;
  height: auto;
  position: relative;
  padding-bottom: 360px;
}

.page {
  padding-top: 120px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.btn {
  border-radius: 2px;
}

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

.bg-primary {
  background-color: var(--primary) !important;
}

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

.btn-outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary) !important;
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
}

.btn-gray {
  background-color: var(--gray) !important;
  border-color: var(--gray) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.btn-outline-gray {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray) !important;
}
.btn-outline-gray:hover {
  background-color: var(--gray) !important;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.btn-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary) !important;
}
.btn-outline-secondary:hover {
  background-color: var(--secondary) !important;
}

.btn-primary-light {
  background-color: var(--primary-light) !important;
  border-color: var(--primary-light) !important;
}

.bg-primary-light {
  background-color: var(--primary-light) !important;
}

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

.btn-outline-primary-light {
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-light) !important;
}
.btn-outline-primary-light:hover {
  background-color: var(--primary-light) !important;
}

.btn-secondary-light {
  background-color: var(--secondary-light) !important;
  border-color: var(--secondary-light) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-light) !important;
}

.text-secondary-light {
  color: var(--secondary-light) !important;
}

.btn-outline-secondary-light {
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-light) !important;
}
.btn-outline-secondary-light:hover {
  background-color: var(--secondary-light) !important;
}

.btn-soft {
  background-color: var(--soft) !important;
  border-color: var(--soft) !important;
}

.bg-soft {
  background-color: var(--soft) !important;
}

.text-soft {
  color: var(--soft) !important;
}

.btn-outline-soft {
  border-width: 1px;
  border-style: solid;
  border-color: var(--soft) !important;
}
.btn-outline-soft:hover {
  background-color: var(--soft) !important;
}

.navbar {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--primary);
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--secondary);
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--secondary);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.jumbo {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  overflow: hidden;
}
.jumbo .jumbo-image {
  position: relative;
  height: 100%;
}
.jumbo .jumbo-image .main-image {
  position: absolute;
  bottom: -100px;
  left: -60px;
  height: 100%;
}
.jumbo .jumbo-text h1.display-1 {
  font-size: 150px;
  font-weight: 300;
  color: var(--primary);
  margin: 0px;
  letter-spacing: normal;
}
.jumbo .jumbo-text h2 {
  font-size: 52px;
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0px;
}
.jumbo .jumbo-text h1 {
  font-size: 84px;
  margin: 0px;
  color: var(--primary);
  letter-spacing: 2px;
}
.jumbo .jumbo-text h1 span {
  font-weight: bold;
  color: var(--secondary);
}

.title {
  color: var(--primary);
  font-weight: 700;
  position: relative;
  padding: 20px;
  width: auto;
  display: inline-flex;
}
.titleh1 {
  font-size: 42px;
}
.titleh4 {
  font-size: 42px;
}
.title .divider {
  position: absolute;
  bottom: 10px;
  width: 50%;
  height: 2px;
  border-radius: 100px;
  background-color: var(--gray);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.title .divider:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: var(--secondary);
  top: -2px;
  left: 0px;
  right: auto;
  border-radius: 100px;
  transition: left 1s;
}
.title .divider.scroll:before {
  left: 50%;
  transition: left 1s;
}

.slideshow-contaner .slideshow {
  padding: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.slideshow-contaner .slideshow.slideshow-text {
  height: 450px;
}
.slideshow-contaner .slideshow.slideshow-text .slideshow-items {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow: hidden;
  list-style: none;
  padding: 10px;
  position: absolute;
  left: 0vw;
  top: 0px;
  height: 450px;
  transition: left 1s;
  overflow: hidden;
}
.slideshow-contaner .slideshow.slideshow-text .slideshow-items .items {
  width: 70vw;
  padding: 20px;
  height: 100%;
}
.slideshow-contaner .slideshow.slideshow-text .slideshow-items .items ol {
  margin-top: 10px !important;
  background-color: transparent !important;
}
.slideshow-contaner .slideshow.slideshow-text .slideshow-items .items ol li {
  line-height: 2.5;
  font-size: 16px !important;
}
.slideshow-contaner .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow-contaner .navigation ul.divider {
  list-style: none;
  padding: 0px;
  width: 80%;
  position: relative;
  margin-right: 20px;
}
.slideshow-contaner .navigation ul.divider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--gray);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  top: 10px;
}
.slideshow-contaner .navigation ul.divider li {
  display: none;
}
.slideshow-contaner .navigation ul.divider li:first-child {
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background-color: var(--secondary);
  display: block;
  left: 0px;
  top: 8px;
  z-index: 30;
  transition: left 1s;
}
.slideshow-contaner .navigation .nav-item {
  display: flex;
}
.slideshow-contaner .navigation .nav-item .nav-link {
  color: var(--gray);
}

.modal .modal-dialog .modal-content {
  border-radius: 25px;
  overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0px;
}

.form-control {
  padding: 8px 12px;
}

.input-file .upload-file {
  padding: 2px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
}
.input-file .upload-file label {
  margin-left: 20px;
  border-left: 1px solid #ced4da;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 30px;
}

.invalid-feedback {
  color: var(--secondary);
  display: block;
  font-size: 12px;
}

.agenda {
  background: linear-gradient(270deg, #FF4D4F 0%, #FF3000 100%);
  padding: 30px;
  position: relative;
}
.agenda .agenda-header {
  color: white;
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.agenda .agenda-header h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  transition: 1s;
}
.agenda .agenda-header h1 {
  font-size: 62px;
  font-weight: 700;
  transition: 1s;
}
.agenda .agenda-header.hide h4, .agenda .agenda-header.hide h1 {
  margin-left: 200%;
  transition: 1s;
}
.agenda .agenda-body {
  height: 480px;
  overflow: hidden;
}
.agenda .agenda-body:hover {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.agenda .agenda-body:hover::-webkit-scrollbar {
  display: none;
}
.agenda .agenda-body.hide .items {
  margin-left: 200%;
  transition: 2s;
}
.agenda .agenda-body .items {
  list-style: none;
  padding: 0px;
  transition: 2s;
  margin-left: 0px;
}
.agenda .agenda-body .items .item {
  display: flex;
  margin-bottom: 10px;
  background-color: #FFFFFF33;
  align-items: center;
}
.agenda .agenda-body .items .item .countdown {
  width: 240px;
  background-color: #FFFFFF33;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
}
.agenda .agenda-body .items .item .countdown label {
  font-size: 12px;
}
.agenda .agenda-body .items .item .countdown h2 {
  font-size: 24px;
  font-weight: 700;
}
.agenda .agenda-body .items .item img {
  height: 80px;
  width: 130px;
  margin-right: 10px;
  object-fit: cover;
}
.agenda .agenda-body .items .item .detail {
  padding: 10px;
  color: #FFFFFF;
}
.agenda .agenda-body .items .item .detail span {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.agenda .agenda-body .items .item .detail label {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.agenda .agenda-body .items .item .info {
  margin-right: 20px;
  width: 50px;
  position: relative;
  align-self: stretch;
  cursor: pointer;
}
.agenda .agenda-body .items .item .info label {
  color: #FFFFFF;
  position: absolute;
  top: 35%;
  left: 15px;
  transition: 1s;
}
.agenda .agenda-body .items .item .info:hover label {
  transition: 1s;
  left: -5px;
}

.custom-calendar .fc-header-toolbar .fc-button {
  background-color: transparent;
  border: none;
  color: gray;
  width: 45px;
  height: 45px;
}
.custom-calendar .fc-header-toolbar .fc-button:hover {
  border-radius: 100px;
  background-color: var(--secondary);
  color: #FFFFFF;
}
.custom-calendar * {
  border: none !important;
}
.custom-calendar .fc-col-header .fc-col-header-cell-cushion {
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  color: white;
  background-color: var(--secondary);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100px;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top {
  padding-top: 5px;
  justify-content: center;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-bg .fc-highlight {
  background-color: var(--primary-light);
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-events {
  height: 10px !important;
  min-height: 10px;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-events .fc-h-event {
  background-color: var(--secondary);
  width: 10px !important;
  height: 10px !important;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.photo-gallery {
  max-width: 100vw;
  overflow: hidden;
}
.photo-gallery .photo-list {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  height: 720px;
  overflow: hidden;
  width: 100%;
}
.photo-gallery .photo-list.show-all {
  height: auto;
}
.photo-gallery .photo-list.show-all .item {
  display: block;
  position: relative;
}
.photo-gallery .photo-list.show-all .item:nth-child(1n) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.show-all .item:nth-child(2n) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.show-all .item:nth-child(3n) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.show-all .item:nth-child(4n) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.show-all .item:nth-child(5n) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.show-all .item:nth-child(6n) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.show-all .item .text {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: auto;
  color: #FFF;
  background-color: var(--secondary);
  padding: 1rem;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}
.photo-gallery .photo-list.show-all .item:hover .text {
  bottom: 0px;
  transition: 0.5s;
}
.photo-gallery .photo-list .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: none;
  height: 360px;
  transition: 1s;
}
.photo-gallery .photo-list .item:nth-child(1), .photo-gallery .photo-list .item:nth-child(2), .photo-gallery .photo-list .item:nth-child(3), .photo-gallery .photo-list .item:nth-child(4), .photo-gallery .photo-list .item:nth-child(5), .photo-gallery .photo-list .item:nth-child(6) {
  display: block;
}
.photo-gallery .photo-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.photo-gallery .photo-list .item:hover .caption {
  left: 0px;
  transition: 1s;
}
.photo-gallery .photo-list .item .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(270deg, #FF4D4F 0%, #FF3000 100%);
  top: 0px;
  left: -100%;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  display: none;
  display: flex;
  transition: 1s;
}
.photo-gallery .photo-list.style-1 .item:nth-child(1) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-1 .item:nth-child(2) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-1 .item:nth-child(3) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-1 .item:nth-child(4) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-1 .item:nth-child(5) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-1 .item:nth-child(6) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-2 .item:nth-child(1) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-2 .item:nth-child(2) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-2 .item:nth-child(3) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-2 .item:nth-child(4) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-2 .item:nth-child(5) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-2 .item:nth-child(6) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-3 .item:nth-child(1) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-3 .item:nth-child(2) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-3 .item:nth-child(3) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-3 .item:nth-child(4) {
  width: calc(100%/2);
}
.photo-gallery .photo-list.style-3 .item:nth-child(5) {
  width: calc(100%/4);
}
.photo-gallery .photo-list.style-3 .item:nth-child(6) {
  width: calc(100%/4);
}

.photo-show {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000CC;
  z-index: 2000;
  top: 0px;
  left: 0px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.photo-show.show {
  display: inline-flex;
}
.photo-show .image-container img {
  width: auto;
  height: 400px;
}
.photo-show .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFFFFF;
}
.photo-show .caption {
  text-align: center;
  color: #FFF;
}

.news-list {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.news-list .news-list-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 20px 0px;
}
.news-list .news-list-header span {
  background-color: var(--secondary);
  font-size: 14px;
  color: white;
  padding: 2px 6px;
  font-weight: 500;
  border-radius: 2px;
}
.news-list .news-list-header label {
  color: var(--gray);
}
.news-list .news-list-body {
  height: 400px;
  overflow: hidden;
}
.news-list .news-list-body .image {
  width: 100%;
  height: 200px;
}
.news-list .news-list-body .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-list-body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 22px;
}
.news-list .news-list-body p {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

ul.breadcrumb {
  display: inline-flex;
  width: auto;
}
ul.breadcrumb li {
  margin-right: 1rem;
}
ul.breadcrumb li a {
  color: var(--gray);
  text-decoration: none;
}
ul.breadcrumb li a:after {
  content: "/";
  margin-left: 10px;
}
ul.breadcrumb li:last-child a {
  color: var(--soft);
}
ul.breadcrumb li:last-child a:after {
  display: none;
}

.table thead tr th {
  background: linear-gradient(270deg, #FF4D4F 0%, #FF3000 100%);
  color: #FFFFFF;
}

.pagination .page-item {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.pagination .page-item.active .page-link {
  background-color: var(--secondary);
  color: #FFFFFF;
}
.pagination .page-item.active:hover {
  background-color: var(--secondary);
  color: #FFFFFF;
  border-radius: 100px;
  border: none;
}
.pagination .page-item:hover .page-link {
  background-color: transparent;
  border: 1px solid var(--secondary-light);
  transition: 0.5s;
}
.pagination .page-item.disabled .page-link, .pagination .page-item.disabled .page-link:hover {
  color: var(--gray);
  border: none;
}
.pagination .page-item .page-link {
  border: none;
  border-radius: 100%;
  text-align: center;
  color: var(--secondary);
}

.card {
  border-radius: 20px;
  overflow: hidden;
}

.btn-pill {
  border-radius: 100px;
}

.suara-kita {
  position: relative;
  overflow: hidden;
  height: 640px;
}
.suara-kita .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: -150%;
  z-index: 100;
  transition: right 1s;
}
.suara-kita .item.show {
  right: 0;
  transition: right 1s;
}

.podcast {
  list-style: none;
  padding: 0px;
}
.podcast li {
  display: flex;
  margin-bottom: 1rem;
}
.podcast li .thumbnail {
  width: 320px;
  height: 200px;
}
.podcast li .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast li .content {
  margin-left: 1rem;
  width: 100%;
}
.podcast li .content h4 {
  font-size: 24px;
  color: var(--primary);
  font-weight: 700;
}
.podcast li .content label {
  font-size: 20px;
}
.podcast li .content .deskripsi {
  margin-top: 1rem;
  font-size: 16px;
  height: 72px;
  overflow: hidden;
}
.podcast li .content .deskripsi:hover {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.podcast li .content .deskripsi:hover::-webkit-scrollbar {
  display: none;
}
.podcast li .content .podcast-control audio {
  display: none;
}
.podcast li .content .podcast-control .audio-control {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  width: 100%;
}
.podcast li .content .podcast-control .audio-control .btn-play {
  padding: 0px;
}
.podcast li .content .podcast-control .audio-control .btn-play > * {
  display: none;
}
.podcast li .content .podcast-control .audio-control .btn-play.pause > .play-icon {
  display: block;
}
.podcast li .content .podcast-control .audio-control .btn-play.play > .pause-icon {
  display: block;
}
.podcast li .content .podcast-control .audio-control .bar {
  margin-left: 10px;
  width: 85%;
  position: relative;
  height: 1px;
}
.podcast li .content .podcast-control .audio-control .bar:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: gray;
}
.podcast li .content .podcast-control .audio-control .bar .progress {
  position: absolute;
  height: 5px;
  background-color: var(--secondary);
  top: -2px;
  left: 0px;
  border-radius: 100px;
  overflow: visible;
}
.podcast li .content .podcast-control .audio-control .bar:hover .jump-duration {
  width: 15px;
  height: 15px;
  top: -7px;
}
.podcast li .content .podcast-control .audio-control .bar .jump-duration {
  width: 0px;
  height: 0px;
  background-color: var(--secondary);
  position: absolute;
  left: 0%;
  top: 0px;
  border-radius: 100px;
  z-index: 100;
}
.podcast li .content .podcast-control .audio-control label.duration {
  font-size: 14px;
  margin-left: 1rem;
}

.media > .media-item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, height 1s, opacity 2s;
  height: 0px;
}
.media > .media-item.show {
  transition: visibility 1s, height 1s, opacity 2s;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.agenda-page .agenda-header {
  display: flex;
  list-style: none;
  background-color: var(--secondary-light);
  padding: 0px;
}
.agenda-page .agenda-header li {
  width: calc(100vw / 12);
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.agenda-page .agenda-header li a {
  color: var(--primary);
}
.agenda-page .agenda-header li:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
  transform: rotate(45deg);
  transition: 1s;
}
.agenda-page .agenda-header li.active {
  background-color: var(--secondary);
  color: #FFFFFF;
  transition: 0.5s;
}
.agenda-page .agenda-header li.active a {
  color: #FFFFFF;
}
.agenda-page .agenda-header li.active:after {
  background-color: var(--secondary);
  transition: 1s;
}

.agenda-page .agenda-card .agenda-items {
  list-style: none;
  padding: 1rem;
  background: none !important;
}
.agenda-page .agenda-card .agenda-items li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--secondary-light);
}
.agenda-page .agenda-card .agenda-items li:last-child {
  border-bottom: none;
}
.agenda-page .agenda-card .agenda-items li .countdown {
  padding: 1rem;
  text-align: center;
  width: 200px;
}
.agenda-page .agenda-card .agenda-items li .countdown label {
  font-size: 12px;
}
.agenda-page .agenda-card .agenda-items li .countdown h2 {
  font-size: 24px;
  color: var(--primary);
  font-weight: 700;
}
.agenda-page .agenda-card .agenda-items li img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  margin-left: 2rem;
}
.agenda-page .agenda-card .agenda-items li .agenda-body {
  margin-left: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title h3 {
  font-size: 20px;
  color: var(--secondary);
  font-weight: 600;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title h2 {
  font-size: 24px;
  font-weight: bold;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title .navigation {
  width: 70px;
  color: var(--gray);
  cursor: pointer;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title .navigation:hover label {
  margin-left: 0px;
  transistion: margin 0.5s;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title .navigation label {
  transition: 1s;
  transistion: margin 0.5s;
  margin-left: -20px;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description {
  overflow: hidden;
  max-height: 0px;
  display: flex;
  margin-top: 1rem;
  transition: all 1s;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description .description {
  width: 100%;
  padding-right: 2rem;
  line-height: 2rem;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description .detail {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 250px;
}
.agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description .detail label {
  font-size: 14px;
}
.agenda-page .agenda-card .agenda-items li .agenda-body.show .agenda-title .navigation label {
  transform: rotate(90deg);
  transition: 1s;
}
.agenda-page .agenda-card .agenda-items li .agenda-body.show .agenda-description {
  max-height: 1000px;
  transition: all 1s;
}

a {
  text-decoration: none;
}

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

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

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.error-page {
  background-image: url("../images/error-page.png");
  background-position: center bottom;
  background-size: 75% auto;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.error-page .content {
  width: 50%;
  margin-left: auto;
}
.error-page .content h1 {
  font-size: 100px;
}
.error-page .content h2 {
  font-size: 28px;
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.autocomplete {
  position: relative;
}
.autocomplete ul {
  list-style: none;
  padding: 0px;
  position: absolute;
  background-color: white;
  height: 100px;
  overflow: auto;
  width: 100%;
  z-index: 2222;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  bottom: -280%;
}
.autocomplete ul li {
  cursor: pointer;
  padding: 5px 15px;
}
.autocomplete ul li:hover {
  background-color: red;
  color: white;
}

.infografis {
  width: 100%;
  height: 300px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  overflow: hidden;
  position: relative;
}
.infografis img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.infografis:hover {
  cursor: pointer;
}
.infografis:hover img {
  filter: brightness(90%);
}
.infografis:hover .caption {
  bottom: 0px;
  transition: 0.5s;
}
.infografis .caption {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  padding: 10px;
  background-color: var(--secondary);
  color: #FFFFFF;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}

.social-embed {
  height: 400px;
  overflow-y: hidden;
  padding: 10px;
  position: relative;
}
.social-embed:has(.social-embed-nav) {
  padding-bottom: 0px;
}
.social-embed .social-embed-nav {
  position: sticky;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #00000080;
}

.social-embed:hover {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.social-embed:hover::-webkit-scrollbar {
  display: none;
}

.icon-social {
  width: 24px;
  height: 24px;
  display: flex;
  background-color: #FFF;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.icon-social img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.select2-container .select2-selection {
  height: 40px !important;
  border-color: #ced4da !important;
}
.select2-container .select2-selection__rendered {
  height: 40px !important;
  line-height: 40px !important;
}
.select2-container .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--secondary) !important;
  color: white;
}

.photo-profile {
  width: 240px;
  height: 240px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.photo-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  overflow: hidden;
  object-position: center;
}
.photo-profile a {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: var(--secondary);
  color: white;
  line-height: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.24);
}
.photo-profile a:hover {
  background-color: var(--primary);
}

.form-floating .icon {
  position: absolute;
  top: 33%;
  right: 1rem;
}

@media (max-width: 767.98px) {
  .jumbo .jumbo-image {
    height: 40%;
  }
  .jumbo .jumbo-image .main-image {
    padding-top: 20px;
    left: auto;
    right: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .jumbo .jumbo-text h1.display-1 {
    font-size: 80px;
    line-height: 70px;
  }
  .jumbo .jumbo-text h2 {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 30px;
  }
  .jumbo .jumbo-text h1 {
    font-size: 70px;
    line-height: 65px;
  }
  .slideshow-contaner .slideshow.slideshow-text {
    height: 100vh;
  }
  .slideshow-contaner .slideshow.slideshow-text .slideshow-items {
    height: 100vh;
  }
  .slideshow-contaner .slideshow.slideshow-text .slideshow-items .items {
    width: 92vw;
  }
  .slideshow-contaner .slideshow.slideshow-text .slideshow-items .items ol li {
    font-size: 14px !important;
  }

  .main-content {
    padding-bottom: 600px;
  }

  .agenda-page .agenda-header {
    flex-wrap: wrap;
  }
  .agenda-page .agenda-header li {
    width: calc(100vw / 4);
  }
  .agenda-page .agenda-header li a {
    font-size: 12px;
  }

  .agenda-page .agenda-card .agenda-items li {
    flex-wrap: wrap;
  }
  .agenda-page .agenda-card .agenda-items li .countdown {
    min-width: 100vw;
  }
  .agenda-page .agenda-card .agenda-items li .agenda-body {
    margin-left: 0px;
    padding: 5px;
  }
  .agenda-page .agenda-card .agenda-items li .agenda-body .agenda-title .navigation label {
    margin-left: 20px;
  }
  .agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description {
    flex-wrap: wrap;
  }
  .agenda-page .agenda-card .agenda-items li .agenda-body .agenda-description .description {
    min-width: 100vw;
  }

  .navbar .dropdown-menu-end[data-bs-popper] {
    right: auto !important;
    left: 0 !important;
  }

  .agenda {
    padding: 1rem;
  }
  .agenda .agenda-body .items .item {
    flex-wrap: wrap;
  }
  .agenda .agenda-body .items .item .countdown {
    width: 50%;
  }
  .agenda .agenda-body .items .item img {
    width: 50%;
    margin-right: 0px !important;
  }
  .agenda .agenda-body .items .item .detail {
    width: 100%;
  }

  .custom-calendar #calendar.fc .fc-view-harness {
    min-height: 360px !important;
  }
}

/*# sourceMappingURL=style.css.map */
