.table_header{background-color:#6b9262;color:#fff!important;font-size:16px}.table_header th,.table_header th *{color:#fff!important;height:52px}.table_body{background-color:#fff}.table_header tr{background-color:transparent!important;cursor:default}.table_body td{padding:10px;border:1px solid #f2f2f7;color:#394b4f;height:52px}.custom-checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:18px;height:18px}.custom-checkbox input{opacity:0;position:absolute;width:0;height:0}.custom-checkbox span{display:inline-block;width:18px;height:18px;border-radius:50%;border:2px solid #c2c2c2;background-color:#fff;transition:background-color .2s ease}.custom-checkbox input:checked+span{background-color:#0177d9;border-color:#0177d9;position:relative}.custom-checkbox input:checked+span:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background-color:#fff}