html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.modal-icon {
    display: inline-flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    border-color: rgb(255 239 235 / 1);
    background-color: rgb(255 239 235 / 1);
    color: rgb(183 63 30 / 1);
}
