/*.usfwd_view_text,.usfwd_view_daterangepicker,.usfwd_view_select,usfwd_view_datepicker,.usfwd_view_search {*/
/*    height: 60px !important;*/
/*}*/
.widget-body {
    background-color: #F0F2F5;
}

@font-face {
    font-family: 'Manrope';
    src: url(/style/fonts/Manrope-Regular-f8105661cf5923464f0db8290746d2f9.ttf);
}

@font-face {
    font-family: 'SUIT';
    src: url(/style/fonts/SUIT-Regular-5d064c8965004ca74d170ed29b0f978a.ttf);
}

@font-face {
    font-family: 'Inter';
    src: url(/style/fonts/Inter-accent-de4c49305d0dda8b9851102239fccacd.otf);
}

@font-face {
    font-family: 'Open Sans';
    src: url(/style/fonts/OpenSans-Regular-629a55a7e793da068dc580d184cc0e31.ttf);
}

@font-face {
    font-family: 'ProximaNova';
    src: url(/style/fonts/Proxima-Nova-Font-bf9f5d50c1b928ff21436517a1a95ad9.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@900&display=swap');

body {
    font-family: 'Outfit', sans-serif;
}

.webix_view {
    /*background-color: #F0F2F5;*/
}

.usfwd_scrollarea .webix_scroll_cont .webix_view.webix_layout_line {
    background-color: transparent;
}

.usfwd_scrollarea .webix_scroll_cont .webix_view.usfwd_search_area_container.webix_layout_line {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.usfwd_scrollarea .webix_scroll_cont .webix_view.usfwd_search_area.webix_layout_line {
    background-color: #FFFFFF;
}

.usfwd_scrollarea .webix_scroll_cont .webix_view.usfwd_search_area.webix_layout_line .webix_view.webix_abslayout{
    height: 100% !important;
}

/*.usfwd_scrollarea .webix_scroll_cont .webix_view.usfwd_search_area.webix_layout_line .webix_view.webix_layout_line {*/
/*    background-color: #FFFFFF;*/
/*}*/

.usfwd_view_text > label,
.usfwd_view_daterangepicker > label,
.usfwd_view_select > label,
.usfwd_view_datepicker > label,
.usfwd_view_search > label,
.usfwd_view_textarea > label,
.usfwd_view_richselect > label,
.usfwd_view_combo > label
{
    position: relative;
    font-family: 'Manrope', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px !important;
    top: 0;

    color: #24313D;
    left: 6px;
    padding-left: 6px;
    padding-right: 6px;
    background: linear-gradient(180deg, white 63%, transparent 37%);
    width: fit-content;

    z-index: 1;
}

.usfwd_view_text.webix_disabled_view .webix_disabled_top_label {
    background: none;
}

.usfwd_view_text .webix_el_box,
.usfwd_view_daterangepicker .webix_el_box,
.usfwd_view_select .webix_el_box,
.usfwd_view_datepicker .webix_el_box,
.usfwd_view_search .webix_el_box,
.usfwd_view_textarea .webix_el_box,
.usfwd_view_richselect .webix_el_box,
.usfwd_view_combo .webix_el_box
{
    position: absolute;
    top:5px;
}

.usfwd_view_text input,
.usfwd_view_search input,
.usfwd_view_datepicker .webix_inp_static,
.usfwd_view_daterangepicker .webix_inp_static,
.usfwd_view_select select,
.usfwd_view_textarea textarea,
.usfwd_view_richselect .webix_inp_static,
.usfwd_view_combo input
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    padding: 0px 12px;
    color: #24313D;
    font-family: 'Manrope', serif;

    border-radius: 6px;
    border: 1px solid var(--border-color);
    font-style: normal;
}

.usfwd_view_text input:hover,
.usfwd_view_search input:hover,
.usfwd_view_datepicker .webix_inp_static:hover,
.usfwd_view_daterangepicker .webix_inp_static:hover,
.usfwd_view_select select:hover,
.usfwd_view_textarea textarea:hover,
.usfwd_view_richselect .webix_inp_static:hover,
.usfwd_view_combo input:hover
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #818897;
}

.usfwd_view_text input:focus,
.usfwd_view_search input:focus,
.usfwd_view_datepicker .webix_inp_static:focus,
.usfwd_view_daterangepicker .webix_inp_static:focus,
.usfwd_view_select select:focus,
.usfwd_view_textarea textarea:focus,
.usfwd_view_richselect .webix_inp_static:focus,
.usfwd_view_combo input:focus
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #818897;
    padding: 0px 11px;
    /*box-shadow: 0 0 0 0.5px #818897;*/
}

.usfwd_view_text:has(input:focus) > label,
.usfwd_view_search:has(input:focus) > label,
.usfwd_view_datepicker:has(.webix_inp_static:focus) > label,
.usfwd_view_daterangepicker:has(.webix_inp_static:focus) > label,
.usfwd_view_select:has(select:focus) > label,
.usfwd_view_textarea:has(textarea:focus) > label,
.usfwd_view_richselect:has(.webix_inp_static:focus) > label,
.usfwd_view_combo:has(input:focus) > label
{
    background: linear-gradient(180deg, white 67%, transparent 33%);
}

/*
.usfwd_view_text input,
.usfwd_view_search input,
.usfwd_view_datepicker .webix_inp_static,
.usfwd_view_daterangepicker .webix_inp_static,
.usfwd_view_select select,
.usfwd_view_textarea textarea,
.usfwd_view_richselect .webix_inp_static,
.usfwd_view_combo input
*/
.usfwd_view_text .webix_el_box input[aria-required="true"],
.usfwd_view_search .webix_el_box input[aria-required="true"],
.usfwd_view_datepicker .webix_el_box .webix_inp_static[usfwd-required="true"],
.usfwd_view_daterangepicker .webix_el_box .webix_inp_static[usfwd-required="true"],
.usfwd_view_select .webix_el_box .select[aria-required="true"],
.usfwd_view_textarea .webix_el_box textarea[aria-required="true"],
.usfwd_view_richselect .webix_el_box .webix_inp_static[usfwd-required="true"],
.usfwd_view_autoInput .webix_el_box input[aria-required="true"],
.usfwd_view_combo .webix_el_box input[aria-required="true"]{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid var(--default-bg-hover);
}
.usfwd_view_text .webix_el_box input[aria-required="true"]:hover,
.usfwd_view_search .webix_el_box input[aria-required="true"]:hover,
.usfwd_view_datepicker .webix_el_box .webix_inp_static[usfwd-required="true"]:hover,
.usfwd_view_daterangepicker .webix_el_box .webix_inp_static[usfwd-required="true"]:hover,
.usfwd_view_select .webix_el_box .select[aria-required="true"]:hover,
.usfwd_view_textarea .webix_el_box textarea[aria-required="true"]:hover,
.usfwd_view_richselect .webix_el_box .webix_inp_static[usfwd-required="true"]:hover,
.usfwd_view_autoInput .webix_el_box input[aria-required="true"]:hover,
.usfwd_view_combo .webix_el_box input[aria-required="true"]:hover {
    border: 1px solid var(--default-bg-hover);
}

.usfwd_view_text .webix_el_box input[aria-required="true"]:focus,
.usfwd_view_search .webix_el_box input[aria-required="true"]:focus,
.usfwd_view_datepicker .webix_el_box .webix_inp_static[usfwd-required="true"]:focus,
.usfwd_view_daterangepicker .webix_el_box .webix_inp_static[usfwd-required="true"]:focus,
.usfwd_view_select .webix_el_box .select[aria-required="true"]:focus,
.usfwd_view_textarea .webix_el_box textarea[aria-required="true"]:focus,
.usfwd_view_richselect .webix_el_box .webix_inp_static[usfwd-required="true"]:focus,
.usfwd_view_autoInput .webix_el_box input[aria-required="true"]:focus,
.usfwd_view_combo .webix_el_box input[aria-required="true"]:focus {
    border: 2px solid var(--default-bg-hover);
    /*box-shadow: 0 0 0 0.5px var(--default-bg-hover);*/
}

.usfwd_error input,
.usfwd_error .webix_inp_static,
.usfwd_error select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #FF3333;
}

