
  .bg-grey{
    color:black;
  }
  .side-panel {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    z-index:99;
    right: 0;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: width 0.3s ease;
  }

  .rm-dark .side-panel {
    background-color: #30353c;
  }
  .rm-dark .master-controls {
    background-color: #30353c;
  }
  .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #eee;
  }

  .panel-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }

  .toggle-button {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
  }

  .toggle-button:hover {
    background-color: #f5f5f5;
  }

  .master-controls {
    padding: 16px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
  }

  .master-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 12px;
  }

 

  .platform-item {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
  }

  .platform-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .platform-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .platform-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }

  .platform-controls {
    display: flex;
    gap: 8px;
    margin-top: 8px;
  }

  .control-button {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    gap: 4px;
    transition: all 0.2s ease;
  }

  .control-button:hover {
    opacity: 0.9;
  }

  .active-button {
    background-color: #e6f4ea;
    color: #1e7e34;
  }

  .inactive-button {
    background-color: #feeced;
    color: #dc3545;
  }

  .busy-button {
    background-color: #fff3e0;
    color: #f57c00;
  }

  .available-button {
    background-color: #e3f2fd;
    color: #1976d2;
  }


  .platform-header img {
  height:40px !important;
  width:40px !important;
  object-fit:contain;
  }
  .stok-column {
    background-color: #fff9c4 !important; /* örnek: soluk sarı */
  }