html, body {
    width: 100%;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 400px;
    background-color: #dbdbd4;
}

header {
    height: 123px;
    background: #0473aa;
    width: 100%;
}

.display_none{
    display: none;

}

.cursor_pointer{
    cursor: pointer;
}

/*Video call */

/*.invite_friends_video_wrap{
    height: 7%;
    width: 4%;
    position: absolute;
    z-index: 99999999 !important;
    display: block;
    right: 0;
    top: 92.8%;
    margin-right: 35.5%;
    opacity: 9999 !important;
    cursor: pointer;
    border-radius: 72px;
}
*/
.back_chat_btn_box  {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 45px;
    width: 40px;
    transform: translate(-20px);
}
.back_chat_video_wrap {
    height: 40px;
    width: 40px;
    /* position: absolute; */
    z-index: 99999999 !important;
    right: 0;
    bottom: 0;
    /* margin-right: 35.5%; */
    opacity: 9999 !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.back_chat_video_wrap img {
    width: 57%;
}
.back_chat_video_wrap:hover{
background: rgba(255,255,255,.15);
}
.call_ivite_btn_box {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: 128px;
    width: 40px;
    transform: translate(-20px);
}
.invite_friends_video_wrap {
    background: #2a3a4b;
    color: #fff;
    border: 1px solid #5e6d7a;
    height: 40px;
    width: 40px;
    /* position: absolute; */
    z-index: 99999999 !important;
    right: 0;
    bottom: 0;
    /* margin-right: 35.5%; */
    opacity: 9999 !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.invite_friends_video_wrap > img {
    width: 22px;
}

/*text Forword css*/
.forword_checkbox{
  position:relative !important;
  opacity:1 !important;
  pointer-events:auto !important;
  width: 17px !important;
  height: 17px !important;
  cursor: pointer;
  display: none;
}
.forward_chat_list{
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.total_selected_message{
    color: #939393;
    font-size: 17px;
}


/*-----------------*/

.record_blinking{
        width:10px;
        height:10px;
        background-color:red;
        border-radius: 24px
        }

.k_recording_wrap .k_cancel_record{
    color:red;
    border-radius: 16px;
}

/*.k_recording_wrap .k_cancel_record:hover{
    background-color: red;
    color: #fff;
}

.k_recording_wrap .k_stop_record:hover{
    background-color: green;
    color: #fff;
}*/



.k_recording_wrap .k_stop_record{
    color:green;
    border-radius: 16px;
}
.record_time{
    padding: 0px 15px 0px 4px;
    font-size: 18px;
    color:#000000a8;
}
.k_recording_wrap{
    padding: 0px 5px 7px 0px !important;
    align-items: center;
    display: inline-flex;
}

.record_blinking_indi_wrap{
    min-width: 23px;
    text-align: center;
    padding-left: 10px;
}


.k-card {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    height: 100%;
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
    background-color: #fff;
}

.k-card .k-card-title h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}

.k-btn {
    width: 100px;
    color: #fff;
    background: #5699e2;
}

.k-btn.btn:hover, .k-btn.btn-large:hover, .k-btn.btn-small:hover {
    background-color: #adcef1;
}

.k-btn.btn:focus, .k-btn.btn-large:focus, .k-btn.btn-small:focus, .k-btn.btn-floating:focus {
    background-color: #1f66b3;
}

.k-btn.btn.focus, .k-btn.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 153, 226, 0.25);
}

.mt-f-el {
    margin-top: 45px;
}

.qr-img {
    width: 100%;
}

.input-mt {
    margin-top: 25px;
}

.k-inputs {
    /* label color */
    /* label focus color */
    /* label underline focus color */
    /* icon prefix focus color */
}

.k-inputs input.valid:not([type]), .k-inputs input.valid:not([type]):focus, .k-inputs input.valid[type=text]:not(.browser-default), .k-inputs input.valid[type=text]:not(.browser-default):focus, .k-inputs input.valid[type=password]:not(.browser-default), .k-inputs input.valid[type=password]:not(.browser-default):focus, .k-inputs input.valid[type=email]:not(.browser-default), .k-inputs input.valid[type=email]:not(.browser-default):focus, .k-inputs input.valid[type=url]:not(.browser-default), .k-inputs input.valid[type=url]:not(.browser-default):focus, .k-inputs input.valid[type=time]:not(.browser-default), .k-inputs input.valid[type=time]:not(.browser-default):focus, .k-inputs input.valid[type=date]:not(.browser-default), .k-inputs input.valid[type=date]:not(.browser-default):focus, .k-inputs input.valid[type=datetime]:not(.browser-default), .k-inputs input.valid[type=datetime]:not(.browser-default):focus, .k-inputs input.valid[type=datetime-local]:not(.browser-default), .k-inputs input.valid[type=datetime-local]:not(.browser-default):focus, .k-inputs input.valid[type=tel]:not(.browser-default), .k-inputs input.valid[type=tel]:not(.browser-default):focus, .k-inputs input.valid[type=number]:not(.browser-default), .k-inputs input.valid[type=number]:not(.browser-default):focus, .k-inputs input.valid[type=search]:not(.browser-default), .k-inputs input.valid[type=search]:not(.browser-default):focus, .k-inputs textarea.materialize-textarea.valid, .k-inputs textarea.materialize-textarea.valid:focus, .k-inputs .select-wrapper.valid > input.select-dropdown {
    border-bottom: 2px solid #5699e2 !important;
    box-shadow: 0 1px 0 0 #5699e2 !important;
}

.k-inputs .select-wrapper + label {
    position: absolute;
    top: -15px;
}

.k-inputs .dropdown-content li > a, .k-inputs .dropdown-content li > span {
    color: #5699e2;
}

.k-inputs .select-wrapper input.select-dropdown:focus {
    border-bottom: 2px solid #5699e2;
    box-shadow: 0 1px 0 0 #5699e2 !important;
}

.k-inputs input:not([type]):focus.valid ~ label,
.k-inputs input[type=text]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=password]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=email]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=url]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=time]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=date]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=datetime]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=tel]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=number]:not(.browser-default):focus.valid ~ label,
.k-inputs input[type=search]:not(.browser-default):focus.valid ~ label,
.k-inputs textarea.materialize-textarea:focus.valid ~ label {
    color: #5699e2;
}

.k-inputs input:not([type]):focus:not([readonly]), .k-inputs input[type=text]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=password]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=email]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=url]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=time]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=date]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=datetime]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=datetime-local]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=tel]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=number]:not(.browser-default):focus:not([readonly]), .k-inputs input[type=search]:not(.browser-default):focus:not([readonly]), .k-inputs textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #5699e2;
    -webkit-box-shadow: 0 1px 0 0 #5699e2;
    box-shadow: 0 1px 0 0 #5699e2;
}

.k-inputs input:not([type]):focus:not([readonly]) + label, .k-inputs input[type=text]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=password]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=email]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=url]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=time]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=date]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=tel]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=number]:not(.browser-default):focus:not([readonly]) + label, .k-inputs input[type=search]:not(.browser-default):focus:not([readonly]) + label, .k-inputs textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #5699e2;
}

