﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
    background-color: white;
}

.global_table {
    padding-bottom: 25px;
}

.global_toggel {
    background-color: #eff1f3;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right;
    padding: 10px 20px;
    border-radius: 4px;
}

.global_table table {
    width: 100% !important;
}

.global_table .mini_table table {
    width: 100%;
}

.global_table .mini_table h3 {
    color: #221932;
    padding-bottom: 15px;
    text-align: center;
    font-size: 25px;
}
/*This styling datalist just for global tables*/
.global_table .dt-layout-cell,
.global_table .mini_table,
.global_table .table {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .global_table .dt-layout-cell::-webkit-scrollbar,
    .global_table .mini_table::-webkit-scrollbar,
    .global_table .table::-webkit-scrollbar {
        display: none;
    }


.global_table div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell,
.global_table .table_wrapper {
    border: 2px solid #f2ecec;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}

.global_table .dt-layout-cell .table thead tr th,
.global_table .mini_table table thead tr th,
.global_table .table thead tr th {
    background-color: #eff1f3;
    color: #656a76;
    border-right: none !important;
    font-size: 14px;
    border: none;
    text-align: left;
    overflow-wrap: break-word;
    white-space: normal;
    padding: 20px 8px;
    border-bottom: 2px solid #f5f5f5;
}

    .global_table .dt-layout-cell .table thead tr th span,
    .global_table .mini_table table thead tr th span,
    .global_table .table thead tr th {
        white-space: nowrap;
    }

.global_table .dt-layout-cell .table tbody tr td,
.global_table .mini_table table tbody tr td,
.global_table .table tbody tr td {
    border: none;
    vertical-align: middle;
    font-size: 14px;
    color: #686870;
    white-space: pre-line;
    font-weight: 500;
    text-align: left;
    padding: 10px 8px;
}

.global_table .dt-layout-cell .table tbody tr,
.global_table .mini_table table tbody tr,
.global_table .table tbody tr {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-left: none;
    border-right: none;
}

    .global_table .dt-layout-cell .table tbody tr:nth-child(even),
    .global_table .mini_table table tbody tr:nth-child(even),
    .global_table .table tbody tr:nth-child(even) {
        background-color: aliceblue;
    }

    .global_table .dt-layout-cell .table tbody tr:hover,
    .global_table .mini_table table tbody tr:hover,
    .global_table .table tbody tr:hover {
        background-color: #d5fde740;
    }

    .global_table .dt-layout-cell .table tbody tr:first-child,
    .global_table .mini_table table tbody tr:first-child {
        /*            border-top: 20px solid #dddbe7;*/
    }

.global_table .dt-container .dt-layout-row .dt-layout-cell.dt-start,
.global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end {
    background-color: #eff1f3;
    padding: 20px;
}

.global_table .dt-container .dt-layout-row .dt-layout-cell.dt-start {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging {
        text-align: left;
    }

        .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging .dt-paging-button {
            color: #959595 !important;
            font-weight: bold;
            cursor: pointer;
            outline: none;
            font-size: 14px;
            width: 36px;
            height: 36px;
            line-height: 35px;
            padding: 0;
            box-sizing: border-box;
        }

            .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging .dt-paging-button.current {
                border-radius: 50%;
                background-color: black;
                color: white !important;
            }

            .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging .dt-paging-button:hover {
                background-color: white !important;
                border-radius: 50%;
                border: 1px solid black;
                color: black !important;
                background: none;
                box-shadow: none;
            }

.global_table .dt-container .dt-layout-row .dt-layout-cell.dt-start .dt-info {
    color: #656a76;
    font-weight: bold;
    font-size: 14px;
}
/*Global Filter Css*/
.global_filter .global_section_filter div.filter_inner {
    background-color: #eff1f3;
    border-radius: 4px;
    padding: 10px 25px;
    margin-bottom: 25px;
}

    .global_filter .global_section_filter div.filter_inner h1 {
        color: #221932;
        font-size: 32px;
        font-weight: bold;
    }

    .global_filter .global_section_filter div.filter_inner .filter_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }

        .global_filter .global_section_filter div.filter_inner .filter_head .filter_top_btns {
            display: flex;
        }

.global_btn {
    border-radius: 4px !important;
    margin-right: 12px;
    white-space: nowrap !important;
    padding: 7px 15px !important;
    cursor: pointer !important;
    color: white !important;
    font-size: 14px !important;
    height: 35px;
}

    .global_btn a {
        text-decoration: none;
        color: white !important;
    }

    .global_btn.btn_primary {
        background-color: #3d7dc0;
    }

    .global_btn.btn_secondary {
        background-color: #2cab6b !important;
    }

    .global_btn.btn_primary:hover {
        background-color: #3d7dc0c7;
    }

    .global_btn.btn_secondary:hover {
        background-color: #2cab6bb0 !important;
    }
    .global_btn.btn_warning_1 {
        background-color: #F5CE85;
    }
        .global_btn.btn_warning_1:hover {
            background-color: #F5CE8538;
        }

.global_filter .global_section_filter div.filter_inner .filters-flex label {
    font-size: 14px;
    font-weight: bold;
    color: rgb(101 106 118);
    padding-bottom: 12px;
    margin-right: 12px;
    margin-bottom: 0px;
}

    .global_filter .global_section_filter div.filter_inner .filters-flex input,
    .global_filter .global_section_filter div.filter_inner .filters-flex label div button,
    .global_filter .global_section_filter div.filter_inner .filters-flex label select {
        border: 1px solid black;
        color: #221932;
        font-weight: normal;
        font-size: 14px;
        height: 35px;
        border-radius: 4px;
        background-color: white;
    }

.btn_action {
    background-color: white;
    color: black !important;
    border: 1px solid black;
}

    .btn_action:hover {
        background-color: black;
        color: white !important;
    }

.global_table table tbody tr td div a,
.global_table table tbody tr td a,
.global_table .table tbody tr td a {
    border-radius: 4px;
    white-space: nowrap;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.global_table table.specialJob tbody tr td a {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.global_table table tbody tr td div button,
.global_table .table tbody tr td div button {
    border-radius: 4px;
    max-width: 92px;
    width: 100%;
    white-space: nowrap;
    padding: 5px 12px;
    cursor: pointer;
    color: white;
    font-size: 13px;
    margin-left: 0 !important;
    margin-bottom: 5px;
}

.global_table div.dt-container select.dt-input {
    border-radius: 4px;
    border: 1px solid black;
    color: #656a76;
    font-weight: 700;
    background-color: white;
}

.global_table div.dt-container .dt-length label {
    color: #656a76;
    font-weight: bold;
    font-size: 14px;
}

.global_table .dt-search label {
    font-size: 14px;
    font-weight: bold;
    color: rgb(101 106 118);
    padding-right: 10px;
}

.global_table div.dt-container .dt-search input {
    border: 1px solid black;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background-color: white;
    outline: none;
}

.logo {
    width: 65px;
}

.navBar_custom {
    background-color: #d8d8d8 !important;
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 10px 12px;
    display: block;
}

.container_custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    flex-wrap: wrap;
}

.header-right_side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_left_side .navbar-brand {
    margin: 0;
    padding: 0;
}

.navBar_custom div ul li a,
.navBar_custom div ul li button {
    color: black !important;
    font-size: 14px;
    font-weight: 600;
}

    .navBar_custom div ul li a:hover,
    .navBar_custom div ul li button:hover {
        color: #4b4a4a !important;
    }

.navBar_custom .dropdown-menu,
.navBar_custom .dropdown-menu .dropdown-submenu .dropdown-menu {
    background-color: #d8d8d8;
    border: 1px solid #000;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 27px;
}

    .navBar_custom .dropdown-menu .dropdown-submenu .dropdown-menu {
        border-top: 1px solid #000;
        margin-top: 0px;
        border-top-right-radius: 4px;
    }

    .navBar_custom .dropdown-menu .dropdown-item {
        padding: 5px 12px;
        transition: none;
    }

        .navBar_custom .dropdown-menu .dropdown-item.active,
        .navBar_custom .dropdown-menu .dropdown-item:active {
            background-color: white;
            color: black !important;
        }

        .navBar_custom .dropdown-menu .dropdown-item:focus,
        .navBar_custom .dropdown-menu .dropdown-item:hover {
            background-color: white;
            color: black !important;
        }

.header-right_side .navbar-nav .logout-btn .dropdown-menu {
    margin-top: 0;
}

.header-right_side .navbar-nav .logout-btn .dropdown-toggle b {
    color: #8ff78f;
    font-weight: 700;
}

.navBar_custom .dropdown-menu .dropdown-submenu a::after {
    position: absolute;
    top: 14px;
    right: 29px;
}

.container_custom .navbar-nav .nav-item.dropdown.logout-btn:hover .dropdown-menu {
    margin-top: 0 !important;
    border-top: 1px solid black !important;
    border-radius: 4px !important;
}

.global_section_filter .filter_inner .filters-flex label .form .dropdown-menu .form-check {
    padding: 6px 16px;
    display: flex;
    align-items: center;
}

.status-circle {
    border: 1px solid black;
}

.global_table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
.global_table table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
.global_table table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
.global_table table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
.global_table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
.global_table table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
.global_table table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
.global_table table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    display: none;
}

.global_table .dt-layout-row .dt-end .dt-search {
    display: none;
}

.btn_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.configration_filters form div label {
    font-size: 14px;
    font-weight: bold;
    color: rgb(101 106 118);
    padding-bottom: 12px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.configration_filters form div select {
    border: 1px solid black;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    background-color: white;
}

.filters_inner {
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.configration_filters {
    padding: 12px 25px 30px;
    background-color: #eff1f3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.filters_inner div {
    display: flex;
    max-width: 210px;
    flex-direction: column;
    width: 100%;
    margin-right: 15px;
}

.filters_btn {
    max-width: unset;
    width: auto;
}

    .filters_btn button {
        height: 40px;
    }

.truncate-cell {
    max-width: 530px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: auto !important;
}

.pagination_custom .pagination-container .pagination {
    margin-bottom: 0px;
    justify-content: left;
}

.pagination_custom {
    display: flex;
    background-color: #eff1f3;
    padding: 20px;
    flex-wrap: wrap;
    border-radius: 4px;
    align-items: center;
}

.pagination_text {
    color: #656a76;
    font-weight: bold;
    font-size: 14px;
}

.pagination_custom .pagination-container .pagination li {
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
    line-height: 35px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

    .pagination_custom .pagination-container .pagination li a {
        color: #959595;
        font-weight: bold;
        font-size: 14px;
        border: none;
    }

    .pagination_custom .pagination-container .pagination li.active span {
        border: none;
        display: block;
        height: 36px;
        width: 36px;
        background-color: black;
        border-radius: 50%;
        text-align: center;
        color: white;
        padding: 0;
        line-height: 35px;
    }

.pagination_text {
    width: 40%;
}

.pagination-container {
    width: 50%;
}

.global_filter .global_section_filter div.filter_inner .filters-flex label.form-check-label {
    padding-bottom: 0px;
}

.global_filter .global_section_filter div.filter_inner .filters-flex input.form-check-input {
    margin-top: 0 !important;
}

.apply_dropdown {
    min-width: 150px;
}

.custom_row_apply {
    display: flex;
    align-items: center;
}

.inner_inputs .form-control {
    min-width: 120px;
}

.global_table .inspectionDetailTable tbody tr td {
    white-space: normal;
}

.inspectionDetailTable td input {
    min-width: 120px;
}

.inspectionDetailTable td label input {
    min-width: unset;
}

.inspectionDetailTable td input[type="text"] {
    height: 35px;
}

.textarea-container.td_btns button {
    max-width: 75% !important;
    margin-bottom: 0px !important;
}

.textarea-container.td_btns textarea {
    border: 1px solid black;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background-color: white;
    padding: 0 12px;
    margin-right: 5px;
    min-width: 120px;
}

.textarea-container.td_btns {
    display: flex;
    align-items: center;
}

.tbl_scroll {
    overflow-x: scroll;
}

.info-wrapper #moreDetails dd {
    word-wrap: break-word;
}

.info-wrapper #moreDetails {
    margin-right: 15px;
    margin-left: 15px;
}

.custom_check_box {
    height: auto !important;
}

.tbl_inner_heading {
    font-size: 24px;
    font-weight: bold;
    color: rgb(101 106 118);
    text-align: center;
    padding: 20px 0;
}

.edit_tbl tbody tr td {
    white-space: normal !important;
}

.data_wrapper > div {
    margin-bottom: 15px;
}

.mb_25 {
    margin-bottom: 25px;
}

.global_table .role_table thead tr th,
.global_table .role_table tbody tr td {
    text-align: center;
}

.global_table .role_table tbody tr td {
    white-space: normal;
}

.m_0 {
    margin: 0;
}

.form_custom.checkbox_input input {
    height: auto !important;
}

.checkbox_heading {
    font-size: 16px !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.form_custom.checkbox_input .parent_li.bonsai > li {
    margin-bottom: 5px;
    padding: 12px;
    border-bottom: 1px solid black;
}

.form_custom.checkbox_input .bonsai li ul li {
    padding-top: 10px;
}

.custom_close_btn {
    border: 0;
    background-color: transparent;
}

.login_partial_text {
    font-weight: bold;
}

    .login_partial_text span {
        font-weight: normal;
    }

.logo.h-custom {
    width: 71px;
}

.checkbox_input .main_form table tbody tr td {
    white-space: normal;
}

.info-wrapper .row dt:hover, .info-wrapper .row dd:hover {
    background-color: white;
}

.profile_detail_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .profile_detail_flex:hover {
        background-color: white;
    }

    .profile_detail_flex div {
        font-weight: bold;
        padding: 12px;
    }

.txt_center {
    text-align: center;
    margin-top: 15px;
}

.bSetting_header {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    padding-left: 20px;
}

    .bSetting_header h2 {
        font-size: 24px;
        color: #616f77;
    }

    .bSetting_header p {
        color: #919eab;
        font-size: 14px;
        font-weight: 500;
    }

.creat_btn_new {
    display: flex;
    align-items: center;
    max-width: max-content;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer !important;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #3379bd;
    color: #3379bd;
    margin-bottom: 20px;
}

    .creat_btn_new:hover {
        background-color: #3379bd66;
        color: #3379bd;
    }

    .creat_btn_new a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .creat_btn_new div,
    .bonus_btns div {
        margin-left: 8px;
    }

    .creat_btn_new img,
    .submit_btn_new img,
    .bonus_btns img {
        width: 32px;
    }

.header_btn {
    border-bottom: 1.5px dotted #dadada;
    padding-left: 20px;
}

.submit_sec {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
}

.submit_btn_new {
    display: flex;
    align-items: center;
    max-width: max-content;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer !important;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #10B981;
    color: #10B981;
    margin-bottom: 0;
    justify-content: center;
}

    .submit_btn_new:hover {
        background-color: #10b98126;
    }

.bonus_btns {
    display: flex;
    align-items: center;
    max-width: max-content;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer !important;
    padding: 6px 12px;
    background-color: #fff;
    margin-bottom: 20px;
}

.warning_btn {
    border: 1px solid #F5CE85;
    color: #F5CE85;
}

    .warning_btn:hover {
        background-color: #f5ce8538;
    }

.danger_btn {
    border: 1px solid #f36767;
    color: #f36767;
}

    .danger_btn:hover {
        background-color: #f9d0d0;
    }

.filter_img {
    width: 25px !important;
}

.mr_0 {
    margin-left: 0px !important;
}

.mrl_15 {
    margin-left: 15px;
}

.heading_txt {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

    .heading_txt img {
        width: 22px;
    }

    .heading_txt h2 {
        font-size: 16px;
        color: #3379bd;
        margin-left: 5px;
    }

.tbl_section {
    padding-bottom: 10px;
    /*    border-bottom: 1px solid #c3c3c3;*/
    margin-bottom: 20px;
}

div#tablesContainer div h4 {
    background-color: #f4f6f8;
    padding: 12px;
    font-size: 16px;
    color: #3379bd;
    margin-bottom: 2px !important;
    border: 1px solid #f4f6f8;
}

div#tablesContainer div {
    box-shadow: -1px 9px 6px #f0f3f5;
    flex: 1;
}

div#tablesContainer {
    flex-wrap: wrap;
}

    div#tablesContainer table thead tr th {
        background-color: white;
        color: black;
        font-weight: 600;
    }

    div#tablesContainer .table tbody tr:nth-child(even) {
        background-color: #f4f6f8;
    }

