.ik-date {
    display: flex;
    flex-direction: row;
}

.ik-date__day-input {
    flex: 1 1 auto;
    min-width: 110px;
    max-width: 130px;
}

.ik-date__day-input:not(:last-child) {
    margin-right: 7px;
}

.ik-date--full-width .ik-date__day-input {
    max-width: 100%;
}

.ik-date__hour-input {
    flex: 0 1 auto;
    min-width: 50px;
    max-width: 80px;
}

.ik-date__calendar {
    padding: 13px;
    font-weight: 600;
}

.ik-date__row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ik-date__cell {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 36px;
    text-align: center;
}

.ik-date__cell--weekday {
    height: 24px;
    font-size: 11px;
    color: var(--on-surface-color-4);
}

.ik-date__cell--offset {
    color: var(--on-surface-color-3);
}

.ik-date__cell--active > div {
    background-color: var(--primary-color);
    color: var(--on-primary-color);
}

.ik-date__cell--today:not(.ik-date__cell--active) > div {
    color: var(--accent-color);
}

.ik-date__cell > div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 20px;
    cursor: pointer;
}

.ik-date__cell:not(.ik-date__cell--active) > div:hover {
    background-color: var(--primary-color-o1);
}

.ik-date__cell--disabled {
    pointer-events: none;
    opacity: 0.2;
}

.ik-date__nav {
    display: flex;
    padding-bottom: 7px;
}

.ik-date__nav-month {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    text-transform: capitalize;
    font-size: 14px;
}

.ik-date__nav-btn {
    flex: 0 0 auto;
}

.ik-date__select {
    min-width: 120px;
    height: 200px;
    font-weight: 600;
    overflow: auto;
}

.ik-date__select-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    height: 40px;
}

.ik-date__select-item:hover {
    background-color: var(--primary-color-o1);
    color: var(--primary-color);
}

.ik-date-span-field__row {
    display: flex;
    padding-bottom: 7px;
}

.ik-date-span-field__label {
    display: flex;
    align-items: center;
    width: 85px;
    flex: 0 0 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--on-background-color-3);
    padding-right: 5px;
}

.ik-date-span-field__dur {
    min-width: 110px;
    max-width: 130px;
}

.ik-date-span-field__field {
    flex: 1 0 auto;
}

.ik-date-span-field__select {
    min-width: 120px;
    height: 200px;
    font-weight: 600;
    overflow: auto;
}

.ik-date-span-field__select-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    height: 40px;
}

.ik-date-span-field__select-item:hover {
    background-color: var(--primary-color-o1);
    color: var(--primary-color);
}

.ik-date-span-quick-field__row {
    display: flex;
    padding-bottom: 7px;
}

.ik-date-span-quick-field__label {
    display: flex;
    align-items: center;
    width: 85px;
    flex: 0 0 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--on-background-color-3);
    padding-right: 5px;
}

.ik-date-carousel .ik-date__day-input {
    min-width: unset !important;
    max-width: unset !important;
}

.ik-date-carousel__days {
    height: 48px;
}

.ik-date-carousel__slide-arrow {
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
}

.ik-date-carousel__date {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ik-date-carousel__date-button {
    cursor: pointer;
}

.ik-date-carousel__bar {
    background-color: var(--surface-darken-color);
    border-radius: 20px;
}

.ik-date-carousel__bar-names {
    min-width: 40px;
    max-width: 40px;
    color: var(--on-surface-color-4);
}

.ik-date-carousel__bar-button {
    min-width: 40px;
    min-height: 40px !important;
}

.ik-date-carousel__bar-button.ik-date-carousel__bar-today {
    color: var(--accent-color) !important;
}

.ik-date-carousel__bar-button.ik-date-carousel__bar-today--selected {
    color: var(--background-color) !important;
    border: 4px solid var(--accent-color);
}

button.ik-date-carousel__bar-button:disabled {
    color: var(--on-surface-color-4);
}

.ik-date-duration-field__input {
    max-width: 100px;
    margin-right: 7px;
}

.ik-date-duration-field__select {
    min-width: 100px;
}

.ik-advanced-search-field__dropdown,
.ik-advanced-search-field__results,
.ik-advanced-search-field__history {
    position: relative;
}

.ik-advanced-search-field__dropdown .ik-dropdown {
    min-height: 42px;
}

.ik-advanced-search-field__history .ik-dropdown {
    left: unset;
    right: 0;
    max-width: 250px;
}

.ik-advanced-search-field__input {
    position: relative;
}

.ik-advanced-search-field__input .form-control.ik-tip-left {
    padding-left: 36px;
}

.ik-advanced-search-field__tip {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 12px;
    display: flex;
    align-items: center;
    height: 100%;
}

.ik-advanced-search-field__nav {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.ik-advanced-select > .form-control {
    cursor: pointer;
    height: auto;
    position: relative;
    padding-right: 2.1em;
    min-height: 34px;
}

.ik-advanced-select__actions {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.6em;
    height: 100%;
}

.ik-advanced-select > .form-control.input-lg {
    min-height: 45px;
}

.ik-advanced-select > .form-control.input-sm {
    min-height: 30px;
}

.ik-advanced-select > .form-control.input-xs {
    min-height: 24px;
}

.ik-advanced-select--open:not(.ik-advanced-select--variant) > .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ik-advanced-select__dropdown {
    position: relative;
}

.ik-advanced-select__results {
    max-height: 220px;
}

/* variant styles */
.ik-advanced-select--inline .form-control {
    display: inline-block;
    width: initial;
}

.ik-advanced-select--variant .form-control {
    padding-right: 8px;
}

.ik-advanced-select__input-icon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--on-background-color-3);
}

