.blue-text {
    color: blue;
    border: none;
    outline: none;
    resize: none;
    
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 5px;
  }
  
  .no-border {
    border: none !important;
  }

  .form-select-sm {
    width: auto;
    min-width: 60px;
  }
  .form-control-plaintext {
    outline: none;
    resize: vertical;
  }
  .form-select.h-100 {
    height: 100% !important;
  }
  .form-control, .form-control-plaintext {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .row {
    margin-bottom: 0.5rem;
  }

.table-secondary.text-muted td {
    text-decoration: line-through;
}

.btn-secondary:disabled {
    cursor: not-allowed;
}

.btn-xs {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

