.isotope-container { 
    max-width: 1920px !important;
}
.retailer-container {
    max-width: 1000px;
    max-height: 1000px;
    overflow: scroll;
  }

.retailer-table thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
  }
  
  .retailer-table tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
    box-shadow: 1px 0 0 0 #ccc;
    z-index: 10;
  }

  .retailer-table thead th:first-child {
    left: 0;
    z-index: 1;
  } 

  .retailer-table thead th {
    background: #000;
    color: #FFF;
    z-index: 1;
  }
  
  .retailer-table {
    border-collapse: collapse;
    table-layout: fixed;
  }

  .retailer-table-data {
    width: 95%;
    height: 95%;
    overflow: hidden;
    cursor: pointer;
  }
  
  .retailer-table td, th {
    padding: 0.5em;
    width: 200px;
    overflow: hidden;
    position: relative;
  }

  .retailer-table tr {
    max-height: 200px;
    display: inline-flex;
  }

  .retailer-table-highlight {
    background-color: yellow !important;
    color: black;
    font-weight: bold;
  }

  .retailer-edit-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
  }

  .retailer-cell-edit {
    width: 100%;
    height: 100%;
  }

  .success-cloud-checkmark,
  .error-cloud-checkmark {
    position: absolute;
    top: 3px;
    right: 3px;
  }

  .success-cloud-checkmark {
    color: green;
  }

  .error-cloud-checkmark {
    color: red;
  }

  .modal-content {
    height: 90%;
  }

  .gpt-icon-image {
    width: 40px;
    height: auto;
    cursor: pointer;
  }

  .modal-footer {
    justify-content: space-between !important;
  }

  .loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }

  .gpt-waiting {
    background: rgba(0, 0, 0, .25);
  }

  .plytix-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .plytix-data-overflow-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    height: 100%;
    column-fill: auto;
  }

  #plytix-offcanvas {
    width: 33.333%;
  }

  .upload-container {
    display: none;
  }