.square-button{align-items:center;background-color:var(--primary-color);border-radius:5px;box-shadow:2px 2px 2px #757575;color:#fff;display:flex;font-size:var(--fs-400);height:50px;justify-content:space-around;margin:4px;padding:0 16px}.square-button .icon-margin{margin-left:4px}.square-button:not([disabled]):hover{background-color:var(--primary-color-hover);cursor:pointer}.square-button:not([disabled]):focus-visible{animation:pulseColor 1.5s infinite;outline:none}.square-button-not-selected{background-color:#757575}.square-button-disabled{background-color:#7575754d;color:#000;pointer-events:none}.square-button-square{border-radius:5px}.square-button-round{border-radius:25px}@keyframes pulseColor{0%,to{background-color:var(--primary-color-pulse);background-size:0% 0%}50%{background-color:var(--primary-color);background-size:100% 100%}}@media only screen and (max-width: 600px){.square-button{height:40px}}@keyframes spin{to{transform:rotate(360deg)}}.spin{transform-origin:center;animation:spin 1.2s ease-in-out infinite}
