﻿@font-face {
    font-family: 'publicsans-regular';
    src: url('../../public-sans/publicsans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'publicsans-black';
    src: url('../../public-sans/publicsans-black.ttf') format('truetype');
}

@font-face {
    font-family: 'publicsans-medium';
    src: url('../../public-sans/publicsans-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'publicsans-bold';
    src: url('../../public-sans/publicsans-bold.ttf') format('truetype');
}

:root {
    --LeftSideMenuColor: #001042;
    --LeftMenuHoverColor: #192855;
    --BodyBGColor: #F6F8FB;
    --HeaderTextColor: rgba(0, 16, 66, 1);
    --TextColor: rgba(0, 16, 66, 0.75);
    --LinkTextColorHover: rgba(16, 141, 255, 1);
    --DeepTextColor: #001042;
    --LightTextColor: rgba(0, 16, 66, 0.75);
    --LinkColor: rgba(16, 141, 255, 1);
    --BorderColor: rgba(222, 226, 230, 1);
    --TableDarkColor: #F6F8FB;
    --LightBorderColor: #DEE2E6;
    --AllButtonColor: #3c508a;
    --blackButton: #000;
    --RedButtonColor: #d71920;
}

.db_set_top {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    gap:15px;
}
    .db_set_top a {
        white-space:nowrap;
    }
    .top_flex_style {
        display: flex;
        flex-wrap: nowrap;
    }
    .top_flex_style .db_top_info_block {
        flex:1;
    }

.sticky_add_cont {
  width:100%;
  float:left;
  position:relative;
}
.sticky_add {
    position: sticky;
    top: 118px;
    background-color: #fff;
    z-index: 99;
}
.under_style .sticky_add {
    top: 45px !important;
    margin-bottom: 20px;
}
.PrivateLayoutContents li a.blue_link_color {
    color: var(--LinkTextColorHover) !important;
}
.task_header {
    min-width: 110px;
}

.tab_icon {
}
.cst_infor {
    width:100%;
    float:left;
    overflow:auto;
    word-break:break-word;
}
    .cst_infor div,
    .cst_infor p,
    .cst_infor table {
        width:100% !important;
        float:left;
    }
    .kno_pcl_table .ticket_list_partial_device_info {
        white-space: unset;
    }
.kno_pcl_table .phone_no_style {
    white-space:nowrap !important;
}
.cmp_name {
    margin: 8px 0px 0px 0px;
}
.act_user {
    color: var(--AllButtonColor);
}
.notification_item .fa-check-circle-o {
    color: var(--AllButtonColor);
}
.dec_user {
    color: var(--blackButton);
}

.bootstrap-select .btn.focus, .btn:focus, .bootstrap-select .btn:hover {
    background-color: var(--AllButtonColor);
    color: #fff !important;
}
.green_button {
    background-color: var(--AllButtonColor) !important;
    color: #fff !important;
    border-color: var(--AllButtonColor) !important;
    border-radius: 4px;
    padding: 2px 8px;
    height: 34px;
}
.ChooseCompanyUl {
    margin-left: 10px;
    width: 230px;
    margin-top: 5px;
}
#comment_section_save {
    margin: 5px;
}
.pop_header .green_button {
    display: flex;
    align-items: center;
}
.ChooseCompanyUl li {
    width: 100%;
    top: unset !important;
}
    .green_button:hover,
    .green_button:focus {
        background-color: var(--AllButtonColor) !important;
        color: #fff !important;
        border-color: var(--AllButtonColor) !important;
    }

    .green_button i,
    .green_button span {
        /* font-size: 20px;*/
    }

a.green_button,
a.green_button:hover {
    padding: 6px 8px;
}

.red_button,
.red_button:hover,
.red_button:focus {
    background-color: var(--RedButtonColor) !important;
    color: #fff !important;
    border-color: var(--RedButtonColor) !important;
    border-radius: 4px !important;
    border: 1px solid var(--RedButtonColor) !important;
    padding: 6px 8px;
    height: 34px !important;
    display: flex;
    gap: 3px;
    align-items: center;
}

    .red_button i,
    .red_button i:hover {
        color: #fff !important;
        font-size: 20px;
    }

.black_button,
.black_button:hover,
.black_button:focus {
    background-color: var(--blackButton) !important;
    color: #fff !important;
    border-color: var(--blackButton) !important;
    border-radius: 4px !important;
    border: 1px solid var(--blackButton) !important;
    padding: 6px 8px;
    height: 34px !important;
}

    .black_button i,
    .black_button i:hover {
        color: #fff !important;
    }
#refresh_AlNoteSearch,
#refresh_batchsummary,
#refresh_batch,
#refresh_SalesPayroll,
#refresh_KnowledgebaseAccountability,
#refresh_Accountability,
#refresh_policy,
#refresh_class {
    float: left;
}
.float_left {
    float: left !important;
}
.small_button .btn,
.small_button .btn:hover,
.ci_header .red_button,
.ci_header .red_button:hover,
.li_header .green_button,
.li_header .green_button:hover {
    padding: 1px 8px;
    height: unset !important;
    border-radius: 4px;
    border-color: transparent !important;
    height: 23px !important;
    margin-left: 3px;
}

    .small_button .btn i,
    .small_button .btn i:hover,
    .ci_header .red_button i,
    .ci_header .red_button i:hover,
    .li_header .green_button i,
    .li_header .green_button i:hover {
        font-size: 15px;
    }
.task_cutom_style {
    padding-bottom: 20px !important;
    position: relative;
}

.er_link {
    position: absolute;
    bottom: 0px;
    left: 5px;
}
td .fa-check-circle-o {
    color:var(--LinkTextColorHover) !important;
}
.sidebar_height {
    height: 100vh !important;
    margin-top: 0px !important;
    z-index: 9999;
    background-color: var(--LeftSideMenuColor);
    background-image: unset;
    width: 260px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    color:var(--LinkTextColorHover) !important;
}
.accountabil_list thead tr th {
    white-space:nowrap;
}
.batchr_table tr td:nth-child(1) {
    white-space:unset !important;
}
#side-menu li {
    padding: 0px 0px;
    border-bottom: 0px;
}
.btn-sm.btn-toggle.active {
    background-color: var(--AllButtonColor) !important;
}
.btn-sm.btn-toggle:hover,
.btn-sm.btn-toggle:focus {
    background-color: var(--AllButtonColor) !important;
}
#side-menu li a {
    background-image: unset;
    background-color: var(--LeftSideMenuColor);
    color: #fff !important;
    font-weight: normal;
    text-transform: unset;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
    #side-menu li a:hover,
    #side-menu li a.active {
        background-color: var(--LeftMenuHoverColor);
    }
    #side-menu li li a {
        padding: 8px 20px;
    }
    .PrivateLayoutContents {
        height: 100vh !important;
        overflow: auto;
        overflow-x: hidden;
        color: var(--TextColor);
    }
.db_custom a {
    color: var(--TextColor);
}
    .bld_text:hover,
    .db_custom a:hover {
        color: var(--LinkTextColorHover) !important;
    }
   
        #page-wrapper {
            margin-top: 0px;
            background-color: unset;
            position:relative;
        }
