.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    -webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
    transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}
.show {
    opacity: 1;
    transition: 600ms;
    display: block !important;
}
.fab {
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    height: 56px;
    width: 56px;
    box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39);
    -webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
    transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}
#User {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
   /* Firefox */
    image-rendering: -o-crisp-edges;
   /* Opera */
   /* border: 5px solid rgb(23, 74, 62);
    */
    transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
    border-radius: 50%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}
.fab.active {
    cursor: default;
    background: transparent;
    border-radius: 10px;
    width: 290px;
    height: 484px;
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.35);
    bottom: 30px;
    right: 30px;
}
#chatview {
    width: 290px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}
.profile_small {
    height: 60px !important;
}
#profile {
    height: 140px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}
.p1 #profile {
   /* background: url(https://s-media-cache-ak0.pinimg.com/736x/d3/18/e3/d318e37a77f3ddad4ccb92fafdef0019.jpg);
    */
    background: #073980;
   /* background-size: cover;
    */
   /* background-position: 0;
    */
}
#profile p {
    font-weight: 600;
    font-size: 24px;
    margin: 118px 0 -1px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#profile p.animate {
    margin-top: 100px;
    opacity: 1;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#profile span {
    font-weight: 400;
    font-size: 12px;
}
#chat-messages::-webkit-scrollbar {
    display: none;
}
#chat-messages {
    opacity: 0;
    margin-top: 30px;
    width: 290px;
    height: calc(100% - 118px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chat-messages.animate {
    opacity: 1;
    margin-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
#chat-messages div.message label {
    color: #607D8B;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    width: 100%;
    display: block;
}
#chat-messages div.message {
    padding: 10px 10px;
    clear: both;
    margin-bottom: 45px;
}
#chat-messages .message img {
    float: left;
   /* border-radius: 50%;
    */
    width: 30px;
    margin: 5px;
}
#chat-messages div.message.right img {
    float: right;
}
.message .bubble {
    max-width: 80%;
    overflow-wrap: break-word;
    min-width: 50px;
   /* background: rgba(96, 125, 139, 0.82);
    */
    font-size: 13px;
    font-weight: 600;
    padding: 12px 13px;
    border-radius: 5px 5px 5px 0px;
    color: #ffffff;
    position: relative;
    float: left;
}
.sent-msg-bubble {
    background: #db0135;
}
.received-msg-bubble {
    background: #073980;
}
#chat-messages div.message.right .bubble {
    float: right;
    border-radius: 5px 5px 0px 5px;
}
.bubble span {
    color: #aab8c2;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -22px;
}
.small {
    height: 60px !important;
}
#sendmessage {
    height: 60px;
    border-top: 1px solid #e7ebee;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 290px;
    background: #fff;
    padding-bottom: 50px;
}
#sendmessage :first-child{
    width: calc(100% - 70px);
    background: #fff;
    margin: 21px 0px 0px 10px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    height: initial;
    overflow:hidden;
    color: #515151;
    resize: none;
}
#sendmessage :first-child:focus {
    outline: 0;
}
#sendmessage button {
    background: #fff url("../../assets/img/paper-plane-icon.png");
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
}
#sendmessage button:hover {
    cursor: pointer;
    background-position: 0 0;
}
#sendmessage button:focus {
    outline: 0;
}
#close {
    position: absolute;
    top: 8px;
    opacity: 0.8;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#minimize {
    position: absolute;
    top: 10px;
    opacity: 0.8;
    right: 30px;
    width: 15px;
    height: 20px;
    cursor: pointer;
}
#minimize:hover {
    opacity: 1;
}
.m1 {
    background: #fff;
    position: absolute;
    width: 15px;
    top: 13px;
    right: 10px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#close:hover {
    opacity: 1;
}
.cx, .cy {
    background: #fff;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.cx.s1, .cy.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cx.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 200 ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#chatview, #sendmessage {
    overflow: hidden;
    border-radius: 6px;
}
.chat-tag {
    z-index: 1000;
    position: relative;
}
