.contact-number {
  font-size: 40px; /* tăng kích thước số điện thoại */
  font-weight: bold;
  height: 160px;
}

.bootbox .bootbox-body {
  font-size: 28px; /* tăng nội dung */
}

.bootbox .modal-title {
  font-size: 20px; /* tăng tiêu đề */
  font-weight: bold;
}

.bootbox .modal-footer .btn {
  font-size: 16px; /* tăng chữ nút */
}

select.select2 {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.badge-clickable {
  cursor: pointer;
}

.summary-badge {
  min-width: 150px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 6px 10px;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  transition: right 0.3s ease-in-out;
  z-index: 1060;
}

.offcanvas.show {
  right: 0;
}

input[data-toggle="toggle"] {
  display: none;
}

table.dataTable tbody td.multiline {
  white-space: pre-line;
  word-break: break-word;
}

.select2-selection__choice {
    float: left !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
}