@keyframes cssload-shift {
    0% {
        left: -30px;
        opacity: 0
    }

    10% {
        left: 0;
        opacity: 1
    }

    90% {
        left: 50px;
        opacity: 1
    }

    to {
        left: 80px;
        opacity: 0
    }
}

@-o-keyframes cssload-shift {
    0% {
        left: -30px;
        opacity: 0
    }

    10% {
        left: 0;
        opacity: 1
    }

    90% {
        left: 50px;
        opacity: 1
    }

    to {
        left: 80px;
        opacity: 0
    }
}

@-ms-keyframes cssload-shift {
    10%,90% {
        opacity: 1
    }

    0%,to {
        opacity: 0
    }

    0% {
        left: -30px
    }

    10% {
        left: 0
    }

    90% {
        left: 50px
    }

    to {
        left: 80px
    }
}

@-webkit-keyframes cssload-shift {
    0% {
        left: -30px;
        opacity: 0
    }

    10% {
        left: 0;
        opacity: 1
    }

    90% {
        left: 50px;
        opacity: 1
    }

    to {
        left: 80px;
        opacity: 0
    }
}

@-moz-keyframes cssload-shift {
    0% {
        left: -30px;
        opacity: 0
    }

    10% {
        left: 0;
        opacity: 1
    }

    90% {
        left: 50px;
        opacity: 1
    }

    to {
        left: 80px;
        opacity: 0
    }
}

@keyframes stretchdelay {
    0%,40%,to {
        transform: scaleY(.8);
        transform: scaleX(.8);
        background-color: #dfe0e0;
        box-shadow: 0 0 0 rgba(10,10,10,.1)
    }

    20% {
        transform: scaleY(1);
        transform: scaleX(1);
        background-color: #555;
        box-shadow: 0 5px 6px rgba(10,10,10,.1)
    }
}

@-o-keyframes stretchdelay {
    0%,40%,to {
        -o-transform: scaleY(.8);
        -o-transform: scaleX(.8);
        background-color: #dfe0e0;
        box-shadow: 0 0 0 rgba(10,10,10,.1)
    }

    20% {
        -o-transform: scaleY(1);
        -o-transform: scaleX(1);
        background-color: #555;
        box-shadow: 0 5px 6px rgba(10,10,10,.1)
    }
}

@-ms-keyframes stretchdelay {
    0%,40%,to {
        -ms-transform: scaleY(.8);
        -ms-transform: scaleX(.8);
        background-color: #dfe0e0;
        box-shadow: 0 0 0 rgba(10,10,10,.1)
    }

    20% {
        -ms-transform: scaleY(1);
        -ms-transform: scaleX(1);
        background-color: #555;
        box-shadow: 0 5px 6px rgba(10,10,10,.1)
    }
}

@-webkit-keyframes stretchdelay {
    0%,40%,to {
        -webkit-transform: scaleY(.8);
        -webkit-transform: scaleX(.8);
        background-color: #dfe0e0;
        box-shadow: 0 0 0 rgba(10,10,10,.1)
    }

    20% {
        -webkit-transform: scaleY(1);
        -webkit-transform: scaleX(1);
        background-color: #555;
        box-shadow: 0 5px 6px rgba(10,10,10,.1)
    }
}