.PrivateLayoutContents .navbar-fixed-top {
    position: sticky;
    top: 0px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 0px;
    margin-bottom: 0px;
    z-index:9998;
    min-height:unset;
}
.popup_active_color:hover,
li.open .popup_active_color {
    min-height: unset !important;
}
.page-wrapper-contents {
    height: unset;
    overflow: unset !important;
}
body.custom_body_style {
    background-color: var(--BodyBGColor);
    /*font-family: publicsans-regular;*/
}
#side-menu {
    width: 100%;
    float: left;
}
.sidebar_height .navbar-brand {
    padding: 0px;
    background-color: unset;
    width: auto;
    border-radius: 0px;
    height: 65px;
    position: relative;
    width:100%;
    margin:0px;
}
    .sidebar_height .navbar-brand:hover {
        background-color: unset !important;
    }
    .sidebar_height .navbar-brand img {
        max-width:92%;
        max-height:92%;
    }
    .sidebar_height .side_bottom_logo {
        height: auto;
        padding: 0px;
        margin-top: 15px;
    }
        .sidebar_height .side_bottom_logo svg {
           /* background-color: rgba(255, 255, 255, 0.1);*/
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
            width: 170px;
            padding: 0px;
            float: none;
            height: auto;
            margin-left: 40px;
        }

    .subnav li a {
        padding-left: 15px;
        padding-right: 0px;
    }
.ttsr_user {
    width:200px;
    float:left;
}
.sidebar_height::-webkit-scrollbar {
    width: 5px;
}

.sidebar_height::-webkit-scrollbar-track {
    background-color: #f7f9fc;
    border-radius: 100px;
}

.sidebar_height::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 100px;
}
.layout_top_menu_bar li > a {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.flyout-overlay {
    z-index: 9997;
    top: 45px;
}
.notification_counter {
    background-color: red;
    color: white;
    font-size: 8px;
    padding: 1px 4px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    right: 2px;
    border: 1px solid #fff;
    text-align: center;
}
.popup_active_color:hover path,
.popup_active_color:focus path {
    stroke: #fff;
}
.notification_counter2 {
    box-shadow: none;
    background-color: red;
    color: white;
    font-size: 8px;
    padding: 1px 4px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    right: 2px;
    border: 1px solid #fff;
    text-align: center;
}

.side_inner_height {
    width: 100%;
    float: left;
    overflow: auto;
}
.side_inner_height::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.side_inner_height::-webkit-scrollbar-track {
    background: transparent;
}

.side_inner_height::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

.side_inner_height::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 8px;
}
.layout_top_menu_bar li a.dropdown-toggle {
    height:45px;
}
.right_side_menu_style .dropdown-menu {
    top:45px;
}
.arrow_top_settings {
    display:none;
}
li.open .popup_active_color path {
    stroke:#fff;
}
.layout_top_menu_bar li:nth-child(2) svg {
    margin-top:0px;
}
#side-menu > li a .r_arrow {
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
#side-menu > li.active a .r_arrow,
#side-menu > li a.active .r_arrow,
.open_menu .r_arrow {
    transform: rotate(90deg);
}
.PrivateLayoutContents .company-white-logo {
    display: none !important;
}
.popup_active_color:hover,
.popup_active_color:focus {
    background-color: var(--LeftSideMenuColor) !important;
}

.db_middle_block_new {
    width: 100%;
    float: left;
    justify-content: space-between;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 25px;
}
    .db_middle_block_new::marker {
        display: none;
        color: #fff;
    }
    .db_middle_block_new .col-md-2 {
        width: 100%;
        float: left;
        border: 1px solid var(--LightBorderColor);
        border-radius: 5px;
        background-color: #fff;
        padding: 0px;
        margin: 10px 0px;
        break-inside: avoid;
    }


    .db_middle_block_new .dmb_text a {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 15px;
        padding-bottom: 10px;
    }

            .db_middle_block_new .dmb_text a::before {
                content: "";
                width: 5px;
                height: 5px;
                position: absolute;
                left: 0px;
                top: 8px;
                margin: auto;
                background: rgba(0, 16, 66, 0.2);
                border-radius: 50%;
            }
        .db_middle_block_new .dmb_text a:hover::before {
            background-color: rgba(16, 141, 255, 0.2);
        }
