input::placeholder {
    opacity: 0.3 !important;
}

input::-webkit-input-placeholder {
    opacity: 0.3 !important;
}

input:-ms-input-placeholder {
    opacity: 0.3 !important;
}

.left-side {
  background-image: url('../img/background-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================================
   FEATURES
========================================================= */

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


/* =========================================================
   MODAL
========================================================= */

.modal-full {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.modal-full .modal-content {
  height: 100%;
  border-radius: 0;
}

.modal-body {
  max-height: 100% !important;
}

.card-termo {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

/* =========================================================
   UTILITÁRIOS
========================================================= */

.text-opacity {
  opacity: 0.2 !important;
}

.rounded-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  body {
    background: var(--bs-primary);
  }
}