:root {
  --gui-primary: blue;
  --gui-primary-rgb: 0, 0, 255;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  max-width: 100%;
  transition: all 0.3s linear;
}
.img-zoom:hover img, .img-zoom:focus img {
  transform: scale(1.05);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.n-45-deg {
  transform: rotate(-45deg);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-link {
  text-decoration: none;
}

.form-wrap {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-light);
}

.static-footer-btn {
  position: fixed;
  bottom: 0;
  left: 0;
}
.static-footer-btn .btn {
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50% 50% 50% 0;
  background-color: #0B6538;
}

/*# sourceMappingURL=gandapps.css.map */
