/* h1{
    margin-top: 50px;
    margin-bottom: 20px;
} */

div.card {
  width: 100%;
}

div.card-body p {
  padding-bottom: 0px;
  margin-bottom: 50px;
}

div.card-body a {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  margin-bottom: 10px;
}

.aligned-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 10px;
}

/* div.form-check label {
    margin-bottom: 10px;
} */

.bg-lightblue {
  background-color: #f6faff;
}

/* .sg {
  font-weight: bold;
} */

.form-slider {
  margin-bottom: 20px;
}

/* .rc-slider-track {
  color: #007bff !important;
  background-color: #007bff !important;
} */

/* .rc-slider-handle { */
/* position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%; */
/* border: solid 2px #007bff !important; */
/* background-color: #fff;
  touch-action: pan-x; */
/* } */

/* .rc-slider-dot {
  border: solid 2px #007bff;
  background-color: #fff !important;
} */

.rc-slider-mark-text {
  transform: rotate(
    60deg
  ) !important; /* Adjust the degree of rotation as needed */
  transform-origin: left !important; /* Rotate around the center of the mark */
  /* white-space: nowrap;  */
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px !important;
}

.rc-slider-mark-text-active {
  color: #000000c9;
}

.grid-container {
  margin-top: 10px;
}

.flow-heading {
  font-size: 2.25rem;
}

.form-label {
  margin-top: 10px;
  color: #000000c9;
}

.form-check {
  margin-top: 10px;
}

.form-check-label {
  color: #000000c9;
}

.export-btn {
  background-color: white;
  color: #256db4;
  border: solid #256db4 1px !important;
}

.export-btn:hover {
  background-color: #256db4;
  color: white;
  border: solid #256db4 1px;
}
