@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap");

*,
body,
html {
  font-family: "Nunito", "Segoe UI", sans-serif;
}
body {
  background-color: #fcfff7;
}
a {
  color: #21a0a0;
}
a.dark {
  color: #fff;
}
.bg-dark {
  background-color: #21a0a0 !important;
  color: #fff;
}
.hero-wrap {
  background: -moz-linear-gradient(-45deg, #21a0a020 0%, #21a0a080 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #21a0a020),
    color-stop(100%, #21a0a080)
  );
  background: -webkit-linear-gradient(-45deg, #21a0a020 0%, #21a0a080 100%);
  background: -o-linear-gradient(-45deg, #21a0a020 0%, #21a0a080 100%);
  background: -ms-linear-gradient(-45deg, #21a0a020 0%, #21a0a080 100%);
  background: -webkit-linear-gradient(315deg, #21a0a020 0%, #21a0a080 100%);
  background: -o-linear-gradient(315deg, #21a0a020 0%, #21a0a080 100%);
  background: linear-gradient(135deg, #21a0a020 0%, #21a0a080 100%);
  background-color: #21a0a080;
  background-position: 50% 0px;
  width: 100%;
  height: 600px;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero-content {
  height: 600px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-title {
  font-size: 35px;
  color: #fff;
}
.imgHero {
  -webkit-filter: drop-shadow(0 0.5rem 1rem rgba(95, 95, 95, 0.75));
  filter: drop-shadow(0 0.5rem 1rem rgba(95, 95, 95, 0.75));
}
/* Weather */
.weatherCity {
  font-size: 20px;
  font-weight: bold;
}
.weatherDegree {
  font-size: 70px;
  font-weight: lighter;
}

.menu-over {
  margin-top: -120px;
}
.card-over-main {
  height: 380px;
  margin-bottom: 20px;
  background-color: #e74c3c;
  color: #fff;
}
.card-over {
  height: 380px;
  margin-bottom: 20px;
  background-color: #e1f3ec;
}
.icon {
  background-color: #04686520;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  text-align: center;
}
.icon-over {
  background-color: #04686570;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin: 0px auto;
}
.icon-over img {
  height: 60px;
  min-width: 40px;
  display: block;
  margin: 10px auto 0px;
}
.search-location {
  width: 50%;
  margin: auto;
}
.search-location .form-control {
  height: 60px;
  font-size: 25px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 35px;
}
#btn-search {
  position: absolute;
  top: 0%;
  right: 0px;
  height: 60px;
  width: 60px;
  font-size: 30px;
  border-radius: 0px 35px 35px 35px;
  background-color: rgb(229, 61, 0);
  color: #fff;
  padding: 20px;
}
.curve {
  position: absolute;
  bottom: 100px;
  height: 200px;
  fill: #fcfff790;
}
.curve2 {
  position: absolute;
  bottom: -110px;
  height: 280px;
  fill: #fcfff750;
}
.toper {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
/* PANEl */
.panelBox {
  height: 200px;
  padding: 10px;
  background-color: #04686580;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.panelImage {
  max-height: 100px;
  max-width: 100px;
  margin-top: auto;
  transition: transform 0.8s;
}
.panelBox:hover .panelImage {
  transform: scale(1.5);
}
/* Menu GROUP */
#MenuCepat {
  background-color: #21a0a020;
}

.highlight {
  background-color: #21a0a020;
  border-radius: 1.25rem;
}
.group-title {
  font-size: 26px;
  font-weight: 600;
}

.group-subtitle {
  font-size: 16px;
}

/* BigDescription */
.descTitle {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.descSubTitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #046865;
  margin-bottom: 20px;
}
.descDes {
  font-size: 14px;
  color: grey;
  margin-bottom: 20px;
}
.list-group-item:hover {
  color: #fff;
  background-color: #04686550;
}
/* MENU ITEM */
.menu {
  width: 100px;
  height: 140px;
}
.menu > .card:hover {
  color: #fff;
  background: #046865 !important;
}
.card-body {
  padding: 1rem 0.25rem;
}
.card-body .title {
  font-size: medium;
}
.icon-menu {
  display: flex;
  flex: 2;
  align-items: center;
  height: 60px;
}
.img-menu {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
}
p.label-menu {
  display: flex;
  margin: 5px 5px;
  font-size: 12px;
  align-items: center;
  height: 40px;
}

.rounded {
  border-radius: 0.75rem !important;
}

/* Card */
.cardOver {
  background-color: #ffffff00;
  border: none;
}
.cardOver .card-body {
  position: relative;
  width: 90%;
  bottom: 40px;
  background-color: #fff;
}
.img-sider {
  position: absolute;
  right: 130px;
}
.card-body .rounded {
  border-radius: 50px !important;
}
/* FILTER */
.Filter_fixed {
  position: fixed;
  top: 80px;
  width: 300px;
}
.Filter_fixed_bottom {
  position: fixed;
  bottom: 340px;
  width: 300px;
}
#mapDetail {
  height: 270px;
}
#mapDetail > div:first-of-type {
  position: relative;
  height: 100%;
}

.nav-link {
  color: #046865;
}
.nav-link.active {
  color: #fff !important;
  background-color: #046865 !important;
}
.danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.success {
  color: #fff;
  background-color: #21a0a0;
  border-color: #21a0a0;
}
.primary {
  color: #fff;
  background-color: #4e8cff;
  border-color: #4e8cff;
}
/* Button */
.btn-success {
  color: #fff;
  background-color: #21a0a0;
  border-color: #21a0a0;
}
.btn-success:hover {
  color: #21a0a0;
  background-color: #ffffff;
  border-color: #21a0a0;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:hover {
  color: #e74c3c;
  background-color: #ffffff;
  border-color: #e74c3c;
}
.btn-primary {
  color: #fff;
  background-color: #4e8cff;
  border-color: #4e8cff;
}
.btn-primary:hover {
  color: #4e8cff;
  background-color: #ffffff;
  border-color: #4e8cff;
}

.btn-outline-success {
  color: #21a0a0;
  background-color: #ffffff;
  border-color: #21a0a0;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #21a0a0;
  border-color: #21a0a0;
}
.btn-outline-danger {
  color: #e74c3c;
  background-color: #ffffff;
  border-color: #e74c3c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.underLine {
  margin: 0 0 1.5rem;
}
/* FOOTER */
#footer {
  background-color: #046865;
  color: #fff;
}
.bg-icon {
  background-color: #fff;
  display: inline-block;
  height: 100%;
}

.sc-chat-window {
  height: calc(100% - 320px);
  z-index: 5;
}

/* SearchPanel */
/* .SearchPanel {
} */

/* FORM */
.form-control,
.form-select {
  color: #046865;
}

/* PAGINATION */
.pagination-outer {
  text-align: center;
}
.pagination {
  font-family: "Quicksand", sans-serif;
  display: inline-flex;
  position: relative;
}
.pagination li a.page-link {
  color: #fff;
  background-color: #046865;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  height: 33px;
  width: 33px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50% !important;
  border: none;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;
}
.pagination li.active .page-link {
  color: #fff;
  background: #e74c3c;
  margin: 0 5px 0px 0px;
  border: none;
  border-radius: 50% !important;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2), 4px 4px rgba(0, 0, 0, 0.1);
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
  color: #fff;
  background: #e74c3c;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2), 4px 4px rgba(0, 0, 0, 0.1);
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  color: #e74c3c;
  background-color: #fff;
  line-height: 27px;
  border: 2px solid #e74c3c;
}
.wordCarousel > div {
  overflow: hidden;
  position: relative;
  /* float: right; */
  display: inline-block;
  height: 30px;
  padding-top: 7px;
  /* margin-top: -10px; */
}
.wordCarousel2 > div {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 28px;
  padding-top: 0px;
}
.wordCarousel > div > ul,
.wordCarousel2 > div > ul {
  list-style-type: none;
  padding-left: 0.5rem;
}

.wordCarousel2 > div > ul > li {
  color: #21a0a0;
  background-color: #eee;
  padding: 0px 5px;
}
.flip1 {
  animation: flip1 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
@keyframes flip1 {
  0% {
    margin-top: -60px;
  }
  5% {
    margin-top: -30px;
  }
  50% {
    margin-top: -30px;
  }
  55% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -90px;
  }
}

.flip-wrapper {
  height: 1.5em; /* tinggi 1 baris */
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.flip2 {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: flip2 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip2 li {
  height: 1.5em;
  line-height: 1em; /* agar teks tidak terlalu mepet ke bawah */
  text-align: right;
  padding-top: 0.05em; /* opsional, angkat teks sedikit lagi */
  box-sizing: border-box;
}

@keyframes flip2 {
  0%, 20% {
    transform: translateY(0);
  }
  33%, 53% {
    transform: translateY(-1.5em);
  }
  66%, 86% {
    transform: translateY(-3em);
  }
  100% {
    transform: translateY(0);
  }
}


@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0;
    display: inline-block;
  }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 992px) {
  #MenuCepat {
    background-color: #21a0a020;
    background-image: url("http://localhost:8081/img/emergency.png");
    background-repeat: no-repeat;
    background-position: right, bottom;
    background-size: 450px;
  }
}
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 25px;
  }
  .group-title {
    font-size: 24px;
  }
  .group-subtitle {
    font-size: 16px;
  }
}

/* PITA */
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #e74c3c50;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #e74c3c;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: 0px;
  right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* 
Works on Firefox 
* {
  scrollbar-width: thin;
  scrollbar-color: #21a0a0 #21a0a0;
}

Works on Chrome, Edge, and Safari 
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #21a0a0;
}

*::-webkit-scrollbar-thumb {
  background-color: #21a0a0;
  border-radius: 20px;
  border: 3px solid #21a0a0;
} */
