.narrow-column {
  width: 1%;
  white-space: nowrap;
}

.narrow-table {
  font-size: 10px;
}

.narrow-table th,
.narrow-table td {
  padding: 4px 4px;
}

.narrow-table th {
  font-size: 10px;
}

.narrow-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.text-primary  {
  color: #1CABE2 !important;
}

.bg-primary {
  background-color: #1CABE2 !important;
  /* background-color: #FF0000 !important; */
}
.btn-primary {
  background-color: #1CABE2 !important;
  border-color:#1CABE2 !important;
}

.border-primary {
  border-color: #1CABE2 !important;
}

.table-wrapper {
  overflow: auto;
}

/* Select container */
.select2-container {
  width: 100% !important;
  box-sizing: border-box; /* Optional based on your layout requirements */
  line-height: 1.5;
}