@-moz-keyframes stretchdelay {
    0%,40%,to {
        -moz-transform: scaleY(.8);
        -moz-transform: scaleX(.8);
        background-color: #dfe0e0;
        box-shadow: 0 0 0 rgba(10,10,10,.1)
    }

    20% {
        -moz-transform: scaleY(1);
        -moz-transform: scaleX(1);
        background-color: #555;
        box-shadow: 0 5px 6px rgba(10,10,10,.1)
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes mypulse {
    0%,to {
        background: #e00
    }

    50% {
        background: #fff
    }
}

@keyframes goftino_rubberBand {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.7,.7,1);
        transform: scale3d(1.7,.7,1)
    }

    40% {
        -webkit-transform: scale3d(.7,1.7,1);
        transform: scale3d(.7,1.7,1)
    }

    50% {
        -webkit-transform: scale3d(1.25,.8,1);
        transform: scale3d(1.25,.8,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

@keyframes goftino_shake {
    0%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes goftino_tada {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-15deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-15deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.2,1.2,1.2) rotate3d(0,0,1,15deg);
        transform: scale3d(1.2,1.2,1.2) rotate3d(0,0,1,15deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.2,1.2,1.2) rotate3d(0,0,1,-15deg);
        transform: scale3d(1.2,1.2,1.2) rotate3d(0,0,1,-15deg)
    }
}

@keyframes goftino_wobble {
    0%,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-15deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-15deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,10deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,10deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-10deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,5deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,5deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes goftino_rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale3d(1.3,1.3,1.3) rotate3d(0,0,1,-280deg);
        transform: scale3d(1.3,1.3,1.3) rotate3d(0,0,1,-280deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes goftino_flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes goftino_bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}


img {
    vertical-align: middle;
    border: 0
}



button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

textarea {
    overflow: auto
}

.collapse {
    display: none
}

.btn {
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-datatables .input-sm {
    height: 35px;
    padding: 0
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.btn.btn-simple {
    box-shadow: none
}

    .btn.btn-simple, .btn.btn-simple:hover {
        background-color: transparent;
        color: #999
    }

.text-warning {
    color: #ff9800
}

.text-primary {
    color: #9c27b0
}

.text-danger {
    color: #f44336
}

.text-success {
    color: #4caf50
}

.text-info {
    color: #00bcd4
}

.text-rose {
    color: #e91e63
}

.text-gray {
    color: #999
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh
}

@media (min-width: 992px) {
    .hover-collapse {
        display: block;
        position: absolute;
        top: 0;
        right: 81px;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
        border-radius: 6px;
        color: rgba(0,0,0,.87);
        background: #fff
    }
}

.btn {
    border: 0;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow,transform;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1)
}

    .btn::-moz-focus-inner {
        border: 0
    }

    .btn, .btn.btn-default {
        box-shadow: 0 2px 2px 0 rgba(153,153,153,.14),0 3px 1px -2px rgba(153,153,153,.2),0 1px 5px 0 rgba(153,153,153,.12)
    }

        .btn.btn-default.disabled, .btn.btn-default.disabled.active, .btn.btn-default.disabled.focus, .btn.btn-default.disabled:active, .btn.btn-default.disabled:focus, .btn.btn-default.disabled:hover, .btn.btn-default:disabled, .btn.btn-default:disabled.active, .btn.btn-default:disabled.focus, .btn.btn-default:disabled:active, .btn.btn-default:disabled:focus, .btn.btn-default:disabled:hover, .btn.btn-default[disabled], .btn.btn-default[disabled].active, .btn.btn-default[disabled].focus, .btn.btn-default[disabled]:active, .btn.btn-default[disabled]:focus, .btn.btn-default[disabled]:hover, .btn.disabled, .btn.disabled.active, .btn.disabled.focus, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled, .btn:disabled.active, .btn:disabled.focus, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .btn[disabled], .btn[disabled].active, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn, fieldset[disabled] .btn.active, fieldset[disabled] .btn.btn-default, fieldset[disabled] .btn.btn-default.active, fieldset[disabled] .btn.btn-default.focus, fieldset[disabled] .btn.btn-default:active, fieldset[disabled] .btn.btn-default:focus, fieldset[disabled] .btn.btn-default:hover, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
            font-size: inherit;
            color: #fff;
            opacity: .9;
            text-shadow: none
        }


a, a:focus, a:hover {
    color: #09a1b5;
    text-decoration: none
}

:focus {
    outline: 0
}

a:active, a:focus, button::-moz-focus-inner, button:active, button:focus, button:hover, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, select::-moz-focus-inner {
    outline: 0 !important
}

.form-controlChat {
    background-image: linear-gradient(#9c27b0,#9c27b0),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    height: 36px;
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.42857
}

    .form-controlChat:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #aaa;
        font-weight: 400
    }

    .form-controlChat::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #aaa;
        font-weight: 400
    }

    .form-controlChat::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857;
        color: #aaa;
        font-weight: 400
    }

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px
}

    .fileinput .form-controlChat {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text
    }

    .dc-text i, .fileinput .btn, .fileinput-filename {
        vertical-align: middle
    }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden
}

.form-controlChat .fileinput-filename {
    vertical-align: bottom
}

.fileinput.input-group {
    display: table
}

    .fileinput.input-group > * {
        position: relative;
    }

    .fileinput.input-group > .btn-file {
    }

.fileinput-new .input-group .btn-file, .fileinput-new.input-group .btn-file {
    border-radius: 0 4px 4px 0
}

    .fileinput-new .input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-file.btn-xs {
        border-radius: 0 3px 3px 0
    }

    .fileinput-new .input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #ff9800
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ff9800
}


.form-group.has-error .fileinput .thumbnail {
    border-color: #f44336
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #4caf50
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #4caf50
}


.popover {
    padding: 0;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}

    .popover.bottom > .arrow, .popover.left > .arrow, .popover.right > .arrow, .popover.top > .arrow {
        border: 0
    }

.popover-title {
    background-color: #fff;
    border: 0;
    padding: 15px 15px 5px;
    font-size: 1.3em
}

.popover-content {
    padding: 10px 15px 15px;
    line-height: 1.4
}



@media (max-width: 767px) {
    .fileinput {
        display: block
    }


}

