.checkbox-container[data-v-f2de12dc]{display:flex;flex-direction:column;margin:20px 0}.checkbox-container .container-header[data-v-f2de12dc]{display:flex;flex-direction:row;justify-content:space-between;padding-right:30px}.checkbox-container .container-header h3[data-v-f2de12dc]{font-size:18px;color:var(--dark-blue);font-weight:600}.checkbox-container .container-header .chevron[data-v-f2de12dc]{width:25px;height:25px}.checkbox-container .container-header .chevron>svg[data-v-f2de12dc]{cursor:pointer;stroke:var(--neutral-600);transition:.5s}.checkbox-container .container-header .rotateUp[data-v-f2de12dc]{animation:rotateUp-f2de12dc .5s;animation-fill-mode:forwards}.checkbox-container .container-header .rotateDown[data-v-f2de12dc]{animation:rotateDown-f2de12dc .5s;animation-fill-mode:forwards}@keyframes rotateUp-f2de12dc{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotateDown-f2de12dc{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}.checkbox-container .checkboxes[data-v-f2de12dc]{display:ruby}.checkbox-container .checkboxes .check[data-v-f2de12dc]{display:flex;flex-direction:row;align-items:center}.checkbox-container .checkboxes .check svg[data-v-f2de12dc]{margin-right:10px}.checkbox-container .checkboxes .check p[data-v-f2de12dc]{margin-right:20px}