.text-div {
    margin-top: 25px;
    color: #999;
}

.text-div p {
    margin: 0;
}

.k-chat-card-container {
    position: relative;
}

.k-chat-card-top {
    display: flex;
    justify-content: center;
}

.k-chat-card {
    position: absolute;
    top: 0;
    margin-top: 0;
    height: calc(100vh - 0px);
    min-height: 400px;
    padding: 0;
    display: block;
    width: calc(100% - 0px);
    /*margin-left: 50px;
    margin-right: 50px;*/
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.75);
}

.k-card-body {
    height: 100%;
}

.k-chat-card-top .k-card-body {
    display: flex;
}

.k-chat-left-panel {
    min-width: 260px;
    flex: 30%;
    /*width: 350px;*/
    height: calc(100% - 20px);
    display: block;
    /*position: absolute;*/
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    border-radius: 0;
    transition: .3s ease-in;
    z-index: 10;
}

.k-chat-middle {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*margin-left: 350px;*/
    flex: 70%;
    position: relative;
    width: auto;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f1f1f2;
    height: 100%;
}

.k-upper-header {
    height: 60px;
    padding: 5px 10px;
    background: #eee;
}

.k-contact-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #a8a8a8;
    position: relative;
}

.k-contact-img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.header-text {
    display: flex;
    align-self: center;
    margin: 0;
    font-size: 16px;
    padding-left: 10px;
}

.header-btn-group {
    flex-direction: row-reverse;
}

.header-btn {
    margin-left: 10px;
    box-shadow: none;
    background-color: transparent;
}

.header-btn:hover {
    background-color: #cccccc;
}

.header-btn .material-icons {
    color: #888;
}

.k-contact-search {
    background: #fbfbfb;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    position: relative;
}
.k-contact-search .icon-search {
    color: #C5C5C5;
}
.k-contact-search .icon-back {
    color: #5699e2;
    cursor: pointer;
    display: none;
}
.k-contact-search .icon-search,
.k-contact-search .icon-back
{
    position: absolute;
    left: 20px;
    font-size: 20px;
    top: 0;
    line-height: 40px;
}
.k-contact-search .icon-close {
    display: none;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 0;
    color: #C5C5C5;
    line-height: 40px;
    cursor: pointer;
}
.k-contact-search input {
    width: 100%;
    height: 100%;
    padding: 5px 50px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.k-contacts-container {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
    scrollbar-width: thin;
}

.k-contact {
    width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
}

.k-contact-name {
    border-bottom: 1px solid #eee;
    padding: 1px 10px 15px 0 !important;
    margin-left: 10px;
}

.k-contact-name p {
    margin: 0;
}

.k-contact-name .k-c-name {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    padding-top: 4px;
}

.k-contacts-top.left_frame .k-contact-name {
    padding-right: 0 !important;
    /* flex-wrap: nowrap; */
    overflow: hidden;
}
.left_frame .k-contact-name .k-c-position {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.k-contact-name .k-c-position {
    font-size: 13px;
    color: #aaa;
}

.k-contact-name .k-c-time {
    color: #aaa;
    font-size: 12px;
}

.k-doctor {
    border-color: #10bdee !important;
}

.k-colors-list ul.list-group a.k-doctor:before {
    border-color: #10bdee;
}

.k-client {
    border-color: #02fe02 !important;
}

.k-user {
    border-color: #02fe02 !important;
}

.k-colors-list ul.list-group a.k-client:before {
    border-color: #02fe02;
}

.k-closed {
    border-color: #acacac !important;
}

.k-colors-list ul.list-group a.k-closed:before {
    border-color: #acacac;
}

.k-private {
    border-color: #009933 !important;
}

.k-colors-list ul.list-group a.k-private:before {
    border-color: #009933;
}

.k-group {
    border-color: #ff7f00 !important;
}

.k-colors-list ul.list-group a.k-group:before {
    border-color: #ff7f00;
}

.k-owner {
    border-color: #02fe02 !important;
}

.k-colors-list ul.list-group a.k-owner:before {
    border-color: #02fe02;
}

.k-service {
    border-color: #f63af8 !important;
}

.k-company {
    border-color: #f63af8 !important;
}

.k-colors-list ul.list-group a.k-service:before {
    border-color: #f63af8;
}

.menu-opened {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}

.k-left-contacts {
    width: 30%;
    left: -30%;
    height: calc(100% - 20px);
    display: block;
    position: absolute;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    border-radius: 0;
    transition: .3s ease-out;
    z-index: 10;
}

.k-contacts-header {
    background: #5699e2;
}

.contacts-header-text {
    color: #fff;
    font-size: 17px;
    margin-bottom: 3px;
    margin-left: 8px;
}

.contacts-header-btn {
    box-shadow: none;
    background-color: transparent;
}

.contacts-header-btn .material-icons {
    color: #fff;
}

.contacts-header-btn:hover {
    background-color: white;
    color: #5699e2;
}

.contacts-header-btn:hover .material-icons {
    color: #5699e2;
}

.k-contacts-img-container {
    border: 0;
}

.k-c-status {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #a1a1a1;
    position: absolute;
    left: 40px;
    top: 33px;
}

.k-c-status-online {
    background: #00ff00;
}

.btn-close-contacts {
    display: none;
    margin-left: 0;
    margin-right: 10px;
}

.chat-header-text {
    margin-left: 8px;
    text-align: left;
}

.chat-header-text p {
    margin: 0;
}

.chat-header-text .chat-header-name {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    padding-top: 4px;
}

.chat-header-text .chat-header-role {
    font-size: 13px;
    color: #aaa;
}

.k-middle-top {
    position: relative;
    flex: 1 1 0;
    order: 2;
    z-index: 1;

    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #e9e4e4;
}

.k-middle-top.open {
    height: calc(100% - 110px);
    max-height: 100%;
}

.k-middle-top .k-middle-inner {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.k-chat-body {
    /*height: calc(100% - 110px);*/
    max-height: 100%;
    background: #e9e4e4;
    padding: 8px 8px 0;
    overflow-y: auto;
}

.k-middle-top:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 200ms ease-out 50ms;
    -moz-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms;
    z-index: 999;
}

.k-middle-top:after {
    content: "Drop your files here";
    border: 2px dashed transparent;
    color: #fff;
    font-size: 0;
    line-height: 9em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    z-index: 99;
}

.k-middle-top.dragging:before {
    top: 0;
    height: 100%;
    -webkit-transition: all 200ms ease-out 50ms;
    -moz-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms;
}

.k-middle-top.dragging:after {
    border: 2px dashed #fff;
    font-size: 2em;
    height: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    z-index: 999;
}

/* change drag and drop */
.k-chat-body:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 200ms ease-out 50ms;
    -moz-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms;
    z-index: 99;
}

.k-chat-body:after {
    content: "Drop your files here";
    border: 2px dashed transparent;
    color: #fff;
    font-size: 0;
    line-height: 9em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    z-index: 99;
}

.k-chat-body.dragging:before {
    top: 0;
    height: 100%;
    -webkit-transition: all 200ms ease-out 50ms;
    -moz-transition: all 200ms ease-out 50ms;
    -o-transition: all 200ms ease-out 50ms;
    transition: all 200ms ease-out 50ms;
}

.k-chat-body.dragging:after {
    border: 2px dashed #fff;
    font-size: 2em;
    height: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    z-index: 99;
}

/* change drag and drop **** */
.msg-box:last-child {
    margin-bottom: 8px;
}
.msg-box {
    border-radius: 5px;
    max-width: 75%;
    text-align: left;
    position: relative;
    padding: 6px 10px;
}

.msg-box p {
    margin: 0;
    word-break: break-word;
}

.c-msg {
    background: #fff;
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

.c-msg:first-child {
    margin-top: 15px;
    border-top-left-radius: 0;
}

.c-msg:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    border-bottom-right-radius: 9px;
    transform: rotate(180deg);
}

.u-msg {
    background: #dcf8c6;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
}

.u-msg:first-child {
    margin-top: 15px;
    border-top-right-radius: 0;
}

.u-msg:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #dcf8c6;
    border-right: 16px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    border-top-left-radius: 9px;
    transform: rotate(90deg);
}

