@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

.st2-panel {
    display: flex;
    flex: 1;
    width: 100%;
    padding-top: 20px;
    background-color: #eff3f6;
}

.st2-panel__view {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: none;
    background: #fff;
    border-radius: 25px;
}

.st2-panel__details {
    position: relative;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    margin-left: 25px;
    border-radius: 25px;
}

.st2-panel__content {
    position: relative;
    flex: 1;
    min-height: 100px;
    color: color-mod(#B0D1E5 alpha(40%));
    font-family: 'Poppins', sans-serif;
}

.st2-panel__toolbar {
    font-size: 18px;
    font-weight: 200;
    display: flex;
    height: 38px;
    padding: 10px;
    color: #5c5859;
    background-color: #f1f5f8;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
    padding-bottom: 20px;
}

._stackstorm_module_filter__label {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.st2-flex-card--active {
    /* background-color: #f1f5f8; */
    color: #5c5859;
    background-color: transparent;
}

.st2-flex-card--active:hover {
    background: transparent;
}

.st2-flex-card:hover {
    cursor: pointer;
    background: transparent;
}

/* .st2-panel__view.st2-history .st2-flex-card__column {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 70px;
    padding: 13px 15px;
    white-space: nowrap;
    border-bottom: 1px solid #E2E8F0;
} */

/* .st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active {
    background: transparent;
} */

.st2-flex-card__column {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 70px;
    padding: 13px 15px;
    white-space: nowrap;
    border-bottom: 1px solid #E2E8F0;
}

.st2-flex-card__column.st2-flex-card__status i.icon-branch {
    display: none;
}

.st2-flex-table__caption.st2-flex-table__caption--date {
    background: #f6fbff;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #e6edf5;
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    margin-right: 0;
}

._stackstorm_module_filter__label:after {
    font-family: "brocadeicons";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    display: inline;
    vertical-align: middle;
    margin-left: 0.5em;
    content: "\e95f";
    margin-top: 0.7em;
    color: #9a9ea7;
}

.st2-flex-card--expanded .st2-flex-card__row {
    border: none;
    border-top: 0;
    box-shadow: none;
    position: relative;
}

.st2-history-child .st2-flex-card {
    margin-left: 15px;
}

.st2-history-child {
    position: relative;
    min-height: 20px;
    border-bottom: 1px solid #e1e8f0;
    border-left: 5px solid #f1f5f8;
}

.st2-history__column-action-name,
span.st2-history__column-app-name {
    font-weight: 600;
    line-height: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
}

.st2-panel__view.st2-history .st2-flex-card__column:last-child {
    max-width: 25%;
}

.st2-history__column-user-name {
    font-weight: 400;
    line-height: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5c5859 !important;
}

.st2-history-child .st2-flex-card__column {
    border-bottom: 1px solid #e1e8f0;
}

.st2-history-child:last-child .st2-flex-card__column {
    border: 0;
}

.st2-flex-table__caption-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
    color: #5c5859;
}

.st2-flex-table__caption--date:before {
    content: "\e978";
}

.st2-flex-table__caption:before {
    font-size: 15px;
}

.st2-panel__view {
    box-shadow: none;
}

.st2-details__header {
    overflow: hidden;
    padding-top: 20px;
    color: white;
    background: #42546a;
    margin: 15px;
    border-radius: 20px;
}

.st2-details__switch {
    position: relative;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #3b3b3b;
    background-color: transparent;
}

.st2-details__switch-item {
    line-height: 25px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    min-width: 100px;
    border-bottom: 5px solid transparent;
    font-weight: 600;
    margin-top: 5px;
    top: 5px;
    position: relative;
}

.st2-details__switch-button[class] {
    min-width: 0;
    margin: 0 7px 7px auto;
    padding: 0 5px;
    border: 1px solid #42546a;
    border-radius: 3px;
    line-height: 23px;
    height: 25px;
    width: 25px;
    overflow: hidden;
    -webkit-font-smoothing: initial;
}

.st2-details__switch-button[class]:before {
    display: block;
    width: 100%;
    height: 21px;
    color: #42546a;
}

.st2-details__toolbar {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 15px 15px 15px 20px;
    background-color: transparent;
}

.st2-forms__button {
    font-size: 15px;
    font-weight: 200;
    line-height: 31px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .02em;
    word-spacing: normal;
    text-transform: capitalize;
    opacity: 1;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #008ceb;
    border-radius: 2px;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 10px;
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    text-align: center;
    min-width: 100px;
}

.st2-forms__button.st2-forms__button--flat:disabled,
.st2-forms__button-prev.st2-forms__button-prev--flat:disabled,
.st2-forms__button-next.st2-forms__button-next--flat:disabled {
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
}

.st2-details__panel-body {
    margin: 0px 0 15px 0;
    background: #f6fbff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e6edf5;
}

.st2-details__panel-body:last-child {
    background: transparent;
    padding: 0px;
    border: none;
    margin-top: 15px;
}

.st2-details__panel-body-label {
    line-height: 34px;
    width: 100px;
    text-transform: capitalize;
    color: #5c5859;
}

.st2-details__panel-body-value {
    line-height: 34px;
    overflow: hidden;
    flex: 1;
    margin: 0;
    color: #5c5859;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

._stackstorm_module_label__success,
._stackstorm_module_label__succeeded {
    background-color: #08cb53;
    border-radius: 8px;
    padding: 8px 20px;
}

._stackstorm_module_label__danger,
._stackstorm_module_label__failed {
    background-color: rgb(255, 86.06, 86.06);
}

.st2-history__uuid {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 3px 20px;
    color: white;
    border: none;
    border-radius: 7px;
    outline: 0;
    background: #42546a;
    font-weight: 400;
}

.st2-details__panel-title {
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    margin: 0;
    margin-bottom: -2px;
    padding: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.st2-history__live-link:any-link {
    cursor: pointer;
    text-decoration: underline;
    color: #ff1f2d;
    font-weight: 600;
    text-transform: capitalize;
}

.st2-details__panel {
    padding: 20px 10px 0 0;
    margin-left: 20px;
    border-bottom: none;
}

.st2-auto-form__field.st2-auto-form__field[disabled] {
    cursor: default;
    color: black;
    border-color: transparent;
    background-color: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
    height: 45px;
    padding: 0 15px;
    font-size: 12px;
}


[data-test="history_panel"] textarea.st2-auto-form__field {
    max-height: initial !important;
    height: auto !important;
    min-height: auto !important;
}

[data-test="history_panel"] .st2-auto-form__line {
    width: 100% !important;
    max-width: 100% !important;
}

/* textarea.st2-auto-form__field {
    max-height: initial !important;
    height: auto !important;
    min-height: auto !important;
} */

._stackstorm_module_popup__title {
    font-size: 20px;
    padding: 20px 20px 0;
    font-weight: 600;
}

.st2-panel__scroller h4 {
    font-size: 15px !important;
    line-height: 24px;
    padding-top: 10px !important;
}

.st2-auto-form__line textarea.st2-auto-form__field {
    min-height: 48px;
    padding: 15px !important;
}

.st2-auto-form__text-field .st2-auto-form__field {
    font-size: 13px;
    line-height: 18px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 9px 12px;
    resize: none;
    cursor: text;
    word-wrap: break-word;
    max-height: 50px;
    background-color: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
}

.st2-forms__button.st2-forms__button--flat,
.st2-forms__button-prev.st2-forms__button-prev--flat,
.st2-forms__button-next.st2-forms__button-next--flat {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
}

._stackstorm_module_label__short ._stackstorm_module_label__label {
    overflow: hidden;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    padding: 2.5px 3.5px;
    color: transparent;
    border-radius: 50%;
}

._stackstorm_module_filter__variants {
    position: absolute;
    z-index: 3;
    display: none;
    min-width: 150px;
    color: #5c5859 !important;
    background-color: white;
    box-shadow: none;
    padding: 10px 15px 15px;
    border-radius: 15px;
    border: 1px solid #e1e8f0;
}

._stackstorm_module_filter__search-bar {
    border-bottom: 1px solid #e1e8f0;
}

.st2-details__header-description {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    max-width: 80%;
}




/* Actions */
.st2-panel__view.st2-actions .st2-panel__content {
    padding: 0;
    background-color: #fff;
    border-radius: 25px;
}

.st2-panel__view.st2-actions .st2-flex-table {
    position: relative;
    color: black;
    background-color: transparent;
    margin-left: 0;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-actions .st2-flex-table--collapsed .st2-flex-table__caption:after {
    content: "\e95f";
}

.st2-panel__view.st2-actions .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #9a9ea7;
    order: 2;
    right: 0;
    position: absolute;
}

.st2-panel__search-bar[type="search"] {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    color: #1F1F1F !important;
}

.st2-panel__search-bar~i {
    font-size: 120%;
    position: absolute;
    top: 17px;
    right: 16px;
    color: #98989b;
}

._stackstorm_module_view__label {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    margin: 0 0 0 5px;
}

.st2-panel__view.st2-actions .st2-details__toolbar {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 15px 15px 15px 20px;
    background-color: transparent;
    margin-top: 0;
    float: right;
    margin-left: 35%;
}

/* Rules */
.st2-panel__view.st2-rules .st2-flex-card__header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-rules .st2-flex-card__column {
    border-bottom: none;
}

.st2-panel__view.st2-rules .st2-flex-table {
    position: relative;
    color: black;
    background-color: transparent;
    margin-left: 0;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-rules .st2-flex-table--collapsed .st2-flex-table__caption:after {
    content: "\e95f";
}

.st2-panel__view.st2-rules .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: 2;
    right: 12px;
    position: absolute;
}

.st2-rules__condition-if {
    border-bottom: 1px solid #e1e8f0;
}

.st2-rules__condition-then {
    border-bottom: 1px solid #e1e8f0;
}

.st2-rules__conditions {
    border-top: 1px solid #e1e8f0;
}

.st2-details__panel-body a {
    cursor: pointer;
    text-decoration: underline;
    color: #ff1f2d;
    font-weight: 600;
    text-transform: capitalize;
}


/* Packs */

.st2-panel__view.st2-packs .st2-flex-table {
    position: relative;
    color: black;
    background-color: transparent;
    margin-left: 0;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-packs .st2-flex-table--collapsed .st2-flex-table__caption:after {
    content: "\e95f";
}

.st2-panel__view.st2-packs .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #9a9ea7;
    order: 2;
    right: 0;
    position: absolute;
}


/* Triggers */

.st2-panel__view.st2-triggers .st2-flex-card__header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-triggers .st2-flex-card__column {
    border-bottom: none;
}

.st2-panel__view.st2-triggers .st2-flex-table {
    position: relative;
    color: black;
    background-color: transparent;
    margin-left: 0;
    border-bottom: 1px solid #e1e8f0;
}

.st2-panel__view.st2-triggers .st2-flex-table--collapsed .st2-flex-table__caption:after {
    content: "\e95f";
}

.st2-panel__view.st2-triggers .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: 2;
    right: 12px;
    position: absolute;
}

.st2-flex-card__column:last-child {
    max-width: 100%;
}

.st2-auto-form .st2-auto-form__line {
    max-width: 50%;
    display: inline-block;
    width: 48%;
    margin: 0 1% 30px;
}

input.st2-forms__button.st2-forms__button.st2-details__toolbar-button {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
}

a.st2-forms__button.st2-details__toolbar-button {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
}

.st2-details__panel-body-tag {
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 2px 5px 2px 0;
    padding: 0.7em 1em;
    cursor: pointer;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    background-color: #42546a;
}

._stackstorm_module_portion_bar__bar-value_actions {
    background-color: transparent;
}

._stackstorm_module_portion_bar__info {
    font-size: 15px;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f6fbff;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #e6edf5;
    font-family: 'Poppins',
        sans-serif;
}

._stackstorm_module_popup__component .st2-details.st2-panel__details._stackstorm_module_popup__details {
    max-width: 550px;
    margin: 0 auto;
}

.st2-panel {
    max-width: 90%;
    margin-left: 8%;
    padding-left: 2%;
}

header._stackstorm_module_menu__component {
    display: flex;
    flex-direction: column;
    width: 8%;
    height: 100%;
    padding-left: 0;
    position: absolute;
    margin-right: 2%;
    background: #42546a;
    border-radius: 0 16px 16px 0;

}

._stackstorm_module_menu__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}

._stackstorm_module_menu__logo {
    font-size: 16px;
    display: flex;
    min-width: 140px;
    height: 42px;
    margin: 10px;
    text-decoration: none;
    color: transparent;
    background-image: url(../img/newlogo.png);
    background-repeat: no-repeat;
    background-size: 80%;
    align-items: flex-end;
}

._stackstorm_module_menu__nav-item-active i {
    color: white;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 10px;
    position: relative;
    display: block;
    color: #ffffff;
}

._stackstorm_module_menu__nav-item {
    font-size: 11px;
    display: block;
    min-width: 35px;
    height: 72px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid transparent;
}

._stackstorm_module_menu__side-item {
    color: #fff !important;
}

._stackstorm_module_menu__side {
    position: relative;
    padding: 10px;
    font-size: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
}

a._stackstorm_module_menu__side:last-child {
    margin-bottom: 25px;
}

/* Login */
._stackstorm_module_login__component {
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: left;
}

._stackstorm_module_login__component:before {
    background: url(../img/auth-img.jpg) no-repeat right;
    width: 50%;
    right: 0;
    left: 50%;
    height: 100%;
    background-size: 100%;
    content: '';
    position: absolute;
}

._stackstorm_module_login__component form {
    position: absolute;
    width: 45%;
    max-width: 450px;
    left: 11%;
    height: 100%;
}

._stackstorm_module_login__component a._stackstorm_module_menu__logo {
    height: 100px;
    margin-bottom: 50px;
    margin-top: 35%;
}

._stackstorm_module_login__component ._stackstorm_module_login__field {
    background-color: #F6F6F9;
    color: black;
    border-color: transparent;
    background-color: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

._stackstorm_module_login__row input.st2-forms__button._stackstorm_module_login__button {
    width: 140px;
    font-family: 'Poppins', sans-serif;
}

._stackstorm_module_login__checkbox-label {
    font-weight: 100;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

header._stackstorm_module_menu__component ._stackstorm_module_menu__logo {
    font-size: 16px;
    display: flex;
    min-width: 105px;
    height: 52px;
    margin: 10px 10px 0 20px;
    text-decoration: none;
    color: transparent;
    background-image: url(../img/dashboard-logo.png);
    background-repeat: no-repeat;
    background-size: 80%;
    align-items: flex-end;
    margin-top: 20px;
}

._stackstorm_module_view__component-active ._stackstorm_module_view__label {
    border-radius: 12px;
    background-color: #fff;
}

._stackstorm_module_view__variants {
    position: absolute;
    z-index: 3;
    display: none;
    min-width: 100%;
    color: black;
    background-color: white;
    box-shadow: none;
    border: 1px solid #e6edf5;
    border-radius: 6px;
    padding: 15px;
}

._stackstorm_module_view__variants {
    position: absolute;
    z-index: 3;
    display: none;
    min-width: 100%;
    color: black;
    background-color: white;
    box-shadow: none;
    border: 1px solid #e6edf5;
    border-radius: 6px;
    padding: 15px;
}

._stackstorm_module_view__item-active {

    font-weight: 700;
}

._stackstorm_module_view__list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    min-width: 150px;
}

._stackstorm_module_view__item._stackstorm_module_view__item-active._stackstorm_module_view__item-secondary {
    font-weight: 400;
}

a._stackstorm_module_menu__nav-item i {
    display: flex;
    align-items: center;
}

.icon-history:before {
    content: "";
    background: url(/img/history.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.icon-play:before {
    content: "";
    background: url(/img/actions.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.icon-book-closed:before {
    content: "";
    background: url(/img/rule.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.icon-platforms:before {
    content: "";
    background: url(/img/pack.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.icon-book-open:before {
    content: "";
    background: url(/img/triggers.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}


.icon-pause:before {
    content: "";
    background: url(/img/rule.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

._stackstorm_module_menu__nav-item-active img {
    filter: brightness(0) invert(1);
}

.st2-forms__switch input[type=checkbox]:checked+label {
    border-radius: 16px;
    border: 1px solid #FF0413;
    background: #FFF6F7;
    width: 40px;
    height: 23px;
    flex-shrink: 0;
}

.st2-forms__switch input[type=checkbox]+label:after {
    border-radius: 50%;
    background: #FF0413;
    transition: all .2s ease;
    background: #fff;
}

.st2-forms__switch input[type=checkbox]+label {
    background: #fff;
    border-radius: 16px;
    padding: 2px;
    transition: all .4s ease;
    border: 1px solid #FF0413;
}

.st2-forms__switch input[type=checkbox]+label {
    outline: 0;
    display: block;
    width: 40px;
    height: 22px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.st2-forms__switch input[type=checkbox]+label:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
    background: #FF0413;
}

.st2-forms__switch {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.st2-details__toolbar {
    display: flex;
    align-items: center;
    height: 28px;
    /* padding: 15px 15px 15px 0; */
    background-color: transparent;
}

.st2-rules__condition-if:before {
    z-index: -6;
    right: 0;
    border-color: transparent transparent transparent #cacaca;
}

.st2-rules__condition-if {
    border-bottom: 1px solid #e1e8f0;
}

.st2-rules__condition-if {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 100% !important;
    border-bottom: none;
    position: relative;
    padding: 10px 0 0;
    flex: 1;
    white-space: normal;
    text-overflow: unset;
    padding-right: 5px;
    background: transparent;
    min-width: initial;
    overflow: hidden;
}

span.st2-rules__label {
    border-radius: 16px 16px 0px 0px;
    background: #EDF5FF;
    box-shadow: 2px 2px 26px 0px rgba(172, 185, 202, 0.08);
    width: 100%;
    padding: 12px 0 12px 20px;
    color: #191919;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.st2-rules__condition-then {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    border-bottom: none;
    position: relative;
    padding: 10px 15px;
    flex: 1;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: visible;
    padding-left: 25px;
    background: transparent;
    min-width: initial;
}

.st2-rules__condition-if:before,
.st2-rules__condition-if:after {
    position: absolute;
    z-index: -9999;
    top: 0;
    right: -22px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 0;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

.st2-details__body--active .st2-panel__scroller {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 26px 0px rgba(172, 185, 202, 0.08);
    max-width: 100%;
    margin-top: 15px;
}

.st2-rules__name {
    font-size: 14px;
    position: relative;
    display: block;
    text-overflow: unset;
    top: auto;
    overflow: visible;
    font-weight: 700;
}

.st2-rules__description {
    font-size: 14px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: -4px;
    text-overflow: ellipsis;
    color: #666;
}

.st2-details__switch {
    position: relative;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #3b3b3b;
    background-color: transparent;
    margin-bottom: 10px;
}

.st2-flex-table__caption {
    cursor: pointer;
    height: 56px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF0F1;
    color: #1F1F1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 15px;
}

.st2-flex-table__caption-title {
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
    color: #1F1F1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.st2-panel__view.st2-packs .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1F1F1F;
    order: 2;
    right: 12px;
    position: absolute;
}


.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active {
    border-radius: 6px;
    background: #42546A;
}

.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active .st2-history__column-action-name {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active span.st2-history__column-action-param {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #DCE3EC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active span .st2-history__column-action-name,
.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active span span.st2-history__column-app-name {
    font-weight: 600;
    line-height: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active span .st2-history__column-user-name {
    font-weight: 400;
    line-height: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #DCE3EC !important;
}

.st2-details__panel-body-label {
    line-height: 34px;
    width: 100px;
    text-transform: capitalize;
    color: #1f1f1f;
    font-size: 14px;
}

span.st2-history__column-action-param-value span.st2-history__column-action-name {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.st2-flex-card.st2-flex-card--active {
    border-radius: 6px;
    background: #42546A;
}

.st2-flex-card.st2-flex-card--active .st2-flex-card__header-primary {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.st2-flex-card.st2-flex-card--active .st2-flex-card__header-secondary {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #DCE3EC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.st2-flex-card__column.st2-flex-card__header-version {
    color: #F0F7FF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.st2-flex-card__header-primary {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1F1F1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.st2-flex-card__header-secondary {
    color: #889099;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.st2-forms__button.st2-forms__button--flat {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
    border-radius: 12px;
    background: linear-gradient(180deg, #FF414C 0%, #FF000F 100%);
    box-shadow: 2px 2px 26px 0px rgba(172, 185, 202, 0.08);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    width: 114px;
    height: 48px;
    flex-shrink: 0;
}

._stackstorm_module_popup__component .st2-details.st2-panel__details._stackstorm_module_popup__details {
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
}

.st2-auto-form__title {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 8px;
    white-space: nowrap;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "Poppins", Helvetica;
    text-transform: capitalize;
}

.st2-auto-form__description {
    margin-top: -5px;
    white-space: pre-wrap;
    opacity: .9;
    color: #DD4A48;
    font-family: "Poppins", Helvetica;
    font-size: 12px;
    text-transform: capitalize;
}

._stackstorm_module_popup__component .st2-details.st2-panel__details._stackstorm_module_popup__details {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    top: 5%;
    bottom: 10%;
    max-height: 90vh;
}

._stackstorm_module_popup__component input.st2-forms__button.st2-forms__button.st2-details__toolbar-button {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 10px;
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    text-align: center;
    width: 100px;
}

input.st2-forms__button.st2-details__toolbar-button.st2-forms__button--flat.st2-forms__button--red {
    background: transparent;
    color: #454545;
    border: 1px solid #e6edf5;
}

.st2-panel__view.st2-actions .st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: 2;
    right: 10px;
    position: absolute;
}

.st2-panel__view.st2-history .st2-flex-card.st2-flex-card--active .icon-chevron_right:before {
    content: "\e972";
    color: #fff;
    top: 5px;
    position: relative;
}

.icon-chevron_right:before {
    content: "\e972";
    top: 3px;
    position: relative;
}

.st2-flex-table__caption:after {
    font-family: "brocadeicons";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: -1;
}

.st2-panel__view.st2-history .st2-flex-table__caption.st2-flex-table__caption--date {
    height: 34px;
    font-size: 14px;
}

.st2-panel__view.st2-history .st2-flex-table__caption-title {
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
    color: #1F1F1F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.st2-panel__view.st2-history {
    width: 60%;
    max-width: initial !important;
}

.st2-panel__details {
    position: relative;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
    width: 40%;
    background-color: #f6f6f6;
}

._stackstorm_module_filter__label {
    position: relative;
    overflow: hidden;
    max-width: 150px;
    padding: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._stackstorm_module_filter__label {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

._stackstorm_module_popup__component .st2-auto-form__line {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

._stackstorm_module_popup__component .st2-auto-form__line textarea {
    max-height: 160px;
}

._stackstorm_module_popup__component h4 {
    font-size: 13px !important;
    line-height: normal;
    margin-bottom: 0 !important;
}

._stackstorm_module_popup__component .st2-auto-form__text-field .st2-auto-form__field {
    font-size: 12px !important;
}

.st2-details__toolbar {
    display: flex;
    align-items: center;
    height: 28px;
    /* padding: 15px 15px 15px 0; */
    background-color: transparent;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.st2-forms__button.st2-forms__button--flat {
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
    border-radius: 12px;
    background: linear-gradient(180deg, #FF414C 0%, #FF000F 100%);
    box-shadow: 2px 2px 26px 0px rgba(172, 185, 202, 0.08);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    width: auto;
    min-width: 114px;
    height: 48px;
    flex-shrink: 0;
}

.st2-details__panel-empty {
    text-align: center;
}

.st2-flex-card.st2-flex-card--active .st2-flex-card__column {
    color: #fff;
}

.st2-details__switch-item {
    line-height: 25px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    min-width: 100px;
    border-bottom: 5px solid transparent;
    font-weight: 600;
    margin-top: 5px;
    top: 5px;
    position: relative;
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
    line-height: 45px;
    margin: 0 10px;
}

.st2-details__switch-item.st2-details__switch-item--active {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 10px;
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    text-align: center;
    min-width: 100px;
    min-height: 45px;
    line-height: 45px;
    border: none;
}

.st2-details__header-name {
    font-size: 16px;
    padding: 0 20px;
    word-break: break-all;
    font-weight: 600;
}

.st2-details__header-description {
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    max-width: 80%;
}

.st2-details__switch-item.st2-details__switch-item--active.icon-code.st2-details__switch-button {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    height: auto;
    min-width: 25px;
    min-height: 26px;
    border-radius: 3px;
    line-height: 24px;
    height: 21px;
    width: 25px;
}

.st2-details__switch-item.st2-details__switch-item--active.st2-details__switch-button[class]:before {
    display: block;
    width: 100%;
    height: 21px;
    color: #fff
}

.st2-details__body {
    position: relative;
    flex: 1;
    font-size: 13px;
    font-family: "Poppins", Helvetica;
}

.st2-panel__toolbar-button {
    font-size: 20px;
    line-height: 42px;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 50%;
    background: linear-gradient(180deg, #687B92 0%, #42546A 100%);
    box-shadow: 2px 3px 26px rgba(66, 84, 106, 0.12);
    /* background: url(../img/plus-img.svg) no-repeat; */
}

.st2-panel__toolbar-button i.icon-plus {
    font-size: 12px;
    top: 14px;
    position: absolute;
    right: 12px;
    font-weight: 700;
}

.component {
    font-family: "Poppins", Helvetica;
}

.component header._stackstorm_module_menu__component {
    display: none;
}

.component ._stackstorm_st2flow_palette__search {
    color: #5c5859;
    min-height: 38px;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    height: 38px;
    padding: 10px;
    background-color: transparent;
}

.component ._stackstorm_st2flow_palette__search-field {
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid #888;
    outline: none;
    color: #ccc;
    width: 100%;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    box-shadow: none;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_palette__pack-name>h2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1F1F1F;
}

.palette._stackstorm_st2flow_palette__component {
    width: 300px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    background: #ccc;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_canvas__collapse-button._stackstorm_st2flow_canvas__left {
    left: 0px;
    border-bottom-right-radius: 4px;
    box-shadow: 2px 3px 26px rgba(66, 84, 106, 0.12) !important;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_canvas__collapse-button {
    position: absolute;
    width: 30px;
    height: 48px;
    padding: 5px 0px;
    color: #eee;
    font-size: 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #687B92 0%, #42546A 100%);
    box-shadow: 2px 3px 26px rgba(66, 84, 106, 0.12) !important;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_canvas__collapse-button i.icon-chevron_left {
    left: 5px;
    position: absolute;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_canvas__collapse-button i.icon-chevron_right {
    right: 5px;
    position: absolute;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar {
    background-color: transparent;
    color: #5c5859;
    display: flex;
    align-items: center;
    padding-right: 30px;
    height: 38px;
    padding: 10px;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__code._stackstorm_st2flow_details__selected {
    border-color: #ff921a;
    color: #fff;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__selected {
    background-color: #333;
    color: #fff;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 6px;
    border: none !important;
}

/* ._stackstorm_st2flow_details__toolbar-button:before {
    font-size: 17px;
    top: -3px;
    position: relative;
} */
._stackstorm_st2flow_details__toolbar-button.icon-gear.gearclass._stackstorm_st2flow_details__selected::before {
    position: relative;
    top: -3px;
}

._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__code.icon-code._stackstorm_st2flow_details__selected::before {
    top: 1px;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar._stackstorm_st2flow_details__secondary {
    background: transparent;
    color: #454545;
    border-top: 1px solid #d8d8d8
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar._stackstorm_st2flow_details__secondary ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__selected {
    background-color: transparent;
    color: inherit;
    border: none;
    color: #fff;
    line-height: normal;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__stretch {
    flex: 1;
    text-align: center;
    line-height: 25px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    border-bottom: 5px solid transparent;
    font-weight: 600;
    margin-top: 5px;
    top: 5px;
    position: relative;
    box-shadow: none;
    color: #454545;
    background: transparent;
    border: 1px solid #e6edf5;
    font-weight: 500;
    line-height: 45px;
    margin: 0 10px;
}

.details._stackstorm_st2flow_details__component ._stackstorm_st2flow_details__toolbar-button._stackstorm_st2flow_details__stretch._stackstorm_st2flow_details__selected {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%) !important;
    border-radius: 6px;
    color: #fff !important;
    min-height: 42px;
    line-height: 42px !important;
}

.details._stackstorm_st2flow_details__component .st2-auto-form__field {
    font-weight: normal;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    color: black;
    border: none;
    outline: 0;
    background-color: white;
    box-shadow: none !important;
    background-color: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px !important;
}

.component ._stackstorm_st2flow_palette__pack-name>h2 {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 42px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    color: #1f1f1f;
}

._stackstorm_st2flow_palette__list>div {
    margin-left: 0;
}

._stackstorm_st2flow_palette__pack-name {
    background: #FFF0F1;
    height: 50px;
    position: relative;
    padding-left: 10px;
}

._stackstorm_st2flow_palette__pack-name i.icon-chevron_right.palette-chevron-icon {
    font-family: "brocadeicons";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: 2;
    right: 10px;
    position: absolute;
    top: 2px;
}

._stackstorm_st2flow_palette__pack-name .icon-chevron_right:before {
    top: 3px;
    position: relative;
    content: "\e95f";
    font-size: 13px;
}

._stackstorm_st2flow_palette__pack-name i.icon-chevron_down.palette-chevron-icon {
    font-family: "brocadeicons";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 42px;
    display: block;
    padding: 0 5px;
    content: "\e95f";
    color: #1f1f1f;
    order: 2;
    right: 10px;
    position: absolute;
    top: 2px;
}

._stackstorm_st2flow_palette__pack-name i.icon-chevron_down.palette-chevron-icon:before {
    top: 3px;
    position: relative;
    content: "\e95f";
    font-size: 13px;
}

._stackstorm_st2flow_palette__pack-name ._stackstorm_st2flow_palette__action {
    background: transparent;
    border-radius: 3px;
    margin: 10px;
    padding: 8px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: element;
    position: relative;
    display: block;
    padding: 0 10px 8px 10px;
    white-space: nowrap;
    border-bottom: 1px solid #E2E8F0;
}

._stackstorm_st2flow_palette__action {
    background: #fff !important;
    border-radius: 3px;
    margin: 10px;
    padding: 8px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: element;
    position: relative;
    display: block;
    white-space: normal;
    border-bottom: 1px solid #E2E8F0;

}

.st2-details__switch-item.st2-details__switch-item--active.icon-code2.st2-details__switch-button {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    height: auto;
    min-width: 27px;
    min-height: 27px;
    border-radius: 3px;
    line-height: 24px;
    height: 21px;
    width: 25px;
}
