.iconWrapper{cursor:pointer;justify-content:center;align-items:center;min-width:40px;min-height:40px;display:flex}.plus.plusIcon{position:absolute;transform:translate(-7px)translateY(-1px)}.plus.plusIcon:before{content:"";background-color:currentColor;border-radius:1px;width:14px;height:2px;position:absolute}.plus.plusIcon:after{content:"";background-color:currentColor;border-radius:1px;width:14px;height:2px;position:absolute;transform:rotate(90deg)}.power.powerIcon{border:2px solid;border-radius:50%;width:18px;height:18px;position:absolute}.power.powerIcon:before{content:"";border-left:solid 3px var(--foreground);border-right:solid 3px var(--foreground);background-color:currentColor;width:2px;height:9.9px;position:absolute;top:-3.6px;left:5px}.close.closeIcon{width:24px;height:22px;position:absolute}.close.closeIcon:before{content:"";background-color:currentColor;width:25px;height:2px;position:absolute;top:10px;transform:rotate(-45deg)}.close.closeIcon:after{content:"";background-color:currentColor;width:25px;height:2px;position:absolute;top:10px;transform:rotate(45deg)}.triangle.triangleIcon{text-align:left;border-bottom-right-radius:30%;position:relative;bottom:0;transform:skew(30deg)translateY(7.5px)}.triangle.triangleIcon:before,.triangle.triangleIcon:after{content:"";background-color:inherit;position:absolute}.triangle.triangleIcon,.triangle.triangleIcon:before{width:20px;height:17.3205px}.triangle.triangleIcon:before{border-bottom-left-radius:30%;transform:skew(-30deg)skew(-30deg)translate(-50%)}.triangle.triangleIcon:after{border-bottom-left-radius:30%;width:17.3205px;height:20px;transform:skew(-30deg)rotate(150deg)skewY(-30deg)translate(-7%,50%)}.lock.lockIcon{color:currentColor;background:currentColor;border:3px solid;border-radius:3px;width:35px;height:18px;margin-top:10px;margin-left:3px;position:absolute}.lock.lockIcon:before{content:"";border-top:5px solid;border-left:5px solid;border-right:5px solid;border-radius:16px 16px 0 0;width:16px;height:24px;position:absolute;top:-22px;left:5px}.focus-visible.focus-malibu{box-shadow:inset 0 0 0 2px #64bff4}.focus-visible.focus-mineShaft{box-shadow:inset 0px 0px 0px 2px var(--neutral-high-content)}.backdropFilter{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.horizontal-fade{-webkit-mask:linear-gradient(90deg,#fff 0% 85%,#0000 100%);mask:linear-gradient(90deg,#fff 0% 85%,#0000 100%)}.Modal__modal{overscroll-behavior-y:contain;background:var(--foreground);z-index:20;border-radius:8px;width:95%;max-width:700px;max-height:90%;position:absolute;top:50%;left:50%;overflow:hidden auto;transform:translate(-50%,-50%);box-shadow:0 2px 23px 12px #96969633}.Modal__modal--noZIndex{z-index:auto}.Modal__modal--fixed{position:fixed}.Modal__modal--large{max-width:900px;max-height:96%}.Modal__overlay{background:rgba(var(--neutral-high-content-rgb), .25);z-index:10;position:absolute;inset:0}.Modal__overlay--inTransitionWrapper{background:0 0;width:150vw;left:-100%}.Modal__overlay--noZIndex{z-index:auto}.Modal__overlay--cursor{cursor:pointer}.Modal__overlay--fixed{position:fixed}.Modal__fade-enter{opacity:.01}.Modal__fade-enter.Modal__fade-enter-active{opacity:1;transition:opacity .4s ease-in}.Modal__fade-exit{opacity:1}.Modal__fade-exit.Modal__fade-exit-active{opacity:.01;transition:opacity .25s ease-in}
