@charset "utf-8";
.und-reset{
    text-align: left;
}
:where(.und-reset) button, 
:where(.und-reset) input[type], 
:where(.und-reset) optgroup, 
:where(.und-reset) select, 
:where(.und-reset) textarea{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    vertical-align: middle;
    outline: 0;
}
:where(.und-reset) [type="checkbox"]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
:where(.und-reset) [type="radio"]{
    -webkit-appearance: radio;
    appearance: radio;
}
:where(.und-reset) button, 
:where(.und-reset) input{
    overflow: visible;
}
:where(.und-reset) button, 
:where(.und-reset) select{
    text-transform: none;
}
:where(.und-reset) button, 
:where(.und-reset) [type="button"], 
:where(.und-reset) [type="reset"], 
:where(.und-reset) [type="submit"]{
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
:where(.und-reset) button[disabled], 
:where(.und-reset) [type="button"][disabled], 
:where(.und-reset) [type="reset"][disabled], 
:where(.und-reset) [type="submit"][disabled]{
    cursor: default;
}
:where(.und-reset) button::-moz-focus-inner, 
:where(.und-reset) [type="button"]::-moz-focus-inner, 
:where(.und-reset) [type="reset"]::-moz-focus-inner, 
:where(.und-reset) [type="submit"]::-moz-focus-inner{
    padding: 0;
    border-style: none;
}
:where(.und-reset) button:-moz-focusring, 
:where(.und-reset) [type="button"]:-moz-focusring, 
:where(.und-reset) [type="reset"]:-moz-focusring, 
:where(.und-reset) [type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
:where(.und-reset) option{
    padding: 0;
}
:where(.und-reset) fieldset{
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
:where(.und-reset) legend{
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
:where(.und-reset) progress{
    vertical-align: baseline;
}
:where(.und-reset) textarea{
    overflow: auto;
}
:where(.und-reset) [type="checkbox"], 
:where(.und-reset) [type="radio"]{
    padding: 0;
}
:where(.und-reset) [type="number"]::-webkit-inner-spin-button, 
:where(.und-reset) [type="number"]::-webkit-outer-spin-button{
    height: auto;
}
:where(.und-reset) [type="search"]{
    outline-offset: -2px;
}
:where(.und-reset) [type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
:where(.und-reset) ::-webkit-file-upload-button{
    -webkit-appearance: button;
    font: inherit;
}
:where(.und-reset) label[for]{
    cursor: pointer;
}