.animated-checkbox-style {
    border-radius: 24.5px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 40%);
    height: fit-content;
}

.animated-checkbox-style > .icon {
    position: absolute;
    right: 0;
    margin-right: 1.2em;
    margin-top: 0.2em;
}