html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    scroll-behavior: smooth;
    overflow-x:hidden;
    font-family: 'Poppins' !important;
}
*{
    user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 -khtml-user-select:none;
 -webkit-user-select:none
}
body a {
    text-decoration: none;
}

html {

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}
.great{
    border-radius:12px;
}

.great h5, .great p{
    color:white !important;
}

.great:hover{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.great:hover h5, .great:hover p{
    color:black !important;
}

.textcl:hover{
    border-color: #18849C !important;
    animation: colAnimation 1s ease-in-out forwards;
    border-width: 2px !important;
}

@keyframes colAnimation {
    from {
        width: 50%;
    }
    to {
        width: 100%;
    }
    }

.bgimg-1 {
    background-image: url(/images/1.jpg);
    min-height: 100%;
}
.bgimg-1{
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.hideMenu {
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden; /* Ensure that the overlay covers the entire menu */

    /* Background image */
    background: url(../images/bgnav.png) no-repeat bottom;
    background-size: cover;

    /* Transition for the initial state */
    transition: top 1s ease-in-out;
}

/* Black overlay inside hideMenu */
.hideMenu::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.153); /* Adjust the alpha value for the desired overlay darkness */
}

/* Class for showing the menu */
.show-menu {
    top: 0;
    animation: customTransition 1s alternate;
}

@keyframes customTransition {
    0% {
      top: -200%;
      transition: top 2s ease-in-out;
    }
    20% {
      top: -100%;
      transition: top 2s ease-in-out;
    }
    100% {
      top: 0;
      transition: top 0.5s ease-in-out;
    }
  }

.navcard{
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background:rgba(255, 255, 255, 0.441);
    border: 1px solid black;
}

.areamenu:hover a, .textAlamat:hover a {
    color: rgb(213, 213, 213);
    transition: .2s ease-out;
}

.areamenu a:hover, .textAlamat a:hover {
    color: black;
    transition: .2s ease-in;
}

.line {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.lineUp {
    animation: 2s anim-lineUp ease-out; /* Mengganti infinite dengan 1 atau forwards */
  }
  
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
      transform: translateY(80%); /* Menyamakan dengan transform di 0% */
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  
  .or-divider{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "futura-pt";
    font-size: 14px;
    margin: 0 1em;
  }

  .or-divider::before{
    content: '';
    height: .02em;
    background: white;
    flex: 1;
    margin: 0 2em 0 0;
  }
  .or-divider::after{
    content: '';
    height: .02em;
    background: white;
    flex: 1;
    margin: 0 0 0 2em;
  }

  .bxnv{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 1.3rem;
    transition:  .5s ease-in-out;
    width: 1.3rem;
  }

.btnctr {
    width:5px;
    height:5px;
    background:black;
    rotate:-45deg;
}

.cr1{
    cursor: pointer;
    width:100px;
    height:100px;
    border-radius: 100%;
    border: 1px solid grey;
    transition: .1s ease-out;
}

.cr2{
    width:50px;
    height:50px;
    border-radius: 100%;
    border: 1px solid black;
}

.cr1:hover{
    scale: 1.3;
    transition: .4s ease-in;
}

.btn-1{
    border-radius:5px;
    border:none;
    font-size:.8rem;
    font-family: avenir-text-demibold,sans-serif;
    cursor:pointer;
    font-weight:600;

    display:inline-block;
  height:40px;
  line-height:40px;
  overflow:hidden;
  position:relative;
  text-align:center;
  transition:0.3s;
}

.btn-3{
    font-size:1rem;
    font-family: Old Standard TT;;
    cursor:pointer;

    display:inline-block;
  height:20px;
  line-height:20px;
  overflow:hidden;
  position:relative;
  text-align:center;
  transition:0.3s;
}

/* btn-1 UP */
.label-up {
  display:block;
  margin:0px 30px;
  height:100%;
  position:relative;
  top:0%;
  transition:0.3s;
}

.btn-1:hover .label-up, .btn-3:hover .label-up {
  top:-100%;
}

.shimmer {
    color: rgb(255, 255, 255);
    display:inline-block;
    -webkit-mask:linear-gradient(-60deg,#ffffff 30%,rgba(255, 255, 255, 0.333),#ffffff 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 1.5s infinite;
    font-size: 50px;
  }
  
  @keyframes shimmer {
    100% {-webkit-mask-position:left}
  }

.btn-2 {
    display: inline-block;
    font-size:.8rem;
    position: relative;
    color: white;
    text-decoration: none;
    font-family: avenir-text-demibold,sans-serif;
  }
  
  .btn-2::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1); /* Updated default transform value */
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
    color:white;
  }

  .btn-2:hover{
    color:white;
  }
  
  .btn-2:hover::after {
    transform: scaleX(0); /* Updated hover transform value */
    transform-origin: bottom right;
    color:white;
  }

#chart, #columnchart, #chart1, #columnchart1{
    height:350px;
}
.tablecustom {
    background: #F1F1F1;
    border-radius: 20px;
    top: 5px;
    margin-bottom: 25px;
}
.nav{
    white-space: nowrap;
    flex-wrap: unset;
}
.thead {
    border-radius: 20px;
}
.bg-primer{
    background:#0E0D3F;
}
.bg-secondarys{
    background:#F18D1E;
}
.bg-tersier{
    background:#2e3192;
}
.bg-dark-grey{
    background:#D9D9D9;
}
.b-200{
    border-radius:20px;
}
.bg-green{
    background: #90ED6F;
}
.bg-white{
    background:white;
}
.color-primary{
    color:#0E0D3F;
}
.color-secondary{
    color:#F18D1E;
}
.color-tersier{
    color:#2e3192;
}
.text-black{
    color:black;
}
.text-oren{
    color:#F18D1E;
    cursor:pointer;
}
.text-oren:hover{
    color:#181818;
    transition:.3s ease-in;
}
a:hover {
    text-decoration: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
.batasbawah{
    height:80px;
}
.btnx{
    display:none;
}
.stay{
    position: fixed;
}
/* Navbar */

/* !Navbar */

/* Background */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Warna latar belakang putih */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    z-index: 999; /* Menempatkan di atas elemen lain */
  }

  .text-sub{
    color:#18849C;
  }
  .bg-sub{
    background:#18849C;
  }

  .nav-link:hover{
    color:black !important;
    transition: .5s;
  }

