.flexy-checkbox-radio{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.flexy-checkbox-radio__input{position:absolute;bottom:0;opacity:0;z-index:-99}.flexy-checkbox-radio__option-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100px;min-height:100px;padding:10px;margin:0;overflow:hidden;background:#f9f9f9;text-align:center;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}.flexy-checkbox-radio__input:checked+.flexy-checkbox-radio__option-box{background:#c8c8d8}