.menu-text {
  font-size: 1.3em;
  font-weight: 700;
}

.image-caption {
  padding-left: 12px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.icon-color-white {
  color: white !important;
}

.card-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.tree-add-icon {
  background: url(/static/src/img/tree-add.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.custom-select {
  height: auto !important;
  padding: 0.3rem 1rem !important;
  border: 1px solid #271cb8 !important;
  border-radius: 0.25rem;
  transition: none !important;
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(lighten(#b5b9bf, 17%), 0.5);
  background: linear-gradient(
    top,
    lighten(#b5b9bf, 19%) 0%,
    darken(#b5b9bf, 0%) 100%
  );
  color: rgba(0, 0, 0, 0.5);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 1.75em 0 rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #8ac76c !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #d67b7b !important;
}

.card-header.bg-info.card-padding {
  background-color: #6b6b6b !important;
}

.help-message {
  font-style: italic;
}

div#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(/static/src/img/sending2.gif) center center
    no-repeat;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: none;
}

#btnDownload {
  margin-bottom: 20px;
}

/* .register-form {
  margin-top: 100px !important;
} */

input[aria-invalid="true"] {
  border-color: #d67b7b !important;
  background-color: #ffd6d6 !important;
  border-width: 2px !important;
}

div.ps-scrollbar-x-rail {
  display: none !important;
}

.modal-content {
  background-color: #ffd6d6 !important;
  border-style: solid;
  border-color: #d67b7b !important;
}

.body-content {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}