.form_new {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 25px;
}

.data_row {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.test_dropdown {
    background-color: #f3f3f3;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    position: relative;
}

.percentage-symbol {
    position: absolute;
    padding: 2px 4px;
    border-radius: 6px;
    right: 11px;
    top: 10px;
    font-weight: bolder;
    color: #616f77;
}

.test_dropdown input {
    background-color: #f3f3f3;
    color: #616f77;
    font-size: 16px !important;
    font-weight: bold;
    height: 45px;
    border-radius: 10px !important;
}

.test_dropdown img {
    width: 20px;
}

.drop_options {
    text-align: center;
    border: 1px solid #ccc;
}

    .drop_options li {
        padding: 8px 6px;
        background-color: white;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        font-size: 14px;
        color: #616f77;
        border-radius: 10px;
    }

.test_dropdown div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.drop_text {
    font-size: 14px;
    font-weight: 600;
    color: #616f77;
    padding: 3px 12px !important;
    background-color: white;
}

.drop_options li:hover {
    background-color: #919ebe;
    color: white;
}

.text {
    font-size: 16px;
    font-weight: bold;
    color: #616f77;
}

.filter_global {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
}

    .filter_global label {
        margin-bottom: 0px !important;
    }

.date_time_dropdown,
.input_feild {
    width: 100%;
    max-width: 300px;
    margin-right: 15px;
}

    .date_time_dropdown input {
        padding: 6px 12px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: #f3f3f3;
        width: 100%;
    }

    .date_time_dropdown label,
    .label_text {
        font-size: 14px;
        color: #616f77;
        margin-bottom: 10px !important;
        display: inline-block;
    }

.mrgin_adjust {
    margin-bottom: 0px;
    margin-top: 28px;
}

.action_btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: transparent;
    box-shadow: none !important;
}

    .action_btns img {
        width: 22px;
        cursor: pointer;
    }

