.group-label {
  margin-top: 0;
  margin-bottom: 0;
}

.subject-label-text {
  margin-top: 0;
  margin-bottom: 16px; /* Default for all browsers */
}

.label {
  margin-top: 16px;
  margin-bottom: 0px;
}

.required-label {
  margin-bottom: 4px;
}

@-moz-document url-prefix() {
  .subject-label-text {
    margin-top: 0;
    margin-bottom: 0px; /* Default for all browsers */
  }
  .required-label-text {
    /* margin-top: 24px; */
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .label {
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
.datacall-label {
  margin-top: 0px;
}
.single-select-dropdown .MuiOutlinedInput-notchedOutline {
  border: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}