.form-controlChat {
    direction: rtl;
    text-align: right
}



.padding {
    padding: 15px
}



.loading, .notify_date div {
    width: 100%;
    position: absolute;
    right: 0;
    text-align: center
}

.loading {
    
    top: 0;
    color: #28b6d5;
    display: none;
    height: calc(100vh - 230px);
    background: #fff
}


.box-footer {
    width: 100%;
    margin: 0;
    background: #fff;
    align-self: flex-end;
    -webkit-align-self: flex-end
}

#box-new-message-content {
    padding: 0 5px 0 10px
}

    #box-new-message-content .dc-text {
        cursor: pointer;
        border-radius: 8px
    }

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.box-header, .dc-msg {
    display: block;
    position: relative
}

.box-header {
    color: #444;
    padding: 13px 10px
}

    .box-header > .box-tools {
        position: absolute;
        left: 2px;
        bottom: 2px
    }

.box-body {
    /* position: relative; */
    overflow-x: hidden;
    padding: 0;
    height: calc(100vh - 200px);
    background: #f3f3f3
}

.dc-msg {
    margin-bottom: 6px;
    width: 100%;
    direction: rtl
}

.dc-info {
    display: block;
    margin-bottom: -5px;
    font-size: 11px
}

#box-chat .right .dc-img {
    right: 0
}

.dc-img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
    position: absolute;
    
    bottom: 6px
}

 .right > .dc-text {
    background: #fff;
    color: #444
}

.right .dc-text svg {
    fill: #555
}



.dc-text {
    border-radius: 22px;
    position: relative;
    padding: 11px 15px;
    background: #00bcd4;
    color: #fff;
    border: 0;
    margin: 0 0 5px 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block;
    float: left;
    max-width: calc(100% - 75px)
}


.dox-endchat {
    height: 55px;
    width: 200px;
}
.dc-endchat {
    border-radius: 22px;
    position: relative;
    padding: 11px 15px;
    background: #eb8121;
    color: #fff;
    border: 0;
    margin: 0 0 5px 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block;
    float: left;
}


.right .dc-text {
    margin-right: 8px;
    margin-left: 0;
    float: right;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2)
}

#box-chat .left .dc-text {
    background: 0 0
}

.dc-text a {
    color: inherit;
    text-decoration: underline
}

 .right > .dc-text:after, .right > .dc-text:before {
    border-left-color: #f3f4f7
}

.dc-msg:after, .dc-msg:before {
    content: " ";
    display: table
}

.dc-msg:after {
    clear: both
}

.dc-text:before, .right .dc-text:before {
    bottom: 0;
    height: 18px;
    -webkit-transform: translate(0,-2px);
    width: 16px
}

.dc-text:before {
    content: " ";
    position: absolute;
    
    left: -4px;
    background: #f3f3f3;
    border-bottom-right-radius: 30px
}

.dc-text:after {
    content: " ";
    position: absolute;
    
    left: 4px;
    border-bottom-right-radius: 10px
}

.right .dc-text:before {
    
    right: -4px;
    left: auto;
    border-radius: 0;
    border-bottom-left-radius: 30px;
    box-shadow: 4px 6px 7px -5px rgba(0,0,0,.3);
    background: #fff
}

.dc-text:after, .right .dc-text:after {
    bottom: -2px;
    width: 16px;
    height: 20px;
    background: #f3f3f3;
    -webkit-transform: translate(-20px,-2px)
}

.right .dc-text:after {
    
    right: -36px;
    left: auto;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    box-shadow: inset 2px 0 3px -3px rgba(0,0,0,.45)
}

.dc-timestamp {
    direction: ltr;
    color: #666
}

.file {
    font-family: arial,tahoma;
    white-space: initial
}

.right .file:after, .right .file:before {
    border-right: 0
}

.file a {
    text-decoration: none
}

.file svg {
    width: 36px;
    height: 36px;
    margin: 0
}

.file .file-box {
    width: calc(100% - 70px);
    float: left;
    margin: 0 6px 0 10px;
    direction: ltr
}

    .file .file-box a {
        float: left;
        font-size: 13px;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap
    }

    .file .file-box span {
        float: left;
        font-size: 11px;
        opacity: .7;
        margin-top: -3px
    }

#box-send, .typing {
    display: inline-block
}





.hide_ba:after, .hide_ba:before {
    display: none
}



.notify_date {
    text-align: center;
    color: #999;
    padding: 20px 0
}

    .notify_date:before {
        border-top: 1px solid #dcdcdc;
        width: 96%;
        position: absolute;
        top: 19px;
        right: 2%;
    }

    .notify_date div {
        top: 10px;
    }

        .notify_date div span {
            background: #f3f3f3;
            padding: 0 10px;
            font-size: 12px
        }

