.top_file_upload {
    width: auto;
    height: auto;
    text-align: center;
    margin: 10px auto auto auto;
}
.classification {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
}
.classification_tag{
    width: auto;
    height: auto;
    text-align: center;
    margin: auto;
}
.tag_selected{
    background-color: #15c377 !important;
}
.tag_btn{
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}