.button{display:inline-flex;height:2.5rem;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;border-width:2px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:1rem;padding-right:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.button:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.button:disabled{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(129 129 129/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(77 77 77/var(--tw-text-opacity,1))}.button span.content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}.button.primary{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.button.primary-solid{--tw-bg-opacity:1;background-color:rgb(106 222 213/var(--tw-bg-opacity,1))}.button.rounded-sm{border-radius:.75rem}.button.primary-outline{border-width:2px;--tw-border-opacity:1;border-color:rgb(50 45 47/var(--tw-border-opacity,1));background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.button.primary-outline:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.button.secondary-border-color{--tw-border-opacity:1;border-color:rgb(50 45 47/var(--tw-border-opacity,1))}.button.white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.button.white-outline{border-width:1px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));background-color:transparent;--tw-text-opacity:1}.button.dark,.button.white-outline{color:rgb(255 255 255/var(--tw-text-opacity,1))}.button.dark{border-width:2px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(50 45 47/var(--tw-bg-opacity,1));--tw-text-opacity:1}.button.dark:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.button.table-action-button{border-width:1px;--tw-border-opacity:1;border-color:rgb(32 28 30/var(--tw-border-opacity,1));background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.button.table-action-button:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.button.error{--tw-bg-opacity:1;background-color:rgb(142 50 49/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.button.error-outline{border-width:1px;--tw-border-opacity:1;border-color:rgb(248 84 84/var(--tw-border-opacity,1))}.button.error-outline,.button.error-simple{background-color:transparent;--tw-text-opacity:1;color:rgb(248 84 84/var(--tw-text-opacity,1))}.button.with-icon{display:flex;flex-direction:row;gap:.5rem}.bubble-loader{display:flex;height:3rem;align-items:center;justify-content:center}.bubble-loader .bubble{height:1rem;width:1rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1));margin:0 .2rem;animation:pulse 1.1s ease-in-out infinite}.bubble-loader .bubble-1{animation-delay:0s}.bubble-loader .bubble-2{animation-delay:.15s}.bubble-loader .bubble-3{animation-delay:.3s}@keyframes pulse{0%,80%,to{transform:scale(.6);opacity:.2}40%{transform:scale(1);opacity:1}}