#box-send textarea {
    border: 0;
    background: 0 0 !important;
    overflow: hidden;
    height: auto;
    min-height: 30px;
    resize: none
}

.box-footer .input-group .input-group-btn {
    padding: 0
}

.fix-contentchat {
    float: left;
    margin: 3px 5px
}

.box-footer .btn-simple {
    padding: 5px 4px;
    margin: 0
}

    .box-footer .btn-simple i {
        font-size: 22px
    }

.box-footer .form-group {
    margin: 0;
    padding: 5px;
    width: calc(100% - 110px);
    float: right
}

.box-footer .panel {
    margin: 0
}



.fix-contentchat .btn-file, .fix-contentchat i {
    opacity: .6
}

.fix-contentchat .fileinput-new i {
    opacity: .6;
    color: #555
}

.fix-contentchat .btn-file:hover i, .fix-contentchat i:hover {
    opacity: 1
}

.dragandrophandler {
    border: 0
}

.dragandrophandlerbg {
    position: fixed;
    right: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: none;
}

    .dragandrophandlerbg i {
        font-size: 8em
    }

.nimhide {
    border: 0
}

    .nimhide #chatbox {
        opacity: .15
    }

    .nimhide .dragandrophandlerbg {
        display: inline-block
    }

.hidden {
    display: none
}



.load-older {
    display: inherit;
    cursor: pointer;
    text-align: center;
    position: relative;
    min-width: 150px;
    min-height: 30px;
    margin: 0 auto 10px;
    padding: 3px 15px;
    border-radius: 20px;
    color: #333;
    background-color: #fff;
    border: 0;
    font-size: 12px
}

    .load-older:hover {
        font-weight: 700
    }

.cssload-loader {
    width: 50px;
    height: 10px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%)
}

    .cssload-loader > div {
        content: " ";
        width: 10px;
        height: 10px;
        background: #311423;
        border-radius: 100%;
        position: absolute;
        animation: cssload-shift 2.3s linear infinite;
        -o-animation: cssload-shift 2.3s linear infinite;
        -ms-animation: cssload-shift 2.3s linear infinite;
        -webkit-animation: cssload-shift 2.3s linear infinite;
        -moz-animation: cssload-shift 2.3s linear infinite
    }

        .cssload-loader > div:nth-of-type(1) {
            animation-delay: -.46s;
            -o-animation-delay: -.46s;
            -ms-animation-delay: -.46s;
            -webkit-animation-delay: -.46s;
            -moz-animation-delay: -.46s
        }

        .cssload-loader > div:nth-of-type(2) {
            animation-delay: -.92s;
            -o-animation-delay: -.92s;
            -ms-animation-delay: -.92s;
            -webkit-animation-delay: -.92s;
            -moz-animation-delay: -.92s
        }

        .cssload-loader > div:nth-of-type(3) {
            animation-delay: -1.38s;
            -o-animation-delay: -1.38s;
            -ms-animation-delay: -1.38s;
            -webkit-animation-delay: -1.38s;
            -moz-animation-delay: -1.38s
        }

        .cssload-loader > div:nth-of-type(4) {
            animation-delay: -1.84s;
            -o-animation-delay: -1.84s;
            -ms-animation-delay: -1.84s;
            -webkit-animation-delay: -1.84s;
            -moz-animation-delay: -1.84s
        }

#emoji span, .but {
    cursor: pointer
}

.box-new-message .dc-text:after, .box-new-message .dc-text:before, .btn-send {
    display: none
}

.activechat {
    background: #e91e63;
    color: #fff
}

.chatnotf {
    background: #ff9800;
    color: #fff
}

#emoji div {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 0;
    text-align: center
}

#emoji span {
    padding: 5px 3px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    -webkit-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    -ms-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important
}

    #emoji span:hover {
        transition-delay: 0ms;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

#box-chat .form-group textarea {
    height: 30px;
    padding: 5px 0;
    font-size: 14px;
    min-height: auto;
    max-height: 200px
}

#box-chat .box-header {
    background: #f5df68;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#box-chat .box-body {
    padding: 0 12px 0 7px;
    font-size: 13px
}

#box-chat .avatar {
    height: 50px;
    position: relative
}

.avatar span {
    position: absolute;
    
    top: 4px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid transparent;
    overflow: hidden
}

#box-chat .avatar img {
    width: 40px;
    height: 40px
}
z-index
#box-chat .avatar span:nth-child(2) img {
    opacity: .9
}

#box-chat .avatar span:nth-child(3) img {
    opacity: .8
}

#box-chat .avatar span:nth-child(2) {
    
    right: 22px
}

#box-chat .avatar span:nth-child(3) {
    
    right: 42px
}

