/* ---------------------------------------------- /*
 * таблица Дни Рождения
/* ---------------------------------------------- */

.dr-container {
width: 50%;
height: 50%;
margin-left: auto;
margin-right: auto;
}
.table {
  --bs-table-bg: transparent;
}
.bg-custom {
  background: url('/DR/IMAGE/blossom-flowers.jpg') no-repeat center center/cover;
  opacity: 1.0;
}