@import 'https://fonts.googleapis.com/css?family=Noto+Sans';
 * {
	 box-sizing: border-box;
}
 body {
	 background: skyblue;
	 font: 12px/16px 'Noto Sans', sans-serif;
}
 .floating-chat {
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 position: fixed;
	 bottom: 40px;
	 right: 40px;
	 width: 111px;
	 height: 33px;
	 transform: translateY(70px);
	 transition: all 250ms ease-out;
	 border-radius: 8%;
	 opacity: 0;
	 background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
	 background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
	 background-repeat: no-repeat;
	 background-attachment: fixed;
         z-index: 10;
}
 .floating-chat.enter:hover {
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	 opacity: 1;
}
 .floating-chat.enter {
	 transform: translateY(0);
	 opacity: 1;
	 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat .nm_chat_title {
margin-left: 5px;
}
 .floating-chat.expand {
	 width: 400px;
	 max-height: 400px;
	 height: 400px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
}
 .floating-chat :focus {
	 outline: 0;
	 box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat .nm_m_counter {
	font-size: 11px;
	font-weight: bold;
	color: #fdfdfd;
	text-align: center;
	border-radius: 20px;
	background-color: #f00;
	white-space: nowrap;
	min-width: 15px;
	position: absolute;
	top: -2px;
	right: -2px;
}

 .floating-chat button {

}

 .floating-chat .nm_send {
	 display: flex;
         padding: 0.375rem 0.75rem;
         align-items: center;
         text-align: center;
	 cursor: pointer;
         font-size: large;
         width: 40px;
         justify-content: center;
}

.floating-chat .nm_attach {
	 display: flex;
         flex-direction: column;
         text-align: center;

}

.floating-chat .nm_attbtn {
	 display: flex;
         flex-direction: column;
         padding: 0.8rem 0.8rem;
         align-items: center;
         text-align: center;
	 cursor: pointer;
         font-size: large;
         width: 40px;
         justify-content: center;
}

 .floating-chat .chat {
	 display: flex;
	 flex-direction: column;
	 position: absolute;
	 opacity: 0;
	 width: 1px;
	 height: 1px;
	 border-radius: 50%;
	 transition: all 250ms ease-out;
	 margin: auto;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .floating-chat .chat.enter {
	 opacity: 1;
	 border-radius: 0;
	 margin: 10px;
	 width: auto;
	 height: auto;
}
 .floating-chat .chat .header {
	 flex-shrink: 0;
	 padding-bottom: 10px;
	 display: flex;
         flex-wrap: wrap;
	 background: transparent;
}
 .floating-chat .chat .header .title {
	 flex-grow: 1;
	 flex-shrink: 1;
	 padding: 0 5px;
}
 .floating-chat .chat .header button {
     	 background: transparent;
	 border: 0;
	 color: white;
	 text-transform: uppercase;
	 border-radius: 3px;
	 cursor: pointer;
	 flex-shrink: 0;
         padding: 0px 4px;
}

.floating-chat .chat .header .nm_audio_call {
    margin-right: 30px;
    cursor: pointer;
}
.floating-chat .chat .header .nm_chat_size {
    margin-right: 10px;
    cursor: pointer;
}


 /*.floating-chat .chat .header .nm_audio_call {
    margin-right: 30px;
    cursor: pointer;
    display: none;
}

 .floating-chat.expand .chat .header .nm_audio_call {
    margin-right: 30px;
    cursor: pointer;
    display: block;
}

.floating-chat .chat .header .nm_chat_size {
    margin-right: 10px;
    cursor: pointer;
    display: none;
}

.floating-chat.expand .chat .header .nm_chat_size {
    margin-right: 10px;
    cursor: pointer;
    display: block;
}

.floating-chat .chat .header .nm_chat_close {
    display: none;
}

 .floating-chat.expand .chat .header .nm_chat_close {
    display: block;
}
*/

 .floating-chat .chat .header .nm_send_tribute {

    /* flex-basis: 45%; */
    flex-grow: 2;
     cursor: pointer;
}

 .floating-chat .chat .header .nm_tribute {

    /* flex-basis: 45%; */
    flex-grow: 2;
}



 .floating-chat .chat .messages {
	 padding: 10px;
	 margin: 0;
	 list-style: none;
	 overflow-y: scroll;
	 overflow-x: hidden;
	 flex-grow: 1;
	 border-radius: 4px;
	 background: transparent;
}
 .floating-chat .chat .messages::-webkit-scrollbar {
	 width: 5px;
}
 .floating-chat .chat .messages::-webkit-scrollbar-track {
	 border-radius: 5px;
	 background-color: rgba(25, 147, 147, 0.1);
}
 .floating-chat .chat .messages::-webkit-scrollbar-thumb {
	 border-radius: 5px;
	 background-color: rgba(25, 147, 147, 0.2);
}
 .floating-chat .chat .messages li {
	 position: relative;
	 clear: both;
	 display: inline-block;
	/* padding: 14px; */
	 margin: 0 0 20px 0;
	 font: 12px/16px 'Noto Sans', sans-serif;
	 border-radius: 10px;
	 background-color: rgba(25, 147, 147, 0.2);
	 word-wrap: break-word;
	 max-width: 81%;
}
 .floating-chat .chat .messages li #nm_avatar {
	 position: absolute;
	 top: 0;
	 width: 30px;
	 height: 30px;
	 border-radius: 30px;
	 content: '';
	 background-size: cover;
}
 .floating-chat .chat .messages li:after {
	 position: absolute;
	 top: 10px;
	 content: '';
	 width: 0;
	 height: 0;
	 border-top: 10px solid rgba(25, 147, 147, 0.2);
}
 .floating-chat .chat .messages li.other {
	 animation: show-chat-odd 0.15s 1 ease-in;
	 -moz-animation: show-chat-odd 0.15s 1 ease-in;
	 -webkit-animation: show-chat-odd 0.15s 1 ease-in;
	 float: right;
	 margin-right: 45px;
	 color: #00ffe6;
         display: flex;
         /*flex-wrap: wrap; */
         flex-direction: column;
         padding-top: 14px;
         padding-left: 14px;
         padding-right: 14px;
}
 .floating-chat .chat .messages li.other #nm_avatar {
	 right: -45px;
	 /* background-image: url(https://github.com/Thatkookooguy.png); */
}
 .floating-chat .chat .messages li.other:after {
	 border-right: 10px solid transparent;
	 right: -10px;
}
 .floating-chat .chat .messages li.self {
	 animation: show-chat-even 0.15s 1 ease-in;
	 -moz-animation: show-chat-even 0.15s 1 ease-in;
	 -webkit-animation: show-chat-even 0.15s 1 ease-in;
	 float: left;
	 margin-left: 45px;
	 color: #0ec879;
         display: flex;
         /*flex-wrap: wrap; */
         flex-direction: column;
                 padding-top: 14px;
         padding-left: 14px;
         padding-right: 14px;
}

.floating-chat .chat .messages li.self .msg_time {
	 color: lightgray;
         font-size: 8px;
         place-self: flex-end;
         position: relative;
         right: -6px;
}

.floating-chat .chat .messages li.self .nm_msg {
        min-width: 100px;
}

.floating-chat .chat .messages li.other .msg_time_send {
	 color: lightgray;
         font-size: 8px;
         place-self: flex-end;
}

.floating-chat .chat .messages li.other .nm_msg {
        min-width: 100px;
}

 .floating-chat .chat .messages li.self #nm_avatar {
	 left: -45px;
	/* background-image: url(https://github.com/ortichon.png); */
}
 .floating-chat .chat .messages li.self:after {
	 border-left: 10px solid transparent;
	 left: -10px;
}

 .floating-chat .chat .messages li audio {
	 max-width: 100%;
}

 .floating-chat .chat .footer {
	 flex-shrink: 0;
	 display: flex;
	 padding-top: 10px;
	 max-height: 90px;
	 background: transparent;
}
 .floating-chat .chat .footer .text-box {
	 border-radius: 3px;
	 background: rgba(25, 147, 147, 0.2);
	 min-height: 100%;
	 width: 100%;
	 margin-right: 5px;
	 color: #0ec879;
	 overflow-y: auto;
	 padding: 2px 5px;
         resize: none;
         border-width: 1px;         
}

 .floating-chat .chat .footer .text-box :focus {
	 outline: 0;
	 box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
 }
 
 .floating-chat .chat .footer .text-box::-webkit-scrollbar {
	 width: 5px;
}
 .floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
	 border-radius: 5px;
	 background-color: rgba(25, 147, 147, 0.1);
}
 .floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
	 border-radius: 5px;
	 background-color: rgba(25, 147, 147, 0.2);
}

