.genel{
   
    margin-left: 350px;
    padding:20px;
     width: calc(100% - 350px);
   
       position:relative; 
       overflow-x:hidden;
   }
   .searchİnput{
    width:70%;
   }
   @media (max-width: 1100px) {
    .genel{
        margin-left: 0;
        width:100%;
    }

   }
   @media (max-width: 711px) {
    .topRight {
      flex-direction: column !important;
      align-items: center !important;
      gap: 0.5rem !important;
    }
  
    .leftTopBtn {
      flex-direction: column !important;
      align-items: center !important;
      width: 100%;
      gap: 0.5rem !important;
    }
  
    .searchİnput,
    #uyeTipi {
      width: 90% !important;
      font-size: 13px;
      height: 36px;
    }
    .searchBtn {
        margin: 0 auto !important;
        text-align: center;
      }
    .searchBtn,
    .btn-outline-primary,
    .kisiEkle {
      width: 90% !important;
      font-size: 13px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .kisiEkle {
      font-size: 13px;
    }
  }
  .table-wrapper {
    overflow-x: auto;
    background-color: white;
    border: 1px solid #dee2e6;
    padding: 5px;
  }
  
  .table td, .table th {
    font-size: 12px;
    padding: 6px 8px;
    vertical-align: middle;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .truncate {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
 
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  z-index: 1000;
  min-width: 10rem;
}

.dropdown-submenu.show .submenu {
  display: block;
}

.btn.active {
  background-color: #d4a444 !important;
  color: #000 !important;
  font-weight: bold;
  border-color: #d4a444 !important;
}