.action_bar.svelte-1ko2th3{position:fixed;display:flex;width:100%;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;z-index:100;top:auto;bottom:0;left:0;background-color:var(--lightgreen)}.action_bar--error.svelte-1ko2th3{background-color:var(--lightred)}.action_bar--info.svelte-1ko2th3{background-color:#f0f0f0}.action_bar--relative.svelte-1ko2th3{position:relative;border-radius:10px}.action_bar > *{position:relative;display:flex;justify-content:center;align-items:center;margin:0;padding:0;flex:1;width:100%;height:5rem;border:0;font-size:1.5rem;background-color:inherit;border:none;transition:var(--transitionTime);z-index:1}.action_bar:not([class*="--error"]):not([class*="--info"])
        > :nth-child(even):not(:only-of-type), .action_bar:not([class*="--error"]):not([class*="--info"])
        > :first-child:only-of-type{background-color:var(--green)}.action_bar--error > :nth-child(odd):only-of-type{background-color:var(--red)}.action_bar--error > :nth-child(even){background-color:var(--red)}.action_bar--info > :nth-child(even){background-color:#f0f0f0}.action_bar > ::before{content:"";position:absolute;display:block;width:100%;height:100%;background-color:inherit;z-index:-1;transition:none;transform:translateY(15%)}.action_bar :hover{transform:translateY(0%)}.action_bar button:active{transform:translateY(0%)}.action_bar[class*="--relative"] > button{border-radius:10px}.action_bar[class*="--relative"] > button::before{border-radius:10px;transform:translateY(0)}.action_bar > *:not(button){transform:none}.action_bar > *:hover{transform:none}.action_bar > a{text-decoration:none}
