select option:disabled {
  font-weight: bold;
}

.uk-notification-message-success {
  background: green;
  color: white;
  font-size: 14px;
}

.uk-notification-message-danger {
  background: red;
  color: white;
  font-size: 14px;
}

.linhaConvertida {
  background: gray;
  color: white;
}

.linhaConvertida ul li a svg {
  color: white;
}

.uk-card p {
  font-size: 19px;
}

.uk-card h3 {
  font-size: 15px;
}

.uk-card-body {
  padding: 10px 15px 10px 15px;
}

.uk-table tbody tr td {
  text-align: left;
}

/* -----------------------------
Switch */

.uk-switch {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 60px;
}

/* Hide default HTML checkbox */
.uk-switch input {
  display: none;
}

/* Slider */
.uk-switch-slider {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: .2s;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Switch pointer */
.uk-switch-slider:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: .2s;
}

/* Slider active color */
input:checked+.uk-switch-slider {
  background-color: #32d296 !important;
}

/* Pointer active animation */
input:checked+.uk-switch-slider:before {
  transform: translateX(26px);
}

.linhaSelecionadaFases {
  background: #f8f8f8;
}

.uk-modal-title {
  color: black !important;
  font-size: 25px !important;
}
.v-spinner{
  text-align: left !important;
}