
/**** MESSAGE SECTION ****/

.dcmsg-present {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 99999999;
    transition: transform .25s linear;
    color: #fff;
	height: 0;
	overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.dcmsg-overlay-list {
    display: flex;
    flex-direction: column;
    height: 400px;
    max-height: calc(100vh - 90px);
    flex: 0 0 264px;
    width: 264px;
    min-width: 0;
    background: linear-gradient(to bottom,transparent 2px,#fff 2px);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
    transform: translateY(0);
    animation: fade-in 167ms cubic-bezier(.4,0,1,1);
	margin-left: 16px!important;
}
.dcmsg-conversation-active{
	display: flex;
    flex-direction: column;
    height: 400px;
    max-height: calc(100vh - 90px);
    width: 336px;
    background: linear-gradient(to bottom,transparent 2px,#fff 2px);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: 167ms;
}
.dcmsg-overlay-list-minimized {
    transform: translateY(100%) translateY(-48px);
}
.dcmsg-overlay-list {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
}
.dcmsg-header-present {
    width: 100%;
    box-shadow: none;
	outline:none !important;
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content:space-between;
    padding: 0 12px;
    min-height: 48px;
	background: #283e4a;
	border:none;
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    cursor: pointer;
}
.chatactive-header{
	display: inline-block;
	padding: 8px 12px 9px;
}
.chatactive-header .dcmsg-header-details{
	display: inline-block;
	vertical-align:middle;
	padding-bottom: 0;
}
.dcmsg-header-present a{
	color:#ffffff;
}
.dcmsg-header-details {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 4px;
    padding: 1px 4px 4px 1px;
    position: relative;
}
.dcmsg-header-details a,
.dcmsg-header-details .truncate{
	color:#ffffff;
}
.dcmsg-overlay-list__content {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    height: 0;
}
.dcmsg-overlay-list__content--scrollable {
    overflow-y: auto;
}
.presence-entity {
    display: flex;
    position: relative;
	width: 32px;
    height: 32px;
}
.presence-entity-image {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
}
.presence-indicator {
	position: absolute;
	bottom: 2px;
    right: 3px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in;
    width: 8px;
    height: 8px;
	border: 2px solid #469a1f;
    box-shadow: 0 0 0 2px #fff;
}
.dcmsg-conversation-card-entity .presence-indicator{
	bottom: 7px;
	
}
.presence-indicator-online {
    background: #469a1f;
}
.visually-hidden {
    display: block!important;
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important;
}
.truncate {
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.dcmsg-overlay-text {
    max-width: 230px;
	color:#ffffff;
	margin-left: 7px;
}
.artdeco-button {
    height: 32px;
    width: 32px;
    border: none;
    background: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    margin-left: auto;
    flex-shrink: 0;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    padding: 0;
    line-height: 32px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.artdeco-button svg,
.artdeco-button i{
	fill: #fff;
	color: #fff;
	margin:0px;
}
.artdeco-button:focus, .artdeco-button:hover {
    background-color: hsla(0,0%,100%,.15);
    color: #fff;
}
.dcmsg-list-search {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.dcmsg-list-search-input-container {
    position: relative;
    background: 0 0;
}
.dcmsg-list-search-input{
	background-color: #fff;
    width: calc(100% - 24px);
    margin: 8px 12px;
    padding: 0 28px 0 32px;
	font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 400;
    transition-duration: 334ms;
    transition-property: border-color,box-shadow;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.6);
	outline: 0;
    height: 32px;
    box-sizing: border-box;
	color: rgba(0,0,0,.9);
}
.dcmsg-list-search-icon {
    position: absolute;
    top: 16px;
    left: 24px;
    color: #6c6c6c;
	overflow: hidden;
	display: inline-block;
	width: 16px;
    height: 16px;
}
.dcmsg-list-search-icon svg{
	width: 16px;
    height: 16px;
}
.dcmsg-list-filters-btn {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #6c6c6c;
    cursor: pointer;
    transform: translateY(-50%);
	padding:0px;
	border:none;
	margin:0px;
    vertical-align: middle;
	width: 16px;
    height: 16px;
}
.dcmsg-list-content {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    height: 0;
}
.dcmsg-list-content-scrollable {
    overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #feb155 #F5F5F5;
}
.dcmsg-conversation-container{
	
}
.dcmsg-conversation-container-list {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	background-color: transparent;
    flex: 1;
}
.dcmsg-conversation-item{
	height: auto;	
    border-bottom: 1px solid #e6e9ec;
}
.dcmsg-conversation-item-link {
    height: auto;
}
.dcmsg-conversation-card {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 83ms;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    left: 0;
	display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.dcmsg-conversation-card-entity{
	position: relative;
	width: 40px;
    height: 40px;
	display: table-cell;
    vertical-align: middle;
}
.dcmsg-conversation-card-entity img{
	width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 50%;
}
.dcmsg-conversation-card-entity .dcmsgimg{
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.dcmsg-conversation-item-link .dcmsg-conversation-card-content {
    height: auto;
    /*padding: 8px 12px 8px 0;*/
    padding: 0px 12px 8px 0;
    margin-left: 4px;
    display: flex;
    width: 100%;
    vertical-align: top;
	overflow:hidden !important;
}
.dcmsg-conversation-card-content-wrapper {
    width: 100%;
    flex-grow: 2;
    overflow: hidden;
	float:left;
}
.dcmsg-conversation-card-row{
	display: flex;
    flex-wrap: wrap;
}
.dcmsg-conversation-item-names{
	flex: 1;
	font-size: 1.4rem;
    line-height: 1.42857;
	margin-bottom: 5px;
	margin-top: 0px;
}
.dcmsg-conversation-message-snippet{
	flex: 1;
    -webkit-font-smoothing: antialiased;
	margin:0px;
	font-size: 1.2rem;
    line-height: 1.33333;
	color: #000000;
}
.dcmsg-conversation-message-snippet .dcmsg-conversation-message-snippet-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dcmsg-conversation-presence-info {
    display: flex;
    align-items: center;
    margin-top: 0px;
	color: #fff;
}
.presence-indicator-reachable{
	border-radius: 50%;
    background: #fff;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in;
	width: 8px;
    height: 8px;
	border: 2px solid #469a1f;
	margin-right: 8px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px #fff;
	border-width: 2px;
}
.dcmsg-conversation-content-wrapper{
	flex-grow: 1;
    min-height: 0;
	position: relative;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	/*flex-direction: column-reverse;*/
	display: flex;
}
.dcmsg-form, 
.dcmsg-form__msg-content-container::before, 
.dcmsg-s-message-list-container {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
}
.dcmsg-s-message-list-container {
    flex-direction: column;
    overflow-y: hidden;
    flex: 1 0 0px;
	/*flex: 0 0 100%;
    order: 2;*/
	position: relative;
}
.dcmsg-s-message-list {
    min-height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
   /* overflow-y: auto;
    -webkit-overflow-scrolling: touch;*/
	width: 100%;
	height: 100%;
	/*scrollbar-width: thin;
	scrollbar-color: #feb155 #F5F5F5;*/
}
.dcmsg-s-message-list form.dcmsg-s-message-form{
    max-height: 100%;
    min-height: auto;
}
.dcmsg-s-message-list-content {
    min-height: auto;
    padding: 16px 0 0;
    list-style: none;
    min-height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #feb155 #F5F5F5;
}
.dcmsg-s-profile-card{
	padding-left: 12px!important;
    padding-right: 12px!important;
}
.break-words {
    overflow-wrap: break-word!important;
    word-wrap: break-word!important;
    word-break: break-word!important;
}
.presence-entity {
    display: flex;
    position: relative;
}
.dcmsg-conversation-lockup-image{
    position: relative;
    flex-shrink: 0;
	width: 56px;
    height: 56px;
}
.dcmsg-conversation-lockup-image img {
	max-height: 100%;
    max-width: 100%;
    vertical-align: bottom;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 49.9%;
}
.ghost-person{
    background-color: #b3b6b9;
}
.dcmsg-conversation-lockup-reachable {
    border: 2px solid #469a1f;
    border-width: 3px;
	border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in;
	width: 12px;
    height: 12px;
	bottom: 0;
    right: 0;
	position: absolute;
    box-shadow: 0 0 0 2px #fff;
}
.dcmsg-conversation-content {
    align-self: center;
    padding-left: 4px;
}
.dcmsg-conversation-title{
    display: inline-block;
}

.dcmsg-s-profile-card .dcmsgdec-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    max-height: 4rem;
	color:#000000;
	font-size: 1.2rem;
    line-height: 18px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
}
.msg-s-message-loader{
	display: block;
    margin-left: auto;
    margin-right: auto;
	color: #0073b1;
	height: 30px;
    width: 30px;
    position: relative;
    overflow: visible;
    margin: 8px;
}
.dcmsg-time-heading{
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    padding: 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    clear: both;
	color:#000000;
	font-size:12px;
}
.dcmsg-time-heading:after, .dcmsg-time-heading:before {
    display: block;
    content: '';
    flex-grow: 1;
    border-top: 1px solid rgba(0,0,0,.15);
}
.dcmsg-time-heading:before {
    margin-right: 0px;
}
.dcmsg-time-heading span{
	background:#ffffff;
	padding: 0 15px;
}
.dcmsg-messages-event-listitem{
	display: flex;
    flex-direction: column;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
	margin-bottom: 0px;
}
.dcmsg-messages-event-listitem-link {
    position: absolute;
    left: 8px;
    z-index: 1;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.dcmsg-messages-event-listitem-link img{
	top: 0;
    left: 0;
    background-size: cover;
	width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 3px solid transparent;
    border-radius: 49.9%;
	position: static;
}
.dcmsg-messages-event-list-group{
	padding: 0 0 0 56px;
}
.dcmsg-messages-timestamp{
	color: rgba(0,0,0,.6);
	font-weight: 400;
	font-size: 1.2rem;
    line-height: 1.33333;
}
.dcmsg-messages-timestamp:before {
    content: '\f017';
    text-transform: lowercase;
    font-family: FontAwesome;
}
.dcmsg-messages-bubble {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    position: relative;
}
.dcmsg-messages-event-list-body{
    padding: 4px 8px 4px 56px;
}
.dcmsg-messages-event-list-body p{
    color: rgba(0,0,0,.9);
    word-wrap: break-word;
    white-space: pre-line;
    -webkit-font-smoothing: antialiased;
	font-size: 1.2rem;
    line-height: 1.42857;
	font-weight: 400;
}
.dcmsg-form, 
.dcmsg-form-content-container:before, 
.dcmsg-message-list-container {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
}
.dcmsg-form {
    background: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    max-height: 100%;
    position: static;
    transition-property: all;
    width: 100%;
}
.dcmsg-form-content-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}
.dcmsg-form-message-texteditor {
    flex: 1 0 auto;
}
.dcmsg-form-content-container:before{
    background: linear-gradient(to right,#0073b1 50%,rgba(0,0,0,.1) 50%);
	content: '';
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    width: 200%;
    z-index: 1;
}
.dcmsg-form-content-container-scrollable {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    max-height: 120px;
    overflow: auto;
}
.flex-grow-1 {
    flex-grow: 1;
}
.dcmsg-form-content-container .dcmsg-form-contentditable {
    overflow: hidden;
    height: 60px;
    display: inline-block;
    position: relative;
}
.dcmsg-form-content-container .dcmsg-form-contentditable textarea {
    width: 100%;
    border: none;
    border-top: 2px solid rgba(0,0,0,.1);
    min-height: 60px;
    padding: 12px 48px 0 12px;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.dcmsg-form-content-container .dcmsg-form-contentditable textarea:focus{
	border-color:#0073b1;
}
.dcmsg-form-footer{
	height: 40px;
	align-items: center;
    border-top: 1px solid #cdcfd2;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: 4px 8px;
	background-color: #f3f6f8;
	flex-shrink: 0!important;
}
.dcmsg-form-send-button{
	transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
	font-size: 1.4rem;
    min-height: 2.4rem;
    line-height: 2rem;
    padding: .2rem .8rem;
	background-color: #0073b1;
    color: #ffffff;
	touch-action: manipulation;
}
.dcmsg-message-listpayment {
    /*position: fixed;
    height: calc(100% - 145px);
    background: #ffffff;
    top: 130px;*/
}
.ppl-payment-div {
    /*padding-top:15px;*/
	padding-top:0px;
    position: fixed;
    /* bottom: 0; */
    /* z-index: 9; */
    height: calc(100% - 145px);
    background: #fff;
    top: 130px;
    z-index: 1;
	overflow-y:auto;
}
.dcmsg-time-success-heading,
.dcmsg-time-upgrade-heading{
	display:inline-block;
	margin-bottom:0px;
}
.dcmsg-time-success-heading:after{
	display:none !important;
}
.dcmsg-time-success-heading h5,
.dcmsg-time-upgrade-heading p{
	margin-bottom:15px;
	margin-top:15px;
	line-height: 30px;
}
.dcmsg-form-upgrade-button{
	transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
	font-size: 1.4rem;
    min-height: 2.4rem;
    line-height: 2rem;
    padding: .2rem .8rem;
	background-color: #feb155;
    color: #ffffff;
	touch-action: manipulation;
}

a.dcmsg-form-upgrade-button:hover {
    color: #fff;
}

.dcmsg-form-upgrade-button-blue {
    background-color: #315f77;
}
.cus-payment-form{
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 15px;
}
.cus-pay-btn {
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
    transition-duration: 167ms !important;
    border: none !important;
    border-radius: 2px !important;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color !important;
    vertical-align: middle;
    font-size: 1.4rem;
    min-height: 2.4rem;
    line-height: 2rem;
    padding: 1rem 1.8rem !important;
    background-color: #feb155;
    color: #ffffff;
    touch-action: manipulation;
    margin-top: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.cus-pay-btn i{
	line-height:20px;
}
.cus-payment-secured {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px;
}
.cus-payment-secured p{
	width:100%;
}
.cus-payment-secured span {
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
}
.cus-payment-secured span img {
    width: auto;
    height: 40px;
	border-radius: 3px;
}

.dcmsg-form-send-button[disabled] {
    cursor: not-allowed;
    pointer-events: all !important;
    background: #8bc8e8;
}

.dcmsg-conversation-count span{
	display: flex;
    justify-content: center;
    margin-right: auto;
    background: #283e4a;
    border-radius: 14px;
    font-size: 10px;
    padding: 0;
    height: 20px;
    width: 19px;
    text-align: center;
    color: #ffffff;
    align-items: center;
}

/**** MESSAGE SECTION ****/


/**** MESSAGE LOADER ****/

.dcmsg-message-loader {
    color: #feb155;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
    margin: 25px 8px 10px;
    display: inline-block;
}
.dc-spinner-bars {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.dcmsg-message-loader[size=small] {
    height: 30px;
    width: 30px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.dc-spinner-bars:before {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 14px;
    border: 1px solid;
    border-radius: 1px;
    animation: loaderfade 1s ease-in-out infinite both
}
.sr-only {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}
.dc-spinner-bars:nth-child(12) {
    transform: rotate(-1turn)
}
[dir=rtl] .dc-spinner-bars:nth-child(12) {
    transform: rotate(1turn)
}
.dc-spinner-bars:nth-child(12):before {
    animation-delay: -1s
}
.dc-spinner-bars:nth-child(11) {
    transform: rotate(-330deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(11) {
    transform: rotate(330deg)
}
.dc-spinner-bars:nth-child(11):before {
    animation-delay: -916.66667ms
}
.dc-spinner-bars:nth-child(10) {
    transform: rotate(-300deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(10) {
    transform: rotate(300deg)
}
.dc-spinner-bars:nth-child(10):before {
    animation-delay: -833.33333ms
}
.dc-spinner-bars:nth-child(9) {
    transform: rotate(-270deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(9) {
    transform: rotate(270deg)
}
.dc-spinner-bars:nth-child(9):before {
    animation-delay: -.75s
}
.dc-spinner-bars:nth-child(8) {
    transform: rotate(-240deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(8) {
    transform: rotate(240deg)
}
.dc-spinner-bars:nth-child(8):before {
    animation-delay: -666.66667ms
}
.dc-spinner-bars:nth-child(7) {
    transform: rotate(-210deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(7) {
    transform: rotate(210deg)
}
.dc-spinner-bars:nth-child(7):before {
    animation-delay: -583.33333ms
}
.dc-spinner-bars:nth-child(6) {
    transform: rotate(-180deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(6) {
    transform: rotate(180deg)
}
.dc-spinner-bars:nth-child(6):before {
    animation-delay: -.5s
}
.dc-spinner-bars:nth-child(5) {
    transform: rotate(-150deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(5) {
    transform: rotate(150deg)
}
.dc-spinner-bars:nth-child(5):before {
    animation-delay: -.41666667s
}
.dc-spinner-bars:nth-child(4) {
    transform: rotate(-120deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(4) {
    transform: rotate(120deg)
}
.dc-spinner-bars:nth-child(4):before {
    animation-delay: -.33333333s
}
.dc-spinner-bars:nth-child(3) {
    transform: rotate(-90deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(3) {
    transform: rotate(90deg)
}
.dc-spinner-bars:nth-child(3):before {
    animation-delay: -.25s
}
.dc-spinner-bars:nth-child(2) {
    transform: rotate(-60deg)
}
[dir=rtl] .dc-spinner-bars:nth-child(2) {
    transform: rotate(60deg)
}
.dc-spinner-bars:nth-child(2):before {
    animation-delay: -166.66667ms
}
.dc-spinner-bars:first-child {
    transform: rotate(-30deg)
}
[dir=rtl] .dc-spinner-bars:first-child {
    transform: rotate(30deg)
}
.dc-spinner-bars:first-child:before {
    animation-delay: -83.33333ms
}

@keyframes loaderfade {
    0%,
    5%,
    to {
        opacity: .8
    }
    95% {
        opacity: .05
    }
}

/**** MESSAGE LOADER ****/

.dcnew-message-animation {
    animation: msg-indicator 334ms cubic-bezier(.4,0,1,1);
}
.dcnew-message-list {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 0;
}
.dcnew-message-button {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 150px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    font-size: 1.2rem;
    min-height: 2.4rem;
    line-height: 2rem;
    padding: .5rem .8rem;
    background: #0073b1 !important;
    color: #fff;
}
.dcnew-message-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0 4px 0 0px;
}
.dcnew-message-text{

}
.dcnew-message-icon svg{
    width: 15px;
    height: 15px;
}
.chat-box-wrap .dcmsg-list-content{
    /*height: auto;*/
	height: 100%;
    max-height: calc(100% - 96px);
}
.dcmsg-overlay-list-minimized {
    transform: translateY(100%) translateY(-48px);
}
.chat-cmplt-wrap {
    position: relative;
	height:100%;
}
.chat-cmplt-wrap .chat-box-wrap {
    left: 0;
    position: relative;
    -webkit-transition: left 0.4s ease 0s;
    -moz-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
}

.chat-cmplt-wrap .recent-chat-box-wrap {
    position: absolute;
    right: -300px;
    top: 0;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
    width: 100%;
    z-index: 2;
}

.chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
    left: -300px;
}

.chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
    right: 0;
}

.chat-cmplt-wrap.chat-for-widgets .recent-chat-box-wrap,
.chat-cmplt-wrap .recent-chat-box-wrap {
    position: absolute;
    right: -100%;
}

.chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
    left: -100%;
}

.chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
    right: 0;
}

.chat-cmplt-wrap .chat-search {
    padding: 0;
}

.chat-cmplt-wrap .chat-search .input-group input {
    height: 52px;
    border-radius: 0;
    border: none;
}

.chat-cmplt-wrap .chat-search .input-group .input-group-btn {
    top: 18px;
}

.chat-cmplt-wrap .chat-box-wrap {
    float: none;
    width: 100%;
	height:100%;
}
.chat-cmplt-wrap .dcmsg-overlay-list-wrapper{
	height:100%;
}
.chat-cmplt-wrap .recent-chat-box-wrap {
    border-left: medium none;
    float: none;
    position: absolute;
    right: -100%;
    width: 100%;
	/*max-height: calc(100vh - 80px);*/
	max-height: calc(100vh - 33px);
    height: 100vh;
}
.chat-cmplt-wrap .goto-back i.zmdi-account-add:before {
    content: "\f2fa";
}

.chat-cmplt-wrap .dcmsg-conversation-active{
	height: 100%;
	max-height: calc(100vh - 80px);
}
.chat-cmplt-wrap .dcmsg-conversation-content-wrapper{
	height: 100%;
}


.dcmsg-mob-container{
	height:100%;
}

.dcchatbox-main {
    animation: .3s zoomIn;
    -webkit-animation: .3s zoomIn;
    -moz-animation: .3s zoomIn;
    -o-animation: .3s zoomIn;
    -ms-animation: .3s zoomIn;
    z-index: 2247483646!important;
    opacity: 1;
    visibility: visible!important;
	position: fixed;
	bottom: 21px;
    right: 30px;
	-webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    transform-origin: center center;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	width: 60px;
    max-height: 60px;
	display: block;
    height: 60px;
}
.dcchatbox-wrapper{
	display: inline-block;
    vertical-align: middle;
	background-color: #283e4a !important;
	margin: 0!important;
	position: relative;
    padding: 3px;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 100%;
	cursor:pointer;
}
.dcchatbox-user{
	height: 100%;
    width: 100%;
    border-radius: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
	background:none;
}
.dcchatbox-user:before {
    content: '\f0e6';
	font-family: FontAwesome;
    margin: auto;
    z-index: 1111;
    font-size: 27px;
    line-height: 60px;
    color: #fff;
}
.dcchatbox-titlediv{
	text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	z-index: -1;
    animation: 1s zsiqcntanim;
    -webkit-animation: 1s zsiqcntanim;
    -moz-animation: 1s zsiqcntanim;
    -o-animation: 1s zsiqcntanim;
    -ms-animation: 1s zsiqcntanim;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    position: absolute;
    left: -215px;
    overflow: visible;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    box-shadow: 1px 1px 10px -1px #aaa;
    border-radius: 5px;
    padding: 10px 15px;
    height: 60px;
    color: #333;
    line-height: 20px;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
	display:none;
}
.dcchatbox-titlediv:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    border-radius: 0 3px 0 0;
    box-shadow: 1px -1px 4px 0 #eee;
}
.dcchatbox-titlediv .titledname{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
	width: 100%;
	margin-bottom: 3px;
}
.titledtext{
	color: #666;
    font-size: 13px;
    text-align: left;
    margin: 0;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
	width: 100%;
}
.dcchatbox-wrapper .zsiq_unrdcnt{
    position: absolute;
    display: inline-block;
    height: 22px;
    background-color: #feb155;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    border-radius: 25px;
    top: -5px;
    left: -5px;
    color: #fff;
    font-style: normal;
    width: 22px;
    overflow: hidden;
	animation: .3s zoomIn;
    -webkit-animation: .3s zoomIn;
    -moz-animation: .3s zoomIn;
    -o-animation: .3s zoomIn;
    -ms-animation: .3s zoomIn;
}
.dcchatbox-wrapper .zsiq_unrdcnt:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: auto;
    left: 0;
    background: rgba(255,53,32,.4);
    border-radius: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
	color: #fff;
}
.siqico-mincall:after {
    content: '';
    background: rgba(0,0,0,.25);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    transform: scale(0);
    animation: 2.5s calscaleanim ease-in-out infinite;
    -webkit-animation: 2.5s calscaleanim ease-in-out infinite;
    -moz-animation: 2.5s calscaleanim ease-in-out infinite;
    -o-animation: 2.5s calscaleanim ease-in-out infinite;
    -ms-animation: 2.5s calscaleanim ease-in-out infinite;
}
@keyframes calscaleanim {
	0%{
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0)
	}
	50%{
		transform:scale(.75);
		-webkit-transform:scale(.75);
		-moz-transform:scale(.75);
		-ms-transform:scale(.75)
	}
	100%{
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0)
	}
}
@keyframes zsiqcwhanim {
    0% {
        transform: translate(0);
        opacity: 1
    }
    100% {
        transform: translate(0, 50em);
        opacity: 0
    }
}

@-webkit-keyframes zsiqcwhanim {
    0% {
        -webkit-transform: translate(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 50em);
        opacity: 0
    }
}

@-moz-keyframes zsiqcwhanim {
    0% {
        -moz-transform: translate(0);
        opacity: 1
    }
    100% {
        -moz-transform: translate(0, 50em);
        opacity: 0
    }
}

@-o-keyframes zsiqcwhanim {
    0% {
        -o-transform: translate(0);
        opacity: 1
    }
    100% {
        -o-transform: translate(0, 50em);
        opacity: 0
    }
}

@-ms-keyframes zsiqcwhanim {
    0% {
        -ms-transform: translate(0);
        opacity: 1
    }
    100% {
        -ms-transform: translate(0, 50em);
        opacity: 0
    }
}
@keyframes zsiqcwanim {
    0%{
        transform: translate(0, 30em);
        opacity: 0
    }
    100% {
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes zsiqcwanim {
    0%{
        -webkit-transform: translate(0, 30em);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0);
        opacity: 1
    }
}

@-moz-keyframes zsiqcwanim {
    0%{
        -moz-transform: translate(0, 30em);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0);
        opacity: 1
    }
}

@-o-keyframes zsiqcwanim {
    0%{
        -o-transform: translate(0, 30em);
        opacity: 0
    }
    100% {
        -o-transform: translate(0);
        opacity: 1
    }
}

@-ms-keyframes zsiqcwanim {
    0%{
        -ms-transform: translate(0, 30em);
        opacity: 0
    }
    100% {
        -ms-transform: translate(0);
        opacity: 1
    }
}
.dcchat-window{
	visibility: visible!important;
	cursor: pointer;
    z-index: 2247483647!important;
	position: fixed;
	bottom: 15px;
	right: 15px;
	max-width: 391px !important;
	width: 100% !important;
	height: 95%!important;
	display: none;
    animation: .5s zsiqcwhanim;
    -webkit-animation: .5s zsiqcwhanim;
    -moz-animation: .5s zsiqcwhanim;
    -o-animation: .5s zsiqcwhanim;
    -ms-animation: .5s zsiqcwhanim;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0 !important;
}
.dcchat-showload{
	transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    display: block;
    animation: .5s zsiqcwanim;
    -webkit-animation: .5s zsiqcwanim;
    -moz-animation: .5s zsiqcwanim;
    -o-animation: .5s zsiqcwanim;
    -ms-animation: .5s zsiqcwanim;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1 !important;
}
.dcchat-prelative{
	position: relative;
    z-index: 10000001;
    height: 100%;
}
.dcchat-siqiframe{
	border: none;
    opacity: 1!important;
	z-index: 999999;
	height: 100%!important;
    box-shadow: none;
    width: 1px;
    min-width: 100%;
}
.dcchat-siqembed {
    display: flex;
    flex-direction: column;
	margin: auto;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    width: 100%;
    /*height: calc(100% - 60px);*/
    height: calc(100% - 0px);
    border: none;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.dcchat-siqembed .dcmsg-conversation-active{
	width:100%;
	box-shadow:none;
	border-radius:0px;
	border:none;
	/*max-height: calc(100vh - 20px);*/
	max-height: calc(100vh - 0px);
}
.dcchatwin-close{
    height: 48px;
    width: 48px;
    float: right;
    position: relative;
    margin-bottom: 12px;
    border-radius: 50px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,.16);
    right: 5px;
    text-align: center;
    cursor: pointer;
    opacity: .94;
	background: #283e4a !important;
}
.dcchatwin-close:before {
    line-height: 50px;
    margin: 0;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    font-size: 28px;
    color: #fff;
	content: "\f107";
    display: inline-block;
	font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
	font-family: FontAwesome;
}
.goback-chatlict {
    background: rgba(255,255,255,0.2);
    padding: 0px 7px;
    font-size: 11px;
    border-radius: 2px;
}
.goback-chatlict i{
	font-size:12px;
}
.presence-indicator-reachable.activechat{
	background: #469a1f;
}
.dcmsg-conversation-lockup-reachable.activechat{
	border-width: 6px;
}


.user-limenu .dcchatbox-main {
    position: initial;
    width: auto;
    max-height: 100%;
    height: auto;
    padding: 8px 0px;
}
.user-limenu .dcchatbox-wrapper{
	width: 40px;
    border-radius: 50%;
    height: 40px;
}
.user-limenu .dcchatbox-user{
	border-radius: 50%;
}
.user-limenu .dcchatbox-user:before{
	font-size: 18px;
    line-height: 33px;
}
.user-limenu .dcchatbox-wrapper .zsiq_unrdcnt{
	top: -10px;
    left: -7px;
}

.dcmsg-photo-list {
    width: 100%;
    display: inline-block;
    /*margin: 10px 0 20px;*/
    margin: 10px 0 0px;
}

.dcmsg-photos{
	display: flex;
    align-items: baseline;
    width: 100%;
    max-width: 100%;
	flex-wrap:wrap;
	align-items: center;
	padding: 0px 5px 10px;
}
.dcmsg-photos span {
    vertical-align: middle;
    width: 100%;
    max-width: 31%;
    padding: 0;
    overflow: hidden;
    border-radius: 2px;
    display: flex;
    margin: 1%;
    overflow: hidden;
	position:relative;
}
.dcmsg-photos span.pip {
    max-width: 18%;
    border: 1px solid;
    background: #ccc;
    height: 70px;
}
.multiimg{
	position:relative;
}
.multiimg small {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.dcmsg-photos span img {
    width: 100% !important;
    max-width: 100%;
    border-radius: 0 !important;
    height: auto !important;
}
.dcmsg-photos span:hover img {
	opacity:0.8;
}
.dcmsg-gtrash {
    /*position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #000;
    border-radius: 3px;
    top: 0;
    left: 0;*/
	position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: #000;
    border-radius: 2px;
    bottom: 0;
    right: 0;
    line-height: 30px;
}
.dcmsg-gtrash {
    
}
.dcmsg-gtrash:hover{
	color:#ffffff;
}
.dcmsg-file-col {
    position: absolute;
    width: 30px;
    height: 30px;
    overflow: hidden;
    right: 20px;
    top: 50%;
    text-align: center;
    line-height: 30px;
    background: #000;
    border-radius: 3px;
    transform: translateY(-50%);
    color: #ffffff !important;
    cursor: pointer;
}
.dcmsg-file-col input {
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.dcmsg-fileicon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1024px){
	.user-limenu .dcchatbox-wrapper .zsiq_unrdcnt{
		top: -5px;
	}
}
@media only screen and (max-width: 580px){
	.siqico-mincall:after{
		display:none !important;
	}
}
@media only screen and (max-width: 555px) and (min-width: 100px){
	.dcchat-window{
		top: auto;
		left: 0px;
		right: 0px;
		bottom: 5px;
		padding: 0!important;
		max-width: 100% !important;
		transition-property: none;
		height: 99%!important;
	}
	.dcchat-prelative{
		height: 100%;
		width: 100%;
	}
	.chat-cmplt-wrap .recent-chat-box-wrap{
		max-height: calc(100vh - 0px);
	}
	.dcchat-siqembed .dcmsg-conversation-active {
		/*max-height: calc(100vh - 62px);*/
		max-height: calc(100vh - 0px);
	}
	.dcchat-siqembed{
		overflow:visible;
	}
	.dcmsg-form-footer{
		padding: 0;
	}
	.dcmsg-form-footer .align-items-center,
	.dcmsg-form-footer .ember-view{
		width: 100%;
	}
	.dcmsg-form-send-button{
		height: 40px;
		border-radius: 0;
		width: 100%;
		max-width: 100%;
	}
}