body {
  font-family: 'Noto Sans Arabic', sans-serif !important;
  padding-bottom: unset !important;
}

div {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

a {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h1 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h3 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

button {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h4 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h2 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

select {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

span {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h6 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

input {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

h5 {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

th {
  font-family: 'Noto Sans Arabic', sans-serif !important;
}

.imagePreview {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.select2-dropdown {
  z-index: 1000000 !important;
}

.st_selcto {
  width: 100% !important;
}

.select2-container {
  width: 100% !important;
}

.imgact {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.containerg {
  width: 80%;
  margin: auto;
}

.image-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.image-preview img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 2px solid #007BFF;
  border-radius: 8px;
}

.remove-btn {
  display: block;
  text-align: center;
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 5px;
}

.remove-btn:hover {
  background-color: #c82333;
}

.bage_file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: green;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}


