/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.field-validation-valid {
    display: none;
}

.form-check-input {
    appearance: checkbox;
}

.feather-3xl {
    height: 100px;
    width: 80px;
}

.modal-xl {
    max-width: 1000px;
}

.profile-dropdown {
    width: 180px !important;
}
