img {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 5px !important;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.select2-selection__choice {
    cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ff8c00 !important;
    border: 1px solid black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: transparent !important;
    width: 0px !important;
}