.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.i-green{
  color: #13c14f !important;
}

.header {
  width: 100%;
  background: #fff;
  position: relative;
  width: 100%;
}
.middle-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-hotline h3 {
  font-size: 15px;
  font-weight: 600;
  color: #081828;
}
.nav-hotline i {
  color: #081828;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  border-radius: 50%;
}
.nav-hotline {
  position: relative;
  padding-left: 50px;
  margin-right: 35px;
}
.header .topbar {
  background-color: #081828;
  padding: 18px 0;
}

.carousel-caption{

}
.logo {
  font-weight: 300;
  color: #888888;
  /* line-height: 20px; */
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 34px;
  width: 50%;
}
.logo img {
  max-height: 34px;
  border: 0;
  float: left;
  margin-top: 0;
  vertical-align: top;
  margin-right: 0.5rem;
}
.logo span {
  margin-top: 2px;
  vertical-align: middle;
  float: none;
  display: inline-block;
  line-height: 16px;
}

.logo b {
  color: #000000;
  font-weight: 600;
}
.logo span .small {
  font-size: 10px;
}
@media (min-width: 1024px) {

  .col-md-4{
    width: 100%;
  }

  .cf-padding{

    padding-left: 30px;
    padding-right: 30px;

  }  
  .card-img-top{
    height: 180px;
  }
  .hiddendesktop{
    display: none !important;
  }

  .grid-show{
    width:calc(23% - -100.667px)
  }
   .grid-show2{
    width:50%;
  }
}

@media (max-width: 768px) {

.headline{
  width: 100%!important;
}

.navbar{
  height: 50px;
}

  .carousel .carousel-item{
    height: 200px!important;
  }

  .colmobile{
    width: calc(28% - -75px);

    margin: auto;
  }

.row-mobile{

    margin-left: 0px!important;
    margin-right: 0px!important;
}

  .rowmobile > *{
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .card-title{
    font-size: 14px;
  }

  .title-list{
    font-size: 16px;
  }

  .card-text{
    font-size: 12px;
  }

  .grid-show{

    width: calc(29% - -78px);
 
  }
  .card-img-top{
    height:100px;
  }

  .img-list{
    width: 100px !important;
    height: 100px !important;
  }
  .gitem{
    display: none;
  }

  .content__meta__item{
    font-size: 10px;
  } 

  .subtitleh{
    font-size: small;
  }

}
/*! tema cosmo | MIT License | 2020 - Diki Siswanto | https://github.com/dikisiswanto/cosmo */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

 main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 .col-md-4{
  width: 100%;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 /*a {
  background-color: transparent;
}

a:hover{
  text-decoration: none;

}*/

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

 fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

 legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

 summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

 blockquote,
 dl,
 dd,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 figure,
 p,
 pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

 button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

 html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

 *,
 ::before,
 ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

 hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

 img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

 a {
  color: inherit;
  text-decoration: none;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

 pre,
 code,
 kbd,
 samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

 img,
 svg,
 video,
 canvas,
 audio,
 iframe,
 embed,
 object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

 img,
 video {
  max-width: 100%;
  height: auto;
}
.bg_click_show {
  left: 300px;
  position: fixed;
  width: calc(100% - 300px);
  display: block;
  /* border: darkblue; */
  background-color: #0000002e;
  z-index: 22222;
  height: 100%;
}
#mainform_map {
  z-index: 0;
  position: relative;
}
#mainform_map .row > * {

 padding-right: 0!important; 
   padding-left: 0!important; 

}
.bg_click_hide{
  display: none;
}

.menu_samping_hide{
  display: none!important;
}

.menu_samping_show {
  height: 100%;
  position: fixed;
  display: block!important;

  z-index: 100;
  width: 100%;
 
}
.samping_show {
  top: 0;
  transition-duration: 0.4s;
  left: 0px;
  position: fixed;
  width: 300px;
  height: 100%;
  display: block;
  background-color:white;
  z-index: 1111;
  overflow: auto;
  color: #000;
}
.samping_hide {
transition-duration: 0.4s;
left: -300px!important;
position: relative;
width: 0px;
height: 100%;
top: 0;
}
.gradcolor{
  background: #00F260;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.header-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header-bottom {
  --tw-bg-opacity: 1;
  background-color: rgba(249,250,251,var(--tw-bg-opacity));
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.header-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: .75rem;
  padding-right: .75rem;
}


 .nav-hotline h3 span {
  color: #888;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-top: 2px;
}
.brand-image {
  height: 77px;
  margin-bottom: .5rem;
  width: auto;
}
.brand-name h1 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-top: -7px;
}
.mt-4 {
  margin-top: 1rem;
}

