  .hidden {
    display:none !important;
  }
  .upload-lb label {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold !important;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .products-uploads-field-type-file_upload label {
    width: 100%;
  }
  .products-uploads-taks-type {
    list-style: none;
    margin:0;
    padding: 0;
  }
  .products-uploads-taks-type li {
    list-style: none;
    margin:0;
    padding: 0;
    display:flex;
  }
  .products-uploads-taks-type li >div {
    flex: 1;
  }
  .products-uploads-taks-type li .products-uploads-fileprogressBar {
    flex: 2;
  }
  .products-uploads-dragandrophandler-container {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .products-uploads-help-text {
    color: #5f6f7a;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 8px 0 0;
  }
  .products-uploads-dragandrophandler{
  align-items: center;
  background: #f8fafc;
  border: 2px dashed #9fb0c0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #526371;
  display: flex;
  justify-content: center;
  min-height: 210px;
  padding: 24px;
  position:relative;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
  }
  .products-uploads-dragandrophandler:hover,
  .products-uploads-dragandrophandler.is-dragover{
    background: #eef8ff;
    border-color: #2271b1;
    box-shadow: 0 10px 30px rgba(34, 113, 177, .12);
  }
  .products-uploads-dragandrophandler.is-dragover{
    transform: translateY(-1px);
  }
  .products-uploads-dragandrophandler-inner {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 520px;
      overflow: hidden;
      text-align: center;
      width: 100%;
  }
  .products-uploads-dragandrophandler-inner:before {
      align-items: center;
      background: #fff;
      border: 1px solid #d8e2eb;
      border-radius: 999px;
      box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
      color: #2271b1;
      content: "\2191";
      display: flex;
      font-size: 30px;
      font-weight: 700;
      height: 64px;
      justify-content: center;
      line-height: 1;
      margin-bottom: 4px;
      width: 64px;
  }
  .products-uploads-dragandrophandler.is-dragover .products-uploads-dragandrophandler-inner:before {
      background: #2271b1;
      border-color: #2271b1;
      color: #fff;
  }
  .products-uploads-drop-progressBar {
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    vertical-align:top;
    flex: 6 !important;
    margin-top: 0px;
    box-sizing: content-box;
    width:100%;
  }
  
  .products-uploads-drop-progressBar div {
    height: auto;
    color: #fff;
    text-align: right;
    line-height: 16px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: rgb(45, 183, 66); 
    border-radius: 3px; 
    font-size: 11px;
  }
  .products-uploads-drop-progressBar.products-uploads-text-error-pro div {
    background-color: #565555;
  }
  .products-uploads-drop-statusbar{
    box-sizing: border-box;
    margin: 10px 0;
    min-height: 70px;
    padding:9px 42px 9px 75px;
    position: relative;
    vertical-align:top;
    width:100%;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  .products-uploads-drop-statusbar >div {
       overflow: hidden;
  }
  .products-uploads-drop-text-error {
    color: red;
    padding-left: 0px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .products-uploads-drop-type_file {
      display: inline-block;
      position: absolute;
      font-size: 12px;
      font-weight: 700;
      line-height: 13px;
      margin-top: 25px;
      padding: 0 4px;
      border-radius: 2px;
      box-shadow: 1px 1px 2px #abc;
      color: #fff;
      background: #0080c8;
      text-transform: uppercase;
      left: 11px;
  }
  .products-uploads-drop-filename
  {
  box-sizing: border-box;
  display:inline-block;
  max-width: calc(100% - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align:top;
  white-space: nowrap;
  word-break: normal;
  font-size: 0.8rem;
  line-height: 1.2;
  }
  .products-uploads-drop-type{
    width: 50px;
    height: 50px;
    background: url(../images/generic.png) no-repeat center center; 
    background-size: 100%;
    position: absolute;
    left: 11px;
  }
  .products-uploads-drop-img {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #ddd;
    left: 11px;
  }
  .products-uploads-drop-preview {
    cursor: zoom-in;
  }
  .products-uploads-drop-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .products-uploads-drop-pdf {
    align-items: center;
    background: #b91c1c;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: 0;
    width: 100%;
  }
  body.products-uploads-lightbox-open {
    overflow: hidden;
  }
  .products-uploads-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, 0.78);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
  }
  .products-uploads-lightbox.is-open {
    display: flex;
  }
  .products-uploads-lightbox-dialog {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    max-height: 92vh;
    max-width: 1100px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .products-uploads-lightbox-dialog .products-uploads-lightbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 6px 0px 18px;
    border-bottom: 1px solid #e5e5e5;
  }
  .products-uploads-lightbox-close {
    align-items: center !important;
    background: #111 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 26px !important;
    height: 36px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    width: 42px !important;
    z-index: 2 !important;
    font-weight: normal !important;
    flex-shrink: 0 !important;
  }
  .products-uploads-lightbox-title {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    min-height: 52px;
    overflow: hidden;
    padding: 16px 18px 14px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .products-uploads-lightbox-content {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    min-height: 260px;
  }
  .products-uploads-lightbox-image {
    display: block;
    max-height: calc(92vh - 52px);
    max-width: 100%;
    object-fit: contain;
  }
  .products-uploads-lightbox-pdf {
    background: #fff;
    border: 0;
    height: calc(92vh - 52px);
    width: 100%;
  }
  @media (max-width: 600px) {
    .products-uploads-lightbox {
      padding: 10px;
    }
    .products-uploads-lightbox-title {
      font-size: 13px;
    }
    .products-uploads-lightbox-dialog {
      max-height: 94vh;
    }
    .products-uploads-lightbox-image,
    .products-uploads-lightbox-pdf {
      max-height: calc(94vh - 52px);
      height: calc(94vh - 52px);
    }
  }
  .products-uploads-drop-filesize
  {
  display:inline-block;
  vertical-align:top;
  color:#30693D;
  margin-left:10px;
  margin-right:5px;
  margin-left: 10px;
  color: #444242;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1.2;
  }
  .products-uploads_file_upload_remove,.products-uploads-drop-abort  {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/remove.png) center no-repeat;
    cursor: pointer;
  }
    .products-uploads_file_upload_remove a {
      text-decoration: none !important;
      display:inline-block;
      background: #f7f7f8 url(../images/trash.png) center no-repeat;
      text-indent: -999999px;
      width: 25px;
      height: 25px;
      border:1px solid #34495e;
    }
      .products-uploads_file_upload_remove a:hover {
        opacity: 0.8;
      }
      .products-uploads-text-browser a {
      background: #2271b1;
      border-radius: 6px;
      box-shadow: 0 8px 16px rgba(34, 113, 177, .2);
      color:#fff !important;
      cursor: pointer;
      display: inline-flex;
      font-size:15px;
      font-weight: 700;
      line-height: 1.2;
      padding: 12px 18px;
      text-align: center;
      text-decoration:none !important;
      transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
      vertical-align: top;
      }
       .products-uploads-text-browser a:hover,
       .products-uploads-text-browser a:focus {
        background: #135e96;
        box-shadow: 0 10px 20px rgba(34, 113, 177, .26);
        outline: none;
        transform: translateY(-1px);
       }
      .products-uploads-text-drop {
          color: #263744;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.35;
          white-space: normal;
      }
      .products-uploads-text-or {
          color: #7a8792;
          font-size: 14px;
          line-height: 1.3;
      }
    .products-uploads-drop-progressBar.products-uploads-text-error{
    border:none;
    color:red;
    }
  @media (max-width: 600px) {
    .products-uploads-dragandrophandler {
      min-height: 180px;
      padding: 20px 16px;
    }
    .products-uploads-dragandrophandler-inner:before {
      height: 54px;
      width: 54px;
      font-size: 26px;
    }
    .products-uploads-text-drop {
      font-size: 16px;
    }
    .products-uploads-text-browser a {
      width: 100%;
      justify-content: center;
    }
    .products-uploads-drop-statusbar {
      padding-right: 34px;
    }
    .products-uploads-drop-filename {
      display: block;
      max-width: 100%;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
    }
    .products-uploads-drop-filesize {
      display: block;
      margin-left: 0;
      margin-top: 2px;
    }
  }
