@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #012853;
  --secondary-color: #0067c2;
  --accent-color: #ecf4fd;
  --primary-text-color: #000000;
  --secondary-text-color: #656565;

  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Roboto", sans-serif;
}

* {
  font-family: var(--primary-font);
}

.primary-font {
  font-family: var(--primary-font);
}

.secondary-font {
  font-family: var(--secondary-font);
}

.bg-accent {
  background-color: var(--accent-color);
}

.card-border {
  border: 1px solid rgba(228, 243, 255, 1);
}

.card-shadow {
  box-shadow: 0px 15px 25px 0px rgba(114, 205, 255, 0.15);
}

/* Header */
header .navbar-toggler {
  color: white !important;
}

.navbar {
  background-color: var(--primary-color);
}

.nav-item .nav-link {
  color: rgba(255, 255, 255, 1);
}

.nav-item.active .nav-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ========================== */

.table td {
  font-size: 14px;
  border-color: #f5f5f5;
}

.empty {
  padding: 24vh;
}

.card-body.p-0 {
  overflow-y: auto;
}

.list-group {
  margin-left: 0;
  margin-right: 0;
  /* overflow: scroll; */
  height: 112vh;
}

.list-group {
  margin-left: 0;
  margin-right: 0;
  height: 116vh;
}

.map-sidebar.navbar-dark.p-3.vstack.gap-3 {
  max-height: 91vh;
  overflow-y: auto;
}

.card-body > :last-child {
  margin-bottom: 0;
  /* overflow-y: scroll; */
  /* height: 73vh; */
}

.meta.text-muted.mb-2 {
  overflow-y: hidden;
}

.card-header {
  background-color: #1d273b;
  color: white;
  font-weight: bold;
}

.table thead tr:last-child th {
  border: none !important;
}

.table.no-footer {
  border: none !important;
}

.table .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.note-toolbar.card-header {
  flex-wrap: wrap;
}

.bg-transparent-white {
  background: #fff1;
}

.modal-header {
  background-color: #1d273b;
}

.modal-title {
  color: #fff;
}

button.btn-close {
  color: #fff;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

body {
  background: #fff;
}

.hero {
  display: flex;
  min-height: 460px;
  align-items: center;
  color: #fff;
  position: relative;
}

.hero .form-control {
  height: 60px;
}

.hero .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero:before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(45deg, #000a, #0000);
  z-index: 1;
}

.hero .container {
  z-index: 10;
}

.bg-dot {
  background-size: 0.75rem 0.75rem;
  background-image: radial-gradient(#54a8c7 2px, transparent 2.5px);
  opacity: 0.4;
}

.bg-dark a {
  color: #fffa;
}

.bg-dark a:hover {
  color: #fff;
}

.map-sidebar {
  overflow: auto;
}

.map-content-header {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 5px 10px -8px #0001;
  position: relative;
  z-index: 10;
}

.map-content-body {
  position: relative !important;
  z-index: 1 !important;
}

.map-container {
  width: 100%;
  min-height: 400px;
}

.map-info .table td {
  font-size: 0.8rem;
}

.map-info.collapse {
  background: #fff;
}

.map-info.collapse.show {
  transform: translateX(0);
  opacity: 1;
}

.layer-list .list-group-item {
  border: none;
  margin-bottom: 16px;
  padding: 16px;
  background: #F5FBFF;
  color: #414141;
}

.layer-list .list-group-item .title{
  color: #414141;
}

.layer-list .list-group-item .action a {
  color: #414141;
}

.layer-list .action a.active {
  color: var(--tblr-primary);
}

.layer-list .action a.disable {
  color: #fff3;
}

.nav-basemap li {
  width: 100%;
}

.basemap-radio {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.basemap-radio input {
  position: absolute;
  visibility: hidden;
}

.basemap-radio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff3;
  filter: grayscale(1);
  opacity: 0.3;
}

.basemap-radio input:checked ~ img {
  border-color: var(--tblr-primary);
  filter: grayscale(0);
  opacity: 1;
}

.jenjang-checkbox {
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 5px;
  position: relative;
}

.jenjang-checkbox .title,
.jenjang-checkbox .input,
.jenjang-checkbox .badge {
  position: relative;
  z-index: 2;
}

.jenjang-checkbox .bg {
  position: absolute;
  inset: 0;
  background: #fff1;
  border-radius: 5px;
}

.jenjang-checkbox input:checked ~ .bg {
  background: var(--tblr-primary);
  opacity: 0.3;
  z-index: 0;
}

header.navbar {
  z-index: 200 !important;
  background: #023b6d;
}

header.navbar {
  /* position: absolute; */
  z-index: 100;
  width: 100%;
  padding: 5px 0;
}

.second-header {
  padding: 1rem;
}

.second-header-card {
  /* margin: 0; */
  margin-top: -5rem;
  background: #ecf4fd66;
  border-radius: 22px;
  overflow: hidden;
}

.second-header-body {
  position: relative;
  min-height: 220px;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.second-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}

.second-header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.second-header-bg--left {
  left: 0;
}

.second-header-bg--right {
  right: 0;
}

.second-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.second-header-img--mirror {
  transform: scaleX(-1);
  transform-origin: center;
}

.second-header-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 0.25rem 0;
}

.second-header h1 {
  font-size: 24px;
  line-height: 1.15;
}

.second-header p {
  font-size: 16px;
}

.fitur-unggulan-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: stretch;
}