.lg\:mt-0 {
  margin-top: 0 !important;
  border: 0px solid lightgrey;
  border-radius: 5px;
}
.form-search {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.form-search-input {
  width: 16rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.6,-0.28,.74,.05);
  transition-duration: 150ms;
  transition-duration: .3s;
}


.form-search {
  border-radius: .25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}
.form-search {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}

.form-search-input {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 150ms;
  transition-duration: .3s;
}
.form-search-input {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;

}
.form-search-input:focus {
  width: 16rem;
  
}
.form-search-input {
  background-color: inherit;

}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.btnheader{
  float: right;
}

.accordion-button::after{
  margin-left:96% !important;
  position: absolute;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;

  }
}

@media (min-width: 1024px) {

  .form-search-input {
  width: 12rem;
}
.header-bottom-inner {
  flex-direction: row;
}
.brand {
  flex-direction: row;
  text-align: left;
}
  .container {
    max-width: 1200px
  }
}

.column {
  max-width: 100%;
}

@media (min-width: 1024px) {

  .column {
    width: 100%
  }

  .column:first-child {
    margin-left: 0;
  }

  .column:last-child {
    margin-right: 0;
  }
}

.--mt-2 {
  margin-top: 0.5rem;
}

.--mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.--mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.--mb-2 {
  margin-bottom: 0.5rem;
}

.--mt-4 {
  margin-top: 1rem;
}

.--mb-4 {
  margin-bottom: 1rem;
}

.--mt-5 {
  margin-top: 1.25rem;
}

.--mt-10 {
  margin-top: 2.5rem;
}

.--mb-10 {
  margin-bottom: 2.5rem;
}

.--mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.--flex {
  display: flex;
}

.--flex-lg-only {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .subtitleh{
    font-size: large;
  }
  .--flex-lg-only {
    flex-direction: row
  }
}

.--justify-between {
  justify-content: space-between;
}

.--items-center {
  align-items: center;
}

.--relative {
  position: relative;
}

.--text-center {
  text-align: center;
}

.dark-mode{
  background-color: #3c3c3c !important;
  color: #fff!important;
}
.light-mode{
  background-color: #fff !important;
  color: #000!important;
}

.judul{
font-weight: bold;
}
.card-title a:hover{
color: #519259!important;
}
.text-white:hover{
  color: #519259!important;
}
.header {
  --bg-opacity: 1;
  background-color: #064635;

  position: sticky;
  z-index: 50;
  transition-property: all;
  transition-duration: 500ms;
   
}
.header{
   border-bottom: 0px solid #4a556821 !important;
    border-top: 1px solid #4a556821 !important
}

@media (min-width: 1024px) {
  .subtitleh{
    font-size: large;
  }

}

.header__group {

}

@media (min-width: 1024px) {

  .hg {
    padding-top: 5px;
    height: 118px;
    padding-bottom: 5px;
  }
  .subtitleh{
    font-size: large;
  }

  .btnheader{
    float: right;
  }
  .header__group {
    justify-content: flex-start;
    margin-right: 0px;
    flex-direction: row
  }
}

.header--sticky {
  top: 0;
  box-shadow:0px 10px 10px #4242421c;
}

/*.header--sticky .header__group {


}*/

.header--sticky .header-brand {
  flex-direction: row;
  align-items: start;
  justify-content: flex-start;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .card-img-top{
    height: 180px;
  }
  .hiddendesktop{
    display: none !important;
  }
  .header--sticky .header-brand {
    padding-left: 0
  }


}

.header--sticky .header-brand__logo {
  width: 2rem;
  height: auto;
  margin-right: 0.75rem;
  margin-left: 0;
}

.header--sticky .header-brand__title {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #064635;
}

@media (min-width: 768px) {

  .header--sticky .header-brand__title {
    font-size: 1.125rem
  }
}

