/*------------------------------------*\
    S4BT Popup
\*------------------------------------*/
.s4bt_heightPopup{
    height:auto !important
}
.s4bt_popup.webix_popup {
    border-width: 0px !important;
    display: block;
    /* width: auto !important; */
    height: auto !important;
    border-radius: 8px;
    background-color:transparent !important
}
.s4bt_popup.webix_win_content {
    padding: 0px !important;
}
.s4bt_popup .webix_list_item{
    width: auto !important;
    /*background-color: rgba(70, 82, 93, 0.9) !important;*/
    background-color: rgba(10,24,51, 0.9);
    border-bottom: 1px solid #8aa7c6 !important;
    border-color: #8aa7c6;
    color: #fff !important;
}
.s4bt_popup .webix_list .webix_list_item.webix_selected {
    width: auto !important;
    background-color: #8aa7c6 !important;
    border-bottom: 1px solid #8aa7c6 !important;
    border-color: #8aa7c6;
    color: #fff !important;
    box-shadow: none !important
}
.s4bt_popup.webix_list{
    width: auto !important;
    height: auto !important;
    border-width:0px !important
}
.s4bt_listDarkPopup.webix_list{
    width:auto !important;
    border:none;
    background-color:transparent !important
}
.s4bt_listDarkPopup.webix_list .webix_list_item{
    height: auto !important;
    display: flex; 
    border-bottom: none !important;
    border-top: 1px solid #8aa7c6;
    padding: 12px 12px;
    line-height: 24px !important;
    /* background: #545e6a !important; */
    background-color: rgba(10,24,51, 0.9) !important;
    color: #fff !important;
    cursor:default;
}
.s4bt_listDarkPopup.webix_list .webix_list_item.webix_selected {
    height: auto !important;
    display: flex;
    border-bottom: none;
    border-top: 1px solid #8aa7c6;
    padding: 12px 12px;
    /* background: #8aa7c6 !important; */
    background-color: rgba(138,167,198, 0.9) !important;
    color: #fff !important;
    box-shadow: none;
}
.s4bt_listDarkPopupNotify.webix_list{
    width:auto !important;
    border:none;
}
.s4bt_listDarkPopupNotify.webix_list .webix_list_item{
    height: auto !important;
    border-bottom: none !important;
    border-top: 1px solid #8aa7c6;
    padding: 12px 12px;
    line-height: 24px !important;
    /* background: #545e6a !important; */
    background-color: rgba(10,24,51, 0.9) !important;
    color: #fff !important;
    cursor:default !important;
}
.s4bt_listDarkPopupNotify.webix_list .webix_list_item.webix_selected {
    height: auto !important;
    border-bottom: none;
    border-top: 1px solid #8aa7c6;
    padding: 12px 12px;
    /* background: #8aa7c6 !important; */
    background-color: rgba(138,167,198, 0.9) !important;
    color: #fff !important;
    box-shadow: none;
}
.s4bt_imageDarkPopup{
    width: 18px;
    height: 18px;
    float: left;
    padding-top: 3px;
    padding-right: 8px;
}
.s4bt_iconDarkPopup{
    font-size:16px !important;
    color:#cad1d8;
    line-height: 1.3 !important;
    padding-right: 8px;
}
/* List Change Password */
.s4bt_titleListwhitePopup{
    width:auto !important;
    font-family:Rubik;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
    color:#8aa7c6;
    margin:0px !important;
    padding:8px 0 8px 16px;
    border-bottom:1px solid #cad1d8 !important;
    background-color: rgba(10,24,51, 0.9)
}
.s4bt_itemListwhitePopup{
    width:auto !important;
    font-family:Rubik;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
    color:#fff;
    margin:0px !important;
    padding:8px 0 8px 16px;
    border-bottom:1px solid #cad1d8 !important;
    background-color: rgba(10,24,51, 0.9);
}
.s4bt_itemDisabledListwhitePopup{
    width:auto !important;
    font-family:Rubik;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
    line-height:1.43;
    letter-spacing:0.3px;
    color:#fff;
    margin:0px !important;
    padding:8px 0 8px 16px;
    border-bottom:1px solid #cad1d8 !important;
    background-color: rgba(10,24,51, 0.9)
}
.s4bt_backgroundBlackPopup{
    background-color: rgba(70, 82, 93, 0.9) !important;
}
.s4bt_backgroundBlackPopup.webix_list {
    width:auto !important;
    border: none !important
}
.s4bt_backgroundBlackPopup .webix_list_item {
    min-height:38px !important
}

/*------------------------------------*\
    S4BT Black Popup
\*------------------------------------*/
.s4bt_blackPopup{
    width:auto !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color: rgba(10,24,51, 0.9);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border:none
}
.s4bt_blackPopup.webix_window.webix_popup,
.s4bt_bodyBlackPopup {
    height: auto !important
}
.s4bt_blackPopup.webix_layout_form{
    height: auto !important
} 
.s4bt_blackPopup .webix_view.webix_form {
    border: 1px solid rgba(70, 82, 93, 0.192);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color: rgba(10,24,51, 0.9);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border-radius: 8px !important;
}
.s4bt_blackPopupBorderRadiusNone .webix_view.webix_form {
    border: 1px solid rgba(70, 82, 93, 0.192);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color: rgba(10,24,51, 0.9);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border-radius: 0px !important;
}
.s4bt_blackPopup .webix_win_content{
    border-width: none !important;
    padding: 0 !important;
}
.s4bt_blackPopup .webix_label_right{
    color: #fff !important
}

/*------------------------------------*\
    S4BT Black Popup DragList
\*------------------------------------*/
.s4bt_blackPopupDragList{
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color: rgba(10,24,51, 0.9);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.s4bt_blackPopupDragList.webix_layout_form{
    height: auto !important
} 
.s4bt_blackPopupDragList .webix_view.webix_form {
    border: 1px solid rgba(70, 82, 93, 0.192);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color:transparent !important;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border-radius: 8px !important;
}
.s4bt_blackPopupDragListBorderRadiusNone .webix_view.webix_form {
    border: 1px solid rgba(70, 82, 93, 0.192);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background-color: rgba(70, 82, 93, 0.9);*/
    background-color:transparent !important;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border-radius: 0px !important;
}
.s4bt_blackPopupDragList .webix_win_content{
    border-width: none !important;
    padding: 0 !important;
}
.s4bt_blackPopupDragList .webix_label_right{
    color: #fff !important
}