.form-control:focus .ik-advanced-select__input-icon,
.form-control:focus-within .ik-advanced-select__input-icon {
    color: var(--primary-color);
}

.ik-advanced-select__hidden-input {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0 24px 0 0;
    display: inline-block;
    line-height: 24px;
    width: 0;
    height: 0;
}

.ik-advanced-select--open .ik-advanced-select__hidden-input {
    width: 100%;
    height: 24px;
}

.ik-advanced-select__chip {
    line-height: 24px;
    min-width: 0;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ik-advanced-select__chip > .ik-list-item {
    background-color: var(--surface-darken-color);
    color: var(--on-surface-darken-color-1);
    padding: 5px 8px;
    border-radius: 8px;
}

.ik-toggle-section-box .ik-advanced-select__chip > .ik-list-item {
    background-color: var(--primary-color-o1);
}

.ik-advanced-select__chip > .ik-advanced-select__remove {
    padding-left: 8px;
    font-size: 15px;
}

.ik-advanced-select__message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: var(--on-surface-color-3);
}

.ik-advanced-select--disabled {
    opacity: 0.65;
    pointer-events: none;
}

.ik-code-input__input-box {
    width: 40px;
}

.ik-code-input__input {
    text-align: center;
    color: var(--primary-color) !important;
    background-color: var(--surface-darken-color) !important;
}

.ik-code-input--success .ik-code-input__input {
    color: var(--success-color) !important;
    border: solid 1px var(--success-color) !important;
}

.ik-code-input--fail .ik-code-input__input {
    color: var(--error-color) !important;
    border: solid 1px var(--error-color) !important;
}

.ik-verify-credential-field__icon {
    padding: 15px !important;
}

/* btn extension */
.ik-markdown__btn {
    white-space: nowrap;
    border-radius: 8px;
    text-decoration: none !important;
    color: inherit;
    font-weight: 600;
}

.ik-markdown__btn > i > span {
    display: none !important;
}

.ik-markdown__btn--variant-filled {
    display: table;
    color: var(--on-primary-color) !important;
    background-color: var(--primary-color);
}

.ik-markdown__btn--variant-outline {
    display: table;
    border: 1px solid var(--primary-color);
}

.ik-markdown__btn--variant-pill {
    color: var(--on-surface-darken-color-3) !important;
    border: 1px solid var(--on-surface-darken-color-3);
    border-radius: 1em;
    padding: 0em 0.6em;
    font-size: 0.8em;
    white-space: nowrap;
}

.ik-markdown__btn--variant-pill a {
    color: var(--on-surface-darken-color-3) !important;
}

.ik-markdown__btn--size-xs {
    padding: 0 8px;
}

.ik-markdown__btn--size-sm {
    padding: 3px 12px;
}

.ik-markdown__btn--size-md {
    padding: 4px 16px;
}

.ik-markdown__btn--size-lg {
    padding: 6px 24px;
}
.ik-markdown-style-fa .ik-markdown__icon.primary {
    color: var(--primary-color);
}

.ik-markdown-style-fa .ik-markdown__icon.secondary {
    color: var(--secondary-color);
}

.ik-markdown-style-fa .ik-markdown__icon.success {
    color: var(--success-color);
}

.ik-markdown-style-fa .ik-markdown__icon.accent {
    color: var(--accent-color);
}

.ik-markdown-style-fa .ik-markdown__icon.error {
    color: var(--error-color);
}

