

/* 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:/local/templates/dt2025/components/bitrix/system.auth.authorize/.default/style.css?1713312000696*/
.auth-wrap{
    background-color: #ffffff;
    border: #EEF1F5 1px solid;
    border-radius: 4px;
    width: 100%;
    padding: 56px;
    text-align: center;
}
.auth-header-wrap{
    margin-bottom: 36px;
}
.text{
    font-size: 20px;
    color: #18344B;
}
.auth-wrap .input-group{
    justify-content: center;
}
.auth-wrap .form-control, .auth-wrap .checkbox-wrap{
}
.form-auth{
    max-width: 350px;
    margin: 0 auto;
}
.auth-wrap .btn-v1{
    min-width: 190px;
    margin-top: 10px;
}
.auth-wrap .checkbox-wrap, .auth-wrap .checkbox-wrap a{
    font-size: 10px;
    color: #748593;
}
.auth-wrap .checkbox-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
/* End */
/* /dairytrends/map/css/style.css?17470524591048 */
/* /local/templates/dt2025/components/bitrix/system.auth.authorize/.default/style.css?1713312000696 */
