.pointer{
    cursor: pointer;
}

.colorButtons {
    display: block;
    margin: 20px 0;
}

canvas {
    cursor: crosshair;
}


canvas#canvas {
    left: 150px;
    top: 45px;
}


.colorpicker {
    background: transparent;
    height: 40px;
}

#kt_add_project_scroll {
    max-height: 80vh;
    overflow-y: auto;
}


.full-height-row {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap; /* evita quiebres en pantallas ultra grandes */
}

.full-height-row > [class^="col"] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.row-full {
    min-height: 100vh;
    height: 100vh;
    display: flex;
}


.col-full {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-full {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
