.round-button{border:1px solid #dbdce0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s ease-out;display:flex}.round-button:disabled{opacity:.5;cursor:not-allowed}.round-button-variant-primary{color:#2e7c8b;border-color:#42909e66}.round-button-variant-primary:not(:disabled):hover,.round-button-variant-primary:not(:disabled):active{color:#fff;background-color:#42909e;border-color:#42909e}.round-button-variant-secondary{color:#fff;background-color:#2e7c8b;border-color:#2e7c8b}.round-button-variant-secondary:not(:disabled):hover,.round-button-variant-secondary:not(:disabled):active{background-color:#42909e;border-color:#42909e}.round-button-variant-clear{color:#9fabb5;background:#fff;border-color:#0000}.round-button-variant-clear:hover,.round-button-variant-clear:focus{color:#5a646a}.round-button svg{stroke:currentColor;pointer-events:none;width:16px;height:16px}.round-button-touch-true{width:32px;height:32px}.round-button-touch-true svg{width:18px;height:18px}.round-button-disabled-true{opacity:.5;pointer-events:none}