<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 #wrapper {
    overflow-x: hidden;
 }

 body{
  font-family: 'CenturyGothic';
  font-size: 14px;
 }
 h1, h2, h3, h4, h5, h6, b {
    font-family: 'CenturyGothic-Bold';
 }
 h2{
  font-size: 30px;
 }
 .h3, h3 {
    font-size: 24px;
}
 a {
    color: #0032a0 !important;
   text-decoration: none;
    font-weight: 700;
}

.url-article{
    color:#0032a0;
}
.event-select-all{
    float: right;
    position: relative;
    top: -28px;
    }
    .check-event .form-check {
    padding: 5px;
    margin-left: 20px;
}

.filter-search .form-check{
   padding: 5px 30px 5px 31px;
    border-radius: 30px;
    background:#EEEEEE;
}
.filter-search .checked {
    background: #0e4194;
    color: #fff;
}
.s-b input#search {
    font-size: 20px;
}
.filter-search ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
}
.filter-search ul li {
    padding-right: 20px;
}
.tanggal-event {
       background: #0033A0;
    color: #ffffff;
    padding: 5px 0px 0px 10px;
    min-height: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -20px;
    z-index: 9999;
    position: relative;
}
.bg-green {
    background: #bfd72e;
}
.tanggal-event p {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.head-box a {
    color: #fff;
}
.head-box a {
    color: #fff;
}

.head-box p-besar {
    color: #fff;
}

.head-box p-judul {
    color: #fff;
}
.body-event-box {
    padding: 15px;
}
 .p-small{
  font-size: 14px;
  margin-bottom: 0px;
 }
 .p-small-2{
  font-size: 12px;
  margin-bottom: 0px;
 }
 .p-besar{
 font-size: 16px;
 margin-bottom: 0px;
 color: #fff;
 }
 
 .p-judul{
 font-size: 16px;
 margin-bottom: 0px;
 color: #fff;
 }
 
 .p-besar-form{
 font-size: 16px;
 margin-bottom: 0px;
 /*color: #fff;*/
 }

 .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f0d8";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0d7"; 
}
div#pills-tabContent {
    width: 100%;
}
.accordion .card-title {
    font-size: 16px;
    color: #000;
    font-family: 'CenturyGothic-Bold';
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card {
    border: none;
}
.side-right {
    padding: 10px;
}

#sidebar-wrapper {
  min-height: 100vh;
/*  margin-left: -15rem;*/
margin-left:-5.7rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
}
.input-group-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    border-bottom: 1px solid #ced4da;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  
}
.navbar {
    display: block;
    margin-bottom: 20px;
}
.head-text {
    text-align: left;
}
a.menuna:hover, a.menuna.active {
    background: #F2F5FA;
    border-radius: 50%;
}
.menuna {
    margin: 15px;
    padding: 15px;
}

.carousel-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    opacity: 0.5;
}
.home-content{
  padding-top: 30px;
}
.a-box {
    color: #212529;
}
.a-box:hover {
    text-decoration: none!important;
    color: #0e4194!important;
}
.box-green {
    min-height: 150px;
    border: 1px solid #EEEEEE;
    border-top: 10px solid #C4D600;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #eeeeee;
    margin-bottom: 20px;
    padding: 15px;

}
.box-green-kiri{
    border: 1px solid #EEEEEE;
    border-left: 10px solid #C4D600;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background:#ffffff;
}
.box-semi-blue{
   min-height: 150px;
    border: 1px solid #E5EBF5;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #eeeeee;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #E5EBF5;
}
.t-blue {
    color: #0e4194;
}
.bg-blue {
    background: #0e4194;
}
.gambar-event-box img {
    width: 100%;
}
.btn-default {
    background: #EEEEEE;
}
.slc-group .btn-default, .slc-group .btn-primary {
    padding: 10px 40px;
}
.box-h-blue {
    min-height: 500px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #eeeeee;
    margin-bottom: 20px;
}
.radio-event .form-check {
    margin-bottom: 20px;
}
.box-white {
    min-height: 500px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #eeeeee;
    margin-bottom: 20px;
}
.box-h-blue .head-box{
  border-top-left-radius: 10px;
  border-top-right-radius:10px;
  background:#0033A0;
  color: #ffffff;
}
.list-box{
  min-height: 180px;
  border-bottom:1px solid #EEEEEE;
  padding-bottom: 20px;
  margin-bottom:20px;
}
.body-list-box{
  border-left:5px solid #BFD72E;
  min-height: 160px;
  margin-bottom:20px;
  padding-left: 10px;
}
.body-box, .head-box{
  padding: 15px;
}
.home-blue .box-blue {
    height: 230px;
    margin-bottom: 26px;
}
.box-manso{
  height: 485px!important;
}
.box-manso img {
    padding-top: 130px!important;
}
.box-blue {
    min-height: 100px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #eeeeee;
    background: #E5EBF5;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
}
.mh-0{
  min-height: 0px!important;
}
#sidebar-wrapper .sidebar-heading {
/*  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;*/
      margin: 15px;
}