.db_align_flex {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.db_top_block {
    background-color: #f4f5f8;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 10px;
    padding: 15px;
}

.db_middle_block {
    width: 100%;
    float: left;
    margin: 25px 0px;
    padding: 15px;
    background-color: #f4f5f8;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 10px;
    margin-bottom: 0px;
}

    .db_middle_block a {
       /* text-decoration: underline;*/
    }

    .db_middle_block .row {
        display: flex;
    }

        .db_middle_block .row .col-md-2 {
            width: unset;
            flex: 1;
            padding: 0px 8px;
        }

.db_header {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 31px;
}
.tableActions .red_button,
.tableActions .red_button:hover,
.tableActions .red_button:focus {
    background-color: #000 !important;
    color: #fff;
}
.db_small_header {
    font-weight: bold;
}

.db_logo {
    width:100%;
    float:left;
    position: relative;
    text-align: center;
}

    .db_logo img {
        max-width: 220px;
        float: none;
        border-radius: 10px;
        box-shadow: 2px 2px 8px #ccc;
        margin-bottom: 10px;
    }

.db_addr_block {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #e3e3e3;
    padding: 0px 15px;
}

    .db_addr_block .col-md-4 {
        border-right: 4px solid #f4f5f8;
        padding: 10px;
    }

        .db_addr_block .col-md-4:last-child {
            border-right: 0px !important;
        }

.dmb_logo {

}

.dmb_header {
    font-weight: bold;
}

    .dmb_header img {
        border-radius: 10px;
        box-shadow: 2px 2px 8px #ccc;
        margin-bottom: 6px;
    }

.bld_text {
    font-weight: bold;
    color:var(--HeaderTextColor) !important;
}

.db_table_header {
    width: 100%;
    float: left;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

    .db_table_header button {
        padding: 3px 5px;
        height: unset;
        margin-top: -4px;
    }

.dmd_header_custom,
.db_middle_block .col-md-2 .dmb_header
/*.db_middle_block .col-md-2:nth-child(2) .dmb_text a:first-child*/ {
    background-color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #ccc;
    float: left;
    width: 100%;
    display: block;
}

.dmb_text {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.db_top_item {
    width: 100%;
    float: left;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 0 rgb(90 97 105 / 11%), 0 4px 8px rgb(90 97 105 / 12%), 0 10px 10px rgb(90 97 105 / 6%), 0 7px 70px rgb(90 97 105 / 10%);
}

    .db_top_item:hover {
        cursor: pointer;
    }

    .db_top_item .db_top_info_block:nth-child(1) {
        color: #2ca01c;
    }

    .db_top_item .db_top_info_block:nth-child(2) {
        color: #edaf00;
    }

    .db_top_item .db_top_info_block:nth-child(3) {
        color: #f74a36;
    }

    .db_top_item .db_top_info_block:nth-child(4) {
        color: #10b9a6;
    }

    .db_top_item .db_top_info_block:last-child {
        border-right: 0px;
    }

.db_top_info_block {
    width: 25%;
    float: left;
    padding: 10px 0px;
    position: relative;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient( to top, #b6b6b6, rgba(0, 0, 0, 0) ) 1 100%;
    border-left: 0px;
}

.db_top_header {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
}

.db_top_info {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: -7px;
}

.dash_report_block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0px 0px 10px 10px !important;
    -webkit-border-radius: 0px 0px 10px 10px !important;
    -moz-border-radius: 0px 0px 10px 10px !important;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.dash_report_block_header {
    width: 100%;
    padding: 5px 10px;
    background-color: #f4f5f8;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #ccc;
    position: relative;
}

    .dash_report_block_header span {
        float: right;
    }

#FilterUserId {
    width: 180px;
    float: right;
    font-weight: normal;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 27px;
    font-size: 13px;
    padding-top: 3px;
}

.dash_report_block_info {
    width: 100%;
    font-size: 13px !important;
    float: left;
}

.salesreportcart_container {
    width: 48%;
    float: left;
    margin: 25px 1%;
    border: 2px solid #ccc;
    position: relative;
    border-radius: 4px;
    font-size: 13px !important;
    min-height: 155px;
}
.cmp_set_table {
    width:100%;
    float:left;
}
.PrivateLayoutContents .cmp_set_table tr th,
.PrivateLayoutContents .cmp_set_table tr td {
    border: 1px solid #ccc !important;
    padding: 5px 10px;
}
    .PrivateLayoutContents .cmp_set_table tr th:last-child {
        width:100px;
    }
   /* .PrivateLayoutContents .cmp_set_table tr th {
        background-color:unset !important;
    }*/
.PrivateLayoutContents .cmp_set_table tbody tr:nth-child(1) {
    background-color: var(--TableDarkColor) !important;
}
.PrivateLayoutContents .cmp_set_table tr td {
    word-break: break-all;
}
    .green_report_bg {
        border: 2px solid #79bc84;
    }

.blue_report_bg {
    border: 2px solid #01b0b3;
}

.green_report_bg .salesreportcart_Head {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3);
}

.blue_report_bg .salesreportcart_Head {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.salesreportcart_Head {
    position: absolute;
    top: -16px;
    left: 15px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
}

.salesreportcart {
    border: 0px solid #000;
    width: 100%;
    float: left;
    table-layout: fixed;
    border-radius: 4px;
}

    .salesreportcart tr:nth-child(odd) {
        background-color: #f8f8f8;
    }

    .salesreportcart tr th:first-child {
        border-radius: 4px 0px 0px 0px;
    }

    .salesreportcart tr th, .salesreportcart tr td {
        padding: 3px;
        border: 0px;
        text-align: center;
    }

    .salesreportcart tbody tr:hover {
        background-color: #f4f5f8;
    }


.db_middle_block_new {
    width: 100%;
    float: left;
    justify-content: space-between;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-bottom: 25px;
    display: list-item;
}

    .db_middle_block_new .col-md-2 {
        width: 100%;
        float: left;
        border: 1px solid var(--LightBorderColor);
        border-radius: 5px;
        background-color: #fff;
        padding: 0px;
        margin: 10px 0px;
        break-inside: avoid;
    }

    .db_middle_block_new .dmb_header {
        width: 100%;
        float: left;
        border-bottom: 1px solid var(--LightBorderColor);
        color: var(--HeaderTextColor);
    }

    .db_middle_block_new .dmb_header,
    .db_middle_block_new .dmb_text {
        padding: 10px 15px;
        margin-bottom: 0px;
    }

.fig_table_style {
    background-color: #fff;
    border: 1px solid var(--LightBorderColor);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    margin: 0px;
    padding: 0px;
}
    .fig_table_style_indv {
        width:100%;
        float:left;
        border-radius:10px;
    }
    .fig_table_style .db_table_header {
        padding: 15px 10px;
        margin-bottom: 0px;
        color: var(--HeaderTextColor);
        border-bottom: 0px;
    }

        .fig_table_style .db_table_header span {
            float: right;
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--LinkTextColorHover);
            font-size: 14px;
            cursor:pointer;
        }

    .fig_table_style table tr th {
        background: rgba(246, 248, 251, 1);
        border: 1px solid rgba(222, 226, 230, 1) !important;
        border-left: 0px !important;
        border-right: 0px !important;
        box-shadow: none;
    }

    .fig_table_style table tr th,
    .fig_table_style table tr td {
        padding: 4px;
        vertical-align: middle;
    }

    .fig_table_style table tr:nth-child(even) {
        background: rgba(246, 248, 251, 1);
    }

    .fig_table_style table tr td {
        border: 0px !important;
    }

    .fig_table_style table thead tr th div:nth-child(1) {
        white-space: nowrap;
    }
form a.cus-anchor,
.fig_table_style table a,
.fig_table_style table a.name-anchor-style,
.rec_acc_list a,
.PrivateLayoutContents a {
    color: var(--LinkTextColorHover) !important;
    outline:none;
    cursor:pointer;
}
    .PrivateLayoutContents a.who_color_div {
        color:#fff !important;
    }
    .PrivateLayoutContents li a,
    .dropdown-menu > li > a {
        color: #333 !important;
    }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width:200px;
}
.dependent_class .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width: 100% !important;
}
.na-tabs li a:hover {
    color: #2ca01c !important;
}
    .fig_table_style table a:hover,
    .fig_table_style table a.name-anchor-style:hover,
    .rec_acc_list a:hover,
    .PrivateLayoutContents a:hover,
    .PrivateLayoutContents .name-anchor-style:hover {
        color: var(--LinkTextColorHover) !important;
    }
.fig_table_style table tr th div:nth-child(1) {
    width:calc(100% - 10px) !important;
}
.fig_table_style table tr th div:nth-child(2) {
    width:10px !important;
}
.tab_lay_unset {
    table-layout:unset !important;
}
.new_design_header {
    width: 100%;
    float: left;
    color: var(--HeaderTextColor);
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 0px;
}

.new_design_footer {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    margin-top: 10px;
    gap: 40px;
    font-size: 13px;
}
    .new_design_footer span {
        display: flex;
        align-items: center;
        gap: 2px;
    }
.modal-backdrop {
    z-index:99999 !important;
}
.navbar-header.Top-Logo {
    width:100%;
}
.nd_table_block {
    width: 100%;
    float: left;
    min-height: 100px;
    border: 1px solid var(--BorderColor);
    border-radius: 5px;
    margin-bottom: 20px;
}

.nd_table_block_header {
    width: 100%;
    float: left;
    font-size: 18px;
    color: var(--DeepTextColor);
    font-family: "publicsans-bold";
    padding: 15px 10px;
    border-bottom: 1px solid var(--BorderColor);
}

.nd_table_block_info {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.nd_table_block_info_note {
    width: 100%;
    float: left;
    padding: 10px 15px !important;
}

.nd_table_block_info table {
    width: 100%;
    float: left;
}
.nd_table_block_info #know_base_table {
    table-layout:fixed;
}
.nd_table_block_info #know_base_table .last_col {
    width: 150px;
}
.nd_table_block_info #know_base_table .last_col_act {
    width: 105px;
}

