.cursor-pointer {
    cursor: pointer;
}

.cursor-nodrop {
    cursor: no-drop !important;
}

button:disabled {
	cursor: no-drop !important;
}

.text-bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}
