.ya input.form-control {
  border: 0;
  width: 80px;
  border-radius: 8px;
  height: 32px; }
.ya .group-rules {
  background-color: rgba(176, 189, 214, 0.2);
  padding: 7px 14px 9px;
  border-radius: 8px;
  color: rgba(0, 12, 36, 0.7); }
.ya .op {
  font-size: 0.9rem;
  line-height: 1;
  color: rgba(176, 189, 214, 0.9); }
.ya .period {
  color: rgba(71, 90, 128, 0.5); }
.ya .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffcc00;
  border: none !important; }
.ya .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.ya .custom-control-label::before {
  background-color: rgba(176, 189, 214, 0.3);
  border: none !important; }
.ya .btn-default {
  background-color: rgba(176, 189, 214, 0.2);
  border-radius: 8px; }
.ya .btn-plus {
  height: 32px;
  line-height: 1;
  color: rgba(176, 189, 214, 0.9); }
.ya .btn-times {
  height: 32px;
  line-height: 1;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  color: rgba(176, 189, 214, 0.4) !important;
  border: 0;
  vertical-align: middle; }
.ya .btn-state-ON {
  color: #38c172; }
.ya .btn-state-OFF {
  color: rgba(176, 189, 214, 0.9); }
.ya .rule-form .custom-select {
  border: 0;
  border-radius: 8px;
  height: 32px;
  background: #fff !important;
  padding: 0.375rem 0.75rem; }
