

/* Start:/local/templates/insertdesign/components/bitrix/form.result.new/lighting-selection/style.css?17712459941875*/
.specialist-form.lighting-selection{ background-image: url("/local/templates/insertdesign/components/bitrix/form.result.new/lighting-selection/images/lighting-selection.webp")!important;}
/* Скрываем стандартный input */
#fileInput {
    display: none;
}
.custom-file-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.02);
}

.custom-file-button:hover {
    border-color: #1690cf;
    background: #fafafa;

}

.custom-file-button:active {

}

.button-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.button-icon {
    display: flex;
    align-items: center;
    color: #1690cf;
    transition: transform 0.3s ease;
}

.custom-file-button:hover .button-icon {
    transform: translateX(3px);
}

/* Информация о файле */
.file-info {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9ff;
    border-radius: 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e6e9ff;
    margin-top: 10px;
}

.file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: #333;
}

.file-size {
    color: #888;
    font-size: 13px;
}

.clear-file {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    padding: 0 5px;
    transition: color 0.2s;
    display: inline-block;
    line-height: 1;
}

.clear-file:hover,#fileInfo:hover .clear-file {
    color: #ff4444;
}

.file-icon {
    color: #1690cf;
}
/* End */
/* /local/templates/insertdesign/components/bitrix/form.result.new/lighting-selection/style.css?17712459941875 */
