﻿.myCheckBoxList {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.myCheckBoxList .cbl-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.myCheckBoxList input[type="checkbox"] {
    cursor: pointer;
}

.myCheckBoxList label {
    cursor: pointer;
}