.u-msg .material-icons {
    font-size: 21px;
    position: absolute;
    right: 10px;
}

.u-msg .msg-date {
    padding-right: 0;
}

.u-msg + .c-msg {
    margin-top: 15px;
    border-top-left-radius: 0;
}

.u-msg + .c-msg:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    border-bottom-right-radius: 9px;
    transform: rotate(180deg);
}

.c-msg + .u-msg {
    margin-top: 15px;
    border-top-right-radius: 0;
}

.c-msg + .u-msg:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #dcf8c6;
    border-right: 16px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    border-top-left-radius: 9px;
    transform: rotate(90deg);
}

.msg-date {
    font-size: 13px;
    text-align: right;
    color: #aaa;
}

.msg-date .material-icons.sent {
    color: #5699e2;
}

.new-msg-container {
    height: 50px;
    padding: 8px;
}

.new-msg-container .header-btn {
    margin: 0;
}

.new-msg-container input,
.new-msg-container textarea {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 0;
    padding: 0 15px;
    background-color: white;
}

.new-msg-container textarea {
    height: 40px;
    padding: 10px 15px 0;
    line-height: 20px;
    resize: unset;
}

.btn-open-chats {
    display: none;
    z-index: 0;
}

.change-profile-ddl {
    position: absolute;
    top: 28px;
    left: 86px;
    cursor: pointer;
}

.change-profile-ddl .material-icons {
    font-size: 30px;
    height: 26px;
}

@media screen and (max-width: 991px) {
    .btn-open-chats {
        display: block;
        margin-left: 0;
        margin-right: 10px;
    }
}

.add_overflow {
    overflow: auto;
}

.k-right-panel {
    width: 320px;
    height: calc(100% - 0px);
    display: block;
    position: absolute;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    border-radius: 0;
    transition: .3s ease-out;
    z-index: 10;
    right: -321px;
    top: 0;
}

.contact-profile {
    font-size: 18px;
    text-align: left;
}

.contact-profile p {
    margin-bottom: 0;
}

.btn-close-profile {
    margin-left: 0;
    margin-right: 8px;
}

.profile-item {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.profile-item p {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

.k-profile-container {
    height: calc(100% - 60px);
    overflow-y: auto;
    background: #e9e4e4;
}
.k-profile-container.custom-profile-css .profile-item {
    background: #fff;
}
.k-profile-chat {
    height: auto;
    max-height: unset;
    overflow-y: visible;
}

.k-profile-chat.k-chat-body .c-msg {
    margin-top: 15px;
    border-top-left-radius: 0;
    word-break: break-word;
}

.k-profile-chat.k-chat-body .c-msg:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    border-bottom-right-radius: 9px;
    transform: rotate(180deg);
}

.chat-img-container {
    max-width: 380px;
    height: 100%;
    width: 100%;
}

.chat-img-container img {
    max-width: 100%;
    max-height: 350px;
}

.image-preview-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.preview-body {
    height: calc(100% - 54px);
}

.preview-img {
    margin: 0 auto;
    max-height: 450px;
    display: block;
    max-width: 900px;
}

.k-full-profile-container {
    height: 100%;
    overflow-y: auto;
}

.k-full-profile-container .profile-item {
    padding-left: 30%;
    padding-right: 30%;
}

.k-full-profile-container .p-name {
    font-size: 35px;
}

.p-img-container {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.p-img-container img {
    /*height: auto;*/
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.full-profile-header-info {
}

.full-profile-header-info p {
    width: 215px;
    background: #e0e0e0;
    padding: 0 25px;
    margin-top: 12px;
    border-radius: 55px;
    font-size: 15px;
    text-align: center;
    min-height: 24px;
    line-height: 25px;
}

.p-map-container {
    width: 100%;
    margin-top: 8px;
}

.open-doctors-list, .open-services-list {
    cursor: pointer;
}

.k-c-name span.k-group-member-type {
    font-size: 13px;
    color: #aaa;
    font-weight: 400;
    float: right;
}

.k-delete-group-image img {
    width: 30px;
}

p.k-delete-group-text {
    color: #ED2024;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .k-full-profile-container .profile-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.is-opened-contacts .k-left-contacts {
    left: 0;
    /*display: block;*/
}

.is-opened-profile .k-right-panel {
    right: 0;
}

.is-opened-profile .k-chat-middle {
    margin-right: 300px;
}

@media screen and (max-width: 991px) {
    .k-chat-left-panel {
        left: -351px;
    }

    .k-chat-middle {
        margin-left: 0;
    }

    .is-opened-chats .k-chat-left-panel {
        left: 0;
    }

    .is-opened-chats .menu-opened {
        display: block;
    }

    .is-opened-contacts .menu-opened {
        display: block;
    }

    .btn-close-contacts {
        display: block;
    }

    .is-opened-profile .menu-opened {
        display: block;
    }

    .is-opened-profile .k-right-panel {
        right: 0;
    }

    .is-opened-profile .k-chat-middle {
        margin-right: 0;
    }
}

/*ahmed Style*/
.btn-session {
    border-radius: 20px;
    background: #03A9F4;
    width: 100%;
}

.btn-session:hover {
    background: #0577aa;
}

/* chat event css*/
.chat-event.composing {
    position: absolute;
    bottom: 50px;
    left: 20px;
}

div#scroll {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    transition: background .3s ease-out .1s;
    width: 100%;
    z-index: 100;

    border-left: solid 1px #beb8b8;

    scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
    scrollbar-width: thin;
}

/**
    Styles for send by number
 */
div#phoneNumber {
    background-color: transparent;
    width: 100%;
    max-height: 100%;
    padding: 10px;
}

#phoneNumber .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

#phoneNumber .modal-content {
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
}

