.methods-compliance table{background-color:#16161d;border:1px solid #636466;border-collapse:collapse;border-radius:0;color:#fff;font-family:inherit;width:100%}.methods-compliance table thead th{background-color:#1d252f;border-bottom:1px solid #636466;padding:10px 14px;text-align:left}.methods-compliance table tbody td{border-bottom:1px solid #636466;color:#fff;padding:10px 14px}.methods-compliance .filter{align-items:center;display:flex;font-family:inherit;margin-bottom:30px;position:relative}.custom-select{cursor:pointer;margin-left:20px;min-width:250px;position:relative;user-select:none}.custom-select .selected{align-items:center;background-color:#16161d;border:1px solid #636466;border-radius:0;color:#fff;display:flex;justify-content:space-between;padding:10px 14px;transition:background-color .2s ease}.custom-select .selected:hover{background-color:#1d252f}.custom-select .options{background-color:#16161d;border:1px solid #636466;border-top:none;display:none;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.custom-select .option{color:#fff;padding:10px 14px;transition:background-color .2s ease}.custom-select .option:hover{background-color:#1d252f}.custom-select .caret{margin-left:10px;pointer-events:none;transition:transform .2s ease}.custom-select.open .caret{transform:rotate(180deg)}.custom-select.open .options{display:block}@media (max-width:530px){.custom-select{width:calc(100% - 90px)}}