.custom-button-div{justify-content:center;align-items:center;width:fit-content;display:flex;position:relative}.button{background-color:var(--orange);cursor:pointer;z-index:1;border-radius:9999px;flex-direction:row;justify-content:center;align-items:center;gap:10px;transition:filter .2s;display:flex;position:relative;box-shadow:0 2px 4px #0003}.button:not([disabled]):hover{filter:brightness(1.1)}.button-icon{width:auto;height:20px}.button[disabled]{opacity:.5;cursor:default}
.spinner{border:3px solid var(--primary);box-sizing:border-box;z-index:2;border-top-color:#0000;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin;display:inline-block;position:absolute}.spinner.small{border-width:2px;width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}
