.main-card {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #cccccc;
}

input[readonly],
textarea[readonly],
select[readonly] {
  background-color: #e9e9e9ff !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  user-select: none !important;
}

.alert {
  font-size: 14px !important;
}

table {
  width: 100% !important;
}

.datatable thead th,
.datatable thead td {
  background-color: #f7f7f7ff !important;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #000000;
  font-weight: 500;
}

/* Remove duplicate right borders */
.datatable thead th:not(:last-child),
.datatable thead td:not(:last-child) {
  border-right: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url("data:image/svg+xml;utf8,<svg fill='black' height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M4 6l4 4 4-4z'/></svg>")
    no-repeat right 0.75rem center/1rem;
  padding-right: 2rem; /* space for the arrow */
}