.nd_table_block_info table thead {
    background-color: var(--TableDarkColor);
    color: var(--DeepTextColor);
}

        .nd_table_block_info table thead th {
            font-weight: normal;
            font-family: publicsans-medium;
            border-bottom: 1px solid var(--BorderColor) !important;
        }

    .nd_table_block_info table tr:nth-child(even) {
        background-color: var(--TableDarkColor);
    }

.nd_table_block_info tbody tr td {
    color: var(--LightTextColor);
    font-size: 14px;
    border: 0px;
}

.nd_table_block_info .phone,
.nd_table_block_info .cell {
    white-space: nowrap;
}

.nd_table_block_info thead th,
.nd_table_block_info tbody td {
    padding: 10px 15px !important;
}
.nd_table_block_info thead tr th div:nth-child(1) {
    width: 94%;
    float: left;
    padding-top: 2px;
}

.nd_table_block_info thead tr th div:nth-child(2) {
    width: 6%;
    float: left;
}

    .nd_table_block_info thead tr th div:nth-child(2) i {
        float: right;
        cursor: pointer;
        width: 100%;
        text-align: right;
        color: #bdbdbd;
    }

        .nd_table_block_info thead tr th div:nth-child(2) i:nth-child(2) {
            margin-top: -5px;
        }
.nd_table_block_info a {
    cursor:pointer;
    color:var(--TextColor);
}
.nd_table_block_info a {
    cursor:pointer;
    color:var(--TextColor);
}
.nd_table_block_info a:hover {
    color:var(--LinkTextColorHover) !important;
}
.nd_table_block_info .rect_block_green {
    cursor: pointer;
    color: var(--TextColor) !important;
    float: left !important;
}
.nd_table_block_info:hover .rect_block_green {
    color: var(--LinkTextColorHover);
}
.nd_table_block_info .rect_outer > span {
    float:left;
    margin-right:5px;
}
.cs_header_new {
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}
.center_srch_block #KnowledgebaseSearchText,
.center_srch_block #btn_search_Knowledge {
    height: 70px;
}
.center_srch_block #btn_search_Knowledge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
    .center_srch_block #btn_search_Knowledge path {
        stroke: rgb(0, 16, 66);
    }
     #btn_search_Knowledge path {
         stroke:#fff;
    }
    .center_srch_block .input-group {
        border-radius: 100px !important;
        overflow: hidden;
    }
.srch_sugg_block {
    width: 100%;
    float: left;
    border: 1px solid var(--LightBorderColor);
    border-radius: 5px;
    font-size: 12px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

.srch_sugg_head {
    width: 100%;
    float: left;
    padding: 13px 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--LightBorderColor);
    font-size: 14px;
    font-family: 'publicsans-medium';
}

.srch_sugg_info {
    width: 100%;
    float: left;
    padding: 10px 25px;
    position: relative;
    padding-bottom: 0px;
    padding-right: 5px;
}


    .srch_sugg_info a {
        color: var(--TextColor);
        cursor: pointer;
    }

        .srch_sugg_info a:hover {
            color: var(--LinkTextColorHover);
        } 
        table a {
        color: var(--LinkTextColorHover) !important;
        cursor: pointer !important;
    }
        table {
            background-color:#fff;
        }
        table a:hover {
            color: var(--LinkTextColorHover) !important;
        }

    .srch_sugg_info::before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        left: 15px;
        top: 15px;
        margin: auto;
        background: rgba(0, 16, 66, 0.2);
        border-radius: 50%;
    }

    .srch_sugg_info:hover::before {
        background-color: rgba(16, 141, 255, 0.2);
    }

.center_srch_block .green_button {
    height: 70px;
    width: 65px;
    border-radius: 100px;
    background-color: #fff !important;
    border-left: 1px solid #ccc !important;
    border: 0px;
}

    .center_srch_block .green_button:focus {
        box-shadow: none;
    }
.rd_more {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    padding-top: 0px;
}

    .rd_more a {
        color: var(--TextColor);
        cursor: pointer;
    }

        .rd_more a:hover {
            color: var(--LinkTextColorHover);
        }
#srch_header_hide.srch_header_show {
    color: var(--HeaderTextColor);
    font-size: 20px !important;
    font-weight: bold;
    padding: 20px 0px;
    padding-bottom: 0px;
}
.srch_sugg_cont {
    width:100%;
    float:left;
}
    .srch_sugg_cont .srch_sugg_info:last-child {
        padding-bottom: 10px !important;
    }
.db_table_style {
    width:100%;
    float:left;
}
.cl_new_style tr td:nth-child(3) .ticket_list_partial_device_info {
    white-space: unset !important;
}
.cl_new_style tr th div:nth-child(1) {
    padding-right: 20px;
}
.cl_new_style .last_col {
    width:100px;
}
.sold_btn_ld, .sold_btn_ld:hover {
    margin:0px !important;
}
.sold_btn_ld, .lc_ssc {
    margin-right:0px !important;
}
.know_bottom_block .flag_filter_block input:before {
    top: -1px !important;
}
.CustKeyName {
    white-space:nowrap !important;
}
.cust_ui_set_container {
    overflow:auto;
}
.lookup_item_container {
    overflow-x:auto !important;
}

.PrivateLayoutContents table tr th {
    background-color: var(--TableDarkColor) !important;
    color: var(--DeepTextColor);
    font-weight: normal;
    font-family: publicsans-medium;
    border-bottom: 1px solid var(--BorderColor) !important;
    top: 45px; /* it was 69px */
    z-index: 1 !important;
    position: sticky !important;
    padding: 8px 10px;
}

/*.filter-customer-container .less_padding.table-head {
    top: 175px !important;
}*/
.prl_scrol table thead th,
.report_table_scroll table thead th,
.mst_height table thead th,
.sif_table thead th,
.dash_table thead th,
.customerGridSettings thead th,
.customerTabSettings thead th,
.InventoryGridSettings thead th {
    top: -1px !important;
}
.customerGridSettings {
    table-layout:unset !important;
}
/*.filter-customer-container .table-head .thead-th-style {
    position: sticky;
    top: 305px;
}*/
.prl_scrol table tr th:nth-child(1),
.report_table_scroll table tr th:nth-child(1) {
    z-index: 10 !important;
}
.PrivateLayoutContents table {
    border: 1px solid var(--BorderColor) !important;
}
.PrivateLayoutContents tbody tr td {
    color: var(--LightTextColor);
    font-size: 14px;
    border: 0px !important;
}
.PrivateLayoutContents table tr:nth-child(even) {
    background-color: var(--TableDarkColor);
}
.PrivateLayoutContents table tr:nth-child(odd) {
    background-color: #fff !important;
}
.db_table_container {
    width: 100%;
    float: left;
    padding: 0px 10px;
}
.cd_style .document_serach_item,
.cd_style .note_serach_item,
.cd_style .ptl_drp {
    width: 190px;
    float: left;
}
.name-anchor-style.lead_anchor_style {
    font-size: 12px !important;
}
table .list_style_image .dv-preview-pic-inner {
    float: none !important;
    margin: auto !important;
    border: 0px;
    cursor: pointer;
}
.resp_table .resp_header {
    display: none;
}
.PrivateLayoutContents .name-anchor-style {
    color: var(--LinkTextColorHover) !important;
}
.overflow_hide_style {
    overflow:unset !important;
}
.qti_custom_header {
    background-color: #f6f8fb !important;
    top: 45px !important;
    padding-top: 20px;
}
.leads_header_left h2 {
    color: var(--HeaderTextColor);
    font-size: 20px !important;
    font-weight: bold;
}
.surv_comp_btn {
    border: 0px !important;
    border-radius: 0px !important;
}
    .surv_comp_btn img {
        border-radius: 0px !important;
    }
