.about .description {
  margin-top: 10px;
}

.event-list {
  background-color: #f1f1f1;
}
.event-list .list {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.event-list .list .item {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: var(0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1));
  margin-bottom: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.event-list .list .item .background-link .background {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.event-list .list .item .background-link .background.default-bg {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-list .list .item .background-link .background.default-bg i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.event-list .list .item .info {
  padding: 10px;
  height: 100%;
  background-color: white;
}
.event-list .list .item .info .title {
  color: green;
  font-weight: bold;
}
.event-list .list .item .info .title:hover, .event-list .list .item .info .title:focus {
  text-decoration: none;
  color: rgb(0, 228, 0);
}
.event-list .list .item .info .desc {
  color: black;
  margin: 0px;
  font-size: 12px;
}
.event-list .list .item .info .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
}
.event-list .list .item .info .time {
  font-size: 14px;
}

.event .background {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
}
.event .navbar {
  position: relative;
}
.event .navbar.default-bg {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  background-size: cover;
}
.event .navbar .full-width-height {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event .navbar .full-width-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event .navbar .full-width-height.default-bg {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.event .navbar .full-width-height.default-bg i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.event .description {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  padding-top: 45px;
}
.event .description .info-main {
  padding: 10px;
  color: black;
  position: absolute;
  top: -70px;
  left: 0px;
  margin: 0px 10px 0px 10px;
  box-shadow: 1px 1px 1px 1px lightgray;
  background-color: white;
  width: calc(100% - 20px);
}
.event .description .info-main .title-box {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 6px;
}
.event .description .info-main .title-box .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  position: relative;
}
.event .description .info-main .title-box .title:after {
  bottom: -9px;
  left: 0px;
  position: absolute;
  content: " ";
  background-color: #28a745;
  width: 100%;
  height: 2px;
  display: inline-block;
}
.event .description .info-main .info-detail-box {
  padding-top: 14px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

html {
  /* This color is for the "gutters" outside your 600px box */
  background-color: #f4f4f4; /* Or any color you want */
}

.home {
  /* --- Your Layout --- */
  /* Constrain the width and center it */
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* This is the FIX:
       Forces the container to be at least as tall as the screen,
       so your background image isn't cut off on short pages. */
  min-height: 100vh;
  /* --- Your Background --- */
  /* Apply the image ONLY to this 600px container */
  background-image: url(/assets/img/batik.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .title-section {
  position: relative;
  z-index: 1;
}
.home .title-section.with-bg {
  background-color: white;
  box-shadow: 1px 1px 2px 1px gray;
  border-radius: 3px;
  padding: 4px 6px;
}
.home .navbar {
  padding: 0px;
  position: relative;
  box-shadow: none;
}
.home .navbar .navbar-search {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex;
  width: 100%;
  padding-inline: 40px;
}
.home .navbar .navbar-search input {
  background: transparent;
  padding: 2px 5px;
  flex: 1;
  font-size: 16px;
  border: 1px solid rgba(14, 116, 144, 0.6);
  color: #f1f5f9;
  outline: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.home .navbar .navbar-search button {
  background-color: rgba(14, 116, 144, 0.8);
  color: #fff;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 0;
}
.home .navbar .carousel-inner {
  aspect-ratio: 21/9;
  max-height: 250px;
}
.home .navbar .carousel-item {
  height: 100%;
}
.home .navbar .mycarousel-control {
  position: absolute;
  top: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
}
.home .navbar .control-prev {
  left: 20px;
}
.home .navbar .control-next {
  right: 20px;
}
.home .navbar .navbar-brand {
  padding: 0px;
  width: 100%;
  height: 100%;
  max-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0% 0% 150% 150%/0% 0% 40% 40%;
}
.home .navbar .navbar-brand b {
  padding: 10px;
}
.home .navbar .navbar-brand img {
  margin-top: -10x;
  width: 100%;
}
.home .navbar .navbar-brand .navbar-curved {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.home .top-menu {
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.home .top-menu ul {
  list-style-type: none;
  padding: 0px;
}
.home .top-menu ul li {
  display: inline-block;
  padding: 5px;
}
.home .top-menu ul li a {
  color: black;
  display: inline-block;
  padding: 10px 0px;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 1px 1px 1px 1px lightgrey;
  text-align: center;
  width: 100px;
}
.home .top-menu ul li a .icon {
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
}
.home .top-menu ul li a .icon .icon-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.home .top-menu ul li a .icon .icon-wrapper .icon-span {
  display: table-cell;
  vertical-align: middle;
}
.home .top-menu ul li a .icon .icon-wrapper .icon-span svg {
  font-size: 18px;
  color: white;
}
.home .top-menu ul li a .text {
  margin-top: 5px;
  font-weight: bold;
  font-size: 10px;
}
.home .top-menu ul li a:hover, .home .top-menu ul li a:focus {
  text-decoration: none;
}
.home .wisata {
  margin-top: 18px;
}
.home .wisata .item {
  width: 250px;
  margin-bottom: 10px;
  position: relative;
}
.home .wisata .item .img .background {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-size: cover;
  width: 100%;
  height: 150px;
  box-shadow: 1px 0px 4px 0px lightgrey;
}
.home .wisata .item .info {
  border-radius: 6px;
  border: 2px solid lightgrey;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px;
  box-shadow: 1px 0px 4px 0px lightgrey;
  margin-top: -20px;
  background-color: white;
  min-height: 120px;
}
.home .wisata .item .info .title {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  color: black;
}
.home .wisata .item .info .description {
  margin-top: 4px;
  font-size: 12px;
}
.home .wisata .owl-dots {
  display: none;
}
.home .menu {
  margin-top: 40px;
  background-position: top;
  background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
}
.home .menu .menu-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
}
.home .menu .menu-list .item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.home .menu .menu-list .item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: black;
  background-color: #fff;
  padding: 18px 4px;
  width: 100%;
  border: 0;
  outline: none;
}
.home .menu .menu-list .item .link:hover, .home .menu .menu-list .item .link:focus {
  text-decoration: none;
}
.home .menu .menu-list .item .link .img-wrapper {
  display: inline-block;
}
.home .menu .menu-list .item .link .img-wrapper .img {
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: table;
  box-shadow: 1px 1px 6px 1px lightgrey;
}
.home .menu .menu-list .item .link .img-wrapper .img span {
  display: table-cell;
  vertical-align: middle;
}
.home .menu .menu-list .item .link .title {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 4px;
}
.home .event {
  margin-top: 40px;
  min-height: 265px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #f3f4f6;
}
.home .event .event-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
  font-size: 18px;
  padding: 0px 10px;
  padding-bottom: 2px;
  margin-bottom: -6px;
}
.home .event .event-title .event-logo {
  display: flex;
  padding: 3px;
  border-radius: 50%;
  color: #4b5563;
}
.home .event .item {
  background-color: #f3f4f6;
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 100px;
}
.home .event .item .img {
  float: left;
  margin-right: 10px;
}
.home .event .item .img .background {
  width: 100px;
  height: 100px;
  background-size: cover;
}
.home .event .item .img .background.default-bg {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .event .item .img .background.default-bg i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.home .event .item .info {
  position: relative;
  margin-left: 110px;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .event .item .info .title {
  color: black;
  margin: 0px;
  font-size: 12px;
  padding-right: 10px;
  font-weight: 600;
}
.home .event .item .info .title:hover, .home .event .item .info .title:focus {
  text-decoration: none;
}
.home .event .item .info .desc {
  color: black;
  margin: 0px;
  font-size: 12px;
}
.home .event .item .info .desc p {
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home .event .item .info .time {
  color: grey;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.home .info-box {
  font-size: 12px;
}
.home .banner {
  background-color: #e5e5e5;
}

.jml-wisatawan .jml-wisatawan-data thead th {
  font-size: 14px;
}
.jml-wisatawan .jml-wisatawan-data tbody td {
  font-size: 14px;
}
.jml-wisatawan .logout-button {
  position: fixed;
  z-index: 3;
  bottom: 260px;
  right: 10px;
  padding: 2px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: table;
}
.jml-wisatawan .logout-button .d-table-cell {
  text-align: center;
  vertical-align: middle;
}
.jml-wisatawan .logout-button .d-table-cell span {
  color: white;
}

.bg-slate-100 {
  background-color: #f1f5f9;
}

.bg-slate-200 {
  background-color: #e2e8f0;
}

.bg-slate-300 {
  background-color: #cbd5e1;
}

.bg-slate-400 {
  background-color: #94a3b8;
}

.bg-slate-500 {
  background-color: #64748b;
}

.bg-slate-600 {
  background-color: #475569;
}

.bg-slate-700 {
  background-color: #334155;
}

.bg-slate-800 {
  background-color: #1e293b;
}

.bg-slate-900 {
  background-color: #0f172a;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

.bg-gray-400 {
  background-color: #9ca3af;
}

.bg-gray-500 {
  background-color: #6b7280;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1f2937;
}

.bg-gray-900 {
  background-color: #111827;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-red-200 {
  background-color: #fecaca;
}

.bg-red-300 {
  background-color: #fca5a5;
}

.bg-red-400 {
  background-color: #f87171;
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-red-600 {
  background-color: #dc2626;
}

.bg-red-700 {
  background-color: #b91c1c;
}

.bg-red-800 {
  background-color: #991b1b;
}

.bg-red-900 {
  background-color: #7f1d1d;
}

.bg-green-100 {
  background-color: #d1fae5;
}

.bg-green-200 {
  background-color: #a7f3d0;
}

.bg-green-300 {
  background-color: #6ee7b7;
}

.bg-green-400 {
  background-color: #34d399;
}

.bg-green-500 {
  background-color: #10b981;
}

.bg-green-600 {
  background-color: #059669;
}

.bg-green-700 {
  background-color: #047857;
}

.bg-green-800 {
  background-color: #065f46;
}

.bg-green-900 {
  background-color: #064e3b;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-blue-200 {
  background-color: #bfdbfe;
}

.bg-blue-300 {
  background-color: #93c5fd;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.bg-blue-500 {
  background-color: #3b82f6;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.bg-blue-800 {
  background-color: #1e40af;
}

.bg-blue-900 {
  background-color: #1e3a8a;
}

.bg-yellow-100 {
  background-color: #fef3c7;
}

.bg-yellow-200 {
  background-color: #fde68a;
}

.bg-yellow-300 {
  background-color: #fcd34d;
}

.bg-yellow-400 {
  background-color: #fbbf24;
}

.bg-yellow-500 {
  background-color: #f59e0b;
}

.bg-yellow-600 {
  background-color: #d97706;
}

.bg-yellow-700 {
  background-color: #b45309;
}

.bg-yellow-800 {
  background-color: #92400e;
}

.bg-yellow-900 {
  background-color: #78350f;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-orange-200 {
  background-color: #fed7aa;
}

.bg-orange-300 {
  background-color: #fdba74;
}

.bg-orange-400 {
  background-color: #fb923c;
}

.bg-orange-500 {
  background-color: #f97316;
}

.bg-orange-600 {
  background-color: #ea580c;
}

.bg-orange-700 {
  background-color: #c2410c;
}

.bg-orange-800 {
  background-color: #9a3412;
}

.bg-orange-900 {
  background-color: #7c2d12;
}

.bg-amber-100 {
  background-color: #fef3c7;
}

.bg-amber-200 {
  background-color: #fde68a;
}

.bg-amber-300 {
  background-color: #fcd34d;
}

.bg-amber-400 {
  background-color: #fbbf24;
}

.bg-amber-500 {
  background-color: #f59e0b;
}

.bg-amber-600 {
  background-color: #d97706;
}

.bg-amber-700 {
  background-color: #b45309;
}

.bg-amber-800 {
  background-color: #92400e;
}

.bg-amber-900 {
  background-color: #78350f;
}

.bg-emerald-100 {
  background-color: #d1fae5;
}

.bg-emerald-200 {
  background-color: #a7f3d0;
}

.bg-emerald-300 {
  background-color: #6ee7b7;
}

.bg-emerald-400 {
  background-color: #34d399;
}

.bg-emerald-500 {
  background-color: #10b981;
}

.bg-emerald-600 {
  background-color: #059669;
}

.bg-emerald-700 {
  background-color: #047857;
}

.bg-emerald-800 {
  background-color: #065f46;
}

.bg-emerald-900 {
  background-color: #064e3b;
}

.bg-teal-100 {
  background-color: #ccfbf1;
}

.bg-teal-200 {
  background-color: #99f6e4;
}

.bg-teal-300 {
  background-color: #5eead4;
}

.bg-teal-400 {
  background-color: #2dd4bf;
}

.bg-teal-500 {
  background-color: #14b8a6;
}

.bg-teal-600 {
  background-color: #0d9488;
}

.bg-teal-700 {
  background-color: #0f766e;
}

.bg-teal-800 {
  background-color: #115e59;
}

.bg-teal-900 {
  background-color: #134e4a;
}

.bg-cyan-100 {
  background-color: #cffafe;
}

.bg-cyan-200 {
  background-color: #a5f3fc;
}

.bg-cyan-300 {
  background-color: #67e8f9;
}

.bg-cyan-400 {
  background-color: #22d3ee;
}

.bg-cyan-500 {
  background-color: #06b6d4;
}

.bg-cyan-600 {
  background-color: #0891b2;
}

.bg-cyan-700 {
  background-color: #0e7490;
}

.bg-cyan-800 {
  background-color: #155e75;
}

.bg-cyan-900 {
  background-color: #164e63;
}

.bg-sky-100 {
  background-color: #e0f2fe;
}

.bg-sky-200 {
  background-color: #bae6fd;
}

.bg-sky-300 {
  background-color: #7dd3fc;
}

.bg-sky-400 {
  background-color: #38bdf8;
}

.bg-sky-500 {
  background-color: #0ea5e9;
}

.bg-sky-600 {
  background-color: #0284c7;
}

.bg-sky-700 {
  background-color: #0369a1;
}

.bg-sky-800 {
  background-color: #075985;
}

.bg-sky-900 {
  background-color: #0c4a6e;
}

.bg-indigo-100 {
  background-color: #e0e7ff;
}

.bg-indigo-200 {
  background-color: #c7d2fe;
}

.bg-indigo-300 {
  background-color: #a5b4fc;
}

.bg-indigo-400 {
  background-color: #818cf8;
}

.bg-indigo-500 {
  background-color: #6366f1;
}

.bg-indigo-600 {
  background-color: #4f46e5;
}

.bg-indigo-700 {
  background-color: #4338ca;
}

.bg-indigo-800 {
  background-color: #3730a3;
}

.bg-indigo-900 {
  background-color: #312e81;
}

.bg-violet-100 {
  background-color: #ede9fe;
}

.bg-violet-200 {
  background-color: #ddd6fe;
}

.bg-violet-300 {
  background-color: #c4b5fd;
}

.bg-violet-400 {
  background-color: #a78bfa;
}

.bg-violet-500 {
  background-color: #8b5cf6;
}

.bg-violet-600 {
  background-color: #7c3aed;
}

.bg-violet-700 {
  background-color: #6d28d9;
}

.bg-violet-800 {
  background-color: #5b21b6;
}

.bg-violet-900 {
  background-color: #4c1d95;
}

.bg-purple-100 {
  background-color: #f3e8ff;
}

.bg-purple-200 {
  background-color: #e9d5ff;
}

.bg-purple-300 {
  background-color: #d8b4fe;
}

.bg-purple-400 {
  background-color: #c084fc;
}

.bg-purple-500 {
  background-color: #a855f7;
}

.bg-purple-600 {
  background-color: #9333ea;
}

.bg-purple-700 {
  background-color: #7e22ce;
}

.bg-purple-800 {
  background-color: #6b21a8;
}

.bg-purple-900 {
  background-color: #581c87;
}

.bg-pink-100 {
  background-color: #fce7f3;
}

.bg-pink-200 {
  background-color: #fbcfe8;
}

.bg-pink-300 {
  background-color: #f9a8d4;
}

.bg-pink-400 {
  background-color: #f472b6;
}

.bg-pink-500 {
  background-color: #ec4899;
}

.bg-pink-600 {
  background-color: #db2777;
}

.bg-pink-700 {
  background-color: #be185d;
}

.bg-pink-800 {
  background-color: #9d174d;
}

.bg-pink-900 {
  background-color: #831843;
}

.bg-rose-100 {
  background-color: #ffe4e6;
}

.bg-rose-200 {
  background-color: #fecdd3;
}

.bg-rose-300 {
  background-color: #fda4af;
}

.bg-rose-400 {
  background-color: #fb7185;
}

.bg-rose-500 {
  background-color: #f43f5e;
}

.bg-rose-600 {
  background-color: #e11d48;
}

.bg-rose-700 {
  background-color: #be123c;
}

.bg-rose-800 {
  background-color: #9f1239;
}

.bg-rose-900 {
  background-color: #881337;
}

.bg-zinc-100 {
  background-color: #f4f4f5;
}

.bg-zinc-200 {
  background-color: #e4e4e7;
}

.bg-zinc-300 {
  background-color: #d4d4d8;
}

.bg-zinc-400 {
  background-color: #a1a1aa;
}

.bg-zinc-500 {
  background-color: #71717a;
}

.bg-zinc-600 {
  background-color: #52525b;
}

.bg-zinc-700 {
  background-color: #3f3f46;
}

.bg-zinc-800 {
  background-color: #27272a;
}

.bg-zinc-900 {
  background-color: #18181b;
}

.bg-neutral-100 {
  background-color: #f5f5f5;
}

.bg-neutral-200 {
  background-color: #e5e5e5;
}

.bg-neutral-300 {
  background-color: #d4d4d4;
}

.bg-neutral-400 {
  background-color: #a3a3a3;
}

.bg-neutral-500 {
  background-color: #737373;
}

.bg-neutral-600 {
  background-color: #525252;
}

.bg-neutral-700 {
  background-color: #404040;
}

.bg-neutral-800 {
  background-color: #262626;
}

.bg-neutral-900 {
  background-color: #171717;
}

.bg-stone-100 {
  background-color: #f5f5f4;
}

.bg-stone-200 {
  background-color: #e7e5e4;
}

.bg-stone-300 {
  background-color: #d6d3d1;
}

.bg-stone-400 {
  background-color: #a8a29e;
}

.bg-stone-500 {
  background-color: #78716c;
}

.bg-stone-600 {
  background-color: #57534e;
}

.bg-stone-700 {
  background-color: #44403c;
}

.bg-stone-800 {
  background-color: #292524;
}

.bg-stone-900 {
  background-color: #1c1917;
}

.pendaftaran .modal-list {
  list-style-type: none;
  padding: 0px;
}
.pendaftaran .modal-list li {
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: 12px;
}
.pendaftaran .modal-list li:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.pendaftaran .modal-list li a {
  color: #212529;
}
.pendaftaran .modal-list li a .media img {
  width: 40px;
}
.pendaftaran .modal-list li a .media h5 {
  font-size: 14px;
  margin-bottom: 2px;
}
.pendaftaran .modal-list li a .media p {
  font-size: 12px;
  margin: 0px;
}
.pendaftaran .dikelola-detail a {
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px 1px lightgrey;
  color: #212529;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.pendaftaran .dikelola-detail a .media img {
  width: 40px;
}
.pendaftaran .dikelola-detail a .media h5 {
  font-size: 14px;
  margin-bottom: 2px;
}
.pendaftaran .dikelola-detail a .media p {
  font-size: 12px;
  margin: 0px;
}

.wisata-kategori {
  background-color: #f1f1f1;
}
.wisata-kategori .list .col-6 {
  display: block;
  margin-top: 10px;
}
.wisata-kategori .list .col-6:nth-child(odd) {
  padding-right: 5px;
  padding-left: 10px;
}
.wisata-kategori .list .col-6:nth-child(even) {
  padding-right: 10px;
  padding-left: 5px;
}
.wisata-kategori .list .col-6 a {
  display: inline-block;
  padding: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 170px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.wisata-kategori .list .col-6 a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.wisata-kategori .list .col-6 a .background {
  width: 100%;
  height: 160px;
  background-size: cover;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.wisata-kategori .list .col-6 a .background .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.wisata-kategori .list .col-6 a .background .background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.wisata-kategori .list .col-6 a .background .content-text {
  padding: 10px;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.wisata-kategori .list .col-6 a .background .content-text .title {
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: table;
}
.wisata-kategori .list .col-6 a .background .content-text .title .title-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wisata-kategori .list .col-6 a .background .content-text .description {
  color: white;
  font-size: 14px;
}

.wisata-list {
  background-color: #f1f1f1;
}
.wisata-list .list {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.wisata-list .list .filter-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.wisata-list .list .filter-section .filter-section-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 15px;
}
.wisata-list .list .filter-section .filter-section-buttons #sort_button:focus {
  outline: none;
}
.wisata-list .list .filter-section .filter-section-buttons #sort_button:not(.active):hover {
  background-color: initial;
}
.wisata-list .list .filter-section .filter-section-buttons .reverse {
  transition: transform 0.7s ease-in-out;
}
.wisata-list .list .filter-section .filter-section-buttons .reverse svg {
  transform: rotate(180deg);
}
.wisata-list .list .col-6 {
  display: flex;
}
.wisata-list .list .col-6 .item .background-link .background {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.wisata-list .list .col-6 .item .background-link .background.default-bg {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wisata-list .list .col-6 .item .background-link .background.default-bg i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.wisata-list .list .col-6:nth-child(odd) {
  padding-right: 5px;
}
.wisata-list .list .col-6:nth-child(even) {
  padding-left: 5px;
}
.wisata-list .list .item {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: var(0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1));
  margin-bottom: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.wisata-list .list .item .background-link .background {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.wisata-list .list .item .info {
  padding: 10px;
  height: 100%;
  background-color: white;
}
.wisata-list .list .item .info .from {
  font-size: 16px;
  font-weight: 600;
}
.wisata-list .list .item .info .title {
  color: green;
  font-weight: bold;
}
.wisata-list .list .item .info .title:hover, .wisata-list .list .item .info .title:focus {
  text-decoration: none;
  color: red;
}
.wisata-list .list .item .info .description {
  font-size: 14px;
}

.wisata .background {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.wisata .carousel {
  position: relative;
}
.wisata .carousel .info-carousel {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: 10px;
}
.wisata .carousel .info-carousel .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  color: white;
  text-shadow: 2px 2px black;
}
.wisata .carousel .info-carousel .d-table-cell {
  color: white;
  font-size: 14px;
}
.wisata .carousel .anchor-carousel {
  aspect-ratio: 16/9;
  width: 100%;
}
.wisata .carousel .img-carousel {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wisata .carousel .video-container {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.wisata .carousel .video-container iframe {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.wisata .carousel .video-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.5em;
}
.wisata .carousel .video-loading.active {
  display: flex;
}
.wisata .carousel .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wisata .info-main {
  z-index: 9;
  background-color: white;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wisata .info-main .jml-wisatawan {
  border: 1px solid lightgrey;
  margin-bottom: 10px;
}
.wisata .info-main .jml-wisatawan .title {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0px;
}
.wisata .info-main .jml-wisatawan dl {
  margin: 0px;
}
.wisata .info-main .jml-wisatawan dl dt {
  font-size: 12px;
}
.wisata .info-main .jml-wisatawan dl dd {
  font-size: 12px;
  margin: 0px;
}
.wisata .info-secondary .fasilitas {
  font-size: 14px;
  color: black;
}
.wisata .info-secondary .fasilitas img {
  width: 36px;
  height: 36px;
  border-radius: calc(infinity * 1px);
  object-fit: cover;
}
.wisata .info-secondary .fasilitas .content {
  background-color: rgb(246, 246, 246);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.wisata .info-secondary .fasilitas .content .col-6:not(:last-child) {
  margin-bottom: 5px;
}
.wisata .info-secondary .info-legal {
  font-size: 14px;
}
.wisata .info-secondary .fasilitas-group {
  font-size: 14px;
  color: black;
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 4px 1px lightgray;
}
.wisata .info-secondary .fasilitas-group .section img {
  width: 36px;
  height: 36px;
  border-radius: calc(infinity * 1px);
  object-fit: cover;
}
.wisata .info-secondary .fasilitas-group .section .content {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 4px;
}
.wisata .info-secondary .fasilitas-group .section .content .col-6:not(:last-child) {
  margin-bottom: 3px;
}
.wisata .info-secondary .fasilitas-group .section .content:last-child {
  padding-bottom: 12px;
}
.wisata .info-secondary .description {
  margin-top: 0px;
  font-size: 14px;
  position: relative;
}
.wisata .info-secondary .description .div-more {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: block;
  text-align: center;
}
.wisata .info-secondary .description .div-more a:hover, .wisata .info-secondary .description .div-more a:focus {
  text-decoration: none;
}
.wisata .info-secondary .aktivitas {
  margin-top: 20px;
}
.wisata .info-secondary .aktivitas .item {
  font-size: 14px;
}
.wisata .info-secondary .aktivitas .item img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.wisata .nav-tabs {
  border: 0px;
}
.wisata .nav-tabs .nav-link {
  border: 0px;
  border-bottom: 3px solid gray;
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.wisata .nav-tabs .nav-link.active {
  border-bottom: 3px solid #28a745;
  color: #28a745;
}
.wisata .comment_tab iframe {
  height: auto !important;
}
.wisata .bottom-bar {
  position: fixed;
  z-index: 9;
  width: auto;
  right: 0px;
  bottom: 260px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.wisata .bottom-bar .loc {
  display: table;
  box-shadow: 0px 0px 1px 1px lightgrey;
  padding: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: -36px;
  color: #28a745;
  background-color: white;
}
.wisata .bottom-bar .loc:hover, .wisata .bottom-bar .loc:focus {
  text-decoration: none;
}
.wisata .bottom-bar .loc .fa {
  display: table-cell;
  vertical-align: middle;
}
.wisata .bottom-bar .loc img {
  width: 20px;
}
.wisata .youtube-link {
  position: fixed;
  bottom: 220px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 9;
  box-shadow: 0.5px 0.5px 0.5px 0.5px lightgray;
}
.wisata .modal-youtube .close-btn {
  position: absolute;
  right: 10px;
  top: 4px;
  color: white;
}
.wisata .modal-youtube .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .wisata .modal-youtube .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.medsos-card {
  color: white;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
  height: 100%;
}
.medsos-card:hover, .medsos-card:focus {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}
.medsos-card .card-body {
  padding: 1rem;
}
.medsos-card svg {
  display: block;
  margin: 0 auto;
}
.medsos-card.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
}

.row.g-2 {
  margin: -0.5rem;
}
.row.g-2 > .col,
.row.g-2 > [class*=col-] {
  padding: 0.5rem;
}

.item-aktivitas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.item-aktivitas img {
  width: auto !important;
  height: 180px !important;
  object-fit: cover !important;
  border-radius: 10px;
  margin-bottom: 5px;
}
.item-aktivitas .title-aktivitas {
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #000;
}

body {
  font-family: "Roboto", sans-serif;
}

body,
.home,
.navbar,
.bottom-navbar {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn {
  border-radius: 0px;
}

.error {
  color: red;
  font-size: 12px;
  margin: 0px;
}

.input-group .input-group-text {
  border-radius: 0px;
}
.input-group input {
  border-radius: 0px;
}

.text-default {
  color: #323232;
}

.back-button {
  color: #323232;
  padding: 10px 16px;
}
.back-button:hover, .back-button:focus {
  color: #323232;
}

@media (min-width: 768px) {
  .back-button {
    display: none;
  }
}
.divider-text {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.divider-text:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: lightgray;
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 50%;
}
.divider-text .text {
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  z-index: 2;
  position: relative;
  font-size: 14px;
}

.navbar .title {
  color: #323232;
  padding: 10px 16px;
  width: calc(100% - 60px);
}

.navbar-spacer {
  height: 44px;
}

.bg-instagram {
  background: linear-gradient(135deg, rgb(255, 133, 0) 0%, rgb(255, 0, 214) 51%, rgb(189, 0, 255) 100%);
}

.bg-gradient-primary {
  background: linear-gradient(42deg, rgb(13, 121, 237) 0%, rgb(0, 123, 255) 100%);
}

.bg-gradient-warning {
  background: linear-gradient(42deg, rgb(255, 162, 7) 0%, rgb(255, 193, 7) 100%);
}

.bg-gradient-success {
  background: linear-gradient(93deg, rgb(40, 167, 69) 0%, rgb(37, 183, 71) 50%, rgb(40, 167, 69) 100%);
}

.bg-gradient-main {
  background: linear-gradient(77deg, rgb(255, 255, 244) 0%, rgb(255, 255, 255) 47%, rgb(255, 255, 241) 100%);
}

.bg-gradient-danger {
  background: linear-gradient(42deg, rgb(241, 30, 104) 0%, rgb(220, 53, 69) 100%);
}

.bg-gradient-info {
  background: linear-gradient(42deg, rgb(26, 202, 213) 0%, rgb(23, 162, 184) 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(42deg, rgb(131, 143, 154) 0%, rgb(108, 117, 125) 100%);
}

.bg-gradient-dark {
  background: linear-gradient(42deg, rgb(52, 58, 64) 0%, rgb(46, 49, 52) 45%, rgb(52, 58, 64) 100%);
}

.running-div {
  overflow: hidden;
}
.running-div .running-text {
  position: relative;
  width: 200%;
}
.running-div .running-text .running {
  position: absolute;
  left: 0px;
  top: 0px;
}

.bottom-navbar-space {
  height: 50px;
}

.bottom-navbar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(77deg, rgb(255, 255, 244) 0%, rgb(255, 255, 255) 47%, rgb(255, 255, 241) 100%);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 100;
  border-top: 1px solid lightgray;
}
.bottom-navbar a {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 3px;
}
.bottom-navbar a svg {
  color: #334155;
}
.bottom-navbar a .text {
  color: #323232;
  font-size: 12px;
}
.bottom-navbar a .text.small {
  font-size: 10px;
  margin-top: 2px;
}
.bottom-navbar a.no-text {
  display: table;
  height: 100%;
  border-radius: 20px;
  margin-top: -20px;
}
.bottom-navbar a.no-text .no-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  background-color: white;
  padding: 10px;
  border-radius: 20%;
  border: 1px solid lightgray;
  border-bottom: none;
}
.bottom-navbar a.no-text .no-text-wrapper svg {
  height: 28px;
  color: #28a745;
}
.bottom-navbar a.no-text .no-text-wrapper .text {
  font-size: 8px;
  color: #28a745;
  font-weight: bold;
}
.bottom-navbar a.active svg {
  stroke-width: 2.75;
  color: black;
}
.bottom-navbar a.active .text {
  color: #323232;
  font-weight: bold;
}
.bottom-navbar a:hover, .bottom-navbar a:focus {
  text-decoration: none;
}

.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.medsos-section {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.medsos-section .medsos-link {
  color: white;
  display: flex;
  gap: 10px;
  border-radius: 0.5rem;
  padding: 5px;
}
.medsos-section .medsos-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.img-placeholder {
  max-width: 16px;
}

.form-control-file {
  width: 100%;
  padding: 10px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-control-file:hover {
  border-color: #007bff;
  background: #e8f0fe;
}

.selected-file {
  padding: 8px;
  background: #e8f0fe;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.selected-file i {
  color: #007bff;
}
.selected-file small {
  font-size: 12px;
}

#preview_image {
  margin-top: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=global.css.map */
