.page-id-29331 #main .fusion-row{
	    max-width: 100%;
}
.page-id-29331 #main{
	padding-left:0px;
	padding-right:0px;
}
.col-md-3.col-sm-6.col-xs-3.box-item-user {
    text-align: center;
    padding: 20px;
}
.action_link {
    display: block;
    width: 100%;
}
#dialog-members,
#chat-members{
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
	width: 100%;
}

.members-list {
  margin: 20px 0;
}
.member {
  margin-bottom: 10px;
}
.chat-btn {
  background: #0073aa;
  color: #fff;
  padding: 3px 8px;
  text-decoration: none;
  border-radius: 3px;
}
.center-content{
	text-align:center;
}
.dash-button {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
    font-size: 14px;
}
.center-content p{
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}
#chat-messages {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
}
#chat-input {
    width: 73%;
	margin-top: 0;
    margin-right: 20px;
    background: #000000;
    color: #ffffff !important;
    font-size: 14px;
}
div#chat-cta {
    margin-top: 15px;
}
#chat-cta .col-md-6 {
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.transition{
	transition: all 0.7s ease-out;
}
.transition:hover{
	transition: all 0.7s ease-in!important;
}
#chat-input::placeholder{
	color:#ffffff;
}
#send-btn {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    background: #000000;
    color: white;
    cursor: pointer;
	border: 0px;
}
#send-btn:hover{
	background:rgb(0 0 0 / 50%);
}
#dialog-members .col-md-3.portrait.box-item-user{
	margin-right:20px;
}
#dialog-members .box-content-name,
#chat-members .box-content-name{
	position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-size: 21px;
    width: 100%;
    text-align: center;
    left: 0;
	color:#ffffff;
}
.dialog-messages-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: 940px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.col-md-6.half-right {
    height: 20px;
    display: inline-flex;
    right: 0;
    position: absolute;
}
.col-md-6.half-left{
    height: 20px;
    display: inline-flex;
    left: 0;
    position: absolute;
}
.line_black{
	background:#000000;
	align-self: flex-start;
    text-align: left;
    width: 100%;
}
.line_sender, .line_black{
    max-width: 100%;
    padding: 0px;
    border-radius: 0;
    height: 20px;
    position: relative;
}
.msg_date{
    color: #ffffff;
    font-size: 12px;
    /* position: absolute; */
    /* width: 100%; */
	text-transform:uppercase;
}
.msg-left .msg_date{
    left: 0;	
    padding-left: 0px;
}
.msg-right .msg_date{
	/* right: 0; */
	padding-right: 20px;
}
.msg-left {
    align-self: flex-start;
    text-align: left;
	width: 100%;
}

.msg-right {
	align-self: flex-end;
    text-align: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.msg-left .msg_content{
	width: 50%;
	margin:20px 0;
}
.msg-right .msg_content{
	width: 50%;
    float: right;
}
.msg_content{
	text-transform:capitalize;
	
}
.msg_block {
    display: inline-flex;
    width: 100%;
}

.msg_left_content,
.msg_right_content{
    width: 50%;
	margin:15px;
}
.msg_left_content::first-letter,
.msg_right_content::first-letter{
	text-transform: uppercase;
}
.scroll-container {
    overflow: scroll;
    height: 800px;
    width: 100%;
}
#dialogue{
	width:100%;
}
#dialog-members .portrait-image{
    width: auto;
    height: auto;
}
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.7s ease-out;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.5);
  display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.portrait:hover .overlay-content {
  opacity: 1;
  transition:opacity 0.7s ease-in;
}

.overlay-logo {
  max-width: 140px;
  display: block;
  margin: 0 auto 10px;
}
a#openDialog {
    cursor: pointer;
    line-height: 33px;
	color:#ffffff;
}
.overlay-btn {
  background-color: #005150;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
}
#dialogloader{
position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background: rgba(0, 0, 0, 0);
    padding: 10px 20px;
    border-radius: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

}


@media (min-width:992px){
	.hide{
		display:block!important;
	}
	#chat-members .slick-list.draggable,
	#chat-members .slick-track{
		width: 100%!important;
	}
	div#chat-members .slick-slide {
    margin: 0 20px 0 0 !important;
	}
}
@media (max-width:991px){
	.hide{
		display:none!important;
	}
	.box-content-name{
		font-size:16px!important;
	}

}