#phoneNumber .modal-footer {
    background-color: transparent;
    padding: 4px 6px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
}

#phoneNumber .modal-body {
    padding: 0 1rem;
}

#phoneNumber .modal-title {
    margin-top: 0;
}

#phoneNumber .cancel {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

#phoneNumber .next {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #5699e2;
}

#phoneNumber .input-mt {
    margin-top: 10px;
    margin-bottom: 0;
}

#phoneNumber .country_code_label {
    top: -23px;
}

#send_by_number_from ul {
    width: 200px !important;
}

.timepicker-modal {
    height: fit-content;
}

.picker-input {
}

.edit-working-hours {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.picker-input input.timepicker {
    margin: 0 10px;
}

.working-hours {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.working-hours i {
    margin-right: 23px;
}

.edit-working-hours {
    display: none;
}

.hours-item {
    display: flex;
    flex-direction: row;
}

.hours-item input.timepicker {
    margin-left: 20px;
    margin-right: 20px;
    height: 25px;
}

.hours-heading {
    display: flex;
    justify-content: space-between;
}

.l2 {
    padding-left: 2em;
}

.profile-detail-item {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.top-profile-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.full-profile-header-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-profile-header-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#own-profile .full-profile-header-info {
    margin-left: 60px;
}

.new-msg-container, .msg-forward-wrap {
    min-height: 62px;
    order: 3;
    position: relative;
    flex: none;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    height: auto;

    padding: 8px;
    bottom: 0;
    background: #F1F1F2;
    /*height: 50px;
    padding: 8px;
    position: absolute;
    width: 100%;
    bottom: 0;*/
}

.file-icon img {
    width: 20px;
    height: auto;
    margin-right: 15px;
}

.message_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

#p_m {
    width: fit-content;
    height: 251px;
    overflow: initial;
}

.deg_90 {
    transform: rotate(90deg);
}

/*div#settingsModal {
    width: 100% !important;
    min-width: 100% !important;
    background: transparent !important;
    height: 100% !important;
    min-height: 100% !important;
}*/
div.settingsModal {
    width: 100% !important;
    min-width: 100% !important;
    background: transparent !important;
    height: 100% !important;
    min-height: 100% !important;
}

.modal.settings_modal h5.modal-title {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.modal.settings_modal .modal-header {
    padding: 0 1rem;
    border-bottom: unset;
}

.modal.settings_modal .modal-content {
    padding: 10px;
    border-radius: 10px;
    margin-top: 10%;
}

.settings-body-contents {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.settings-body-contents:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.settings-body-contents .first .img {
    width: 30px;
    float: left;
}

.settings-body-contents .first .img > img {
    width: 30px;
    cursor: pointer;
}

.settings-body-contents .first {
    width: 80%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.settings-body-contents .first .text {
    display: flex;
    min-height: 30px;
    justify-content: center;
    font-size: 16px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-left: 15px;
}

.settings-body-contents .first .text p {
    margin: 0;
}

.settings-body-contents .second {
    width: 50px;
    float: right;
    display: inline-block;
}

.settings-body-contents .second .custom-control.custom-radio {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.settings-body-contents .first .text > label {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

i.delete_file.material-icons {
    position: relative;
    top: -4px;
    left: -21px;
    cursor: pointer;
}

/**
    Styles for change role
 */
div.UserRolePopup {
    background-color: transparent;
    width: 100%;
    max-height: 100%;
    padding: 10px;
}

.UserRolePopup .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

.UserRolePopup .modal-content {
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
}

.UserRolePopup .modal-footer {
    background-color: transparent;
    padding: 4px 6px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
}

.UserRolePopup .modal-body {
    padding: 0 1rem;
}

.UserRolePopup .modal-title {
    margin-top: 0;
}

.UserRolePopup .cancel {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

.UserRolePopup .next {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #5699e2;
}

.UserRolePopup .input-mt {
    margin-top: 10px;
    margin-bottom: 0;
}

.UserRolePopup .country_code_label {
    top: -23px;
}

.UserRolePopup .cancel_role {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

.xmpp_status_indicator {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: calc(50vh - 34px);
}

span.new_notification_badge {
    background-color: #10bdee;
    color: #ffff;
    padding: 0 8px;
    line-height: 20px;
    width: auto;
    display: inline-block;
    border-radius: 14px;
}

.xmpp_status_indicator_overlay {
    position: absolute;
    width: 100%;
    height: calc(100vh - 0px);
    background-color: #F2F2F2;
    z-index: 999;
}

/* noor */
.k-select-selectpicker button.btn.dropdown-toggle.btn-light {
    background-color: #fff;
    box-shadow: unset;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 0 6px 0 6px;
    height: 42px;
    text-transform: capitalize;
    font-size: 16px;
}

.k-select-selectpicker button.btn.dropdown-toggle.btn-light:focus {
    border-bottom: 2px solid #5699e2;
    box-shadow: 0 1px 0 0 #5699e2 !important;
}

.k-country-code-phone {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.k-country-code-phone .k-country-code {
    width: 85px;
}

.k-country-code-phone .phone {
    width: 75%;
    margin-left: 10px;
}

.img-chat-icon {
    width: 15px;
    height: auto;
    margin: 0 5px;
}

.send-by-number-select-picker.k-select-selectpicker {
    margin-bottom: 15px;
}

.chat-date-box > span {
    display: inline-block;
    background: #C1E6F8;
    padding: 3px 20px;
    border-radius: 8px;
    margin: 5px 0;
}

.msg-sender-name {
    color: #10bdee;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 600;
}

div#imagePreview {
    background-color: transparent;
    width: 100%;
    max-height: 100%;
    padding: 10px;
}

#imagePreview .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

#imagePreview .modal-content {
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
}

#imagePreview .modal-footer {
    background-color: transparent;
    padding: 4px 6px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
}

#imagePreview .modal-body {
    padding: 0 1rem;
    overflow: hidden;
}

#imagePreview #send_preview_image_from {
    height: 300px;
}

#imagePreview .image_preview_section {
    width: auto;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#imagePreview .modal-title {
    margin-top: 0;
}

#imagePreview .cancel {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

#imagePreview .next {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #5699e2;
}

#imagePreview .input-mt {
    margin-top: 10px;
    margin-bottom: 0;
}

#imagePreview .country_code_label {
    top: -23px;
}

.edit_user_image_label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-contact-img {
    /*overflow: hidden;*/
    overflow: unset;
}

.k-i-contact.open_profile .k-contact-img {
    overflow: unset;
}

.k-upper-header .k-contact-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
}

.k-contact-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.k-group-option-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-top: 5px;
}

.k-group-option-top:first-child {
    padding-top: 0;
}

.k-group-option-top .k-contact-name {
    border-bottom: unset;
}

.k-login-qr-phone-img {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
}

.k-login-qr-phone-img img {
    /*max-height: 360px;*/
}

.k-card .k-login-qr-list ul li {
    font-size: 1.3rem;
    line-height: 1.3;
}

