.font-1rem {
  font-size: 1rem !important;
}
.font-0-8rem {
  font-size: 0.8rem  !important;
}
.font-0-7rem {
  font-size: 0.7rem  !important;
}
.font-0-6rem {
  font-size: 0.6rem  !important;
}
.font-0-5rem {
  font-size: 0.5rem  !important;
}
.isi_rapat p {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1rem;
}
.isi_rapat img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border-radius : 1rem;
}
.link_back_mobile {
  position: fixed; 
  top: 10px; 
  left: 10px; 
  z-index: 9999; 
  font-size:1rem;
}
.kontak_darurat .item {
  height: 5rem;
  width: 10rem;
  cursor: pointer;
}
.kontak_darurat .item:hover {
  background: rgb(226 241 255 / 87%);
  animation: all 0.3s ease;
}
.kontak_darurat .desc {
  line-height: 1rem;
}
.sidebar-title {
  background-color: #f6f6f6f1;
  border-radius: 20px 0px 0px 20px;
}
/* Floating Bottom Navigation */
/* Bottom Navigation */
.bottom-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 65px;
background: rgb(21 22 81 / 92%);
display: none;
justify-content: space-around;
align-items: center;
border-top: 1px solid #334155;
z-index: 999;
border-radius: 2rem 2rem 0rem 0rem;
}

.bottom-nav .nav-item {
flex: 1;
text-align: center;
color: white;
font-size: 0.65rem;
text-decoration: none;
transition: all 0.3s ease;
}

.bottom-nav .nav-item .icon {
display: block;
font-size: 22px;
margin-bottom: 2px;
}

.bottom-nav .nav-item:hover {
color: #3b82f6;
}

.nav-item .active {
  background: #ece8e8;
  padding:5px;
  border-radius:10px;
  color:rgb(88, 116, 240) !important; 
  font-weight:bold;
}

/* Tombol Tengah Floating */
.bottom-nav .center-btn {
position: relative;
top: -55px !important; /* Naik ke atas */
flex: none;
}

.bottom-nav .circle-btn {
width: 60px;
height: 60px;
background: rgba(228, 228, 235, 0.92);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
margin : 0 auto;
transition: all 0.3s ease;
margin-top:-14%;
margin-bottom: 1rem;
}

.bottom-nav .circle-btn:hover {
background: linear-gradient(to right, #0d7339, #18ea53);
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.bottom-nav .circle-btn .icon {
 font-size: 1rem;
 color: white;
 margin: 0;
}

.bottom-nav .center-btn span {
display: block;
margin-top: 4px;
font-size: 0.7rem;
font-weight: 700;
color: white;
}
/* Floating Bottom Navigation */
label {
  font-weight: bold !important;  
  color : black;
}
input[type=text]{
  border-radius: 0.9rem !important;
}
input[type=number]{
  border-radius: 0.9rem !important;
}
textarea {
  border-radius: 0.9rem !important;
}
.sidenav-item-link:hover {
  /* background: linear-gradient(to right, #0d7339, #2a8142); */
  background : linear-gradient(to bottom, #0d7339, #093a17);
  color: #fff !important;
  font-size: 1rem !important;
  transition: background-color 0.5s ease, color 0.5s ease;
  border-radius: 4% !important;
}
.border-row {
 border-right: 3px solid #3e41da;
 border-left: 3px solid #3e41da;
 border-radius: 10px;
}
.border-row-top {
 border-top: 3px solid #3e41da;
 border-radius: 10px;
}
.border-row-bottom {
 border-bottom: 3px solid #3e41da;
 border-radius: 10px;
}
 .border-row-left {
 border-left: 3px solid #3e41da;
 border-radius: 10px;
}
 .border-row-right {
 border-right: 3px solid #3e41da;
 border-radius: 10px;
}
.text-shadow-effect {
 text-shadow: 1px 1px 0px #fff, 2px 3px 0px rgba(0, 0, 0, 0.15);
 font-weight: 600;
}
.content-wrapper {
 background-image: radial-gradient(#07890c 0.5px, #fafafa 0.5px);
 background-size: 10px 10px;
}

#animated-body {
  /* transition: background 1s ease-in-out; */
  /* transition: background 1.5s cubic-bezier(0.4, 0, 0.2, 1); */
  /* transition: background 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); */
  transition: background 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 0;
}

.bg-gradient-green {
    /* background: linear-gradient(to right, #0d7339, #093a17); */
    /* background : linear-gradient(to bottom, #86ffba, #03581bf2); */
    background : linear-gradient(to top, #2fa15f, #063e16f2);
}
/* custom type number style */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
}
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
 @-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-7-5 21:5:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.jello-horizontal {
	-webkit-animation: jello-horizontal 1.5s 2s infinite both;
	        animation: jello-horizontal 1.5s 2s infinite both;
}

.helpdesk-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #11622e;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2s infinite;
}

.helpdesk-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0,0,0,0.3);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounce-top {
	-webkit-animation: bounce-top 1.8s 2s infinite both;
	        animation: bounce-top 1.8s 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-5 23:16:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

.bg-pan-top {
	-webkit-animation: bg-pan-top 8s both;
	        animation: bg-pan-top 8s both;
}

/**
 * ----------------------------------------
 * animation bg-pan-top
 * ----------------------------------------
 */
 @-webkit-keyframes bg-pan-top {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes bg-pan-top {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}


.sponsor-img {
  width: 100px;
  height: auto;
}
/* style tablet */
@media (min-width: 576px) and (max-width: 768.5px) {
  .bottom-nav {
    border-radius: 15px 15px 0px 0px;
    display: flex;
    height: 60px;
  }
  .bottom-nav .circle-btn {
    width: 65px;
    height: 65px;
  }
  .bottom-nav .circle-btn {
        width: 65px;
        height: 65px;
        background:white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        margin : 0 auto;
        transition: all 0.3s ease;
        margin-top:-25%;
        margin-bottom: 5px;
  }
  .bottom-nav .circle-btn .icon {
    width: 63px;
    height : 63px;
    object-fit: cover;    
  }
}
/* style media mobile */
@media (max-width: 575.98px) {
  .breadcrumb-wrapper{
    display: none !important;
  }
  .reverse-position {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .helpdesk-btn {
    position: fixed;
    bottom: 10px;
    right: 5px;
    background-color: #11622e;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
  }
  .sponsor-img{
    width: 85px;
    height: auto;
  }
  .bottom-nav {
    border-radius: 15px 15px 0px 0px;
    display: flex;
    height: 60px;
  }
  .bottom-nav .circle-btn {
    width: 65px;
    height: 65px;
  }
  .bottom-nav .circle-btn {
        width: 65px;
        height: 65px;
        background:white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        margin : 0 auto;
        transition: all 0.3s ease;
        margin-top:-30%;
        margin-bottom: 0.6rem;
  }
  .bottom-nav .circle-btn .icon {
    width: 63px;
    height : 63px;
    object-fit: cover;    
  }
  .nav-item .active {
    background: #ece8e8;
    padding:5px;
    border-radius:10px;
    color:rgb(88, 116, 240) !important; 
    font-weight:bold;
  }
}