.fi-sidebar-nav-groups {
  gap: 0.2rem !important; /* أو 1rem حسب اللي يناسبك */
}

.fi-logo {
  min-height: 95% !important;
  /*height: 70px!important;*/
}

textarea.cke_source {
  color: #000000 !important;
}

.fi-dropdown-panel.fls-dropdown-width {
  max-width: 200px !important;
}

.custom-badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-inline-end: 5px;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 10px !important;
}

.badge-blue {
  background-color: #1d4ed8;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.badge-green {
  background-color: #28a745;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.badge-orange {
  background-color: #fd7e14;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.badge-red {
  background-color: #dc3545;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.form-actions-right {
  background-color: red;
  display: flex !important;
  justify-content: flex-end !important;
  width: 100%;
}

.form-actions-left {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: red;
}

.form-actions-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.custom-action-wrapper {
  display: flex;
  background-color: red;
  /*justify-content: flex-end; !* أو flex-start حسب اللغة *!*/
}

.gallery_container {
  display: block;
  min-height: 50vh;
}

.gallery_container .select_all {
  display: block;
  margin-bottom: 8px;
}

.deleteSelected {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 8px;
}

.gallery_div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery_div_photo {
  width: calc(25% - 12px);
  position: relative;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
}

.__img {
  height: 130px;
  max-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
}

.__img img.NeedStyle {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.__allowMultipleDelete,
.__deleteAction {
  position: absolute;
  top: 6px;
  z-index: 10;
}

.__allowMultipleDelete {
  right: 6px;
}

.__deleteAction {
  left: 6px;
}

.__deleteAction .btn {
  font-size: 12px !important;
  padding: 2px !important;
  border-radius: 5px !important;
  border: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  cursor: pointer;
  outline: none;
}

.col_SiteMapCard {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col_SiteMapCard .card {
  flex: 1 1 calc(25% - 20px); /* 4 كروت في الصف */
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  max-width: calc(25% - 20px);
}

.col_SiteMapCard .card h3 {
  margin: 0 0 10px;
  color: #eea236;
  font-weight: bold;
}

.col_SiteMapCard .card p {
  color: #666;
}

.col_SiteMapCard .updated_at {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  min-height: 10px;
}

/*@media (max-width: 768px) {*/
/*  .col_SiteMapCard .card {*/
/*    flex: 1 1 calc(50% - 20px); !* كرتين في الصف على الشاشات الصغيرة *!*/
/*  }*/
/*}*/
/*@media (max-width: 480px) {*/
/*  .col_SiteMapCard .card {*/
/*    flex: 1 1 100%; !* كرت واحد في الصف على الموبايل *!*/
/*  }*/
/*}*/
.LanguageAuditDiv {
  background-color:  rgba(0,0,0,.7);
  direction: ltr!important;

  padding-left: 50px!important;
}