/** draggable */
.card {
    cursor: move;
}

.dragging {
    background-color: lightgray !important;
}

.custom-textarea {
    height: 200px;
    resize: vertical;
    border: none;
}

.custom-textarea:focus {
    border: 1px solid lightblue;
    background-color: lightsteelblue;
}

/* btn en bas a droite */

.btn-floating {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 60px;
}

.btn-floating-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 60px;
    z-index: 1050;
}