body{
    margin:50px;
    background-color: #757575;
    width: 100%;
}
.customcard{
    border: 0;
    border-radius: 10px;
    background-color: #d4d4d4;
    box-shadow: 0 0.25rem 1rem rgba(32, 37, 44, 0.233);
    height: 100%;
    margin: 10px;
    padding:10px;
    width: 570px;
}

.customcard:hover{
    transform: scale(1.05);
    background-color: #fdfdfb;
}

.floatrighttop{
    position:absolute;
    top:0;
    right:0;
    width:14rem
}

.aligncenter{
    margin-left: auto;
    margin-right: auto;
}

.fileselectpane{
    min-height: 350px;
    border: 2px;
    border-color: #d983eb;
    background-color: #806f81;
    border-style: dashed;
    border-radius: 25px;
}
.filetipspane{
    font-size:2.5rem;
    position: relative;
    color: #c2bfbf;
    text-align: center;
}

.deleteicon{
    font-size: 1rem;
}
.deleteicon:hover{
    font-size: 1rem;
    color: #e62d36;
    cursor: pointer;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
  }

#sortablelist {
    list-style-type: none; 
}

.ui-state-highlight {
    border: 0;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 1rem rgba(32, 37, 44, 0.233);
    height:45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
    width: 570px;
}

.imgpreview {
    width: 30%;
    padding: 10px;
    cursor: pointer;
}
.imgselect{
    border-style: solid;
    border-color: skyblue;
    border-width: 4px;
}