@charset "UTF-8";
.text-primary {
  color: #769840 !important;
}

.text-secondary {
  color: #54595F !important;
}

.text-tertiary {
  color: #7A7A7A !important;
}

.btn,
input,
textarea,
select {
  border-radius: 1rem !important;
}

a {
  color: #769840;
  text-decoration: none;
}

* {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #54595F;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
  font-family: "Montserrat", sans-serif;
}

hr {
  border-color: #E6E6E6;
  opacity: 1;
}

.nav-link:hover {
  color: #769840;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #769840;
  --bs-btn-border-color: #769840;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #597231;
  --bs-btn-hover-border-color: #597231;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: grey;
  --bs-btn-disabled-border-color: grey;
}

.btn-outline-primary {
  --bs-btn-color: #769840;
  --bs-btn-border-color: #769840;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #769840;
  --bs-btn-hover-border-color: #769840;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #769840;
  --bs-btn-active-border-color: #769840;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #769840;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #769840;
  --bs-gradient: none;
}

.box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.box-p {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .box-p {
    padding: 3rem 1rem;
  }
}

.page-title {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}

.section-title {
  color: #769840;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #E6E6E6;
}

.amt::before {
  content: "₹";
}

.loader {
  width: 45px;
  aspect-ratio: 0.75;
  --c: no-repeat linear-gradient(#000 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
}

@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}
:not(nav).htmx-request {
  position: relative;
}
:not(nav).htmx-request > *:not(.htmx-indicator) {
  opacity: 0.25;
  pointer-events: none;
}

.htmx-indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.modal-content {
  border-radius: 1rem;
}/*# sourceMappingURL=style.css.map */