.header--sticky .header-brand__subtitle {
  display: none;
}
.header-brand__subtitle{
  font-size: 15px;
}
.header--sticky .button--menu {

  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.flexibel{
  display: inline;
}
.header--sticky .button--menu span {
  display: none;
}

.header--sticky .nav {
  margin-left: 0;
  margin-right: 0;
}

.header--sticky .nav__list {
  justify-content: flex-start;
}

.header--sticky .nav__link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header-brand__logo {
  height: 4rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
   margin-top: 4px;
  transition-property: all;
  transition-duration: 300ms;
  float: left;
}

.header-brand__title {
  padding-top: 0.5rem;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  font-family: Arial, sans-serif;
}
.header-brand__group{
  margin-bottom: 10px;
}
@media (min-width: 768px) {

  .header-brand__title {
    font-size: 1.25rem
  }


}

@media (max-width: 768px) {
.sliderpadding{
  padding: 0px!important;
}
.accordion-button::after{
  margin-left:83% !important;
  position: absolute;
}
.carousel-control-prev, .carousel-control-next{
width: 14%!important;

}
.header-brand__group{
  margin-bottom: 10px;
}
.header-brand__subtitle{
  font-size: smaller!important;
}
.header-brand__logo {
margin-top: 8px;
}
  .sidebar{
    padding-top: 20px;
  }

  .blog-sidebar{
    margin-top: 16px;
  }

  .mobile_br{
    display: none;
  }

  .col-mobiledesktop{
    padding:10px 5px;
  }

  .cf-mobiledesktop1{
    padding-left: 20px;
    padding-right: 20px;
  }
 .cc-mobile-nopadding{

 
  }

  .colmobile{
    width: calc(28% - -75px);
    margin: auto;
  }

  .rowmobile > *{

    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .card-title{
    font-size: 14px;
  }

  .title-list{
    font-size: 16px;
  }

  .card-text{
    font-size: 12px;
  }

  .grid-show{

    width: calc(28% - -75px);
   

  }
  .card-img-top{
    height:100px;
  }

  .img-list{
    width: 100px !important;
    height: 100px !important;
  }
  .gitem{
    display: none;
  }

  .content__meta__item{
    font-size: 10px;
  } 

  .subtitleh{
    font-size: small;
  }




  .nav__list{
    background-color: #2B2968;
  }

  .social-media--whatsapp {
    background-color: #0d754f;
  }

  .social-media--facebook {
    background-color: #0d754f;
  }

  .hiddenmobile{
    display: none;
  }

  .hg {
    padding-top: 5px;
    height: 100px;
    padding-bottom: 5px;
  }
  .centering{
    text-align: center;
  }



  .flexibel{
    display: flex;
  }

  .nav{
    display: block
  }

  .header-brand{

    text-align: start;
  }
  .header-brand__title{
    text-align: start;
  }

  .main-wrapper {

    margin-top: 2rem; 
  }
  .texthead{
    display: none;
  }
  .header__group {

  }

}

@media (max-width: 500px) {

  .nav{
    display: block
  }
  .nav__link {
    /* border-top: 1px solid #ffffff2b; */
    background-color: #ffffff2b;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .nav__list{
    padding: 10px;
  }

  .button--menu {

    border-color: #fff;
    color: #fff;
  }
}



@media (min-width: 1024px) {



  .header-brand__title {
    font-size: 1.5rem
  }
}

.header-brand__subtitle {
  font-size: 0.875rem;
}

@media (min-width: 768px) {

  .header-brand__subtitle {
    font-size: 1rem
  }
}
.nav {
  max-height: calc(100vh - 4rem);
  z-index: -1px;
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: all;
  transition-duration: 300ms;

  overflow: auto;
  visibility: hidden;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-scale-y: 0;
  transform-origin: top;
  transition-property: all;
  transition-duration: 300ms;
  height: 0;
}

@media (min-width: 1024px) {
  .nav {
    /* max-height: 100%; */
    margin-left: 0;
    margin-right: 0;
    --transform-scale-y: 1;
    visibility: visible;
    z-index: 40;
    --transform-scale-y: 1;
    /* height: 100%; */
    overflow: visible;
    height: 60px;
  }
}

.nav--opened {
  --transform-scale-y: 1;
  visibility: visible;
  z-index: 40;
  --transform-scale-y: 1;
  height: 100%;
  width: 100%;
}
.nav__list {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  transition-property: all;
  transition-duration: 300ms;
  text-align: left;
  height: inherit;
}

@media (min-width: 1024px) {

  .nav__list {
    flex-direction: row;

    justify-content: flex-start;

    text-align: center
  }
}

.nav__item {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {

  .nav__item {
    display: inline-block;

    width: auto
  }
}

.nav__item--active {
  background-color: var(--secondary-color);
}

.nav__item--has-dropdown:hover .fa {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;

  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: 180deg;
}

.nav__item--has-dropdown:hover .nav-dropdown {
  --transform-scale-y: 1;
  visibility: visible;
  z-index: 50;
}

.nav__link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-duration: 300ms;
}

@media (min-width: 1024px) {

  .nav__link {
    display: inline-block
  }
}

.nav__link .fa {
  transition-property: all;
  transition-duration: 200ms;
}

.nav__link:hover {
  color: #fff;
  background-color: #0000004b;

}

.nav__icon {
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 0.5rem;
  visibility: hidden;
}

@media (min-width: 1024px) {

  .nav__icon {
    visibility: visible
  }
}

.nav-dropdown {
  top: 100%;
  text-align: left;
  margin-left: 1rem;
  
}

@media (min-width: 1024px) {
  .grid-show {
    width: calc(34.333% - 13.333px);

  }

  .nav-dropdown {
    position: absolute;

    left: 0;

    background-color: #2f3653;

    z-index: 0;

    visibility: hidden;

    --transform-translate-x: 0;

    --transform-translate-y: 0;

    --transform-rotate: 0;

    --transform-skew-x: 0;

    --transform-skew-y: 0;

    --transform-scale-x: 1;

    --transform-scale-y: 1;

    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));

    transform-origin: top;

    --transform-scale-x: 1;

    --transform-scale-y: 0;

    transition-property: all;

    transition-duration: 300ms;

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

    --text-opacity: 1;

    color: #fff;

    color: rgba(255, 255, 255, var(--text-opacity));

    border-top-width: 0px;

    --border-opacity: 1;

    border-color: #fff;

    border-color: rgba(255, 255, 255, var(--border-opacity));

    width: 16rem;

    margin-left: 0
  }
}