#box-chat .avatar span:nth-child(4) {
    
    right: 62px;
    background: rgba(255,255,255,.2);
    border: 0;
    color: rgba(0,0,0,.5);
    padding-left: 3px;
    text-align: left;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    width: 41px;
    height: 41px;
    top: 12px;
    border-radius: 50px
}

#box-chat .title-name {
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px
}

#box-chat .title-text {
    opacity: .8;
    font-size: 12px
}

/**/
#box-chat .box-body, #box-chat .chatboxi  {
    height: 490px; 
  /*  height: 100vh; /*calc(100vh);*/
}

#box-chat .box-footer .form-group {
    width: calc(100% - 80px)
}

#box-chat .fix-contentchat {
    margin: 4px 4px 3px 3px;
    height: 35px
}





#box-chat .focustype {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(150,165,190,.4)
}

#box-chat .box-footer {
    /*position: relative*/
}

#box-chat #chatbox {
    height: -webkit-fill-available;
    padding: 10px;
    overflow-x: hidden;
    background-color: #f3f3f3;
    font-size:14px
}

#box-chat .dc-img {
    right: 0
}

.cssload-piano {
    margin: 7px 6px 6px;
    height: 8px;
    font-size: 12px
}

    .cssload-piano > div {
        height: 7px;
        float: right;
        width: 8px;
        border-radius: 50%;
        margin-right: 5px;
        animation: stretchdelay 1.38s infinite ease-in-out;
        -o-animation: stretchdelay 1.38s infinite ease-in-out;
        -ms-animation: stretchdelay 1.38s infinite ease-in-out;
        -webkit-animation: stretchdelay 1.38s infinite ease-in-out;
        -moz-animation: stretchdelay 1.38s infinite ease-in-out
    }

    .cssload-piano .cssload-rect2 {
        animation-delay: -1.15s;
        -o-animation-delay: -1.15s;
        -ms-animation-delay: -1.15s;
        -webkit-animation-delay: -1.15s;
        -moz-animation-delay: -1.15s
    }

    .cssload-piano .cssload-rect3 {
        animation-delay: -.92s;
        -o-animation-delay: -.92s;
        -ms-animation-delay: -.92s;
        -webkit-animation-delay: -.92s;
        -moz-animation-delay: -.92s
    }

    .cssload-piano .cssload-rect4 {
        animation-delay: -.69s;
        -o-animation-delay: -.69s;
        -ms-animation-delay: -.69s;
        -webkit-animation-delay: -.69s;
        -moz-animation-delay: -.69s
    }

.font14 {
    font-size: 14px
}



.icond {
    position: relative;
    padding-top: 20px;
    text-align: right;
    width: 60px;
    height: 25px;
    float: right
}

    .icond img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        overflow: hidden
    }



.unread-num {
    font-size: 12px;
    background: #f44336;
    position: absolute;
    
    right: 50px;
    top: 5px;
    width: 20px;
    line-height: 22px;
    height: 20px;
    display: none;
    transition: all .2s ease
}

.box-new-message {
    min-width: 180px;
    max-width: 300px;
    display: none;
    font-size: 13px;
    overflow: hidden;
    padding-top: 5px
}

    .box-new-message .dc-text {
        box-shadow: 0 2px 7px rgba(0,0,0,.3);
        background: #fff;
        color: #444;
        max-width: 100% !important;
        line-height: 23px
    }

    .box-new-message .dc-img {
        box-shadow: 0 2px 7px rgba(0,0,0,.2);
        width: 32px;
        height: 32px;
        margin-top: 5px
    }


#btn-close-chat div, .unread-num {
    border-radius: 50%;
    color: #fff;
    text-align: center
}


#btn-close-chat {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 10px
}

    #btn-close-chat div {
        background: rgba(0,0,0,.1);
        cursor: pointer;
        width: 28px;
        height: 28px;
        padding-top: 5px;
        float: left
    }

        #btn-close-chat div:hover {
            background: rgba(0,0,0,.3)
        }

    #btn-close-chat div, .unread-num {
        border-radius: 50%;
        color: #fff;
        text-align: center
    }

#btn-max-chat {
    position: absolute;
    top: 0;
    left: 25px;
    padding-top: 10px;
    padding-left: 10px
}

    #btn-max-chat div {
        background: rgba(0,0,0,.1);
        cursor: pointer;
        width: 28px;
        height: 28px;
        padding-top: 5px;
        float: left
    }

        #btn-max-chat div:hover {
            background: rgba(0,0,0,.3)
        }

    #btn-max-chat div, .unread-num {
        border-radius: 50%;
        color: #fff;
        text-align: center
    }