.mainbg{
    background: url(../images/bglogin.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100vh;
}
.mainBody{
    height:100vh;
    width:100%;
    background-color: #18849C;
}
.secondBody{
    height:100%;
    width:100%;
    background-color: #3AA0BC;
}

.footerBody{
    height:100%;
    width:100%;
    background-color: rgba(217, 217, 217, 1);
}

.maintitle{
    font-size: 70px;
    line-height: 70px;    
}

.shbg{
    background: url(../images/shbg.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100vh;
}
  .wrapper {
    display: flex;
    flex-direction: row;
    width: 400vw;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
  }
  .one {
    background: url(../images/ds.png) no-repeat bottom;
    background-size: auto 100vh;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    width: 400vw;
    display: flex;
    align-items: center;
    font-family: LVMH;
  }
  .outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  ::-webkit-scrollbar {
    display:none;
  }

.judul{
    font-family: LVMH;
    font-size: 8rem;
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 4.5rem;
    text-align: center;
    text-transform: none;
    text-transform: capitalize;
}

.loading-end {
    opacity: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/otwend.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    z-index: 1000;
}

.loading-end.show {
    opacity: 1;
    height: 100%;
    animation: zoomIn 1.5s ease-in-out 1s forwards; /* Tambahkan forwards agar animasi tetap di nilai akhir */
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(20);
    }
}



.overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.mainbg2{
    background: url(../images/bgportal.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100vh;
}
.overlay2 {
    background: rgba(0, 0, 0, 0.377);
    height: 35vh;
    border-radius: 0 0 20px 20px;
}
.context{
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
}
.liner{
    border: 0.3px solid white;
    opacity: 1;
    margin:15px 90px 8px 90px;
}
.boxlogin {
    border-radius: 20px;
    background: rgba(211, 211, 211, 0.55);
}
/* !Background */
.navbartop{
    width:80%;
    transition: width 0.3s;
    overflow-x: hidden;
    border-radius: 0px 0px 20px 20px;
    position:fixed;
    top:0;
    z-index:1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.navbarbottom{
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.navkonten, .navbarbottom{
    width:80%;
}
.logo img{
    width:50px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.detailfoto{
    width: 45px;
    height: 45px;
}
.detailfoto img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50px;
}
.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
.menubox a{
    color:white;
}
.menubox p{
    font-size:9px;
}
.menubox i{
    font-size:20px;
}
.dashboard{
    background:white
}
.dashboard i{
    font-size: 30px;
    color:#2e3192;
}
.bg-utama{
    background-color: #1B1464;
    transition: width 0.3s;
    width:20%;
}
/* !Home */

/* Konten */
.chsbtn{
    display:flex;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1B1464;
}
.nav-pills .nav-link {
    color:#1B1464;
    border: 1px solid #1B1464;
    border-radius: 0.25rem;
}
.map iframe {
    border: none;
    width: 100%;
    height: 500px;
    border-radius:20px;
    display: block;
    -webkit-filter: grayscale(0%);;
    -moz-filter: grayscale(0%);;
    -ms-filter: grayscale(0%);;
    -o-filter: grayscale(0%);;
    filter: grayscale(0%);;
}
.tagz,.kontenberita{
    overflow-x:scroll;
}
.tagz::-webkit-scrollbar, .kontenberita::-webkit-scrollbar {
    display:none;
}
/* !Konten */

/* Berita */
.berita {
    height: 270px;
    width:100%;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    border-radius: 12px;
}
.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-img:hover{
    scale:1.2;
    transition: .5s;
}
.cardz {
    position: relative;
    width: 250px;
    border-radius:20px;
}
.bg-hijau {
    background-color:#00C7C5;
}
.detailfoto3 {
    width: 100%;
    height: 120px;
}
.detailfoto3 img{
    width: 100px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.konten small {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
/* !Berita */

/* Detail */

/* !Detail */

/* Mapsearch */

/* !Mapssearch */

/* Footer */

/* !footer */

/* Responseive */
@media (max-width: 900px) {
    .nav-pills li{
        font-size: 12px;
    }
}
@media (max-width: 700px) {
    .bg-utama {
        padding: 0px;
        width: 0%;
    }
    .navbartop, .navkonten, .navbarbottom{
        width:100%;
    }
}
@media (max-width: 651px) {
    .btnx {
        display:block;
    }
    .stay{
        position: unset;
    }
}
@media (max-width: 1980px) {
    #pc{
        display:block;
    }
    #mobile{
        display:none;
    }
}
@media (max-width:1024px){
    .logo img {
        width: 10%;
    }
    #pc{
        display:none;
    }
    #mobile{
        display:block;
    }
    .login h6{
        font-size: 11px;
    }
    .login img{
        width: 25%;
    }
    .login i{
        font-size:50px;
    }
    .signin img{
        width: 35%;
    }
}
/* !Responsive */