.file-uploader {
    background-color: #dbefe9;
    border-radius: 3px;
    color: #242424;
}
.file-uploader__message-area {
    font-size: 18px;
    /* padding: 1em; */
    text-align: center;
    color: #377a65;
}
.file-list {
    
    /* font-size: 16px; */
}
.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-list li {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    background-color: #fff;
    padding-left: 10px;
    border: none;
    overflow: hidden;
    border-radius:10px;
}
.removal-button {
    /* width: 5%; */
    width:21px !important;
    height:21px !important;
    border: none;
    background-color: #d65d38;
    color: white;
    border-radius:10px;
}
.removal-button::before {
    content: "X";
}
.removal-button:focus {
    outline: 0;
}
.file-chooser {
    /* padding: 1em; */
    transition: background-color 1s, height 1s;
}
.file-chooser p {
    font-size: 18px;
    padding-top: 1em;
}
.file-uploader {
    max-width: 400px;
    height: auto;
    margin: 2em auto;
}
.file-uploader * {
    display: block;
}
.file-uploader input[type="submit"] {
    margin-top: 2em;
    float: right;
}
.file-list {
    margin: 0 auto;
    max-width: 90%;
}
.file-list__name {
    max-width: 70%;
    float: left;
}
.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
}
.file-chooser {
    width: 90%;
    margin: 0.5em auto;
}
.file-chooser__input {
    margin: 0 auto;
}
.file-uploader__submit-button {
    width: 100%;
    border: none;
    font-size: 1.5em;
    padding: 1em;
    background-color: #72bfa7;
    color: white;
}
.file-uploader__submit-button:hover {
    background-color: #a7d7c8;
}
.file-list li:after, .file-uploader:after {
    content: "";
    display: table;
    clear: both;
}
.hidden {
    display: none;
}
.hidden input {
    display: none;
}
.error {
    background-color: #d65d38;
    color: white;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ul, li {
    margin: 0;
    padding: 0;
}






.file-content {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .file-content .file-chooser__input {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    font-size: 90px;
  }
  .file-content .btn-upload {
    /* background-color: #fff;
    border: 3px solid #000;
    color: #000;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold; */
    cursor: pointer !important;
  }

  .file-content .recommendation{
    font-size:11px;
  }