textarea {
  min-height: 120px !important;
}

.select2-container {
  width: -webkit-fill-available !important;
}
.select2-container.select2-container--bootstrap-5.select2-container--open {
  z-index: 9 !important;
  border-radius: 0;
}
.select2-container .select2-selection {
  color: #283c50;
  font-size: 13px;
  padding-bottom: 0;
  border-color: #e5e7eb;
  min-height: calc(2.5em + 0.75rem + 2px);
}
.select2-container .select2-selection--single {
  background-size: 15px 8px;
  padding: 0.475rem 2.25rem 0.375rem 0.75rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  /* color: #283c50; */
  /* padding: 5px; */
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /* font-weight: 500; */
  font-size: 15px;
}
.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #e5e7eb;
}
.select2-container .select2-dropdown {
  z-index: 999999;
  color: #283c50;
  border-color: #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  color: #283c50;
  /* font-size: 13px; */
  padding: 10px 25px;
  font-weight: 500;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  color: var(--primary-color);
  background-color: rgba(84, 133, 228, 0.075);
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  color: #283c50;
  /* font-size: 13px; */
  border-color: #e5e7eb;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
  color: #283c50;
  /* font-size: 13px; */
  font-weight: 600;
  padding: 8px 30px 8px 15px;
  border-color: #e5e7eb;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  right: 5px;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  position: absolute;
}
.select2-container .select2-selection--multiple .select2-search {
  height: 0;
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field {
  height: 0;
}
.select-wd-sm .select2-container {
  width: 50px !important;
}
.select-wd-md .select2-container {
  width: 125px !important;
}
.select-wd-lg .select2-container {
  width: 225px !important;
}
.select-wd-xl .select2-container {
  width: 350px !important;
}
.select-wd-xxl .select2-container {
  width: 500px !important;
}
body .select2-selection.select2-selection--single {
  padding: 13px 16px;
  /* height: calc(3.5rem + calc(var(--bs-border-width) * 2)); */
  /* min-height: calc(3.5rem + calc(var(--bs-border-width) * 2)); */
  height: 47px;
  min-height: auto !important;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid var(--gray-100);
}
.select2-container .selection {
  width: 100%;
}
.custom-file-control {
  padding: 14px 16px !important;
}
.note-btn.btn {
  /* color: inherit !important; */
}
.note-btn.btn:hover {
  /* color: #fff !important; */
}

.js-summernote {
  display: none;
}
.note-form-label {
  display: block;
  margin-top: 1rem;
}

.avatar-image,
.avatar-text {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #dcdee4;
}
.img-group .avatar-text {
  overflow: hidden;
  margin-left: -10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.avatar-md {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.avatar-md * {
  font-size: 12px;
}

.text-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dt-column-title {
  white-space: nowrap;
}
.min-height-45 {
  min-height: 45px;
}
.bg-evo {
  background-color: #7407c3 !important;
}
.text-evo {
  color: #7407c3;
}

.attachment-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.attachment-wrapper a {
  display: inline-block;
}

.attachment-wrapper img {
  width: 100px;
  height: 100px;
}

.btn-evo {
  color: #fff;
  background-color: #7407c3 !important;
  border-color: #7407c3 !important;
}
.btn-evo:hover {
  color: #eaeaea;
  border-color: #7407c3 !important;
}
.mw-500-elypsis {
}
.w-h-100px {
  width: 100px !important;
  height: 100px !important;
}
.js-get-message-count:empty {
  display: none;
}
td .btn,
td .alert {
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
td .ph {
  display: none;
}
table .rounded-pill {
  width: 100%;
  text-align: center;
}
.evo-badge {
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

#studentSelector+.select2-container .select2-selection.select2-selection--single {
  border: 2px solid #6c00ba;
  background-color: #6c00ba;
  color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

#studentSelector+.select2-container .select2-selection__rendered {
  color: white;
}

#studentSelector+.select2-container .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}

#studentSelector {
  background-color: #6c00ba;
  color: white;
}