/*! purgecss start ignore */
.DocSearch--active {
  overflow: hidden !important
}
.DocSearch-Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  height: 100vh;
  width: 100vw;
  cursor: auto;
  flex-direction: column;
  background-color: #0003;
  padding: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
:is(.dark .DocSearch-Container) {
  background-color: var(--roy-theme-min);
}
@media (min-width: 640px) {
  .DocSearch-Container {
    padding: 1.5rem
  }
}
@media (min-width: 768px) {
  .DocSearch-Container {
    padding: 10vh
  }
}
@media (min-width: 1024px) {
  .DocSearch-Container {
    padding: 12vh
  }
}
.DocSearch-LoadingIndicator svg {
  display: none
}
.DocSearch-LoadingIndicator {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='2' stroke='%23cffafe' /%3E%3Cpath d='M3,12a9,9 0 1,0 18,0a9,9 0 1,0 -18,0' stroke-width='2' stroke='%2306b6d4' stroke-dasharray='56.5486677646' stroke-dashoffset='37.6991118431' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%
}
.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
  display: block
}
.DocSearch-Modal {
  margin: 0 auto;
  width: 100%;
  max-width: 47.375rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: .5rem;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  background: #fff
}
.dark .DocSearch-Modal {
  background: var(--theme-primary-color-darker-900);
  box-shadow: inset 0 1px 0 0 #ffffff0d
}
.DocSearch-SearchBar {
  z-index: 1;
  padding: 0 1rem;
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249/var(--tw-border-opacity))
}
:is(.dark .DocSearch-SearchBar) {
  border-color: #e2e8f00d
}
.DocSearch-Form {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center
}
.DocSearch-Dropdown-Container {
  padding-bottom: 1.5rem
}
.DocSearch-Dropdown {
  flex: 1 1 auto;
  overflow: auto
}
.DocSearch-Hit--Result {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem
}
.DocSearch-Hit--Result.DocSearch-Hit--Child {
  margin-left: 3rem
}
.DocSearch-Hit--Result.DocSearch-Hit--Child:before {
  content: "";
  position: absolute;
  top: -.25rem;
  bottom: -.25rem;
  left: -1rem;
  width: 1px;
  background: #e2e8f0
}
:is(.dark .DocSearch-Hit--Result.DocSearch-Hit--Child):before {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity))
}
.DocSearch-Hit > a {
  position: relative;
  font-size: .875rem;
  border-bottom: 1px solid #f1f5f9
}
:is(.dark .DocSearch-Hit>a) {
  border-color: #e2e8f00d
}
.DocSearch-Hit--Result {
  border-bottom-width: 0 !important
}
.DocSearch-MagnifierLabel {
  height: 1.5rem;
  width: 1.5rem;
  flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 19-3.5-3.5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.dark .DocSearch-MagnifierLabel {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 19-3.5-3.5' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-MagnifierLabel svg {
  display: none
}
.DocSearch-Input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #0000;
  height: 3.5rem;
  font-size: 1rem;
  color: #0f172a;
  margin-left: .75rem;
  margin-right: 1rem;
  flex: auto;
  min-width: 0
}
:is(.dark .DocSearch-Input) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity))
}
@media (min-width: 640px) {
  .DocSearch-Input {
    font-size: .875rem
  }
}
.DocSearch-Input:focus {
  outline: 2px dotted #0000
}
.DocSearch-Input::-webkit-search-cancel-button, .DocSearch-Input::-webkit-search-decoration, .DocSearch-Input::-webkit-search-results-button, .DocSearch-Input::-webkit-search-results-decoration {
  display: none
}
.DocSearch-Reset {
  display: none
}
.DocSearch-Cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  flex: none;
  font-size: 0;
  border-radius: .375rem;
  padding: .25rem .375rem;
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #0f172a0d
}
.DocSearch-Cancel:hover {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-color: #0f172a1a
}
:is(.dark .DocSearch-Cancel) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105/var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.DocSearch-Cancel {
  width: 1.75rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.506 6h3.931V4.986H1.736v-1.39h2.488V2.583H1.736V1.196h2.69V.182H.506V6ZM8.56 1.855h1.18C9.721.818 8.87.102 7.574.102c-1.276 0-2.21.705-2.205 1.762-.003.858.602 1.35 1.585 1.585l.634.159c.633.153.986.335.988.727-.002.426-.406.716-1.03.716-.64 0-1.1-.295-1.14-.878h-1.19c.03 1.259.931 1.91 2.343 1.91 1.42 0 2.256-.68 2.259-1.745-.003-.969-.733-1.483-1.744-1.71l-.523-.125c-.506-.117-.93-.304-.92-.722 0-.375.332-.65.934-.65.588 0 .949.267.994.724ZM15.78 2.219C15.618.875 14.6.102 13.254.102c-1.537 0-2.71 1.086-2.71 2.989 0 1.898 1.153 2.989 2.71 2.989 1.492 0 2.392-.992 2.526-2.063l-1.244-.006c-.117.623-.606.98-1.262.98-.883 0-1.483-.656-1.483-1.9 0-1.21.591-1.9 1.492-1.9.673 0 1.159.389 1.253 1.028h1.244Z' fill='%23334155'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 57.1428571429% auto
}
.dark .DocSearch-Cancel {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.506 6h3.931V4.986H1.736v-1.39h2.488V2.583H1.736V1.196h2.69V.182H.506V6ZM8.56 1.855h1.18C9.721.818 8.87.102 7.574.102c-1.276 0-2.21.705-2.205 1.762-.003.858.602 1.35 1.585 1.585l.634.159c.633.153.986.335.988.727-.002.426-.406.716-1.03.716-.64 0-1.1-.295-1.14-.878h-1.19c.03 1.259.931 1.91 2.343 1.91 1.42 0 2.256-.68 2.259-1.745-.003-.969-.733-1.483-1.744-1.71l-.523-.125c-.506-.117-.93-.304-.92-.722 0-.375.332-.65.934-.65.588 0 .949.267.994.724ZM15.78 2.219C15.618.875 14.6.102 13.254.102c-1.537 0-2.71 1.086-2.71 2.989 0 1.898 1.153 2.989 2.71 2.989 1.492 0 2.392-.992 2.526-2.063l-1.244-.006c-.117.623-.606.98-1.262.98-.883 0-1.483-.656-1.483-1.9 0-1.21.591-1.9 1.492-1.9.673 0 1.159.389 1.253 1.028h1.244Z' fill='%2394a3b8'/%3E%3C/svg%3E")
}
.DocSearch-Reset svg {
  display: none
}
.DocSearch-Hit-source {
  line-height: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  padding-top: 2.5rem;
  margin: 0 1.5rem 1rem
}
.dark .DocSearch-Hit-source {
  color: #e2e8f0
}
.DocSearch-Hits:first-child .DocSearch-Hit-source {
  padding-top: 1.5rem
}
.DocSearch-Hit-Container {
  display: flex;
  align-items: center
}
.DocSearch-Hit-Tree, .DocSearch-Hit-icon {
  display: none
}
.DocSearch-Hit--Result .DocSearch-Hit-icon {
  display: block;
  flex: none;
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1v10M8.25 1v10M1 3.75h10M1 8.25h10' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #0f172a0d
}
:is(.dark .DocSearch-Hit--Result .DocSearch-Hit-icon) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.DocSearch-Hit--Parent .DocSearch-Hit-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 0c1.093 0 2.117.27 3 .743V10a6.344 6.344 0 0 0-3-.743c-1.093 0-2.617.27-3.5.743V.743C.883.27 2.407 0 3.5 0Z' fill='%2392a1b5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0c1.093 0 2.617.27 3.5.743V10c-.883-.473-2.407-.743-3.5-.743s-2.117.27-3 .743V.743a6.344 6.344 0 0 1 3-.743Z' fill='%2392a1b5'/%3E%3C/svg%3E")
}
.DocSearch-Hit-icon svg {
  display: none
}
.DocSearch-Hit-content-wrapper {
  flex: auto;
  display: flex;
  flex-direction: column-reverse;
  min-width: 0;
  z-index: 1
}
.DocSearch-Hit-path {
  align-self: flex-start;
  font-size: .75rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0 .375rem
}
:is(.dark .DocSearch-Hit-path) {
  background-color: #33415580;
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon {
  background-color: initial;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: #ffffff4d
}
:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon) {
  --tw-ring-color: #fff3
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1v10M8.25 1v10M1 3.75h10M1 8.25h10' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Parent .DocSearch-Hit-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 0c1.093 0 2.117.27 3 .743V10a6.344 6.344 0 0 0-3-.743c-1.093 0-2.617.27-3.5.743V.743C.883.27 2.407 0 3.5 0Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0c1.093 0 2.617.27 3.5.743V10c-.883-.473-2.407-.743-3.5-.743s-2.117.27-3 .743V.743a6.344 6.344 0 0 1 3-.743Z' fill='%23fff'/%3E%3C/svg%3E")
}
.DocSearch-Hit-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85/var(--tw-text-opacity))
}
:is(.dark .DocSearch-Hit-title) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}
.DocSearch-Hit-title + .DocSearch-Hit-path {
  margin-bottom: .25rem
}
.DocSearch-Hit-action {
  margin-left: .875rem;
  flex: none
}
.DocSearch-Hit--Result .DocSearch-Hit-action svg {
  display: none
}
.DocSearch-Hit--Result .DocSearch-Hit-action {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-action {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-path {
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--theme-primary-color-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  overflow: hidden;
  max-width: 80%;
}
:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-path) {
  background-color: var(--theme-primary-color-darker-200)
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.DocSearch-Hit-action-button {
  display: flex
}
.DocSearch-Hit-action + .DocSearch-Hit-action {
  margin-left: .5rem
}
.DocSearch-Hit-action path {
  stroke-width: 2px;
  stroke: #71717a
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action path {
  stroke: #fff
}
.DocSearch-Hit > a {
  display: block;
  padding: 1rem 1.5rem
}
.DocSearch-Hit--Result {
  padding: .75rem 1rem !important
}
.DocSearch-Hit {
  position: relative
}
.DocSearch-Hit:first-child > a {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249/var(--tw-border-opacity))
}
:is(.dark .DocSearch-Hit:first-child>a) {
  border-color: #e2e8f00d
}
.DocSearch-Hit--Result {
  border-top-width: 0 !important
}
.DocSearch-Hit + .DocSearch-Hit .DocSearch-Hit--Result {
  margin-top: .5rem
}
.DocSearch-Hit--Result {
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}
:is(.dark .DocSearch-Hit--Result) {
  background-color: #3341554d
}
.DocSearch-Hit[aria-selected=true] > a {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}
:is(.dark .DocSearch-Hit[aria-selected=true]>a) {
  background-color: #33415529
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result {
  background-color: var(--roy-theme)
}
:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result) {
  --tw-bg-opacity: 1;
  background-color: var(--roy-theme)
}
.DocSearch-Hit--FirstChild:before {
  top: 0 !important
}
.DocSearch-Hit--LastChild:before {
  bottom: 0 !important
}
.DocSearch-Hits mark {
  background: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: var(--theme-primary-color-200);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: var(--roy-theme)
}
:is(.dark .DocSearch-Hits mark) {
  border-width: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.DocSearch-Hit-path mark {
  border-width: 0
}
.DocSearch-Hit[aria-selected=true] mark {
  color: inherit;
  border-bottom-color: initial
}
.DocSearch-Footer {
  display: flex;
  flex: none;
  justify-content: flex-end;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249/var(--tw-border-opacity));
  padding: 1rem 1.5rem
}
:is(.dark .DocSearch-Footer) {
  border-color: #e2e8f00d
}
.DocSearch-Commands {
  display: none
}
.DocSearch-Logo a {
  display: flex;
  align-items: center;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}
:is(.dark .DocSearch-Logo a) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105/var(--tw-text-opacity))
}
.DocSearch-Logo svg {
  margin-left: .75rem;
  color: var(--roy-theme)
}
.DocSearch-Logo svg .cls-1, .DocSearch-Logo svg .cls-2 {
  fill: var(--roy-theme);
}
:is(.dark .DocSearch-Logo svg) {
  color: var(--roy-theme)
}
.DocSearch-Hit--deleting, .DocSearch-Hit--favoriting {
  opacity: 0;
  transition: all .25s linear
}
.DocSearch-NoResults .DocSearch-Screen-Icon {
  display: none
}
.DocSearch-Title {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem
}
.DocSearch-Title strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(15 23 42/var(--tw-text-opacity))
}
:is(.dark .DocSearch-Title strong) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity))
}
.DocSearch-StartScreen .DocSearch-Help, .DocSearch-Dropdown .DocSearch-Help {
  padding: 4rem 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}
