#bsm-categories .modal-content {
  border-radius: 16px;
}

#bsm-categories .modal-header {
  padding: 40px 40px 36px 40px;
  z-index: 1;
}

#bsm-categories .modal-header .btn-close {
  margin: -8px auto -8px 0;
}

#bsm-categories .modal-header > div {
  margin-bottom: 20px;
}

#bsm-categories .modal-header #bsm-categories-label {
  color:       #1C222E;
  font-size:   24px;
  font-weight: 900;
  line-height: 24px;
}

#bsm-categories .modal-body {
  background: #F5F5F5;
  padding:    0;
  position:   relative;
}

#cats-search-text {
  border:        2px solid #7155C6;
  border-radius: 0 8px 8px 0;
  transition:    none;
}

#cats-search-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:   #6A7998;
  opacity: 1; /* Firefox */
}

#cats-search-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #6A7998;
}

#cats-search-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6A7998;
}

#cats-search-button {
  border-radius: 8px 0 0 8px;
}

#cats-search-button svg {
  transform: scaleX(-1);
}

#cats-content-wrapper {
  max-height: 60vh;
  min-height: 60vh;
  overflow-y: auto;
}

#cats-category-items > tbody {
  border: none !important;
  margin: 6px;
}

#cats-category-items > tbody tr.category-item {
  background:     #FFFFFF;
  border-radius:  8px;
  cursor:         pointer;
  display:        inherit;
  flex:           1 0 auto;
  flex-direction: column;
  margin:         8px;
  width:          200px;
}

#cats-category-items > tbody tr.category-item > td:first-child {
  background-size:         200px !important;
  border-top-left-radius:  8px   !important;
  border-top-right-radius: 8px   !important;
  display:                 inherit;
  min-height:              200px;
  padding:                 0;
  width:                   100%;
}

#cats-category-items > tbody tr.category-item > td:first-child img {
  background:    #FFFFFF;
  border-radius: 8px 8px 0 0;
  height:        200px;
  object-fit:    cover;
  width:         100%;
}

#cats-category-items > tbody tr.category-item > td .btn.btn-link {
  border:      none;
  padding-top: 10px;
  text-align:  start;
}

#cats-category-items > tbody tr.category-item > td .btn.btn-link > a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display:            -webkit-box;
  height:             40px;
  overflow:           hidden;
  text-overflow:      ellipsis;
}

#cats-content-status {
  position: relative;
}

#cats-content-status.error::before {
  content:    'فشل عرض الفئات. حاول إعادة تحميل الصفحة لاحقًا!';
  position:   absolute;
  text-align: center;
  top:        20px;
  width:      100%;
}

#cats-content-status.loading::before {
  background:      url('../../assets/images/preloader.svg') 0 0 no-repeat;
  background-size: 200px;
  content:         '';
  height:          200px;
  left:            calc(50% - 100px);
  position:        absolute;
  top:             20px;
  width:           200px;
}

#cats-content-status.nothing-to-display::before {
  content:    'لا توجد فئات لعرضها.';
  position:   absolute;
  text-align: center;
  top:        20px;
  width:      100%;
}

#cats-pagination-container {
  min-height: 32px;
}