
.container {
    margin-top: 50px;
}
.card {
    border-radius: 15px;
}

.drag-me {
    color: black;
    text-align: center;
    position: absolute;
    cursor: move;
}

.lbhide {
    display: none !important;
}

#labelPreview {
    padding-top: 10px;
    margin-bottom: 10px;
}

#label {
    background-color: white;
    color: black;
}

#labelForm {
    margin-bottom: 10px;
}

#addLabel {
    margin-top: 4px;
}

#clearLabel {
    margin-top: 4px;
}