.ik-toast-wrapper {
    z-index: var(--z-index--toast);
    position: fixed;
    max-width: 100%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    pointer-events: none;
}

.ik-toast-wrapper--center {
    justify-content: center;
}

.ik-toast-wrapper--right {
    justify-content: flex-end;
}

.ik-toast {
    pointer-events: auto;
    max-width: 100%;
    transition: transform 100ms ease-in-out;
    -webkit-transition: transform 100ms ease-in-out;
}

.ik-toast--center {
    transform: translateY(150%);
}

.ik-toast--right {
    transform: translateX(150%);
}

.ik-toast--visible {
    transform: translateY(0);
}

.ik-toast-content {
    display: flex;
    min-height: 48px;
    max-width: 100%;
    background-color: var(--secondary-color);
    color: var(--on-secondary-color);
    border-radius: 8px;
    box-shadow: 0 0 20px 8px rgba(31, 44, 56, 0.15);
}

.ik-toast-content__icon {
    flex: 0 0 auto;
    padding: 8px 0 8px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ik-toast-content__icon .ik-icon {
    flex: 0 0 auto;
}

.ik-theme--dark .ik-toast-content {
    background-color: var(--surface-color);
    color: var(--on-surface-color-1);
    box-shadow: 0 0 5px 8px rgba(0, 0, 0, 0.3);
}

.ik-toast-body {
    flex: 1 1 auto;
    padding: 15px;
    font-weight: 400;
    min-width: 0;
}

.ik-toast-actions {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ik-toast-actions > .ik-button {
    flex: 0 0 auto;
}

.ik-toast-actions > .ik-button .ik-icon {
    font-size: 18px;
}

.ik-toast--size-xs {
    width: 250px;
}

.ik-toast--size-sm {
    width: 350px;
}

.ik-toast--size-md {
    width: 550px;
}

.ik-toast--size-lg {
    width: 650px;
}

.ik-navigation-tree-item a {
    display: inline-block;

}

.ik-navigation-tree-item a:hover {
    color: var(--on-background-color-1) !important;
}

.ik-navigation-tree-item__link.ik-link{
    color: var(--on-background-color-3) !important;
}

.ik-navigation-tree-item-active-child.ik-link {
    color: var(--primary-color) !important;
    font-weight: 400;
}

.ik-navigation-tree-item__link--active.ik-link {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.ik-navigation-tree {
    padding: 0;
    margin: 0;
}

.ik-navigation-tree__item {
    list-style: none;
}

.ik-help-topic-wrapper--main {
    margin-bottom: 32px;
}

.ik-help-topic-wrapper {
    margin-bottom: 32px;
}

.ik-help-topic-wrapper--main .ik-help-topic__title {
    margin-bottom: 20px;
}

.ik-help-topic-wrapper--main .ik-help-topic__title h1 {
    font-size: 32px;
    margin: 0;
}

.ik-help-topic-wrapper--main .ik-help-topic__content {
    font-size: 16px;
}

.ik-help-topic-wrapper .ik-help-topic__title {
    margin-bottom: 12px;
}

.ik-help-topic-wrapper .ik-help-topic__title h2 {
    font-size: 20px;
    margin: 0
}

.ik-help-topic-wrapper .ik-help-topic__content {
    font-size: 16px;
}

.ik-help-topic-wrapper--faq .ik-help-topic__title h2 {
    font-size: 18px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

.ik-help-topic-wrapper--faq .ik-help-topic__content {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.ik-help-topic__divider {
    margin: 0 -20px;
}

.ik-help-topic__text {
    white-space: normal !important;
    word-break: break-word;
}

.ik-p-app-help-center .ik-p-layout-open-box__inner {
    padding-top: 15px;
}

.ik-app:not(.ik-app--mobile) .ik-p-app-help-center__navigation {
    padding-right: 18px;
    width: 280px;
}

.ik-app.ik-app--mobile .ik-p-app-help-center__navigation {
    width: 100%;
    margin-top: 25px;
    position: relative;
    top: auto;
}

.ik-app.ik-app--mobile .ik-p-app-help-center__content {
    width: 100%;
}

.ik-p-app-help-center__navigation {
    position: sticky;
    top: 75px;
    max-height: calc(100vh - 125px);
}

.ik-p-app-help-center__navigation > .ik-scroll-area {
    height: 100%;
    min-height: 0;
}

.ik-p-app-help-center__search {
    position: sticky;
    z-index: 7;
    top: 0;
    background-color: var(--background-color);
}

.ik-p-app-help-center__divider {
    margin-top: 50px;
    margin-left: -25px;
    margin-right: -25px;
}

.ik-p-app-help-center__search-result {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 260px;
}

.ik-p-app-help-center__search-result--mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.ik-p-app-help-center__search-result a {
    display: block;
}

.ik-p-app-help-center__search-result a:hover {
    color: var(--primary-color) !important;
}

.ik-p-app-help-center__content {
    box-shadow: 0 2px 15px 0 var(--shadow-color-1);
    border-radius: 8px;
    padding: 40px;
}

.ik-app--mobile .ik-p-app-help-center__content {
    padding: 15px;
}

.ik-p-app-help-center__content-placeholder {
    margin: 150px 0;
}

.ik-p-app-help-center__main-topic,
.ik-p-app-help-center__topics {
    margin-bottom: 32px;
}

.ik-p-app-help-center__main-topic-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.ik-p-app-help-center__main-topic-content {
    font-size: 16px;
}

.ik-p-app-help-center__topic {
    margin-bottom: 32px;
}

.ik-p-app-help-center__topic-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.ik-p-app-help-center__topic-content {
    font-size: 16px;
}

.ik-p-app-help-center__faqs-title-wrapper {
    margin-bottom: 32px;
}

.ik-p-app-help-center__faqs-title {
    font-size: 24px;
}

.ik-p-app-help-center__faq-title {
    font-size: 18px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}

.ik-p-app-help-center__related-documents-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.ik-p-app-help-center__faq-content {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.ik-p-app-help-center__bredcrumb-separator {
    color: var(--on-background-color-3);
}

.ik-p-app-help-center__bredcrumb-link:hover {
    color: var(--primary-color) !important;
}

.ik-p-app-help-center__next-link:hover {
    color: var(--primary-color) !important;
}

.ik-p-app-help-center__platform {
    cursor: pointer;
    border-bottom: 3px solid var(--surface-darken-color);
    padding: 15px;
    color: var(--on-background-color-3);
    margin-bottom: 15px;
}

.ik-p-app-help-center__platform--active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: var(--primary-color-o1);
}

.ik-p-app-help-center__single-platform > div {
    color: var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
    max-width: 250px;
    border-image-source: linear-gradient(to right, var(--primary-color) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    border-bottom: 3px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
