
/* ================================================
    MODAL STYLING
=================================================== */

.modal__button-container {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.modal__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


/* ================================================
    TABLE STYLING
=================================================== */

.drag-handle {
    width: 40px;
    cursor: grab;
    user-select: none;
    text-align: center;
}

.selected {
    color: white;
    background-color: rgba(126, 201, 245, 0.5)!important;
}