button {
  white-space: nowrap !important;
}

td {
  white-space: nowrap !important;
}
form {
  gap: 16px;
}
.la-ellipsis-v {
  display: none !important;
}
#successAlert {
  display: none;
}
#errorAlert {
  display: none;
}
.pageination {
  background: #736dff94;
  color: white;
  padding: 8px;
  font-size: 17px;
  margin-left: 5px;
  border: none;
  border-radius: 5px;
}
.actor_warpp,
.actor_warpp_2,
.actor_warpp_3 {
  background: rgb(245 245 245 / 47%);
  width: 50%;
  padding: 10px;
  border-radius: 5px;
}
.notfound,
.notfound_2,
.notFound_3 {
  display: none;
  align-items: center;
}
.actor_list,
.actor_list_2,
.actor_list_3 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 5px;
}

.actor_list img,
.actor_list_2 img,
.actor_list_3 img {
  border-radius: 50%;
  width: 50px;
}
.figuer {
  border: 1px solid;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.figuer img {
  margin-bottom: 5px;
  border: none;
}
#cast_warp {
  background: #ebefff;
  border-radius: 5px;
  padding: 10px;
}
