.size_table {
  font-size: 0.85rem;
}

.color_form {
  color: #fff !important;
}

.bg-gradient-custom {
  background-color: #d600f298;
  background-image: linear-gradient(135deg, rgb(176, 47, 202) 0%, rgba(104, 22, 111, 0.596) 100%);
}

.btn-barra {
  color: #fff;
  background-color: #c52fca;
  border-color: #b02fca;
}
.btn-barra:hover {
  color: #fff;
  background-color: #811896;
  border-color: #7d1896;
}
.btn-barra:focus, .btn-barra.focus {
  color: #fff;
  background-color: #8b1896;
  border-color: #a828c2;
  box-shadow: 0 0 0 0.2rem rgba(125, 24, 150, 0.5);
}
.btn-barra.disabled, .btn-barra:disabled {
  color: #fff;
  background-color: #ab2fca;
  border-color: #b02fca;
}
.btn-barra:not(:disabled):not(.disabled):active, .btn-barra:not(:disabled):not(.disabled).active, .show > .btn-barra.dropdown-toggle {
  color: #fff;
  background-color: #871896;
  border-color: #b028c2;
}
.btn-barra:not(:disabled):not(.disabled):active:focus, .btn-barra:not(:disabled):not(.disabled).active:focus, .show > .btn-barra.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 24, 150, 0.5);
}
.color_icon {
  color: #fff;
}
.color_icon_delete {
  color: rgb(255, 0, 0);
}
.color_icon_file {
  color: rgb(0, 97, 242);
}

.color_icon_range_minus {
  color: rgb(255, 0, 0);
}

.custom-control-input:focus~.custom-control-label::before {
  border-color: rgb(194, 143, 209) !important;
  box-shadow: 0 0 0 0.2rem rgba(143 209 158, 0.25) !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: rgb(204, 143, 209) !important;
  background-color: rgb(190, 143, 209) !important;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: rgb(147, 143, 209) !important;
  border-color: rgb(198, 143, 209) !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(188, 143, 209) !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: rgb(198, 143, 209) !important;
  border-color: rgb(201, 143, 209) !important;
}

.card-waves .card-body .recommendation {
  background-image: none;
}

.text-green-70 {
  color: rgba(0, 172, 105, 0.7) !important;
}

.text-red-70 {
  color: rgba(232, 21, 0, 0.7) !important;
}

/*****************************************************************************************************/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #216bf3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.wizard-step-icon-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
  border-radius: 0.35rem;
  background-color: #595c61;
  color: white;
}

.wizard-step-text-name-custom {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #595c61;
}

.card-header-custom {
  padding: 0rem 0rem;
  margin-bottom: 0;
  background-color: rgba(33, 40, 50, 0.03);
  border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.iconoSvgVentas{
  filter: grayscale(80%) opacity(20%);
}


