body {
  background: #fefbf3;
  color: #474343;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffd003;
}
a,
.btn-link {
  color: #474343;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #8b8782;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

#map {
  height: 350px;
}
.mycaptcha {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 0.5rem;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ced4da;
}
.mycaptcha .reload {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23 12c0 1.042-.154 2.045-.425 3h-2.101c.335-.94.526-1.947.526-3 0-4.962-4.037-9-9-9-1.706 0-3.296.484-4.655 1.314l1.858 2.686h-6.994l2.152-7 1.849 2.673c1.684-1.049 3.659-1.673 5.79-1.673 6.074 0 11 4.925 11 11zm-6.354 7.692c-1.357.826-2.944 1.308-4.646 1.308-4.962 0-9-4.038-9-9 0-1.053.191-2.06.525-3h-2.1c-.271.955-.425 1.958-.425 3 0 6.075 4.925 11 11 11 2.127 0 4.099-.621 5.78-1.667l1.853 2.667 2.152-6.989h-6.994l1.855 2.681z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#pray-verifycode-image {
  margin-bottom: 4px;
  /*opacity: 0;*/
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

form div.required label:after {
  content: " * ";
  color: red;
}
#map {
  border: 5px solid #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.logo,
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.pnumber .from-control {
  display: inline-block;
  margin-bottom: 0;
}
.pnumber .field-pray-pray {
  margin-bottom: 0 !important;
  display: inline-block;
}
.form-mycontrol {
  width: 60px;
  border-color: transparent;
  text-align: center;
  border-bottom: 2px dashed #4d290c;
}
.form-mycontrol:focus {
  border-color: transparent;
  outline: none;
  border-bottom: 2px dashed #cb660d;
}
/* Chrome, Safari, Edge, Opera */
input.form-mycontrol::-webkit-outer-spin-button,
input.form-mycontrol::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-mycontrol[type="number"] {
  -moz-appearance: textfield;
}
.alert {
  border-radius: 0;
}
.alert-success {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  border-color: #ddd;
}
.alert > :nth-child(2) {
  font-size: 90%;
  margin-bottom: 0;
}
.alert-success em {
  font-size: 18px;
}
.logo {
  width: 150px;
  margin-bottom: 1rem;
}
.praypope {
  width: 420px;
}
.customcluster {
  width: 60px;
  height: 40px;
  text-align: center;
  background-image: url("../js/leaflet/images/marker-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.customcluster strong {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  border-radius: 9999px;
  padding: 2px 6px;
  line-height: 1em;
  margin-top: 19px;
}
.mwdt {
  max-width: 800px;
}
.relative {
  position: relative;
}
.pabs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.pabs .btn-link {
  background: #ffd003;
  color: #474343;
  border: 2px solid #fff;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 600;
  margin-right: 0.5rem;
  padding-left: 2.5rem;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  background-position: 0.5rem center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23474343' clip-rule='evenodd'%3E%3Cpath d='M15.246 17c-.927 3.701-2.547 6-3.246 7-.699-1-2.32-3.298-3.246-7h6.492zm7.664 0c-1.558 3.391-4.65 5.933-8.386 6.733 1.315-2.068 2.242-4.362 2.777-6.733h5.609zm-21.82 0h5.609c.539 2.386 1.47 4.678 2.777 6.733-3.736-.8-6.828-3.342-8.386-6.733zm14.55-2h-7.28c-.29-1.985-.29-4.014 0-6h7.281c.288 1.986.288 4.015-.001 6zm-9.299 0h-5.962c-.248-.958-.379-1.964-.379-3s.131-2.041.379-3h5.962c-.263 1.988-.263 4.012 0 6zm17.28 0h-5.963c.265-1.988.265-4.012.001-6h5.962c.247.959.379 1.964.379 3s-.132 2.042-.379 3zm-8.375-8h-6.492c.925-3.702 2.546-6 3.246-7 1.194 1.708 2.444 3.799 3.246 7zm-8.548-.001h-5.609c1.559-3.39 4.651-5.932 8.387-6.733-1.237 1.94-2.214 4.237-2.778 6.733zm16.212 0h-5.609c-.557-2.462-1.513-4.75-2.778-6.733 3.736.801 6.829 3.343 8.387 6.733z'/%3E%3C/svg%3E");
}
.shad {
  box-shadow: 0 0 5px rgba(139, 135, 130, 0.5);
}
.dropdown-menu {
  min-width: 100px;
}
.t0 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.5rem;
}
.t0::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 150px;
  background: #474343;
  left: 50%;
  margin-left: -75px;
}
.t1 {
  font-size: 7rem;
  font-weight: 600;
  padding-right: 5rem;
  margin-bottom: 0;
  color: #ffd003;
}
.t2 {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 5rem;
  margin-top: -3rem;
  letter-spacing: 0.25rem;
  margin-bottom: 3rem;
}
.message {
  background: #fff;
  border: 3px solid #474343;
  border-radius: 1rem;
  padding: 1rem;
}
.message small {
  color: #474343;
  font-size: 2.5rem;
  font-weight: bolder;
  display: block;
  margin-top: 0.5rem;
}
.form-check-input,
.form-control {
  border-color: #474343;
}
.lggap {
  gap: 3rem;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
  .t0 {
    margin-top: -1rem;
  }
  .t1 {
    font-size: 3.5rem;
  }
  .t2 {
    font-size: 1.75rem;
    margin-top: -1rem;
  }
}
@media (min-width: 576px) {
  .t0 {
    margin-top: -2rem;
  }
  .t1 {
    font-size: 4.5rem;
  }
  .t2 {
    font-size: 2.25rem;
    margin-top: -1.7rem;
  }
}
@media (max-width: 767.98px) {
  .message small {
    font-size: 1.75rem;
  }
  .lggap {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  #map {
    height: 400px;
    min-height: 60vh;
  }
  .t0 {
    margin-top: -4rem;
  }
}
@media (max-width: 991.98px) {
}
@media (min-width: 992px) {
  .t0 {
    margin-top: -9rem;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
  .mt-lg-n5.mt-0 {
    margin-top: -56px !important;
  }
  .t0 {
    margin-top: -14rem;
  }
}
/*.mb-5.text-center.lead.px-lg-5,
.d-flex.justify-content-center.align-items-center,
.pabs,
.row.mb-4 {
  display: none !important;
}*/
