@media (max-width: 640px) {
    .mfp-content {
        height: 100%;
    }
}

.mfp-iframe-holder .mfp-content {
    max-width: 1300px;
}

input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.location-filter-wrap {
    min-width: 200px;
}

.location-filter-wrap .select2-container {
    min-width: 200px !important;
}

.location-filter-wrap .select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    min-height: 40px;
    padding: 4px 8px;
    background: #fff;
}

.location-filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #5897fb;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 13px;
}

.location-filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.location-filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fecaca;
    background: transparent;
}

.select2-dropdown {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.location-count-badge {
    display: inline-block;
    background: #5897fb;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 500;
    margin: 2px 4px 2px 0;
}