#btn-end-chat {
    position: absolute;
    top: 0;
    left: 55px;
    padding-top: 10px;
    padding-left: 10px
}

    #btn-end-chat div {
        background: rgba(0,0,0,.1);
        cursor: pointer;
        width: 28px;
        height: 28px;
        padding-top: 5px;
        float: left
    }

        #btn-end-chat div:hover {
            background: rgba(0,0,0,.3)
        }

    #btn-end-chat div, .unread-num {
        border-radius: 50%;
        color: #fff;
        text-align: center
    }



#box-widget-icon {
    cursor: pointer;
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    padding-top: 10px;
    position: relative
}

.widget-icon {
    transition: all .2s ease !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    margin: 0 auto
}

    .widget-icon img {
        border-radius: 50%;
        width: 100%;
        height: 100%
    }

    #box-widget-icon:hover .unread-num, .widget-icon:hover {
        transform: scale(1.1)
    }



#emoji {
    -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,.13);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0,0,0,.13);
    box-shadow: 0 -5px 20px 0 rgba(0,0,0,.13);
    border-bottom: 1px solid #dcdcdc;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    
    bottom: 60px;
    right: 0;
    background: #fff
}

.tagha span {
    display: inline-block;
    margin: 2px 3px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    background: #ddd;
    color: #333
}

    .tagha span.chkagain {
        background: #337ab7;
        color: #fff
    }


::-webkit-input-placeholder {
    color: #aaa !important
}

::-moz-placeholder {
    color: #aaa !important
}

:-ms-input-placeholder {
    color: #aaa !important
}

:-moz-placeholder {
    color: #aaa !important
}

.emojz {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -2px
}

    .emojz .dc-text, .emojz .dc-text:after, .emojz .dc-text:before {
        line-height: 45px;
        background: 0 0 !important;
        box-shadow: none !important;
        border: 0;
        font-size: 40px;
        padding: 0
    }

.left.emojz .dc-text {
    text-align: left
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


@media (min-width: 411px) {
    #box-chat .box-body, .box-new-message {
        font-size: 14px
    }

    #box-chat .form-group textarea, #box-chat .title-name {
        font-size: 15px
    }

    #box-chat .title-text, .copyright1 {
        font-size: 13px
    }

    .unread-num {
        font-size: 14px;
        right: 50px;
        top: 3px;
        width: 24px;
        line-height: 26px;
        height: 24px
    }

    .file span {
        font-size: 12px
    }

    .dc-img {
        width: 36px !important;
        height: 36px !important;
        bottom: 5px
    }

    .right .dc-text {
        max-width: calc(100% - 83px);
       
    }
}

@media (max-width: 409px) {
    #box-chat .box-body, .box-new-message {
        font-size: 13px
    }

    #box-chat .form-group textarea, #box-chat .title-name {
        font-size: 15px
    }

    #box-chat .title-text, .copyright1, .unread-num {
        font-size: 13px
    }

    .unread-num {
        right: 50px;
        top: 4px;
        width: 22px;
        line-height: 24px;
        height: 22px
    }

    .file span {
        font-size: 12px
    }

    .dc-img {
        width: 36px !important;
        height: 36px !important;
        bottom: 5px
    }

    .right .dc-text {
        max-width: calc(100% - 83px);
        
    }
}

.after_send_offline {
    text-align: center;
    background: #4caf50;
    color: #fff;
    padding: 10px;
    margin: 25px 0;
    border-radius: 6px;
    font-size: 14px
}

.send_area {
    text-align: center
}