.head_center {
    text-align: center;
}

.h_custom {
    height: 41.6px;
}

.custom-dropdown .form.selected .dropdown-toggle {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
}

    .custom-dropdown .form.selected .dropdown-toggle::after {
        display: none;
    }

.dropdown_cust {
    left: -17px !important;
    max-width: 250px;
    width: 100%;
}

.date_range_inp {
    padding: 12px;
}
.tbl_header{
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
/*background: linear-gradient(to bottom, #ffffff, #cde3f8);*/
}

.tbl_header ul li {
    list-style: inside;
    color: #3379bd;
}

.job_title h2,
.salary_txt {
    color: #3379bd;
    font-size: 24px;
}

.value_txt {
    font-size: 20px;
    color: #4bd61e;
    text-align: center;
}

.tbl_header ul li span:first-child {
    color: #919eab;
}

.tbl_header ul li span:nth-child(2) {
    font-weight: bold;
    color: black;
    font-size: 15px;
}

.table.commission_tbl thead tr th {
    border-top: none !important;
    background-color: #3379bd !important;
    color: white !important;
    text-align: center;
}
.table.commission_tbl tbody tr td {
    padding: 20px 8px;
    text-align: center;
    white-space: nowrap;
}
.td_center{
    display:flex;
    justify-content: center;
}
/* Cell alignment */
.table-toggle-cell {
    display: flex;
    justify-content: center;
}

