/* import */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* base */
html, body{
  background-color: #fff !important;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif !important;
}
#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E2550;
  animation: 1.2s ease-out infinite;

}
#load img{
  animation: opcT 2s infinite ease;
  width: 65px;
  height: 60px;
}
#load i{
  font-size: 50px !important;
}
.page-content {
  background-color: #f7f8f8;
  height: 100vh;
}
.active>.page-link, .page-link.active {
  background-color: #EDEDED !important;
  border-color: transparent !important;
  box-shadow: 0px 4px 20px 0px #3331 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
}
.page-link{
  padding: 0 !important;
  min-width: 0px !important ;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.pagination-flat{
  display: flex;
  align-items: center;
}
.paginate_button.previous{
  margin-right: 10px !important;
}
.paginate_button.next{
  margin-left: 10px !important;
}


/* font */
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs35{font-size: 35px;}
.fs40{font-size: 40px;}
.fs70{font-size: 70px;}
.text-titles{
  line-height: 70px;
}
.text-header{
  font-family: 'Young Serif', serif;
}
.text-gray{
  color: #676767 !important;
}
.text-gray2{
  color: #434343 !important;
}
.text-header-flag{
  border-left: 3px solid #E92C7C;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.underline-flag{
  border-bottom: 2px solid #E92C7C;
  padding: 3px 0;
}
.text-smooth{
  color: #eee;
}
.lh-small{
  line-height: 14px;
}
.lh-normal{
  line-height: 24px;
}

/* content */
.vh100{
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.gradient{
  background: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mask-logo{
  margin-left: -110px;
  margin-top: -5px;
}
.banner-part{
  background: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.c-bottom-right{
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.h30{height: 30px; width: 30px; object-fit: contain;}
.h50{height: 50px; width: 100%;}
.h100{height: 100px; width: 100%;}
.h150{height: 150px; width: 100%;}
.h200{height: 195px; width: 100%;}
.h250{height: 260px; width: 100%;}
.h300{height: 300px; width: 100%;}

/* sidebar */
.sidebar{
  background-color: #fff !important;
  height: 100vh;
  overflow-y: auto;
  padding-top: 20px;
}
.sidebar-light .nav-link{
  color: #333 !important;
  background: transparent !important;
  padding: 12px 20px !important;
  margin: 0;
  border-bottom: none !important;
  border-left: 2px solid #fff;
}
.sidebar-light .nav-link.active{
  color: #0c83ff !important;
  background: #F1F6FE !important;
  margin: 0;
  border-left: 2px solid #0c83ff;
}
.sidebar-light .nav-link.active i{
  color: #0c83ff !important;
}
.sidebar-light .nav-link i{
  font-size: 20px !important;
  margin-right: 14px;
}
.sidebar-light .nav-link{
  align-items: center !important;
}
.nav-group-sub {
  background: whitesmoke !important;
}
.nav-group-sub a.nav-link{
  padding-left: 40px !important;
}
.sidebar a:hover{
  color: #0c83ff !important;
}

/* header */
.logos_img{
  width: 90px;
  object-fit: contain;
}
a.nav-link {
  border-bottom: 2px solid transparent;
  font-size: 13px;
}
a.nav-link.active{
  color: #0c83ff;
}
a.nav-link:hover{
  transition: .3s ease-in-out;
  background-color: #fff;
}

/* footer */
.footer{
  background-color: #EDEDED;
  color: #434343;
}
.icon{
  background-color: #D9D9D9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upcoming-event{
  position: relative;
}
.upcoming-event img{
  border-radius: 6px;
  object-fit: cover;
}
.overlay{
  position: absolute;
  top: 0; left: 0; 
  width: 100%;
  height: 100%;   
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -48.37%, #000000 100%);
}
.fade.active{
  animation: opcTin 1s forwards ease;
}

/* animated */
@keyframes opcT {
  0%{
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px); /* Adjust this value for the desired float effect */
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* animated */
@keyframes opcTin {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes linearGreen {
  0%{
    background-position:0px; 
  }
  100% {
    background-position:120px; 
  }
}

/* landing */
.header-brand::last-word{
  color: red;
}
.carousel-header .carousel-indicators{
  bottom: -50px;
}
.carousel-header .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.carousel-header .carousel-indicators [data-bs-target].active{
  background-color: #222222;
}

.carousel-item img, .carousel-item, .carousel, .carousel-inner{
  border-radius: 10px;
  width: 100% !important;
}

.carousel-item img{
  height: 350px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.banner-member{
  background: linear-gradient(91.25deg, #0c83ff 25.74%, #015B54 105.73%);
  position: relative;
}
.round-left{
  position: absolute;
  top: 0%;
  left: -50%;
  height: 100px;
  transform: rotate(180deg);
}
.round-right{
  position: absolute;
  bottom: 0%;
  right: -50%;
  height: 100px;
}
.round-left-sm{
  position: absolute;
  top: 0%;
  left: -50%;
  height: 90px;
  transform: rotate(180deg);
}
.round-right-sm{
  position: absolute;
  bottom: 0%;
  right: -50%;
  height: 90px;
}
.event-card img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bg-galery{
  background: url('../images/galery.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-galery{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}
.owl-item.cloned.active:first-child {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  /* filter: brightness(100%); */
}
.owl-item.active.center {
  -webkit-transform: scale(1.5) !important;
  transform: scale(1.5) !important;
  z-index: 2;
  /* filter: brightness(100%); */
}
.owl-item.active img{
  height: 160px;
  object-fit: contain;
  background: white;
  box-shadow: 0px 1px 10px 1px #2222;
  border-radius: 10px;
}
.owl-item{
  z-index: 1;
}
.owl-stage{
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.z-index{
  z-index: 99 !important;
}
/* profile */
.bg-blur{
  background: url('../images/blur.svg');
  background-position: center;
  background-size: cover;
}
.bg-blur-all{
  background: url('../images/blurall.svg');
  background-position: center;
  background-size: cover;
}
.bg-blur-1{
  background: url('../images/blur1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.bg-blur-2{
  background: url('../images/blur2.svg');
  background-position: center;
}
.img-member{
  width: 100%;
  height: 100px;
  border-radius: 8px;
}
.filter{
  height: fit-content;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
-webkit-box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
-moz-box-shadow: 26px -7px 53px -55px rgba(161,161,161,0.68);
}
.filter::after{
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
  -webkit-box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
  -moz-box-shadow: 1px -33px 22px -18px rgba(237,236,236,0.58) inset;
}
.filter-list{
  height: 300px;
  overflow-y: auto;
}
.nav-link-filter , .nav-link-media{
  padding: 3px 0 !important;
  cursor: pointer;
}
.nav-link-filter:last-child , .nav-link-media:last-child{
  padding: 3px 0 50px !important;
  cursor: pointer;
}
.nav-link-filter.active , .nav-link-media.active{
  color: #0c83ff !important;
  font-weight: 600;
}

/* update */
.update-banner-image{
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.d-cover{
  object-fit: cover;
}

/* pagination */
.btn-pagination{
  width: 30px;
  height: 30px;
  font-size: 11px;
  border-radius: 6px;
  border-color: transparent !important;
  background-color: transparent !important;
}
.btn-pagination.active{
  background-color: #E6F8F7 !important;
  color: #0c83ff !important;
  font-weight: 700;
}

/* badge */
.badge-type{
  background-color: #E6F8F7;
  color: #0c83ff;
  font-size: 10px;
  border-radius: 1px;
  padding: 1px 3px;
  display: flex;
  width: fit-content;
}
.img-overlay{
  filter: brightness(50%) saturate(120%) contrast(110%);
}

label{
  font-size: 13px;
  font-weight: 500;
  color: #343434;
}
textarea:focus, input:focus, select:focus, .ck-focused{   
  border-color: rgba(209, 230, 232, 0.8) !important;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 3px rgba(161, 169, 159, 0.6) !important;
  outline: 0 none !important;
}
.previewImage{
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin: 10px 0;
}
.galeri-tumb{
  height: 60px;
  width: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.galeri-card{
  box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  -webkit-box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  -moz-box-shadow: 1px 3px 19px -2px rgba(0,0,0,0.23) !important;
  border: none;
  border-radius: 8px !important;
}
.galeri-card:hover{
  box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
  -webkit-box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
  -moz-box-shadow: 1px 3px 19px -2px rgba(89,163,123,0.46);
}
input.disabled,select.disabled,textarea.disabled{
  background-color: whitesmoke !important;
}
.avatar-tumb{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.img-list{
  position: relative;
}
.img-list-delete{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.login-card,.card{
  box-shadow: 0px 4px 20px 0px #3331 !important;
  background-color: #fffffff7 !important;
  border-radius: 10px !important;
}
.card-header{
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.login-section{
  background: url('../images/bi-bg.jpeg');
  background-position: center;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 700px){
  .pt-head{
    padding-top: 100px;
  }
  .banner-part{
    height: fit-content;
    margin-bottom: 30px;
  }
  .fs70{font-size: 50px;}
  a.nav-link{
    padding: 10px 0 !important;
    margin: 0 !important;
  }
}

.hovers-transation{
  transition: .5s ease-in-out;
  transform: scale(1);
}
.hovers-transation:hover{
  transform: scale(1.03);
}
.img-previews{
  height: 400px;
  width: 100%;
  object-fit: contain;
  background-color: #ccc;
}
.btn-abs{
  margin-left: -50px;
}
.d-overflow-y{
  overflow-y: scroll;
}

.owl-carousel .owl-stage-outer {
  padding: 30px 0 !important;
}

.anim{
  opacity: 0;
}
.anim.visible
{
  animation: opcTin 1s forwards ease;
}
.logo-sidebar{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.title-bar{
  /* border-bottom: 1px solid #D9D9D9; */
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
}
.title-bar,.contents,.footers{
  padding: 0px 30px;
}
.breadcrumbs{
  padding: 10px 0;
}
.breadcrumbs ul{
  list-style: none;
  display: flex;
}
.breadcrumbs ul li{
  color: #8E8E8E;
}
.breadcrumbs ul li:last-child{
  color: #111111;
}
.breadcrumbs ul li:first-child:before{
  content: "";
  margin: 0;
}
.breadcrumbs ul li::before{
  content: "/";
  margin: 0 5px;
}
.bg-smooth{
  background-color: #f7f8f8 !important;
}
.nav-sidebar .nav-item:not(.nav-item-header):first-child {
  padding-top: 0px !important;
}

.sidebar-resize-hide{
  font-size: 10px !important;
}
td{
  font-size: 12px !important;
}

.text-hr {
  display: flex;
  flex-direction: row;
  color: #ddd;
}
.text-hr:before, .text-hr:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.text-hr:before {
  margin-right: 10px
}
.text-hr:after {
  margin-left: 10px
}

.shadowed-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* text-shadow: horizontal-offset vertical-offset blur-radius color; */
}