/*!

  Radancy Component Library: Select Navigation (Internal)

  Contributor(s):
  Michael "Spell" Spellacy

  Dependencies: Sass

*/.select-internal__nav{background-color:#eee;border-radius:.5em;display:grid;gap:.5em;max-inline-size:26.25rem;padding:1em}.select-internal__label{font-weight:bold;margin:0}.select-internal__select{background-color:#fff;border:1px #ccc solid;font-size:inherit;padding:.5em;inline-size:100%}.select-internal__content{margin-block-start:2em}.select-internal__content:target{scroll-margin-top:11.875em}.select-internal[data-custom-select]{--select-primary-color: #6F00EF;--select-border-radius: calc(5rem / 16)}.select-internal[data-custom-select] .select-internal__select,.select-internal[data-custom-select] ::picker(select){appearance:base-select;line-height:normal}.select-internal[data-custom-select] .select-internal__select{border-radius:var(--select-border-radius)}.select-internal[data-custom-select] .select-internal__select:focus-visible{outline:.125rem var(--select-primary-color) solid;outline-offset:.125rem}.select-internal[data-custom-select] .select-internal__select::picker-icon{color:var(--select-primary-color);transition:.4s rotate}.select-internal[data-custom-select] .select-internal__select:open::picker-icon{rotate:180deg}.select-internal[data-custom-select] .select-internal__select optgroup option{margin-inline-start:1rem}.select-internal[data-custom-select] .select-internal__select legend{color:var(--select-primary-color);margin-block:1rem}.select-internal[data-custom-select] .select-internal__select option{border-radius:var(--select-border-radius);margin-block-end:.5rem;padding:.5rem .5rem .5rem 1rem}.select-internal[data-custom-select] .select-internal__select option::checkmark{border-radius:100vw;border:.125rem #fff solid;color:#fff;font-weight:bold;margin-inline-start:auto;order:1;padding:.1875rem .5rem}.select-internal[data-custom-select] .select-internal__select option[value=""]{background-color:#eee}.select-internal[data-custom-select] .select-internal__select option[value=""]:not(:hover):not(:focus)::checkmark{border-color:#000;color:#000}.select-internal[data-custom-select] .select-internal__select option:focus,.select-internal[data-custom-select] .select-internal__select option:hover{outline:0;color:#fff;background-color:var(--select-primary-color)}.select-internal[data-custom-select] ::picker(select){border-radius:var(--select-border-radius);border:.0625rem #666 solid;box-shadow:0 .25rem 1rem rgba(0,0,0,.8);margin:1rem 1rem 0 0;padding:1rem;scrollbar-color:var(--select-primary-color) rgba(0,0,0,0);scrollbar-width:thin}/*# sourceMappingURL=init.css.map */
