/*!* upload *!*/
/*.custom_uploader {*/
/*    overflow: hidden;*/
/*}*/

/*.custom_uploader .card{*/
/*    margin: 0.5rem 0 1rem 0;*/
/*}*/

/*.upload-droppable {*/
/*    !*padding: 1em;*!*/
/*    border: 1px solid lightgrey;*/
/*    border-radius: 2px;*/
/*}*/

/*.upload-droppable > ul > li{*/
/*    cursor: grab;*/
/*    overflow: hidden;*/
/*}*/
/*.upload-droppable > ul{*/
/*    margin: 0px;*/
/*}*/
/*!*align img*!*/
/*.upload-droppable > ul > li > div{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    box-shadow: rgba(0,0,0,.5) 2px 2px 5px;*/
/*    background-color: white;*/
/*    overflow: hidden;*/
/*    justify-content: center;*/
/*}*/
/*.upload-droppable > ul > li > div > img{*/
/*    width: auto;*/
/*    height: 100%;*/
/*    max-width: none;*/
/*    margin: auto;*/
/*    transform: translateX(-25%);*/
/*}*/
/*!* minus icon*!*/

/*.upload-add .btn-add-file {*/
/*    border-radius: 25%;*/
/*    width: 50%;*/
/*    height: 50%;*/
/*    font-size: 6em;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding-bottom: .2em;*/
/*    margin: auto;*/
/*}*/

/*.upload-add{*/
/*    cursor: pointer !important;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.upload-remove-file{*/
/*    position: absolute;*/
/*    border-radius: 5px;*/
/*    background-color: rgba(255,255,255,0.8);*/
/*    margin-top: .3em;*/
/*}*/

/* upload */
.custom_uploader {
    overflow: hidden;
}

.custom_uploader .card{
    margin: 0.5rem 0 1rem 0;
}

.upload-droppable {
    /*padding: 1em;*/
    border: 1px solid lightgrey;
    border-radius: 2px;
}

.upload-droppable > ul > li{
    cursor: grab;
    overflow: hidden;
}

/* minus icon*/

.upload-add .btn-add-file {
    border-radius: 25%;
    width: 50%;
    height: 50%;
    font-size: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
    margin: auto;
}

.upload-add{
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-remove-file{
    position: absolute;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    margin-top: .3em;
}