.ik-markdown-style-ul-fa ul {
    list-style: none;
    padding-left: calc(1.8em + 17px);
}

.ik-markdown-style-ul-fa ul > li {
    margin: 15px 0;
    padding-top: 0.15em;
    position: relative;
}

.ik-markdown-style-ul-fa ul > li:before {
    position: absolute;
    top: 0;
    left: calc(-1.8em - 8px);
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    line-height: normal;
    margin: 0 8px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 400;
    width: 1.8em;
    height: 1.8em;
    background-color: var(--primary-color-o1);
    color: var(--primary-color);
}

.ik-markdown-style-ul-inline ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.ik-markdown-style-ul-inline ul > li {
    margin-left: 40px;
    margin-right: 10px;
}

.ik-markdown-style-ul-inline.ik-markdown-style-ul-fa ul > li {
    margin-left: calc(1.8em + 17px);
}

.ik-markdown-style-ul-inline.ik-markdown-style-ul-fa ul > li:not(:last-of-type) {
    margin-bottom: 0;
}

.ik-markdown-style-code-as-underline > code,
.ik-markdown-style-code-as-underline :not(pre) code,
.ik-markdown-style-code-as-underline-primary > code,
.ik-markdown-style-code-as-underline-primary :not(pre) code {
    color: inherit;
    background: transparent none;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-decoration-thickness: 0.166em;
    text-underline-offset: 0.05em;
    font-size: inherit;
}

.ik-markdown-style-code-as-underline-accent > code,
.ik-markdown-style-code-as-underline-accent :not(pre) code {
    text-decoration-color: var(--accent-color);
}

.ik-markdown-style-code-as-underline-success > code,
.ik-markdown-style-code-as-underline-success :not(pre) code {
    text-decoration-color: var(--success-color);
}

.ik-markdown-style-code-as-underline-error > code,
.ik-markdown-style-code-as-underline-error :not(pre) code {
    text-decoration-color: var(--error-color);
}

.ik-markdown-style-pricing-table table {
    background-color: transparent !important;
}

.ik-markdown-style-pricing-table table th {
    background-color: transparent !important;
    color: var(--on-background-color-1) !important;
    vertical-align: bottom;
}

.ik-markdown-style-pricing-table table td,
.ik-markdown-style-pricing-table table th {
    border: none !important;
}

.ik-markdown-style-pricing-table table tr>th:not(:first-child) {
    color: var(--primary-color) !important;
    font-size: 14px;
}

.ik-markdown-style-pricing-table table tr>th:first-child,
.ik-markdown-style-pricing-table table tr>td:first-child {
    width: 99%;
}

.ik-markdown-style-pricing-table table tr>td:first-child {
    color: #465A6A;
}

.ik-markdown-style-pricing-table table tr>th:first-child {
    font-size: 14px;
}

.ik-markdown-style-pricing-table table tr> :not(:first-child) {
    min-width: 160px;
    font-weight: 600;
    text-align: center;
}

.ik-markdown-style-pricing-table table tr> :not(:first-child) strong {
    color: var(--on-background-color-1);
    font-size: 12px;
}

.ik-markdown-style-pricing-table table tr> :not(:first-child) em {
    font-style: normal;
    font-size: 9px;
    color: #8294A2
}

.ik-markdown-style-pricing-table table tbody tr:nth-child(even) {
    background-color: #eff4f8;
}

.ik-markdown-style-pricing-table table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.ik-markdown-style-images img {
    cursor: pointer;
    border: 2px solid var(--on-background-color-4);
    border-radius: 10px;
}

.ik-anchorable a {
    color: inherit !important;
    text-decoration: underline;
}

/* message */
.ik-chat-message {
    display: flex;
    margin-bottom: 3px;
}

.ik-chat-message.ik-chat-message--self .ik-chat-message__content {
    text-align: right;
}

.ik-chat-message__avatar {
    padding-right: 10px;
    flex: 0 0 32px;
    display: flex;
    align-items: flex-end;
}

.ik-chat-message__content {
    flex: 1 1 auto;
    overflow-wrap: break-word;
    min-width: 0;
}

.ik-chat-message__content-grid {
    max-width: 80%;
    display: inline-grid;
    row-gap: 3px;
    grid-template-columns: 100%;
    justify-items: start;
}

.ik-chat-message__content-grid>* {
    min-width: 0;
    max-width: 100%;
}

.ik-chat-message--self .ik-chat-message__content-grid {
    justify-items: end;
}

.ik-chat-message__text {
    text-align: left;
    color: var(--on-surface-darken-color-1);
    background-color: var(--surface-darken-color);
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    white-space: pre-line;
}

