.auth-bg-cover-new {
    background: linear-gradient(-45deg,#3f5370 50%,#402d8d);
}

table.data-table {
    width: 100% !important;
    display: table;
    overflow-x: auto;
    white-space: nowrap;
}

.data-table tr {
    cursor: pointer;
}

span.tab-space {
    padding-left: 2em;
}

.select2-dropdown {
    z-index: 1080 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #405189 !important;
}

textarea {
    resize: none;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 1rem !important;
}

.dropify-wrapper .dropify-message span.file-icon:before {
    font-size: 2rem !important;
}

.select2-container .select2-results__option.optInvisible {
    display: none;
}