/* Toggle wrapper */
.table-toggle {
    position: relative;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
    display: flex;
}

/* Hide default checkbox */
.table-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.table-toggle-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background-color: #d1d5db; /* light gray */
    border-radius: 20px;
    transition: 0.25s;
}

    /* Knob */
    .table-toggle-slider::before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        border-radius: 50%;
        transition: 0.25s;
    }

/* Checked state */
.table-toggle-input:checked + .table-toggle-slider {
    background-color: #4da3ff; /* light blue */
}

    .table-toggle-input:checked + .table-toggle-slider::before {
        transform: translateX(20px);
    }

/* Disabled state */
.table-toggle-input:disabled + .table-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}
.global_tbl_header {
    padding-bottom: 15px;
    border-bottom: 1px dashed #3379bd;
}
.border_none{
    border: none !important;
}
/*---------------------------------------------------*/
/* Focused state for the dropdown */
.classy-dropdown:focus {
    border-color: #007bff;
    outline: none;
}

/* Dropdown options styling */
.classy-dropdown option {
    background: #fff;
    color: #333;
}

/* General Input Styling for Text */
input[type="text"] {
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

    /* Focused State Styling */
    input[type="text"]:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    /* Placeholder Styling */
    input[type="text"]::placeholder {
        color: #aaa;
        font-style: italic;
    }

    /* Invalid Input Styling */
    input[type="text"]:invalid {
        border-color: #e74c3c;
        background-color: #f8d7da;
    }

    /* Disabled Input Styling */
    input[type="text"]:disabled {
        background-color: #e9ecef;
        border-color: #d6d8db;
        color: #6c757d;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.control-label {
    font-weight: bold;
}

.col-sm-2 {
    margin-top: 5px;
}

.btn-primary {
    margin-bottom: 6px;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.btn-secondary {
    margin-bottom: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.action_td {
    display: flex;
    justify-content: center;
}

    .action_td div {
        margin-right: 5px;
    }

.table_wrapper {
    overflow-x: scroll;
}

    .table_wrapper::-webkit-scrollbar {
        display: none;
    }

.flex_header_secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eff1f3;
    padding: 25px;
    border-radius: 4px;
}

    .flex_header_secondary h1 {
        color: #221932;
        font-size: 32px;
        font-weight: bold;
    }

.table_wrapper .table thead tr th:last-child {
    text-align: center;
}

.global_table .table_wrapper .table tbody tr td {
    white-space: nowrap;
}

.custom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background-color: #eff1f3;
    border-radius: 4px;
}

.form_custom label {
    font-size: 14px;
    font-weight: bold;
    color: rgb(101 106 118);
}

.form_custom input,
.form_custom textarea {
    border: 1px solid black;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background-color: white;
}

.form_custom textarea {
    height: auto;
}

.form_custom {
    padding: 25px 0px;
    margin-top: 25px;
}

.main_form {
    background-color: #eff1f3;
    padding: 25px;
    border-radius: 4px;
    margin: 0 auto;
}

    .main_form form {
        max-width: 700px;
        margin: 0 auto;
    }

.form_btn button {
    width: 100%;
    height: 50px;
}

.form_heading {
    text-align: center;
    margin: 15px 0;
}

    .form_heading h1 {
        font-size: 24px;
        font-weight: bold;
        color: rgb(101 106 118);
    }

.info-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
}

    .info-item:hover {
        background-color: #fff;
    }

