  .hidden {
    display: none !important;
  }

  .checkout-uploads-field-type-file_upload label {
    width: 100%;
  }

  .checkout-uploads-taks-type {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .checkout-uploads-taks-type li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .checkout-uploads-taks-type li>div {
    flex: 1;
  }

  .checkout-uploads-taks-type li .checkout-uploads-fileprogressBar {
    flex: 2;
  }

  .checkout-uploads-dragandrophandler-container {
    width: 100%;
  }

  .checkout-block-uploads-handler {
    display: block;
    margin: 10px;
    border: 2px dashed rgb(146, 170, 176);
    padding: 20px;
    box-sizing: border-box;
    max-width: calc(100% - 20px);
    min-height: 150px;
    height: auto;
    overflow: hidden;
  }

  .checkout-file-upload-block-wrapper h3 {
    padding-left: 16px;
  }

  .checkout-uploads-dragandrophandler,
  .checkout-block-uploads-handler {
    border: 2px dashed #92AAB0;
    width: 100%;
    height: 200px;
    color: #92AAB0;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    font-size: 200%;
    position: relative;
  }

  .checkout-uploads-dragandrophandler-inner {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
    padding-top: 15px;
  }

  .checkout-uploads-drop-progressBar {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    flex: 6 !important;
    margin-left: 65px;
    box-sizing: content-box;
    width: calc(100% - 65px);
    background-color: #f1f1f1;
    min-height: 20px;
  }

  .checkout-uploads-drop-progressBar div {
    height: 20px;
    color: #fff;
    text-align: right;
    line-height: 20px;
    /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #4caf50;
    border-radius: 3px;
    font-size: 11px;
    padding-right: 5px;
  }

  .checkout-uploads-drop-progressBar.checkout-uploads-text-error-pro div {
    background-color: #565555;
  }

  .checkout-uploads-drop-statusbar {
    width: 100%;
    padding: 10px 10px 0px 10px;
    vertical-align: top;
    margin: 10px 0;
    position: relative;
  }

  .checkout-uploads-drop-statusbar>div {
    overflow: hidden;
  }

  .checkout-uploads-drop-text-error {
    color: red;
    padding-left: 10px !important;
  }

  .checkout-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;
  }

  .checkout-uploads-drop-filename {
    display: inline-block;
    vertical-align: top;
    margin-left: 65px;
  }

  .checkout-uploads-drop-type {
    width: 50px;
    height: 50px;
    background: url(../images/generic.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
  }

  .checkout-uploads-drop-img {
    width: 50px;
    height: 50px;
    position: absolute;
  }

  .checkout-uploads-drop-img img {
    width: 100%;
    height: 100%;
  }

  .checkout-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;
  }

  .checkout-uploads_file_upload_remove,
  .checkout-block-uploads-remove,
  .checkout-uploads-drop-abort {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/remove.png) center no-repeat;
    cursor: pointer;
  }

  .checkout-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;
  }

  .checkout-uploads_file_upload_remove a:hover {
    opacity: 0.8;
  }

  .checkout-uploads-text-browser a,
  .checkout-uploads-text-browser .browser-trigger {
    display: inline-block;
    background: #6381E6;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 18px;
  }

  .checkout-uploads-text-browser a:hover {
    opacity: 0.8;
  }

  .checkout-uploads-text-drop {
    font-size: 35px;
    font-weight: bold;
  }

  .checkout-uploads-drop-progressBar.checkout-uploads-text-error {
    border: none;
    color: red;
  }

  .wc-block-components-order-meta .checkout-uploads-text-drop {
    font-size: 26px;
  }

  .wc-block-components-order-meta .checkout-uploads-text-browser .browser-trigger {
    padding: 3px 20px;
  }