.check-switch-button {
  label {
    float: right
  }
  .am-switch {
    margin-right: 0!important;
    .checkbox {
      width: 32px;
      height: 18px;
      &:after {
        width: 17px;
        height: 17px;
        top: 0.5px;
        left: 0px;
      }
      &:before {
        width: 32px;
        height: 18px;
        top: 0.5px;
        left: 0px;
        background: #C8C8CD;
      }
    }
  }
}
