.np {
    padding: 0px
}
.nm {
    margin: 0px
}
.fw {
    width: 100%;
    max-width: 100%
}
.bz_popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    height: 100%;
    display: table
}
.bz_popup._common {
    z-index: 10001;
}
.bz_popup_inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.bz_popup_container {
    vertical-align: middle;
    width: 95%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    position: relative
}
.bz_popup._common .bz_popup_container {
    max-width: fit-content;
}
.bz_popup_content {
    text-align: left;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}
.bz_popup_close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: hand;
    cursor: pointer
}
#bz_confirm, #bz_alert {
    text-align: center;
    padding: 15px
}
#bz_confirm p, #bz_alert p {
    font-size: 14px
}
.cmt-0, .my-0 {
    margin-top: 0 !important;
}
.cmt-5 {
    margin-top: 5px !important
}
.cmt-10 {
    margin-top: 10px !important
}
.cmt-15 {
    margin-top: 15px !important
}
.cmb-5 {
    margin-bottom: 5px !important
}
.cmb-10 {
    margin-bottom: 10px !important
}
.cmb-15 {
    margin-bottom: 15px !important
}
.cp-5 {
    padding: 5px !important
}
.cp-10 {
    padding: 10px !important
}
.cp-15 {
    padding: 15px !important
}
.cpx-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}
*[hidden], .bz_hidden {
    display: none !important
}
.form-group .form-group {
    margin-bottom: 0px !important
}
.inlineLoader {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}
.inlineLoader svg {
    width: 20px;
    height: 20px
}
.bz_ajax_opt_msg {
    position: relative;
    padding: 10px !important;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.bz_ajax_opt_msg.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.bz_ajax_opt_msg.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.bz_form label.error {
    position: absolute;
    top: 70%;
    right: 10px;
    z-index: 100;
    color: #fff;
    background: red;
    padding: 3px 10px;
    border-radius: 4px !important;
    font-size: 14px;
    line-height: 18px;
}
.bz_form label.error::after {
    content: '';
    position: absolute;
    top: -14px;
    left: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}
.bz_form .bz_input.error {
    border-color: red !important
}
.bz_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    font-size: 14px
}
.bz_table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase
}
.bz_table td, .bz_table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.bz_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.bz_table .bz_tagline {
    font-size: 12px;
    color: #555
}
.bz_table .bz_dsp_row label {
    font-weight: 600;
    margin-bottom: 0px;
    vertical-align: top
}
.bz_table .bz_dsp_row {
    margin-bottom: 5px
}
.bz_table td .bz_dsp_row:last-child {
    margin-bottom: 0px
}
.bz_relative {
    position: relative
}
.bz_table_footer .bz_total_disp {
    float: left;
    font-size: 14px
}
.bz_table_footer .bz_pagination_container {
    float: right;
}
ul.bz_pagination {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
ul.bz_pagination li {
    display: inline-block
}
.cw-page-link {
    position: relative;
    display: block;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px
}
.cw-page-link {
    padding: .375rem .75rem;
    text-decoration: none
}
.cw-page-item:first-child .cw-page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.cw-page-item:last-child .cw-page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.cw-page-item.active .cw-page-link {
    z-index: 3;
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.cw-page-link:hover {
    z-index: 2;
    color: #61428f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.bz_table_footer {
    clear: both;
}
.bz_table tbody tr:hover .bz_line_actions {
    display: block
}
.bz_line_actions {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    background: #444;
    width: auto;
    height: auto;
    padding: 10px 10px;
    border-bottom-left-radius: 5px;
}
.bz_line_actions ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}
.bz_line_actions a {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: block
}
.bz_line_actions a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7
}
.bz_line_actions ul li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px
}
.redBg {
    background-color: #dc3545 !important
}
.blueBg {
    background-color: #007bff !important
}
.greenBg {
    background-color: #28a745 !important
}
.orangeBg {
    background-color: #ffc107 !important;
    color: #000 !important
}
.whiteColor {
    color: #fff !important
}
.bz_page_block {
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    left: 0px;
    top: 0px;
    cursor: wait
}
h2.bz_popup_title {
    font-size: 24px;
    background: #777;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.title_underlined {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #E8E8E8;
    font-size: 18px
}
.bz_section_title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px
}
.bz_line_item {
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 4px;
    padding-bottom: 4px
}
.bz_line_item label {
    font-weight: 600;
    margin-bottom: 0px;
    vertical-align: top
}
div .bz_line_item:last-child {
    border-bottom: 0px
}
.redText {
    color: #dc3545 !important
}
#bz_loader {
    text-align: center;
    padding: 20px;
}
.bold {
    font-weight: bold
}
.bz_data {
    font-size: 14px
}
.ps-r {
    padding-right: 5px
}
.ps-l {
    padding-left: 5px
}