.nav-dropdown__item {
  position: relative;
  z-index: 50;
}

.nav-dropdown__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.nav-dropdown__link:hover {
  color: white;
  background-color:#22273e;
  text-decoration: none;
}

.newsticker {
  

  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

  overflow: hidden;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

  .newsticker {
  
  }
}

@media (min-width: 1024px) {

  .newsticker {
    margin-left: auto;

    margin-right: auto
  }
}

.newsticker__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 2.5rem;
  background-color: var(--tertiary-color);
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  z-index: 10;
}

@media (min-width: 768px) {

  .newsticker__label {
    width: 5rem;

    padding-left: 1rem;

    padding-right: 1rem
  }
}

.newsticker__label span {
  display: none;
}

@media (min-width: 768px) {

  .newsticker__label span {
    display: inline-flex
  }
}

.newsticker__list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.headline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}


@media (min-width: 768px) {

.headline {
    flex-direction: row;

    justify-content: space-between;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);

    border-radius: 0.25rem;

    overflow: hidden
}
}

.headline__caption {
  
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #064635;
  --text-opacity: 1;
  /*color: rgba(255, 255, 255, var(--text-opacity));*/
  color:#fff;
}
.headline__caption a {
  color:#1baf67;
}
.headline__caption a:hover {
  color:#059415;
}

@media (min-width: 768px) {

  .headline__caption {
    width: 58.333333%
  }
}

