@charset "utf-8";

._icon_rlv6z_1:not(._with-color_rlv6z_2) { color: inherit; }

._icon_rlv6z_1 path[fill] { fill: currentcolor; }

._icon_rlv6z_1 path[stroke] { stroke: currentcolor; }

._svg-string_rlv6z_17 { --dimension: 24px; width: var(--dimension); height: var(--dimension); }

._svg-string_rlv6z_17 svg { width: 100%; height: 100%; }

._animated_anz9o_1._hover_anz9o_2:hover ._icon-frames_anz9o_4, ._animated_anz9o_1._state_anz9o_10[data-state="open"] ._icon-frames_anz9o_4 { transform: translate(-100%); }

._canvas_anz9o_19 { --dimension: 24px; overflow: hidden; width: var(--dimension); height: var(--dimension); }

._icon-frames_anz9o_4 { display: grid; grid-template-columns: auto auto; align-items: center; transition: transform 0.15s ease-out; }

._spinner_pduaq_1 { --size: 24px; --color: #fff; position: relative; display: block; width: var(--size); height: var(--size); opacity: 1; }

._spinner-leaf_pduaq_15 { --spinner-animation-duration: .8s; position: absolute; top: 0px; left: 43.75%; width: 2px; height: var(--size); animation: _spinner-leaf-fade_pduaq_1 var(--spinner-animation-duration) linear infinite; }

._spinner-leaf_pduaq_15::before { content: ""; display: block; width: 100%; height: 30%; background-color: var(--color); border-radius: 15px; }

._spinner-leaf_pduaq_15:where(:nth-child(1)) { transform: rotate(0deg); animation-delay: calc(-8 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(2)) { transform: rotate(45deg); animation-delay: calc(-7 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(3)) { transform: rotate(90deg); animation-delay: calc(-6 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(4)) { transform: rotate(135deg); animation-delay: calc(-5 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(5)) { transform: rotate(180deg); animation-delay: calc(-4 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(6)) { transform: rotate(225deg); animation-delay: calc(-3 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(7)) { transform: rotate(270deg); animation-delay: calc(-2 / 8 * var(--spinner-animation-duration)); }

._spinner-leaf_pduaq_15:where(:nth-child(8)) { transform: rotate(315deg); animation-delay: calc(-1 / 8 * var(--spinner-animation-duration)); }

@keyframes _spinner-leaf-fade_pduaq_1 { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}