.select-box{background-color:#fff;border:1px solid var(--neutral2-color);border-radius:23px;box-sizing:border-box;cursor:pointer;overflow:hidden;text-align:left;transition:margin-bottom .3s ease}.select-box:focus,.select-box:focus-within{outline:none}.select-box .selected{box-sizing:border-box;min-width:160px;padding:0 1rem}.select-box .options{box-sizing:border-box;overflow:auto;transition:height .3s ease}.select-box .option{box-sizing:border-box;padding:0 1rem;transition:background-color .2s ease}.select-box .option.active{background-color:var(--secondary-color-light)}.select-box .option:focus,.select-box .option:hover{background-color:var(--secondary-color);outline:none}.select-box .deselect{box-sizing:border-box;cursor:pointer;float:right;margin-left:10px}.select-box .caret{box-sizing:border-box;cursor:pointer;float:right;margin-left:10px;transition:transform .3s ease}