.ik-chat-message__actions {
    max-width: 100%;
    padding-top: 2px;
}

.ik-chat-message__actions .ik-button {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ik-chat-message__action-follow-up.ik-button {
    white-space: normal;
    height: auto;
    line-height: normal;
    border-radius: 16px;
    text-align: left;
}

/* Chat message cta */

.ik-chat-message-cta {
    display: block;
}

.ik-chat-message-cta:not(:last-of-type) {
    margin-bottom: 5px;
}

.ik-chat-message-cta__content--list-item {
    border-radius: 16px;
}

.ik-chat-message-cta__label--list-item {
    background-color: var(--background-color);
}

.ik-chat-message-cta__content--tile {
    border-radius: 16px;
    width: 80%;
    max-width: 300px;
    overflow: hidden;
}

.ik-chat-message-cta__image--tile {
    overflow: hidden;
}

.ik-chat-message-cta__image--tile .ik-image {
    width: 100%;
}

.ik-chat-message-cta__hint--tile {
    background-color: var(--background-color);
    padding: 10px 15px 0 15px;
}

.ik-chat-message-cta__inner--tile {
    background-color: var(--background-color);
    padding: 10px 15px 15px 15px;
}


.ik-chat-message--self .ik-chat-message__text {
    color: var(--on-primary-color);
    background-color: var(--primary-color);
}

.ik-chat-message__image {
    width: 200px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    border: 1px solid var(--surface-darken-color)
}

.ik-chat-message__time {
    color: var(--on-surface-color-3);
    font-size: 11px;
}

.ik-chat-message--self .ik-chat-message__time {
    color: var(--on-primary-color);
    text-align: right;
    opacity: 0.65;
}

.ik-chat-message-group .ik-chat-message .ik-chat-message__avatar {
    visibility: hidden;
}

.ik-chat-message-group .ik-chat-message:last-of-type .ik-chat-message__avatar {
    visibility: visible;
}

.ik-chat-message a {
    color: var(--on-surface-darken-color-1);
}

.ik-chat-message--self a {
    color: var(--on-primary-color);
}

.ik-chat-message .ik-chat-message__text,
.ik-chat-message .ik-chat-message__image {
    border-radius: 0 12px 12px 0;
}

.ik-chat-message--self .ik-chat-message__text,
.ik-chat-message--self .ik-chat-message__image {
    border-radius: 12px 0 0 12px;
}

.ik-chat-message-group .ik-chat-message:first-of-type .ik-chat-message__text:first-of-type,
.ik-chat-message-group .ik-chat-message:first-of-type .ik-chat-message__image:first-of-type {
    border-top-left-radius: 12px;
}

.ik-chat-message-group .ik-chat-message:last-of-type .ik-chat-message__text:last-of-type,
.ik-chat-message-group .ik-chat-message:last-of-type .ik-chat-message__image:last-of-type {
    border-bottom-left-radius: 12px;
}

.ik-chat-message-group .ik-chat-message--self:first-of-type .ik-chat-message__text:first-of-type,
.ik-chat-message-group .ik-chat-message--self:first-of-type .ik-chat-message__image:first-of-type {
    border-top-right-radius: 12px;
}

.ik-chat-message-group .ik-chat-message--self:last-of-type .ik-chat-message__text:last-of-type,
.ik-chat-message-group .ik-chat-message--self:last-of-type .ik-chat-message__image:last-of-type {
    border-bottom-right-radius: 12px;
}

.ik-chat-message-group {
    padding: 10px 0;
}

/* thread item */
.ik-chat-thread-item {
    font-weight: 400;
}

.ik-chat-thread-item__avatar-empty {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    background-color: var(--surface-darken-color);
    border-radius: 50%;
    font-size: 21px;
}

.ik-chat-thread-item__secondary {
    display: flex;
    align-items: baseline;
    justify-content: left;
}

.ik-chat-thread-item__secondary span:last-of-type {
    display: inline-block;
}

.ik-chat-thread-item__preview {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ik-chat-thread-item--unread {
    font-weight: 600;
}

.ik-chat-thread-item--archived>* {
    opacity: 0.4;
}

.ik-chat-thread-item--unread .ik-chat-thread-item__preview {
    font-weight: 600;
    color: var(--on-background-color-1);
    font-size: 12px;
}

/* chat widget */
.ik-chat-widget {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: var(--z-index-chat-trigger);
    pointer-events: none !important;
}

.ik-chat-widget--open {
    z-index: var(--z-index-chat-window);
}

.ik-chat-widget>* {
    pointer-events: auto;
}

.ik-chat-widget .ik-chat-input {
    border-top: 1px solid var(--surface-darken-color);
}

.ik-chat-widget__window {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--background-color);
    color: var(--on-background-color-1);
    box-shadow: 0 5px 20px 0 var(--shadow-color-2);
    border-radius: 16px;
    margin-bottom: 15px;
    pointer-events: none !important;
}

.ik-chat-widget__window>* {
    pointer-events: auto;
}

.ik-chat-widget--mobile .ik-chat-widget__window {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.ik-chat-widget__header,
.ik-chat-widget__footer,
.ik-chat-widget__bottom {
    flex: 0 0 auto;
}

.ik-chat-widget__header {
    background-color: var(--primary-color);
    color: var(--on-primary-color);
}

.ik-theme--dark .ik-chat-widget__header {
    background-color: var(--surface-color);
    color: var(--on-surface-color);
}

.ik-theme--light .ik-chat-widget__header>* {
    --on-background-color-1: var(--on-primary-color);
    --on-background-color-2: var(--on-primary-color);
    --on-background-color-3: var(--on-primary-color);
    --on-background-color-4: var(--on-primary-color);
    --surface-darken-color: rgba(255, 255, 255, 0.1);
    --on-surface-darken-color-3: var(--on-primary-color);

    --border-color-1: var(--on-primary-color);
    --border-color-2: var(--on-primary-color);
    --primary-color: var(--on-primary-color);
}

.ik-chat-widget__header .ik-button>.ik-icon {
    font-size: 16px;
}

.ik-chat-widget__messages {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    height: 100%;
    /* safari */
}

.ik-chat-widget__messages .ik-scroll-area {
    max-height: 100%;
    height: auto;
}

.ik-chat-widget__stamp {
    font-weight: 400;
}

.ik-chat-widget__minimized {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.ik-chat-widget__minimized .ik-chat-widget__close-button {
    display: none;
    font-size: 16px;
    box-shadow: 0 0 10px 5px var(--shadow-color-2);
}

.ik-chat-widget__minimized:hover .ik-chat-widget__close-button {
    display: inline-block;
}

.ik-chat-widget__minimized-thread .ik-chat-avatar {
    cursor: pointer;
}

.ik-chat-widget__minimized-thread:hover {
    transform: scale(1.1);
}

.ik-chat-avatar {
    border-radius: 50%;
}

.ik-chat-avatar--empty {
    background-color: var(--background-color);
}

.ik-chat-widget--static,
.ik-chat-widget--static .ik-chat-widget__window {
    position: relative;
    border-radius: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
}

.ik-chat-widget__minimized>* {
    pointer-events: auto;
}

.ik-chat-message__ai-status {
    white-space: break-spaces !important;
}

.ik-chat-message--plain.ik-chat-message--ai-engaged .ik-chat-message__text {
    background-color: transparent;
    color: var(--on-surface-color-1);
    padding: 0;
}
.ik-chat-quick-responses__items,
.ik-chat-quick-responses__onboard {
    height: 200px !important;
}

.ik-chat-quick-responses__close .ik-icon {
    font-size: 18px;
}

.ik-chat-ai-response__text {
    white-space: break-spaces;
    max-height: 200px;
}

.ik-chat-ai-response__item .ik-list-item__content {
    width: 100%;
}

.ik-chat-input {
    width: 100%;
    max-width: 100%;
}

.ik-chat-input__content {
    display: flex;
    width: 100%;
    max-width: 100%;

    justify-content: center;
    align-items: center;
}

.ik-chat-input__wrapper {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.ik-chat-input__actions {
    padding-right: 10px;
}

.ik-chat-input__end {
    padding-left: 10px;
}

.ik-chat-input__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 7px 14px;
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;

    font-weight: 400;
    color: var(--on-background-color-3);

    z-index: -1;
}

.ik-chat-input__input {
    max-width: 100%;
    max-height: 200px;
    font-weight: 400;

    outline: none;
    user-select: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    /* stylelint-disable-next-line property-no-unknown */
    user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-write-plaintext-only;
    overflow: auto;

    padding: 7px 14px;
    min-height: 34px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid var(--border-color-1);
}

.ik-chat-input__input:focus {
    border: 1px solid var(--primary-color);
}

.ik-chat-input__files .ik-upload > .ik-button {
    display: none;
}

.ik-chat-input .ik-button {
    height: 34px;
    border-radius: 17px;
}

.ik-chat-input .ik-button .ik-icon {
    font-size: 18px;
}