@media (min-width: 768px) {
table th[align="center"] {
    text-align: center !important
}
table th[align="left"] {
    text-align: left !important
}
table th[align="right"] {
    text-align: right !important
}
}
.requiredStar::after {
    content: "*";
}
.requiredStar {
    color: red;
}
.cm_show_notice {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: auto;
    display: inline-block;
}
.cm_show_notice.bz_error {
    color: red;
    border-color: red;
}
.font-14 {
    font-size: 14px !important;
}
.form-element {
    margin-bottom: 15px;
    position: relative;
}
.bz-inline-container .bz-inline-block {
    display: inline-block;
    margin-right: 4px;
}
.bz-inline-container .bz-inline-block:last-child {
    margin-right: 0px;
}
.inline-block {
    display: inline-block;
}
.pointer {
    cursor: pointer;
    cursor: hand;
}
.ucwords {
    text-transform: capitalize;
}
@media(min-width:1024px) {
    .spr {
        padding-right: 5px !important;
    }
    .spl {
        padding-left: 5px !important;
    }
}
td.hidden {
    display: none;
}
.no-margin-last-p p:last-child {
    margin-bottom: 0px;
}
.small-y-padding td, .small-y-padding th {
    padding: 10px 5px !important;
}
.bz-collapsible .-header {
    position: relative;
}
.bz-collapsible .-collapsible-icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
    cursor: hand;
}
.cb-group-headding {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase
}
.cb-group .form-element, .cb-group .form-check {
    margin-bottom: 0px
}
.bz-collapsible.active .cb-group-headding {
    margin-bottom: 10px;
}
.bz-collapsible .-body {
    display: none;
}
.bz-collapsible.active .-body {
    display: block;
}
.bz-collapsible.active .ti-circle-arrow-down:before {
    content: "\f703" !important;
}
.ql-html {
    width: 78px !important;
    color: #6d6b77;
    font-weight: bold;
    font-size: 12px;
}
#quillEditorHtmlModel .modal-dialog {
    max-width: 700px
}
.bz_table_headings .--text {
    display: inline-block;
}
.bz_table_headings .sorting_asc:before, .bz_table_headings .sorting_desc:after {
    color: #000 !important;
}
.bz_table_headings .sorting {
    display: inline-block;
    position: relative;
    cursor: pointer;
    cursor: hand;
    height: 14px;
    margin-left: 5px;
}
.bz_table_headings .sorting:before, .bz_table_headings .sorting:after {
    font-size: 18px !important;
    color: #ccc;
    position: absolute;
    left: 0px;
}
table.dataTable thead .bz_table_headings .sorting:before {
    top: -6px !important;
}
table.dataTable thead .bz_table_headings .sorting:after {
    top: 5px !important;
}
*[data-bs-toggle="tooltip"] {
    cursor: pointer;
    cursor: hand;
}
.bz_process_indicator .badge {
    line-height: 12px;
    height: 15px;
    width: 15px;
    padding: 0px;
}
.bz_process_indicator .badge i {
    font-size: 12px;
}
@media (min-width: 768px) {
    .bz_process_indicator.large_size .badge {
        line-height: 30px;
        height: 30px;
        width: 30px;
        padding: 0px;
    }
    .bz_process_indicator.large_size .badge i {
        font-size: 18px;
    }
    .bz_process_indicator.large_size .-dash .ti {
        font-size: 16px;
    }
}
.bz_process_indicator .-dash:last-child {
    display: none;
}
.bz_process_indicator .-dash .ti {
    font-size: 10px;
}
@media (max-width: 768px) {
    table.mobile-table, table.mobile-table thead, table.mobile-table tbody,table.mobile-table tfoot, table.mobile-table th, table.mobile-table td, table.mobile-table tr {
        display: block !important;
    }
    table.mobile-table thead {
        display: none !important;
    }
    table.mobile-table tfoot th {
       border-top: 0px !important;
    }
    table.mobile-table tfoot tr th:last-child {
        border-bottom: 0px !important;
     }
    table.mobile-table tbody,table.mobile-table tfoot {
        padding: 20px;
    }
    .accordion-body .table.mobile-table tbody{ padding: 0px;}
    table.mobile-table tr {
        border: 1px solid #e6e6e8;
        margin-bottom: 10px;
        background: #f9f9f9;
        margin-bottom: 20px;
        padding: 5px;
    }
    table.mobile-table tr:last-child {
        margin-bottom: 0px;
    }
    table.mobile-table tr td {
        border-top: 0px;
        padding: 10px !important;
    }
    table.mobile-table tr td:last-child {
        border-bottom: 0px;
    }
    table.mobile-table td {
        text-align: left !important;
    }
    table.mobile-table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        margin-bottom: 5px;
    }
}
.div-bordered{ border: 1px solid #ccc;}