.disable {
    pointer-events: none;
    background: #e3e3e3 !important;
}

body {
    font-family: "Fira Sans", Menlo, Bitstream Vera Sans Mono, DejaVu Sans Mono, Monaco, Consolas, monospace;
    border: 0 !important
}

#previewContainer {
    position: relative;
    display: inline-block;
}

#previewFileInput {
    margin-top: 10px;
    max-width: 300px;
    max-height: 300px;
}

.close-btn {
    position: absolute;
    top: 11px;
    right: 1px;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.map-marker {
    top:-20px;
    left:20px;
    color: white;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    border-radius: 50% 50% 50% 0;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Внутренний круг */
.map-marker::before {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Тень внизу */
.map-marker::after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    left: 53%;
    transform: translateX(-50%);
}
.kv-plugin-loading{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    padding-top: 4px !important;
    padding-left: 3px !important;
}