html, body{
  font-family: Inter !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F5F5F5 !important; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E9E9E9; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E9E9E9 !important; 
}

.ornamen-header-left{
  position: absolute;
  border: 50px solid #FFF;
  border-radius: 50%;
  opacity: 0.15;
  width: 250px;
  height: 250px;
  left: -130px;
  top: 85px;
}
.ornamen-header-top{
    position: absolute;
    border: 50px solid #FFF;
    border-radius: 50%;
    opacity: 0.15;
    width: 250px;
    height: 250px;
    right: -149px;
    top: -138px;
}
input, select, option{
  font-size: 12px !important;
}
.bg-green-paz{
  background: #07A148 !important;
}
.bg-orange-paz{
  background: #FD7D24 !important;
}
.dropdown-indicator-mintop{
  line-height: normal !important;
}
.form-note{
  font-size: 11px !important;
}
.dropdown-indicator-mintop::after{
  margin-top: -7px !Important;
  margin-right: 3px !important;
}
.main-header-tools{
  padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.container_loading_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.container_loading_bar .loading-bar {
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 320px;
  box-shadow: inset 0px 0px 0px 1px #C8C8CD;
  border-radius: 50px;
  overflow: hidden;
}
@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 25%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 25%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  100% {
    width: 90%;
  }
}
.container_loading_bar .loading-bar .progress-bar {
  display: flex;
  height: 100%;
  width: 100%;
  background: linear-gradient(-180deg,#f53d2d,#f63) !important;
  -webkit-animation: progress-animation 3s ease-in-out;
          animation: progress-animation 3s ease-in-out;
}
#startup {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding:0px;
  position: absolute;
    left: 0;
    right: 0;
}
.spinner-container {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.spinner-container .path {
  stroke-dasharray: 1,150; /* 1%, 101% circumference */
  stroke-dashoffset: 0;
  stroke: rgba(27, 154, 89, 0.7);
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate{
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,150;  /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -35;   /* 25% circumference */
  }
  100% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -124;  /* -99% circumference */
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;  /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -35;   /* 25% circumference */
  }
  100% {
    stroke-dasharray: 90,150; /* 70%, 101% circumference */
    stroke-dashoffset: -124;  /* -99% circumference */
  }
}

.edit_foto{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 50% !important;
  font-size: 15px !important;
}
.edit_foto .icon{
  line-height: 25px !important;
}

.pagination li a{
  font-size: 0.8125rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: calc(1rem + 1.125rem + 2px) !important;
    position: relative !important;
    padding: 0.5625rem 0.625rem !important;
    margin-left: -1px !important;
    line-height: 1rem !important;
    color: #526484;
    background-color: #fff;
    border: 1px solid #e5e9f2;
}
.pagination li.active a{
  color: #fff !important;
    background-color: #854fff !important;
    border-color: #854fff !important;
}

