/* uncircular discord theme*/

/* Channel List */
.visual-refresh .container__2637a {
    padding-bottom: 0;
    padding-bottom: var(--custom-app-panels-height,0);
    margin-left: 0%;
    margin-right: 0%;
    border: 1px solid;
}

.visual-refresh .message__5126c {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
}
.scrollerInner__36d07 {
    min-height: 0;
    overflow: hidden;
    margin: 2px;
}

/* Chat */
.visual-refresh .page_c48ade {
    margin: 2px;
    display: flex;
    min-width: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* Chat Box */
.form_f75fb0 {

}
.scroller__36d07 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Chat Box Boarder */
.channelTextArea_f75fb0 {
    margin-bottom: 4px;
    margin-left: 1px;
    margin-right: 2px;
    background-color: var(--background-primary);
}

/* Status Box */
.visual-refresh .panels_c48ade {
    position: absolute;
    border-radius: 0;
    left: 2px;
    bottom: 2px;
    width: 100%;
    height: 120px;
    box-sizing: content-box;
}
.scrollableContainer__74017 {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: var(--custom-channel-textarea-text-area-max-height);
    border-radius: 0;
    backface-visibility: hidden;

}
.formWithLoadedChatInput_f75fb0 {
    padding-left: 10%;
    padding-right: 0;
}

.visual-refresh .form_f75fb0 {
    margin-top: 0;
    padding-left:0!important;
    padding-right:0!important;

}
.channelTextArea__74017 {
    position: relative;
    width: 100%;
    text-indent: 0;
    border-radius: 0 !important;
}

.visual-refresh .sidebarListRounded_c48ade {
    border-top-left-radius: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

.visual-refresh .title_f75fb0 {
    padding-top: var(--space-8);
    padding-left: calc(var(--custom-message-margin-horizontal) - var(--space-4) + var(--custom-chat-aligned-icon-offset) - 1px);
    padding-right: var(--space-xs);

}

.channelBottomBarArea_f75fb0 {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.messagesWrapper__36d07 {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    border: 1px solid;
    min-width: 0;
    z-index: 0;
}

.subtitleContainer_f75fb0 {
    display: flex;
    border: 1px solid;
    flex-direction: column;
    position: relative;
}