.headline__thumbnail {

  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {

  .headline__thumbnail {
    width: 41.666667%;
   
  }
}

.headline__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.headline__title {
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-bottom: 0.25rem;
  
}

@media (min-width: 768px) {

  .headline__title {
    font-size: 1.25rem
  }
}

@media (min-width: 1024px) {

  .headline__title {
    font-size: 1.5rem
  }
}

.headline__description {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {

  .headline__description {
    font-size: 1rem
  }
}

.headline__button {
  display: inline-block;
  border-radius: 0.375rem;
  /*background-color: var(--secondary-color);*/
  background-color:#fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
}


.headline__button__icon {
  font-size: 0.75rem;
  font-weight: 200;
  margin-left: 0.25rem;
}

.headline__button:hover {
  --bg-opacity: 0.75;
  background-color: #1baf67;
}

.social-media {
  display: flex;
}

.social-media__item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.social-media__link {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}

.social-media__link:hover {
 color: green;
}

.social-media--facebook {
  background-color: transparent;
  color: #3467ff;
  border: 1px solid;
}

.social-media--twitter {
  background-color: transparent;
  border: 1px solid;
  color: #00abf0;
}

.social-media--instagram {
  background-color:transparent;
  border: 1px solid;
  color: rgb(223, 30, 171);
}

.social-media--youtube {
  background-color: transparent;
  border: 1px solid;
  color: red;
}

.social-media--telegram {
  background-color: transparent;
  border: 1px solid;
  color: #00abf0;
}

.social-media--whatsapp {
  background-color: transparent;
  border: 1px solid;
  color:green ;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.pagination__item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.375rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.pagination__item--active {
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.pagination__link {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pagination__link .fa {
  font-weight: 400;
  font-size: 0.75rem;
}

.progress+.progress {
  margin-top: 0.75rem;
}

.progress__title {
  font-weight: 600;
}

.progress__subtitle {
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.progress-bar {
  height: 1rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #064635;
  position: relative;
}

.progress-bar__item {
  width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);

}
.progress-bar-striped{

  
  border-radius: 1rem;
}
.progress-bar .progress-bar-info span{
  color: #fff !important;
}
.progress-bar__caption {
  font-size: 0.875rem;
  text-align: right;
  display: block;
  position: absolute;
  right: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-right: 0.5rem;
}

.panel {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  overflow: hidden;
}

.panel--sidebar {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  overflow: hidden;
}

.panel--sidebar .panel__header {
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.panel--sidebar .panel__title {
  color: #064635;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {

  .panel--sidebar .panel__title {
    font-size: 1.125rem
  }
}

@media (min-width: 1024px) {

  .panel--sidebar .panel__title {
    font-size: 1.25rem
  }
}

.panel--sidebar .panel__title .fa {
  margin-right: 0.5rem;
}

.panel--sidebar .panel__body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.panel+.panel {
  margin-top: 1rem;
}

.panel__header {
  padding: 0.75rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.panel__heading {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: Arial, sans-serif;
}

.panel__body {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.form--sidebar {
  position: relative;

}

.form--sidebar .form__input {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-right: 2rem;
  display: flex;
  align-items: center;
}

.form--sidebar .form__icon {
  top: calc(1.25rem / 2);
  right: calc(1rem / 2);
  position: absolute;
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.form__input {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2.5rem;
  
  border-radius: 0.25rem;
  transition-property: all;
  transition-duration: 200ms;
  border-width: 1px;
  border-color: transparent;
}

.form__input:focus {
  border-color: #064635;
  outline: 0;
}

.button {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-left: 0rem;
  margin-right: 25px;
}

.button--primary {
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 10px;
}

.button__switch--active {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.button--menu {
  box-shadow: none;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  border-width: 0px;
  margin-left: 1rem;
  margin-right: 25px;
  text-align: center;
  border-color: #fff;
  color: #fff;
}

@media (min-width: 1024px) {

  .button--menu {
    display: none;

    margin-top: 0;

    margin-bottom: 0
  }
}

.button:active,
.button:focus {
  outline: 0;
}

.slider {
  position: relative;
}

.slider__list {
  margin-bottom: 0.5rem;
  position: relative;
}

.slider__item {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  position: relative;
}

.slider__item:focus,
.slider__item:active {
  outline: 0;
}

.slider__item--original {
  height: 15rem;
}

@media (min-width: 768px) {

  .slider__item--original {
    height: 20rem
  }
}

@media (min-width: 1024px) {

  .slider__item--original {
    height: 25rem
  }
}

.slider__item--thumbnail {
  min-height: 6rem;
  max-height: 7rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  opacity: 0.5;
}

.slider__item--thumbnail.slick-current {
  opacity: 1;
}
.slider__caption {
  min-height: 4rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* --bg-opacity: 1; */
  /* background-color: #000; */
  background-color: rgba(57, 57, 57, 0.73);
  --bg-opacity: 0.25;
  --text-opacity: 1;
  /* color: #fff; */
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-radius: 0px 0px 10px 10px;
}

.slider__image {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.slider__arrow {
  top: calc(50% - 1rem);
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  font-weight: 400;
  font-size: 1rem;
  color: #064635;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slider__arrow--left {
  left: .5rem;
}

.slider__arrow--right {
  right: .5rem;
}

.slider__arrow:focus,
.slider__arrow:active {
  outline: 0;
}

.gallery {
  margin-top: 1rem;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

@media (min-width: 768px) {

  .gallery__list {
    flex-direction: row
  }
}

.gallery__item {
  height: 15rem;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {

  .gallery__item {
    height: 12rem;

    width: 50%
  }

  .gallery__item:nth-child(even) {
    padding-right: 0;
  }

  .gallery__item:nth-child(odd) {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {

  .gallery__item {
    height: 10rem;

    width: 33.333333%
  }

  .gallery__item:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gallery__item:nth-child(3n) {
    padding-right: 0;
    padding-left: 0.5rem;
  }

  .gallery__item:nth-child(4n) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
}

.gallery__item a {
  height: inherit;
}

.gallery__image {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content {
  width: 100%;
  --bg-opacity: 1;
  
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  
}

@media (min-width: 1024px) {

  .content {
    width: 73%;
    padding: 1rem;
    margin-top: 15px;

  }
}

.content__heading {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  padding-left: 10px;
}

@media (min-width: 768px) {



  .content__heading {
    font-size: 1.25rem
  }
}


@media (min-width: 1024px) {

  .content__heading {
    font-size: 1.5rem
  }
}

.content__list {
  display: flex;
  flex-direction: column;
}

.content__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background-color: white;
  margin-bottom: 25px;
  box-shadow: 0px 13px 10px #00000024;
  border-radius: 8px;
}

@media (min-width: 768px) {

  .content__item {
    flex-direction: row;

  }
}

.content__item+.content__item {
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  padding-top: 1rem;
}

.content__thumbnail {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {

  .content__thumbnail {
    width: 30%;

    height: 10rem
  }
}

.content__caption {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {

  .content__caption {
    width: 70%;

    margin-left: 0.75rem;

    margin-top: 0
  }
}

@media (min-width: 1024px) {

  .content__meta__item {
    display: inline-block;

  }
  .content__caption {
    margin-left: 1rem
  }
}

.content__image {
  width: 100%;

  object-fit: cover;
  object-position: center;
  object-position: center;
  height: 150px;
}

@media (min-width: 768px) {

  .content__image {
    height: inherit
  }
}

.content__title {
  font-weight: 600;
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {

  .content__title {
    font-size: 1.125rem
  }
}

@media (min-width: 1024px) {
  .content__meta__item {

   font-size: 12px;
 }
 .content__title {
  font-size: 1.25rem
}
}

.content__meta {
  font-size: 0.75rem;
  display: flex;
  padding-top: 0.25rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {

  .content__meta {
    font-size: 0.875rem
  }
}

.content__meta__item {

  margin-right: 0.75rem;
  --text-opacity: 1;
  color: #718096;

  color: rgba(113, 128, 150, var(--text-opacity));
}

.content__meta__icon {
  color: #064635;
  margin-right: 0.25rem;
}

.content__description {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {



  .content__description {
    font-size: 1rem
  }
}

.content__link {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
}

.content__link:hover {
  color: #064635;
  text-decoration: none;
}

.content__attachment {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.content__attachment__link {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  color: #064635;
}

.content__attachment__icon {
  font-weight: 200;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  color: var(--secondary-color);
}

.sidebar {
  max-width: 100%;
  margin-left: 0rem;
  margin-right: 0rem;

}

@media (min-width: 1024px) {

  .sidebar {
    margin-left: 0.5rem;
    margin-right: 0;


  }
}

.sidebar__item {
  width: 100%;
}

.footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-top: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {

  .footer__content {
    flex-direction: row;

    justify-content: space-between
  }
}

.footer__copyright {
  text-align: left;
}

.content__article {
  overflow-wrap: break-word;
}

.content__article h1,
.content__article h2,
.content__article h3,
.content__article h4,
.content__article h5,
.content__article h6 {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px) {

  .content__article h1,
  .content__article h2,
  .content__article h3,
  .content__article h4,
  .content__article h5,
  .content__article h6 {
    font-size: 1.125rem
  }
}

.content__article p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.content__article ol,
.content__article ul {
  margin-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content__article ol li, .content__article ul li {
  padding-bottom: 0.25rem;
}

.content__article ol {
  list-style-type: decimal;
}

.content__article ul {
  list-style-type: disc;
}

.content__article img {
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content__article table {
  border-width: 1px;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.content__article table tr,
.content__article table td,
.content__article table th {
  border: 1px solid #cbd5e0 !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.content__article .table-responsive {
  overflow: auto;
}

.content__article .table-responsive table {
  background-color: transparent !important;
}

.content__article .table-responsive table thead {
  background: #064635 !important;
  color: #fff !important;
  border: 1px solid #064635 !important;
}

.content__article .table-responsive table thead th {
  border: 1px solid #fff !important;
}

.content__article .table-responsive table tr.highlighted {
  background-color: #4a5568 !important;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.content__article .container {
  background-color: transparent !important;
}

.content__article .container .progress {
  background-color: #064635 !important;
  text-align: left !important;
  position: relative;
  width: 100%;
  height: 1.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.375rem;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content__article .container .progress-bar {
  background-color: var(--secondary-color) !important;
  height: 100%;
  width: 0;
  display: flex;
  align-items: center;
}

.content__article .container .progress-bar span {
  color: #fff !important;
  position: absolute;
  right: 0;
  padding-right: 0.75rem;
  display: block;
  text-align: right;
  font-size: 0.875rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.content__article .table {
  overflow: auto;
}

.content__article#status-idm {
  max-width: 1200px;
  width: 100%;
  border-radius: 0.25rem;
}

.content__article#status-idm .content-wrapper {
  display: block;
}

.content__article#status-idm .content {
  width: 100%;
}

@media (min-width: 1024px) {

  .content__article#status-idm .content {
    width: 100%
  }
}

.content__article#status-idm .row > .col-sm-12 > .row:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-columns: 1fr;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {

  .content__article#status-idm .row > .col-sm-12 > .row:nth-child(1) {
    grid-template-columns: repeat(4, 1fr)
  }
}

.content__article#status-idm .row > .col-sm-12 > .row:nth-child(2) .row {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

@media (min-width: 1024px) {

  .content__article#status-idm .row > .col-sm-12 > .row:nth-child(2) .row {
    flex-direction: row
  }
}

@media (min-width: 1024px) {

  .content__article#status-idm .row > .col-sm-12 > .row:nth-child(2) .row .col-md-4 {
    width: 33.333333%
  }
}

@media (min-width: 1024px) {

  .content__article#status-idm .row > .col-sm-12 > .row:nth-child(2) .row .col-md-8 {
    width: 66.666667%
  }
}

.content__article#status-idm .small-box {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 100%;
  position: relative;
}

.content__article#status-idm .small-box.bg-blue {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}

.content__article#status-idm .small-box.bg-yellow {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.content__article#status-idm .small-box.bg-green {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}

.content__article#status-idm .small-box.bg-red {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}

.content__article#status-idm .small-box .inner {
  overflow-wrap: normal;
  word-break: normal;
}

.content__article#status-idm .small-box .icon {
  top: 50%;
  position: absolute;
  right: 0;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: -50%;
  padding-right: 1.25rem;
}

.content__article#status-idm .small-box .icon i {
  opacity: .2;
  font-size: 3rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.content__article#status-idm .small-box h3 {
  font-size: 1rem;
}

@media (min-width: 1024px) {

  .content__article#status-idm .small-box h3 {
    font-size: 1.25rem
  }
}

.content__article#status-idm .small-box p {
  font-size: 0.75rem;
}

@media (min-width: 1024px) {

  .content__article#status-idm .small-box p {
    font-size: 0.875rem
  }
}

.content__article#status-idm .table-responsive {
  max-width: 100%;
}

.content__article#status-idm .table-responsive::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.content__article#status-idm .table-responsive::-webkit-scrollbar-track {
  border-radius: 9999px;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

/* Handle */

.content__article#status-idm .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.content__article#status-idm .dataTable {
  font-size: 0.75rem;
  width: 100%;
}

.content__article#status-idm .tabel-skor .dataTable {
  font-size: 0.875rem;
}

/*Form fields*/

.content__article .dataTables_wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: auto;
  border-style: none;
}

.content__article .dataTables_wrapper table.dataTable {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  table-layout: auto;
  border-style: none;
}

.content__article .dataTables_wrapper table.dataTable thead th {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.content__article .dataTables_wrapper table.dataTable tbody {
  border-style: none;
}

.content__article .dataTables_wrapper table.dataTable tbody tr {
  transition-property: all;
  transition-duration: 200ms;
  background-color: transparent;
}

.content__article .dataTables_wrapper table.dataTable tbody tr:hover {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
  --bg-opacity: 0.75;
}

.content__article .dataTables_wrapper table.dataTable tbody tr td {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.content__article .dataTables_wrapper table.dataTable.no-footer {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.content__article .dataTables_wrapper .dataTables_processing {
  top: 45%;
  left: 38%;
  font-size: 0.875rem;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.25rem;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.content__article .dataTables_wrapper .dataTables_info,
.content__article .dataTables_wrapper .dataTables_paginate {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.content__article .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-width: 1px;
  border-color: transparent;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.content__article .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.content__article .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.content__article .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  outline: 0;
}

.content__article .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-color: #064635;
  background-color: #064635;
}

.content__article .dataTables_wrapper label,
.content__article .dataTables_wrapper th,
.content__article .dataTables_wrapper select,
.content__article .dataTables_wrapper input,
.content__article .dataTables_wrapper td {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {

  .content__article .dataTables_wrapper label,
  .content__article .dataTables_wrapper th,
  .content__article .dataTables_wrapper select,
  .content__article .dataTables_wrapper input,
  .content__article .dataTables_wrapper td {
    font-size: 1rem
  }
}

.content__article .dataTables_wrapper select {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.content__article .dataTables_wrapper select option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 0;
  border-style: none;
}

.content__article .dataTables_wrapper select,
.content__article .dataTables_wrapper .dataTables_filter input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
  border-width: 1px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.content__article .dataTables_wrapper select:hover,
.content__article .dataTables_wrapper select:active,
.content__article .dataTables_wrapper select:focus,
.content__article .dataTables_wrapper .dataTables_filter input:hover,
.content__article .dataTables_wrapper .dataTables_filter input:active,
.content__article .dataTables_wrapper .dataTables_filter input:focus {
  outline: 0;
}

.content__article .box-title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

  .content__article .box-title {
    font-size: 1.25rem
  }
}

@media (min-width: 1024px) {

  .content__article .box-title {
    font-size: 1.5rem
  }
}

.content__article .box-body {
  font-size: 0.875rem;
}

.content__article .box-body form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  align-items: flex-end;
}

@media (min-width: 1024px) {

  .content__article .box-body form {
    flex-direction: row
  }
}

.content__article .box-body form .col-md-3 {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {

  .content__article .box-body form .col-md-3 {
    width: 33.333333%;

    margin-right: 0.75rem
  }
}

.content__article .box-body form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content__article .box-body form .form-group label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #064635;
}

.content__article .box-body form .form-group input,
.content__article .box-body form .form-group select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
  border-width: 1px;
}

.content__article .box-body form .form-group input:hover,
.content__article .box-body form .form-group input:active,
.content__article .box-body form .form-group input:focus,
.content__article .box-body form .form-group select:hover,
.content__article .box-body form .form-group select:active,
.content__article .box-body form .form-group select:focus {
  outline: 0;
}

.content__article .box-body form button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  border-width: 1px;
  border-radius: 0.25rem;
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-color: #064635;
}

.map {
  max-width: 100%;
  overflow-x: hidden;
}

.map #map {
  z-index: 10;
}

.sidebar__item+.sidebar__item {
  margin-top: 1rem;
}

.sidebar__item .box {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  overflow: hidden;
}

.sidebar__item .box-header {
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  background-color: #064635;
}

.sidebar__item .box-title {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

@media (min-width: 768px) {

  .sidebar__item .box-title {
    font-size: 1.125rem
  }
}

@media (min-width: 1024px) {

  .sidebar__item .box-title {
    font-size: 1.25rem
  }
}

.sidebar__item .box-title .fa {
  margin-right: 0.5rem;
}

.sidebar__item .box-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sidebar__item .box-body>a {
  padding-right: 0.25rem;
  display: inline-block;
}

/* For categories */

.sidebar__item .box-body ul {
  width: 100%;
  flex-direction: column;
  padding-left: 1rem;
  list-style-type: disc;
}

.sidebar__item .box-body ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* For linking program */

.sidebar__item .box-body#sinergi_program table {
  table-layout: fixed;
}

.sidebar__item .box-body#sinergi_program td {
  display: flex;
  height: auto;
}

.sidebar__item .box-body#sinergi_program td span {
  width: 33.333333%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: block;
}

.sidebar__item .box-body#sinergi_program td span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* For Gallery */

.sidebar__item .box-body #li-komentar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
}

.sidebar__item .box-body #li-komentar a {
  width: 33.333333%;
}

.sidebar__item .box-body #li-komentar a img {
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* For Aparatur Desa */

.sidebar__item .box #aparatur_desa img {
  z-index: 30 !important;
  position: absolute;
  width: 100%;
  height: auto;
}

