.main{
    /* height:100vh; */
    width:100vw;
    display:flex;
    justify-content: center;
    align-items: center;
}
.main .card{
    width:30rem;
}
.file-input-container{
    width:auto;
    height:auto;
    /* border:1px solid; */
    background:rgb(236, 236, 236);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 8px; */
}
/* .file-body{
    border:1px solid black;
} */
.file-body p{
    margin:0.5rem
}
.file-body .file-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.file-body .file-info img{
    width: 100px;
    height: 80px;
}
#multipleFiles{
    height: inherit;
    width: inherit;
    opacity: 0;
    position: absolute;
    top: 0;
}
.form-group button{
    background-color: #000000;
    color:white
}
.form-group button:hover{
    /* background-color: #02573d; */
    color:white
}
.modal-footer .btn{
    background-color: #000000;
    color:white   
}