#gridContainer1 .dx-header-row td {
    background-color: #003C55;
    color: white;
    font-size: 13px;
    text-align: left !important;
  }
  
  #gridContainer1 tr:nth-child(even) {
    background-color: #eceff4;
  }
  
  #gridContainer1 tr:nth-child(odd) {
    background-color: #fff;
  }

  #gridContainer1{
    padding: 10px;
    border: 1px solid #ddd;
    background-color: white;
  }
  
  .color999 {
    color: #999 !important;
    padding-left: 8px;
    padding-top: 8px;
  }
  
  .dx-datagrid-header-panel .dx-toolbar {
    margin-top: 5px;
  }
  
  .dx-toolbar .dx-toolbar-after {
    padding-right: 8px;
  }
  
  .btn-group-xs>.btn, .btn-xs {
    border-radius: 10px !important;
  }
  
  .dx-link-delete {
    color: #f26522 !important;
  }
  
  .dx-link-edit {
    color: #003C55 !important;
  }
  
  .dx-icon-close {
    color: white !important;
  }
  
  .switch-group .btn-success {
    background-color: #6ca62b !important;
    outline-color: #6ca62b !important;
    --bs-btn-border-color: none !important;
    --bs-btn-active-border-color: none !important;
    --bs-btn-disabled-border-color: none !important;
    --bs-btn-bg: none !important;
    border: 0px solid#6ca62b !important;
  
  }
  
  .dx-popup-bottom {
    background-color: gainsboro !important;
    border: 1px solid gainsboro !important;
    box-shadow: none !important;
  }
  
  .dx-button-mode-contained {
    color: white !important;
  }
  
  .save-button-popup {
    background-color: #6ca62b !important;
  }
  
  .cancel-button-popup {
    background-color: #f26522 !important;
  }
  
  .class-name {
    background-color: red !important;
  }
  
  .max-width-sections {
    max-width: 100% !important;
  }
  
  .btn-success {
    margin-right: 1% !important;
    background-color: #6ca62b !important;
    border: 1px solid #6ca62b !important;
    color: white;
  } 
  
  .btn-warning {
    background-color: #f26522 !important;
    border: 1px solid #f26522 !important;
    color: white !important;
  }
  
  .middle-outer-div-brands {
    width: 100% !important;
  }
  
  .max-width-section-brands {
    width: auto !important;
  }
  
  .padding-products {
    margin-top: 30px;
  }
  
  .stick-to-bottom {
    margin-top: 20px;
  }
  
  .space-provide {
    width: 100%;
    height: 70px;
  }
  
  .margin-top-product {
    margin-top: 22px;
  }
  
  .width-success {
    width: 100px;
  }
 
  .g-3, .gy-3 {
    --bs-gutter-y: 28px;
  }
  
  .form-control.plan, .form-select.plan {
    border-radius: 5px !important;
    font-size: 14px !important;
  }