/* ini variable buat di file css */
:root {
    --lv-primary-color: #9E0A0A;
    --lv-header-height: 75px;
    --lv-footer-second-height: 55px;
}

.flex-none {
    flex: none;
}

.bg-primary {
    background-color: var(--lv-primary-color) !important;
}

.text-app-primary {
    color: var(--lv-primary-color) !important;
}

.bg-white {
    background: #FFF;
    /* color: var(--lv-primary-color); */
}

.home-hero {
    /* background-color: var(--lv-primary-color); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: var(--lv-header-height);
    height: calc(100vh - var(--lv-footer-second-height));
    padding-bottom: 1rem;
}

.page-bar-hero {
    background-color: var(--lv-primary-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: var(--lv-header-height);
    min-height: 200px;
    padding-bottom: 1rem;
}

.page-bar-hero.is-detail {
    background-color: var(--lv-primary-color);
    padding-top: calc(var(--lv-header-height) / 2);
    padding-bottom: calc(var(--lv-header-height) / 2);
    min-height: 200px;
    position: relative;
}

.page-bar-hero.is-detail-info {
    background-color: #780c0c;
}

.page-bar-hero.is-detail::before {
    background: linear-gradient(180deg, rgba(130, 0, 0, 0.8) 102.44%, rgba(130, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ini yg diubah buat landing page */
.home-hero.is-homepage::before {
    background: linear-gradient(180deg, rgba(130, 0, 0, 0.8) 48.44%, rgba(130, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-hero::before {
    background: var(--lv-primary-color);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-top .main-header {
    padding: 4px 10px;
    background: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: var(--lv-header-height);
}

.header-top.is-transparant .main-header {
    padding: 4px 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: var(--lv-header-height);
}

.header-top .main-header .navbar .navbar-brand .img1 {
    height: 60px;
    width: 90px;
}

.header-top .main-header .navbar .navbar-brand .img2 {
    height: 70px;
    width: 60px;
    margin-left: -15px;
}

.header-top .main-header .navbar .navbar-brand .img3 {
    height: 55px;
    width: 60px;
    margin-left: -15px;
}

.title {
    font-size: 45px;
    color: #FFF;
    font-weight: 700;
}

.title-infografik {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}

.title-dataset {
    font-size: 40px;
    color: #FFF;
    font-weight: 800;
    margin-top: 10px;
}

.btn-danger {
    background-color: var(--lv-primary-color);
    border-color: var(--lv-primary-color);
}

.header-top .navbar-nav .nav-link.is-home {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.header-top .navbar-nav .nav-link {
    color: #9E0A0A;
    font-size: 14px;
    font-weight: 500;
}

.header-top .navbar-nav .nav-link.is-home:hover {
    color: #FFF;
}

.header-top .navbar-nav .nav-link:hover {
    color: #9E0A0A;
}

.home-hero .search-global .search-global-inner {
    padding: 10px;
    background-color: #fafafa;
    border-radius: 3px;
    width: 40rem;
    margin: 0px;
    margin-top: 15px;
}

.home-hero p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.25;
    font-weight: 400;
}

.home-hero .total-data {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
    margin-top: 5px;
}

.home-hero .search-global {
    display: flex;
    justify-content: center;
    margin-bottom: -10px;
}

.align-self-center {
    margin-top: 40px;
}

.svg-maps {
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 0;
    width: 625px;
    height: auto;
}

.box-topic {
    border-radius: .4rem;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    background-color: #f5f5f5;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none;
    display: block;
}

.box-topic__img {
    width: 50px;
    height: 50px;
  }
  
  .box-topic__img > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

.box-topic__content {
    font-size: 0.80rem;
    flex-grow: 1;
    font-weight: 600;
}
  
.box-topic:hover {
    background-color: var(--lv-primary-color);
    color: #FFF;
    /* box-shadow: 0 0 0 2px var(--lv-primary-color); */
}

.dataset-list {
    border: 1px solid rgb(218, 223, 231);
    border-radius: 10px;
    box-shadow: 
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
      rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
}
  
.dataset-item:not(:first-child) {
    border-top: 1px solid rgb(218, 223, 231);
}
  
  .dataset-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  
  .dataset-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  
  .dataset-item {
    padding: 1rem;
    display: flex;
    align-items: stretch;
  }
  
  .dataset-item:hover {
    background-color: #f5f5f5;
  }
  
  .dataset-item__img {
    width: 75px;
    height: 75px;
  }
  
.dataset-item__img > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.img-building {
    position: absolute;
    z-index: 0;
    left: -120px;
    top: 0;
    width: 625px;
    height: auto;
}

.page-item.active .page-link {
    background-color: var(--lv-primary-color) !important;
    border-color: var(--lv-primary-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #c53434 !important;
}

.sticky-footer {
    background-color: var(--lv-primary-color);
}

.footer-second {
    background-color: var(--lv-primary-color) !important;
    height: var(--lv-footer-second-height);
}

.dataset-detail .banner {
    background-color:var(--lv-primary-color) !important;
}

.dataset-detail .nav-pills .nav-link.active, .dataset-detail .nav-pills .show > .nav-link {
    background-color: var(--lv-primary-color) !important;
}

.dataset-detail .nav-pills .nav-link {
    background-color: #dbdbdb !important;
}

.app-box-card {
    border: 1px solid rgb(218, 223, 231);
    border-radius: 10px;
    box-shadow: 
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
      rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
      rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
    background-color: #fff;;
}
  
.app-box-card__head {
    background-color: #f6f8fa;
    padding: .75rem 1rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
  
.app-box-card__body {
    padding: .75rem 1rem;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
  
.app-box-card.with-table .app-box-card__body {
    padding: 0;
}
  
.app-box-card.with-tabs .nav {
    background-color: #e4ebf2;
    padding: 5px;
    border-radius: 0.25rem;
}
  
.app-box-card.with-tabs .nav-pills .nav-link.active,
.app-box-card.with-tabs .nav-pills .show > .nav-link {
    background-color: var(--lv-primary-color);
}

.dataset-sidenav {
    width: 257px;
}

.side-topic-list {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.side-topic-item:not(:first-child) {
    margin-top: 1px;
}

.side-topic-item > a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background-color: #fff;
    color: rgba(0,0,0,0.65);
    /* border-right: 4px solid transparent; */
    border-radius: 6px;
}
  
.side-topic-item > a .icon {
    width: 25px;
    height: 25px;
}
  
.side-topic-item > a .icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.side-topic-item > a:hover {
    background-color: #f0f0f0;
}
  
.side-topic-item.is-active > a {
    background-color: #f0f0f0;
    /* border-right-color: var(--rz-primary-color); */
    color: #333;
    font-weight: 500;
}

.btn.is-more {
    border-radius: 1.25rem;
    font-size: 12px;
}

.feedback {
    background-color: var(--lv-primary-color) !important;
    color: #FFF !important;
    border: 1px solid #FFF;
}

.box-infografis__img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
  
.box-infografis__img > img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.showcase-item {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}

.showcase-item__link {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
}

.showcase-item__img {
    --showcase-ratio: 125%;
    position: relative;
  }
  
.showcase-item__img::before {
    content: '';
    display: block;
    padding-top: var(--showcase-ratio);
}

.showcase-item__content::before {
    content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(1turn,#000 8.59%,transparent 103.08%);
  height: 200%;
  }
  
.showcase-item__img > img,
.showcase-item__img > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.showcase-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0.75rem;
    z-index: 1;
}

.ratio-4x5 {
    --rz-aspect-ratio: 125%;
}

.img-infografis {
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.title-detail-infografis {
    font-size: 25px;
    /* color: #343a40; */
    color: var(--lv-primary-color);
    font-weight: 600;
    margin-top: 80px;
    /* margin-left: -80px; */
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #FFF;
    background-color: #9e0a0a;
    border-radius: 7px;
}

.content {
    margin-top: 60px;
}

.form-request {
    top: -115px;
}

@media screen and (max-width: 576px) {
    .icon-dashboard {
        height: 30px;
        width: 30px;
    }

    .home-hero .search-global .search-global-inner {
        width: 100%;
    }

    .content {
        margin-left: 0;
        margin-top: 0;
    }

    .card-wrapper {
        margin: 0;
    }

    .form-request {
        top: 45px;
    }
}

@media screen and (max-width: 768px) {
    .form-request {
        top: -60px;
    }
}