.messages-info-panel {
    font: 12px/16px 'Noto Sans', sans-serif;
    color: #0ec879;
    text-align: center;
}

.floating-chat-audio-rec {
    flex-direction: column;
    z-index: 100;
    width: 85%;
    max-width: 400px;
    border-radius: 5px;
    cursor: auto;
    position: fixed;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 88px;
    bottom: 15px;
    background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.42), 0 12px 12px rgba(0, 0, 0, 0.23);
    filter: brightness(1.11);
         
}

.audio_rec_container {
}

.audio_rec_btn_row {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.floating-chat-audio-rec #closear {
    margin-left: auto;
    border-style: none;
    background: transparent;
    color: white;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    
}

.floating-chat-audio-rec .audio_rec {
    margin-bottom: 10px;
    
}

.floating-chat-audio-rec .audio_rec_length {
    color: #fff;
    margin-bottom: 5px;
}

.floating-chat-audio-rec .audio_rec_info_panel {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.floating-chat-audio-rec #audio_rec_send_ama {
    /*color: #000;
    background-color: #379537;*/
    background: #3c763d;
    border-color: #3c763d;
}

.floating-chat-audio-rec #audio_rec_send_ama:hover {
   filter: brightness(0.85);
}

.floating-chat-audio-rec #audio_rec_del {
   /* color: #000;
    background-color: #d31f1f;*/
   
   background: #d63638;
   border-color: #d63638;
}