.PrivateLayoutContents .nav-tabs .active a,
.PrivateLayoutContents a.btn {
    color: #fff !important;
}
.prod_header {
    color: var(--HeaderTextColor);
    font-size: 20px !important;
    font-weight: bold;
    margin-top:15px;
}
.lds-double-ring div {
    border-color: var(--LeftSideMenuColor) transparent var(--LeftSideMenuColor) transparent !important;
}
    .lds-double-ring div:nth-child(2) {
        border-color: transparent var(--LeftMenuHoverColor) transparent var(--LeftMenuHoverColor) !important;
    }
.add_lead_note_height_inner {
    width: 100%;
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}
.nav > li.active > a, .nav > li.active > a:hover {
    background-color: var(--AllButtonColor);
    border-color: var(--AllButtonColor);
}
.feeschedule-edit,
.additionalfeeschedule-edit {
    margin-right:5px;
}
table tr td button,
table tr td .green_button,
table tr td .black_button,
table tr td .red_button,
table tr td button:hover,
table tr td .green_button:hover,
table tr td .black_button:hover,
table tr td .red_button:hover,
table tr td button:focus,
table tr td .green_button:focus,
table tr td .black_button:focus,
table tr td .red_button:focus {
    padding: 4px 8px !important;
    border-radius: 4px;
    border-color: transparent !important;
    height: 23px !important;
    display: flex;
    width: max-content;
    align-items: center;
    float: left;
    gap: 4px;
    margin-right: 5px;
}
table tr td button i,
table tr td a.green_button i,
table tr td a.black_button i,
table tr td a.red_button i {
   font-size:15px !important;
}

.fig_table_style_indv.fig_table_device .small_btn_style .green_button,
.fig_table_style_indv.fig_table_device .small_btn_style .green_button:hover {
    height: 26px !important;
    padding-top: 5px !important;
}
.modal-footer .black_button.right_close {
    float: right !important;
}
    .common_header_style button {
        float: right;
    }
#AddNewLocalizeResource {
    float:right;
}
.paginate_button.active a,
.paginate_button.active a:hover {
    background-color: var(--AllButtonColor);
    color: #fff !important;
    border-color: var(--AllButtonColor);
}
.menu .submenu .submenuelement a:hover {
    color: var(--LinkTextColorHover) !important;
}
.single_line_text_link {
    white-space: nowrap;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
    .single_line_text_link_div {
        width: 100%;
        float: left;
    }
    .page_header_style h2,
    .ReportsTitle,
    .cm_header, .templates_header, .localize_resource_header,
    .user_group_header, .user_management_header h2,
    .top_settings, .lookup_setup_header,
    .ssp_header, .contact_main_header, .common_header_text,
    .apptg_header, .company_partial_header, .user_profile_header,
    .show_vehicle_list_header .vehicleListHeader {
        color: var(--HeaderTextColor) !important;
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .ReportsTitle .dateviewed,
    .cm_header .dateviewed {
        font-weight:500 !important;
    }
    .prod_flex {
        display: flex;
        gap: 10px;
    }
    .modal-footer .green_button:hover {
        background-color: var(--AllButtonColor) !important;
        color: #fff !important;
    } 
    .modal-footer .black_button:hover {
        background-color: var(--blackButton) !important;
        color: #fff !important;
    }
#Announcement_List {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.verifymessage {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0px;
    background-color: #f4f4f4;
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    .verifymessage span {
        width: auto;
        padding-left: 10px;
        position: relative;
        margin-right: 8px;
    }
    .verifymessage span::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 50%;
        top: 0px;
        left: -1px;
        bottom: 0px;
        z-index: 9;
        margin: auto;
    }
.dash_table tr td {
    padding:10px;
    height:60px;
}
.db_fax_col {
    width:110px;
}
.Load_Assigned_List .container-fluid, #Load_Completed_List .container-fluid {
    padding: 0px;
}

.Load_Assigned_List table, #Load_Completed_List table {
    margin: 0px !important;
}
.manual_tab_container,
.top_button {
    margin-bottom: 5px;
}
.PrivateLayoutContents a.ndt_position {
    color:#fff !important;
}
.medi_td .currency_style .input-group {
    flex-wrap:unset;
}
.addfee_height_div {
    width:100%;
    float:left;
    overflow:auto;
}
.device_check_menu {
    width: 100%;
    float: left;
}
.margin_desktop_block {
    margin-top:10px;
}
.who_color_div {
    line-height: 15px;
    min-height: 50px;
}
.indv_data.StaticItem {
word-break:break-all;
}
.srch_header_show {
    display: unset !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
}
.backtoKnowledge {
    height:32px;
}
.device_check_menu a svg {
    width:17px !important;
    height:13px !important;
}
    .device_check_menu a svg path {
        fill: #535353 !important;
    }
.device_check_menu .element_mobile a:hover span::after {
    display:none !important;
}
.device_check_menu .element_mobile a:hover svg path {
    fill: var(--LinkTextColorHover) !important;
}
.top_menu_custom_style .menu .device_check_menu .submenu .submenuelement a span {
    top: 6px !important;
}
.knr_top .input-group {
    width: 400px;
    float: left;
    display:flex;
}
.knr_top #KnowledgebasereportSearchText,
.knr_top .ldlm_input_user,
.knr_top #NotAccessreportSearchText,
.knr_top #AccessreportSearchText,
.knr_top .ldlm_input_user {
    width: 50%;
    float: left;
}
.knr_top .input-group .input-group-btn {
    float:left;
    z-index:9;
}
.mbc_header {
    width: 100%;
    background-color: #f4f5f8;
    padding: 15px 15px 10px 15px;
    font-size: 2rem;
    font-weight: 400;
    color: #393a3d;
    border-bottom: 1px solid #ccc;
}

.mbc_inner {
    width: 100%;
    float: left;
    overflow: auto;
}

.mbc_drop .select2-selection__rendered {
    white-space: unset !important;
}

.mbc_drop .select2-selection__choice {
    text-align: left;
}
.mbc_drop ul .select2-selection__clear {
    position: absolute;
    margin: 0px;
    right: -7px;
    top: -7px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid red;
    color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0px !important;
}
.mbc_drop ul li .select2-selection__choice__remove {
    color:red !important;
}