#sidebar-wrapper .list-group {
  /*width: 15rem;*/
  text-align: center;
  margin-top: 30px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1.5rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0rem;
}
.btn {
    border-radius: 30px;
    padding: 15px 65px;
    text-align: center;
    font-family: 'CenturyGothic-Bold';
}
.btn-primary {
    color: #fff !important;
    background-color: #0E4194;
    border-color:#0E4194;
}
.btn-secondary {
    color: #fff;
    background-color: #C4D600;
    border-color:#C4D600;
}
.cp-1{
   color:#0E4194;
}
.cp-2{
   color:#C4D600;
}
.cb-1{
  background-color:#0E4194;
}
.cb-2{
  background-color:#C4D600;
}
.cb-3{
  background-color:#E5EBF5;
}
.fblk{
color:#303030;
}
.fwht{
color:#ffffff;
}
/*TAB*/
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #0e4194;
}
.nav-pills .nav-link {
    border-radius: 1.25rem;
    background: #EEEEEE;
    margin: 0 5px;
    color: #000;
}

/*END TAB*/
.check-side .form-check {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.check-side .form-check:hover {
    background: #0e4194;
    color: #fff;
}
input.larger {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-left: -26px;
}

/*login*/
.bg-login {
  /*  background-image: url(../img/bg-login.png);
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;*/
}
.images-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45%;
}
/*end login*/


#page-content-wrapper {
    margin-left: 80px;
}
#sidebar-wrapper {
    position: fixed;
    z-index: 999;
}
 #sidebar-wrapper {
    margin-left: 0px;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
   /* margin-left: -15rem;*/
    margin-left: -5.7rem;
  }
.menu-t {
    display: none;
}
.box-imgna {
    min-height: 95px;
}
.box-green .pt-4 {
    margin-top: 15px;
}
.box-contoh {
    height: 100px;
    border: 1px solid;
}
.text-green-tengah {
    height: 150px;
    padding: 50px 0px;
}
.kotak-icon {
    border: 1px solid #fff;
    padding: 1px 10px;
    margin-right: 10px;
    border-radius: 5px;
    background: #eeeeee;
}
.kotak-icon-list a{
   padding: 15px;
}
.kotak-icon-list .nav-item{
  margin-bottom: 5px; 
}
.kotak-icon-list a:hover, .kotak-icon-list .active{
    background: #0e4194;
    border-radius: 10px;
    color: #fff;
   
}
.kotak-icon-list a:hover .kotak-icon, .kotak-icon-list .active .kotak-icon {
    background: #fff;
}
.table {
    border: 1px solid #eeeeee;
}
thead {
    background: #0e4194;
    color: #fff;
    font-family: 'CenturyGothic-Bold';
}
.table-responsive{
  border-radius: 15px;
}
ul.down-pdf {
    margin-left: 0;
    padding-left: 0;
}
ul.down-pdf li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.down-pdf li a img {
    padding-right: 10px;
}
table input.larger {
    margin-left: -20px;
}
@media (max-width: 1200px) { 
  .menu-t {
    display: none;
}

.img-resp {
    height: auto !important;
    width: auto !important;
}

.margin-btn {
        margin: 5px;
    }


  #sidebar-wrapper {
    margin-left: 0px;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
   /* margin-left: -15rem;*/
    margin-left: -5.7rem;
  }
  .menu-t {
    display: none;
}
 }


@media (max-width: 992px) { 

}



@media (max-width: 768px) {
  .menu-t {
    display: block;
    position: relative;
    z-index: 999;
}
  #page-content-wrapper {
    margin-left: 0px;
}
#sidebar-wrapper {
    position: relative;
    z-index: 999;
    margin-left: -5.7rem
}
  #wrapper.toggled #sidebar-wrapper {
   /* margin-left: -15rem;*/
    margin-left:0rem;
  }
  
}


@media (min-width: 576px) { 

}





</pre></body></html>