.custom-checkbox{display:inline-flex;align-items:center;cursor:pointer}.custom-checkbox input[type=checkbox]{display:none}.checkmark{width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;display:flex;justify-content:center;align-items:center;transition:background-color .3s}.checkmark svg{display:none}.custom-checkbox input[type=checkbox]:checked+.checkmark{display:flex;justify-items:center;align-items:center;background-color:#2196f3;width:16px;height:16px;border:1px solid #2196f3;border-radius:2px}.custom-checkbox input[type=checkbox]:checked+.checkmark svg{display:block;width:12px;height:12px}.search-input::-moz-placeholder{font-size:14px;color:#ccc}.search-input::placeholder{font-size:14px;color:#ccc}.clamp{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#ededed transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#ededed;border-radius:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}