.ktr_block .form-group label {
    font-weight: bold;
}
#answerid {
    word-break:break-word !important;
}
.bottom_logo_device {
    display:none !important;
}
/*toggle css start*/
.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
}

    .jumbotron h1 {
        color: #fff;
    }

.Prod_table .act_col {
    width: 100px;
}

.example {
    margin: 4rem auto;
}

    .example > .row {
        margin-top: 2rem;
        height: 5rem;
        vertical-align: middle;
        text-align: center;
        border: 1px solid rgba(189,193,200,0.5);
    }

        .example > .row:first-of-type {
            border: none;
            height: auto;
            text-align: left;
        }

    .example h3 {
        font-weight: 400;
    }

        .example h3 > small {
            font-weight: 200;
            font-size: .75em;
            color: #939aa5;
        }

    .example h6 {
        font-weight: 700;
        font-size: .65rem;
        letter-spacing: 3.32px;
        text-transform: uppercase;
        color: #bdc1c8;
        margin: 0;
        line-height: 5rem;
    }

    .example .btn-toggle {
        top: 50%;
        transform: translateY(-50%);
    }

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: .75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: .5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left .25s;
    }

    .btn-toggle.active {
        transition: background-color .25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left .25s;
        }

        .btn-toggle.active:before {
            opacity: .5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: .75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #2ca01c;
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-lg:before {
            content: 'Off';
            left: -5rem;
        }

        .btn-toggle.btn-lg:after {
            content: 'On';
            right: -5rem;
            opacity: .5;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-lg.btn-sm:before, .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before, .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 .5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 20px;
        width: 42px;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus, .btn-toggle.btn-sm:focus.active, .btn-toggle.btn-sm.focus, .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: .5rem;
            text-align: center;
            font-weight: 600;
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-sm:before {
            content: 'Off';
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: 'On';
            left: 6px !important;
            opacity: .5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 3px;
            left: 3px;
            width: 14px;
            height: 14px;
            border-radius: 1.125rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                right: 4px !important;
                left: unset;
                transition: left .25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: .75px;
            left: 15px;
            top: 3px;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before, .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus, .btn-toggle.btn-xs:focus.active, .btn-toggle.btn-xs.focus, .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: .75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity .25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: .5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left .25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color .25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left .25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: .5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before, .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: .75px;
            left: 0.275rem;
            width: 1.55rem;
        }
.rtl_footer {
    background: #eceef1;
    height: 50px;
    width: 100%;
    float:left;
}
.rtl_footer .green_button {
 float:right
}
.rtl_footer .black_button{
  
    float:left;
}
        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before, .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }
.Documents-Box .ci_block,
.Documents-Box .as_block {
    margin-bottom: 15px;
    overflow: hidden;
}
.ebc_header {
    width:auto;
    float:left;
}
.ebc_filter_hide {
    display: none;
}
.ebc_filter_show {
    display: block !important;
}
.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}
/*toggle css end*/

.lbl_chkbox {
    display: flex;
    gap: 5px;
}
    .lbl_chkbox input {
        margin-top:2px;
    }
.r_arrow_header {
   flex:unset;
   margin-left:10px;
}
.as_header:has(.r_arrow_header), .ci_header:has(.r_arrow_header) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .as_header:has(.r_arrow_header) > div, .ci_header:has(.r_arrow_header) > div {
        display: flex;
        align-items: center;
    }
    .doc_collapse {
        transform: rotate(90deg);
        cursor: pointer;
    }
.as_info.doc_sh, .ci_info.doc_sh {
    padding: 0px !important;
    height: 0px;
    overflow: hidden;
}
.attch_collapse {
    transform: rotate(90deg);
    cursor: pointer;
}
.collapse_attch.attch_sh {
    padding: 0px !important;
    height: 0px;
    overflow: hidden;
}
.dc_rotate {
    transform: rotate(0deg);
    flex: unset;
    margin-left: 10px;
}
.sk_text {
    width: auto;
    float: right;
    margin: 7px 7px 0px 0px;
}
.height_unset {
    height:unset !important;
}
#KnMessageBody {
    overflow: unset !important;
}
#KnMessageBody .as_info div {
    height: unset !important;
    padding: 0px !important;
}
#KnMessageBody .as_info iframe {
   position:unset !important;
}
    #KnMessageBody.sdla_style .as_info .dv-preview-pic-inner {
        height: 60px !important;
    }
    .header_sticky_top {
        position: sticky;
        top: 0px;
        z-index: 99999;
        background-color: #fff;
    }