.k-card .k-login-qr-list ul {
    margin-top: 10px;
}

.locale-pk .k-card .k-card-title {
    direction: rtl;
    text-align: right;
}

.locale-pk .k-card .list-unstyled {
    direction: rtl;
    padding-right: 0;
}

.k-qr-code-box {
    position: relative;
    text-align: center;
}

img.qr-code-click {
    width: 20px;
}

/* new */
.k-upper-header.k-header-top {
    /*display: flex;*/
}

.k-header-top .row.no-gutters {
    display: flex;
}

.k-header-top .col.p-0.clearfix.d-flex {
    min-width: 0;
}

.k-header-top .open_profile {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    min-width: 80%;
}

.k-header-top .chat-header-text {
    overflow: hidden;
}

.chat-header-text p {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-header-top p.header-text {
    overflow: hidden;
}

.k-header-top p.header-text span {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-contacts-top .row.no-gutters {
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-right: 0;
}

.k-contacts-top .text-truncate {
    overflow: hidden;
}

.k-contacts-top .k-contact-name .k-c-name {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-opened-contacts .k-left-contacts {
    min-width: 260px;
}

.k-colors-list {
    max-width: 600px;
}

.k-colors-list ul.list-group {
    padding: 20px 0;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
    scrollbar-width: thin;
}

.k-colors-list ul.list-group a:before {
    content: '';
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #a8a8a8;
    flex: 0 0 auto;
}

.k-colors-list ul.list-group a {
    font-size: 1.5em;
    background: transparent;
    border: unset;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
}

.k-colors-list ul.list-group a .material-icons {
    font-size: 3.2em;
    padding-right: 10px;
}

.k-upper-header .k-contact-img img.switch-drop-down {
    width: 16px;
    height: 16px;
    /*bottom: -10px;
    margin-bottom: 4px;
    position: absolute;
    right: -3px;*/
}

.k-header-top .k-contact-img {
    overflow: visible;
    flex: 0 0 auto;
}

.switch-drop-down-top {
    bottom: -10px;
    position: absolute;
    right: -3px;
}

.k-qr-code-box.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.k-qr-code-reload {
    cursor: pointer;
    visibility: hidden;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: initial;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    z-index: 100;
    margin-top: -90px;
    top: 50%;
    bottom: 50%;
    width: 160px;
    background-color: #5699e2;
    height: 180px;
    border-radius: 50%;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    padding: 0 10px;
}

.k-qr-reload {
    margin: 5px 0 5px;
}

.qr_status_indicator {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -32px;
    bottom: 50%;
    margin-top: -32px;
    top: 50%;
}

.k-qr-code-inner {
    display: flex;
    justify-content: space-between;
}

/* image zoom in zoom out */
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    /*-webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;*/
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

a.open_group_chat_view,
a.open_chat_view {
    display: flex;
}

a.open_chat_view.active,
a.open_group_chat_view.active {
    background-color: #e9ebeb;
}

.k-contact-name .k-c-istyping {
    font-size: 13px;
    color: #10bdee;
    font-weight: 600;
}

.chat-header-text .chat-header-typing {
    font-size: 13px;
    color: #aaa;
    /*font-weight: 600;*/
}

.chat-img-container img.show_doc {
    display: block;
}

.privacy_icon.file-icon {
    cursor: pointer;
}

.about-me-pre-text pre {
    color: #212529;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.chat-img-container > a {
    display: block;
}

.group-chat.leave-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    background: #F1F1F2;
    z-index: 99;
}

#leave_group_chat {
    padding: 0 8px;
}

.k-contact-img.k-group-img {
    overflow: unset;
    border: 2px solid #a8a8a8;
}

.company-address-box {
    display: flex;
    text-align: left;
}

.company-address-box .left {
    width: 40%;
}

.company-address-box .right {
    width: 60%;
}

tr.working-hours-table {
    display: flex;
}

.working-hours-table td.first-cell {
    flex: 1;
}

.working-hours-table td.second-cell {
    flex: 2;
}

.parent_popup_option {
    display: flex;
    flex-direction: column;
}

.search_by_option_popup {
    margin-bottom: 10px;
}

.parent_image_section {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #0473aa;
    background-size: cover;
    margin-right: 20px;
}

.current_parent_section {
    display: flex;
    align-items: center;
}

.parent_name_section {
    font-size: 20px;
}

span.parent_change_span {
    color: #0473aa;
    margin-left: 14px;
    cursor: pointer;
}

.select_company_list_placeholder {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.parent_popup_change_buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_privacy_icon {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 40px;
}

.company_privacy_icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    display: inherit;
}

.sales-person-voucher {
    display: flex;
    justify-content: start;
    font-size: 16px;
}

.sales-person-voucher .text {
    flex: 1;
}

.sales-person-voucher .code {
    flex: 2;
}

.availabe_companies_list {
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
}

.k-sales-contact-search input {
    width: 100%;
    height: 100%;
    padding: 5px 50px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.k-sales-contact-search {
    background: #fbfbfb;
    width: 100%;
    height: 40px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px;
}

p.p-bold {
    font-weight: 600;
}

.profile-detail-item .inner-box {
    display: flex;
    flex-direction: row;
}

.profile-detail-item .inner-box .first {
    width: 40%;
}

.profile-detail-item .inner-box .first > p {
    word-break: break-word;
}

.profile-detail-item .inner-box .second {
    width: 60%;
}

.right-frame-name {
    text-align: center !important;
    padding: 10px 0;
    font-weight: 600;
}

/*.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0, 0);
}*/
.k-modal {
    width: 100% !important;
    min-width: 100% !important;
    background: transparent !important;
    height: 100% !important;
    min-height: 100% !important;
}

.k-modal .modal-header {
    padding: 0 0 10px;
}

.k-modal .modal-header h5 {
    margin: 0;
}

.modal.k-modal .modal-footer {
    background: unset;
}

.modal.k-modal .modal-body {
    padding: 1rem 0;
}

.c-owner-options .type {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 13px;
    color: #0473AA;
    line-height: 20px;
}

.c-owner-options .type:hover {
    text-decoration: none;
}

.member-update-popup .modal-header {
    margin-top: 34px;
}

.member-update-popup {
    background-color: transparent;
    width: 100%;
    max-height: 100%;
    padding: 10px;
}

.member-update-popup .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

.member-update-popup .modal-content {
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
}

.member-update-popup .modal-footer {
    background-color: transparent;
    padding: 4px 6px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
}

.member-update-popup .modal-body {
    padding: 0 1rem;
}

.member-update-popup .modal-title {
    margin-top: 0;
}

.member-update-popup .cancel {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

.member-update-popup .next {
    /*width: 110px;
    padding: 0 !important;*/
    /*height: 32px !important;
    line-height: 32px !important;*/
    background: #5699e2;
}

.member-update-popup .input-mt {
    margin-top: 10px;
    margin-bottom: 0;
}

.member-update-popup .country_code_label {
    top: -23px;
}

.member-update-popup .cancel_role {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

.k-cancel-btn {
    background-color: #e9e4e4;
    color: #000000;
}

.own-profile-edit-btn {
    display: flex;
    justify-content: space-between;
}

.k-edit-popup-body {
    padding: 10px 0 0 0 !important;
    /*max-height: 350px;*/
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.edit-sepecialitites {
    margin-left: 20px;
}

.k-profile-privacy-icon {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: -6px;
    bottom: 0;
    cursor: pointer;
}

.k-profile-privacy-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    display: inherit;
    border-radius: unset;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #5699e2;
    -webkit-box-shadow: 0 1px 0 0 #5699e2;
    box-shadow: 0 1px 0 0 #5699e2;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #5699e2;
}

.k-cancel-btn:hover {
    background-color: #5699e2;
}

.edit-container-image {
    height: 100px;
    width: 100px;
    border: solid 2px #000000;
    border-radius: 50%;
}

.edit-container-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

img.k-other-img {
    width: 20px !important;
    height: 20px !important;
    border: 1.5px solid #a8a8a8;
}

.pad-zero {
    padding: 0 !important;
}

span.status-sms {
    display: inline-flex;
    font-weight: 600;
    color: #10bdee;
    text-transform: capitalize;
}

.msg-date span.default-uname {
    /*color: #007bff;
    font-weight: 600;*/
}

img.k-pdf-chat-logo {
    max-width: 110px !important;
}

.k-reviews {
    display: flex;
}

.k-reviews p.ratings-section {
    display: flex;
}

.k-reviews p.ratings-section img.custom_start {
    width: 20px !important;
    height: 20px;
    object-fit: contain;
    display: unset !important;
}

table.hours tr {
    border-bottom: none;
}

.k-profile-container.custom-profile-css.k-quick-text-top {
    background: #e9e4e4;
}

.profile-item.k-quick-text {
    text-align: left;
    color: #000;
    border-bottom: unset;
}

.profile-item.k-quick-text .form-group input[type=text] {
    border: 1px solid #9e9e9e !important;
    border-radius: 4px !important;
    height: 32px !important;
    padding: 0 8px;
    box-sizing: border-box !important;
    background: #fff;
}
.profile-item.k-quick-text .form-group input[type=text]:focus {
    border: 1px solid #5699e2 !important;
    -webkit-box-shadow: 0 1px 0 0 #5699e2;
    box-shadow: 0 1px 0 0 #5699e2;
}
.profile-item.k-quick-text .form-group textarea {
    border: 1px solid #9e9e9e !important;
    border-radius: 3px !important;
    /* height: auto; */
    padding: 6px 10px;
    box-sizing: border-box !important;
    background: #fff;
    resize: none;
    overflow: auto;
    /* line-height: 21px; */
    margin: 0 0 8px 0;
    max-height: 112px;
}
.profile-item.k-quick-text .form-group textarea:focus {
    border: 1px solid #5699e2 !important;
    -webkit-box-shadow: 0 1px 0 0 #5699e2;
    box-shadow: 0 1px 0 0 #5699e2;
}

.profile-item.k-quick-text .form-group {
    margin-bottom: 0rem;
}

.profile-item.k-quick-text .form-group > label {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
}

.profile-item.k-quick-text .btn-box button {
    color: #000;
    min-width: 90px;
    font-size: 0.9rem;
    padding: 0;
    height: 32px;
    line-height: 32px;
}

.profile-item.k-quick-text .btn-box button.cancel {
    background: #e9e4e4;
}

.profile-item.k-quick-text .btn-box button.save {
    background: #5699e2;
    color: #fff;
}

.profile-item.k-quick-text .btn-box .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quick_text_link {
    color: #10bdee;
    font-size: 13px;
    font-weight: 600;
}

.quick_text_link:hover {
    color: #fff;
    background: #10bdee;
}

.profile-item .working-hours-table td {
    padding: 5px 5px;
}

.k-download-now {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.k-download-now p.title {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 30px;
}

.k-download-now .link > a {
    color: #00b9ee;
    font-size: 1.3rem;
    line-height: 30px;
    text-decoration: none;
}

.k-download-now .img-link > a > img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: inline-block;
}

.k-download-now .img-link > a {
    display: inline-block;
}

.k-reviews-profile-box {
    display: flex;
    width: 100%;
}

.k-reviews-profile-box p.ratings-section img.custom_start {
    width: 16px !important;
}

.k-reviews-profile-box .first {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.k-reviews-profile-box .first > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.k-reviews-profile-box .second {
    margin-left: 5px;
    width: 100%;
}

.k-reviews-profile-box .second p.title {
    font-weight: 600;
}

.k-reviews-profile-box .second p.specialities {
    font-size: 13px;
    color: #aaa;
    line-height: 15px;
}

.k-reviews-profile-box .k-reviews p.ratings-section {
    width: 100%;
    justify-content: space-between;
}

.k-reviews-profile-box .k-reviews p.ratings-section {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.k-reviews-profile-box .k-reviews p.ratings-section span.stars {
    display: flex;
}

.k-reviews-profile-box .k-reviews p.ratings-section span.reviews-text {
    padding-left: 2px;
    font-size: 14px;
}

.k-reviews-progress-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.k-reviews-progress-box .first {
    flex: 1.2;
}

.k-reviews-progress-box .second {
    flex: 3;
}

.k-reviews-progress-box .third {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.k-reviews-progress-box .second .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin: 0;
}

.k-reviews-progress-box .second .progress .progress-bar {
    background-color: #25BCEE;
}

.k-all-reviews-top .review {
    display: flex;
    margin-bottom: 10px;
}

.k-all-reviews-top .review-first {
    float: left;
    margin-right: 8px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}

.k-all-reviews-top .rating-section {
    line-height: 26px;
}

.k-all-reviews-top .custom_start {
    width: 16px !important;
    height: auto;
    display: unset !important;
}

.k-all-reviews-top .review .review-first > span {
    font-size: 13px;
    color: #aaa;
}

.k-all-reviews-top .review p.title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.k-all-reviews-top .review p.details {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.k-all-reviews-top div#load_more > button {
    color: #fff;
    border-color: #25BCEE;
    background: #25BCEE;
    height: 30px;
    font-size: 16px;
    width: auto;
    padding: 0 10px;
    border-radius: 22px;
    min-width: 140px;
    margin-bottom: 10px;
    line-height: 30px;
    text-transform: unset;
}

.k-all-reviews-top .hide_content {
    display: none;
}

.k-all-reviews-top .read-more-show {
    cursor: pointer;
    color: #25BCEE;
    font-weight: 600;
}

.k-all-reviews-top .read-more-hide {
    cursor: pointer;
    color: #25BCEE;
    font-weight: 600;
}

.reviews-arrow-button-top > a > img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.row.language-search-box {
    width: 100%;
    margin-bottom: 0;
}

.row.language-search-box .input-field {
    margin-top: 0;
    padding: 0;
}

.k-contacts-container.user_reviews_top {
    height: calc(100% - 0px);
}

.send_button > img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

span.signle-emoji {
    display: inline-block;
}

span.signle-emoji img.emojione {
    height: 100%;
}
.new-msg-container .col-auto.d-flex.align-items-center {
    align-items: flex-end !important;
}
/*.new-msg-container .btn-floating {
    height: 32px;
}
.new-msg-container .btn-floating i {
    line-height: 32px;
}*/
/*
*   -----------------
*   emojioneare css
*   -----------------
*/
.emojionearea, .emojionearea.form-control {
    margin-left: 24px;
}

.emojionearea .emojionearea-editor {
    padding: 6px 12px 6px 12px;
}

.emojionearea .emojionearea-button {
    left: -30px;
    bottom: 4px;
    top: unset !important;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    width: 0;
}

.emojionearea .emojionearea-editor {
    min-height: auto;
    text-align: left;
    max-height: 112px;

    scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
    scrollbar-width: thin;
}

.emojionearea .emojionearea-picker {
    width: 100%;
    right: 0 !important;
}

.emojionearea .emojionearea-picker .emojionearea-wrapper {
    width: 100%;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
}

.emojionearea .emojionearea-picker .emojionearea-search {
    flex: 1;
    height: 30px;
    margin-right: 10px;
    display: flex;
}

.emojionearea .emojionearea-picker .emojionearea-search > input {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 27px;
    border-radius: 0;
    padding: 0 5px;
    font-size: 14px;
    text-align: left;
    line-height: 27px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
    height: 200px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
    width: 32px;
    height: 32px;
    margin: 1.6px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
    width: 32px;
    height: 32px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
    font-weight: 600;
}

.contact-profile.r-group-name {
    display: flex;
    justify-content: space-between;
}
.r-group-name .blue-icon {
    color: #0473AA;
    cursor: pointer;
}
.k-web-popup .white-icon {
    color: #FFFFFF;
    cursor: pointer;
}
.k-web-popup .edit-mode {
    display: none;
}

.k-web-popup .edit-icon {
    display: flex;
    justify-content: center;
    line-height: 36px;
}

.k-web-popup .upload_image {
    position: absolute;
    height: 35px;
    width: 35px;
    justify-content: center;
    background: #0473AA;
    border-radius: 100%;
    line-height: 34px;
}

.k-web-popup .edit-from-field {
    width: 200px !important;
    height: 30px !important;
}
.k-group-sender-name {
    cursor: pointer;
}
.k-language-switcher .form-group {
    display: flex;
    margin: 15px 0 0 0;
    justify-content: flex-start;
    align-items: center;
}
.k-language-switcher .form-group label {
    margin: 0 10px 0 0;
    font-size: 1rem;
    color: #000;
}
.k-language-switcher .form-group select {
    width: auto;
}
.k-language-switcher {
    display: flex;
    justify-content: center;
}
a.dropdown-item.select_quick_text {
    white-space: normal;
    display: flex;
    min-width: 430px;
}

div#meet {
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    z-index: 1001;
    width: 100%;
}
.k-upper-header.k-header-top.k-caller-top {
    background: #696969;
    color: #fff;
}
.k-caller-top .chat-header-text .chat-header-name {
    color: #fff;
}
.is-opened-profile div#middle_header {
    margin-right: 16px;
}

#ajax_quick_text .hide_content {
    display: none;
}

#ajax_quick_text .read-more-show-quick {
    cursor: pointer;
    color: #25BCEE;
    font-weight: 500;
}

#ajax_quick_text .text {
    display: none;
}
#ajax_quick_text .read-more-hide-quick {
    cursor: pointer;
    color: #25BCEE;
    font-weight: 500;
}
.k-chat-card-top .k-card.k-chat-card {
    margin: 0;
}