.info-value {
    color: black;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
}

.info-label {
    color: #656a76;
    font-size: 16px;
    font-weight: 700;
    max-width: 305px;
    width: 100%;
}

    .info-label:after {
        content: ":";
    }

.doQa_detail_table_td,
.doQa_detail_table_td div {
    display: flex;
    align-items: center;
}

.detail_global_table tbody tr td input {
    border: 1px solid black;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    background-color: white;
}

.global_table .detail_global_table tbody tr td {
    white-space: unset;
}

.doQa_detail_table_td {
    justify-content: right;
}

.detail_global_table tbody tr td input[type="button"]:hover {
    background-color: #ffd75e;
    border-color: #ffd75e;
}

.table_heading {
    padding: 25px 0;
    text-align: center;
    color: #656a76;
}

.over_scroll {
    overflow-x: scroll;
}

    .over_scroll::-webkit-scrollbar {
        display: none;
    }

.btn_warning {
    background-color: #ff6f00 !important;
    border-color: #ff6f00 !important;
}

    .btn_warning:hover {
        background-color: #ff6f00bd;
    }

.btn_danger {
    background-color: #FF4040 !important;
    border-color: #FF4040 !important;
}

    .btn_danger:hover {
        background-color: #FF6F61;
    }

.floting_btn,
.right-fixed-section-special-job .floting_btn,
.right-fixed-section .floting_btn {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 42;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d4d4;
}

    .floting_btn:hover,
    .right-fixed-section-special-job .floting_btn:hover,
    .right-fixed-section .floting_btn:hover {
        background-color: #e0a800;
        color: white;
    }

