/*------------------------------------*\
    S4BT Chat
\*------------------------------------*/
.s4bt_chatPopup{
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(10,24,51, 0.9);
    position: absolute !important;
    z-index: 1111 !important;
}
.s4bt_chatPopup .webix_win_content{
    width:auto !important;
    height:100% !important;
    padding:0px !important;
} 
.s4bt_bodyChatPopup{
    width:auto !important;
    height:100% !important;
    background-color:transparent !important
}
.s4bt_bodyChatPopup .webix_win_body{
    width:auto !important;
    height:100% !important;
}
.s4bt_headerChatPopup{
    width:auto !important;
    background-color:#fff
}
.s4bt_titleHeaderChatPopup{
    font-family: Rubik;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.7;
    letter-spacing: normal;
    color: #505c83;
    border: none
}
/* Tabview */
.s4bt_tabviewChatPopup.webix_view div:focus{
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width:0 !important;
}
.s4bt_tabviewChatPopup .webix_control.webix_el_tabbar{
    width:auto !important;
    height:auto !important;
    background-color: transparent;
    border: none;
    background-color: #0A1833;
    opacity: .9;
}
.s4bt_tabviewChatPopup{
    width:auto !important;
    background-color:transparent !important;
}
.s4bt_tabviewChatPopup .webix_multiview{
    width:auto !important;
    height:100% !important;
    background-color:transparent !important;
    border-top: 1px solid #738596 !important;
}
.s4bt_bodyTabOfChat{
    width:auto !important;
    height:100% !important;
    background-color:transparent !important;
}
.s4bt_tabviewChatPopup .webix_tab_filler{
    display:none
}
.s4bt_tabviewChatPopup .webix_item_tab{
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.6px;
    text-align: center;
    color: #8d9196 !important;
    background-color:transparent !important;
    border:none;
    padding: 8px 16px;
}
.s4bt_tabviewChatPopup .webix_item_tab.webix_selected{
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff !important;
    background-color:transparent !important;
    border:none;
    padding: 8px 16px;
    box-shadow: inset 0 43px rgba(10,24,51, 0.8) !important;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    background-image:linear-gradient(rgba(10,24,51, 0.9), #505c83);
}
.s4bt_tabviewChatPopup .webix_after_all_tabs {
    background-color:transparent !important;
    display:none
}
.s4bt_tabviewChatPopup .webix_item_tab .webix_icon {
    width: auto;
    font-size: 19px;
    display:block
}
/* List Of User Popup */
.s4bt_listUserChatPopup{
    background-color:transparent !important;
    border:none
}
.s4bt_listUserChatPopup.webix_list{
    width:auto !important;
}
.s4bt_listUserChatPopup .webix_list_item{
    height:auto !important;
    border-bottom:1px solid #738596;
    padding-top:8px;
    padding-bottom:8px;
}
.s4bt_listUserChatPopup .webix_list_item.webix_selected {
    height:auto !important;
    border-bottom: 1px solid #8AA7C6;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(138,167,198,.9);
}
.s4bt_iconUserChat{
    width:40px;
    height:40px;
    font-size:40px !important;
    color: #919eac;
    float: left;
    text-align: center;
    margin-top:-2px;
}
/* List Of Manuals Popup */
.s4bt_listManualPopup{
    background-color:transparent !important;
    border:none
}
.s4bt_listManualPopup.webix_list{
    width:auto !important;
}
.s4bt_listManualPopup .webix_list_item{
    height:auto !important;
    border-bottom:1px solid #738596;
    padding-top:16px;
    padding-bottom:8px;
}
.s4bt_listManualPopup .webix_list_item.webix_selected {
    height:auto !important;
    border-bottom:1px solid #738596;
    padding-top:8px;
    padding-bottom:8px;
    background-color: #738596;
}
.s4bt_iconPopupHelp{
    width:24px;
    height:auto !important;
    font-size:16px !important;
    color: #fff;
    float: left;
    text-align: left;
    margin-top:-2px;
}
.s4bt_initialsNameUserChat{
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #cad1d8;
}
.s4bt_iconUserChatInactive{
    width:10px;
    height:10px;
    font-size:10px !important;
    float: left;
    position:relative;
    left:-10px;
    color: #f5007a;
}
.s4bt_iconUserChatOffline{
    width:10px;
    height:10px;
    font-size:10px !important;
    float: left;
    position:relative;
    left:-10px;
    color: transparent;
}
.s4bt_iconUserChatOnline{
    width:10px;
    height:10px;
    font-size:10px !important;
    float: left;
    position:relative;
    left:-10px;
    color: #9cd638;
}
.s4bt_listUserChat{
    width: auto;
    height: auto !important;
    display: grid;
}
.s4bt_nameUserChat{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom:6px
}
.s4bt_nameUserGroupAxisX{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 9px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: center !important;
    color: #cad1d8;
    display: flex;
    position: absolute;
}
.s4bt_lastMessageUserChat{
    width: auto !important;
    height: 20px !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: 0.4px;
    color: #cad1d8;
}
/* Chatting Screen */
.s4bt_rowUsersLastMessage{
    width:auto !important;
    background-color:#fff;
    background-image: linear-gradient(to top, rgba(154, 166, 178, 0), rgba(154, 166, 178, 0.1));
}
.s4bt_rowGroupUsersAxisX{
    width:auto !important;
    border-bottom:1px solid #738596 !important
}
.s4bt_templateCleanChat{
    height: auto !important;
    background-color: transparent;
    border: none !important;
}
.s4bt_iconTopUserChatOnline{
    width: 10px;
    height: 10px;
    font-size: 10px !important;
    float: left;
    position: relative;
    top: -36px;
    left: 24px;
    color: #9cd638;
}
.s4bt_iconTopUserChatInactive{
    width: 10px;
    height: 10px;
    font-size: 10px !important;
    float: left;
    position: relative;
    top: -36px;
    left: 24px;
    color: #f5007a;
}
.s4bt_iconTopUserChatOffline{
    width: 10px;
    height: 10px;
    font-size: 10px !important;
    float: left;
    position: relative;
    top: -36px;
    left: 24px;
    color: transparent;
}
.s4bt_iconTopRemoveUser{
    width: 13px;
    height: 13px;
    font-size: 14px;
    float: left;
    color: #cad1d8;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    top: -34px;
    left: 24px;
}
.s4bt_buttonNewMessage{
    box-shadow: -16px 3px 16px -3px #fff;
    position:relative;
    right:-1px;
}
.s4bt_headerUserChatting{
    width:auto !important;
    border-bottom:1px solid #738596 !important;
}
.s4bt_cleanTemplateHeaderChatting{
    width:72% !important;
    height:auto !important;
    background-color: transparent;
    border: none !important;
    position:relative;
    top:50%;
    transform:translateY(-45%)
}
.s4bt_cleanTemplateHeaderChatting .webix_template{
    height:auto !important;
    padding:3px;
}
.s4bt_feedbackMessageChat{
    width:auto !important;
    border-bottom:1px solid #738596;
}
.s4bt_messageFeedbackTemplate{
    width: auto !important;
    height: auto !important;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.3px;
    text-align: center;
    color: #cad1d8;
    background-color:transparent;
    border:none;
    padding-top:16px;
}
.s4bt_chatList.webix_list{
    width:auto !important;
    background-color:transparent;
    border:none;
}
.s4bt_chatList .webix_list_item{
    width: auto !important;
    height:auto !important;
    border-bottom: none;  
    line-height: 22px;
}
.s4bt_containerSpeakerMessage{
    max-width:50% !important;
    float:left
}
.s4bt_containerPersonalMessage{
    max-width:50% !important;
    float:right
}
.s4bt_userDate{
    font-family: Rubik;
    font-size: 9px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    color: #cad1d8;
}
.s4bt_message{
    width: auto !important;
    height:auto !important;
    margin-top: 8px;
    border-radius: 4px;
    padding:8px;
}
.s4bt_msgUtente1{
    width: auto !important;
    height:auto !important;
    border-radius: 8px;
    background-color: #e8ebee;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.3px;
    color: #424548;
    margin-top: 0px;
} 
.s4bt_msgUtente2{
    width: auto !important;
    height:auto !important;
    border-radius: 8px;
    background: #e8effc;
    font-family: Rubik;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.3px;
    color: #424548;
    margin-top: 0px;
}
.s4bt_textareaWriteMessage{
    position:absolute;
    bottom:64px;
    left:50%;
    transform:translateX(-50%)
}
.s4bt_textareaChat.webix_el_textarea textarea {
    height:44px !important;
    font-family: Rubik;
    font-size: 11px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #434548;
    margin: 0;
    resize: none;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    background-color: #fff;
}
.s4bt_textareaChat ::placeholder{
    font-family: Rubik;
    font-size: 11px !important;
    letter-spacing: 0.2px;
    color: #434548;
    margin: 0;
}
/* CheckList */
.s4bt_chatCheckbox{
    width: 16px;
    height: 1px;
    line-height: 1.2;
    position: relative;
    top: -32px;
    left: 90%;
}
.s4bt_checkListUserChat{
    width: auto !important;
    height: 14px !important;
    color: #fff;
    line-height: 0.9;
    text-align: right;
    background-color:#4678aa
}
/* Footer Popup */
.footerPopupChat{
    width:100% !important;
    position:absolute;
    bottom:0;
    background-color:#fff
}