.complaint[data-v-e4ba327e]{display:flex;flex-direction:column;margin:20px 0}.complaint .container-header[data-v-e4ba327e]{display:flex;flex-direction:row;justify-content:space-between}.complaint .container-header h3[data-v-e4ba327e]{color:var(--dark-blue);font-weight:600;font-size:14px}.complaint .container-header .copy[data-v-e4ba327e]{display:flex;flex-direction:row;align-items:center;margin-right:20px;font-weight:700;color:var(--blue-500);padding:5px 15px;border-radius:20px;transition:.5s}.complaint .container-header .copy svg[data-v-e4ba327e]{margin-right:5px}.complaint .container-header .copy[data-v-e4ba327e]:hover{transition:.5s;background-color:var(--neutral-200)}.complaint .container-header .chevron[data-v-e4ba327e]{width:25px;height:25px;margin-right:30px}.complaint .container-header .chevron>svg[data-v-e4ba327e]{cursor:pointer;stroke:var(--neutral-600);transition:.5s}.complaint .container-header .rotateUp[data-v-e4ba327e]{animation:rotateUp-e4ba327e .5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}.complaint .container-header .rotateDown[data-v-e4ba327e]{animation:rotateDown-e4ba327e .5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes rotateUp-e4ba327e{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotateDown-e4ba327e{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}.icon[data-v-e4ba327e]{width:25px;height:25px;cursor:pointer}.icon>svg[data-v-e4ba327e]{stroke:var(--neutral-600);transition:.5s}