

/* Start:/dairytrends/map/css/style.css?17470524591048*/
.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.filter-btn:hover {
    background-color: #e9ecef;
    border-color: #d0d7de;
}

.filter-btn.active {
    background-color: #e3f2fd;
    border-color: #bbdefb;
    color: #1976d2;
}

.filter-btn .btn-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.filter-btn .btn-text {
    white-space: nowrap;
}

.filter-btn.loading {
    opacity: 0.8;
    pointer-events: none;
}

.filter-btn .spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #495057;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?147074288651*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /dairytrends/map/css/style.css?17470524591048 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?147074288651 */
