html,
body {
  margin: 0;
  font-family: "Segoe UI Symbol", "Segoe UI Emoji",
    ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Use flexbox to ensure content stretches and footer stays at the bottom */
  display: flex !important;
  flex-direction: column !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.hidden {
  display: none !important;
}

.header-color {
  color: aliceblue !important;
}

/* Make the content area flexible to grow and take up remaining space */

/* Footer styles */
.footer {
  background-color: #035F87 !important;
  color: white;
  text-align: center;
  padding: 8px 0;
  margin-top: auto;
  /* Ensures the footer stays at the bottom */
}

.footer-text p {
  margin: 0 !important;
}

/* favorite custom font-family */
/* [ syntax: Font Family Name , generic family name ] */

.btn-primary {
  color: #fff;
  background-color: #035F87;
  border-color: #E88311;
}

/* custom react modal specs, vw: percentage of screen occupied by content */

/* position div content in the center */

/* word wrap specs */

.primary-widget {
  color: aliceblue;
  background-color: #035F87 !important;
}

.modal-spinner-div {
  position: relative;
  z-index: 1;
}

.pop-spinner {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}

.danger {
  color: red;
}

.form-label{
  color: black!important;
}

.centerspinner {
  z-index: 1000;
  width: 100px;
  background-color: White;
  border-radius: 8px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
}

.centerspinner img {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 100px;
}

.greyed{
  background-color: #808080;
}

@charset "UTF-8";

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}


/*# sourceMappingURL=main.5e5db4acfe982cd1242a.css.map */