@charset "UTF-8";.progress-container{width:100%;border:1px solid #e6e6e5;border-radius:10px;overflow:hidden;margin-bottom:10px;height:15px}.progress-bar{height:15px;width:10%;background-color:#809f16;text-align:center;color:#fff;transition:width .3s ease}.text-items{display:flex;flex-wrap:wrap;gap:10px}.text-item{padding:10px 15px;background-color:#f0f0f0;border:1px solid #ccc;cursor:pointer;border-radius:5px}.text-item.clicked{background-color:#d4edda;pointer-events:none}.radio-test{transform:scale(1.2)}.label-test{cursor:pointer}input[type=radio].radio-test:active,input[type=radio].radio-test:checked,input[type=radio].radio-test:focus,input[type=radio].radio-test:hover{border-color:#809f16!important}input[type=radio].radio-test:active:before,input[type=radio].radio-test:checked:before,input[type=radio].radio-test:focus:before,input[type=radio].radio-test:hover:before{appearance:none;-moz-appearance:none;-webkit-appearance:none;display:inline-block;background:#809f16;content:" "!important;border-radius:50%;border-color:#809f16!important;width:10px;height:10px;border-radius:50%;outline:0!important;box-shadow:none;padding:0!important;position:absolute;top:4px;left:4px}.label-test{border-color:#cdcdcb}.label-test:hover{border-color:#809f16}