.goftino_field {
    border: 0;
    width: 100%;
    margin: 8px 0;
    padding-bottom: 5px;
    background-image: linear-gradient(#ff9800,#ff9800),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out
}

    .goftino_field.focus_field {
        outline: 0;
        background-size: 100% 2px,100% 1px;
        transition: background .2s ease-out
    }

.error_field {
    background-image: linear-gradient(#f44336,#f44336),linear-gradient(#d2d2d2,#d2d2d2) !important
}

.goftino_field:first-of-type {
    margin-top: 15px
}

.sendFormButton {
    display: inline-block;
    margin: 10px auto;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 15px;
    cursor: pointer
}

    .sendFormButton:hover {
        opacity: .8
    }

.timeago_left, .timeago_right {
    color: #888;
    font-size: 11px;
    direction: rtl;
    width: 100%;
    float: right;
    padding-bottom: 2px
}

.timeago_left {
    padding-left: 7px;
    text-align: left
}

.timeago_right {
    padding-right: 10px;
    text-align: right
}

.form_btm {
    height: calc(100vh - 30px)
}

.form_offline .dc-text {
    width: 85%
}

.box-footer .btn-emoji {
    padding-top: 3px
}

#mic:hover svg, .btn-emoji:hover svg {
    fill: #888
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.goftinoaudioplayer {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%
}

    .goftinoaudioplayer svg {
        fill: #666
    }

    .goftinoaudioplayer div {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    .amazingaudioplayer-time, .goftinoaudioplayer ul {
        display: none
    }

    .goftinoaudioplayer .amazingaudioplayer-bar-clear {
        clear: both
    }

    .goftinoaudioplayer .amazingaudioplayer-playpause {
        float: left;
        width: 48px;
        margin: 0 15px 0 0
    }

.amazingaudioplayer-pause, .amazingaudioplayer-play {
    position: relative
}

    .amazingaudioplayer-pause:hover, .amazingaudioplayer-play:hover {
        opacity: .8
    }

.goftinoaudioplayer .amazingaudioplayer-progress {
    position: relative;
    background-color: rgba(0,0,0,.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    margin: 4px 15px 4px 4px
}

.goftinoaudioplayer .amazingaudioplayer-progress-loaded {
    background-color: rgba(0,0,0,.3)
}

.goftinoaudioplayer .amazingaudioplayer-progress-played {
    background-color: #fff
}

.amazingaudioplayer-time, .amazingaudioplayer-timeall {
    text-align: left;
    direction: ltr;
    font-size: 12px;
    line-height: 26px
}

#mic {
    float: right;
    width: 35px;
    cursor: pointer;
    padding: 6px 5px 0 0;
    border-radius: 50px
}



#mictimer, .dc-text.audiotype, select {
    width: 100%
}

.right .amazingaudioplayer-progress {
    background-color: rgba(0,0,0,.2)
}

.right .amazingaudioplayer-progress-loaded {
    background-color: rgba(255,255,255,.5)
}

#mictimer {
    display: none;
    min-height: 42px
}

#mic.pressmic, .mydlsound, .picprev span {
    position: absolute;
}

#mic.pressmic {
    width: 80px;
    height: 80px;
    right: -10px;
    bottom: -10px;
    transition: all .15s ease
}

.pressmic svg {
    fill: #fff !important;
    display: block;
    margin: 15px auto;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

#mictimer span {
    background: #e00;
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    margin: 13px;
    -webkit-animation: mypulse 1s linear 0s infinite
}

#recordtime {
    float: left;
    margin: 7px;
    color: #888;
    font-size: 13px
}

.picprev img {
    max-width: 220px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 12px;
    min-width: 60px;
    min-height: 40px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
}

.picprev span {
    
    left: 6px;
    bottom: 10px;
    font-size: 11px;
    background: rgba(0,0,0,.4);
    padding: 2px 7px 0;
    direction: ltr;
    border-radius: 15px;
    color: #fff;
    line-height: 18px
}

.dc-text.picprev {
    background: 0 0 !important;
    padding: 5px 0;
    box-shadow: none
}

    .dc-text.picprev::after, .dc-text.picprev::before {
        background: 0 0;
        box-shadow: none
    }

.mydlsound {
    top: 2px;
    right: 15px;
    display: none
}

.audiotype:hover .mydlsound {
    display: block
}

.mydlsound i {
    font-size: 20px
}

.dc-text a:hover {
    opacity: .7
}

.goftino_rubberBand, .goftino_shake, .goftino_tada, .goftino_wobble {
    animation-name: goftino_rubberBand;
    animation-duration: 1s;
    animation-fill-mode: both
}

.goftino_shake, .goftino_tada, .goftino_wobble {
    animation-name: goftino_shake
}

.goftino_tada, .goftino_wobble {
    animation-name: goftino_tada
}

.goftino_wobble {
    animation-name: goftino_wobble
}

.goftino_rotateIn {
    animation-name: goftino_rotateIn
}

.goftino_bounceIn, .goftino_flip, .goftino_rotateIn {
    animation-duration: 1s;
    animation-fill-mode: both
}

.goftino_flip {
    backface-visibility: visible;
    animation-name: goftino_flip
}

.goftino_bounceIn {
    animation-name: goftino_bounceIn
}

.status_pm {
    color: #c1c1c1;
    float: left;
    margin: 8px 5px
}

    .status_pm svg {
        fill: #c1c1c1
    }

.doResendPM {
    cursor: pointer
}

    .doResendPM svg {
        fill: #00bcd4
    }

.resend-animate {
    animation: spinn 1s linear infinite
}

.doResendPM:hover svg {
    fill: #0096aa
}

.box-rating {
    text-align: center;
    padding: 12px 12px 8px
}

    .box-rating span {
        display: inline-block;
        font-size: 29px;
        transition: all .2s ease;
        margin: 8px 4px
    }

        .box-rating span:hover {
            transform: scale(1.2);
            cursor: pointer
        }

    .box-rating div {
        font-size: 12px;
        color: #777;
        display: block;
        height: 20px
    }