.bcr_top .bcr_field,
.bcr_top .input-group {
    width: 22% !important;
    float:left;
}
.color_indicator {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.status {
    display: flex !important;
    gap: 6px;
    font-family: system-ui, sans-serif;
    margin-right: 15px;
    align-content: center;
    align-items: center;
    line-height: unset;
}

.indicator {
    width: 19px;
    height: 19px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.today {
    background-color: #BDE7B7;
}

.overdue {
    background-color: #FFE7F2;
}

.completed {
    background-color: #ffffff;
}

.upcoming {
    background-color: #CFE8FF;
}
.reset_report_top {
    margin-left: 10px !important;
}
#btn_new_sales {
    border-radius: 0px 4px 4px 0px !important;
}
.checkbox_square {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}

    .checkbox_square input {
        display: none; /* hide the default checkbox */
    }

    .checkbox_square .indicator {
        border: 1px solid #333;
        display: inline-block;
        border-radius: 3px; /* remove this if you want sharp edges */
        transition: background 0.2s;
    }

    .checkbox_square input:checked + .indicator {
        border-color: #bbbbbb;
        position: relative;
    }

        .checkbox_square input:checked + .indicator::after {
            content: "✓";
            color: #333;
            font-size: 14px;
            position: absolute;
            left: 3px;
            top: -2px;
        }
.cust_top_bar {
    width: 100%;
    float: left;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}

    .cust_top_bar .input-group {
        width: 400px;
        float: left;
    }

    .cust_top_bar button {
        float: right;
    }
.chrg_bk {
    color: #f74a36;
}
.small_btn_single {
    display: unset !important;
    margin-top: 5px;
    float: left;
    padding-right: 5px;
    width: 100%;
}
    .small_btn_single a {
        width: 100%;
        font-size: 12px;
    }
table tr td .small_btn_single a.green_button i {
    font-size: 12px !important;
}
.li_indv_block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom:20px;
}
.li_indv_block_head {
    width: 100%;
    float: left;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #3a466b;
}
.li_indv_block_info {
    width: 100%;
    float: left;
}
    .li_indv_block_info .ld_info_block {
        margin-bottom:0px !important;
    }








    @media(max-width:1024px) {
        .right_side_menu_style .dropdown-menu {
        width:760px;
    }
}
@media (max-width:500px) {
    .er_link {
        position: unset;
    }
    .addcarrier_inner .select2-container {
        z-index: 99 !important;
    }
    .lead_list_search_filter .lead_heart {
        margin-top: 0px;
    }
    .lead_list_search_filter #favoritefilter {
        margin-top:-7px !important;
    }
    .Batch {
        border: 0px !important;
    }
        .Batch .ribbon1 {
            position:unset !important;
        }
    .bottom_logo_device {
        display: unset !important
    }
    .instructions-container-div #BtnCustomerGrid, .instructions-container-div #BtnLeadGrid {
        padding: 5px 10px;
        font-size: 15px;
    }
    .NewLookupDiv #NewDataValue {
        margin-bottom: 5px;
    }
    .device_check_menu {
        column-count: 2;
    }

        .device_check_menu .submenu_mobile {
            -webkit-column-break-inside: avoid;
            width: unset !important;
            float: none !important;
        }
        .device_check_menu .extra_height {
           height:42px;
        }
    .device_mar_top {
        margin-top:5px;
    }
    .prl_scrol table tr td:nth-child(1) {
        white-space: nowrap;
    }
    .db_top_info_block {
        width: 100% !important;
        border-style: none !important;
        border-bottom: 1px solid #ccc !important;
        border-image: none !important;
    }
    .nd_info_top {
        height: unset !important;
        display: unset !important;
    }
    .nd_info_top_block {
        width:100% !important;
    }
    .svc_dev_style .nd_header {
        width: 100% !important;
        float: left;
    }
    .svc_dev_style .nd_top_container {
        display: unset !important;
    }
        .svc_dev_style .nd_top_container a {
            display: unset !important;
            float: right;
        }
    .nd_top {
        padding-top: 3px !important;
    }
    .nd_top_container a,
    .nd_top_container span {
        margin-bottom: 5px !important;
    }
    .nd_info {
        padding: 10px !important;
    }
    .nd_top .container {
        padding: 0px 15px !important;
    }
    .center_srch_block .know_bottom_block {
        justify-content: center;
        width: 100% !important;
    }
    #hiperlink_table tr th:last-child, #relatedlink_table tr th:last-child {
        width: 65px !important;
    }
    .fa input[type=checkbox] {
        margin-top: -12px !important;
    }
    .know_bottom_block .nht_chk input[type=checkbox]:before {
        top:1px !important
    }
    .reset_knw {
        margin-left: 4px !important;
    }
   
    .tab-content .tab-pane {
        padding: 5px !important;
    }
    .margin_desktop_block {
        margin-top: 0px;
    }
    .upload_box {
        width: 175px;
        position: relative;
    }
    .ssp_top_bar .input-group {
        width: 100% !important;
        display: unset !important;
    }
    .inputdiv {
        width: 100% !important;
    }
    #tag_search_container {
        margin-top:0px !important;
    }
    #ActiveList {
        width: 100px !important;
    }
    .add_seo_content_inner .width-25pp {
        width: 100%;
        padding: 0px !important;
        margin-bottom: 10px;
    }
    .mrg_container,
    .menulist_container {
        padding: 10px;
    }
    .ct_top_search_style .select2-selection__rendered {
        max-width: 100% !important;
    }
    #CusOpportunityTab .top_badge_cont img {
        margin-top: 0px !important;
    }
    #CusOpportunityTab .top_badge_cont .surv_comp_btn_ld {
        margin-top: 5px;
    }
    .medi_td tr td:nth-child(1) {
        width: 150px !important;
    }
    .opportunities_container.cd_style {
        padding: 10px;
        padding-bottom: 0px;
    }
    .arp_table .notes_device_header {
        width: 40% !important;
    }
    .arp_table .notes_device_info {
        width: 60% !important;
    }
    .inner .form-group {
        padding: 0px !important;
    }
    .ao_ribbon_style .ribbon1 {
        left: unset !important;
        right: 40px;
    }.ao_ribbon_style .ribbon1 span {
        font-size:10px !important;
    }
    .reports_tab_content {
        padding:0px !important;
    }
    .filter-customer-container .table-body-td-style,
    .filter-customer-container .customer_list_checkbox {
        padding: 3px 10px !important;
    }
    .AddPtoHeader {
        float:left;
    }
    .prodc_top_bar .custom_size {
        width:100% !important;
        float:left;
        margin:0px !important;
    }
    .custom_size #CompletedSearchText,
    .custom_size #AssignedSearchText,
    .prod_top_bar_new #DocumentSearchText,
    #FromBuilderSearchText {
        width: 100% !important;
        float: left;
        margin-bottom: 10px;
    }
    .custom_size .s_h_drop,
    .prod_top_bar_new .favourite_tags,
    .sales_summery_report_top_bar .cus_group,
    .ssp_top_bar .input-group div.form-control {
        width: calc(100% - 32px) !important;
        float: left;
    }
    .AddPtoHeader .image_header_text {
        width: 100%;
        float: left;
    }
        .AddPtoHeader .sugg_text {
            width: 100%;
            float: left;
            position:unset !important;
        }
    .dv-preview-pic, .dv-preview-pic-doc {
        width:100% !important;
    }
    .prod_top_bar_new .input-group {
        width: 100% !important;
        display: unset !important;
        margin-bottom: 10px;
    }
    .rect_block_green {
        word-break:break-all;
    }
    .prod_top_bar .input-group,
    .apptg_srch .input-group {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .tab-content .container-fluid {
        padding: 0px !important;
    }
    .btn_flex {
        justify-content: flex-start !important;
        gap: 10px;
    }
    .avc_device {
        width: 100%;
        float: left;
        padding: 0px;
    }
        .avc_device #contactlink_table {
            width: 250%;
            max-width: unset;
        }
        .cm_srch_bar .input-group {
            width: 100% !important;
            margin-bottom: 10px;
        }
    .center_srch_block {
        position: unset !important;
        float: left;
    }
        .center_srch_block .srch_fig_des {
            margin-top: 50px;
            float: left !important;
        }
        .center_srch_block #SrchSugg > .col-md-12 {
            padding: 0px;
        }
        .center_srch_block #SrchSugg .col-md-3 {
            padding: 0px !important;
            margin-bottom: 10px;
            width: 100%;
            float: left;
        }
    .paginationContainer {
        height:unset !important;
    }
    .NewCount {
        width: 100%;
    }
    .prl_scrol table tr td:first-child .ticket_list_partial_device_info {
        white-space:unset !important;
    }
    .prl_scrol {
        height:unset !important;
    }
    .DateFilterContents .dropdown-filter {
        z-index: 9999 !important;
    }
    .show_vehicle_list_container {
        margin-top: 0px !important;
    }
    .add_customer_file {
        float:right !important;
    }
    .menu_list_partial_device_info {
        white-space:unset !important;
    }
    .srch_fig_des {
        display: unset !important;
        margin-top: 10px;
        float:none !important;
    }
    .center_srch_block .srch_fig_des {
        display: unset !important;
    }
    
    .sales_summery_report_top_bar .ldlm_input,
    .sales_summery_report_top_bar .ldlm_input_user {
        width: 100% !important;
        float: left;
        margin-bottom: 10px !important;
    }
    #CustomSrch .srch_fig_des .input-group {
        margin-top: 0px;
    }
    .payroll_report_top_nav .ribbon1 {
        right: 103px;
        top: -36px;
    }
    .srch_fig_des #SrchSugg {
        margin-top: 0px;
    }
    .know_srch {
        margin-top:10px !important;
        float:left;
    }
    .srch_suggestion.know_srch .row {
        display: unset !important;
    }

    .kno_height_remove {
        height:unset !important;
    }
   
    .sales_summery_report_top_bar .spsr_grup {
        width: 100% !important;
        float: left;
    }
    .editable_header .col-md-12,
    .sales_summery_report_top_bar .col-md-12 {
        float: left;
    }
    .pr_custom_top .ig_holder {
        width: 100% !important;
    }
    .wh_indv_info_custom {
        flex-direction: column;
    }
    .who_block {
        width: 100% !important;
    }
    .mgc_top_bar .input-group {
        width: 100% !important;
    }
    .lead_top_style .input-group {
        width: 100% !important;
        margin-bottom:10px;
    }
    .avg_none {
        display: none;
    }
    .ct_top_search_style .top_block {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    .btn_reset_cus_filter.red_button {
        margin: 5px 0px !important;
    }
    .gll_style .content_for_mobile select.form-control {
        width: auto !important;
    }
    .user_list_search_inner #UserGroupDropDown, .user_list_search_inner #CurrentEmployee {
        width: 50% !important;
        float: left
    }
    .user_list_search_inner .input-group {
        width: 100% !important;
        margin-top:10px;
    }
        .user_group_table_container .row:last-child .col-sm-5 {
            width: auto !important;
            float: left !important;
        }
    .user_group_table_container .row:last-child .col-sm-7 {
        width: auto !important;
        float: right !important;
    }
    .mst_height {
        height: unset !important;
    }
    .lead_heart {
        margin-top:4px;
    }
    .right_side_menu_style .dropdown-menu {
        top: 49px;
        width: 100% !important;
    }
    .resp_table thead {
        display: none;
    }
    .resp_table tr td {
        width:100%;
        float:left;
    }
    .resp_table .resp_header {
        display: block;
        width: 40%;
        float: left;
        text-align: left;
        font-weight: bold;
    }
    
    .resp_table .resp_info {
        width: 60%;
        float: left;
        text-align: left;
        word-break: break-all;
    }
    #know_base_table .resp_info {
        word-break:break-word !important;
    }
    .cd_style .document_serach_item, .cd_style .note_serach_item {
        width: 100%;
        margin-bottom: 5px;
    }
    .cd_style .ptl_drp {
        width:calc(50% - 16px) !important;
        float: left;
    }
    .cd_style .new_oppor_btn {
        margin-top:5px;
    }
   
    .fig_table_style .db_table_container table tr td {
        white-space: nowrap;
    }
    .fig_table_style .db_table_container table tr th {
        min-width:120px;
    }
        .fig_table_style .db_table_container table tr th:first-child {
            min-width: 60px;
        }
        .db_table_container {
            overflow: auto;
        }
    .page-wrapper-contents {
        overflow: auto !important;
    }
    .company-white-logo {
        margin: unset;
        top: 2px;
        left: 2px;
        max-height: 46px !important;
    }
    .side_inner_height {
        height:100vh !important;
        position:relative;
    }
    .sidebar_height .navbar-brand {
        height: 49px;
    }
    .sidebar_height {
        background-color: unset;
    }
    .PrivateLayoutContents .navbar-fixed-top {
        position:fixed;
        background-color:var(--LeftSideMenuColor);
    }
    .right_side_menu_style.layout_top_menu_bar {
        display: flex;
        justify-content: flex-end;
    }
    .ChooseCompanyUl {
        display:none;
    }
    .layout_top_menu_bar li a.dropdown-toggle {
        height:50px;
    }
    .layout_top_menu_bar li a.dropdown-toggle path {
        stroke:#fff;
    }
    .notification_counter {
        top:5px;
        right:0px;
    }
    .navbar-default.sidebar .sidebar-nav {
        z-index: 9999;
        background-color: var(--LeftSideMenuColor);
        height:calc(100vh - 50px);
    }
    #side-menu li {
        padding:0px;
    }
    .side_bottom_logo_unset {
        display:none;
    }
    .PrivateLayoutContents {
    }
    .navbar-header.Top-Logo {
        position: sticky;
        width: 260px !important;
        z-index: 9999;
        top: 0;
        background-color: var(--LeftSideMenuColor);
    }
    .db_middle_block_new {
        -webkit-column-count:unset;
        column-count:unset;
    }
    .fig_table_style .db_table_header {
        font-size:15px;
    }
    .new_design_footer {
        flex-wrap: wrap;
        gap: 5px;
    }

    #CustomSrch {
        width:100%;
    }
     #CustomSrch .input-group {
        width:100%;
        margin-top:65px;
    }
    .lead_list_searchbar {
        width: calc(100% - 80px) !important;
        margin-left: 10px;
    }
    .srch_new_header_show .red_add_customer {
        right: 0px;
    }
    #srch_header_hide.srch_header_show {
        font-size:17px !important;
    }
    .fig_table_device table thead {
        display: none;
    }

    .fig_table_device table tr td {
        width: 100%;
        float: left;
    }
    .qti_custom_header {
        position:unset !important;
    }
    .filter_for_lead_list {
        margin-left: 10px !important;
        margin-top: 5px;
    }
    #export_lead_list {
        margin-right: 30px;
        margin-top: 5px;
    }
    .top-lead-paging {
        width: 100% !important;
        margin-top: 5px;
    }
        .top-lead-paging .pagination_count_div {
            float:left;
        }
    .gll_style .less_padding {
        display: unset !important;
    }
    .gll_style .clfn_table_width {
        width:100% !important;
        float:left;
    }
    .List_color_div .money-bar-right-content {
        width:50%;
    }
    #SalesMenuTabs li {
        height:unset !important;
    }
    .note_top_search_bar_inner {
      width:100%;
    }
        .note_top_search_bar_inner #SearchtxtReminder,
        .note_top_search_bar_inner #Searchtxt {
            width: 100% !important;
            margin-bottom: 5px;
        }
    .arr_filter .filter_box_inner .form-group,
    .filter_box_inner .form-group {
        width: 50% !important;
    }
    .page_header_style {
        align-items: flex-start !important;
        flex-direction: column;
    }
    #titlelable {
        width:100% !important;
    }
    .small_td tr td:nth-child(1) {
        width:125px !important;
    }
    .left_opportunity,
    .right_opportunity {
        width:100% !important;
    }
        .left_opportunity .input-group {
            width: 100% !important;
            margin-bottom: 10px;
        }
    .ribbon1.lblfav {
        position: unset !important;
        margin-right: 17px !important;
        float: right;
    }
    .top_badge_cont .green_button,
    .top_badge_cont img {
        margin-top: 5px !important;
    }

    .top_badge_cont .nht_chk.fa {
        margin-top: 1px !important;
    }
     .top_badge_cont .green_button,
    .top_badge_cont img,
    .top_badge_cont .nht_chk.fa {
       height:35px;
    }
    .agl_top_bar_custom .agl_top_bar_div {
        width:100% !important;
        margin-bottom:5px;
    }
    .red_label_msg {
        padding:5px 10px !important;
    }
    .ttb_header_custom .ribbon1 {
        top:37px !important;
    }
    .ttb_container {
        padding-top:30px !important;
    }
    .linked_customer {
        width: 100% !important;
    }
}