.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.transparent {
  background: rgba(255, 255, 255, 0.785) !important;
}

.black-text {
  color: black !important;
}

.pad-0 {
  padding: 0 !important;
}

#fullHeightWidth {
  height: 100vh !important;
  width: 100% !important;
}

.react-datepicker__input-container {
  width: inherit;
}

.react-datepicker-wrapper {
  width: 100%;
}

/* .rightAlign {
  text-align: right !important;
}

.leftAlign {
  text-align: left !important;
}

.centerAlign {
  text-align: center !important;
} */

.filter-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
  padding-bottom: 2rem;
}

.filter-flex .col-filter {
  padding: 0 5px;
}

.ui.animated.button {
  z-index: inherit !important;
}

.opacity-1 {
  opacity: 1 !important;
}