.ik-scenario-selection__chips {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    min-height: 34px;
}

.ik-scenario-selection__form-icon {
    left: 0;
    top: 4px;
    font-size: 24px;
    color: var(--on-background-color-3);
    margin-right: 17px;
}

.ik-scenario-selection__popover-close-icon {
    float: right;
    cursor: pointer;
    color: var(--on-surface-darken-color-3);
}

.ik-scenario-selection__popover-scenario-name {
    cursor: pointer;
    color: var(--on-surface-darken-color-3);
}

.ik-scenario-selection__chip-list>* {
    cursor: pointer;
}

.ik-scenario-selection__search {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    width: 0;
    height: 4px;
}

.ik-scenario-selection__search--focus {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.ik-scenario-selection__scenarios-popover {
    padding: 10px 15px;
    height: 170px;
    width: 300px;
}

.ik-scenario-selection__control {
    height: unset;
    min-height: 34px;
}

.ik-scenario-selection__scenarios-list {
    max-height: 95px;
}

.ik-scenario-selection__simulation-steps {
    padding: 30px 0;
    width: max-content;
    display: flex;
}

.ik-scenario-selection__simulation-step {
    background-color: var(--background-color);
    border: 1px solid var(--border-color-2);
    border-radius: 8px;
    height: 400px;
    white-space: normal !important; 
    box-shadow: 0px 0px 15px -9px rgba(66, 68, 90, 1);
    display: flex;
    flex-direction: column;
}

.ik-scenario-selection__simulation-step-title {
    font-size: 14px;
}

.ik-scenario-selection__simulation-dot-icon {
    margin-right: 15px; 
    margin-left: 4px;
}

.ik-scenario-selection__simulation-action-log {
    margin-left: 45px;
}