menu-bar{align-items:center;background-color:inherit;display:flex;flex-direction:row;gap:5vw;margin-left:auto;white-space:nowrap}menu-bar[styler-popup-color]>*{--menu-bar-color:var(--styler-popup-color)}menu-bar[styler-popup-text-color]>*{--menu-bar-text-color:var(--styler-popup-text-color)}menu-bar>*{background-color:inherit}menu-bar>input:first-of-type,menu-bar>input:first-of-type~div.image-div{display:none}menu-bar>input:first-of-type~*{align-items:center;display:flex;flex-direction:row;gap:var(--menu-bar-item-gap,5vw);margin-left:auto}menu-bar>nav{align-items:stretch}@media (min-width:701px){menu-bar:not([hide-underline])>nav>:before{background-color:currentColor;bottom:5px;content:"";display:block;height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}menu-bar:not([hide-underline])>nav>:hover:before{transform:scaleX(1)}menu-bar>nav{align-content:end;justify-content:space-between}menu-bar>nav>*{cursor:pointer;padding-bottom:10px;padding-top:10px;position:relative}}@media (max-width:700px){menu-bar nav{background-color:var(--drawer-color,var(--menu-bar-color,var( --styler-background-color,canvas)));color:var(--drawer-text-color,var(--menu-bar-text-color,var(--styler-color,inherit)));z-index:100000}menu-bar{flex-direction:column;height:20px;margin-left:auto;place-self:center;position:relative;width:20px;z-index:100000}menu-bar>input:first-of-type{align-self:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-position:2px 2px;background-repeat:no-repeat;border:1px solid transparent;border-radius:2px;display:inline-block;height:22px;justify-self:right;left:0;outline:none;position:absolute;top:0;width:21px}menu-bar>input:first-of-type~div.image-div{background-color:inherit;color:currentColor;display:block;font:var(--fa-font-solid);left:0;pointer-events:none;position:absolute;top:0}menu-bar>input:first-of-type~div.image-div:after{content:"\f0c9"}menu-bar>input:first-of-type:checked~div.image-div{font:var(--fa-font-solid)}menu-bar>input:first-of-type:checked~div.image-div:after{content:"\f00d"}menu-bar>input:first-of-type:not(:checked)~nav{display:none}menu-bar>input:first-of-type~nav{align-content:start;align-items:stretch;border-radius:10px;box-shadow:var(--menu-box-shadow,0 6px 9px 6px rgba(0,0,0,.25));display:flex;flex-direction:column;gap:0;justify-content:start;max-width:calc(100vh - 30px);padding:10px;position:absolute;right:10px;top:3ch}menu-bar>input:first-of-type~nav>*{padding-bottom:10px;padding-left:20px;padding-top:10px}}
/*# sourceMappingURL=MenuBar.css.map */