.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;
  line-height: 1.5;
}

/* Wrap selected text in all single Select2 boxes */
.select2-container--default .select2-selection--single {
  height: auto;
  min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  padding-top: 6px;
  padding-bottom: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}


  
