@font-face {
    font-family: 'Gotham';
    src:  url('../fonts/Gotham/Gotham-Light.otf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/Gotham/GothamLight.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Panton-Regular';
    src:  url('../fonts/Panton/Panton-Regular.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Panton-Bold';
    src:  url('../fonts/Panton/Panton-Bold.otf')  format('truetype'); /* Safari, Android, iOS */
}

body{
  /*font-family: 'Panton-Regular', sans-serif !important;*/
  /*font-family: 'Ubuntu', sans-serif !important;*/
  font-family: 'Baloo 2', cursive !important;
}

.gotham{
  font-family: 'Baloo 2', cursive !important;
}

.panton-bold, .panton-bold h1, .panton-bold h2, .panton-bold h3, .panton-bold h4, .panton-bold h5, .panton-bold h6{
  font-family: 'Baloo 2', cursive !important;
  font-weight: bold !important;
}

.beranda{

}

.beranda .section-portal{

}

.beranda .area-title-section{
  margin-bottom: 30px
}

.beranda .area-title-section h3::before{
  content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.beranda .area-title-section h3::after{
  content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: rgb(6, 82, 74);
    bottom: 0;
    left: calc(50% - 20px);
}

.beranda .section-portal a.title{
  color: #096A61;
  text-align: center;
  text-align: left;
}

.beranda .section-portal a.title:hover{
  text-decoration: none !important;
}

.beranda .section-portal a.title h3 .ic{
  font-size: 20px;
  margin-right: 4px;
  text-decoration: none;
}

.beranda .section-portal a.title h3 .txt{
  /* text-decoration: underline; */
}

.beranda .section-portal a.title:hover h3 .txt{
  text-decoration: underline;
}

.w-70{
  width: 70% !important;
}

.w-80{
  width: 80% !important;
}

.w-90{
  width: 90% !important;
}

.bg-home-1, .bg-home-2{
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-home-1{
  background-image: linear-gradient(to bottom, #003f80, #00599d, #0074b9, #0091d4, #00aeef);
  min-height: 310px;
}
.bg-home-2{
  background-image: linear-gradient(to top, #005695, #0068a8, #007bba, #008ecc, #00a1dd);
  /*min-height: 200px;*/
  min-height: 150px;
}

li.nav-item {
    font-size: 1.2rem;
    margin-right: 10px;
}

li.nav-item:last-child{
  margin-right: 0px;

}

.search input{
  border: 3px solid #00aeef;
  font-style: italic;
}
.search input::placeholder, .text-biru-muda {
  color: #00aeef;
}

.text-kuning{
  color: #ecf337;
}

.search .input-group-append{
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 3;
}

.opacity-50{
  opacity: 0.5;
}

.bg-biru-muda{
  background-color: #00aeef !important;
}

.bg-navbar{
  background-color: #09588f; 
}

/*----------- Carousel Sliders --------------*/
.owl-carousel .owl-item img {
    display: block;
    width: 100% !important; 
    /*height: 50px;*/
    max-width: 125px;
}

.owl-carousel .nav-btn{
  position: absolute;
  cursor: pointer;
  top: 45px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: -30px;
}
.owl-carousel .next-slide{
  right: -30px;
}
.owl-carousel .prev-slide:hover{
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}

/*SELECT BUTTON*/
.custom-select {
  position: relative;
  /*font-family: Arial;*/
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  /*background-color: DodgerBlue;*/
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  /*color: #ffffff;*/
  /*padding: 8px 16px;*/
  /*border: 1px solid transparent;*/
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
}
.select-items div{
  background-color: #FFF;
}

/* Style items (options): */
.select-items {
  background-color: #F0F0F0;
  border: 1px solid #000;
  padding: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #00aeef !important;
  color: #FFF !important;
}

.organization .judul, .group .judul{
  min-height: 50px !important;
  height: auto;
  color: #607D8B;
}

.group .img-center{
  display: block;
  height: 100%;
  margin:0px auto;
  overflow: hidden;
  width: auto;
}

.visualisasi .img-thumbnail, .infografis .img-thumbnail{
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
}

.visualisasi .deskripsi, .infografis .deskripsi{
  min-height: auto;
  max-height: 200px;
  overflow-y: auto;
}

.dataset .fa-file-csv {
    color: #00aef0 !important;
}
.dataset .fa-file-pdf {
    color: #FF5722 !important;
}
.dataset .fa-file-excel {
    color: #8bc34a !important;
}
.dataset .fa-globe-americas, .fa-file-alt{
    color: #607d8b !important;
}

.bg-home-1 .navbar-nav .nav-item a:hover{
  color: #ffdd00 !important;
}

a.hrefTopik:hover .rounded.shadow{
  background: #00aeef !important;
}
a.hrefTopik:hover .img2{
  display: block !important;
}
a.hrefTopik:hover .img1{
  display: none;
}
.mobile500{
  position: absolute;
  /*width: 300px;*/
  width: 450px;
  height: auto;
  /*bottom: 0;*/
  bottom: 5px;
  right: 0;
}

.logo-group{
  min-height: 120px;
  height: 100%;
}

/* new */
.pos-fixed{
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  max-width: 100% !important; 
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.404);
  /* background-color: #105192; */
  /* background-color: rgb(22, 100, 216); */
}

.pos-static{
  position: relative;
  background-color: #fff;
}

.pos-fixed a{
  font-size: 16px;
}

.pos-static a,.pos-static span.nav-link{
  font-size: 16px;
  color: #096A61 !important;
}

.pos-fixed a:hover, .pos-static a:hover{
  text-decoration: underline;
}

.pos-static a.nav-login{
  color: #fff !important;
}


.pos-static .nav-menu ul li a{
  color: #fff !important;
}


.nav-login{
  /* border: 1px solid #fff; */
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #096A61;
  color: #fff !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.nav-login:hover{
  text-decoration: none !important;
  background-color: rgb(21, 156, 143);
}

.container-fluid.pd-top{
  padding-top: 82px;
  height: 550px;
  box-sizing: border-box;
  background-image: url(../images/banner-portal-sims2.png);
  /* background-image: url(../images/banner-portal-hut.png); */

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.container-fluid.pd-top.banner{
  height: 210px;
}

.container-fluid.pd-top .say-helo{
  position: absolute;
  bottom: 35px;
  left:120px;
  z-index: 6;
}

.container-fluid.pd-top .say-helo .img-logo{
  width: 98px;
  height: 98px;
  /* background-color:#ddd; */
  position: absolute;
  line-height: 100%;
  left: 20px;
  top: 23px;
  overflow: hidden;
}

.container-fluid.pd-top .say-helo .img-logo img{
  height: 110%;
  width: 110%;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}

.container-fluid.pd-top .say-helo .text-say{
  padding: 20px 20px 20px 125px;
  border-radius: 8px;
  /* background-color: rgba(0, 0, 0, .18); */
  background-color: rgba(255,255,255, .38);
  background-color: #fff;
  /* background-color: #fff; */

  display: inline-block;
  color: #fff;
  color: rgb(250, 194, 91);
  /* text-shadow: 2px 2px 2px #333; */
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.container-fluid.pd-top .say-helo .text-say .label-name{
  color: orange;
  /* color: #fff; */
  text-shadow: 0px 1px 0px #444;
}

.container-fluid.pd-top .say-helo .text-say h1{
  font-size: 52px;
  font-weight: 800;
  line-height: 100%;
}

.container-fluid.pd-top .say-helo .text-say h2{
  margin-bottom: 0px;
  color: rgb(116, 136, 134);
  text-shadow: none;
  font-size: 1.56rem;
}

.container-fluid.pd-top .say-helo .area-search{
  /* width: 650px; */
  width: 100%;
  height: 60px;
  margin-top: 15px;
  position: relative;
}

.container-fluid.pd-top .say-helo .area-search input{
  width: 100%;
  border-radius: 8px;
  height: 100%;
  border: 3px solid rgb(251, 196, 94);
  border-color: #096A61;
  /* border: 3px solid #fff; */

  box-sizing: border-box;
  padding: 0px 20px;
  position: relative;
  font-size: 16px;
  background-color: rgb(245, 230, 204);
  background-color: #fff;
}

.container-fluid.pd-top .say-helo .area-search input:focus{
  box-shadow: 0px 2px 1px -1px orange;
  border-color: rgb(22, 129, 119);
  box-shadow: 0px 4px 8px #fff;
  background-color: #fff;
}

.container-fluid.pd-top .say-helo .area-search button{
  position: absolute;
  right: 6px;
  border-radius: 8px;
  top: 4px;
  height: calc(100% - 8px);
  padding: 0px 25px;
  font-weight: bold;
}

.navbar{
  padding: 0.5rem 0px !important;
}

.navbar-light .navbar-brand.logo-portal{

}

.navbar-light .navbar-brand.logo-portal img{
  width: 52px;
  height: 52px;
}

.navbar-brand{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* color */
.background-orange{
  background-color: orange;
}

.color-blue-dark{
  color: #003f80;
}

.color-orange{
  color: orange !important;
}

.color-orangered{
  color: orangered !important;
}
/* end color */

.radius-8{
  border-radius: 8px !important;
}

.radius-50p{
  border-radius: 50% !important;
}

.container-out{
  display: block;
  width: 100%;
  position: relative;
}

.container-out .area-filter{
  display: block;
}

.container-out .area-filter .label{
  color: #bbb;
}


.container-out .area-filter .selected-opt .cmd .con-icon{
  display: none;
}

.container-out .area-filter .selected-opt .cmd{
  background-color: #c8c8c8;
}

.container-out .area-filter .selected-opt .cmd:hover{
  background-color: #e8e8e8;
}

.container-out .area-filter .selected-opt .cmd[role="on"]{
  opacity: 1 !important;
}

.container-out .area-filter .selected-opt .cmd.cmd-orange[role="on"]{
  /* background-color: orange; */
  color: #fff;
  background-color: rgb(240, 157, 2) !important;
}

.container-out .area-filter .selected-opt .cmd[role="on"] .con-icon{
  display: inline-block;
}

.container-owner .fl-left{
  width: 42%;
}

.container-owner .fl-left .bc-owner{
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-image: url(../../images/background/owner-clear.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 80%;
}

.container-owner .fl-right{
  width: 58%;
}

.container-owner .fl-right .text-quotes{
  position: relative;
  display: block;
  width: 100%;
  /* padding-top: 50%; */
  font-size: 20px;
}

.container-owner .fl-right .text-quotes .in-text-quotes{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.container-owner .fl-right .text-quotes .in-text-quotes p{
  text-align: justify;
}

.container-owner .fl-right .text-quotes .in-text-quotes .text-quotes-foot{
  font-size: 16px;
}

.ct-blue-trans{
  background-color: rgb(235, 245, 255);
  background-color: rgb(223, 235, 255);
}

.ct-green-trans{
  background-color: #096A61;
}

.ct-greendark-trans{
  background-color: rgb(6, 82, 74);
}

.ct-greenblur-trans{
  background-color: rgb(66, 105, 97);
  background-color: rgb(48, 92, 87);

}

.ct-purple-trans{
  background-color: rgb(242, 248, 251);
}

.ct-bluedark-trans{
  background-color: #283648;
}

.ct-greydark-trans{
  background-color: #455767;
}

.container-flex ul{
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
}


.container-flex ul li{
  width: calc(100% / 3);
  width: 100%;
  margin-bottom: 75px;
}

.container-flex ul li.w7{
  width: calc(100% / 7);
}


.container-flex ul li.w6{
  width: calc(100% / 6);
}

.container-flex ul li.w4{
  width: calc(100% / 4);
}

.container-flex ul li.w3{
  width: calc(100% / 3);
}

.container-flex ul li.w2{
  width: calc(100% / 2);
}

.container-flex ul.pd-lr20 li{
  padding: 0px 10px;
  box-sizing: border-box;
}

.container-flex ul li:last-child{
  margin-bottom: 0px;
}

.container-flex ul li .box-flex{
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0px 10px;
}

.container-flex ul li .box-flex .row-flex{
  display: flex;
  flex-wrap: wrap;
}

.container-flex ul li .box-flex .row-flex .col-lg-5{
  position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.container-flex ul li .box-flex .row-flex .col-lg-5 .bg-hibah{
  background-image: url(../images/assets/vector-donate.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain;
}

.container-flex ul li .box-flex .row-flex .col-lg-5 .bg-siri{
  background-image: url(../images/assets/sales.4ee8972c.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 50vh;
    background-size: contain;
}

.container-flex ul li .box-flex .row-flex .col-lg-5 .bg-sita{
  background-image: url(../images/assets/sales.4ee8972c.png);
  background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain;
}

.container-flex ul li .box-flex .row-flex .col-lg-5.bg-flex-r{
  margin-left: 8%;
}

.container-flex ul li .box-flex .row-flex .info-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 16%;
}

.container-flex ul li .box-flex .row-flex .info-container ul{
  display: block;
  /* padding-top: 15px; */
}

.container-flex ul li .box-flex .row-flex .info-container ul li{
    background-color: #e8e8e8;
    border-radius: 22px;
    padding: 10px 18px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 12px !important;
}

.container-flex ul li .box-flex .row-flex .info-container ul li:last-child{
  margin-bottom: 0px !important;
}

.container-flex ul li .box-flex .row-flex .info-container ul li:hover{
  background-color: #dbdbdb;
}

.container-flex ul li .box-flex .row-flex .info-container ul li span.txt{
  box-sizing: border-box;
  width: 100%;
  padding-right: 48px;
  line-height: 100%;
}

.container-flex ul li .box-flex .row-flex .info-container ul li span.ic{
  font-size: 13px;
}


.container-flex ul li .box-flex .row-flex .info-container ul li a{
    position: absolute;
    top: 6px;
    background-color: #096A61;
    color: #fff;
    padding: 5px 12px;
    border-radius: 18px;
    font-size: 13px;
    z-index: 2;
    border: 1px solid;
    border-color: rgb(7, 93, 85);
}

.container-flex ul li .box-flex .row-flex .info-container ul li a:hover{
  background-color: #fff;
  color: #096A61;
}

.container-flex ul li .box-flex .row-flex .info-container.left-flex{
  margin-left: 0%; 
}

.container-flex ul li .box-flex .row-flex .info-container ul li{
  text-align: left !important;
}

.container-flex ul li .box-flex .row-flex .info-container ul li a{
  right: 10px;
}

.home_container__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  color: #383838;
  text-align: left;
}

.container-flex ul li .box-flex .row-flex .width-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container-flex ul li .box-flex .row-flex .width-fit.flex-no-fit {
  text-align: right;
  
}

.container-flex ul li .box-flex .row-flex a.button-a{
  padding: 10px 36px;
    background-color: orange;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 22px;
    display: inline-block;
    box-shadow: 1px 1px 3px -1px #ccc;
    text-decoration: none;
    border: 1px solid orange;
    background-color: #096A61;
    border-color: rgb(7, 93, 85);
}

.container-flex ul li .box-flex .row-flex a.button-a:hover{
  color: orange;
  background-color: #fff;
  box-shadow: 0px 1px 6px -1px #999;
  color: rgb(7, 93, 85);
}

.container-bubble{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  /* background-color: pink; */
}

.bubble-style{
  border-radius: 50%;
  display: block;
  line-height: 100%;
  position: absolute;
}


.bubble-style.wd-st50{
  width: 470px;
  height: 470px;
}

.bubble-style.wd-st20{
  width: 210px;
  height: 210px;
}


.bubble-style.purple{
  background-color: rgb(240, 223, 255);
}

.bubble-style.pink{
  background-color: rgb(249, 223, 255);
}

.bubble-style.blue{
  background-color: rgb(223, 235, 255);
}

.bubble-style.green{
  background-color: rgb(215, 235, 233);
}

.bubble-style.l-st{
  left: -160px;
  top: 60px
}

.bubble-style.r-st{
  right: -396px;
}

.bubble-style.l-st.t10{
  top: 40%;
  left: 20px;
}

.bubble-style.r-child-st{
  right: 40px;
  top: 40px;
}

.bubble-style.bubble-btm50{
  bottom: 250px;
}

@media(max-width:620px){
  .container-flex ul li .box-flex .row-flex .col-lg-5{
    max-width: 100%;
    flex: 100%;
  }

  .container-flex ul li .box-flex .row-flex .info-container{
    margin-left: 0%;
    flex:100%;
    max-width: 100%;
  }

  .container-flex ul li .box-flex .row-flex .info-container.left-flex{
    text-align: left !important;
    justify-content: space-between;
    display: inline-flex;
  }

  .container-flex ul li .box-flex .row-flex .col-lg-5.bg-flex-r{
    margin-left: 0%;
    position: relative;
    
  }
}

.container-flex ul li .box-flex .inbox-flex{
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  border-radius: 12px 12px 0px 0px;
}

.container-flex ul li .box-flex .inbox-flex .box-top{
  position: relative;
  padding-top: 50%;
  display: block;
  width: 100%;
  background-color: #e8e8e8;
  background-color: #BCCFF6;
  border-radius: 12px 12px 0px 0px;
}

.container-flex ul li .box-flex .inbox-flex .box-top .box-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.container-flex ul li .box-flex .inbox-flex .box-top .box-bg .in-box-bg{
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
}

.container-flex ul li .box-flex .inbox-flex .box-top .box-bg .in-box-bg .icon-box-img{
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;

}

.container-flex ul li .box-flex .inbox-flex .box-top .box-bg .in-box-bg .icon-box-img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px -1px #aaa;
}

.container-flex ul li .box-flex .inbox-flex .box-bottom{
  display: block;
  box-sizing: border-box;
  padding:15px 15px 25px 15px;
  position: relative;
}

.container-flex ul li .box-flex .inbox-flex .box-bottom .grd{
  position: absolute;
  width: 100%;
  border-radius: 24px 24px 0px 0px;
  background-color: #fff;
  height: 15px;
  top: -12px;
  left: 0px;
}

.container-flex ul li .box-flex .inbox-flex .box-bottom .text-label{
  margin:8px 0px 15px 0px;
  color: #666;
}

.container-flex ul li .box-flex .inbox-flex .box-bottom a.button{
  padding: 6px 18px;
  background-color: orange;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 18px;
  display: inline-block;
  box-shadow: 1px 1px 3px -1px #ccc;
  text-decoration: none;
  border: 1px solid orange;
}

.container-flex ul li .box-flex .inbox-flex .box-bottom a.button:hover{
  color: orange;
  background-color: #fff;
  border-color: rgb(226, 147, 1);
  box-shadow: 1px 1px 3px -1px #777;

}



.container-news{
  
}

.container-news .inbox-news{
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  background-color: #fff;  
  border-radius: 4px;
}

.container-news .inbox-news.yellow-grey{
  background-color: rgb(253, 252, 237);
  background-color: rgb(229, 245, 244);
}

.container-news .inbox-news .box-news-ttl{
  padding:20px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.container-news .inbox-news .box-news-ttl h5{
  margin-bottom: 0px !important;
}

.container-news .inbox-news ul, .container-news .inbox-news ol{
  display: block;
  padding:0px 0px;
  margin: 0px;
  list-style: none;
}

.container-news .inbox-news ul li, .container-news .inbox-news ol li{
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
}

.container-news .inbox-news ol{
  padding: 0px 35px;
  margin: 0px;
}

.container-news .inbox-news ol li{
  margin: 0px;
  list-style-type: disc;
  text-align: justify;
  padding:20px 0px;
}


.container-news .inbox-news ul li:last-child, .container-news .inbox-news ol li:last-child{
  border-bottom: 0px;
}

.container-news .inbox-news ul li .box-news{
  display: block;
  max-height: 120px;
  height: 80px;
}

.container-news .inbox-news ul li .box-news .area-images{
  width: 90px;
  height: 100%;
  float: left;
}

.container-news .inbox-news ul li .box-news .box-texts{
  display: block;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
  width: calc(100% - 90px);
}

.container-news .inbox-news ul li .box-news .box-texts p{
  text-align: justify;
  line-height: 100%;
  font-size: 14px;
}

.container-news .inbox-news ul li .box-news .box-texts span.ic{
  font-size: 10px;
}

.container-news .inbox-news ul li .box-news .box-texts span.label{
  font-size: 12px;
}

.container-news .inbox-news ul li.empty{
  color: #999;
  text-align: center;
  padding: 30px 0px;
}

.container-news .inbox-news ul li.empty .icn{
  font-size: 42px;

}

.container-news .inbox-news ol li ol{
  padding: 5px 0px 0px 15px;
  margin: 0px;
}

.container-news .inbox-news ol li ol li{
  padding: 0px;
  list-style-type: lower-latin;
  border-bottom: 0px;
  padding-bottom: 5px
}

.container-news .inbox-news ol li ol li:last-child{
  padding-bottom: 0px;
}


.area-structure{

}

.area-structure .row{
  display:flex; justify-content: center;
}

.area-structure ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.area-structure ul li{
  padding: 0px;
  margin: 0px;
  list-style-type:none;
}

.area-structure ul li.top{
  /* border-bottom: 2px solid #ddd; */
  /* padding: 20px 0px; */
}

.area-structure ul li .area-box{
  /* background-color: pink; */
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 40px;
  position: relative;
}

.area-structure ul li .area-box .br-horison{
  position: absolute;
  width: 3px;
  height: 100%;
  top: 40px;
  background-color: rgb(48, 92, 87);
  background-color: rgb(4, 59, 54);
  left: 50%;
}

.area-structure ul li .area-box .br-horison-top{
  position: absolute;
  width: 3px;
  height: 100%;
  top: -40px;
  background-color: rgb(48, 92, 87);
  background-color: rgb(4, 59, 54);
  left: 50%;
}


.area-structure ul li .area-box .br-vertical{
  position: absolute;
  width: 100%;
  height: 3px;
  top: -40px;
  background-color: rgb(48, 92, 87);
  background-color: rgb(4, 59, 54);
  /* left: calc(50% - 6px); */
  left: 0px;
}

.area-structure ul li .area-box .br-vertical-right{
  position: absolute;
  width: 50%;
  height: 3px;
  top: -40px;
  background-color: rgb(48, 92, 87);
  background-color: rgb(4, 59, 54);
  /* left: calc(50% - 6px); */
  right: 0px;
}

.area-structure ul li .area-box .br-vertical-left{
  position: absolute;
  width: 50%;
  height: 3px;
  top: -40px;
  background-color: rgb(48, 92, 87);
  background-color: rgb(4, 59, 54);
  /* left: calc(50% - 6px); */
  left: 0px;
}

.area-structure ul li .area-box .in-box{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 3px solid rgb(48, 92, 87);
  border:3px solid rgb(4, 59, 54);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0px 1px 11px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 25px 0px;
  border-radius: 8px;
  color: rgb(48, 92, 87);
}

.area-structure ul li .area-box .in-box .area-foto{
  width: 90px;
  height: 90px;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 3px solid rgb(48, 92, 87);
  box-sizing: border-box;
}

.area-structure ul li .area-box .in-box .area-foto img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.container-contact{

}

.container-contact .ic{
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

.container-contact h3{
  color: #999;

}

.container-contact h4{
  color: #888;
}

.container-contact .box-center{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.container-contact .box-left{
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #ddd; */
}

.container-contact p{
  font-size: 18px;
}

.container-contact .row{
  display: flex;
}


.container-apps{

}


.area-carousel{
  display: block;
  width: 100%;
}

.area-carousel .inar-carousel{
  height: 420px;
}

.carousel-item{
  border-radius: 22px;
  background-color: rgb(241, 230, 255);
  background-color: rgb(223, 235, 255);
  background-color: rgb(229, 245, 244);
}

.area-carousel .inar-carousel .carousel-box{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.area-carousel .inar-carousel .carousel-box .fly-img{
  position: absolute;
  width: 33%;
  height: 100%;
  top: 0px;
}

.area-carousel .inar-carousel .carousel-box.ar-video .fly-img{
  width: 46%;
}

.area-carousel .inar-carousel .carousel-box .fly-img img{
  /* width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain; */
}

.area-carousel .inar-carousel .carousel-box .fly-img.left{
  left: 30px;
}

.area-carousel .inar-carousel .carousel-box .fly-text{
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  font-size: 20px;
  padding-left: 40px;
}

.area-carousel .inar-carousel .carousel-box.ar-video  .fly-text{
  width: 52%;
}

.area-carousel .inar-carousel .carousel-box .fly-text .ttl-b{
  font-size: 36px;
}

.area-carousel .inar-carousel .carousel-box .fly-text p{
  /* text-align: justify; */
}

.area-carousel .inar-carousel .carousel-box .fly-text.right{
  right: 30px;
}

.area-carousel .inar-carousel  .carousel-indicators li{
  background-color: orange;
  background-color: #096A61;
}

/* CALENDAR */
.info-calendar{
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 45px;
  margin-bottom: 25px;
  text-align: center;
  color: #333;
  font-weight: 500;
}

.fc-toolbar h2{
  font-size:16px;
}

.area-carousel .inar-carousel .carousel .carousel-control-prev, .area-carousel .inar-carousel .carousel .carousel-control-next{
  background-color: rgb(185, 209, 207);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 40%;
}

.area-carousel .inar-carousel .carousel .carousel-control-prev{
  left: 15px;
}

.area-carousel .inar-carousel .carousel .carousel-control-next{
  right: 15px;
}

/* new */

.ar-calendar{
  border: 1px solid #ddd;
  box-shadow: 0px 1px 6px -1px #999;
  border-radius: 8px;
  background-color: #fff;
}

.inar-calendar .fl-left .legend{
  display: block;
  box-sizing: border-box;
  padding:25px 25px 0px;
}

.inar-calendar ul{
  padding:0px;
  margin:0px;
}

.inar-calendar ul li{
  list-style:none;
  padding:0px;
}

.inar-calendar .fl-left .legend ul{
  /* display: block; */
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.inar-calendar .fl-left .legend ul li{
  list-style: none;
  width: unset;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  float: left;
}

.inar-calendar .fl-left .legend ul li:last-child{
  margin-right: 0px;
}

.inar-calendar .fl-left .legend ul li span.icx{
  height: 15px;
  width: 20px;
  font-size: 9px;
  float: left;
}

.inar-calendar .fl-left .legend ul li span.paket{
  background-color: orange;
}

.inar-calendar .fl-left .legend ul li span.off{
  background-color: #ddd;
}

.inar-calendar .fl-left .legend ul li span.satuan{
  background-color: #5725ff;
}



.inar-calendar .fl-left .legend ul li span.ttxl{
  font-size: 12px;
  height: 16px;
  float: left;
  padding-left: 5px;
  display: block;
  line-height: 100%;
  padding-top: 2px;
  color: #777;
  /* font-weight:bold; */
}

.container-calendar{

}

.container-calendar #calendar{
  margin-top: 30px;
}

.container-calendar .fc-toolbar.fc-header-toolbar{
  margin-bottom: 25px !important;
  box-sizing: border-box;
  padding: 0px 25px;
}

.container-calendar .fc-right, .fc-today-button{
  display:none !important;
}

.container-calendar .fc-left{
  float: right !important;
}

.container-calendar .fc-center{
  float: left !important;
  margin-bottom: 0px !important;
  box-sizing: border-box;
  /* padding-top: 0px !important; */
  /* background-color: rgb(133, 195, 246);
  background-color: rgb(104, 157, 218); */

  
  /* padding: 6px 10px !important; */
  border-radius: 4px;
}

.container-calendar .fc-center h2{
  color: rgb(20, 204, 20) !important;
  color: #333 !important;
  color: #333 !important;
  /* text-shadow: 0px 1px 0px #aaa; */
  padding-top: 0px !important;
  text-transform: capitalize !important;
  margin-top: 0px !important;
  font-size: 21px;
  font-weight: 700;
  color: #111;
}



.container-calendar th.fc-day-header span{
  color: #888 !important;
}

.container-calendar .fc-day-grid-container.fc-scroller {
  height: auto!important;
}

.container-calendar .fc td{
  border: 0px;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
}



.container-calendar .fc-head td{
  /* border:0px !important; */
  /* border-bottom: 1px solid #ddd !important;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important; */
}

.container-calendar td.fc-day{
  /* border-top: 1px solid red !important; */
}


/* td.fc-head-container{
  border: 0px !important;
  border-bottom: 2px red !important;
} */

.container-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
  /* float: left; */
  font-weight: bold;
  padding-right: 10px;
}

.container-calendar .fc th{
  text-align: left;
  text-align: center;
}

.container-calendar .fc-unselectable{
  padding-top: 3px;
}



.container-calendar table th{
  padding: .3rem .5rem;
  border:0px !important;

}

.container-calendar .fc-bg table thead tr td{
  /* border-top: 5px solid red !important; */
  /* border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important; */
}

.container-calendar .fc-row .fc-content-skeleton td, .container-calendar .fc-row .fc-helper-skeleton td{
  /* border-top: 5px solid red !important; */
}


.container-calendar .fc-Min, .container-calendar th.fc-day-header.fc-Min span{
  color: red !important;
}

.container-calendar td.fc-day.fc-Min{
  background: rgb(255, 243, 245);
}

.container-calendar .fc-day-top.fc-Min.fc-other-month.fc-past{
  /* border-top: 5px solid red !important; */
  box-sizing: border-box;
}

.container-calendar .fc-day-top.fc-mon.fc-other-month.fc-past{
  /* border-top: 5px solid red !important; */
}

.container-calendar .fc-bg td.fc-widget-content{
  /* border: 5px solid red !important; */
  /* border-top: 5px solid red !important; */
  position: relative;
}

.container-calendar .fc-bg td.fc-widget-content:after{
  content:'';
  border-top: 1px solid rgb(188, 211, 240) !important;
  height: 1px;
  width: 100%;
  position: absolute;
  left:0px;
  top: 0px;
}

.container-calendar td.fc-Min, td.fc-sat{
  background-color: #f8f8f8;
}

.container-calendar .fc-day:hover{
  background-color: rgb(218, 234, 253);
}



.container-calendar .fc-unthemed .fc-event .fc-content{
  padding: 3px 3px 3px 3px !important;
  text-align: center;
}

.container-calendar .fc-unthemed .fc-event .fc-content:before{
  left: 6px !important;
  top: 5px !important;
  display: none;
}

.container-calendar .fc-unthemed .fc-event{
  background-color: rgb(61, 182, 61);
  background-color: #5725ff;
  margin-bottom: 1px;
}

.container-calendar .fc-unthemed .fc-event .fc-content .fc-title{
  color: #fff;
  font-size:12px;
}


.container-calendar .fc-row .fc-bg{
  /* z-index: 9 !important; */
}

.container-calendar .fc-toolbar .fc-center{
  /* border-bottom: 1px solid #ddd; */
  background-color: #5725ff;
  background-color: rgb(212, 231, 255);
  background-color: transparent;
  border-radius: 0px;
  border-radius: 4px;
}

.container-calendar .fc-day:hover, .container-calendar .fc-bg:hover, .container-calendar .fc-content-skeleton:hover{
  cursor:pointer;
}

.container-about{

}



/* sub portal */
.container-sub{
  display: block;
  width: 100%;
  position: relative;
}

.container-sub .box-sub-portal{
  width: 100%;
  /* height: 380px; */
}


.container-sub .box-sub-portal.box-sub-hibah{
  /* background-color: rgb(242, 242, 255); */
  padding: 30px 0px 20px;
}


.container-sub .container-search{
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  list-style: none;
  padding:65px 0px;
  margin: 0px;
  flex-wrap: wrap;
}

.container-sub .container-search .portal-search{
  height: 100px;
  width: 760px;
  padding: 20px 20px;
  /* background-color: pink; */
  position: relative;
  background-color: rgb(2, 61, 55);
  border-radius: 8px;
}

.container-sub .container-search .portal-search input{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 0px 25px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #eee;
}

.container-sub .container-search .portal-search input:focus{
  /* font-weight: bold; */
  background-color: #fff;
}

.container-sub .container-search .portal-search button{
  position: absolute;
  right: 2px;
  z-index: 3;
  height: calc(100% - 4px);
  /* height: 60px; */
  top: 2px;
  border-radius: 8px;
  padding: 0px 30px;
  font-weight: bold;
  background-color: #096A61 !important;
}

.container-sub .container-search .portal-search button span.icon{
  display: none;
}

.container-sub .container-search .portal-search button[rules="true"] span.icon{
  display: inline-block;
  font-size: 24px;
}

.container-sub .container-search .portal-search button[rules="true"]{
  background-color: grey !important;
}

.container-sub .container-search .portal-search button[rules="true"] span.labels{
  display: none;
}

.container-sub .container-search .portal-search button[role="on"]{
  background-color: rgb(173, 190, 188) !important;
  color: #ccc !important;
}

.container-sub .container-search .portal-search .ddwn-search{
  position: absolute;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  top: calc(100% + 5px);
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0px 1px 18px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: none;
}

.container-sub .area-maps{
  width: 100%;
  height: 440px;
  background-color: #fff;
  border-radius: 8px;
}

.head-flex{
  display: flex;
  flex-wrap: wrap;
}

.head-flex .head-flex-bg{
  position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 8%;
}

.head-flex .head-flex-bg .head-bg{
  background-image: url(../images/assets/vector-donate.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain;
}

.head-flex .head-flex-bg .head-bg.bg-siri{
  background-image: url(../images/assets/vector-sales.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain;
}

.head-flex .head-flex-bg .head-bg.bg-sita{
  background-image: url(../images/assets/vector-sales.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-position: 50%;
    background-size: contain;
}

.head-flex .head-info-text{
  display: flex;
  flex-direction: column;
  align-self: center;
  flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 5%;
}

.head-flex .head-info-text h1{
  font-size: 66px;
}

.head-flex .head-info-text .subtitle{
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 45px;
  margin-bottom: 32px;
  color: #383838;
  list-style: disc;
  padding: 0px 0px 0px 20px;
}

.area-section.br-top{
  /* border-top: 3px solid orange; */
  /* background-color: #ebebeb; */
}

.area-section.hoverx{
  overflow: hidden;
  /* margin-top: 0px; */
  /* position: relative; */
  /* max-height: 0; */
    /* transition: max-height 0.15s ease-out; */

}

.area-section.hoverx .area-hoverx{
  margin-top: -100%;
  /* margin-top: calc(-100% - 275px); */
  box-sizing: border-box;
  background-color: rgb(4, 68, 61);
  /* position: absolute;
  top: 0px;
  left: 0px; */
  /* width: 100%;
  height: 100%; */
  /* margin-bottom: 100%; */
  /* max-height: 0px;
  transition:max-height 0.3s ease-in; */
  /* height: 100%; */
  /* margin-top: 0px; */

  /* overflow: visible; */
  /* transition: all .4s ease; */
  /* overflow: visible; */
}

.area-section.hoverx[role="on"]{
  /* overflow: visible; */
}

.area-section.hoverx[role="on"] .area-hoverx{
  margin-top: 0px;
  transition: all .4s ease;
  /* border: 3px solid orange; */
  border:5px solid rgb(4, 59, 54);

  /* max-height: 100%;
  transition: max-height 0.55s ease-in; */
  /* margin-top: 100%;
  transition: all 5s; */
}

.area-card-new{
  position: relative;
}

.area-card-new li{
  position: relative;

}

.card.card-new{
  box-sizing: border-box;
  width: 100%;
  
}


.card.card-new .check-box{
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  box-shadow:2px 2px 3px -4px #333;
  border-radius: 50%;
  line-height: 100%;
  display: none;
}

.area-card-new li{
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}


.area-card-new li a:before{
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  z-index: 9;
  width: 0;
  height: 0;
  /* left: 10px; */
  /* border-top: 40px solid orange;
  border-right:44px solid transparent; */
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 34px solid rgb(4, 59, 54);
  left: calc(50% - 30px);
  display: none;
  transition: all .4s ease;

}

.area-card-new li a:after{
  content: '';
  position: absolute;
  top: calc(100% - 5px);
  z-index: 10;
  width: 0;
  height: 0;
  /* left: 13px; */
  /* border-top: 34px solid #fff; */
  /* border-right:38px solid transparent; */
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #fff;
  left: calc(50% - 25px);
  display: none;
  transition: all .4s ease;

}

.area-card-new li a[role="on"]:before,.area-card-new li a[role="on"]:after{
  display: block;
}

.area-card-new li a .card.card-new{
  border: 3px solid #f0f0f0;
}

.area-card-new li a:hover .card.card-new{
  border: 3px solid grey;
  /* position: absolute; */
  /* top: -10px; */
  /* transition: all .4s ease; */
}

.area-card-new li a:hover .card.card-new .check-box{
  display: block;
  background-color: grey;
  color: #ccc;
}

.area-card-new li a[role="on"] .card.card-new{
  border: 3px solid rgb(4, 59, 54);
  position: absolute;
  /* top: -10px; */
  transition: all .4s ease;
  /* border-radius:8px 8px 8px 0px; */
}

.area-card-new li a[role="on"] .card.card-new .box-circle span{ 
  color: rgb(4, 59, 54);
}

.area-card-new li a[role="on"] .card.card-new .check-box{
  display: block;
  background-color: rgb(4, 59, 54);
  color: #fff;
}


.area-card-new li a .card.card-new .box-circle::before {
  background:
    linear-gradient(#f3f3f3, #f3f3f3) content-box,
    conic-gradient(#096A61 0 var(--p1),grey calc(var(--p1) + 0%) calc(var(--p1) + var(--p2)),#f0f0f0 0) !important;
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#fff calc(100% - 8px));
}


.area-card-new li a[role="on"] .card.card-new .box-circle::before {
  background:
    linear-gradient(#f3f3f3, #f3f3f3) content-box,
    conic-gradient(#096A61 0 var(--p1),rgb(4, 59, 54) calc(var(--p1) + 0%) calc(var(--p1) + var(--p2)),#f0f0f0 0) !important;
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#fff calc(100% - 8px));
}


.card.card-nobr{
  /* border: none;
  box-shadow: none; */
  padding: 15px 0px;
  border-radius: 8px;
  /* background-color: rgb(42, 121, 72); */
}


.card.card-nobr:hover{
  /* background-color:transparent; */
}

.card.card-nobr .card-title{
  margin-bottom: 0px !important;
}

.card.card-nobr .card-footer{
  padding: 0px;
}

.card-footer.li-w100 ul li{
  width: 100% !important;
}

.card.card-siri, .card.card-sita{
  padding: 0px 0px 15px 0px;
}

.card-siri .card-body,.card-sita .card-body{
  width: 100%;
  background-color: #ebebeb;
  height: 140px;
  margin-bottom: 10px;
  border-radius: 8px 8px 0px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.card-siri .card-body .area-sampul{
  height: 100%;
  width: 100%;
}

.card-siri .card-body .area-sampul{
  overflow: hidden;
}

.card-siri .card-body .area-sampul img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.card-sita .card-body .area-sampul{
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: green;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-top: 25px;
}

.card-sita .card-body .area-sampul img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.card-siri .card-footer .label{
  line-height: unset;
}

.card-siri .card-footer .label.upper{
    font-size: 12px;
}

.card-sita{

}

.area-card-zone ul{
  padding: 20px 0px 20px;
}

.area-card-zone ul li{
  padding: 0px 7px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.card-zone{
  width: 100%;
  height: 60px;
  /* background-color: #dddcdc; */
  /* border: 2px solid #aaa;
  box-sizing: border-box; */
}

.card-zone .box{
  height: 56px;
  background-color: #fff;
  width: 100%;
}


.card-zone a .left{
  float: left;
  width: 60px;
  height: 56px;
  background-color: #bbb;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

.card-zone a .right{
  float: right;
  width: calc(100% - 60px);
  height: 56px;
  padding: 0px 4px 0px 6px;
  box-sizing: border-box;
  text-align: left;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
}

.card-zone a{
  opacity: 1;
  color: unset;
  background-color: #d1d0d0;
  display: block;
  border: 2px solid #aaa;
  box-sizing: border-box;
  border-radius: 8px;
}

.card-zone a:hover{
  background-color: #f8f8f8;
}

.card-zone a:hover .right{
  color: #111;
}

.card-zone a[role="on"]{
  border-color: rgb(240, 157, 2) !important;
  background-color: #fff;
  /* background-color: rgb(240, 157, 2) !important; */
}

.card-zone a[role="on"] .right{
  color: #111;
}

.card-zone a[role="on"] .left{
  background-color: rgb(240, 157, 2) !important;
  color: #fff;
}

.area-card-type{
  padding:65px 0px 85px;
}

.area-card-type ul li{
  padding: 0px 20px;
  margin-bottom: 0px;
}

.card-type{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
  color: unset;
}

.card-type .in-card-type{
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  background-color: #d1d0d0;
  box-sizing: border-box;
  border: 8px solid;
  border-color: #aaa;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}

.card-type .in-card-type b{
  font-size: 18px;
}

.card-type .in-card-type span{
  font-size: 12px;
  color: #777;
}

.card-type .in-card-title{
  position: absolute;
  top: calc(100% + 6px);
  left: 0px;
  width: 100%;
  color: #999;
}

.card-type:hover .in-card-type{
  background-color: #fff;
}

.card-type[role="on"] .in-card-type{
  border-color:orange;
  background-color: #fff;
}

.card-type:hover .in-card-title, .card-type[role="on"] .in-card-title{
  color: #fff;
}


.area-card-profile{
  padding-top: 35px;
}

.area-card-profile ul li{
  margin-bottom:25px !important;
}

.area-search-box{
  height: 40px;
  margin-right: 18px;
  overflow: hidden;
  width: 240px;
  position: relative;
}


.area-search-box input{
  height: 100%;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 12px;
  font-size: 16px;
  border: 1px solid transparent
}

.area-search-box a{
  position: absolute;
  right: 5px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 0px;
  background-color: #bbb;
  color: #444;
  padding: 7px 8px;
  line-height: 100%;
  top: 3px;
  display: none;
}

.area-search-box[role="on"] button{
  display: block;
}

.area-search-box input:focus{
  border-color: orange;
}


.area-card-list ul li{
  background-color: pink;
}

.area-card-list .ar-body-table {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.ar-body-table .atable {
  display: block;
  width: 100%;
  position: relative;
}

.ar-body-table .atable .tr {
  display: block;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  position: relative;
}


.ar-body-table .atable .tr.sling{
  background-color: rgb(239, 244, 251) !important;

}

.ar-body-table .atable .tr:hover{
  background-color: rgb(255, 253, 249);
  background-color: rgb(220, 230, 246) !important;

  cursor: default;
  
}

.ar-body-table .atable .tr.empty{
  background-color: transparent !important;
  border: 0px;
  font-size: 16px;
  color: #bbb;
  padding: 40px 0px;
}

.atable .tr .tbody {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 15px 0px 15px 0px;
}


.atable .tr .tbody table{
  width: 100%;
  text-align: left;
}


.atable .tr .tbody table td.td-w260, .atable .th table td.td-w260{
  width: 260px !important;
}

.atable .tr .tbody table td.td-w180, .atable .th table td.td-w180{
  width: 180px;
}

.atable .tr .tbody table td.td-w150, .atable .th table td.td-w150{
  width: 150px;
}

.atable .tr .tbody table td.td-w120, .atable .th table td.td-w120{
  width: 120px;
}

.atable .tr .tbody table td.td-w100, .atable .th table td.td-w100{
  width: 100px;
}

.atable .tr .tbody table td.td-w90, .atable .th table td.td-w90{
  width: 90px;
}

.atable .tr .tbody td {
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.atable .tr .tbody td:last-child{
  border-right: 0px;
}
.atable .tr .tbody table td .td-iner{
  padding: 10px 8px;
    line-height: 16px;
    overflow: hidden;
    box-sizing: border-box;
    color: #333 !important;
}

.atable .tr .tbody table td .td-iner{
  font-size: 14px;
}


/* end sub portal */




@media(max-width: 420px)
{
  /* .container{
      padding-left: 0px !important;
      padding-right: 0px !important;
  } */

  

  .container-calendar .fc-header-toolbar{
      box-sizing: border-box;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }

  .container-calendar .info-calendar{
      padding-left: 10px !important;
      padding-right: 10px !important;
  }

  .container-calendar .info-calendar{
      margin-top: 25px;
  }

  .container-calendar .fc-unthemed .fc-event .fc-content .fc-title{
      font-size: 9px;
  }

  .container-calendar .fc-event-container{
      padding: 0px !important;
  }

  .container-calendar .fc td {
      border-left: 1px solid #fff !important;
      border-right: 1px solid #fff !important;
  }


  /* new */
  .container-calendar .inar-calendar .fl-left .legend ul li span.ttxl{
      padding-top: 1px;
  }

  .container-calendar .inar-calendar .fl-left .legend ul li span.ttxl .div{
      font-size: 10px;
  }
}

.fc-event{
  border-radius:20px !important;
  
}

.fc-event-orange{
  background-color: rgb(250, 245, 236) !important;
  border-color: rgb(255, 228, 179) !important;
}

.fc-event-orange .fc-title{
  color: rgb(230, 150, 23) !important;
}

.fc-event-green{
  
  background-color: rgb(233, 248, 233) !important;
  border-color: rgb(195, 238, 195) !important;
}

.fc-event-green .fc-title{
  color: rgb(3, 109, 3) !important;
}

.container-calendar .fc-unthemed .fc-event .fc-content{
  padding: 1px 3px 1px 3px !important;
}
/* END CALENDAR */

/* NEW HEADER PORTAL */
.navbar-nav .nav-link{
  position: inherit;
}

.navbar-nav span.nav-link{
  font-size: 16px;
}

.navbar-nav span.nav-link:hover{
  cursor: pointer;
  text-decoration: underline;
}

.navbar-nav .nav-link .nav-menu{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #096A61;
  color: #fff;
  top: calc(100% + 5px);
  /* padding: 8px; */
  border-radius: 4px;
  line-height: 100%;
  box-shadow: 0px 6px 5px -3px #333; 
  box-sizing: border-box;
  width: 100%;
  left: 0%;
  transition: all .4s ease;
  cursor: default;
}

.navbar-nav .nav-link:hover .nav-menu{
  visibility: visible;
  opacity: 1;
}

.navbar-nav .nav-link .nav-menu .col{
  padding: 25px 25px;
  display: inline-table;
  color: #fff;
  height: 240px;
  font-size: 16px;
}

.navbar-nav .nav-link .nav-menu .col .menu-title{
  margin-bottom: 35px;
  color: #bbb;
  font-size: 18px;
  line-height: 115%;
  position: relative;
  padding-left: 10px;
}

.navbar-nav .nav-link .nav-menu .col .menu-title::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: -5px;
  top: 6px;
  background-color: #bbb;
  border-radius: 50%;
}

.navbar-nav .nav-link .nav-menu .col p{
  line-height: 160%;
  color: #ddd;
  font-size: 16px;
}

.navbar-nav .nav-link .nav-menu .col.round-l{
  border-radius: 4px 0px 0px 4px;
}

.navbar-nav .nav-link .nav-menu .col.yellow{
  background-color: #ffc240;
}

.navbar-nav .nav-link .nav-menu .col.orange{
  background-color: orange;
}

.navbar-nav .nav-link .nav-menu .col ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.navbar-nav .nav-link .nav-menu .col ul li{
  list-style: none;
  padding-bottom: 20px;
}

.navbar-nav .nav-link .nav-menu .col ul li:last-child{
  padding-bottom: 0px;
}

.navbar-nav .nav-link .nav-menu .col ul li a{
  color: #fff;
}

.navbar-nav .nav-link .nav-menu .col ul li a:hover{
  text-decoration: underline;
  cursor: pointer;
}

/* @keyframes fadeInUp {
  from {
      transform: translate3d(0,60px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,60px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
} */

/* END NEW HEADER PORTAL */

/* CIRCLE PROGRESS BAR */
.progress-box .progress{
  width: 140px !important;
  height: 140px !important;
  line-height: 100% !important;
}

.progress-box .progress:after{
  border: none !important
}

.box-circle {
  font-size: 3em;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position:relative;
  z-index:0;
}

.box-circle::after {
  content: "";
  font-size: .45em;
}

.box-circle::before {
  content: "";
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding:8px;
  background:
    linear-gradient(#f3f3f3, #f3f3f3) content-box, /* this background will be shown if mask is no supported */
    conic-gradient(#096A61 0 var(--p1),#d12f2f calc(var(--p1) + 0%) calc(var(--p1) + var(--p2)),#f0f0f0 0);
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#fff calc(100% - 8px));
}

.progress-box .card-footer-list li{
  margin-bottom: 0px;
}

.box-country-state{
  /* background-color: pink; */
  box-sizing: border-box;
  padding: 30px;
  /* box-shadow: 0 4px 6px 0 rgb(0 0 0 / 5%), 0 1px 20px 0 rgb(0 0 0 / 5%), 0px 1px 11px 0px rgb(0 0 0 / 5%); */
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.country-state .pull-right{
  /* display: inline-block; */
  float: right;
}

.country-state li{
  margin-bottom: 30px !important;
}

.box-country-state .progress{
  height: 8px;
}

.box-country-state .progress .green{
  background-color: #53e69d;
}


.box-country-state .progress .blue{
  background-color:#2cabe3;
}

.box-country-state .progress .orangered{
  background-color: #ff7676;
}

.box-country-state .progress .purple{
  background-color: rgb(163, 59, 163);
}

.box-country-state .progress .greendark{
  background-color: #096A61;
}

.box-country-state .progress .yellow{
  background-color: #FDD746;
}

.box-country-state li h5{
  margin-bottom: 0px;
  line-height: 100%;
}

/* END CIRCLE PROGRESS BAR */

@media(max-width:979px){
  .container-owner, .container-apps, .container-news, .container-contact{
    max-width: 100% !important;
  }
}

@media(max-width:779px){
  .container-owner .fl-left{
    width: 32%;
  }

  .container-owner .fl-right{
    width: 68%;
  }

  .container-owner .fl-right .text-quotes{
    font-size: 18px;
  }

  .container-owner .fl-right .text-quotes .in-text-quotes .text-quotes-foot{
    font-size: 14px;
  }
}

@media(max-width:619px){
  .container-owner .fl-left{
    width: 100%;
  }

  .container-owner .fl-right{
    width: 100%;
    margin-top: 20px;
  }

  .container-owner .fl-right .text-quotes{
    font-size: 18px;
    padding-top: 0px;
  }

  .container-owner .fl-right .text-quotes .in-text-quotes{
    position: relative;
  }

  .container-owner .fl-right .text-quotes .in-text-quotes p{
    text-align: justify;
  }

  .container-owner .fl-right .text-quotes .in-text-quotes .text-quotes-foot{
    font-size: 14px;
  }

  .container-owner .fl-left .bc-owner{
    padding-top: 60%;
    width: 80%;
    background-size: 100% 100%;
  }

  .container-fluid.pd-top .say-helo .text-say{
    padding: 15px 15px;
  }

  .container-fluid.pd-top .say-helo .text-say h2{
    font-size: 1.4rem;
  }

  .container-flex ul{
    width: 100%;
    display: block;

  }

  .container-flex ul li{
    width: 100%;
    margin-bottom: 30px;
  }

  .container-flex ul li:last-child{
    margin-bottom: 0px;
  }


  .container-contact .row{
    display: block;
  }

  .container-contact .row .col-md-4{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
  }

  .container-contact .row .col-md-4:first-child{
    padding-top: 0px;
  }
  .container-contact .row .col-md-4:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
  }

  .container-contact .box-center{
    border-left: 0px;
    border-right: 0px;
  }

}


/* MOBILE */
  @media (max-width: 450px) {
    .container .jumlah-data.row{
      margin-top: 0px !important;
    }
  }
  @media (max-width: 500px) {
    a.navbar-brand, a.navbar-brand img.w-50{
      width: 190px !important;
    }
    .input-group-append button span{
      display: none;
    }
    .data-visualisasi .col-md-12{
      height: auto !important;
    }
    .mobile500{
      display: none !important;
    }
  }

@media(max-width:679px){
  .container-fluid.pd-top .say-helo .area-search{
    width: 100%;
  }
}

@media (max-width: 768px) {
    .jumlah-data .col-md-3.col-sm-6.col-xs-12{
      margin: 10px auto;
    }
    footer .link-website.row .col-6{
      margin: 5px auto !important;
    }
    .list-filter{
      display: none;
    }
    body .container{
      width: 100% !important;
      max-width: 100% !important;
    }
    .pencarian{
      margin-bottom: 5px;
    }
    .owl-carousel .next-slide{
      right: 0px;
    }
    .owl-carousel .prev-slide{
      left: 0px;
    }
    .d-none.mobile{
      display: block !important;
    }

    
}

@media(max-width:979px){
  .container-fluid.pd-top .say-helo{
    left: 0px;
  }
}


/* END MOBILE */


/* AREA DROPDOWN */
.ddwn{
  display: block;
  width: 100%;
  position: relative;
}

.ddwn button.btn{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 8px 0px 12px;
  cursor: pointer;
  border: 1px solid var(--color-border,#E5E7E9);
  user-select: none;
  transition: border-radius 280ms ease 0s;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background-color: var(--color-page-background,#FFFFFF);
  pointer-events: all;
  text-align: left;
  outline: none;
  box-shadow: none;
}

.ddwn button.btn:hover{
  background-color: #fff;
}

.ddwn button.btn[disabled="disabled"]{
  background-color: #e6e6e6 !important;
}

.ddwn button.btn:after{
  content: "";
  display: inline-block;
  background-image: url(/assets/svg/dropdown-down.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 280ms ease 0s, background-color 0.12s ease 0s;
  transform: rotate(0deg);
  border-radius: 50%;
}


.ddwn.open button.btn:after{
  transform: rotate(-180deg);
}

.ddwn button.btn:hover:after{
  background-color: #f0f0f0;
}

.ddwn button.btn:disabled:hover:after{
  background-color: transparent;
}

.ddwn button.btn:disabled:after{
  display: none !important;
}

.ddwn button label{
  flex: 1 1 0%;
  color: var(--color-text-placeholder,rgba(49,53,59,0.44));
  cursor: pointer;
  overflow: hidden;
  padding-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: normal !important;
  margin: 0px;
}

.ddwn button label span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ddwn.open button.btn{
  border-radius: 8px 8px 0px 0px !important;
}


.ddwn .ddwn-pg{
  transition: transform 280ms ease-out 0s, opacity 0.16s ease 0s, visibility 0.16s ease 0s;
  width: 100%;
  padding: 0px 4px;
  overflow: auto;
  position: absolute;
  background: var(--color-card,#FFFFFF);
  border: 1px solid var(--color-border,#E5E7E9);
  border-radius: 0px 0px 8px 8px;
  transform-origin: center top;
  scroll-behavior: smooth;
  max-height: 276px;
  /* transform: translateY(-8px); */
  opacity: 0;
  visibility: hidden;
}

.ddwn.open .ddwn-pg{
  transition: transform 280ms ease-out 0s, opacity 0.16s ease 0s, visibility 0.16s ease 0s;
  width: 100%;
  padding: 0px 4px;
  overflow: auto;
  position: absolute;
  background: var(--color-card,#FFFFFF);
  border: 1px solid var(--color-border,#E5E7E9);
  border-radius: 0px 0px 8px 8px;
  transform-origin: center top;
  scroll-behavior: smooth;
  max-height: 276px;
  z-index: 20;
  opacity: 1;
  visibility: unset;
}


.ddwn .ddwn-pg .ddwn-header{
  background-color: var(--color-page-background,#FFFFFF);
  /* margin-bottom: -8px; */
  padding: 8px 0px;
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
}

.ddwn[aria-head="false"] .ddwn-pg .ddwn-header{
  display: none;
}

.ddwn .ddwn-pg .ddwn-header .inhd{
  border-radius: 8px;
  display: flex;
  -webkit-box-flex: inherit;
  flex-grow: inherit;
  -webkit-box-align: stretch;
  align-items: stretch;
  overflow: hidden;
  transition: border-color 280ms ease 0s;
  width: 100%;
  height: auto;
  background-color: var(--N50,#F3F4F5);
  border: 1px solid var(--N50,#F3F4F5);
  flex-direction: row;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.ddwn .ddwn-pg .ddwn-header .inhd button{
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0px;
  transition: background-color 280ms ease 0s;
  width: 40px;
  background-color: transparent;
  flex: 0 0 auto;   
}

.ddwn .ddwn-pg .ddwn-header .inhd button:after{
  content: "";
      background-size: 24px;
      background-image: url(/assets/svg/search.svg);
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      inset: 0px;
}



.ddwn .ddwn-pg .ddwn-header .inhd input{
  padding-right: 12px;
  padding-left: 0px;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  box-sizing: border-box;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: none;
}

.ddwn .ddwn-pg .ddwn-header .inhd:focus-within input{
  border: 1px solid green;
}

.ddwn .ddwn-pg ul{
  list-style: none;
  width: 100%;
  position: relative;
  display: block;
  padding: 3px 0px 3px 0px;
  margin-bottom: 0px;
}

.ddwn .ddwn-pg ul li{
  cursor: pointer;
  list-style: none;
  outline: none;
  position: relative;
  min-height: 40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.ddwn .ddwn-pg ul li:before{
  content: "";
  position: absolute;
  left: -4px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: var(--G500,#03AC0E);
  opacity: 0;
  transition: opacity 0.08s ease-in 0s;
}

.ddwn .ddwn-pg ul li[aria-selected="true"]:before{
  opacity: 1;
}

.ddwn .ddwn-pg ul li button{
  width: 100%;
  border: 0px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  position: relative;
}

.ddwn .ddwn-pg ul li button i{
  position: absolute;
  right: 10px;
  top: 12px;
}

.ddwn .ddwn-pg ul li:hover button{
  background-color: #f8f8f8;
}

/* button select modal */
.area-ddwn-mdl{
  display: block;
  position: relative;
}

button.ddwn-mdl{
  width: 100%;
  display: flex;
  height: 38px;
  box-sizing: border-box;
  padding: 0px 0px 0px 8px;
  border: 1px solid #E5E7E9;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-align: left;
}

button.ddwn-mdl label{
  display: flex;
  overflow: hidden;
}

button.ddwn-mdl label span{
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  height: 100%;
}

button.ddwn-mdl .ic-right{
  position: absolute;
  height: 100%;
  padding: 0px 12px;
  box-sizing: border-box;
  background-color: #ebebeb;
  right: 0px;
  color: rgb(60, 201, 60);
  font-weight: bold;
}

/* END AREA DROPDOWN */


/* ANIMATED */

@keyframes fadeInUp {
  from {
      transform: translate3d(0,60px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,60px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.new-modal{
  z-index: 9999991 !important;
}

.modal-preview{
  height: 100%;
  box-sizing: border-box;
  margin: 0px auto !important; 
  padding: 1.4rem 0px;
  max-width: unset !important;
}

.modal-preview.portrait{
  width: 680px !important;
}

.modal-preview.landscape{
  width: 920px !important;
}

.modal-preview .modal-content{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.modal-preview .in-doc-preview{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0rem;
  box-sizing: border-box;
}

.modal-preview .in-doc-preview .inner-preview{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 100%;
  border-radius: 12px;
  box-shadow: 0px 8px 18px -8px #333;
}

.modal-preview .modal-content .area-title{
  width: 100%;
  height: 60px;
  line-height: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  /* background-color: pink; */
  padding: 0px 20px;
}

.modal-preview .modal-content .area-body{
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: scroll;
  position: relative;
  display: block;
  background-color: #e8e8e8;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 0px 0px 0.2rem 0.2rem;
}

.modal-preview .modal-content .area-body .inner-body{
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  
}


#modal-sita .area-foto{
  text-align: center;
}

#modal-sita .area-foto .area-sampul{
  display: inline-block;
  width: 110px;
  height: 110px;
  background-color: green;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-top: 25px;
  margin-bottom: 0px;
}

#modal-sita .area-foto .area-sampul img{
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


#modal-siri .area-foto{
  text-align: center;
  width: 100%;
  height: 175px;
}

#modal-siri .area-foto .area-sampul{
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#modal-siri .area-foto .area-sampul img{
  width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}