.wcContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.wcError {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 38px;
    padding: 0 5px;
    margin-right: 32px;
}

.chat__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    background: #FF6400;
    min-height: 38px;
}

.chat__header__title {
    text-transform: uppercase;
    color: #fff;
}

.wcUsersList {
    flex: 1 1 auto;
    overflow: hidden;
    background-color: #F9F5EF;
    margin: 0;
    padding: 2%;
    -webkit-overflow-scrolling: touch;
    line-height: 1em;
    overflow: auto;
}

.wcUserInChannel {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 10px;
    border-top: 1px solid #dfdfdf;
    background-color: #F9F5EF;
}

.wcUserInChannel:first-child {
    border-top: none;
}

.wcCurrentUser {
    font-weight: bold;
}

.wcUserListAvatarWrap {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 4px 2px 0px;
    border-radius: 50%;
    overflow: hidden;
}

.chat__title {
    padding: 10px 25px;
    background: #FF6400;
}

.wcMessagesContainersTabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FF6400;
    padding: 10px 25px;
    padding-bottom: 5px;
}

.wcPmNavigationButton {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 25px;
}

.wcLeftButton {
    left: 30px;
}

.wcRightButton {
    right: 30px;
}

.wcMessagesContainerTab {
    display: flex;
    align-items: center;
    margin: 3px 5px;
    padding: 4px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.wcMessagesContainerTabLink {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.wcMessagesContainerTabCloseLink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    min-width: 18px;
    height: 18px;

    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.wcMessages {
    flex: 1 1 auto;
    color: #7084a4;
    background: #F9F5EF;
    padding: 2%;
    padding-bottom: 25px;
    overflow: auto;
}

.wcOperationalSection {
    background: #FF6400;
}

.wcControls {
    display: flex;
    padding: 15px;
}

.wcInput {
    margin: 0;
    background: #fff;
    border: none;
    color: #8797b2;
    padding: 10px;
    height: auto;
    position: relative;
    font-size: 14px;
    border-radius: 12px;
    font-family: "FiraSans-Book";
    width: 100%;
}

.wcSubmitButton {
    margin-left: 10px;
    width: 45px;
    height: 45px;
    outline: none;
    border: none;
    border-radius: 45px;
    background-color: transparent;
    background-image: url('../images/send-button.png');
    background-size: cover;
    color: transparent;
    cursor: pointer;
}

.wcUserActivityFlag {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

a.wcUserActive .wcUserActivityFlag {
    background: #FF6400;
}

a.wcUserInactive .wcUserActivityFlag {
    background: #cbcbcb;
}

.wcInvisible {
    display: none;
}

.wcInfoWindow {
    max-height: 300px;
    width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 5px;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #FF6400 !important;
}

.wcUserListInfoWindow__row {
    display: flex;
    padding: 10px 0;
}

.wcUserListInfoWindow__row:nth-child(2) {
    border-top: 1px solid #fff;
}

.wcUserListInfoWindow__row:last-child {
    justify-content: center;
}

.wcUserListInfoWindow__column {
    display: flex;
    flex-direction: column;
}

.wcUserListInfoWindow__avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.wcUserListInfoWindow__name {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}

.wcUserListInfoWindow__city {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.wcUserListInfoWindow__description {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

.wcUserListInfoWindowPrivateMessageButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin: 0;
    padding: 0;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    height: 100%;
    font-size: 15px;
    text-decoration: underline;
    background-image: url("../images/chat-icon.png");
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px 0 5px 35px;
}

.wcMessage {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.message__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    margin-left: 40px;
}

.wcCurrentUserMessage .wcMessageUserReplyTo {
    font-weight: bold;
}

.wcMessageUserReplyTo {
    font-size: 15px;
    color: #505050;
}

.wcMessageTime {
    font-size: 12px;
    color: #505050;
}

.wcMessageContent {
    position: relative;
    margin-left: 20px;
    background: #fff;
    width: calc(100% - 50px);
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}

.wcMessageContentInternal {
    word-wrap: break-word;
}

.wcMessageAvatarWrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-60%) translateY(-60%);
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.wcActionWrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    width: 100%;
}

.wcAdminAction {
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	border: 1px solid #A6A6A6;
	border-radius: 50%;
	transition: all .2s ease-in;
	font-size: 0.9%;
    margin-left: 5px;
}

.wcMessage .wcAdminAction.wcMessageDeleteButton {
	background: transparent url("../images/x.svg") no-repeat 50%;
}

.wcMessage .wcAdminAction.wcUserBanButton {
	background: transparent url("../images/block.svg") no-repeat 50%;
}

.wcMessage .wcAdminAction.wcUserKickButton {
	background: transparent url("../images/kick.svg") no-repeat 50%;
}

.wcMessage .wcAdminAction.wcSpamReportButton {
	background: transparent url("../images/spam.svg") no-repeat 50%;
}

.wcMessage .wcAdminAction.wcMessageEditButton {
	background-image:  url("../images/edit.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.wcMessage .wcAdminAction.wcMessageApproveButton {
	background: transparent url("../images/approve.svg") no-repeat center center;
}

.wcMessage .wcAdminAction:hover {
	background-color: #dfdfdf;
}

.wcMessage .wcAdminAction:focus {
	outline: none;
}

.wcMessage .wcAdminAction.wcEditedMessageCancelButton {
	background: rgba(244,31,31,0.15) url("../images/icons/x.svg") no-repeat center center;
	border-color: rgba(244,31,31,0.2);
}

.wcMessage .wcAdminAction.wcEditedMessageCancelButton:hover {
	border-color: rgba(244,31,31,0.7);
}

.wcMessage .wcAdminAction.wcEditedMessageSaveButton {
	background: rgba(0,193,121,0.15) url("../images/icons/approve.svg") no-repeat center center;
	border-color: rgba(0,193,121,0.2);
}

.wcMessage .wcAdminAction.wcEditedMessageSaveButton:hover {
	border-color: rgba(0,193,121,0.7);
}

.wcMessage.wcMessageEditing .wcAdminAction {
    display: none;
}

.wcMessage.wcMessageEditing .wcAdminAction.wcEditedMessageCancelButton, .wcMessage.wcMessageEditing .wcAdminAction.wcEditedMessageSaveButton {
    opacity: 1;
    display: inline-block;
    margin-left: 5px;
}

@media screen and (max-width: 994px) {
    .wcError {
        margin-right: 0;
    }

    .wcInfoWindow {
        display: none;
        visibility: none;
        opacity: 0;
    }
}