.theme_2 .file_preview_container{
    display: flex;
    position: relative; 
    width: auto;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.theme_2 input[type=file]{
    display: none;
}

.theme_2 .file_preview_container label{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: copy;
    font-size: 17px;
    font-weight: 500!important;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.theme_2 label.custom-file-upload{
    padding: 10px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.theme_2 label.custom-file-upload i{
    font-size: 1.4rem;
    margin-right: 5px;
}
.theme_2 .remove_file_button{
    position: absolute;
    right: 14px;
    top: 14px;
}
.theme_2 .remove_file_button i{
    font-size: 40px;
    color: #C21B17;
    cursor: pointer;
}

.file_preview_container{
    display: flex;
    position: relative; 
    width: auto;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}