@media print {
    .widget-icon {
        display: none !important
    }
}



#replybox {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
    display: none
}

    #replybox span:first-child {
        float: left;
        padding: 0;
        cursor: pointer
    }

    #replybox span:hover svg {
        fill: red
    }

    #replybox div {
        display: inline-block;
        font-size: 12px;
        max-width: calc(100% - 30px)
    }

        #replybox div svg {
            margin-left: 10px
        }

    #replybox svg {
        vertical-align: middle
    }

.reply_but {
    float: left;
    margin: 8px 5px;
    cursor: pointer;
    opacity: 0;
    transition: all .2s ease-out
}

    .reply_but svg {
        fill: #666
    }

.right .reply_but svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.dc-msg:hover .reply_but, .qa_btn a:hover {
    opacity: 1
}

.right .reply_but {
    float: right;
    margin-right: 6px
}

.dc-text-reply {
    border-radius: 6px;
    padding: 3px 10px 4px;
    margin: 2px -3px 10px;
    font-size: 11px;
    cursor: pointer
}

.reply-op {
    border-right: 3px solid #fff;
    color: rgba(0,0,0,.8)
}

.left .reply-op {
    border-right: 3px solid #fff !important;
    background: rgba(255,255,255,.2);
    color: #fff
}

.reply-u {
    border-right: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.1)
}

.dc-text .emj {
    font-size: 17px
}

.emojz .dc-text .emj {
    font-size: inherit
}

.dirltr {
    direction: ltr
}

#box-new-message-content .dc-text {
    word-break: break-word;
    margin-right: 0;
    min-width: 40%
}


.qa_btn {
    border-radius: 6px;
    margin: 5px 1px;
    padding: 4px 12px;
    transition: all .3s ease
}

    .qa_btn a {
        display: block
    }

    .qa_btn:hover {
        opacity: .8;
        cursor: pointer
    }

.box-answer {
    margin-top: 10px
}

.dc-text #qa_goback {
    display: inline-block;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,.4);
    padding: 1px 7px;
    border-radius: 6px;
    margin: 10px 0 0;
    cursor: pointer
}

.box-qa #qa_goback {
    margin-top: 0;
    border-color: #ccc
}

#qa_goback:hover {
    opacity: .8
}

.uploader-box {
    position: relative;
    margin: 1px 0 0 3px;
    width: 34px;
    height: 34px;
    float: left
}

    .uploader-box:hover {
        opacity: .7;
        cursor: pointer
    }

.uploader-circle {
    position: absolute;
    
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px
}

.uploader-circle-wait {
    border: 2px solid #fff
}

.uploader-stop {
    padding: 7px;
    
    cursor: pointer
}

    .uploader-stop svg {
        margin: 0
    }

.uploader-file {
    width: calc(100% - 60px);
    float: left;
    margin: 0 8px 0 13px;
    direction: ltr;
    font-family: arial,tahoma
}

.uploader-text {
    font-size: 13px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    float: left
}

.uploader-size {
    font-size: 11px;
    opacity: .7;
    margin-top: -3px;
    float: left
}

#send_form_start {
    min-width: 100px;
    height: 32px;
    overflow: hidden
}

.qa_btn a, a.sendFormButton {
    text-decoration: none
}


#box-send {
    border: 0;
    box-shadow: none;
    position: fixed;
    padding: 5px;
    background: #fff;
    width: 100%;
    margin: 0;
    border-radius: 0;
    bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#box-chat .box-footer .hasmic .form-group {
    width: calc(100% - 80px)
}

#box-chat .left .dc-text,
#box-chat .box-header,
.cssload-loader div,
.avatar span,
.dc-text:before,
.pressmic,
.right .amazingaudioplayer-progress-played,
.qa_btn {
    background: #eb8121
}

.load-older,
.emojz div {
    color: #eb8121
}

#box-chat .avatar img,
.reply-op {
    border-color: #eb8121
}

.reply-op {
    background: rgba(250, 110, 70, 0.15)
}


.left .dc-text svg {
    fill: white
}

#replybox div svg {
    fill: #eb8121
}

#box-widget-icon {
    float: right
}

#box-new-message-content .dc-text {
    float: right;

}

.unread-num {
    right: 50px
}

#box-new-message-content .dc-img {
    right: 0
}

.sendFormButton {
    background: #eb8121;
    color: white !important
}

.focus_field {
    background-image: linear-gradient(#eb8121, #eb8121), linear-gradient(#D2D2D2, #D2D2D2)
}

.hasmic {
    width: calc(100% - 107px);
    width: 195px;
    font-size: 11px;
    text-align: left
}

#box-chat {
    width: 380px;
    height: 70vh;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,.25) 0 0 15px;
    margin: 15px;
    direction: rtl;
}



