
   
    /*advance texbox css start*/
          .container {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mirrored-text {
      display: flex;
      align-items: center;
      font-weight: bold;
      cursor: pointer; /* Add cursor pointer to mirrored text */
    }
    .plus-icon {
      margin-left: 5px;
      cursor: pointer;
      color: blue;
      display: none; /* Initially hidden */
    }
    .plus-icon:hover {
      color: darkblue;
    }
    .array-container {
      margin-top: 20px;
    }
    .array-item {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .minus-icon {
      cursor: pointer;
      color: red;
    }
    .minus-icon:hover {
      color: darkred;
    }
    /*advance textbox css end*/
  
  

    
    
    .metaPopupDivOuter {
    background-color: #c08181;
    color: white;
}
.metaPopupDivOuter {
    position: absolute;
    top: 33%;
    width: 39%;
    left: 27%;
    height: 31%;
    border-radius: 12px;
}
select#productSelect {
    margin-left: 52px;
    margin-top: 23px;
    width: 398px;
}
.metaPopupDivInner label {
    display: flex;
    justify-content: space-around;
    font-size: 25px;
    margin-top: 13px;
}
input.metapopuptb {
    text-align: center;
    display: flex;
    margin-left: 34%;
    margin-top: 20px;
}


                 .productimport:hover {
                    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
                    transform: translateY(-2px);
                }
                 .productimport:active{
                    box-shadow: inset 0px 3px 7px #3c4fe0;
                    transform: translateY(2px);
                }
     #ProductExport-progress-container {
    width: 100%;
    background-color: #ccc;
    margin: 27px auto;
    max-width: 700px;
    border-radius: 6px;
    display:none;
    }

  #ProductExport-progress-bar {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background-image: linear-gradient(to right, #7cdb90 0%, #118540 50%, #3eab3e 50%, #90b690 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s;
    width: 0;
    border-radius: 6px;
}

  #ProductImport-progress-container {
    width: 100%;
    background-color: #ccc;
    margin: 0 auto;
    max-width: 700px;
    border-radius: 6px;
    display:none;
}

  #ProductImport-progress-bar {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background-image: linear-gradient(to right, #7cdb90 0%, #118540 50%, #3eab3e 50%, #90b690 100%);
    background-size: 200% 100%;
    transition: background-position 0.5s;
    width: 0;
    border-radius: 6px;
}
                
    
