* {
  box-sizing: border-box;
}/*

.fileinput__input {
  display: none;
}

.fileinput__button {

    line-height: 1.5em;
    padding: 5px;
    border: 1px solid;
   
    color: #535252;
  
    border-color: #808080;
    background-color: #fff;
   
    width: 206px;
    cursor: pointer;

    margin: 10px;
    margin-left: 20px;
}

.fileinput__status-text {
  transition: 0.2s ease-out;
  font-size: 20px;
  line-height: 1.5em;
  padding: 15px;
  border: 2px solid;
  color: #444;
  min-height: 64px;
  border: none;
  font-size: 15px;
  line-height: 2em;
  width: 500px;
  white-space: nowrap;
  float: right;
  overflow: hidden;

}*/


.uploading-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #f1f3f7;
    margin-bottom: 30px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    padding-top: 10px;
}

    .uploading-outer .uploadButton {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 14px;
    }

.uploadButton .uploadButton-input {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    height: 0;
    width: 0;
    display: none;
}

.uploadButton .uploadButton-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
 /*   height: 120px;*/
    width: 240px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    color: #1b2032;
    font-size: 16px;
    border: 2px dashed #ced4e1;
}

  /*  .uploadButton .uploadButton-button:before {
        font-family: "Flaticon";
        content: "\f15c";
        color: #9fa9b8;
        font-size: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }*/

.uploadButton .uploadButton-file-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    padding-left: 18px;
    min-height: 36px;
    top: 1px;
    position: relative;
    color: #1b2032;
    background-color: transparent;
    overflow: hidden;
    line-height: 22px;
}