.srxgb_status_toggle{
	border: 1px solid #2E8B57	;
    background: #fff;
    color: #2E8B57	;
    border-radius: 4px;
    font-weight: 600;
    padding: .2rem .5rem;
    text-align: center;
    width: 60px;
    outline: none;
}

.srxgb_status_toggle.is-active{
    border: 1px solid #f81d31;
    color: #f81d31;
}
