.head-decor{
  width: 100%;
}
.scroll-menu {
 padding: 10px 0px;
}
.filter-menu-item.show {
  display: block;
  opacity: 1;
}

.filter-menu-item{
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none; 
}

#subtitle br {
  display: block;
  margin-top: 8px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  direction: rtl; 
}

.my-table {
  width: 100%;
  min-width: 600px; 
  border-collapse: collapse;
}

thead tr:first-child th:first-child {
  border-start-start-radius: 12px;
}
thead tr:first-child th:last-child {
  border-start-end-radius: 12px;
}
tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.my-table th,
.my-table td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap; 
}
table thead th {
    min-width: 140px !important; 
    height: 40px;
    background-color: rgba(56, 66, 80, 1);
    color:white !important;
}
/* table, th, td {
  border: 1px solid transparent; 
} */

tbody{
  border: 1px solid rgba(255, 255, 255, 0.1);
}
tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

tbody td {
    height: 35px;
}

.mix-row{
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 991px) {
.head-decor{
  width: 100%;
   height: 80px;
  object-fit: cover;
}

.scroll-menu {
  overflow: scroll;
}
.filter-menu-container{
  flex-direction: row;
  width: max-content;
}
}