.sidebar__item .box #aparatur_desa .cycle-caption {
  z-index: 40 !important;
}

.sidebar__item .box #aparatur_desa .cycle-overlay {
  z-index: 35 !important;
}

/* For tabs */

.sidebar__item .box .nav.nav-tabs {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom-width: 2px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.sidebar__item .box .nav.nav-tabs li {
  display: block;
  background-color: #f1f1f1;
}

.sidebar__item .box .nav.nav-tabs li.active {
  margin-bottom: -2px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #fff;
 
}

.sidebar__item .box .nav.nav-tabs li a {
  color: #4a5568 !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
}

.sidebar__item .box .tab-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sidebar__item .box .tab-content .tab-pane {
  display: none;
}

.sidebar__item .box .tab-content .tab-pane.active.show {
  display: block;
}

.sidebar__item .box .btn.btn-block {
  width: 100%;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.sidebar__item .box .panel-collapse {
  display: block;
}

.sidebar__item .box .panel-collapse.collapse {
  display: none;
}

.sidebar__item .box .panel-collapse table {
  border-collapse: collapse;
  width: 100%;
}

.sidebar__item .box .panel-collapse table tr {
  display: flex;
}

.sidebar__item .box .panel-collapse table td {
  overflow-wrap: break-word;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  height: auto;
}

/* for visitor counter */

.sidebar__item .box table.counter {
  width: 100%;
}

.sidebar__item .box table.counter tr td:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* For self service */

.sidebar__item .box input[type=text], .sidebar__item .box input[type=password] {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  transition-property: all;
  transition-duration: 200ms;
}

.sidebar__item .box input:first-child {
  margin-top: 0.75rem;
}

.sidebar__item .box input:focus {
  outline: 0;
  border-color: #064635;
}

.sidebar__item .box button#but {
  margin-top: 0.75rem;
  background-color: #064635;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
}

.sidebar__item .box button#but:hover {
  --bg-opacity: 0.75;
}

.sidebar__item #map_wilayah,
.sidebar__item #map_canvas {
  z-index: 30 !important;
}

:root {
  --primary-color: #064635;
  --secondary-color: #F18F01;
  --tertiary-color: #68618F;
}

body {
  font-family: Hind, sans-serif;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

@media (min-width: 768px) {

  body {
    font-size: 1rem
  }
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  
}

@media (min-width: 1024px) {

  .main-wrapper {
    flex-direction: row
  }
}

::-moz-selection {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--secondary-color);
}

::selection {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--secondary-color);
}