.closeModal {
    float: right;
    cursor: pointer;
}
.modal-body {
    text-align: center;
}
.modal-body .folder {
    font-size: 80px;
    color: rgb(222, 161, 77);
}
.modal-body input {
    border: 1px solid black;
    padding: 5px;
    margin-top: 20px;
    width: 60%;
    border-radius: 10px;
}
#picture{
    display: none;
}
.form-group .cloud_upload{
    font-size: 70px;
    
    color: rgb(25, 56, 231);
}
.uploadfiletocloud p{
    margin-top: 20px;
    border: 1px solid ;
    padding: 5px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 10px;
   
}

.filenamep{
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow: hidden;
    /* Hide the overflowing content */
    text-overflow: ellipsis;
}