.label-info {
    background-color: #5bc0de;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.direct-chat-success .right>.direct-chat-text::after, .direct-chat-success .right>.direct-chat-text::before {
    border-left-color: #e1ffc7 !important;
}
.direct-chat-text::after, .direct-chat-text::before{
  border-right-color: #e1ffc7 !important;
}
.icon-status.no-notif:after{
  display: none !important;
}
.item-table-responsive ul{
      text-align: left !important;
}
.img_list{
  height: 250px !important;
    display: flex !important;
    justify-content: center !important;
}
.img_list img{
  width: auto !important;
    height: auto !important;
}
.act-img-list{
  position: absolute !important;
  left: 0 !Important;
  bottom: 0 !important;
}
.user-card .user-avatar img{
  width: 100% !important;
  height: 100% !important;
}
.singkat{
  text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.datatable-wrap{
  border: none !important;
}

.nk-sidebar-head{
  min-width: 250px !important;
  width: 275px !important;
  height: 55px !important;
  margin: auto !important;
  background-image: linear-gradient(245deg, #4db0ff 3%, rgb(3 74 131) 98%) !important;
  border-radius: 0px 0px 18px 18px !important;
}
.is-dark .nk-quick-nav-icon{
  color:  #ffffff !important;
}
.nk-sidebar-logo{
  display: flex !important;
  align-items: center !important;
}
.logo-label{
  float: right;color: #FFFFFF;font-size: 20px;letter-spacing: 0.5px; margin-left: 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 150px;
}

.card-inner{
  padding: 15px !important;
}
.card + .card{
  margin-top: 0px !important;
}
.card-title, .row{
  margin-bottom: 0.375rem !important;
}
.logo-img-lg{
  max-height: 75px !important;
}
.nk-header-fixed + .nk-content{
  margin-top: 50px !important;
}
.nk-block-title{
  font-size: 18px !important;
}
.nk-block-des{
  font-size: 13px !important;
}
.page-content, .page-manage{
  padding: 0px 15px !important;
}
.header-page{
  box-shadow: 0 2px 2px rgb(0 0 0 / 12%) !important;
  margin-top: 54px !important; 
  border: none !important;
  border-radius: 0px !important;
}
.nk-block-head{
  padding-bottom: 10px !important;
}

.box-card-item{
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
    border-radius: 4px !important;
    border: none !important;
}
.box-card-item .box-img{
  height: 200px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 4px 4px 0px 0px;
}
.box-card-item .box-img img{
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.box-card-item .box-detail{
  height: 140px !important;
  border-radius: 0px 0px 4px 4px !important;
}
.box-detail-large{
  height: 165px !important;
  border-radius: 0px 0px 4px 4px !important;
}

.btn-outline-success{
  color: #07A148 !important;
  border-color: #07A148 !important;
}
.btn-outline-success:hover{
  color: #ffffff !important;
  background-color: #07A148 !important;
}

.btn-success{
  background-color: #07A148 !important;
  border-color: #07A148 !important;
}



/*==================================== CSS GU ====================================*/
article{
  font-size: 13px !important;
}
article h4{
  font-size: 20px !important;
  margin: 0.5rem 0px !important;
}
article p{
  margin-left: 0px !important;
  margin-bottom: revert !important;
  font-size: 15px !important;
}

.breadcrumb-item a{
  color: #07A148 !important;
}
.breadcrumb-item.active{
  color: #121527 !important;
}

.header-text-only{
  margin-bottom: 0px !important;
  min-height: 65vh;
}
.header-no-content{
  margin-bottom: 0px !important;
  min-height: 0px;
}

.itm-list .itm-left img{
  border-radius: 4px !important;
}
.itm-list .itm-right .itm-title{
  font-size: 13px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.itm-list .itm-right .itm-subtitle{
  color: #757682 !important;
  font-size: 12px !important;
}
.itm-more{
  display: flex !important;
  align-items: center !important;
}
.itm-more a span{
  margin-right: 5px !important;
}
.itm-inner{
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: rgba(26, 30, 39, 0.7) !important;
  padding: 10px !important;
}
.itm-inner .itm-subtitle{
  font-size: 12px !important;
  margin: 0px !important;
}
.itm-inner .itm-title{
  font-size: 13px !important;
  font-weight: bold !important;
}

.menu-link:hover, .active>.menu-link, .menu-link.active{
  color: #ffffff !important;
}

.bg-grad-a{
  background-image: linear-gradient(181.98deg, #07A148 26.57%, rgba(7, 161, 72, 0) 283.01%) !important;
}
.menu-link{
  font-size: 13px !important;
}
.header-logo .logo-img{
  height: 50px !important;
}
.header-title{
  text-transform: uppercase !important;
  font-family: Inter;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 40px;
}
.header-text p{
  color: #FFFFFF !important;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.title-section{
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.title-section span{
  color: #ffffff;
  display: inline-block;
  background: linear-gradient(265.12deg, #07A148 28.42%, #7FC241 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 3px;
  border-bottom: 2px solid #07A148;
  font-weight: bold;
}
.section-head{
  padding-bottom: 1rem !important;
}
.section-head .title{
  font-size: 25px !important;
  color: #2E3E5C !important;
  letter-spacing: 0.5px !important;
}
.section-head .title+p{
  color: #757682 !important;
  font-size: 14px !important;
  padding-top: 0px;
}
.section-course .section-head .title+p, .section-visi .section-head .title+p{
  color: #121527 !important;
  font-size: 35px !important;
  line-height: normal !important;
  font-weight: bold !important;
}
.section{
  padding: 2rem 0 !important;
}
.section-counter .counter-value{
    background: transparent !important;
    color: #FD7D24 !important;
    font-weight: bold !important;
    font-size: 50px !important;
    margin-bottom: 0px !important;
}
.section-counter .counter-text title{
  color: #AAACBA !important;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
}
.gallery-item{
  width: 100% !important;
  height: 175px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  align-items: center !important;
  /*box-shadow: 1px 2px 8px -2px #000000;*/
  border-radius: 4px !important;
}
.item-bg-image{
  background-size: cover !important;
  background-position: center !important;
}
.cover-article img{
  box-shadow: 1px 2px 8px -2px #000000 !important;
}
.gallery-item img{
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.section-course{
  background: linear-gradient(0deg, #ECFEF4, #ECFEF4) !important;
}
.section-course .title, .section-visi .title{
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px !important;
  color: #FD7D24 !important;
}

#footer{
  background: #FBFBFB !important;
}
#footer .title-item{
  color: #121527 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}
#footer .items ul li a{
  color: #757682 !important;
  font-size: 13px !important;
}
#footer .items ul li{
  margin-bottom: 5px !important;
}
.footer-contact li a{
  display: flex !important;
  align-items: center !important;
}
.footer-contact li a i, .footer-contact li a em{
  width: 25px !important;
  height: 25px !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 25px !important;
  border-radius: 80px !important;
  font-size: 15px !important;
}
.footer-contact li a span{
  margin-left: 10px !important
}
.footer-social a{
  margin-right: 10px !important;
}
.footer-social li a i, .footer-social li a em{
  width: 35px !important;
  height: 35px !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 35px !important;
  border-radius: 80px !important;
  font-size: 20px !important;
}
#footer .logo-img{
  height: 75px !important;
}

.slick-slide{
  margin: 0px 5px !important;
  padding-bottom: 5px !important;
}
.pagination-slider-course{
  justify-content: end !important;
  margin-right: 25px !important;
  margin-bottom: 1rem !important;
}
.pagination-slider-course button, .pagination-slider-course a{
  margin: 0px 5px !important;
  border-radius: 80px !important;
}
.inner-title .text-title{
  font-size: 14px !important;
}
.inner-title p{
  font-size: 12px !important;
  color: #757682 !important;
}
.inner-desc div{
  font-size: 13px !important;
  color: #757682 !important;
  display: flex !important;
  align-items: center !important;
}
.inner-desc div em, .inner-desc div i{
  font-size: 15px !important;
}
.inner-desc div span{
  font-size: 13px !important;
  margin-left: 5px !important;
}

.default-pagination-slide{
  background: #07A148 !important;
  display: inline-flex !important;
  position: absolute !important;
  top: 65% !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  text-align: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
}
.default-pagination-slide.to-left{
  left: -45px !important;
}
.default-pagination-slide.to-right{
  right: -45px !important;
}

.slick-disabled{
  background: #ccc !important;
  border: none !important;
}
.nomor-visi{
  background: #FD7D24;
  border-radius: 80px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

.list-timeline{
  padding: 0px 5px !important;border-top: 2px solid #07A148!important;
}

.dot-timeline{
  position: absolute !important;
  top: -15px !important;
  left: 45% !important;
  font-size: 25px !important;
  text-align: center !important;
  line-height: normal !important;
}

/*================================ Structur Branch ========================*/

.tree {
  /*transform: rotate(180deg);
  transform-origin: 50%;*/
}

.tree ul {
  position: relative;
  padding: 2em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
.tree ul::after {
  content: "";
  display: table;
  clear: both;
}

.tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 2em 0.5em 0 0.5em;
}
.tree li::before, .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 2em;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 2em;
}

.tree ul ul.right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #ccc;
    width: 50px;
    height: 1em;
    border-left: 0px;
}

.tree li a {
  border: 0px solid #ccc;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  color: #333;
  position: relative;
  top: 1px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
  /*transform: rotate(180deg);*/
}
.tree ul.right{
  position: absolute !Important;
  left: 100% !Important;
  top: 0 !Important;
  padding: 0px !Important;
}
.tree ul.right li{
  left: 42px !important;
}
.tree li.to-right{
  padding: 0px !Important;
}

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #e9453f;
  color: #fff;
  border: 1px solid #e9453f;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #e9453f;
}
.box-structur{
  margin-bottom: 0px !important;
    height: 50px !important;
    align-items: center !important;
}
.box-structur .img-structur{
  width: 50px !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.box-structur .desc-structur{
  width:135px !important;
  margin-left: 10px !important;
}
.box-structur .desc-structur .title-structur{
  font-size:12px !important;
}
.box-structur .desc-structur .name{
  font-size:13px !important;
  font-weight: bold !important;
}
.tree-structur a.structur-text-only{
  padding: 10px 15px !important;
  font-size: 13px !important;
  font-weight: bold !important;
}

.top-content-dark{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  z-index: 999999999;
  height: 40px;
  color: #ffffff;
}
.bottom-content-dark{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  z-index: 999999999;
  height: 40px;
  color: #ffffff;
}
.top-content-dark .block-content, .bottom-content-dark .block-content{
  padding: 0px 10px;
}
.top-content-dark .left, .bottom-content-dark .left{
  flex: 25% !important;
  text-align: left;
}
.top-content-dark .title, .bottom-content-dark .title{
  flex: 50% !important;
  text-align: center;
  font-size: 13px;
}
.top-content-dark .right, .bottom-content-dark .right{
  flex: 25% !important;
  text-align: right;
}
.color-paz{
  color: #07A148 !important;
}
.color-orange-paz{
  color: #FD7D24 !important;
}
.area-show-structur{
  width: 315px !important;
  margin: auto !important;
}
.area-show-structur .content{
  height: auto !important;
  width: 100% !important;
  padding: 10px !important;
}
.area-show-structur .img-structur{
  width: 100px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 4px !important;
}
.area-show-structur .img-structur img{
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100px !important;
}
.area-show-structur .title-structur{
  font-size: 16px !important;
  font-weight: bold !important;
  color: #07A148 !important;
  letter-spacing: 0.5px !important;
}

.content-desc-curriculum, .content-info-pretes{
  padding: 5px 15px !important;
  font-size: 12px !important;
  height: auto !important;
  max-height: 200px !important;
  overflow: auto !important;
}
.content-desc-curriculum div, .content-desc-curriculum p{
  font-size: 12px !important;
}
.content-desc-curriculum p{
  color: #757682 !important;
}

.box-card-item.gallery .box-detail{
  height: 50px !important;
}
.default-pagination-slide.on-show{
  top: 50% !important;
}
.default-pagination-slide.on-show-dark{
  background: #ffffff!important;
  border-color: #121527 !important;
  color: #121527 !important;
}

.default-pagination-slide.to-left.l-10{
  left: 10px !important;
}
.default-pagination-slide.to-right.r-10{
  right: 10px !important;
}
.is_miny_header{
  min-height: 20vh !important;
}

.head-loker .title{
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.head-loker .location, .head-loker .contract, .note-loker{
  font-size: 12px;
}
.description-loker .title{
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.description-loker .sub-title{
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.description-loker .text-sub{
  font-size: 12px;
}

.box-custom-control{
  border: 1px solid #dbdfea  !important;
  padding: 3px 10px  !important;
}
.box-custom-control.active{
  border: 1px solid #07A148  !important;
}
.box-custom-control.active label{
  color: #07A148  !important;
}
.box-custom-control.active label::before{
  color: #FFFFFF  !important;
  border-color: #07A148;
  background-color: #07A148;
}
.dark-box-content{
  position: absolute;
  height: 208px;
  width: 100%;
  display: inline-block;
  background-color: #e5e9f221;
}
.dark-box-content:hover, .dark-box-content:active{
  background-color: #000000b3 !important;
}
.dark-box-content:hover .action, .dark-box-content:active .action{
  opacity: 1 !important;
}
.dark-box-content .action{
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  opacity: 0;
}
.dark-box-content .action a{
  font-size: 18px !Important;
  font-weight: bold !important;
}
.link-title .text-title:hover, .link-title .text-title:active{
  color: #20d16b !important;
}
.detail-blog .desc-article blockquote{
  border-left: 3px solid #07A148 !important;
  padding: 3px 5px !important;
  text-align: center !important;
  font-style: italic !important;
  letter-spacing: 0.5px !important;
  font-size: 14px !important;
}