
/* v4.9.2 proper hazard toggle controls */
.hazardButtons button{
 position:relative!important;
 padding:0 39px 0 10px!important;
 text-align:left!important;
 overflow:visible!important;
}
.hazardButtons button:before{
 content:""!important;
 position:absolute!important;
 right:8px!important;left:auto!important;top:50%!important;
 width:24px!important;height:12px!important;
 transform:translateY(-50%)!important;
 border-radius:8px!important;
 background:#102a34!important;
 border:1px solid #31515d!important;
 box-shadow:none!important;
}
.hazardButtons button:after{
 content:""!important;
 position:absolute!important;
 right:20px!important;left:auto!important;top:50%!important;
 width:8px!important;height:8px!important;
 transform:translateY(-50%)!important;
 border-radius:50%!important;
 background:#607d88!important;
 box-shadow:none!important;
 font-size:0!important;
}
.hazardButtons button.active:before{background:#0b5365!important;border-color:#32b9d8!important}
.hazardButtons button.active:after{right:10px!important;background:#63e5ff!important;box-shadow:0 0 7px rgba(99,229,255,.75)!important}
.hazardButtons button.active{box-shadow:none!important;padding-left:10px!important}
.hazardButtons button.active::first-letter{color:inherit!important}