.k-accounting-view {
    display: none;
}
.k-accounting-view.open {
    position: relative;
    flex: 1 1 0;
    order: 2;
    z-index: 1;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
}
.k-accounting-header {
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 0 0;
    align-items: center;
}
.k-accounting-header .heading {
    background: #00aee5;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 190px;
    text-align: left;
    border-radius: 0 13px 13px 0;
    padding: 0 0 0 10px;
    line-height: 32px;
}
.k-accounting-header .k-accounting-logo {
    width: 40px;
}
.k-accounting-top {
    height: calc(100% - 100px);
    max-height: 100%;
    text-align: left;
    position: relative;
}
.k-accounting-top .inner {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 10px;
    transition: background .3s ease-out .1s;
    width: 100%;
    z-index: 100;
    max-height: 100%;
}
.k-accounting-top .inner .item {
    padding-left: 20px;
    margin-bottom: 5px;
}
.k-accounting-top .inner .item {
    padding-left: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.k-accounting-top .inner span.text {
    font-size: 15px;
    line-height: 15px;
}
.k-accounting-top .inner span.icon {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    cursor: pointer;
}
.k-accounting-top .inner .item.loading {
    opacity: 0.3;
}
/**
        Styles for change role
     */

div.UserStatusPopup {
    background-color: transparent;
    width: 100%;
    max-height: 100%;
    padding: 10px;
}

.UserStatusPopup .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

.UserStatusPopup .modal-content {
    border-radius: 5px;
    border-top: 5px solid #5699e2;
    border-bottom: 5px solid #5699e2;
}

.UserStatusPopup .modal-footer {
    background-color: transparent;
    padding: 4px 6px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
}

.UserStatusPopup .modal-body {
    padding: 0 1rem;
}

.UserStatusPopup .modal-title {
    margin-top: 0;
}

.UserStatusPopup .cancel {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}

.UserStatusPopup .next {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #5699e2;
}

.UserStatusPopup .input-mt {
    margin-top: 10px;
    margin-bottom: 0;
}

.UserStatusPopup .country_code_label {
    top: -23px;
}

.UserStatusPopup .cancel_role {
    width: 110px;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    background: #e9e4e4;
    color: #000;
}
.is-opened-profile #new_msg_form .row.h-100 {
    margin-right: 16px;
}