.right-fixed-section-special-job .floting_btn,
.right-fixed-section .floting_btn {
    top: 0;
}

.hideMainbutton {
    display: none !important;
}

.status {
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    max-width: 100px;
    width: 100%;
    color: white;
}

.released {
    background-color: #60e960;
}

.pending {
    background-color: #f5ce85;
}
/* Hide the + button initially */
.hideMainbutton {
    display: none !important;
}

.textArea_custom {
    border: 1px solid #ced4da;
    color: #221932;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    background-color: white;
    max-width: 100%;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 0 12px;
}

.inner_inputs {
    padding: 0px 5px;
}

.doQa_detail_table_td div label input {
    height: auto !important;
}

.doQa_detail_table_td div label {
    margin-right: 5px;
}

.select_table {
    display: flex;
}
.commission_tbl .select_table {
    display: flex;
    justify-content: center;
}

.status-dropdown {
    background-color: #f9fafb;
    color: black;
    height: 25px;
    font-size: 14px;
    padding: 0 12px;
    color: black;
}
.advanced-progress-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.milestone-container {
    display: flex;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    background: #eee;
}

.milestone-segment {
    flex: 1;
    position: relative;
    background: #ddd;
    margin-right: 2px;
    transition: all 0.6s ease;
}

.segment-fill {
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
    background: #4CAF50; /* TEMP: ensure color exists */
}

