@import '_content/Cadence.Symphony.Client.Components/Cadence.Symphony.Client.Components.xrwj6jbb0b.bundle.scp.css';

/* /Components/Functions/FunctionActionActionItem.razor.rz.scp.css */
@keyframes waterFlow-b-ij393zsiff {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.action-arrow[b-ij393zsiff] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: 20px;
}

.add-action-icon[b-ij393zsiff] {
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #0078d4;
    font-size: 28px;
    position: relative;
    /* left: 15px; */

    left: 14px;
}

.add-action-icon-line[b-ij393zsiff] {
    top: -50%;
}



.action-block[b-ij393zsiff] {
    border: 1px solid #0078d4; /* Azure blue */
    background-color: #f3f2f1; /* Light gray background */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    position: relative;
    width: fit-content;
}

    .action-block:last-child[b-ij393zsiff] {
        margin-bottom: 0;
    }

.action-arrow[b-ij393zsiff] {
    margin: 1px auto;
    position: relative;
    background-color: #ccc;
    height: 2px;
    width: 2px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    padding-top: 15px;
}

    .action-arrow[b-ij393zsiff]::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #ccc;
        position: absolute;
        bottom: 0px;
        left: -9px;
    }

.action-name[b-ij393zsiff] {
    color: black; /* Black color for the name */
}

.action-type[b-ij393zsiff] {
    color: #A9A9A9; /* Light gray color for the action type */
}

.action-content[b-ij393zsiff] {
    display: flex;
    flex-direction: row;
    width: 230px;
    overflow: auto;
}

    .action-content[b-ij393zsiff]::-webkit-scrollbar {
        width: 6px; /* Change this value to make the scrollbar thinner or thicker */
        height: 6px; /* For horizontal scrollbar */
    }

    .action-content[b-ij393zsiff]::-webkit-scrollbar-thumb {
        background: #888; /* Color of the scrollbar thumb */
    }

    .action-content[b-ij393zsiff]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Color of the scrollbar track */
    }

.action-icon[b-ij393zsiff] {
    margin: 8px;
    font-size: 18px;
}

.action-section[b-ij393zsiff] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.action-color[b-ij393zsiff] {
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    position: absolute;
    background-color: darkred;
}

.action-body[b-ij393zsiff] {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available
}

.action-property[b-ij393zsiff] {
    border-left: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5px;
    margin-left: 5px;
    width: auto;
    gap: 15px;
}

.action-property-item[b-ij393zsiff] {
    cursor: pointer;
}

.drag-placeholder[b-ij393zsiff] {
    min-height: 85px;
    border: 1px dashed #0078d4; /* Azure blue */
    background-color: #f3f2f1; /* Light gray background */
    padding: 10px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    position: relative;
    background-color: #f0f0f0;
}

.parameter-section[b-ij393zsiff] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.parameter-block[b-ij393zsiff] {
    display: flex;
    width: 310px;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    background-color: #7b8a99;
    color: white;
}

.parameter-info[b-ij393zsiff] {
    width: 380px;
}

.parameter-add[b-ij393zsiff] {
    width: 310px;
    background-color: #f9f9f9;
    text-decoration: none;
    color: #7b8a99;
    border: 1px dotted;
}

.content[b-ij393zsiff] {
    display: flex;
    flex-direction: row;
}

.content-left[b-ij393zsiff] {
    width: 380px;
    overflow-y: auto;
    border-right: 2px solid #ccc;
    padding: 20px 0px;
    padding-right: 20px;
    position: absolute;
    top: 100px;
    bottom: 0px;
}

.content-right[b-ij393zsiff] {
    padding: 20px;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 600px;
    right: 0px;
}

.action-deign[b-ij393zsiff] {
    width: 100%;
    height: 100;
}

