:root {
  --primary: #f7a102;
  --bg: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

.navbar {
  background-color: rgba(255, 221, 157, 0.9);
  height: 80px;
  margin: 20px;
  border-radius: 16px;
  padding: 0.5rem;
}

body {
  height: 100%;
  font-family: sans-serif;
  background-color: #f5f5f5;
  margin: 0.5% 5%;
}

.navbar .login-button {
  background-color: rgb(211, 7, 17);
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
}

.login-button:hover {
  background-color: rgb(139, 106, 16);
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link {
  color: #666777;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: #000;
}

.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-image: url(images/bg_home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.hero-section .container h1 {
  font-size: 5em;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
  line-height: 1.2;
}

.hero-section .container h1 span {
  font-family: myFont;
  color: rgb(255, 145, 0);
}

.hero-section .container p {
  color: #f7a102;
  margin-top: 1rem;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
}

.hero-section .container .btn {
  font-size: small;
}

.section-footer {
  background-color: #eaeaea;
  margin: 20px;
  border-radius: 16px;
  padding: 0.5rem;
}

.row-sub-footer {
  padding: 0.5rem 0px;
}

.wrapper-col-1 h1 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.wrapper-col-1 p {
  font-weight: 14px;
  font-size: 90%;
}

.wrapper-col-2 {
  display: flex;
  flex-direction: column;
}

.wrapper-col-2 h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.wrapper-col-2 a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.wrapper-col-3 {
  display: flex;
  flex-direction: column;
}

.wrapper-col-3 h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.wrapper-col-3 a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.wrapper-col-4 {
  display: flex;
  flex-direction: column;
}

.wrapper-col-4 h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.wrapper-col-4 a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.wrapper-last-footer {
  text-align: left;
  flex-direction: column;
}

.copyright {
  font-size: 12px;
}

/* start */

.item img {
  width: 100%;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.position-fixed {
  position: fixed !important;
  z-index: 7;
}

.text-white {
  color: #fff !important;
}

.main-content {
  padding: 12px;
}

.btn-social {
  width: 3.8rem;
  height: 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}

.btn-social:hover {
  color: #18bc9c;
}

.text-center {
  text-align: center !important;
}

.text-center {
  text-align: center !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.fa-top {
  font-size: 1.3em;
}

.img-cara {
  margin-bottom: 12px;
  min-width: 350px;
  min-height: 200px;
}

@media (max-width: 500px) {
  .img-cara {
    margin-bottom: 12px;
    max-width: 200px;
    max-height: 150px;
  }
}

.map {
  width: 50%;
  height: 300px;
}

.nav-link a {
  font-size: 14px;
  color: #000;
}

.box {
  border-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 16px;
  display: block;
  margin-top: 42px;
  margin-bottom: 18px;
}

/* social feed home */
.social-feed {
  margin: auto 2%;
}

.box-icon {
  background-color: #00897b;
  border-radius: 50%;
  display: table;
  height: 50px;
  margin: 0 auto;
  width: 50px;
  margin-top: -37px;
}
.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info h4 {
  font-size: 26px;
  letter-spacing: 2px;
}
.info > p {
  color: #717171;
  font-size: 16px;
  padding-top: 10px;
  text-align: justify;
}
.info > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}
.info > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
  padding-bottom: 4px;
}

.item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1000px) {
  .welcome {
    margin-bottom: 13%;
  }
}

.form-shadow {
  box-shadow: 0px 0px 4px #888888;
  border-radius: 2px;
}

.form-custom {
  margin: 0px 16px;
  padding: 16px 16px 1px 8px;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0 5%;
  box-shadow: 0px 0px 4px #888888;
}

.custom-line {
  border-color: #263238;
  border-width: 2px;
  max-width: 30%;
  margin-top: 0px;
}

/* css untuk lihat */
.panel-body {
  padding: 12px 12px 0px 12px;
  margin-top: 2px;
  margin-bottom: 14px;
}

.panel-body-lihat {
  padding: 12px 12px 12px 12px;
  margin-top: 2px;
  margin-bottom: 50px;
}

h4.text-info {
  margin-top: 14px;
}

h4.profil-name {
  margin-top: 2px;
  margin-bottom: 4px;
}

.hr-laporan {
  margin-top: 0px;
  margin-bottom: 12px;
}

.hr-nama {
  margin-top: -6px;
  margin-bottom: 6px;
}

.hr-nama-admin {
  margin-top: -6px;
  margin-bottom: 6px;
}

h3.h3-laporan {
  margin-top: 6px;
}

h3.custom {
  font-size: 22px;
}

.media-block .media-left {
  display: block;
  float: left;
}

.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto;
}

.isi-laporan {
  padding-right: 8px;
}

.comment {
  background-color: #fafafa;
  padding: 8px 8px 0px 8px;
  border-radius: 4px;
}

.img-sm {
  width: 46px;
  height: 46px;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus {
  color: #acacac;
}
.text-sm {
  font-size: 0.9em;
}

/* card pengaduan home */

.card-shadow {
  box-shadow: 0px 1px 7px #888888;
  border-radius: 5px;
}

.card-shadow-2 {
  border-radius: 4px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.scroll-laporan {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 1150px;
  padding-left: 2px;
  padding-right: 3px;
}

.h3-custom {
  font-size: 24px;
  margin-top: -6px;
}

/* link to top */
a#top {
  position: fixed;
  border: 0 none;
  display: none;
  bottom: 0px;
  color: #e0e0e0;
  font-size: 3em;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
}

.btn-primary-custom {
  color: #fff;
  background-color: #009688;
}

.btn-primary-custom:hover {
  color: #fff;
  background-color: #00796b;
}
.btn-primary-custom:active,
.btn-primary-custom.active,
.open > .dropdown-toggle.btn-primary-custom {
  color: #fff;
  background-color: #00796b;
}

p.error {
  color: #ef5350;
  font-size: 13px;
  margin: 8px 52px -8px;
}

/* MODAL STYLE */
.text-green {
  color: #009688;
}

.button-green {
  background-color: #009688;
  color: #e0e0e0;
}

.button-green:hover {
  background-color: #009688;
  color: #ffffff;
}