div.new-msg-container.chat_role_change::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.toggle_previous_role {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#previous_chat_trigger .toggle_previous_role {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    background: #F1F1F2;
    z-index: 99;
}
div#qr_ajax_data .images_all {
    max-width: 175px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3px;
}

div#qr_ajax_data .images_all .first,
div#qr_ajax_data .images_company .first {
    padding: 2px;
    max-width: 57px;
}
.qr_all div#qr_ajax_data_all > svg,
.qr_company div#qr_ajax_data_company > svg {
    padding: 7px;
}
div#qr_ajax_data .qr_all,
div#qr_ajax_data .qr_company{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#qr_ajax_data .images_company {
    max-width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
}
.qr_all div#qr_ajax_data_all {
    margin: 0;
    /*padding: 4px;
    background: repeating-linear-gradient( to bottom, #00B9EE, #00B9EE 30.3%, #00FF00 33.3%, #00FF00 80%, #FF00FF 80%, #FF00FF )no-repeat;*/
    background: url(../images/icons/qr.frame.color.only.svg) no-repeat center center;
    padding: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.qr_company div#qr_ajax_data_company {
    /*border: 4px solid;
    border-color: #FF00FF;*/

    margin: 0;
    background: url(../images/icons/qr.frame.pink.only.svg) no-repeat center center;
    padding: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.msg-box span.mDspan {
    position: absolute;
    top: 0;
    height: 26px;
    width: 26px;
    right: 0;
    color: rgb(0,0,0,0.3);
    cursor: pointer;
     display: none;
    background-color: inherit;
    border-radius: 5px;
    z-index: 999;
}

