:root,
.rs-theme-light {
  --rs-gray-200: #e5e5ea;
  --rs-gray-600: #8e8e93;
  --rs-text-secondary: var(--rs-gray-600);
}
.rs-theme-dark {
  --rs-gray-200: #a4a9b3;
  --rs-gray-600: #3c3f43;
  --rs-text-secondary: var(--rs-gray-200);
}
.rs-theme-high-contrast {
  --rs-gray-200: #a4a9b3;
  --rs-gray-600: #3c3f43;
  --rs-text-secondary: var(--rs-gray-200);
}
/* stylelint-disable */
*[class*='rs-'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*[class*='rs-']::before,
*[class*='rs-']::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rs-form-help-text {
  display: block;
  color: #8e8e93;
  color: var(--rs-text-secondary);
  min-height: 20px;
  line-height: 1.66666667;
  font-size: 12px;
}
.rs-form-help-text-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  margin-top: 8px;
}

/*# sourceMappingURL=index.css.map */
