.e-row{
    margin-inline-start: 1%;
    margin-top: 20px;
}

.e-section-card{
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 132px;
    text-decoration: none;
    color: var(--color-main);
}

.e-card-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #bb966117;
}

.e-card-icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.e-social-card{
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 196px;
    text-decoration: none;
    color: var(--color-main);
}

.e-social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 48px;
    min-height: 48px;
    border-radius: 100%;
    background-color: #4d545f;
}


.e-card-button {
    width: 40px;
    height: 40px;
    background-color: #4d545f;
    color: #ffffff;
    border-radius: 4px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}





.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;
  }

  .e-anchor {
    text-decoration: none;
    color: var(--color-main);
  }

  .e-row-content {
    margin-top: 1%;
    background-color: var(--bg-section-news);
    padding: 25px 2%;
}

.e-row-content-title {
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-color: #BB9661;
    margin-bottom: 15px;
}

.e-card-conltans {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
 .e-card-conltans h6 {
    z-index: 1000;
    margin-top:10px;
    color:white !important; 
 }
.e-card-conltans img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.e-card-conltans::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.e-card-conltans p {
    position: relative;
    z-index: 3;
    color: white;

}

.e-card-conltans .e-card-button {
    position: relative;
    z-index: 3;
    margin-bottom: 16px;
}