.role-applier .segment-fill {
    background: #4CAF50;
}

.role-hunter .segment-fill {
    background: #2196F3;
}

.role-manager .segment-fill {
    background: #9C27B0;
}

.milestone-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}

    .milestone-labels span {
        text-align: center;
    }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    color: white !important;
    border-radius: 4px;
    background-color: #d8d8d8;
    text-align: center;
    color: black !important;
}

#dt-length-0 {
    margin-right: 10px;
}

.my-custom-grid thead th {
    background-color: #3479BD;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

    .my-custom-grid thead th:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .my-custom-grid thead th:hover {
        background-color: #286BA8;
        cursor: pointer;
    }

.my-custom-grid tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.my-custom-grid tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.my-custom-grid tbody tr:hover {
    background-color: #d9edf7;
}

.my-custom-grid th, .my-custom-grid td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.display_none_desktop {
    display: none;
}

.left_menu {
    display: none;
}

.backdrop {
    display: none;
}


@media (min-width: 1200px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 1200px) {

    .container_custom {
        padding: 0 0;
    }

    .navBar_custom div ul li a, .navBar_custom div ul li button {
        font-size: 13px;
        padding: 4px !important;
    }

    .custom_row_apply {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .global_filter .global_section_filter div.filter_inner .filter_head {
        flex-wrap: wrap;
    }

    .global_filter .global_section_filter div.filter_inner h1 {
        padding-bottom: 15px;
    }

    .global_btn {
        margin-left: 0px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .global_table .mini_table h3 {
        font-size: 20px;
    }

    .global_table .dt-layout-cell .table thead tr th, .global_table .mini_table table thead tr th, .global_table .table thead tr th {
        padding: 15px;
    }

    .global_table .dt-layout-cell .table tbody tr td, .global_table .mini_table table tbody tr td, .global_table .table thead tr th {
        font-size: 14px;
        padding: 5px 15px;
    }

    .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-start {
        border-radius: 4px;
    }

    .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end {
        border-radius: 4px;
    }

    .mr_0 {
        margin: 0px;
    }

    .display_none_mobile {
        display: none !important;
    }

    .display_none_desktop {
        display: block;
    }

    .left_menu {
        background-color: #d8d8d8;
        position: absolute;
        width: 70%;
        top: 0;
        right: 0;
        height: auto;
        z-index: 20;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 15px;
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform 0.1s ease-in-out;
        display: none;
    }

    .backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / 81%);
        z-index: 1;
    }

        .backdrop.active {
            display: block;
        }

    .left_menu.active {
        transform: translateX(0);
        display: block;
    }

    .no-scroll {
        /*            overflow: hidden;*/
    }

    .login_section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: white;
        padding: 12px;
        border-radius: 4px;
    }

    .side_menu_button {
        width: 50px;
    }

    .header_accordian {
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        border-radius: 4px;
        padding: 12px;
    }

    .left_side {
        display: flex;
        align-items: center;
    }

        .left_side div img {
            width: 36px;
        }

        .left_side .acc_text {
            font-size: 16px;
            font-weight: 600;
            margin-left: 12px;
        }

    .right-side img {
        width: 30px;
    }

    .acc_inner_plain {
        background-color: white;
        border-top: 1px solid black;
        padding: 12px 25px;
    }

        .acc_inner_plain ul a {
            text-decoration: none;
            color: black;
        }

            .acc_inner_plain ul a li {
                padding: 10px 35px;
                margin-bottom: 5px;
                border-bottom: 1px solid;
            }

    .acc_inner_plain {
        display: none;
    }

        .acc_inner_plain.open {
            display: block;
            max-height: max-content;
        }

    .header_accordian .right-side img {
        transition: transform 0.3s ease;
    }

    .header_accordian.open .right-side img {
        transform: rotate(180deg);
    }

    .acc_text a {
        color: black;
    }

    .navBar_custom div ul li a, .navBar_custom div ul li button {
        font-size: 16px;
    }

    .flex_header_secondary {
        flex-wrap: wrap;
    }

    .filters_inner {
        flex-wrap: wrap;
    }

    .flex_header_secondary h1 {
        padding-bottom: 15px;
    }

    .filters_btn button {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .filters_inner div {
        margin-bottom: 15px;
    }

    .btn_flex {
        flex-wrap: wrap;
    }

    .form_custom {
        padding: 25px 0;
        margin-top: 0px;
    }

    .custom_flex {
        padding: 15px;
    }

        .custom_flex h1 {
            font-size: 24px;
        }

    .main_form {
        padding: 10px;
    }

    .custom_flex div a button {
        margin: 0 !important;
    }

    .info-label {
        font-size: 14px;
    }

    .info-value {
        font-size: 14px;
    }

    .detail_global_table tbody tr td button {
        margin: 0;
    }

    .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging .dt-paging-button {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .right-fixed-section {
        width: 300px !important;
    }

    .global_table .dt-container .dt-layout-row .dt-layout-cell.dt-end .dt-paging {
        text-align: center;
    }
}

@media (max-width: 657px) {
    .pagination_text {
        width: 100%;
        padding-bottom: 15px;
    }

    .pagination_custom {
        display: block;
    }
}

@media (max-width: 630px) {
    .tbl_commission {
        max-width: max-content;
        width: 100%;
        overflow-x: scroll;
    }

    div#tablesContainer {
        flex-direction: column;
    }
}

@media (max-width: 480px) {

    .navBar_custom div ul li a, .navBar_custom div ul li button {
        font-size: 14px;
    }

    .left_side .acc_text {
        font-size: 14px;
    }

    .left_side div img {
        width: 30px;
    }

    .right-side img {
        width: 25px;
    }

    .acc_inner_plain ul a li {
        padding-right: 0;
        padding-left: 0;
    }

    .filters_inner div {
        max-width: 100%;
    }

    .filters_btn {
        margin-top: 15px;
    }

    .pagination_custom .pagination-container .pagination li.active span {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .pagination_custom .pagination-container .pagination li a {
        padding: 6px 7px;
    }
}

@media (min-width: 1920px) {
    .global_table table tbody tr td div button {
        margin-left: 5px !important;
    }
}
