.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #00ba86 !important;
  background-color: #00ba86 !important;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #00ba86 !important;
}
.el-checkbox__inner:hover {
  border-color: #00ba86 !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #00ba86 !important;
}
.swier-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}