.floating-chat-audio-rec #audio_rec_del:hover {
   filter: brightness(0.85);
}

.floating-chat-audio-rec #audio_rec_btn {
   /* color: #000;*/
   background: #3c763d;
   border-color: #3c763d;
}

.floating-chat-audio-rec #audio_rec_btn:hover {
   /* color: #000;*/
   filter: brightness(0.85);
}

.floating-chat-file-send {
    display: flex;
    z-index: 100;
    width: 80%;
    max-width: 400px;
    cursor: auto;
    position: fixed;
    background-color: #ffffff; 
    color: white;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    bottom: 15px;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 90%;
    background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.42), 0 12px 12px rgba(0, 0, 0, 0.23);
    filter: brightness(1.11);

}   

.floating-chat-file-send #closefs {
    display: flex;
    cursor: pointer;
    /*margin-left: auto;
    margin-right: 10px;*/
    margin-left: auto;
    border-style: none;
    background: transparent;
    color: white;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
}

.floating-chat-file-send .floating-chat-file-send-button {
    display: flex;

}

.floating-chat-file-send #progress-wrp {
    display: flex;
    padding-bottom: 10px;
    padding-top: 8px;
}

.floating-chat-file-send #dosendfileama {
    color: black;
    background-color: #d7d7d7;
}

.floating-chat-file-send .nm_file_select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.floating-chat-emojis {
    display: flex;
    z-index: 100;
    width: 85%;
    max-width: 600px;
    cursor: auto;
    position: fixed;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 88px;
    bottom: 102px;   
    background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.42), 0 12px 12px rgba(0, 0, 0, 0.23);
    filter: brightness(1.11);
}       

.floating-chat-emojis #closesm {
    /*float: right;
    border-style: none;  
    color: #000;
    margin-right: 5px;
    font-size: medium; 
    cursor: pointer;*/
    display: flex;
    cursor: pointer;
    margin-left: auto;
    border-style: none;
    background: transparent;
    color: white;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
}

.floating-chat-emojis .nm_emoji_list {
    overflow-y: auto;
    height: 150px;
}

.floating-chat-emojis .emojiselect {
    cursor: pointer; 
    font-size: 26px;
    word-wrap: break-word;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.floating-chat-tribute-send {
     display: flex;
    z-index: 100;
    width: 95%;
     border-radius: 5px;
     cursor: auto;
      position: fixed;
    background-color: #ffffff; 
	 align-items: center;
	 justify-content: center;
	 color: white;
         min-height: 88px;
         bottom: 15px;

}       

.floating-chat-tribute-send #closets {
    float: right;
    border-style: none;  
    color: #000;
    margin-right: 5px;
    
    text-align: right;
    font-weight: bolder; 
    font-size: large; 
    cursor: pointer;
}

