
.input_file {
    position: relative;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #737272;
    border: 1px solid #b3b1b1;
    border-radius: 8px;
    background-color: #e8e8e8;
}


/*.input_file::before {*/
/*    content: "\f030 Choose your photo"; !* Unicode for Font Awesome camera icon *!*/
/*    font-family: "Font Awesome 5 Free"; !* Ensure the Font Awesome 5 font family is used *!*/
/*    font-weight: 900; !* Required for the solid icons *!*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    pointer-events: none;*/
/*    color: #aaa;*/
/*}*/

/*.input_file input[type="file"] {*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/