.msg-box:hover span.mDspan {
    display: block;
}
.msg-box span.mDspan i.material-icons {
    font-size: 22px;
    right: 0;
    float: right;
}

.k-inputs.d-buttons {
    margin-bottom: 12px;
}
.k-inputs.d-buttons .m-delete {
    background: #5699e2;
    border-color: #5699e2;
}
.k-inputs.d-buttons .m-delete.btn-mcancel {
    background: #e9e4e4;
    border-color: #e9e4e4;
    color: #000;
}
.wDM {
    color: rgb(0,0,0,.35);
    font-style: italic;
}
.wDM::before {
    /*padding-right: 10px;
    content: "\f05e";
    font-family: FontAwesome;
    padding-right: 0.2em;
    font-style: normal;
    font-size: 18px;*/

    content: "";
    padding-right: 16px;
    font-style: normal;
    font-size: 16px;
    background: url(../images/icons/forbidden.svg) no-repeat center center;
    margin-right: 2px;
}
.loginDApp {
    padding: 0;
    text-align: center;
}
.loginDApp .title {
    font-size: 1.5rem;
    line-height: 1.2;
}
.loginDApp .link {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 5px 0 15px;
}
.loginDApp .link > a:hover {
    text-decoration: none;
}
.loginDApp .images {
    display: flex;
    justify-content: center;
}
.loginDApp .images .app {
    padding-left: 3px;
}
.loginDApp .images .google {
    padding-right: 3px;
}
.msg-box.video-msg {
    float: unset;
    display: inline-block;
    background: #C1E6F8;
    padding: 3px 20px;
    border-radius: 8px;
    margin: 5px 0;
}

.k-login-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: -60px;
}
.k-login-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 17px 50px 0 rgba(0,0,0,.19), 0 12px 15px 0 rgba(0,0,0,.24);
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: 900px;
}
.k-login-content .k-qr-section-top {
    padding: 64px 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.k-login-content .kla {
    display: flex;
    justify-content: flex-start;
}
.k-login-content .kla .second {
    padding-left: 15px;
}
.k-login-content .kla .second .images {
    display: flex;
    padding-top: 5px;
}
.k-login-content .kla .second .images .app {
    padding-left: 5px;
}
.k-login-content .kla .second .images img {
    width: 105px;
}

.k-login-content .klct {
    padding: 25px 0;
    font-size: 2rem;
}
.k-login-content .qr_all div#qr_ajax_data_all,
.k-login-content .qr_company div#qr_ajax_data_company {
    background: unset;
}
.k-login-content .kqrlt {
    display: flex;
    justify-content: space-between;
}

.k-login-content .kqrlt .right .inner {
    position: relative;
}
.k-login-content .kqrlt .k-login-qr-list ul li {
    line-height: 2em;
}
.k-login-content > .row {
    margin: 0;
}
.k-login-content .k-video-section {
    padding: 60px 60px;
    background-color: rgba(0,0,0,.025);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-login-content .video {
    max-width: 560px;
}
.new-login-header {
    background: #0473aa;
    display: flex;
    justify-content: flex-start;
    min-height: 140px;
}
.new-login-header {
    background: #0473aa;
    display: flex;
    justify-content: center;
    min-height: 140px;
    align-items: flex-start;
    padding: 25px 0 0;
}
.new-login-header .inner {
    max-width: 900px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.new-login-header .inner img {
    max-width: 250px;
    height: 29px;
    object-fit: contain;

}
.k-login-content .kqrlt .k-language-switcher {
    justify-content: flex-start;
}
.k-login-content .kqrlt .k-language-switcher .form-group {
    margin-top: 0;
}
.k-login-top {
    margin-bottom: 20px;
}
.k-login-content .qr_all div#qr_ajax_data_all > svg,
.k-login-content .qr_company div#qr_ajax_data_company > svg {
    padding: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
    background-color: #039be5;
    border-color: #039be5;
}
::-webkit-scrollbar {
    width: 6px!important;
    height: 6px!important;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
#member_invitation_company_popup .availabe_member_list {
    max-height: 240px;
    overflow: scroll;
}
.k-contact-search input:focus {
    outline: unset;
}
.msg-content audio:focus {
    outline: unset;
}
.p-img-container.right-frame {
    border: 1px solid #d1d1d1;
}
.p-img-container.right-frame img {
    padding: 4px;
    border-radius: 50%;
}

@media screen and (min-width: 1441px) {
    .k-chat-card-top .k-chat-card {
        height: calc(100vh - 39px);
    }

    .k-chat-card {
        max-width: 1396px;
        top: 19px;
        height: calc(100% - 39px);
    }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .k-chat-left-panel {
        flex: 35%;
    }

    .k-chat-middle {
        flex: 65%;
    }

    .k-left-contacts {
        width: 35%;
        left: -35%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 901px) {
    .k-chat-left-panel {
        flex: 35%;
    }

    .k-chat-middle {
        flex: 65%;
    }

    .k-left-contacts {
        width: 35%;
        left: -35%;
    }
}

@media screen and (max-width: 1340px) and (min-width: 768px) {
    .k-qr-code-inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .k-qr-code-box svg {
        width: 200px;
    }

    .k-country-code-phone .phone {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 900px) {
    .k-chat-left-panel {
        flex: 40%;
    }

    .k-chat-middle {
        flex: 60%;
    }

    .k-left-contacts {
        width: 40%;
        left: -40%;
    }
}

@media screen and (max-width: 767px) {
    .k-chat-left-panel {
        flex: 50%;
    }

    .k-chat-middle {
        flex: 50%;
    }

    .k-card {
        height: auto;
    }

    .k-card.k-chat-card {
        height: calc(100vh - 0px);
    }

    .k-left-contacts {
        width: 50%;
        left: -50%;
    }
    .k-login-content {
        max-width: 100%;
    }
    .k-login-content .k-qr-section-top {
        padding: 25px 20px;
    }
    .k-login-content .kla {
        flex-direction: column;
    }
    .k-login-content .kla .second {
        padding-left: 0;
    }
    .k-login-content .klct {
        padding: 20px 0;
        font-size: 1.6rem;
    }
    .k-login-content .kqrlt {
        flex-direction: column;
    }
    .k-login-content .kqrlt .k-login-qr-list ul li {
        line-height: 1.4em;
    }
    .k-login-content .kqrlt {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .new-login-header .inner {
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .k-contacts-top .k-contact-name .k-c-name {
        max-width: 120px;
    }

    .k-qr-code-inner {
        flex-direction: column;
    }
}


