.form-select {
    cursor: pointer;
}

.form-control.password-requirements, .form-control.hide-invalid-icon {
    background-image: none !important;
}

.tooltip-inner {
    text-align: left !important;
}

/* Dropzone Begin */
.dz-progress {
    display: none;
}
/* Dropzone End */

/* Sortable Begin */
.move-handle {
    cursor: grab;
    cursor: -webkit-grab;
}
/* .sortable-ghost-background {
    background-color: #eff6ff
} */
.grabbing * {
    cursor: grabbing !important; /* W3C standards syntax, should come least */
    cursor: -moz-grabbing !important; /* Firefox 1.5-26 */
    cursor: -webkit-grabbing !important; /* Chrome 1-21, Safari 4+ */
}
/* Sortable End */