/* Check box */ .htoptions_element_checkbox label { padding: 2px; width: 43px; height: 15px; background-color: #2c3e50; border-radius: 60px; -webkit-transition: background 0.2s; transition: background 0.2s; position: relative; text-indent: -99999px; } .htoptions_element_checkbox label::before { content: ""; position: absolute; top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #ffffff; border-radius: 10px; -webkit-transition: background 0.2s; transition: background 0.2s; } .htoptions_element_checkbox label::after { content: ""; position: absolute; top: 3px; left: 3px; bottom: 3px; width: 18px; background-color: #2c3e50; border-radius: 10px; -webkit-transition: margin 0.2s, background 0.2s; transition: margin 0.2s, background 0.2s; } .htoptions_element_checkbox input { opacity: 0; width: 0; height: 0; position: absolute; } .htoptions_element_checkbox input:disabled{ opacity: 0; } .htoptions_element_checkbox input:checked + label { background-color: #22b9ff; } .htoptions_element_checkbox input:checked + label::after { background-color: #22b9ff; margin-left: 23px; } ul.htoption_shortable li { position: relative; box-shadow: 0 0px 4px rgb(0 0 0 / 10%); padding: 8px 0 7px 25px; } ul.htoption_shortable li:before { position: absolute; content: "::"; left: 9px; top: 4px; font-size: 22px; } ul.htoption_shortable li.ui-sortable-helper{ background: #fff; border: 1px dashed #ccc; }