.button_buttonContainer__1ayaL{cursor:pointer;box-sizing:border-box;width:100%;display:flex;max-width:800px;max-height:40px;padding:8px 16px;justify-content:center;align-items:center;gap:10px;flex:1;font-size:.875rem;font-weight:400;border-radius:var(--border-radius-sm);transition:all .2s linear;color:var(--button-color);border:2px solid var(--button-border-color);background-color:var(--button-bg-color);box-shadow:var(--button-shadow)}.button_buttonContainer__1ayaL:not(:disabled):hover{filter:brightness(175%)}.button_buttonContainer__1ayaL:not(:disabled):active{filter:brightness(150%);box-shadow:0 0 #0000,0 0 #0000,inset 0 6px 6px 0 rgb(0 0 0/.2)}.button_buttonContainer__1ayaL[data-outline=true]{color:var(--button-bg-color);border:2px solid var(--button-border-color);background-color:transparent}.button_buttonContainer__1ayaL:disabled{cursor:not-allowed;opacity:.5}@media (min-width:1024px){.button_buttonContainer__1ayaL{font-size:1rem}}@media (max-width:768px){.button_buttonContainer__1ayaL{padding:8px}}.checkbox_checkboxContainer__dRKSz{display:inline-block;position:relative}.checkbox_checkboxInput__zDUVO{opacity:0;position:absolute}.checkbox_checkboxLabel__1e8h3{position:relative;padding-left:28px;cursor:pointer;color:#000}.checkbox_checkboxLabel__1e8h3 span{margin-top:2px}.checkbox_checkboxCustom__8Creq{position:absolute;top:1px;left:2px;height:18px;width:18px;border-radius:3px;transition:all .2s ease-in-out;border:2px solid #ddd;background-color:#fff}.checkbox_checkboxInput__zDUVO:checked+.checkbox_checkboxLabel__1e8h3 .checkbox_checkboxCustom__8Creq{border:2px solid var(--input-background-color);background-color:var(--input-background-color)}.checkbox_checkboxCustom__8Creq:after{content:"";position:absolute;display:none}.checkbox_checkboxInput__zDUVO:checked+.checkbox_checkboxLabel__1e8h3 .checkbox_checkboxCustom__8Creq:after{display:block;left:6px;top:2px;width:4px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox_underline__uAYm9{text-decoration:underline}.checkbox_checkboxInput__zDUVO:not(:disabled)+.checkbox_checkboxLabel__1e8h3:hover .checkbox_checkboxCustom__8Creq{border:2px solid var(--primary-500)}.checkbox_checkboxInput__zDUVO:not(:disabled):checked+.checkbox_checkboxLabel__1e8h3:hover .checkbox_checkboxCustom__8Creq{background-color:var(--primary-500)}.checkbox_checkboxInput__zDUVO:not(:disabled):focus+.checkbox_checkboxLabel__1e8h3 .checkbox_checkboxCustom__8Creq{box-shadow:0 0 0 2px var(--primary-200)}.checkbox_checkboxInput__zDUVO:disabled+.checkbox_checkboxLabel__1e8h3{color:var(--gray-400);cursor:not-allowed}.checkbox_checkboxInput__zDUVO:disabled+.checkbox_checkboxLabel__1e8h3 .checkbox_checkboxCustom__8Creq{background-color:var(--gray-100);border:2px solid var(--gray-300)}.checkbox_checkboxInput__zDUVO:checked:disabled+.checkbox_checkboxLabel__1e8h3 .checkbox_checkboxCustom__8Creq:after{border:solid var(--gray-400);border-width:0 2px 2px 0}.spinner_spinner___uV_E{width:1rem;height:1rem;border:2px solid var(--gray-300);border-top:2px solid transparent;opacity:.7;border-radius:50%;animation:spinner_spin__ukymm 1s linear infinite}.spinner_spinner___uV_E[data-white=true]{border:2px solid white;border-top-color:transparent}.spinner_pneu__3vzIu{animation:spinner_spin__ukymm 1s linear infinite}@keyframes spinner_spin__ukymm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}