﻿.system-onboarding-section {
    background-color: var(--neutral-bg-green-tint);
    border-radius: 12px;
    border: solid 1px #B8F1E7;
    height: 64px;
    padding: 14px 16px 14px 68px;
    margin-top:24px;
    margin-bottom:24px;
    width: 100%;
    font-family: var(--font-sidebar);
    position: relative;
    overflow: hidden;
}

#btnAddSystem .k-button-icon,
#btnAddSystem .k-icon,
#btnAddSystem .k-svg-icon {
    color: var(--brand-tertiary) !important; /* SVG icons use currentColor */
}

.icon-container {
    height: 120%;
    width: 100px;
    position: absolute;
    top: -10px;
    left: -40px;
}

    .icon-container img {
        height: 100%;
    }

.onboarding-info {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: var(--fw-semi-bold);
    font-size: 18px;
    color: var(--brand-secondary);
}


