.manage-integration-form {
    border: 1px solid #ccc;
    background: #f1f1f1;
    padding: 15px;
    margin-top: 15px;
    border-radius: 7px;

    max-height: calc(100vh - 220px);
    overflow: auto;
}

.manage-integration-head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
}

.manage-integration-head .integration-logo{
    width: auto;
    height: 1.5em;
    max-width: none;
}
.manage-integration-head svg.integration-logo{

}

/* Note Designer Toolbar */
.designer__media_btn.btn--slack {
    background-size: 1.3em;
    background-position: 0.25em center;
    background-image: url("../img/slack-icon.svg");
}


/* Slack */
.slack_action_heading{
    font-size: 1.5rem;font-weight: bold;
}
#slack_channel_messages_list span.highlight {
    background: #fff388;
}
.slack_channel_messages_list_ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;

    max-height: 15.5em;
    overflow: auto;
}

.slack_channel_messages_list_ul button{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    transition: all .25s;
    cursor: pointer;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
}
.slack_channel_messages_list_ul button:hover,
.slack_channel_messages_list_ul button:focus{
    background: #f1f1f1;
}
.slack_channel_messages_list_ul button.selected{
    border-color: #4e61ed;
}
.slack_channel_message_ts{
    display: block;
    font-size: .7em;
}

.slack_channel_message_attachments {
    font-size: .7em;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slack_channel_message_attachments span{
    opacity: 0.5;
}