@media (min-width: 768px) {
  .second-header {
    padding-top: 7rem;
  }

  .second-header-body {
    min-height: 280px;
  }

  .second-header-bg {
    width: 18%;
  }

  .second-header-content {
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 1600px) {
  p.tes {
    margin-top: -4vh;
    margin-left: 134px;
  }

  .empty {
    padding: 17vh;
  }

  .card-body > :last-child {
    margin-bottom: 0;
    /* overflow-y: scroll; */
    /* height: 51vh; */
  }

  /* ul.list-group {
    	height: 10vh;
	} */

  .list-group {
    margin-left: 0;
    margin-right: 0;
    /* height: 15vh; */
  }

  .list-group.list-group-flush {
    height: 54vh;
  }
}

@media screen and (max-width: 1920px) {
  p.tes {
    margin-top: -4vh;
    margin-left: 134px;
  }
}

@media only screen and (device-aspect-ratio: 768/1024) and (orientation: portrait) {
  i.bi.bi-calendar.me-1 {
    font-size: 10px;
  }

  i.bi.bi-file-text.me-1 {
    font-size: 10px;
  }

  .hstack {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-self: stretch;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 738px;
  }

  .ms-auto {
    font-size: 7px;
  }

  span.me-1 {
    font-size: 10px;
  }

  span.ms-auto {
    font-size: 10px;
  }

  p.tes {
    margin-top: -3vh;
    margin-left: 99px;
  }

  div#panoDIV {
    margin-top: -37vh;
  }

  a.btn.col-md.btn-primary {
    width: 73vh;
  }

  a.btn.col-md.btn-info {
    width: 73vh;
  }

  a.btn.col-md.btn-success {
    width: 73vh;
  }
}

@media (min-width: 800px) {
  .map-wrapper {
    min-height: calc(75vh - 60px);
    display: grid;
    grid-template-columns: 300px 1fr;
  }

  .map-info.collapse {
    width: 250px;
    position: absolute;
    inset: 0 0 0 auto;
    overflow: auto;
    z-index: 10000;
  }

  #long,
  #lat {
    min-width: 160px;
  }

  .map-content {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 90vh;
  }

  .map-container {
    position: absolute;
    inset: 0;
  }
}

.navbar-dark {
  --tblr-navbar-border-color: transparent;
}

.card-header.fw-bold.bg-primary.rounded-0 {
  color: #fff;
}

.card-header.fw-bold.bg-primary {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .login-cover.bg-dark.col.d-flex.align-items-end {
    height: 87vh;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  span.ms-auto {
    font-size: 12px;
  }

  span.me-1 {
    font-size: 12px;
  }

  i.bi.bi-calendar.me-1 {
    font-size: 12px;
  }

  i.bi.bi-file-text.me-1 {
    font-size: 12px;
  }

  .hstack {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-self: stretch;
  }

  p.tes {
    margin-top: -2vh;
    margin-left: 134px;
  }

  div#panoDIV {
    margin-top: -9vh;
  }

  a.btn.col-md.btn-primary {
    width: 23vh;
  }

  a.btn.col-md.btn-info {
    width: 23vh;
  }

  a.btn.col-md.btn-success {
    width: 23vh;
  }
}

@media screen and (max-width: 1366px) {
  .list-group.list-group-flush {
    height: 78vh;
  }

  .card-body > :last-child {
    margin-bottom: 0;
    /* overflow-y: scroll; */
    /* height: 73vh; */
  }

  .empty {
    padding: 21vh;
  }

  .list-group {
    margin-left: 0;
    margin-right: 0;
    /* overflow: scroll; */
    height: 112vh;
  }

  p.tes {
    margin-top: -26px;
    margin-left: 134px;
  }

  .map-wrapper {
    min-height: calc(100vh - 60px);
    display: grid;
    grid-template-columns: 300px 1fr;
  }

  .map-content {
    display: grid;
    grid-template-rows: auto 1fr;
  }

  /* .hstack.gap-2 {
		flex-direction: row;
	} */
}

