@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

/** {*/
/*    font-family: 'Poppins', sans-serif;*/
/*}*/

.drag-area, #imagePreview {
    /*width: 200px;*/
    height: 200px;
    border: 3px dashed #e0eafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
}

/*h3 {*/
/*    margin-bottom: 20px;*/
/*    font-weight: 500;*/
/*}*/

.drag-area .icon {
    font-size: 50px;
    color: #1683ff;
}

#imagePreview .icon {
    font-size: 100px;
    color: #1683ff;
}

.drag-area .header {
    font-size: 18px;
    font-weight: 500;
    color: #34495e;
}

.drag-area .support {
    font-size: 10px;
    color: #808080FF;
    margin: 10px 0 15px 0;
}

.drag-area .button {
    font-size: 14px;
    font-weight: 500;
    color: #1683ff;
    cursor: pointer;
    padding: 2px 8px;
    border: 2px solid #1683ff;
    border-radius: 3px;
}

.drag-area.active, #imagePreview.active {
    border: 2px solid #1683ff;
}

.drag-area img, #imagePreview img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover; */
    width: 150px;
    height: 150px;
    /*object-fit: cover;*/
}