/* AM_UNIFIED_SOURCE_PANEL_V1_BEGIN */

body.sm-unified-source-ready
    .sm-source-original-list {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body.sm-unified-source-ready
    .sm-unified-source-panel {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 10px 0 0;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 8px;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__head strong {
    min-width: 0;
    color: #edf4ff;
    font-size: 13px;
    line-height: 1.25;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 25px;
    height: 21px;
    padding: 0 7px;
    border: 1px solid rgba(91, 145, 224, .32);
    border-radius: 999px;
    background: rgba(73, 125, 201, .12);
    color: #bad3ff;
    font-size: 10px;
    font-weight: 900;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    min-width: 0;
    max-height: none !important;
    overflow: visible !important;
}

body.sm-unified-source-ready
    .sm-unified-source-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    grid-template-areas:
        "title stage"
        "id stage";
    column-gap: 8px;
    row-gap: 3px;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 9px 10px;
    border: 1px solid #213451;
    border-radius: 12px;
    background: #081322;
    color: #edf4ff;
    text-align: left;
    cursor: pointer;
    appearance: none;
    transition:
        border-color .14s ease,
        background .14s ease,
        transform .14s ease,
        box-shadow .14s ease;
}

body.sm-unified-source-ready
    .sm-unified-source-card:hover {
    transform: translateY(-1px);
    border-color: #4f79b4;
    background: #0d1d32;
}

body.sm-unified-source-ready
    .sm-unified-source-card.selected {
    border-color: #66a0ff;
    background:
        linear-gradient(
            135deg,
            rgba(33, 75, 134, .64),
            rgba(13, 29, 50, .96)
        );
    box-shadow:
        inset 3px 0 0 #5f9bff,
        0 10px 25px rgba(0, 0, 0, .16);
}

body.sm-unified-source-ready
    .sm-unified-source-card__title {
    grid-area: title;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #edf4ff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sm-unified-source-ready
    .sm-unified-source-card__id {
    grid-area: id;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #8fa2bb;
    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Consolas,
        monospace;
    font-size: 9px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sm-unified-source-ready
    .sm-unified-source-card__stage {
    grid-area: stage;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 94px;
    padding: 5px 7px;
    border: 1px solid rgba(86, 143, 223, .27);
    border-radius: 999px;
    background: rgba(60, 111, 184, .15);
    color: #b9d2f7;
    font-size: 8px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__empty,
body.sm-unified-source-ready
    .sm-unified-source-panel__status {
    width: 100%;
    padding: 12px;
    border: 1px dashed #2c4262;
    border-radius: 12px;
    background: #07101c;
    color: #95a7bd;
    font-size: 11px;
    line-height: 1.45;
}

body.sm-unified-source-ready
    .sm-unified-source-panel__status.error {
    border-color: rgba(255, 92, 115, .42);
    color: #ff9aaa;
}

body.sm-unified-source-ready
    .sm-source-selection-warning {
    margin: 0 0 14px;
    padding: 12px;
    border: 1px solid rgba(244, 183, 64, .35);
    border-radius: 13px;
    background: rgba(244, 183, 64, .09);
    color: #ffd987;
    font-size: 11px;
    line-height: 1.45;
}

body.sm-unified-source-ready
    .sm-wf01-selected-workspace {
    display: none;
    width: 100%;
    min-width: 0;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid rgba(92, 151, 230, .25);
    border-radius: 18px;
    background: #0b1626;
}

body.sm-unified-source-ready
    .sm-wf01-selected-workspace.active {
    display: block;
}

body.sm-unified-source-ready
    .sm-wf01-selected-workspace__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

body.sm-unified-source-ready
    .sm-wf01-selected-workspace__head strong {
    min-width: 0;
    overflow: hidden;
    color: #edf4ff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sm-unified-source-ready
    .sm-wf01-selected-workspace__head button {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid #2d4261;
    border-radius: 10px;
    background: #17263c;
    color: #dce8f8;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

body.sm-unified-source-ready
    .sm-wf01-new-form.sm-source-form-hidden {
    display: none !important;
}

body.sm-unified-source-ready
    #wf01SourceDetail {
    margin: 0 !important;
}

body.sm-unified-source-ready
    .sm-unified-shell__left,
body.sm-unified-source-ready
    .sm-unified-shell__right,
body.sm-unified-source-ready
    .sm-unified-source-panel__list {
    max-height: none !important;
    overflow: visible !important;
}

/* AM_UNIFIED_SOURCE_PANEL_V1_END */

/* SM_UNIFIED_HOME_CARD_V1_STYLE */
body.sm-unified-source-ready
.sm-unified-source-panel__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    max-height: none !important;
    overflow: visible !important;
}

body.sm-unified-source-ready
.sm-unified-source-card {
    appearance: none;
    display: block !important;
    width: 100%;
    min-width: 0;
    min-height: 55px;
    margin: 0;
    padding: 8px 9px;
    overflow: hidden;
    border: 1px solid #243b5a;
    border-radius: 11px;
    background: #071321;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    opacity: 1 !important;
}

body.sm-unified-source-ready
.sm-unified-source-card:hover {
    transform: none;
    border-color: #426b9f;
    background: #0b1b2d;
}

body.sm-unified-source-ready
.sm-unified-source-card.selected {
    border-color: #6da2ff;
    background: #102447;
    box-shadow: inset 3px 0 0 #6da2ff;
}

body.sm-unified-source-ready
.sm-unified-source-card__title {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 7px;
    overflow: hidden;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}

body.sm-unified-source-ready
.sm-unified-source-card__id {
    display: none !important;
}

body.sm-unified-source-ready
.sm-unified-source-card__footer {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 5px;
}

body.sm-unified-source-ready
.sm-unified-source-card__stage {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    height: 22px;
    margin: 0;
    padding: 0 7px;
    overflow: hidden;
    border: 1px solid rgba(47,132,255,.35);
    border-radius: 7px;
    background: rgba(10,74,160,.62);
    color: #dcecff;
    font-size: 8px;
    font-weight: 900;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sm-unified-source-ready
.sm-unified-source-card__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    margin: 0;
}

body.sm-unified-source-ready
.sm-unified-source-card__continue,
body.sm-unified-source-ready
.sm-unified-source-card__delete {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

body.sm-unified-source-ready
.sm-unified-source-card__continue {
    width: 49px;
    border-radius: 8px;
    background: #6c9fff;
    color: #061426;
}

body.sm-unified-source-ready
.sm-unified-source-card__continue:hover {
    background: #8ab4ff;
    color: #061426;
}

body.sm-unified-source-ready
.sm-unified-source-card__delete {
    width: 25px;
    border-radius: 50%;
    background: #ff6682;
    color: #24030a;
}

body.sm-unified-source-ready
.sm-unified-source-card__delete:hover {
    background: #ff879c;
}

body.sm-unified-source-ready
.sm-unified-source-card__delete:disabled {
    cursor: wait;
    opacity: .55;
}