.publication-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  background: #a3a3a3;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
}

.publication-image {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.35s ease;
}

.publication-overlay {
  position: absolutel;
  inset: 0;
  height: 380px;
  background: linear-gradient(
    to top,
    rgba(0, 44, 101, 1) 0%,
    rgba(0, 44, 101, 0.8) 42%,
    rgba(0, 44, 101, 0.3) 72%,
    rgba(7, 59, 126, 0) 100%
  );
  opacity: 0;
  /* margin: 0.9rem; */
  border-radius: 10px;
  transition: opacity 0.25s ease;
}

.publication-content {
  transform: translateY(18px);
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.publication-card:hover .publication-overlay,
.publication-card:focus-within .publication-overlay {
  opacity: 1;
}

.publication-card:hover .publication-content,
.publication-card:focus-within .publication-content {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .publication-overlay {
    opacity: 1;
    margin: 0.5rem;
    /* border-radius: 19px;
			transition: opacity .25s ease; */
  }

  .publication-content {
    transform: none;
    opacity: 1;
  }

  
  .fitur-unggulan-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1600px) and (min-width: 1300px) {
  /* p.tes {
		margin-top: -28px;
		margin-left: 17vh;
	} */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  p.tes {
    margin-top: 4px;
    margin-left: 1px;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  p {
    margin-left: -15px;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  p {
    margin-left: -12px;
  }
}

.card-katalog {
  height: 230px; 
  object-fit: cover; 
  border-radius: 12px;
}
/* login,signup revamp */
.page-wrapper .login-image {
  display: block;
  position: relative;
  background-size: cover;
}

.page-wrapper .login-image .login-quote {
  color: white;
  position: absolute;
  overflow: auto;
  left: 50px;
  bottom: 30px;
}

.page-wrapper .login-image .login-quote h3 {
  font-size: 2.1em;
}

.page-wrapper .login-form form {
  padding: 9vmin 7vmax;
}

.breadcrumb {
  --tblr-breadcrumb-divider: ">";
  --bs-breadcrumb-divider: ">";
}

.page-wrapper--no-header {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
}

.page-wrapper--no-header .breadcrumb-shell {
  position: relative;
  z-index: 220;
}

.breadcrumb-shell {
  position: relative;
  z-index: 220;
}

.card-menu-section {
  margin-top: -60px;
  z-index: 10;
}

.card-menu-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}

.menu-item {
  width: 400px;
}

.card-menu-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.feature-card {
    min-height: 230px;
}

.card-menu-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 992px) {
    :host, :root {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
  .card-menu-section .card {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .menu-item {
    width: 50%;
  }

  .card-menu-section .card {
    display: flex;
    flex-wrap: wrap;
  }

  .card-menu-icon {
    width: 56px;
    height: 56px;
  }

  .card-menu-icon img {
    width: 32px;
    height: 32px;
  }

  .card-body {
    padding: 1rem !important;
    gap: 0.75rem !important;
  }
}

@media (max-width: 576px) {
  .menu-item {
    width: 100%;
  }

  .card-menu-icon {
    width: 48px;
    height: 48px;
  }

  .card-menu-icon img {
    width: 28px;
    height: 28px;
  }

  .card-body h3 {
    font-size: 1rem !important;
  }

  .card-body p {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 425px) {
  .fitur-unggulan-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 150px);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 44, 101, 0.95) 0%,
    rgba(0, 44, 101, 0.75) 40%,
    rgba(7, 59, 126, 0.35) 70%,
    rgba(7, 59, 126, 0.1) 100%
  );

  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 1240px) {
  .hero-section {
    height: calc(100vh - 20px);
  }

  .two-lines {
        max-height: 88px; /* 2 baris × (40px + gap) */
        overflow: hidden;
        margin-bottom: 4rem
    }
}


.hero-section span {
  background-color: rgba(76, 111, 156, 1);
}

.hero-title {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
}

.hero-description {
  font-size: 20px;
}

.search-wrapper {
  display: flex;
  align-items: center;

  background: #ffffff;
  border-radius: 20px;

  padding: 4px;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.search-input {
  flex: 1;

  border: none;
  outline: none;

  padding: 16px 20px;
  background: transparent;

  font-size: 14px;
}

.search-input:focus {
  box-shadow: none;
}

.search-button {
  min-width: 110px;

  border: none;
  border-radius: 14px;

  padding: 12px 24px;

  background: #0d6efd;
  color: white;

  font-weight: 600;

  transition: 0.3s;
}

.search-button:hover {
  background: #0b5ed7;
}

.navbar-expand-md .nav-item.active::after {
  border: none;
}

html {
  background-color: #F7FAFE;
}

body {
  overflow-x: hidden;
}