.usfwd_view_richselect .webix_el_box .webix_input_icon.wxi-menu-down::before,
.usfwd_view_combo .webix_el_box .webix_input_icon.wxi-menu-down::before
{
    content: "";
    background-image: url(/img/symbol/bot_arrow-cd5cf6d914ce677fe1ba9d3276af2406.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    line-height: 45px;
    position: absolute;
    /*top: 12px;*/
    right: 12px;
}

.us_fwd_context_menu{
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    background-image: url(/img/symbol/context_menu-af8a84c20b012599de5d83128ad329d9.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    z-index: 10;
    top: 3%;
    right: 5px;
}

.us_fwd_context_menu:hover{
    background-color: #ECECEC;
    border-radius: 50px;
	cursor: pointer !important;
}

.us_fwd_context_menu_body {
    visibility: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1.5px solid rgba(184,182,184,0.68);
    border-radius: 5px;
    background: white !important;
    position: absolute;
    z-index: 10;
    width: 150px;
    top: 25px;
    right: 5px;
    height: 140px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 5px;
    padding-left: 4px;
    border: 0.25px solid lightgray;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover {
    background-color: var(--default-bg-hover);
    color: white;
}

.us_fwd_context_menu_body .xlsx_icons{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/breadcrumb/brd_xls-fecf185068d3fb66efe76e4e93a7b9dd.svg);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .close_icon{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/close_icon-894e99ada42cc61216f34275f90d55fd.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .refresh_icons{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/refresh_button-552af0c646e7b9dc157b5d46a8db1693.png);
    width: 18px;
    height: 18px;
}

.us_fwd_context_menu_body .png_icons{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/png_icon-d3a80b146b666919346a30e5f40c704f.png);
    width: 18px;
    height: 18px;
}

.us_fwd_context_menu_body .pdf_icons{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/pdf_icon-bd491d8815562952135352476592ee98.png);
    width: 18px;
    height: 18px;
}

.us_fwd_context_menu_body .bar_chart_icons{
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/brd_bar_chart-d94da61fbdd3c22e7d1eddd00ae30c8a.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .bar_chart_icons {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/brd_bar_chart-d94da61fbdd3c22e7d1eddd00ae30c8a.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .close_icon {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/close_icon-894e99ada42cc61216f34275f90d55fd.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .xlsx_icons {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/breadcrumb/brd_xls_hover-4b01f9db49e1bfc3f8fd5c6f74bc7b75.svg);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .refresh_icons {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/refresh_button-552af0c646e7b9dc157b5d46a8db1693.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .pdf_icons {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/pdf_icon-bd491d8815562952135352476592ee98.png);
    width: 20px;
    height: 20px;
}

.us_fwd_context_menu_body .us_fwd_context_menu_item:hover > .png_icons {
    /*position: absolute;*/
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/breadcrumb/png_icon-d3a80b146b666919346a30e5f40c704f.png);
    width: 20px;
    height: 20px;
}

/*----arrow up when exten---*/
.usfwd_view_richselect .webix_el_box .webix_inp_static[aria-expanded=true] + span::before,
.usfwd_view_combo .webix_el_box input[aria-expanded=true] + span::before{
    background-image: url(/img/symbol/top_arrow-5676b36d2cad6a769df8edf629cc293f.svg) !important;
}

.usfwd_view_textarea textarea {
    font-family: 'Manrope', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;

    color: #24313D;
    padding-top: 13px !important;
}

.usfwd_view_textarea.text_align_right textarea {
    text-align: right;
}

.usfwd_view_text.text_align_right textarea {
    text-align: right;
}

.webix_view.webix_control .webix_disabled_box input,
.webix_view.webix_control .webix_disabled_box select,
.webix_view.webix_control .webix_disabled_box textarea,
.webix_view.webix_control .webix_disabled_box .webix_inp_static {
    background: #F2F4F9;
    border: 1px solid #CED4DB;
    box-sizing: border-box;
}

.webix_disabled_view label {
    background: white;
}

.webix_view.webix_window.webix_popup:not(.footer_btn_popup) {
    height: auto !important;
    border: none;
    box-shadow: 0px 0px 1px rgba(9, 30, 66, 0.31), 0px 4px 8px rgba(9, 30, 66, 0.25);
    border-radius: 6px;
}

.webix_view.webix_window.webix_popup:not(.footer_btn_popup) .webix_view.webix_list {
    height: auto !important;
    width: auto !important;
    max-height: 315px;
}

.webix_view.webix_window.webix_popup:not(.footer_btn_popup) > .webix_win_content > .webix_win_body > .webix_layout_line > .webix_view.webix_list {
	height: inherit !important;
}

.webix_view.webix_window.webix_popup .webix_win_content {
    padding: 0 !important;

}

.webix_view.webix_window.webix_popup:not(.footer_btn_popup) .webix_scroll_cont .webix_list_item {
    border: none;
    padding: 0px 12px;
    height: 45px !important;
    color: #24313D;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 45px;
    text-wrap: nowrap;
}

.webix_view.webix_window.webix_popup .webix_scroll_cont .webix_list_item:has(.usfwd_recent_and_fav_search_item) {
    height: 60px !important;
}

.webix_view.webix_window.webix_popup .webix_scroll_cont .webix_list_item.webix_selected {
    border: none;
    box-shadow: none;
    color: var(--default-bg-hover);
}

.webix_view.webix_window.webix_popup .webix_scroll_cont .webix_list_item.webix_selected::after {
    content: "";
    background-image: url(/img/symbol/tick_symbol-d9d7529f309b5cee752a725f94e62d2e.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    float: right;
    height: 45px;
}

.webix_view.webix_window.webix_popup .webix_scroll_cont .webix_list_item.webix_selected:hover::after {
    content: "";
    background-image: url(/img/symbol/tick_symbol_white-b3ce726d9546df080d9c945025dd5e09.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    float: right;
    height: 45px;
}



.webix_view.webix_window.webix_popup .webix_scroll_cont .webix_list_item:hover {
    background-color: var(--default-bg-hover);
    color: #FFFFFF;
}

.webix_view.webix_window.webix_popup.footer_btn_popup {
    height: fit-content !important;
    width: fit-content !important;
    border: none;
    box-shadow: 0px 0px 1px rgba(9, 30, 66, 0.31), 0px 4px 8px rgba(9, 30, 66, 0.25);
    border-radius: 6px;
    /* top: calc(100% - 13px) !important; */
}

.webix_view.webix_window.webix_popup.footer_btn_popup .webix_scroll_cont .webix_list_item {
    border: none;
    padding: 0px 12px;
    color: #24313D;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    height: 36px !important;
}

.webix_view.webix_window.webix_popup.footer_btn_popup .webix_scroll_cont .webix_list_item:hover {
    background-color: var(--default-bg-hover);
    color: #FFFFFF;
}


.usfwd_vertical_tab_view {
    z-index: 9;
    border-radius: 10px;
}

.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    color: #707B86;
    background: #FFFFFF;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}


.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar .webix_item_tab,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_item_tab{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 50px;
}

.usfwd_vertical_tab_view_tabbar .webix_view.webix_multiview .webix_view.webix_abslayout .webix_view.webix_layout_line,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_multiview .webix_view.webix_abslayout .webix_view.webix_layout_line{
    background-color: #FFFFFF;
}

.usfwd_vertical_tab_view_tabbar .webix_view.webix_multiview,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_multiview {
    border: 2px solid var(--default-bg-hover) !important;
    border-radius: 13px;
    box-sizing: border-box;
}

.usfwd_tabbar .webix_view.webix_multiview,
    .usfwd_tab_view .usfwd_tabbar .usfwd_tabbar .webix_view.webix_multiview{
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 2px solid var(--default-bg-hover) !important;
    border-radius: 0 !important;
}
.webix_view.usfwd_vertical_tab_view_tabbar.webix_layout_line.webix_view.webix_multiview,
    .usfwd_tab_view .usfwd_tabbar .webix_view.usfwd_vertical_tab_view_tabbar.webix_layout_line.webix_view.webix_multiview {
    width: calc(100% - 2px) !important;
    height: calc(100% - 37px) !important;
}
.webix_view.webix_multiview.usfwd_vertical_tab_view
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_multiview.usfwd_vertical_tab_view{
    border: none;
    border-radius: 10px;
}
.webix_view.webix_control.webix_el_tabbar,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar {
    background-color: transparent;
}
.usfwd_tab_view .webix_view:has(.usfwd_tabbar) .webix_spacer {
    background-color: transparent;
}
.usfwd_tab_view .webix_view:has(.usfwd_tabbar) .webix_spacer {
    background-color: transparent;
}
.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:not(:has(.webix_tab_close)),
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:not(:has(.webix_tab_close)) {
    text-align: center;
    padding-left: unset;
}

.usfwd_vertical_tab_pr {
    padding-right: 20px;
    overflow: unset;
    background: transparent !important;
}
.usfwd_vertical_tab_pr > .webix_scroll_cont {
    overflow: unset;
}
.usfwd_vertical_list_tab.webix_selected {
    position: relative;
    overflow: unset !important;
}
.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected {

    border: 2px solid var(--default-bg-hover);

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: var(--default-bg-hover);
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.usfwd_item_tab_edit::after,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.usfwd_item_tab_edit::after{
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 6px;
    position: relative;
    top: -10px;
    left: 3px;
}

.hiddenclass {
    visibility: collapse;
}

.usfwd_vertical_list_tab {
    border-radius: 8px;
}
.webix_list_item.usfwd_vertical_list_tab.webix_selected {
    border: 2px solid var(--default-bg-hover);
}

/*
    New CSS
*/

.usfwd_vertical_list_tab.webix_selected {
    position: relative;
    overflow: unset !important;
}
.hiddenclass {
    visibility: collapse;
}

.usfwd_vertical_list_tab {
    border-radius: 8px;
}
.webix_list_item.usfwd_vertical_list_tab.webix_selected {
    border: 2px solid var(--default-bg-hover);
}

.webix_list_item.usfwd_vertical_list_tab.webix_selected::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 0;
    top: 15px;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 12px solid var(--default-bg-hover);
    border-bottom: 7.5px solid transparent;
}
.webix_list_item.usfwd_vertical_list_tab.webix_selected::after {
    content: "";
    position: absolute;
    right: -6px;
    width: 0;
    top: 15px;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 12px solid white;
    border-bottom: 7.5px solid transparent;
}
.usfwd_vertical_list_tab {
    border-radius: 8px;
    background: #FFF !important;
    border: 1px solid #D9D9D9;
}
.vertical_tab_pr {
    padding-right: 20px;
}
.btn_add_vertical_tab {
    height: 48px;
    margin-bottom: 20px;
}

.usfwd_vertical_tab_btn_nw {
    height: unset !important;
    background: transparent;

    /*border: 2px dashed var(--default-bg-hover);*/
}


.usfwd_vertical_btn_add_new {
    margin-bottom: 20px;
    background: transparent;
    border: 2px dashed var(--default-bg-hover);

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 7px;
    line-height: 36px;
    color: var(--default-bg-hover);
    border-radius: 8px;

}

.usfwd_vertical_btn_add_new.webix_selected {
    /*position: relative;*/
    overflow: unset !important;
    background: #FFF !important;
    padding: unset !important;
    border: unset!important;
}
/*    Cargo Tabbar CSS*/
.usfwd_tabbar .webix_el_tabbar, .usfwd_tab_view .usfwd_tabbar .webix_el_tabbar  {
    margin-bottom: 12px;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab, 
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab {
    height: 38px;
    color: #707B86;
    border: 1px solid var(--border-color);
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
    overflow: unset;
    padding-left: 16px;
    /* padding-right: 16px; */
    text-align: left;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    line-height: 35px;
}

/* .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab p,
.usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab p{
    font-family: 'Outfit', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab span,
.usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab span{
    font-family: 'Manrope';
} */

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected {
    border: 1px solid var(--default-bg-hover);
    line-height: 35px;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected::before ,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected::before {
    content: "";
    position: absolute;
    right: 45%;
    width: 0;
    bottom: -11px;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 10px solid var(--default-bg-hover);
    border-right: 6px solid transparent;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected::after,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected::after {
    content: "";
    position: absolute;
    right: 45%;
    width: 0;
    bottom: -8px;
    height: 0;
    top: auto;
    left: auto;
    border-left: 6px solid transparent;
    border-top: 10px solid #FFF;
    border-right: 6px solid transparent;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .usfwd_tabbar_add_button,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .usfwd_tabbar_add_button {
    width: 38px;
    height: 38px;
    border-radius: 30px;
    border: 2px dashed var(--default-bg-hover);
    margin-bottom: 0px;
    margin-right: 1px;
}

.usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .usfwd_tabbar_add_button:hover,
    .usfwd_tab_view .usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .usfwd_tabbar_add_button:hover {
    background: var(--default-bg-hover);
    color: #FFF;
    border-style: solid;
}

.usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:focus,
    .usfwd_tab_view .usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:focus {
    outline: none;
}

.usfwd_tabbar  > .webix_view.webix_control.webix_el_tabbar .webix_tab_more_icon .webix_icon,
    .usfwd_tab_view .usfwd_tabbar  > .webix_view.webix_control.webix_el_tabbar .webix_tab_more_icon .webix_icon {
    color: var(--default-bg-hover);
}
.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs {
    display: flex;
    align-items: baseline;
    margin-left: 5px;
}
.usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab .webix_icon.webix_tab_close ,
    .usfwd_tab_view .usfwd_tabbar > .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab .webix_icon.webix_tab_close {
    display: none;
}
.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover .webix_icon.webix_tab_close ,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover .webix_icon.webix_tab_close {
    display: block;
    color: #FFF;
}
.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover ,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover {
    background: var(--default-bg-hover);
    color: #FFF;
    border: 1px solid var(--default-bg-hover);
}
.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover::after,
    .usfwd_tab_view .usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab:hover::after {
    content: unset;
}

.usfwd_vertical_tab .usfwd_vertical_list_tab:hover .qttnDtlRemoveBtn{
    display: block;
}

.usfwd_vertical_tab .usfwd_vertical_list_tab:hover{
    background: var(--default-bg-hover) !important;
    color: #FFF !important;
}
.usfwd_vertical_tab .usfwd_vertical_list_tab:hover::after{
    /*border-top-color: var(--default-bg-hover) !important;*/
    content: unset !important;
}

.qttnDtlRemoveBtn{
    display: none;
    float: right;
    margin-top: 10px;
    font-size: 15px !important;
}

.webix_list_item.usfwd_vertical_list_tab.webix_selected {
    margin-bottom: 20px;
    border: 3px solid var(--default-bg-hover);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;

    padding: 0px 7px;
    line-height: 36px;

    color: var(--default-bg-hover);
}

.usfwd_vertical_list_tab {
    margin-bottom: 20px;
    background: #FFFFFF;
    /* White */

    border: 1px solid #FFFFFF;
    border-right: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #818897;
}
/*
    New CSS
*/

.webix_view.search_condition_area {
    padding-left: 0px !important;
}

.nd_table_border {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0;
}
.nd_table_row {
    height: 40px !important;
}
.nd_table_row.first_row> *:first-child > *:first-child{
    border-top-left-radius: 9px;
}
.nd_table_row > *:first-child {
    padding: 0;
    position: unset;
}
.webix_view.nd_table_row_right.first-row.webix_layout_line> *:first-child > *:first-child{
    border-top-left-radius: 9px;
}

.nd_table_row > *:first-child > *:first-child {
    padding: 10px;
    height: 100%;
    width: 168px !important;
    background-color: #E2EEF9;
    border: 1px solid #B3D1ED;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.97px !important;

}
.nd_table_row > *:first-child > *:last-child {
    /* padding: 0; */
    height: 100%;
    width: 265px !important;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--border-color);
}
.nd_table_row.input > *:first-child > *:last-child {
    padding: 0;
    padding-top: 4px !important;
    height: calc(100% - 1px);
    width: 282px !important;
    border-radius: unset;
    position: relative;
    top: 1px;
    border-bottom: 1px solid var(--border-color);
}

.nd_table_row.input > *:first-child > *:last-child::before {
    line-height: 1.5;
}
.nd_table_row_last_parent {
    height: 40px !important;
}
.nd_table_row_last {
    height: 100% !important;
    width: 347px !important;
}
.nd_table_row_last > *:first-child {
    padding: 0;
}
.nd_table_row_last > *:first-child > *:first-child {
    padding: 10px;
    height: 100%;
    width: 168px !important;
    background-color: #E2EEF9;
    border: 1px solid #B3D1ED;
    border-right: 1px solid #B3D1ED;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.97px !important;
    border-bottom-left-radius: 9px;
}
.nd_table_row_last > *:first-child > *:last-child {
    padding: 0;
    top: 1px;
    height: calc(100% - 1px);
    width: 179px !important;
    border: none;
    border-radius: 0px;
    border-right: 1px solid var(--border-color);
    position: relative;
}
.nd_table_row_last2 {
    width: 103px !important;
    height: 40px !important;
}
.nd_table_row_last2 > *:first-child {
    padding: 0;
    padding-left: 1px;
    position: unset;
}
.nd_table_row_last2 > *:first-child > *:first-child {
    /* padding: 0; */
    height: calc(100% - 1px);
    border: none;
    border-radius: 0px;
    position: relative;
    top: 1px;
    width: 86px !important;
}
.nd_table_row_last2 > *:first-child > *:first-child:hover{
    box-shadow: none;
}
.nd_table_row_right {
    padding: 0;
    height: 40px !important;
}
.nd_table_row_label1 {
    padding: 0;
    width: 168px !important;
    height: 40px !important;
}
.nd_table_row_label1 > *:first-child {
    width: 100% !important;
    height: 100% !important;
    padding: 10px;
    background-color: #E2EEF9;
    border: 1px solid #B3D1ED;
    border-right: 1px solid #B3D1ED;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.97px !important;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: 'PT Sans', Tahoma;
}
.nd_table_row_text {
    padding: 0;
    width: 200px !important;
    height: 40px !important;
}
.nd_table_row_text > *:first-child {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    border-bottom: 1px solid var(--border-color);
}
.nd_table_row_text > *:first-child {
    padding: 0;
}
.nd_table_row_text > *:first-child > *:first-child {
    padding: 0;
    border: none;
    border-radius: 0px;
    border-left: 1px solid var(--border-color);
    width: 100% !important;
    height: calc(100% - 1px);
    position: relative;
    top: 1px;
}
.nd_table_row_label2 {
    padding: 0;
    width: 46px !important;
    height: 40px !important;
}
.nd_table_row_label2 > *:first-child {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 5px 0 0;
    border-bottom: 1px solid var(--border-color);
    font-weight: 500;
    color: #818897;
    text-align: right;


}
.nd_table_row_label1.last > *:first-child {
    border: 1px solid #B3D1ED;
    border-bottom-left-radius: 9px;
}
.nd_table_row_text.last > *:first-child {
    border-bottom: none;
}
.nd_table_row_label2.last > *:first-child {
    border-bottom: none;
}

table tbody td.webix_last_row {
    /*border: 1px solid var(--border-color);*/
}
/*.tablepckGrid .webix_hcell{*/
/*    background:#E2EEF9;*/
/*    color:#000;*/
/*    font-weight:bold;*/
/*}*/
/*.tablepckGrid .webix_ss_header .webix_hcell {*/
/*    border-right: 1px solid #B3D1ED;*/
/*    border-bottom: none;*/
/*}*/
/*.tablepckGrid .webix_ss_header td:first-child .webix_hcell {*/
/*    border-left: 1px solid #B3D1ED;*/
/*}*/
/*.tablepckGrid .webix_ss_header  {*/
/*    border-top: 1px solid #B3D1ED;*/
/*    border-bottom: 1px solid #B3D1ED;*/
/*    border-right: 1px solid #B3D1ED;*/
/*}*/
/*.tablepckGrid.webix_dtable .webix_ss_body .webix_column:first-child > div {*/
/*    border-left: 1px solid #ebebeb;*/
/*}*/
/*.tablepckGrid.webix_dtable .webix_ss_body .webix_column:last-child > div {*/
/*    border-right-width: 1px ;*/
/*}*/
/*.tablepckGrid.webix_dtable .webix_ss_body .webix_column:first-child > div:last-child {*/
/*    border-bottom-left-radius: 4px;*/
/*}*/
/*.tablepckGrid.webix_dtable .webix_ss_body .webix_column:last-child > div:last-child {*/
/*    border-bottom-right-radius: 4px;*/
/*}*/

.floatRightLabel .webix_el_box{
    display: flex;
    justify-content: flex-end;
}
.floatRightLabel .webix_el_box label{
    width: unset !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #24313D;
}
.floatRightLabel .webix_el_box .webix_el_group{
    margin-left: unset !important;
}
.floatRightLabel .webix_label_right {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #24313D !important;
}

.floatLeftLabel .webix_el_box{
    display: flex;
    justify-content: flex-start;
}
.floatLeftLabel .webix_el_box label{
    width: unset !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #24313D;
}
.floatLeftLabel .webix_el_box .webix_el_group{
    margin-left: unset !important;
}
.floatLeftLabel .webix_label_left {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #24313D !important;
}
.floatLeftLabel .webix_inp_top_label {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #24313D !important;
    padding-left: 1px;
}

.usfwd_view_search_table span.webix_input_icon {
    top: -32px !important;
    font-size: 12px;
    text-align: right;
    color: black;
}
.usfwd_view_search_table input {
    border: none;
    border-radius: 0px;
    height: 100%;
    width: 282px !important;
    border-bottom: 1px solid var(--border-color);
}
.usfwd_view_search_table input:focus{
    border: 0px !important;
    border-bottom: 1px solid var(--border-color) !important;
}

.usfwd_top_body {
    display: flex;
}

.usfwd_top_body .webix_template{
    display: flex;
    width: 100%;
}

.usfwd_ui_name {
    /*position: relative;*/
    width: auto;
    height: 30px;
    /*left: 34px;*/
    /*top: 20px;*/

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    /* identical to box height */

    display: flex;
    align-items: center;
    text-transform: capitalize;

    color: #000000;
}

.usfwd_ui_code {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2px 8px;
    gap: 10px;

    position: relative;
    width: fit-content;
    height: 22px;
    left: 16px;
    /*top: 24px;*/

    background: #DCE5F3;
    border-radius: 10px;
    top: 4px;
}

.usfwd_ui_code_content {
    height: 18px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #0372FF;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.usfwd_breadcrumb {
    /*background: transparent;*/
    /*width: auto !important;*/
    /*height: 100% !important;*/
    /*right: 249px;*/
    /*position: absolute;*/
    display: flex;
}
.usfwd_top_body .webix_view .webix_template{
    width: 100%;
}

.usfwd_top_body .lft{
    display: flex;
    width: 50%;
}

.usfwd_top_body .rght{
    display: flex;
    width: 50%;
    justify-content: end;
}

.usfwd_breadcrumb ul {
    /*padding: 20px 20px;*/
    /*list-style: none;*/
    margin: 0;
    /*height: 58px;*/
    padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.usfwd_breadcrumb ul li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    justify-content: center;
    vertical-align: center;
    /* identical to box height */
    display: inline;
    color: #707B86;
}

.usfwd_breadcrumb ul li:nth-child(1) {
    text-transform: uppercase;
}

.usfwd_breadcrumb ul li:nth-child(n+2) {
    text-transform: capitalize;
    font-weight: 700;
}

/* .usfwd_breadcrumb ul li:last-child {
    font-weight: 700;
} */

.usfwd_breadcrumb ul li+li {
    &::before {
        padding-left: 9px;
        padding-right: 9px;
        color: #707B86;
        content: "";
        background-image: url("/img/breadcrumb/brd_accent_right-63b3df9b3fc9e3980aaf3935d0cb6ec0.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    &.no-before::before{
        display:none;
    }
}

/* .usfwd_breadcrumb ul li+li:before {
    padding-left: 9px;
    padding-right: 9px;
    color: #707B86;
    content: "";
    background-image: url("/img/breadcrumb/brd_accent_right-63b3df9b3fc9e3980aaf3935d0cb6ec0.svg");
    background-repeat: no-repeat;
    background-position: center;
} */
/*.usfwd_breadcrumb ul li a {*/

/*    font-family: Roboto, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 17px;*/
/*    !* identical to box height *!*/

/*    color: #637381;*/

/*}*/
/*.usfwd_breadcrumb ul li a:hover {*/
/*    color: #01447e;*/
/*}*/

.usfwd_separation {
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 0px 9px 0px 10px;
}

.usfwd_scrollarea {
    background-color: #F0F2F5;
    padding-right: 14px;
}

.usfwd_btn {
    width: fit-content !important;
}

.usfwd_btn:not([view_id=mockDataBtn]) .webix_el_box {
    width: fit-content !important;
}

.usfwd_btn .webix_el_box .webix_button {
    width: fit-content !important;
}

.usfwd_btn_popup {
    width: fit-content !important;
}

.usfwd_btn_popup .webix_el_box {
    width: fit-content !important;
}

.usfwd_btn_popup .webix_el_box .webix_button {
    width: fit-content !important;
}

.usfwd_btn_primary {
    width: fit-content !important;
}

.usfwd_btn_primary .webix_icon_btn.wxi-dots {
    margin: 0;
}

.usfwd_btn_primary:not([view_id=mockDataBtn]) .webix_el_box {
    width: fit-content !important;
}

.usfwd_btn_primary .webix_el_box .webix_button {
    width: fit-content !important;
}

.usfwd_btn .webix_el_box .webix_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--default-bg-hover);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid var(--default-bg-hover);
}

.usfwd_btn_popup .webix_el_box .webix_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 45px 3px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--default-bg-hover);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px dashed var(--default-bg-hover);
}

.usfwd_btn .webix_el_box .webix_button:hover {
    background: #F1F7FD;
    color: var(--default-bg-hover);
}

.usfwd_btn_popup .webix_el_box .webix_button.webix_img_btn .webix_icon_btn.btn_popup_icon {
    position: absolute;
    right: 16px;
    width: 14px;
    background-image: url(/img/symbol/top_arrow-5676b36d2cad6a769df8edf629cc293f.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.usfwd_btn_popup.webix_disabled_view .webix_el_box.webix_disabled_box .webix_button.webix_img_btn .webix_icon_btn.btn_popup_icon {
    position: absolute;
    right: 16px;
    width: 14px;
    background-image: url(/img/symbol/bot_arrow-cd5cf6d914ce677fe1ba9d3276af2406.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.usfwd_btn_primary .webix_el_box .webix_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    background: var(--default-bg-hover);
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.usfwd_btn_primary .webix_el_box .webix_button:hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    background: #0F449C;
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.float_left_btn {
    display: flex;
    justify-content: flex-end;
}
.new_add_btn {
    margin-left: 5px;
    font-family: 'Manrope' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    width: fit-content !important;
}

.new_add_btn:hover {
    background-color: transparent;
}

.webix_view.webix_control.webix_el_button.webix_secondary.float_left_btn.webix_disabled_view .usfwd_tabbar_add_button.new_add_btn{
    color: var(--disable-color);
}

.equiment-margin {
    margin-top: 15px;
}
.webix_view.title_route_detail .webix_template{
    margin-left: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #24313D;
    width: fit-content;
}
.usfwd_view_search,.usfwd_view_select {
    position: relative;
}

.usfwd_view_autoInput {
    margin-top: 2px;
}

.usfwd_view_autoInput div:nth-child(3) {
    top: 0 !important;
}

.usfwd_view_autoInput .webix_el_search .webix_el_box span{
    padding-top: 12px !important;
}

.usfwd_view_autoInput input
{
    font-size: 13px;
    font-weight: 600;
}

.usfwd_view_autoInput .webix_inp_static
{
    font-size: 13px;
    font-weight: 600;
    color: #24313D;
    font-family: 'Manrope', serif;
    font-style: normal;
}

.usfwd_view_autoInput .usfwd_view_richselect .webix_el_box {
	margin-top: -5px;
}

.usfwd_scrollarea .webix_view.webix_spacer,
.usfwd_top_body,
.usfwd_vertical_tab,
.vertical_tab_pr,
.usfwd_vertical_tab_view_tabbar .webix_view.webix_control.webix_el_tabbar[view_id="$tabbar3"] {
    background-color: #F0F2F5;
}

.webix_view.usfwd_vertical_tab.webix_layout_line {
    width: auto !important;
}

/*.usfwd_search_area {*/
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);*/
/*    border-radius: 12px;*/
/*    box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*}*/

fieldset > legend {
    display: block;
    width: fit-content;
    line-height: inherit;
    color: #24313D;
    border: none;
    border-bottom: none;
    font-size:13px;
    margin: 0;
}

fieldset > img {
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    float: left;
}

fieldset[name="daterange"] > p {
    float: left;
    margin: 0 5px;
}

.mtos-header {
    position: absolute;
    width: 97.5%;
    height: 55px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #dfe3e8;
}

.mtos-header .usfwd_page_name {
    position: absolute;
    left: 30px;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mtos-header .usfwd_header_searchbox {
    position: absolute;
    left: 215px;
    top: 11px;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 264px;
}

.mtos-header .usfwd_header_searchbox .fa-solid.fa-magnifying-glass {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 14px;
    color: #707B86;
}

.mtos-header .usfwd_header_searchbox .usfwd_header_searchbox_input {
    position: absolute;
    top: 6px;
    left: 32px;
    width: 85% !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #818897;
    background: #FFFFFF;
    border-style: none;
}

.usfwd_vertical_tab_view_tabbar {
    background-color: var(--main-bg-color) !important;
    width: auto !important;
}

.mtos-header .usfwd_header_btn_features {
    position: absolute;
    right: 359px;
    top:15.5px;
    background: #FFFFFF;
    border: none;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 264px;
}

.mtos-header .usfwd_header_btn_features .usfwd_header_separation {
    position: inherit;
    right: 0px;
}

.mtos-header .usfwd_header_btn_features .usfwd_header_btn_ntc {
    position: inherit;
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url(/img/header/usfwd_header_ntc-9c1531de122478d10794cbbbaedbb6e0.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.mtos-header .usfwd_header_btn_features .usfwd_header_btn_srtc {
    position: inherit;
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url(/img/header/usfwd_header_srtc_orange-d846f42b86bfa7aabe62759358cf5835.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.mtos-header .usfwd_header_btn_features .usfwd_header_btn_ntc:hover {
    background-image: url(/img/header/usfwd_header_ntc_hover-0856f7cf208e029aba2e353bc4324564.svg);
}
.mtos-header .usfwd_header_btn_features .usfwd_header_btn_srtc:hover {
    background-image: url(/img/header/usfwd_header_srtc_orange-d846f42b86bfa7aabe62759358cf5835.svg);
}

.mtos-header .usfwd_header_btn_features .usfwd_header_btn_mess {
    position: inherit;
    right: 64px;
    height: 20px;
    width: 20px;
    background-image: url(/img/header/usfwd_header_mess-209f2ba59d33cf2db557e14803d49ec8.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.mtos-header .usfwd_header_btn_features .usfwd_header_btn_mess:hover {
    background-image: url(/img/header/usfwd_header_mess_hover-e0c51f45f42e10274776e6ae17eb6e04.svg);
}

.mtos-header .usfwd_header_btn_features .usfwd_header_btn_dic {
    position: inherit;
    right: 108px;
    height: 20px;
    width: 20px;
    background-image: url(/img/header/usfwd_header_dic-5cfa1a5d1f65c25a42bee5a135a5ad7e.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.mtos-header .usfwd_header_btn_features .usfwd_header_btn_dic:hover{
    background-image: url(/img/header/usfwd_header_dic_hover-5696a143d37adbd66906f2c4a7432ecb.svg);
}


.mtos-header .usfwd_header_company {
    position: absolute;
    right: 0px;
    top:15.5px;
    background: #FFFFFF;
    border: none;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 330px;
}

.mtos-header .usfwd_header_company .usfwd_header_usrNm {
    position: inherit;
    right: 25px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95px;
    white-space: nowrap;
}

.mtos-header .usfwd_header_company .usfwd_header_usrNm > span {
    font-family: 'Manrope';
}

.mtos-header .usfwd_header_company .usfwd_header_usr_img {
    position: inherit;
    right: 122px;
}

.mtos-header .usfwd_header_company .usfwd_header_company_name {
    position: inherit;
    right: 162px;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtos-header .usfwd_header_company .usfwd_header_company_name > span {
    font-family: 'Manrope';
}

.mtos-header .usfwd_header_company .usfwd_header_company_icon {
    position: inherit;
    right: 316px;
}

.mtos_wrap {
    background-color: transparent;
}

.newDesignMenu  .webix_scroll_cont .webix_tree_leaves .webix_tree_branch_1 {
    font-family: 'Manrope', serif;
    font-weight: 600 !important;
}

.webix_icon.wxi-delete-new {
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-size: 17px !important;
    width: 100% !important;
    cursor: pointer;
    background: var(--trash-icon) no-repeat center;
    height: 100%;
}
.onHover .not_hover {
    display: none;
}
.hover_only {
    display: none;
}
.onHover .hover_only {
    display: block;
}

.usfwd_general_button {
    background-color: #FFFFFF;
}

.usfwd_accordion_btn_max {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color) !important;
    border-radius: 100px;
    box-sizing: border-box;
    background-image: url(/img/symbol/top_arrow-5676b36d2cad6a769df8edf629cc293f.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.usfwd_accordion_btn_max:hover {
    background-image: url(/img/symbol/top_arrow_white-f39613496d36e36ca5e5637d3a24e12b.svg);
    background-color: var(--default-bg-hover);
}

.usfwd_accordion_btn_mini {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color) !important;
    border-radius: 100px;
    box-sizing: border-box;
    background-image: url(/img/symbol/bot_arrow-cd5cf6d914ce677fe1ba9d3276af2406.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.usfwd_accordion_btn_mini:hover {
    background-image: url(/img/symbol/bot_arrow_white-f50015603c27c5d9035bb3f93c7fde8a.svg);
    background-color: var(--default-bg-hover);
}

.usfwd_accordion_btn_reset {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color) !important;
    border-radius: 100px;
    box-sizing: border-box;
    background-image: url(/img/symbol/reset_symbol-0a626cf9d9021838ecbb981f414ac242.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.usfwd_accordion_btn_reset:hover {
    background-image: url(/img/symbol/reset_symbol_white-1085b468f28a1e7e9463ad8ce328f032.svg);
    background-color: var(--default-bg-hover);
}

.usfwd_content_area_btn {
    position: absolute;
    border: 1px solid var(--border-color) !important;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 5px 15px;
    color: var(--default-bg-hover);
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    background-color: #FFFFFF;
    height: 30px;
}


.usfwd_content_area_btn:disabled {
    border: 1px dashed #D9D9D9 !important;
    cursor: not-allowed;
    color: #B9B9BF !important;
    background-color: inherit !important;
    /* Or, remove the hover effect completely: */
    /* pointer-events: none; */
}

.usfwd_content_area_btn:hover {
    color: #FFFFFF;
    background: var(--default-bg-hover);
    border: 1px solid var(--default-bg-hover);
}

.usfwd_csv_btn {
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-image: url(/img/breadcrumb/brd_csv-791ff5250a334928dcda1acf24cd3c6e.svg);
    display: flex;
    float: right;
    margin-left: 1px;
}

.usfwd_csv_btn:hover {
    background-color: var(--default-bg-hover);
    border: 1px solid #CED4DB;
    background-image: url(/img/breadcrumb/brd_csv_hover-b4675d9f1925958acc1854bb36f26358.svg);
}
.usfwd_csv_btn:disabled {
    background-color: #F9FBFF;
    border: 1px dashed #CED4DB;
    background-image: url(/img/breadcrumb/brd_csv_disable-e0705a8ca6e37e0a8aa2bab7cf23c62d.svg);
}

.usfwd_xls_btn {
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-image: url(/img/breadcrumb/brd_xls-fecf185068d3fb66efe76e4e93a7b9dd.svg);
    display: flex;
    float: right;
    margin-left: 1px;
}

.usfwd_xls_btn:hover {
    background-color: var(--default-bg-hover);
    border: 1px solid #CED4DB;
    background-image: url(/img/breadcrumb/brd_xls_hover-4b01f9db49e1bfc3f8fd5c6f74bc7b75.svg);
}

.usfwd_xls_btn:disabled {
    background-color: #F9FBFF;
    border: 1px dashed #CED4DB;
    background-image: url(/img/breadcrumb/brd_xls_disable-61277957e755b4a3180e11934e542608.svg);
}

.usfwd_pdf_btn {
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-image: url(/img/breadcrumb/brd_pdf-297e1f3984db556bf35d75d8b10c7c86.svg);
    display: flex;
    float: right;
    margin-left: 1px;
}

.usfwd_pdf_btn:hover {
    background-color: var(--default-bg-hover);
    border: 1px solid #CED4DB;
    background-image: url(/img/breadcrumb/brd_pdf_hover-28aee322c05d7d0c6db40c0e157b0044.svg);
}

.usfwd_pdf_btn:disabled {
    background-color: #F9FBFF;
    border: 1px dashed #CED4DB;
    background-image: url(/img/breadcrumb/brd_pdf_disable-e21379b403084b65cf8f66eeeaabb91d.svg);
}

.usfwd_png_btn {
    /*position: absolute;*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-image: url(/img/breadcrumb/brd_png-eb9ee84a71f549b0890b7389df6ce65d.svg);
    display: flex;
    float: right;
    margin-left: 1px;
}

.usfwd_png_btn:hover {
    background-color: var(--default-bg-hover);
    border: 1px solid #CED4DB;
    background-image: url(/img/breadcrumb/brd_png_hover-90c8811818b40b79271abd065653fe3d.svg);
}

.usfwd_png_btn:disabled {
    background-color: #F9FBFF;
    border: 1px dashed #CED4DB;
    background-image: url(/img/breadcrumb/brd_png_disable-af120d90a91522a6639ccd28f37bbc7a.svg);
}

.usfwd_print_btn {
    /*position: absolute;*/
    display: flex;
    float: right;
    -ms-flex-align: end;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-image: url(/img/breadcrumb/brd_print-f5a56d693e4509d73ef4be19c075826b.svg);
    margin-left: 1px;
}

.usfwd_print_btn:hover {
    background-color: var(--default-bg-hover);
    border: 1px solid #CED4DB;
    background-image: url(/img/breadcrumb/brd_print_hover-247c6b3b5de21b7afb9037fe965afd57.svg);
}

.usfwd_print_btn:disabled {
    background-color: #F9FBFF;
    border: 1px dashed #CED4DB;
    background-image: url(/img/breadcrumb/brd_print_disable-24df6ee48a2c36a779efbeef535bd52b.svg);
}

.usfwd_print_btn_dropdown {
    /*position: absolute;*/
    display: flex;
    float: right;
    -ms-flex-align: end;
    /*background-color: #FFFFFF;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    width: 60px;
    height: 30px;
    /*border: 1px solid var(--border-color);*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--border-color) !important;
    /*background-image: url(/img/breadcrumb/brd_print-f5a56d693e4509d73ef4be19c075826b.svg);*/
    margin-left: 1px;
    background: #FFFFFF;
}

.usfwd_print_icon {
    height: 100%;
    width: 50%;
    background-image: url(/img/breadcrumb/brd_print-f5a56d693e4509d73ef4be19c075826b.svg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 0px 0px 5px;
}

.usfwd_dropdown_icon {
    height: 100%;
    width: 50%;
    background-image: url(/img/breadcrumb/drop_down_icon-4de5e0afec249e759b00bab7ec6b731f.svg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 5px 5px 0px;
}

.usfwd_footer > * {
    top: 3px !important;
    background: transparent;
}

.usfwd_footer .webix_view.webix_abslayout .webix_view.webix_layout_line {
    background: #FFFFFF;
}

.usfwd_footer > div:first-child {
    background: #FFFFFF;
}

.usfwd_footer > div:last-child {
    background: #FFFFFF;
    text-align: end;
}

.usfwd_footer_label span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
}

/*=========== Tab View ===============*/
.usfwd_tab_view {
    background-color: #F0F2F5;
}

.usfwd_tab_view .webix_view.webix_control.webix_el_tabbar {
    background-color: #F0F2F5;
}

.usfwd_tab_view .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    color: #707B86;
    background: #FFFFFF;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 50px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    /* margin-right: 16px; */
}

.usfwd_tab_view .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected {
    border: 2px solid var(--default-bg-hover);
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 50px;
    color: var(--default-bg-hover);
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}

.usfwd_tab_view .webix_view.webix_multiview {
    box-sizing: border-box;
    border-radius: 13px;
    border: 2px solid rgb(14, 113, 204) !important;
}

.usfwd_tabbar .webix_view.webix_control.webix_el_tabbar .webix_all_tabs .webix_item_tab.webix_selected {
    border: 1px solid var(--default-bg-hover);
    line-height: 35px;
}

.webix_view.usfwd_tabbar.webix_layout_line .webix_view.webix_multiview {
    border-top: 2px solid rgb(14, 113, 204) !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 13px;
    box-sizing: border-box;
}

.webix_view.usfwd_accordion.webix_layout_accordion {
    background-color: #FFFFFF;
}

.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header {
    border-bottom: none;
    position: relative;
    z-index: 2;
    color: #24313D;
    background: #FFFFFF;

    cursor: pointer;
    overflow: hidden;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
}

.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header:hover
.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header:focus{
    background: #FFFFFF;
    color: #24313D;
}

.usfwd_accordion .webix_accordionitem.horizontal.collapsed, .webix_accordionitem.collapsed {
    background-color: #FFFFFF;
    color: #24313D;
}

.usfwd_accordion .webix_accordionitem.horizontal.collapsed, .webix_accordionitem.collapsed:hover,
.usfwd_accordion .webix_accordionitem.horizontal.collapsed, .webix_accordionitem.collapsed:focus {
    background-color: #FFFFFF;
    color: #24313D;
}

.usfwd_accordion .webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, .webix_accordionitem.collapsed .webix_accordionitem_header {
    background-color: #FFFFFF;
    color: #24313D;
}

.usfwd_accordion .webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, .webix_accordionitem.collapsed .webix_accordionitem_header:hover,
.usfwd_accordion .webix_accordionitem.horizontal.collapsed .webix_accordionitem_header, .webix_accordionitem.collapsed .webix_accordionitem_header:focus{
    background-color: #FFFFFF;
    color: #24313D;
}

.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header .webix_accordionitem_button {
    display: none;
}

.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header .webix_accordionitem_label::before {
    content: "-";
    color: #707B86;
    padding-right: 12px;
}
.usfwd_accordion .webix_view.webix_accordionitem.vertical .webix_accordionitem_header.collapsed .webix_accordionitem_label::before {
    content: "+";
    color: #707B86;
    padding-right: 12px;
}

.usfwd_recent_and_fav_popup {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.webix_win_head {
    border: none;
}

.usfwd_recent_and_fav_popup_close{
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    cursor: pointer;
}

.usfwd_recent_and_fav_popup_searchbox_container {
    padding: 0px 30px 20px 30px;
    width: 91% !important;
}

.usfwd_recent_and_fav_popup_searchbox {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 15px;
}

.usfwd_recent_and_fav_popup_searchbox i {
    font-size: 14px;
    color: #707B86;
}

.usfwd_recent_and_fav_popup_searchbox input {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #818897;
    border: none;
    padding-left: 5px;
    width: 95%;
}
.usfwd_recent_and_fav_popup_searchbox .usfwd_recent_and_fav_item_remove{
    margin-right: 2.5%;
}
.usfwd_recent_and_fav_popup_searchbox .usfwd_recent_and_fav_item_remove:hover{
    cursor: pointer;
}

.usfwd_recent_and_fav_popup_list {
    background-color: #FFFFFF !important;
}

.usfwd_recent_and_fav_item {
    padding-top: 11px;
    height: 70px;
}

.usfwd_recent_and_fav_search_item {
    height: 60px;
    line-height: 30px;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_body .webix_view.webix_list .webix_scroll_cont .webix_list_item:hover {
    background: #F1F7FD;
}

/*.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_body .webix_view.webix_list .webix_scroll_cont .webix_list_item:hover .usfwd_recent_and_fav_item .usfwd_recent_and_fav_item_ui_id::after {*/
/*    content: "";*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-image: url(/img/symbol/open_in_new_window-5fb039a2de28cbad8cb81bd3de72dad9.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    vertical-align: middle;*/
/*    margin-left: 10px;*/
/*}*/

.webix_view.webix_window.webix_popup .webix_view.webix_list.usfwd_recent_and_fav_popup_search_item .webix_scroll_cont .webix_list_item:hover {
    background-color: #F1F7FD;
}

.usfwd_recent_and_fav_item_ui_name {
    width: fit-content;
    display: inline-block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #24313D;
    margin-right: 4px;
}
.usfwd_recent_and_fav_item_ui_name.active {
    text-decoration: underline;
    color: var(--default-bg-hover);
}

.usfwd_recent_and_fav_item_ui_path.active {
    color: var(--default-bg-hover);
}

.usfwd_recent_and_fav_item_ui_search_highlight {
    color: rgba(255, 92, 0, 1);
}

.usfwd_recent_and_fav_search_item .usfwd_recent_and_fav_item_remove {
    margin-top: 1.5%;
}
.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_body .webix_view.webix_list .webix_scroll_cont .webix_list_item:hover .usfwd_recent_and_fav_item .usfwd_recent_and_fav_item_ui_name {
    text-decoration-line: underline;
}

.usfwd_recent_and_fav_item_ui_id {
    padding: 2px 8px 2px 10px;
    width: fit-content;
    display: inline-block;
    background: #DCE5F3;
    border-radius: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height */

    align-items: center;

    color: #0372FF;
}

.usfwd_recent_and_fav_item_ui_path {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */


    /* Gray(click x) */

    color: #818897;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_header {
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #707B86;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_header .webix_accordionitem_button {
    display: none;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical .webix_accordionitem_header .webix_accordionitem_label::after {
    content: "";
    width: 10px;
    height: 5px;
    background-image: url(/img/symbol/top_triangle-5841983cc47a66c739da988c5c335141.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    left: 5px;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical.collapsed.collapsed .webix_accordionitem_header.collapsed.collapsed {
    border-bottom-width: 1px !important;
}

.usfwd_recent_and_fav_popup_list .webix_view.webix_accordionitem.vertical.collapsed.collapsed .webix_accordionitem_header.collapsed.collapsed .webix_accordionitem_label::after {
    content: "";
    width: 10px;
    height: 5px;
    background-image: url(/img/symbol/bottom_triangle-6883d8bef4bc37cfd3021236fa044e27.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    left: 5px;
}

.usfwd_recent_and_fav_item_open {
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(/img/breadcrumb/openInNewWindow-5fb039a2de28cbad8cb81bd3de72dad9.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 4px;
    vertical-align: sub;
}

.usfwd_recent_and_fav_item_remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/breadcrumb/remove_button-9228b1e842d4055c6c6c1ff2506ee50b.svg);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    vertical-align: sub;
}
.usfwd_recent_and_fav_popup_footer button {
    float: right;
    display: inline-block;
    height: 36px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: #FFFFFF;
    padding-right: 30px;
}

.usfwd_recent_and_fav_item_ui_id_search {
    width: fit-content;
    display: inline-block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #818897;
    margin-right: 4px;
}

.popupProfileUser .webix_win_content .webix_win_head .webix_layout_line{
    background-image: url(/img/bluebg-1eb2b344602358016263a1ec5590b41d.png);
    background-color: transparent;
    background-position: left;
}
.popupProfileUser .usfwd_scrollarea .webix_scroll_cont .webix_view.webix_layout_line > .left_border {
    background-image: url(/img/whitebg-4075d4ef45e79370ba9af4c8c4248c00.png);
}

/* .webix_column > div.webix_row_select:focus {
    border: 2px solid var(--default-bg-hover);
} */

.personal-calendar-table .webix_column.webix_first .webix_cell:hover{
    background-color: transparent !important;
}

.webix_ss_header .webix_hcell.text-left {
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-feature-settings: 'case' on;

    color: #000000;
}

.webix_ss_header .webix_hcell.text-right {
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-feature-settings: 'case' on;

    color: #000000;
}

.webix_column.text-center .webix_cell {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);

    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #000000;
}
.webix_column.text-center .webix_cell.highlightRow {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.webix_column.text-center .webix_cell.webix_row_select {
    /* White */
    background: #F1F7FD !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.webix_column.text-left .webix_cell {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);

    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}
.webix_column.text-left .webix_cell.highlightRow {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.webix_column.text-left .webix_cell.webix_row_select {
    /* White */
    background: #F1F7FD !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.webix_column.text-right .webix_cell {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);

    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}
.webix_column.text-right .webix_cell.highlightRow {
    /* White */
    background: #FFFFFF;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.webix_column.text-right .webix_cell.webix_row_select {
    /* White */
    background: #F1F7FD !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D;
}

.highLight_textCenter .webix_cell.highlightRow.webix_row_select {
    background: #D5E3FF !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #265CB5 !important;
}

.hightLight_strong .webix_cell.webix_row_select {
    background: #D5E3FF !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 600 ;
    text-align: left;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D !important;
}

.hightLight_strong .webix_cell.highlightRow.webix_row_select {
    background: #D5E3FF !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 600 ;
    text-align: left;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D !important;
}

.highLight_border .webix_cell.webix_row_select {
    background: #D5E3FF !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D !important;
}

.highLight_border .webix_cell.highlightRow.webix_row_select {
    background: #D5E3FF !important;
    /* Shadow 1 */
    box-shadow: 0px 6px 6px -6px rgba(97, 121, 133, 0.12);
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    /* identical to box height, or 169% */
    /* Grey80 */
    color: #24313D !important;
}

.webix_cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.editable > .webix_cell:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(/style/images/icon/editable-69618d6995eb538ae50ed566f532d95b.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.editable > .webix_cell {
    position: relative;
}

.disable_editor > .webix_cell {
    background-color: #F2F5F9;
}

.fav_bookmark{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(/img/breadcrumb/bookmark-fee637decfa5110b57eaa94a63da6559.svg);
}

.fav_bookmark[active = 'Y']{
    background-image: url(/img/breadcrumb/bookmark_on-7409323daa5d0db04006127fcde7761f.svg);
}

#action_edit{
    margin-right: 30px;
    padding-top: 5px;
    display: none;
}

.usfwd_recent_and_fav_popup_footer .webix_template #action_edit button{
    box-sizing: border-box;
    align-items: flex-start;
    padding: 6px 16px;
    background: #FFFFFF;
    border: 1px solid var(--default-bg-hover);
    border-radius: 15px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--default-bg-hover);
    margin-left: 10px;
}
.usfwd_recent_and_fav_popup_footer .webix_template #action_edit button:hover {
    background: var(--default-bg-hover);
    color:#FFFFFF
}

#displayCountSelected{
    margin-left: 39px;
    width: 100px;
    height: 22px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ABB1BB;
    padding: 10px 0;
}

#action_edit .action_content{
    width: calc(100% - 100px);
}

/* Please only use in popup favorite */
input.fav_check_box{
	-webkit-appearance: checkbox !important;
}
input.rnm_Selection{
	-webkit-box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    padding: 0px 12px;
    color: #24313D;
    font-family: 'Manrope', serif;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    font-style: normal;
}
input.rnm_Selection[rnmShwFlg="Y"]{
	display: unset;
}
input.rnm_Selection[rnmShwFlg="N"]{
	display: none;
}
#favSectPop[favshowflg="Y"]{
	display: none;
}
#favSectPop[favshowflg="N"]{
	display: unset;
}
.fav_check_box{
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1.2px solid #7E828E;
    margin-right: 5px !important;
    margin-top: 11px !important;
}

.menu_section_fav{
    float:right;
    padding: 5px;
    width: 46px;
    height: 39px;
    font-size: 16px;
}

.menu_section_fav:hover{
    color: #0372FF;
}
.webix_popup.webix_menu.edit_section .webix_list_item.menu{
    text-transform: none !IMPORTANT;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;

}
.fav_section_item{
    height: auto !important;
}
.webix_view.webix_window.webix_popup.fav_move_section{
    width:auto !important;
}
.webix_view.webix_window.webix_popup.fav_move_section .webix_view.webix_layout_line{
    width:auto !important;
    height:auto !important;
    background-color: #CED4DB;
}
.webix_view.webix_window.webix_popup .webix_view.webix_list.section_item_list{
    height: 135px !important;
    border-radius: 6px;
    margin-bottom: 2px;
}
/*.webix_view.webix_window.webix_popup .webix_view.webix_list.section_item_list .webix_list_item:hover{*/
/*    background: none;*/
/*}*/
.webix_view.webix_window.webix_popup .webix_view.webix_list.section_item_list .webix_list_item:hover .move_section_item{
    color: #FFFFFF;
}
.move_section_item{
    text-transform: none !IMPORTANT;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #24313D;
}

.usfwd_detail_popup {
    border-radius: 6px 6px 0px 0px;
}

.usfwd_detail_popup .webix_win_head {
    border-radius: 6px 6px 0px 0px;
    background: var(--default-bg-hover);
}

.usfwd_detail_popup .webix_win_head .webix_view.webix_layout_line {
    border-radius: 6px 6px 0px 0px;
    background: var(--default-bg-hover);
}

.usfwd_detail_popup .webix_win_head .webix_template{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    background: var(--default-bg-hover);

    /* White */

    color: #FFFFFF;
    padding: 0px 30px;
}

.usfwd_popup_header_btn_second .webix_el_box .webix_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    background: var(--default-bg-hover);
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.usfwd_popup_footer_btn .webix_el_box .webix_button {
    background: #FFFFFF;
    padding: 6px 15px;
    /*height: 32px;*/
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */
    align-items: center;

    /* Blue */

    color: var(--default-bg-hover);

    border: 1px solid var(--default-bg-hover);
    border-radius: 15px;
    box-sizing: border-box;
}

.usfwd_popup_footer_btn .webix_el_box .webix_button:hover {
    background: var(--default-bg-hover);
    color: #FFFFFF;
}

.usfwd_popup_footer_btn_primary .webix_el_box .webix_button {
    background: var(--default-bg-hover);
    padding: 6px 15px;
    /*height: 32px;*/
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */
    align-items: center;

    /* Blue */

    color: #FFFFFF;

    border: 1px solid var(--default-bg-hover);
    border-radius: 15px;
    box-sizing: border-box;
}
.fav_bookmark{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(/img/breadcrumb/bookmark-fee637decfa5110b57eaa94a63da6559.svg);
}

.fav_bookmark[active = 'Y']{
    background-image: url(/img/breadcrumb/bookmark_on-7409323daa5d0db04006127fcde7761f.svg);
}
.webix_view.webix_list.fav_new_section {
    border-radius: 6px;
}
.webix_view.webix_list.fav_new_section .webix_list_item:hover{
    background: none !important;
}
.webix_view.webix_accordionitem.fav_section_item.vertical .webix_view.webix_list{
    height: auto  !important;
}


/* grid total item label */
.grid-total-label {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
}
.grid-total-label span:nth-child(1) {
    font-weight: 700;
}
.grid-total-label span:nth-child(2) {
    margin-left: 2px;
    margin-right: 4px;
}
/* Screen navigation */


.widget-body .webix_view.webix_layout_line {
    background: #F0F2F5;
}

.webix_cell.webix_invalid.webix_invalid_cell {
    background-color: #ffdedb;
}
.webix_cell.grid_row_edited.webix_invalid {
    background-color: #ffdedb;
}
.webix_cell.grid_row_edited {
    background-color: #c8e0fa;
}

/*Start - Custom for Shipment and Master B/L*/
.icon_button_hover:hover{ text-decoration: underline;}
.half-arrow {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/style/images/default/vector85-97d96884ad380f3acf1a953408d88369.png);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
}
/* Icon label in Gross Weight and Measurement field of Cargo...*/
.custom_padding input {
    padding-right: 45px !important;
}
.percent_icon_padding input {
    padding-right: 30px !important;
}
.webix_input_icon.usfwd_icon_KG {
    background-image: url(/style/images/icon/KG-f91e9f5e7901c4521e4095e8e0feb58b.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.webix_input_icon.usfwd_icon_LB {
    background-image: url(/style/images/icon/LB-a5b885904447ad29fe665c25831586ee.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.webix_input_icon.usfwd_icon_CBM {
    background-image: url(/style/images/icon/CBM-69564240843f8964a5512d6ab788151f.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.webix_input_icon.usfwd_icon_CFT {
    background-image: url(/style/images/icon/CFT-32e897bec9228099f77722dddcebf83c.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.webix_input_icon.usfwd_icon_percent {
    background-image: url(/style/images/icon/percent-723891b84ea9c3744d63d92649596319.png);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

/*Draw border*/
.draw_line {
    width: 100%;
}
.draw_border .draw_line > .webix_view {
    border-top: 1.5px solid var(--border-color);
    border-bottom: 1.5px solid var(--border-color);
}
.draw_border .draw_line > .webix_view:not(:first-child) {
    border-left: 1.5px solid var(--border-color);
}
/*title header for Shipment Detail and Master B/L Detail*/
.webix_view.title_shipment_detail .webix_template, .webix_el_label.title_shipment_detail, .title_shipment_detail>.webix_el_box, .title_shipment_detail>.webix_el_box>label{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #24313D;
    width: fit-content !important; background-color: transparent;
}
.webix_view.title_master_detail .webix_template{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #24313D;
    width: fit-content;
    margin-left: 2px; margin-top: 5px;
}
.webix_view.warning_iso_detail .webix_template{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FF0000;
    width: fit-content;
    margin-left: 2px; margin-top: 5px;
}
.webix_control.fit-content, .fit-content .webix_el_box { width: fit-content !important; }
.webix_view.title_shipment_detail.remove-background { background-color: transparent; }

/*custom to center vertically in cell gridlayout*/
.shp_center_radio .webix_el_box {
    margin-top: 5px;
}
.shp_center_radio .webix_el_box label:first-child {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 0;
}
.shp_center_radio .webix_el_box .webix_el_group {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.shp_center_btn {
    height: 30px !important;
    margin-top: 11px !important;
}
.shp_center_btn .webix_el_box {
    height: 30px !important;
}
.webix_view.title_shipment_detail.shp_center_title .webix_template{
    line-height: 50px;
}
/*End - Custom for Shipment and Master B/L*/

/* Fit-Content Button style */
button.global-btn, .global-btn button {
	width: fit-content;
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 36px !important;
}
button.content-btn, .content-btn button {
	width: fit-content;
	padding-left: 15px !important;
	padding-right: 15px !important;
	height: 30px !important;
}
button.local-btn, .local-btn button {
	width: fit-content;
	padding-left: 10px !important;
	padding-right: 10px !important;
	height: 27px !important;
}

.usfwd_total_count .webix_el_box {
    padding: 0;
}
.webix_view.webix_control .webix_disabled_box .webix_button {
	color: #B9B9BF;
    background: transparent;
    border: 1px dashed #D9D9D9;
}

/*Update Checkbox style on Layout & Grid*/

/* Gird                                  */
/*-Header-The checkboxes within label text, style same as Body but size 13x13 */
.webix_hcell input[type="checkbox"] {
    outline: none;
    width: 13px;
    height: 13px;
    margin: auto;
    line-height: 16px;
    border: 1.2px solid #707B86;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}

.webix_hcell input[type="checkbox"]:before {
    font-family: "Webix Awesome Icons";
    font-size: 6px;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 12.5px;
}

.webix_hcell input[type="checkbox"]:checked:before {
    color: white;
    content: "\f020";
    visibility: visible;
    border: none;
    background: var(--default-bg-hover);
    text-align: center;
}

.webix_hcell input[type="checkbox"]:checked {
    border-color: var(--default-bg-hover);
}

/*-Header-The CheckAll checkbox (without label text) is keep size 16x16 */
.webix_first .webix_hcell input[type="checkbox"]:before {
    font-size: 9px;
    line-height: 14.5px;
    font-weight: normal;
}

.webix_first .webix_hcell input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

/*-Body-All checkboxes are size 16x16 */
.webix_dtable input.webix_table_checkbox {
    outline: none;
    width: 16px;
    height: 16px;
    margin: auto;
    line-height: 16px;
    border: 1.2px solid #707B86;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}

.webix_dtable input.webix_table_checkbox:before {
    font-family: "Webix Awesome Icons";
    font-size: 9px;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 14.5px;
}

.webix_dtable input.webix_table_checkbox:checked:before {
    color: white;
    content: "\f020";
    visibility: visible;
    border: none;
    background: var(--default-bg-hover);
    text-align: center;
}

.webix_dtable input.webix_table_checkbox:checked {
    border-color: var(--default-bg-hover);
}

.webix_dtable input.webix_table_radio {
    -webkit-appearance: radio;
}

/*Layout*/
button.webix_custom_checkbox {
    outline: none;
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    margin-top: -8px; /*fix issue: checkboxes on some screen are overflow the height, because resize from 14x14 to 16x16*/
}

button.webix_custom_checkbox:before {
    color: transparent;
    font-family: "Webix Awesome Icons";
    font-size: 9px;
    height: 16px;
    width: 16px;
    display: block;
    background: white;
    line-height: 16.5px;
    border: 1.2px solid #707B86;
    border-radius: 3px;
}

button.webix_custom_checkbox[aria-checked=true]:before {
    color: white;
    content: "\f020";
    visibility: visible;
    border: none;
    background: var(--default-bg-hover);
}

button.webix_custom_checkbox:after {
    content: '';
    border: 1.2px solid #707B86;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

button.webix_custom_checkbox[aria-checked=true]:after {
    border-color: var(--default-bg-hover);
}

button.webix_custom_checkbox[aria-checked=true] {
    -webkit-appearance: none;
}

button.webix_custom_checkbox:focus {
    outline: none;
    border: none;
}

/*END - Update Checkbox style on Layout & Grid */

/*Update new design Toast Message*/

img.image-type-message {
    width: 50px;
    height: 50px;
    /* padding: 4.17px; */
    position: absolute;
    top: 16px;
    left: 24px;
    object-fit: none;
}

div.message-view {
    border-top: none !important;
    min-height: 88px;
    min-width: 420px !important;
    box-shadow: 0 8px 30px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
}

div#typeMessage {
    border-left: solid 4px;
    margin-right: 16px;
    border-radius: 4px;
}

div#type-message-text {
    font-family: ProximaNova !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    float: none !important;
    min-height: 24px;
}
div#information-message-text {
    font-family: ProximaNova !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: -0.1px !important;
    min-height: 24px;
    margin-top: 8px;
    max-width: 270px;
    overflow-wrap: break-word;
}
.content-message {
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

.message {
    min-height: 56px;
}

#image-close-message > img {
    object-position: -9999px 9999px; /*hide old icon*/
    background: url(/style/images/ico_mesasge/close-5c5ed4a27dfe03b459f207499cd669ed.png); /*safely change to new icon without replacing old icon file*/
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

div#image-close-message {
    width: 20px;
    height: 20px;
    border-radius: 0%;
}

#contentMessage > div:has(#image-close-message) {
    padding: 0 !important;
    top: 0px!important;
    height: auto !important;
    width: 20px !important;
    left: unset !important;
    right: 24px;
}

/*END - Update new design Toast Message*/


/*===CSS common for Validate grid====*/
.webix_list_item.webix_invalid, .webix_tree_item.webix_invalid, .webix_dataview_item.webix_invalid, .webix_column.text-center .webix_cell.webix_invalid {
    color: #FF5C4C;
    background-color: #ffdedb;
}

.webix_list_item.webix_invalid, .webix_tree_item.webix_invalid, .webix_dataview_item.webix_invalid, .webix_column.text-left .webix_cell.webix_invalid {
    color: #FF5C4C;
    background-color: #ffdedb;
}

.webix_list_item.webix_invalid, .webix_tree_item.webix_invalid, .webix_dataview_item.webix_invalid, .webix_column.text-right .webix_cell.webix_invalid {
    color: #FF5C4C;
    background-color: #ffdedb;
}

/*===end CSS common for Validate grid====*/

.webix_view.webix_window.usfwd_simple_popup .webix_win_content .webix_win_head .webix_view.webix_layout_line .webix_view .webix_template {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    /* identical to box height, or 105% */


    /* Black */

    color: #24313D;
}
.btn_dropdown_item {
    height: 32px;
    background-color: white;
    padding: 0px 12px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* identical to box height, or 157% */


    /* Black */

    color: #24313D;
}

.btn_dropdown_item:hover {
    background: var(--default-bg-hover);
    color: #FFFFFF;
}

/*Update Label header on datatable*/

.webix_layout_line:has(+ .webix_dtable) .webix_el_label .webix_el_box {
    padding: 0;
}

.webix_layout_line:has(+ .webix_dtable) b {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #24313D;
}

.webix_el_label:has(+ .webix_dtable) b {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #24313D;
}

/*END - Update Label header on datatable*/

.webix_el_datepicker input,
.webix_el_dbldatepicker input,
.webix_el_colorpicker input,
.webix_el_search input,
.webix_el_datepicker input:focus,
.webix_el_dbldatepicker input:focus,
.webix_el_colorpicker input:focus,
.webix_el_search input:focus {
    padding-right: 40px;
}

.webix_el_datepicker span.webix_input_icon,
.webix_el_dbldatepicker span.webix_input_icon,
.webix_el_colorpicker span.webix_input_icon,
.webix_el_search span.webix_input_icon {
  padding-right: 6px;
}

/*Update footer button of simple popup*/

.usfwd_simple_popup .usfwd_popup_footer {
    display: flex !important;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.usfwd_simple_popup .usfwd_popup_footer > div {
    left: unset !important;
    top: unset !important;
    position: relative !important;
    height: fit-content !important;
}

.webix_view.webix_abslayout.usfwd_popup_footer > div:last-of-type {
    padding-right: 24px; /*can't set padding in display-flex -> to fix: set in the last element of block*/
}

/*END - Update footer button of simple popup*/
/*Update Detail popup css */
.usfwd_pop_detail_head_btn .webix_el_box {
	display: flex;
	align-items: center;
}

.usfwd_detail_popup_head_btn {
	background-color: var(--default-bg-hover);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
	gap: 20px;
	position: absolute;
}

.usfwd_pop_detail_head_btn .webix_el_box .webix_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	background: var(--default-bg-hover);
	border-radius: 6px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #FFFFFF;
}

.usfwd_pop_detail_head_btn .webix_el_box .webix_button:hover {
	background: #FFFFFF;
	color: var(--default-bg-hover);
}

.usfwd_accordion .webix_view.webix_accordionitem.accordionitem_pop_head_required.vertical .webix_accordionitem_header .webix_accordionitem_label::after {
	content: "*";
	color: #DC2626;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	padding-left: 4px;
	position: absolute;

}

.btn_add_pop_detail {
	margin-top: 0px !important;
}

.webix_column.cell_select>div:before {
	content: "";
	width: 10px;
	height: 5px;
	background-image: url('/style/images/default/icon_cell_select-e940cf9b2b7f19bfd14f3a4325c17df1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	align-self: end;
}

.btn_dataTable_icon {
	outline: none;
	border: none;
	background-color: transparent;
}
.usfwd_content_area_btn[name="searchbtnPop"]{
	background: var(--default-bg-hover);
	color: #FFFFFF;
}
.usfwd_content_area_btn[name="searchbtnPop"]:hover{
	background: #0F449C;
}
/*END - Update Detail popup css */
/*Update Detail popup css */
.usfwd_pop_detail_head_btn .webix_el_box {
	display: flex;
	align-items: center;
}

.usfwd_detail_popup_head_btn {
	background-color: var(--default-bg-hover);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
	gap: 20px;
	position: absolute;
}

.usfwd_pop_detail_head_btn .webix_el_box .webix_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	background: var(--default-bg-hover);
	border-radius: 6px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #FFFFFF;
}

.usfwd_pop_detail_head_btn .webix_el_box .webix_button:hover {
	background: #FFFFFF;
	color: var(--default-bg-hover);
}

.usfwd_accordion .webix_view.webix_accordionitem.accordionitem_pop_head_required.vertical .webix_accordionitem_header .webix_accordionitem_label::after {
	content: "*";
	color: #DC2626;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	padding-left: 4px;
	position: absolute;

}

.btn_add_pop_detail {
	margin-top: 0px !important;
}

.webix_column.cell_select>div:before {
	content: "";
	width: 10px;
	height: 5px;
	background-image: url('/style/images/default/icon_cell_select-e940cf9b2b7f19bfd14f3a4325c17df1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	align-self: end;
}

.btn_dataTable_icon {
	outline: none;
	border: none;
	background-color: transparent;
}
.usfwd_content_area_btn[name="searchbtnPop"]{
	background: var(--default-bg-hover);
	color: #FFFFFF;
}
.usfwd_content_area_btn[name="searchbtnPop"]:hover{
	background: #0F449C;
}
/*END - Update Detail popup css */

/*================Datatable==========================*/
.webix_cell {
    line-height: 0 !important;
}

.webix_view.webix_dtable {
    border: 1px solid #B3D1ED !important;
    border-radius: 6px;
    box-sizing: border-box;
    /*margin-top: 0 !important;*/
    display: block;
}

.webix_view.webix_dtable .webix_ss_header {
    display: flex;
}

.webix_view.webix_dtable .webix_ss_body {
    display: flex;
}

.webix_view.webix_dtable .webix_ss_footer {
    display: flex;
    background: #BCBFC7;
}
.webix_view.webix_dtable .webix_ss_footer table td {
    background: #BCBFC7;
}

.webix_ss_footer td {
    border: 1px solid #ebebeb;
}
/* td:has(.footer-auto) { */
/*     border: unset; */
/* } */
.usfwd_footer_auto {
	border: unset !important;
}
.webix_view .webix_ss_footer table {
    border-collapse: collapse;
}
.webix_view.webix_dtable .webix_ss_footer table .vertical-align-top{
	vertical-align: top;
}

.webix_view.webix_dtable .webix_ss_footer table .vertical-align-bottom{
	vertical-align: bottom;
}

.webix_dtable .webix_ss_footer tr:nth-child(2) td {
    border-color: #ebebeb;
}

.webix_view.webix_dtable .webix_ss_header {
    border-radius: 4px 4px 0px 0px;
    background: #E2EEF9;
}

.webix_column > div.webix_cell_select,
.webix_column > div.webix_column_select,
.webix_column > div.webix_row_select {
    background: #F1F7FD !important;
    color: #24313D;
}

.webix_dtable .webix_ss_header td.webix_last_row,
.webix_ss_body .webix_cell.fwd_col_header , .webix_ss_body .webix_cell.text-center.fwd_col_header 
{
    background: #E2EEF9;
    border-color: #B3D1ED;
}

.webix_dtable .webix_ss_header TD {
    background: #E2EEF9;
}

.webix_ss_header td {
    /*border-right: 1px solid #b0cee3;*/
    /*border-bottom: 1px solid #b0cee3;*/
    /*box-sizing: border-box;*/
}

/*Update grid row on hover*/

.webix_dtable .onHover {
    background-color: #F1F7FD !important;
    border-top: 1px solid var(--default-bg-hover) !important;
    border-bottom: 1px solid var(--default-bg-hover) !important;
}

.webix_dtable .webix_ss_header .webix_last.webix_last_row {
    /*padding-right: 1px;*/
}

.webix_dtable .webix_ss_header .webix_last.webix_last_row .webix_hcell {
    border-right: 1px solid #B3D1ED;
}

.webix_dtable .webix_column.webix_last {
    padding-right: 1px;
}

.webix_dtable .webix_column.webix_last .onHover {
    /*border-right: 1px solid var(--default-bg-hover) !important;*/
}

.webix_dtable .webix_column.webix_first  .onHover {
    /*border-left: 1px solid var(--default-bg-hover) !important;*/
}

.webix_cell.highlightRow.onHover.webix_row_select,
.webix_cell.onHover.webix_row_select,
.webix_cell.onHover {
    padding: 0 9px;
}

/*END - Update grid row on hover*/

/* Add - Adding common editor for date-picker*/
.fwd-date-editor.webix_dt_editor > input {
    padding-right: 22px;
}
/*END - Adding common editor for date-picker*/
/*================End Datatable==========================*/

/*Update style of invalid components*/

.webix_invalid .webix_el_box input
, .webix_invalid .webix_custom_radio
, .webix_invalid .webix_el_box .webix_inp_static
, .webix_invalid .webix_el_box select
, .webix_invalid .webix_el_box textarea
, input.webix_invalid
, select.webix_invalid
, textarea.webix_invalid {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box !important;
    border: 1px solid #FF3333 !important;
    background-color: #ffffff;
    color: unset;
}

/*END - Update footer button of simple popup*/

/* full height of dropdown list: type multiselect */
.select_full_height > .webix_win_content > .webix_win_body > .webix_layout_line {
    height: auto !important;
}

/*Update Show More Button on Tab View*/

.usfwd_tabbar .webix_tab_more_icon {
    height: 38px;
    border-radius: 30px;
    line-height: 38px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.2px;
    /* margin-right: 16px; */
    background: #FFFFFF;

    border: 1px solid #CED4DB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.webix_tab_more_icon:hover {
    background: var(--default-bg-hover) !important;
    border: 1px solid var(--default-bg-hover);
}

.webix_tab_more_icon:hover > .webix_icon{
	color: #FFF !important;
}

.webix_tab_more_icon:focus {
    outline: none;
}

.usfwd_vertical_list_tab.webix_tab_more_icon {
    height: 45px !important;
    width: 148px !important;
    border-radius: 8px;
    background: #FFF !important;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-right: none;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: var(--default-bg-hover);
}

/*END - Update Show More Button on Tab View*/

/*Update text-based unit icon on input fields*/

.webix_input_icon.usfwd_no_icon {
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    font-style: inherit;
    font-size: 13px !important;
    background-image: none !important;
    pointer-events: none;
    width: fit-content !important;
    min-width: 24px;
}

div:has(.webix_input_icon.usfwd_no_icon) > input { /*unit len 1 & 2*/
    padding-right: 30px !important;
}

.unit-len-3 div:has(.webix_input_icon.usfwd_no_icon) > input{
    padding-right: 40px !important;
}

.unit-len-4 div:has(.webix_input_icon.usfwd_no_icon) > input{
    padding-right: 50px !important;
}

.unit-len-5 div:has(.webix_input_icon.usfwd_no_icon) > input{
    padding-right: 60px !important;
}

.custom_padding span.webix_input_icon.usfwd_no_icon {
    color: #acb4c4;
    font-size: 14px !important;
    font-weight: 620;
}

.custom_padding div:has(.webix_input_icon.usfwd_no_icon) > input { /*unit len 1 & 2 & 3*/
    padding-right: 45px !important;
}

.unit-len-4 .custom_padding div:has(.webix_input_icon.usfwd_no_icon) > input {
    padding-right: 55px !important;
}

.unit-len-5 .custom_padding div:has(.webix_input_icon.usfwd_no_icon) > input {
    padding-right: 65px !important;
}
/*END - Update text-based unit icon on input fields*/

/*Update Common disable/enable cells*/

.disabled-cell{
    background-color: #f3f3f3 !important;
    text-align: center
}
.normal-cell{
    text-align: center
}
.disabled-right-cell{
    background-color: #f3f3f3 !important;
    text-align: right
}
.normal-right-cell{
    text-align: right;
}
.disabled-left-cell{
    background-color: #f3f3f3 !important;
    text-align: left
}
.normal-left-cell{
    text-align: left
}

/*END - Update Common disable/enable cells*/

/* Common status marker */
.status-marker {
    padding: 2px 13px;
    line-height: normal;
    border-radius: 7px;
    text-align: center;
    color: #F5F7FA;
    font-weight: 500;
}
.text-left .status-marker {
    align-self: start;
}
.text-center .status-marker {
    align-self: center;
}
.text-right .status-marker {
    align-self: end;
}
.status-marker.status-success{
    background-color: #7ECD9E;
}
.status-marker.status-warning{
    background-color: #F9CD8A;
}
.status-marker.status-info{
    background-color: #87B6F4;
}
.status-marker.status-error{
    background-color: #ED6F61;
}
.webix_tooltip .status-marker {
    background-color: transparent;
}
/*END - Common status marker */

/* update border for editor on grid */ 
.webix_view .webix_dt_editor input, .webix_view .webix_dt_editor select {
    border: 2px solid var(--default-bg-hover) !important;
}

/*Update Common merge cell hover color*/

.webix_dtable .hover-border-left {
    border-left: 1px solid var(--default-bg-hover) !important;
}
.webix_dtable .hover-border-right {
    border-right: 1px solid var(--default-bg-hover) !important;
}

/*END - Common merge cell hover color*/

/*Update Common Message Popup*/

.webix_modal_box {
    width: 380px;
    border-radius: 8px;
}

.webix_popup_title {
    text-align: left;
    margin: 24px 24px 0 24px;
    box-shadow: unset !important;
    padding: 0;
    height: 24px;
    line-height: 24px;
}

.webix_popup_text {
    padding: 0px 24px 0px 24px;
    margin-top: 24px;
    margin-bottom: 32px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Manrope';
}

.webix_popup_controls {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    margin-bottom: 24px;
}

.webix_popup_controls {
    display: flex;
    flex-direction: inherit;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    padding: 0 24px 0 24px;
}

.webix_popup_controls .webix_popup_button {
    height: 32px;
    border-radius: 15px;
    min-width: unset;
}

.webix_popup_button {
    color: var(--default-bg-hover);
    background-color: #FFFFFF;
    border: 1px solid var(--default-bg-hover);
}

.webix_popup_button:hover{
    background: #F1F7FD;
    color: var(--default-bg-hover);
}

.webix_popup_button.confirm {
    background-color: var(--default-bg-hover);
}
.webix_popup_button.confirm:hover {
    color: #FFFFFF;
    background: #0F449C;
}
.webix_popup_button.confirm:focus{
    color: #FFFFFF;
    background: #0F449C;
}

div.webix_popup_button div {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope';
    line-height: 32px;
    padding: 0 16px 0 16px;
}

.webix_popup_title {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope';
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}

.webix_alert-info .webix_popup_title {
    color: #2360B2;
}
.webix_alert-success .webix_popup_title {
    color: #2B8F65;
}
.webix_alert-warning .webix_popup_title {
    color: #AD6800;
}
.webix_alert-error .webix_popup_title {
    color: #B01E1E;
}

.webix_popup_title #image-icon-message {
    height: 26px;
    margin-right: 14px;
}

.webix_popup_title div#image-close-message {
    margin-left: auto;
}

.webix_popup_title #image-close-message > img {
    margin-right: unset;
}

.webix_popup_button#image-close-message {
    border: 0;
    min-width: unset;
}
/*END - Update Common Message Popup*/

.webix_point_top,
.webix_point_bottom,
.webix_point_left,
.webix_point_right {
	display: none;
}

.webix_el_select select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url(/img/symbol/bot_arrow-cd5cf6d914ce677fe1ba9d3276af2406.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.webix_el_select option {
    border: none;
    box-shadow: none;
    color: rgb(36, 49, 61);
    padding: 0px 12px;
    height: 45px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 45px;
}

.webix_el_select option:hover {
    background-color: var(--default-bg-hover);
    color: #FFFFFF;
}

/* Add timepicker into date-picker */ 

.usfwd-date-picker .leftboard-datepicker .item {
    height: 56px !important;
}

.usfwd-date-picker.daterangepicker .leftboard-datepicker {
    height: 100% !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    order: 1;
}

.usfwd-date-picker .drp-calendar.left.single {
    order: 2;
}

.usfwd-date-picker .drp-calendar.right {
    order: 3;
}

.usfwd-date-picker.daterangepicker.show-calendar {
    display: flex !important;
    border-radius: 10px !important;
    margin-left: -130px;
}
.usfwd-date-picker.daterangepicker.show-calendar[style*="display: none"]
,.usfwd-date-picker.daterangepicker.show-calendar[style*="display:none"]
,.usfwd-date-picker.daterangepicker.show-calendar:not([style*="display"]){
    display: none !important;
}
.usfwd-date-picker.daterangepicker:before {
    margin-left: 130px;
}

.usfwd-date-picker.daterangepicker:after {
    margin-left: 130px;
}
.usfwd-date-picker .calendar-table {
    margin-top: 40px !important;
}

.usfwd-date-picker .drp-calendar {
    padding: 0 !important;
}

.usfwd-date-picker .leftboard-datepicker .item.p-time-box {
    height: fit-content !important;
    padding-left: 0px;
}

.p-time-box *{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* color: #24313D; */
    text-align: center;
    letter-spacing: 0.4px;
}

.p-time-box span.p-time-label {
    padding-left: 8px;
}

.p-time-box .p-time-input {
    display: flex;
    width: 106px;
    height: 28px;
    padding: 4px;
    border: 1px solid var(--default-bg-hover);
    border-radius: 4px;
    margin: 18px 12px 18px 12px;
    flex-direction: row;
    align-items: center;
}

.p-time-box.item {
    padding: 0;
}

.p-time-box.item:hover {
    background: unset !important;
    color: unset !important;
    cursor: unset !important;
}

.p-time-box .p-time-input i.webix_icon.wxi-clock {
    font-family: "Webix Awesome Icons";
    height: 15px;
    width: 15px;
    color: #0067DB;
    cursor: pointer;
}

.p-time-box .p-time-input span {
    line-height: 2px;
}

.p-time-box .p-time-display {
    cursor: text;
}
.p-time-box .p-time-display > span {
    font-weight: 600;
    font-size: 13px;
}
.p-time-box .p-scroll {
    position: absolute;
    height: 118px;
    width: 154px;
    padding: 16px 8px;
    background: white;
    bottom: -108px;
    border: 1px solid rgba(121, 127, 143, 0.1);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.p-time-box .p-select-wrap {
    display: flex;
    gap: 8px;
    position: relative;
    height: 86px;
    width: 138px;
    -webkit-justify-content: start;
}

.p-time-box .p-select-item {
    height: 100%;
}

.p-time-box .p-select-wrap.p-3d .p-select-list {
    margin-top: -43px;
    height: 38px;
}

.p-time-box .ispin-wrapper .ispin-button.ispin-button-inc, .p-time-box .ispin-wrapper .ispin-button.ispin-button-dec {
    display: none;
}

.p-time-box .ispin-wrapper input {
    width: 100%;
    height: 100%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.4px;
}

.p-time-box .p-select-ul>li, .p-time-box .p-select-wheel>li {
    font-size: 10px;
    line-height: 38px;
    padding: 0;
    width: 34px;
}
.p-time-box .p-select-label span {
    top: 3px;
}

.p-time-box .p-select-label {
    min-width: 20px;
    margin-left: 1px;
}

.p-time-box .ispin-wrapper input:focus {
    font-size: unset;
}

.p-time-box .ispin-wrapper {
    padding-right: 2px;
}

.p-time-box .ispin-wrapper:has(input.time-popup-input:focus):before {
    content: "▲";
    font-size: 6px;
    position: absolute;
    top: -15px;
    right: -1px;
    cursor: text;
    pointer-events: none;
}

.p-time-box .ispin-wrapper:has(input.time-popup-input:focus):after {
    content: "▼";
    font-size: 6px;
    position: absolute;
    top: -6px;
    right: -1px;
    cursor: text;
    pointer-events: none;
}

.p-time-box .p-header {
    display: flex;
    padding: 0 8px 0 8px;
}

.p-time-box .p-header .p-icon {
    margin-left: auto;
}

.p-time-box .p-header .p-title {
    font-weight: 600;
}

.p-time-box.p-icon-click .p-scroll {
    width: 188px;
    height: 206px;
    top: 58px;
    left: 169px;
}

.p-time-box.p-icon-click .p-select-wrap {
    margin: 16px 16px 16px 16px;
}

.p-time-box .p-bottom.webix_popup_controls {
    padding: 0 8px 0 8px;
}

.p-time-box .p-header{
    display: none;
}
.p-time-box.p-icon-click .p-header{
    display: flex;
}
.p-time-box .p-bottom{
    display: none;
}
.p-time-box.p-icon-click .p-bottom{
    display: flex;
}
.p-time-box .p-background{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 404px;
    height: 100%;
    background: #303437;
    opacity: 0.4;
    border-radius: 10px;
}
.p-time-box .p-background.show{
    display: block;
}

.p-time-box span.p-select-wrapper:has(#i-hour) {
    margin-top: 5px;
    width: 100%;
    text-align: left;
}

.p-time-box select#i-hour{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    width: 100%;
    margin-left: -6px;
}

.p-time-box span.p-select-wrapper:has(#i-hour):before {
    content: "▲";
    font-size: 6px;
    position: absolute;
    right: 4px;
    top: 31px;
    cursor: pointer;
    pointer-events: none;
}

.p-time-box span.p-select-wrapper:has(#i-hour):after {
    content: "▼";
    font-size: 6px;
    position: absolute;
    right: 4px;
    top: 40px;
    cursor: pointer;
    pointer-events: none;
}

.p-time-box .p-select-item:has(#i-hour) {
    width: 100%;
}
.usfwd_view_autoInput .usfwd_view_datepicker fieldset {	
    margin-left: 0px;	
    border-radius: 0 6px 6px 0;	
}	
.usfwd_view_autoInput .usfwd_view_datepicker legend{	
    height: 14px;	
}	
.usfwd_view_autoInput .usfwd_view_datepicker fieldset input{	
    padding-bottom: 6px;
}
.usfwd_view_datepicker.webix_invalid fieldset {
    border: 1px solid #FF3333;
}

.usfwd_view_datepicker.webix_invalid .webix_inp_static[usfwd-required="true"]:focus {
    border: 2px solid #FF3333;
}
.usfwd_view_datepicker.webix_invalid fieldset[usfwd-required="true"]:hover {
    border: 1px solid #FF3333;
}
.usfwd_view_datepicker.webix_invalid fieldset[usfwd-required="true"]:focus-within {
    border: 1px solid #FF3333;
    box-shadow: 0 0 0 1px #FF3333;
}
.usfwd_view_datepicker.webix_invalid fieldset .date-range-picker-input:focus {
    border-bottom: 2px solid #FF3333;
}
/* END - add timepicker into date-picker */ 

.webix_ss_header .webix_hcell, .webix_ss_header .webix_hcell.text-center, 
.webix_ss_body .webix_cell.fwd_col_header , .webix_ss_body .webix_cell.text-center.fwd_col_header
{
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-feature-settings: 'case' on;
    color: #000000;
}

#usfwd_header_company_popup {
    height: 500px;
    overflow-y: auto;
}

#usfwd_header_company_popup::-webkit-scrollbar {
    width: 5px;
}

#usfwd_header_company_popup::-webkit-scrollbar-thumb {
    background-color: silver;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin: 3px 0px;
}

.mtos-header .usfwd_header_company .usfwd_header_company_name.ofc_name {
    right: 356px;
    height: 24px;
}

.mtos-header .usfwd_header_company .usfwd_header_company_icon.ofc_icon {
    right: 512px;
}

.mtos-header .usfwd_header_btn_features.ofc {
    right: 552px;
}

div.webix_view.webix_dtable > div.webix_ss_header  table > tbody tr td:has(> div.excel_border) {
    border-right-width: 1px;
}

.search_all_matched_text {
    color: #0372FF
}

.sys_opt_wrap {
    border-bottom: 2px solid var(--border-color);
}

.sys_opt_wrap .webix_inp_top_label {
    font-weight: 700;
}

.usfwd_new_window_icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 8px;
    background-image: url(/img/menu/new_window-574d87e3d334661bc9ce363301ccd6b8.png);
    background-color: var(--default-bg-hover);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--default-bg-hover) !important;
    box-sizing: border-box;
    border-radius: 5px;
}
