.select2-container > .selection > .select2-selection--single > button.select2-selection__clear {
    right: 35px;
    top: calc(50% - 20px);
    height: 40px;
    position: absolute;
    padding: 0 6px !important;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
}

.select2-container > .selection > .select2-selection--single > button.select2-selection__clear > span {
    font-size: 30px;
    color: #999999;
}

.select2-container--default > .selection > .select2-selection--single > span.select2-selection__arrow {
    width: 40px;
}

.venues-disabled {
    pointer-events: none !important;
    opacity: 0.3 !important;
}

.venues-loading {
    pointer-events: none !important;
    opacity: 0.3 !important;
}
