label.checkbox{display:flex;align-items:center}label.checkbox.bordered{display:flex;border:1px solid #eaeaea;border-radius:25px;align-items:center;color:var(--main-secondary-text-color);margin-right:12px;margin-bottom:12px;padding:10px 20px}label.checkbox.round input[type=checkbox],label.checkbox.round input[type=radio]{border-radius:50%}label.checkbox.round:not(.bordered){border-radius:50%}label.checkbox.disabled{background-color:var(--main-bg-grey);cursor:not-allowed!important}label.checkbox input[type=checkbox],label.checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--main-btn-color-text);color:var(--main-btn-color-text);width:20px;min-width:20px;height:20px;min-height:20px;border:1px solid #eaeaea;border-radius:3px;margin-right:10px;cursor:pointer}label.checkbox input[type=checkbox]:before,label.checkbox input[type=radio]:before{content:"";position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:7px;clip-path:polygon(87.191% 3.8%,87.191% 3.8%,88.313% 2.432%,89.542% 1.368%,90.849% .608%,92.209% .152%,93.595% 0%,94.982% .152%,96.342% .608%,97.649% 1.368%,98.877% 2.432%,100% 3.8%,100% 3.8%,100.955% 5.409%,101.698% 7.168%,102.228% 9.041%,102.546% 10.989%,102.653% 12.975%,102.546% 14.961%,102.228% 16.909%,101.698% 18.782%,100.955% 20.542%,100% 22.15%,45.654% 100%,45.654% 100%,44.532% 101.368%,43.303% 102.432%,41.996% 103.192%,40.636% 103.648%,39.25% 103.8%,37.863% 103.648%,36.503% 103.192%,35.196% 102.432%,33.968% 101.368%,32.845% 100%,2.653% 56.75%,2.653% 56.75%,1.698% 55.142%,.955% 53.382%,.424% 51.509%,.106% 49.561%,-0% 47.575%,.106% 45.589%,.424% 43.641%,.955% 41.768%,1.698% 40.009%,2.653% 38.4%,2.653% 38.4%,3.776% 37.032%,5.004% 35.968%,6.311% 35.208%,7.671% 34.752%,9.058% 34.6%,10.444% 34.752%,11.804% 35.208%,13.111% 35.968%,14.34% 37.032%,15.462% 38.4%,39.25% 72.476%,87.191% 3.8%);display:none;background-color:var(--main-btn-color-text)}label.checkbox input[type=checkbox]:checked,label.checkbox input[type=radio]:checked{border-color:var(--main-btn-color);background-color:var(--main-btn-color)}label.checkbox input[type=checkbox]:checked:before,label.checkbox input[type=radio]:checked:before{display:block}label.checkbox input[type=checkbox]:disabled,label.checkbox input[type=radio]:disabled{color:var(--main-btn-color-text);border-color:var(--main-btn-color-text);cursor:not-allowed}label.checkbox input[type=checkbox]:disabled:checked,label.checkbox input[type=radio]:disabled:checked{background-color:var(--main-bg-grey)}label.checkbox span{text-align:left}