.DocSearch-NoResults {
  padding: 2.5rem 1rem 2rem
}
.DocSearch-NoResults .DocSearch-Title {
  text-align: center;
  color: #94a3b8
}
.DocSearch-NoResults-Prefill-List .DocSearch-Help {
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42/var(--tw-text-opacity))
}
:is(.dark .DocSearch-NoResults-Prefill-List .DocSearch-Help) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity))
}
.DocSearch-NoResults-Prefill-List ul {
  overflow: hidden;
  border-radius: .5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}
:is(.dark .DocSearch-NoResults-Prefill-List ul) {
  border-color: rgb(51 65 85/var(--tw-border-opacity));
  background-color: #3341554d
}
.DocSearch-NoResults-Prefill-List button {
  padding: .5rem .75rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: .875rem;
  line-height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  --tw-text-opacity: 1;
  color: rgb(51 65 85/var(--tw-text-opacity))
}
:is(.dark .DocSearch-NoResults-Prefill-List button) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}
:is(.dark .DocSearch-NoResults-Prefill-List button:hover) {
  background-color: #ffffff05;
  --tw-text-opacity: 1;
  color: rgb(226 232 240/var(--tw-text-opacity))
}
.DocSearch-NoResults-Prefill-List li + li button {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-border-opacity))
}
:is(.dark .DocSearch-NoResults-Prefill-List li+li button) {
  border-color: #e2e8f00d
}
.DocSearch-NoResults-Prefill-List + .DocSearch-Help {
  margin-top: .75rem;
  font-size: .75rem;
  line-height: 1.5rem
}
.DocSearch-NoResults-Prefill-List + .DocSearch-Help a {
  font-weight: 600;
  color: var(--roy-theme)
}
:is(.dark .DocSearch-NoResults-Prefill-List+.DocSearch-Help a) {
  color: var(--theme-primary-color-600);
}
.DocSearch-Hit-action [title="Remove this search from favorites"], .DocSearch-Hit-action [title="Remove this search from history"], .DocSearch-Hit-action [title="Save this search"] {
  width: 1.5rem;
  height: 1.5rem
}
.DocSearch-Hit-action [title="Remove this search from favorites"] svg, .DocSearch-Hit-action [title="Remove this search from history"] svg, .DocSearch-Hit-action [title="Save this search"] svg {
  display: none
}
.DocSearch-Hit-action [title="Save this search"] {
  background-image: none;
  color: var(--theme-primary-color-darker-500);
  font-size: 1rem;
}
.dark .DocSearch-Hit-action [title="Save this search"] {
  color: var(--theme-primary-color-500);
}
.DocSearch-Hit-action [title="Save this search"]::before {
  content: "\f18b";
  font-family: remixicon!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.DocSearch-Hit-action [title="Save this search"]:hover {
  color: var(--theme-primary-color-darker-200);
}
.dark .DocSearch-Hit-action [title="Save this search"]:hover {
  color: var(--theme-primary-color-200)
}
.DocSearch-Hit-action [title="Remove this search from history"] {
  background-image: none;
  color: var(--theme-primary-color-darker-500);
  font-size: 1rem;
}
.DocSearch-Hit-action [title="Remove this search from history"]::before {
  content: "\eb99";
  font-family: remixicon!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.dark .DocSearch-Hit-action [title="Remove this search from history"] {
  color: var(--theme-primary-color-500)
}
.DocSearch-Hit-action [title="Remove this search from history"]:hover {
  color: var(--theme-primary-color-darker-200)
}
.dark .DocSearch-Hit-action [title="Remove this search from history"]:hover {
  color: var(--theme-primary-color-200)
}
.DocSearch-Hit-action [title="Remove this search from favorites"]:before {
  pointer-events: none;
  position: absolute;
  inset: 0;
  --tw-bg-opacity: 0.01;
  background-color: rgb(125 125 125/var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content)
}
:is(.dark .DocSearch-Hit-action [title="Remove this search from favorites"]):before {
  background-color: #3341554d
}
.DocSearch-Hit[aria-selected=true] [title="Remove this search from favorites"]:before {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254/var(--tw-bg-opacity))
}
:is(.dark .DocSearch-Hit[aria-selected=true] [title="Remove this search from favorites"]):before {
  background-color: #33415566
}
.DocSearch-Hit-action [title="Remove this search from favorites"]:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(4.5rem + 1px);
  height: 1.5rem;
  margin-left: calc(-3rem - 1px);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-position: 0, 50%, 100%
}
.dark .DocSearch-Hit-action [title="Remove this search from favorites"]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' opacity='0.05' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.DocSearch-Hit-action [title="Remove this search from favorites"]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.dark .DocSearch-Hit-action [title="Remove this search from favorites"]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' opacity='0.05' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}
.DocSearch-Hit-action + .DocSearch-Hit-action {
  margin-left: .25rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-border-opacity));
  padding-left: .75rem
}
:is(.dark .DocSearch-Hit-action+.DocSearch-Hit-action) {
  border-color: var(--theme-primary-color-darker-100);
}
.DocSearch-Hit-action:has(.DocSearch-Hit-action-button) {
  background-image: none!important;
}