.floating-chat.expand .container_logged_out {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-content: center;
}

.logged_out_text {
  display: flex;
  justify-content: center;
}

.floating-chat .container_logged_out {
    display:none;
}


.floating-chat.max {
       height: calc(100% - 44px);
        width: 100%;
	
	 max-height: calc(100% - 44px);
         bottom: 0px;
	 right: 0px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
}

.nm_call_window {
    
}

.nm_call_window #closeac {
    margin-left: auto;
    border-style: none;
    background: transparent;
    color: white;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    
}

.floating-chat .nm_call_window {
    display: flex;
    z-index: 100;
    width: 50%;
    border-radius: 5px;
    cursor: auto;
    position: fixed;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 88px;
    top: 33px;
    max-width: 220px;
    flex-direction: column;
    margin: 4px;
    background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.19), 0 12px 12px rgba(0, 0, 0, 0.23);
}

.floating-chat .nm_call_header {
    margin-left: auto;
}
.floating-chat .call_body {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -9px;
    overflow-x: hidden;
    flex-grow: 1;
    border-radius: 4px;
    background: transparent;
    display: flex;
    flex-direction: column;
    width: 80%;
    /*align-content: center;
    flex-wrap: wrap;*/
}

.floating-chat .nm_call_header_caller {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
}

.floating-chat .nm_call_header_text {
    font-size: 13px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.floating-chat .nm_call_space {
    margin-bottom: 5px;
    margin-top: 5px;
}

.floating-chat .nm_call_button_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.floating-chat .nm_call_green {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #3c763d;
    border-radius: 44px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
}

.floating-chat .nm_call_red {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #d63638;
    border-radius: 44px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    font-size: 16px;
}

.floating-chat .nm_call_green:hover {
    filter: brightness(0.85);
}

.floating-chat .nm_call_red:hover {
    filter: brightness(0.85);
}

.floating-chat .nm_call_red .fa{
    transform: rotate(225deg);
}

.floating-chat .nm_call_window .footer {
    padding-bottom: 10px;
}

.floating-chat .nm_call_audio {
    display: none;
}

.floating-chat .nm_call_audio_in {
    display: none;
}

.floating-chat .nm_call_ring_in {
    display: none;
}

.floating-chat .nm_call_ring_out {
    display: none;
}

.floating-chat .nm_call_footer_text {
    font-size: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.floating-chat .nm_call_footer_info {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.floating-chat .nm_call_footer_description {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 3px;
    padding-right: 10px;
    font-style: italic;
    font-weight: bold;
}


.floating-chat .nm_call_footer_price {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}

.vc_status {
    font-size: 11px;
}

.nm_messenger_menu {
    cursor: pointer;
}

.nm_messenger_menu span {
    color: red;
}

.nm_messenger_menu span.on {
    color: green;
    animation: blinker 1s linear infinite;
}

.nm_messenger_menu span.busy {
    color: orange;
}

.floating-chat.expand .chat {
    display: flex;
}

.floating-chat .chat {
    display: none;
}

@media (max-width: 768px) {
    
   .floating-chat.expand {
       height: calc(100% - 66px);
        width: 100%;
	
	 max-height: calc(100% - 66px);
         bottom: 0px;
	 right: 0px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
    }

    .floating-chat.out.expand {
       height: calc(100% - 160px);
        width: 100%;
	
	 max-height: calc(100% - 160px);
         bottom: 0px;
	 right: 0px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
    }

}

@media (max-height: 400px) {
    
   .floating-chat.expand {
       height: calc(100% - 66px);
        width: 100%;
	
	 max-height: calc(100% - 66px);
         bottom: 0px;
	 right: 0px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
    }

    .floating-chat.out.expand {
       height: calc(100% - 160px);
        width: 100%;
	
	 max-height: calc(100% - 160px);
         bottom: 0px;
	 right: 0px;
	 border-radius: 5px;
	 cursor: auto;
	 opacity: 1;
    }

}


 @keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
 @-moz-keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
 @-webkit-keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
 @keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
 @-moz-keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
 @-webkit-keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
 