

/* Start:/local/templates/b2b/css/main.css?17617388123134*/
/* Центрируем всю форму на странице */
.bx-authform {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Заголовок */
.bx-authform .bx-title {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 600;
    color: #222;
}

/* Социальные кнопки */
.bx-authform-social {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.bx-authform-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.bx-authform-social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #555;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bx-authform-social-icon:hover {
    background-color: #007bff;
    color: #fff;
    transform: scale(1.1);
}

/* Поля формы */
.bx-authform-formgroup-container {
    margin-bottom: 15px;
}

.bx-authform-label-container {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border 0.3s ease;
}

.bx-authform-input-container input:focus {
    border-color: #007bff;
    outline: none;
}

/* Чекбокс */
.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

/* Кнопка */
.btn.btn-primary {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn.btn-primary:hover {
    background-color: #0056b3;
}

/* Разделители */
.bxe-light {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

/* Ссылки */
.bx-authform-link-container {
    text-align: center;
    margin-top: 10px;
    font-size: 0.95rem;
}

.bx-authform-link-container a {
    color: #007bff;
    text-decoration: none;
}

.bx-authform-link-container a:hover {
    text-decoration: underline;
}

/* Popup формы для соц. сетей */
.bx-authform-social-popup {
    display: none; /* Скрываем по умолчанию */
}



.category-item .arrow {
    transition: transform 0.2s ease;
}
.category-item .arrow.rotate-90 {
    transform: rotate(90deg);
}
.category-item[data-active="1"] {
    font-weight: 600;
    color: #1D4ED8; /* синий выделенный цвет */
}


/* End */
/* /local/templates/b2b/css/main.css?17617388123134 */
