.img-fluid.circle.avatar {
  object-fit: cover;
}

.nice-select .list {
  max-height: 30vh;
  overflow: auto;
}

.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e7edf1 !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
  border-color: #0264d6 !important;
}

.hero-search-content .select2-container--default .select2-selection--single {
  border: none !important;
}

.hero-search-content .select2-selection__rendered {
  padding-left: 2rem !important;
}

.dashboard-content .jbs-list-head-thunner {
  max-width: 400px;
  width: 400px;
}

.select2-container--open{
    z-index: 1060;
}

.dashboard-nav .jbs-tiosk-title{
    width: 200px;
    word-break: break-all;
}