 
/* Цвет фона шапки */
#sendgage-widget-container .header, 
#sendgage-widget-container header, 
#sendgage-widget-container .sc-*, 
#sendgage-widget-container .widget-header {
    background-color: #38acaf !important; /* или твой новый цвет */
}

/* Цвет кнопок и акцентов */
#sendgage-widget-container button, 
#sendgage-widget-container .btn, 
#sendgage-widget-container .close-btn {
    background-color: #ffe600 !important;
    border-color: #ffe600 !important;
    color: #1B2033 !important; /* если нужен контрастный текст */
}

/* Дополнительно: цвет текста в шапке */
#sendgage-widget-container .header h1, 
#sendgage-widget-container .header span {
    color: #fff !important;
}