.action-pannel[b-ij393zsiff] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.save-button[b-ij393zsiff] {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.no-action-block[b-ij393zsiff] {
    display: flex;
    margin: 0 auto;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.no-action-text[b-ij393zsiff] {
    color: #7f7f7f;
    margin: 10px;
    display: inline-block;
}

.back-to[b-ij393zsiff] {
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 9;
}

.conditional-logic-panel[b-ij393zsiff] {
    min-height: 180px;
    display: flex;
    gap: 20px;
    border: 1px dashed #aaa;
    border-width: 2px;
    margin-top: -45px;
}

    .conditional-logic-panel .left[b-ij393zsiff], .conditional-logic-panel .right[b-ij393zsiff] {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 55px;
        padding: 20px;
        padding-top: 55px;
    }



.split-line[b-ij393zsiff] {
    width: 1px;
    background-color: #ccc;
}

.logic-title[b-ij393zsiff] {
    text-align: center;
    height: 30px;
    width: 100px;
    background-color: #148b54;
    color: white;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 15px;
}

.red[b-ij393zsiff] {
    background-color: #9f0404;
}

.error-continue-icon[b-ij393zsiff] {
    position: absolute;
    bottom: 1px;
    left: 4px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap[b-ij393zsiff] {
    border-width: 0px !important;
}

.switch-panel[b-ij393zsiff] {
    min-height: 180px;
    display: flex;
    gap: 20px;
    border: 1px dashed #aaa;
    border-width: 2px;
    margin-top: -45px;
}

    .switch-panel .case[b-ij393zsiff] {
        DISPLAY: FLEX;
        flex-direction:column;
        gap: 30px;
        margin: 70px;
        align-items: baseline;
    }
/* /Components/Schedules/TriggerForm.razor.rz.scp.css */
.day-of-month-block[b-f9whfkner9], .day-of-week-block[b-f9whfkner9], .month-block[b-f9whfkner9] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
}

.day-of-month[b-f9whfkner9], .day-of-week[b-f9whfkner9], .month[b-f9whfkner9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    min-width: 115px;
}

.on-of-month[b-f9whfkner9] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* /Pages/Admin/Function.razor.rz.scp.css */
@keyframes waterFlow-b-sfpkw68v4u {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.action-arrow[b-sfpkw68v4u] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: 20px;
}

.add-action-icon[b-sfpkw68v4u] {
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #0078d4;
    font-size: 28px;
    position: relative;
    /* left: 15px; */

    left: 14px;
}

.add-action-icon-line[b-sfpkw68v4u] {
    top: -50%;
}



.action-block[b-sfpkw68v4u] {
    border: 1px solid #0078d4; /* Azure blue */
    background-color: #f3f2f1; /* Light gray background */
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    position: relative;
    width: fit-content;
}

    .action-block:last-child[b-sfpkw68v4u] {
        margin-bottom: 0;
    }

.action-arrow[b-sfpkw68v4u] {
    margin: 5px auto;
    position: relative;
    background-color: #ccc;
    height: 2px;
    width: 2px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    padding-top: 15px;
}

    .action-arrow[b-sfpkw68v4u]::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #ccc;
        position: absolute;
        bottom: 0px;
        left: -9px;
    }

.action-name[b-sfpkw68v4u] {
    color: black; /* Black color for the name */
}

.action-type[b-sfpkw68v4u] {
    color: #A9A9A9; /* Light gray color for the action type */
}

.action-content[b-sfpkw68v4u] {
    display: flex;
    flex-direction: row;
    width: 230px;
}

.action-icon[b-sfpkw68v4u] {
    margin: 8px;
    font-size: 18px;
}

.action-section[b-sfpkw68v4u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.action-color[b-sfpkw68v4u] {
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    position: absolute;
    background-color: darkred;
}

.action-body[b-sfpkw68v4u] {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available
}

.action-property[b-sfpkw68v4u] {
    border-left: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5px;
    margin-left: 5px;
    width: auto;
    gap: 15px;
}

.action-property-item[b-sfpkw68v4u] {
    cursor: pointer;
}

.drag-placeholder[b-sfpkw68v4u] {
    min-height: 85px;
    border: 1px dashed #0078d4; /* Azure blue */
    background-color: #f3f2f1; /* Light gray background */
    padding: 10px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    position: relative;
    background-color: #f0f0f0;
}

.parameter-section[b-sfpkw68v4u] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.parameter-block[b-sfpkw68v4u] {
    display: flex;
    width: 310px;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    background-color: #7b8a99;
    color: white;
}

.parameter-info[b-sfpkw68v4u] {
    width: 380px;
}

.parameter-add[b-sfpkw68v4u] {
    width: 310px;
    background-color: #f9f9f9;
    text-decoration: none;
    color: #7b8a99;
    border: 1px dotted;
}

.content[b-sfpkw68v4u] {
    display: flex;
    flex-direction: row;
}

.content-left[b-sfpkw68v4u] {
    width: 380px;
    overflow-y: auto;
    border-right: 2px solid #ccc;
    padding: 20px 0px;
    padding-right: 20px;
    position: absolute;
    top: 100px;
    bottom: 0px;
}

.content-right[b-sfpkw68v4u] {
    padding: 20px;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 600px;
    right: 0px;
}

.action-deign[b-sfpkw68v4u] {
    width: 100%;
    height: 100;
}

.action-pannel[b-sfpkw68v4u] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.save-button[b-sfpkw68v4u] {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.no-action-block[b-sfpkw68v4u] {
    display: flex;
    margin: 0 auto;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.no-action-text[b-sfpkw68v4u] {
    color: #7f7f7f;
    margin: 10px;
    display: inline-block;
}

.back-to[b-sfpkw68v4u] {
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 9;
}

.conditional-logic-panel[b-sfpkw68v4u] {
    min-height: 180px;
    display: flex;
    gap: 20px;
    border: 1px dashed #aaa;
    border-width: 2px;
    margin-top: -45px;
}

    .conditional-logic-panel .left[b-sfpkw68v4u], .conditional-logic-panel .right[b-sfpkw68v4u] {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 55px;
        padding: 20px;
        padding-top: 55px;
    }



.split-line[b-sfpkw68v4u] {
    width: 1px;
    background-color: #ccc;
}

.logic-title[b-sfpkw68v4u] {
    text-align: center;
    height: 30px;
    width: 100px;
    background-color: #148b54;
    color: white;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 15px;
}

.red[b-sfpkw68v4u] {
    background-color: #9f0404;
}

.error-continue-icon[b-sfpkw68v4u] {
    position: absolute;
    bottom: 1px;
    left: 4px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap[b-sfpkw68v4u] {
    border-width: 0px !important;
}
