body {
  background-color: #e9dfde;
}

.main {
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
  background-color: #fff;
}

.header {
  background-color: #af2e30;
}

.header .title {
  color: #fff;
}

.header .subtitle {
  color: #d8dc86;
}
.footer-keri {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -40px;
}

.footer-keri .powered-by {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.footer-keri .download-us {
  visibility: hidden;
}

.vert-center {
  display: flex;
  align-items: center;
}

.textarea {
  resize: none;
}

.services-desc {
  margin-left: 30px;
  margin-bottom: 18px;
}

.services-desc li {
  list-style-type: circle;
}

.gcash-desc {
  display: none;
  margin-left: 0px;
  margin-bottom: 18px;
}

#gcash-qr {
  /* height: 400px; */
  /* padding: 10px; */
  padding-top: 20px;
  padding-left: 0px;
}

.gcash-desc p {
  /* margin: 8px 0px; */
}

.gcash-desc ol {
  margin-left: 30px;
}

.gcash-desc li {
  list-style-type: decimal;
}

.search-field {
  padding: 10px;
  padding-top: 2px;
  width: 360px;
  margin: 0 auto;
  margin-top: 4px;
}

.timeline-container {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
}

#map_canvas {
  width: 100%;
  height: 400px;
  margin-top: 18px;
  margin-bottom: 18px;
}

#bin-field {
  display: none;
}

.navbar {
  /* display: none; */
}

.rate {
  color: #9f0000;
  font-style: italic;
  font-size: 16px !important;
}

@media (max-width: 480px) {
  .search-field {
    width: 100%;
  }
  .timeline-container {
    border-radius: 0px;
  }
  #gcash-qr {
    height: initial;
    padding: 10px;
    padding-left: 0px;
  }
}
