@charset "utf-8";

.ods-m-onetchat-widget-header { box-sizing: border-box; display: flex; width: 100%; height: 50px; max-height: 50px; padding: 0px 15px 0px 10px; justify-content: space-between; align-items: center; flex-shrink: 0; border-radius: 10px 10px 0px 0px; }

.ods-m-onetchat-widget-header__title { display: flex; align-items: center; gap: 15px; font-family: "Fira Sans"; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; }

.ods-m-onetchat-widget-header__close { display: flex; align-items: center; justify-content: center; padding: 6.5px; cursor: pointer; }

.ods-m-onetchat-widget-header--purple { color: rgb(255, 255, 255); background: var(--color-czatai-bg-purple); }

.ods-m-onetchat-widget-header--white { color: rgb(30, 30, 30); border-bottom: 1px solid rgb(204, 204, 204); background: rgb(255, 255, 255); }

.ods-m-onetchat-widget-header--transparent { background: transparent; }

.ods-m-onetchat-widget-header--transparent .ods-m-onetchat-widget-header__close { width: 24px; height: 24px; border-radius: 100%; background: var(--color-primary-main); padding: 0px; }

.ods-m-onetchat-widget-header--no-icon { padding-left: 26px; }
