/* Import the Nunito Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif !important;
    position: relative;
    padding: 0 !important;
    overflow-x: hidden;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinning {
    animation: spin 1s linear infinite;
}

.swal2-container {
    z-index: 90000 !important;
}

:root {
    --primaryColor: #41b883;
    --white: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.custom_box_shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0 1px 10px;
}

.text-small {
    font-size: 10px;
}

a.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.drag-item-bg {
    /*background-color: #C8EBFB;*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color: white !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: unset;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: 5px;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: unset;
}

.tooltip {
    z-index: 100000000;
}

.modal {
    z-index: 9999;
}

.modal-close {
    height: 25px;
    width: 25px;
    padding: 3px;
}

fieldset,
legend {
    all: revert;
}

.dashboard_tb {
    max-width: 100% !important;
    width: 100% !important;
}

table td {
    vertical-align: middle;
}

.custom_user_setting_drpdwn {
    cursor: pointer;
}

.custom_user_setting_drpdwn .dropdown-menu {
    transform: translate3d(0px, 52.7798px, 0px) !important;
}

.custom_user_setting_drpdwn .dropdown-menu .dropdown_menu_custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_user_setting_drpdwn .dropdown-menu .show {
    display: flex;
}

.custom_user_setting_drpdwn .dropdown-menu .profile_img {
    width: 100px;
    height: 100px;
}

.custom_user_setting_drpdwn .dropdown-menu ul {
    list-style: unset;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    margin-top: 20px;
}

.custom_user_setting_drpdwn .dropdown-menu ul li {
    border: 1px solid #aaaa99;
    border-radius: 3px;
    font-size: 0.87rem;
}

.table_tl_area {
    background: #F4F4F5;
    padding: 6px 10px;
}

.fancybox__container {
    z-index: 9999;
}

.btn-common {
    background-color: var(--primaryColor);
    color: var(--white);
    padding: 5px 14px;
    border: none;
    text-decoration: none;
    border-radius: 6px !important;
}

.btn-common:hover {
    background-color: var(--primaryColor);
    color: var(--white);
    opacity: 0.8;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.export-buttons .dt-button-collection {
    top: 28px !important;
    left: unset !important;
    right: 0 !important;
}

.export-buttons div.dt-buttons .dt-button {
    background-color: #f8f8f8;
    color: #000;
    border: 1px solid #d5d5d5;
    font-size: 13px;
}

.export-buttons .dropdown-item.active:hover,
.export-buttons .dropdown-item:active:hover {
    background-color: #41b883 !important;
    color: white !important;
}

.export-buttons .dropdown-item.active,
.export-buttons .dropdown-item:active {
    /*background-color: #f8f8f8 !important;*/
    background-color: #41b883 !important;
    color: #fff !important;
}

.dashboard_data_tb {
    position: relative;
}

/*select2 customize*/
select+.select2-container--bootstrap-5 {
    min-width: 100% !important;
    /* min-height: calc(1.5em + .5rem + 2px); */
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(2em + 0.5rem + 4px);
    padding: 0.5rem 2.25rem 0.5rem 0.5rem;
    font-size: 10px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    outline: unset;
    box-shadow: unset;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    outline: unset;
    box-shadow: none;
}

/* custom  */
.ms-drop ul>li {
    text-align: left;
}

.ms-choice>span.placeholder {
    color: white !important;
}


.mainContent_ps {
    width: 91%;
    margin: 78px 20px auto auto;
}

.mainContent__collapse {
    /* margin: 78px 25px 30px auto !important;
    width: 93%; */
}

#Collapse_sidebar {
    background-color: transparent;
    border: transparent;
    color: white;
}

/* poll area */
.poll_list_area ul {
    list-style: unset;
}

.poll_list_area .poll_list {
    padding-left: 0;
}

.poll_list_area .poll_list li {
    font-weight: 560;
}

/* =========== */


/* header */
.header_ps {
    background-color: #68B2DB;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.deshboard_logo {
    width: 150px;
    height: auto;
}

.profile_img {
    width: 34px;
    height: 34px;
}

.profile_setting {
    background-color: transparent;
    border: none !important;
}

.profile_setting:hover {
    border: none !important;
}

.profile_setting.show {
    border: none !important;
}

.profile_setting:active {
    background-color: rgba(0, 126, 148, 1);
}

/* common */

/* ====== card custom style start ========= */
.custom_card {
    border-radius: 2px;
}

.custom_card .card-header {
    /* background-color: #F2F0FF; */
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 600;
}

.custom_card .card-body {
    padding: 10px 18px;
}

/* ====== card custom style end ========= */

/* ====== accordion custom style start ========= */
.custom_accordion .accordion-item {
    border-radius: 2px;
}

.custom_accordion .accordion-button::after {
    background-size: 16px 18px !important;
}

.custom_accordion .accordion-body {
    padding: 10px 18px;
}

.custom_accordion .accordion-button {
    /* background-color: #F2F0FF; */
    padding: 4px 14px;
    /* padding: 6px 20px; */
    color: #41b883;
    font-size: 14px;
    font-weight: 600;
}

.custom_accordion .accordion-button:focus {
    box-shadow: unset;
}

/* ====== accordion custom style start ========= */

/* ====== modal custom style start ========= */
.custom_modal {
    z-index: 40000;
    overflow: hidden;
}

.custom_modal .modal-body {
    height: calc(100vh - 100px);

    /* min-height: calc(100vh - 48px); */
    overflow-y: auto;
}

.custom_modal .modal-dialog {
    overflow-y: initial !important;
    width: 800px !important;
    /* width: 660px !important; */
    max-width: 100% !important;
}

.custom_modal .modal-header {
    color: white;
    align-items: unset !important;
    border-radius: unset;
}

.modal-header {
    align-items: unset !important;
    justify-content: space-between;
}

.custom_modal .modal-content {
    border-radius: unset;
}

.custom_modal input {
    /* background-color: #F2F0FF; */
}

.custom_modal select {
    /* background-color: #F2F0FF; */
    font-size: 12px;
    color: #898989;
}

.custom_modal select {
    /* background-color: #F2F0FF; */
    font-size: 12px;
    color: #898989;
}

.custom_modal textarea {
    /* background-color: #F2F0FF; */
}

/* ====== modal custom style end ========= */

/* ====== datatable custom style start ========= */
.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px grey;
    box-shadow: inset 0 0 2px grey;
    border-radius: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: gray;
}

.custom_db_table div.dataTables_wrapper div.dataTables_length label {
    font-size: 13px !important;
}

div.dataTables_length .form-select {
    background-position: right .40rem center;
}

.custom_db_table .page-link:focus {
    box-shadow: unset !important;
}

.custom_db_table .page-item .page-link {
    font-size: 12px;
    font-size: 12px;
    padding: 3px 10px;
}

.datatable-column-filter {
    width: 100%;
    max-width: 100%;
}

/* ====== datatable custom style end ========= */

/* ====== form custom style start ========= */
.group_form_custom .form-control {
    background-color: white !important;
}

.group_form_custom select {
    background-color: white !important;
}

/*.modify_form .form-check-input:checked {*/
/*    background-color: #41b883;*/
/*}*/


/*.modify_form .form-check-input {*/
/*    border-color: #41b883;*/
/*}*/

.modify_form .form-check-input:focus {
    border-color: #41b883;
    outline: 0;
    box-shadow: unset;
}

.form-switch .form-check-input {
    width: 2.3em !important;
    height: 0.9rem !important;
}

.modify_form .input-group-text {
    background-color: #FAFAFA;
    font-size: 12px;
}

.modify_form input {
    /*background-color: #FAFAFA;*/
    background-color: #fff;
    /*border: 1px solid #ECECEC;*/
    /* border-radius: 2px; */
    /* line-height: 2; */
}

.modify_form .focus .ts-control {
    box-shadow: unset;
}

.modify_form .ts-control {
    border-radius: 2px;
}

.modify_form .ts-control input {
    font-size: 14px;
}

.modify_form .ts-wrapper {
    min-height: unset;
}

.modify_form select {
    /* line-height: 2; */
    /* font-size: 12px; */
    font-size: 0.8rem;
    background-color: #fff;
    /*border: 1px solid #ECECEC;*/
    border-radius: 6px;
    color: #000;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' %3e%3cpath fill= 'none' stroke= '%23343a40' stroke-linecap= 'round' stroke-linejoin= 'round' stroke-width= '2' d= 'm2 5 6 6 6-6' /%3e%3c/svg%3e) !important; */
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 10px 10px !important;
}

.modify_form .modal-header select {
    line-height: 1.3;
}

.modify_form .td_select {
    line-height: 1.2 !important;
    background-color: #EBEBEB;
    color: black;
    font-weight: 600;
    /* width: 100px; */
}


.modify_form .form-control:focus {
    box-shadow: unset;
}

.modify_form .form-select:focus {
    box-shadow: unset;
}

.modify_form textarea {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

/* ====== form custom style end ========= */

/* ====== basic style start ========= */
.invoice_view_bg {
    background-color: #CBCBCB !important;
}

.table_clr .tl_tr {
    background-color: #F2F0FF !important;
}

.add_vendor_btn {
    background-color: #F7F7F7;
    border: 1px solid #B7B7B7;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 12px;
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.add_vendor_btn:hover {
    color: var(--primaryColor);
    font-weight: 600;
}

.check_design:checked {
    background-color: #41b883;
}

.modal_cls_btn_area .btn-danger {
    padding: 3px 12px !important;
}

.text_black {
    color: black;
}

.custom_col_p {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.mute_text_clr {
    color: #898989;
}

.mb_7px {
    margin-bottom: 7px;
}

.mb_1 {
    margin-bottom: 1px;
}

.pl_6 {
    padding-left: 6px;
}

.pe_remove {
    padding-right: 0 !important;
}

.primary_text_clr {
    color: var(--primaryColor);
}

tbody tr td {
    vertical-align: top;
    padding: 2px 5px !important;
    /* text-align: center !important; */
}

thead tr th {
    /* text-align: center !important; */
    padding: 2px 5px !important;
    vertical-align: middle;
}

/* custom bg color */
.for_td_white td {
    /* background-color: white !important; */
}

.bg_blue {
    background-color: #41b883 !important;
    color: white !important;
}

.bg_white {
    background-color: white !important;
}

.bg_dark_green {
    background-color: rgba(0, 126, 148, 1);
}

.bg_dark_white {
    background-color: #D0D0D0;
}

.for_td_white .bg_tb_field {
    /* background-color: #E7E7E7 !important; */
}

.minus_bg {
    background-color: #E30613;
}

.plus_bg {
    background-color: var(--primaryColor);
}

.dark_green_btn {
    background-color: rgba(0, 126, 148, 1);
    color: white;
}

.dark_green_btn:hover {
    background-color: rgb(30, 144, 164);
    color: white;
}

.text_blue {
    color: #41b883;
}

.hov_content:hover {
    background-color: #f0f0f0;
}

body {
    overflow-x: hidden;
}

.tb_font thead {
    /* font-size: 14px; */
    /* font-size: 1vw; */
    font-size: 0.8rem;
}

.tb_font tbody {
    font-size: 0.8rem;
    /* font-size: 1vw; */
    /* font-size: 14px; */
}

.input_h {
    font-size: 8px !important;
}

/* === sidebar positioning === */

.sidebar_ps {
    position: fixed;
    width: auto;
    top: 51px;
    height: calc(100% - 0px);
    background: var(--primaryColor);
    /*background: green;*/
    z-index: 9999;
}

.sidebar_collapse {
    position: fixed;
    width: 4%;
    top: 51px;
    background: var(--primaryColor);
}

.sidebar_collapse .sidebar .nav-item a {
    padding-right: 0 !important;
    align-items: center;
}

#sidebar_w {
    font-size: 14px;
    transition: 0.5s;
    transition-timing-function: linear;
}

#sidebar_w .main-sidebar {
    position: relative;
    height: calc(100% - 10px);
}

.nav-sub-section {
    background-color: #444474;
    padding: 30px 20px;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    display: none;
    transition: all .8s ease;
}

.nav-sub-section-title {
    color: #fff !important;
}

.main-sidebar .nav-sub-item {
    /*background-color: #55618B;*/
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

.main-sidebar .nav-sub-item a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 0;
}

.main-sidebar .nav-sub-item:hover {
    box-shadow: 0 0 4px 1px #000;
}

.nav-sub-section .nav-sub-section-body {
    height: 440px;
    overflow-y: auto;
}

.main-sidebar .nav-item {
    padding: 10px 10px;
    display: block;
    text-align: center;
}

.main-sidebar .nav-item .nav-item-title {
    font-size: 13px;
    margin-top: 2px;
}

.main-sidebar .nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.main-sidebar .nav-item:hover {
    background-color: #1d1653;
}

.main-sidebar .nav-item:hover .nav-sub-section {
    display: block;
}

.margin-right-14 {
    margin-right: 14px;
}

/* ====== custom width start ========= */
.width_unset {
    width: unset !important;
}

.width_40 {
    width: 40%;
}

.width_35 {
    width: 35%;
}

.width_50 {
    width: 50%;
}

.width_20 {
    width: 20%;
}

/* ====== custom width end ========= */
/* ====== custom font size start ========= */
.font_10 {
    font-size: 10px;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    /* font-size: 14px; */
    font-size: 0.875rem;
}

.font_15rem {
    font-size: 0.9rem;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_23 {
    font-size: 23px;
}

/* ====== custom font size start ========= */

/* sidebar */
.sidebar .active {
    background-color: rgb(65 202 223) !important;
    color: black !important;
}

.sidebar {
    background-color: #dfdaa2;
    min-height: calc(100vh - 72px);
    border: unset !important;
}

.sidebar .nav-link {
    display: flex;
    align-items: start;
    color: black;
    /* width: 80% !important; */
    font-size: 15px !important;
}

.nav-link:hover {
    background-color: #ccc;
}

.sidebar .nav-link img {
    width: 15px;
    height: auto;
}

#side-menu .nav-item {
    border: unset !important;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: 0.5s;
    transition-timing-function: linear;
    padding-left: 0.3rem;
    /* padding-left: 15px; */
}

.task_value_span {
    background-color: #E30613;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 10px;
}

.msg_notification i {
    font-size: 18px;
    cursor: pointer;
}

.msg_notification span {
    font-size: 7px;
}

.msg_notification .bg-danger {
    background-color: #4F46E5 !important;
    padding: 6px !important;
    border: unset !important;
}

.icon_w {
    font-size: 14px;
}

.nav_link_tl:hover {
    opacity: 1 !important;
}

.nav_link_tl {
    font-weight: 700;
    margin-top: 8px;
}

.nav_link_tl .icon_text {
    color: #5B5B5B;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.active_link {
    font-weight: 600;
    color: var(--primaryColor) !important;
}

.sidebar .nav-link:hover {
    color: black !important;
    background-color: transparent !important;
}

/*  profile setting */
#img_upload {
    height: 145px;
}

/* setup form design */
#selected_form_content .modify_form select {
    font-size: 0.8rem !important;
}

/* setup form design end */
/* payment collection dashboard */
.vendor_pay_details_tb .product_data_tb tr:nth-child(even) {
    background-color: white;
}

.vendor_pay_details_tb_bg {
    background-color: #EDEDED;
}

.vendor_pay_delete_btn {
    padding: 2px 6px;
}

.invoice_collection_by .input-group-text {
    width: 114px !important;
}

/* work order monitoring dashboard */

#MonitoringInfoModal .modify_form .form-control {
    line-height: 1.8;
}

#MonitoringInfoModal .modify_form select {
    line-height: 1.78;
}

#MonitoringInfoModal .modify_form .textarea_field {
    line-height: 1.78;
}

#workMonitorTB-collapseOne .custom-file-button .input-group-text {
    width: unset !important;
}

#workMonitorTB-collapseOne .custom-file-button .file_input {
    line-height: 1;
    font-size: 14px;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

#MonitoringInfoModal .table_clr .tl_tr {
    background-color: #F2F0FF !important;
}

#MonitoringInfoModal .custom_accordion .input-group-text {
    width: 124px;
}

#MonitoringInfoModal .input-group-text {
    width: 120px;
}

.work_done_btn {
    background-color: #22C55E;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    width: 100%;
}

.work_done_btn:hover {
    background-color: #4bc478;
}

.client_invoice_btn {
    padding: 3px 6px !important;
    width: 100%;
}

.pending_btn {
    background-color: #167EE6;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    width: 100%;
}

.pending_btn:hover {
    background-color: #5ba0e5;
}

.monitoring_barchart ul {
    list-style: unset;
    display: flex;
    align-items: center;
    justify-content: start;
}

.monitoring_barchart ul li {
    position: relative;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: unset;
}

.count_list {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.count_list_number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.count_list_hr {
    width: 100px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 21px;
}

.new {
    /* background-color: var(--primaryColor); */
}

.new_hr {
    color: var(--primaryColor);
    background-color: var(--primaryColor);
}

.vendor {
    background-color: #51B0B9;
}

.vendor_hr {
    color: #51B0B9;
    background-color: #51B0B9;
}

.progress {
    background-color: #5F53E7;
}

.progress_hr {
    color: #5F53E7;
    background-color: #5F53E7;
}

.complete {
    background-color: #0F993E;
}

.complete_hr {
    color: #0F993E;
    background-color: #0F993E;
}

.invoice {
    background-color: #023535;
}

.invoice_hr {
    color: #023535;
    background-color: #023535;
}

#ClientInvoiceModal .modify_form .form-control {
    line-height: 1.8;
}

#ClientInvoiceModal .modify_form select {
    line-height: 1.78;
}

#ClientInvoiceModal .modify_form .textarea_field {
    line-height: 1.78;
}

.collection {
    background-color: #45214A;
}

.collection_hr {
    color: #45214A;
    background-color: #45214A;
}

.denied {
    background-color: #5D8A66;
}

/* work order dashboard */
.area-action {
    display: flex;
    align-items: center;
}

.parts-area-action {
    display: flex;
    align-items: center;
}

.remove-entry-btn {
    margin-right: 0.2rem;
}

.tax_rate {
    line-height: 1.2 !important;
}

.com_his_tl {
    width: 29%;
    margin-bottom: 0;
    font-weight: 600;
}

.product_data_tb tr:nth-child(even) {
    /* background-color: #F9F9F9; */
}

.custom_card .table_clr .tl_tr {
    background-color: #F2F0FF !important;
}

.product_data_tb thead tr th {
    font-size: 13px;
}

.product_data_tb tbody tr td {
    font-size: 12px;
    vertical-align: middle;
}

/*.for_work_order_info */
/*.modify_form .input-group-text {*/
/*    display: block;*/
/*    width: 150px;*/
/*    text-align: end;*/
/*    background-color: white !important;*/
/*    border: unset;*/
/*}*/
.wo_compiled_area .input-group-text {
    width: 210px;
}

.wo_compiled_area hr {
    margin: 0.5rem 0;
}

.order_info textarea {
    border: 1px solid #ced4da;
}

.product_desc_tb .input-group-text {
    width: 196px;
}

.select_loc_field {
    line-height: 14px;
}

.order_info select {
    background-color: white;
    font-size: 12px !important;
}

.order_info input {
    background-color: white;
    font-size: 12px !important;
}

.order_info input[type='radio'] {
    font-size: 15px !important;
    margin-top: 5px;
}

.order_info textarea {
    background-color: white;
    font-size: 12px !important;
}

.order_info .card-header {
    /* background-color: #F2F0FF; */
}

.work_order_btn {
    padding: 4px 7px;
    font-size: 0.875rem;
    font-weight: 500;
}

.order_info .delete_btn {
    padding: 3px 7px;
}

.order_info .input-group .select2-container--bootstrap-5 {
    position: absolute;
    right: 0;
}

.ajax-form select+.select2-container--bootstrap-5 {
    min-width: auto !important;
    /*max-width: 72% !important;*/
    /*width: 100%;*/
}

.accordion .accordion-button {
    padding: 10px
}

.customize-padding.input-group-text {
    padding: 0.5rem 2.25rem 0.5rem 0.5rem;
}

/* client dashboard  work*/
/* .custom-tooltip {
    --bs-tooltip-bg: white;
    --bs-tooltip-color: black;
  } */
.client_tb .row_link {
    cursor: pointer;
}

.client_action_btn {
    padding: 2px 4px;
    font-size: 8px;
    text-align: center;
}

.client_tb .edit_btn:hover {
    background-color: #4b3fa7 !important;
    color: white;
}

.new_client_btn .custom_accordion .accordion-button::after {
    background-size: 16px 18px !important;
}

.new_client_info .custom_accordion .accordion-body {
    padding: 10px 18px;
}

.new_client_info .custom_accordion .custom_accordion_btn {
    /* background-color: #F2F0FF; */
    padding: 6px 20px;
    color: #41b883;
    font-size: 14px;
    font-weight: 600;
}

.client_list_tl_area {
    padding: 6px 10px;
}

.new_client_btn {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 19px;
}

.new_client_info .confirm_field .form-check-input:checked {
    background-color: #41b883;
}

.confirm_field .form-check {
    min-height: unset !important;
    font-size: 13px !important;
}

.confirm_field .form-check-input {
    border-color: #41b883 !important;
    /*border-width: 2px !important;*/
}

.confirm_field .confirm_label {
    color: #41b883 !important;
    font-weight: 600;
}

.confirm_field {
    font-size: 12px;
    /* line-height: 15px; */
    color: #565656;
    padding: 5px 11px;
}

.new_client_info .client_id_field {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 2;
    color: #565656;
    padding: 3px 11px;
    margin-bottom: 0;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 2px;
}

.new_client_info .client_id_field span {
    color: #41b883;
    margin-left: 4px;
}

/* vendor assign list dashboard */
.vendor_assign_view_link {
    cursor: pointer;
}

.comments_scroll {
    height: 380px;
    overflow-y: auto;
}

.border_blue {
    border: 1px solid var(--primaryColor);
}

.total_amount {
    padding: 6px 28px;
}

.plus_minus_btn {
    color: white;
    font-size: 13px;
    padding: 5px 8px;
}

.plus_minus_btn:hover {
    opacity: 0.9;
}

/* msg modal */
.msg_modal .modify_form .input-group-text {
    width: 70px !important;
    text-transform: uppercase;
    font-weight: 800;
}

.another_msg_modal .modify_form .input-group-text {
    width: 100px !important;
    text-transform: uppercase;
    font-weight: 800;
}

.another_msg_modal .modify_form select {
    line-height: 1.6 !important;
}

.msg_body .note-editor {
    width: 100% !important;
}

/* multiple vendor */
.vendor_assign_list_area_warp .multiple_vendor_modal .modify_form .input-group-text {
    width: 100px;
}

.multiple_vendor_modal .custom_modal .modal-header {
    /* background-color: #F2F0FF; */
    color: #41b883;
}

.multiple_vendor_modal .custom_modal .modal-dialog {
    width: 660px !important;
}

.multiple_vendor_modal .custom_modal .modal-body {
    height: unset !important;
}

.vendor_assign_list_area_warp .table_clr .tl_tr {
    background-color: #F2F0FF !important;
}

.vendor_assign_list_area_warp .parts_material_btn {
    padding: 6px 12px;
}

.vendor_assign_list_area_warp .modify_form .textarea_field {
    background-color: #FAFAFA !important;
}

.vendor_assign_list_area_warp .modify_form .input-group-text {
    width: 152px;
}

.vendor_assign_list_area_warp .loc_icon {
    position: absolute;
    top: 10px;
    right: 6px;
}

.vendor_assign_list_area_warp .modify_form .form-control {
    background-color: white;
}

.vendor_assign_list_area_warp .modify_form select {
    background-color: white;
    line-height: 1.8;

}

.vendor_assign_list_area_warp .modify_form textarea {
    background-color: white;
}

.vendor_assign_list_area_warp .client_list_tl_area {
    padding: 10px;
}

/* admin dashboard page */
#admin_comment_modal_section .custom_modal .modal-body {
    /* height: 486px; */
    height: calc(100vh - 110px);
}

.search-length-buttons .dt-buttons {
    /* border-radius: 2px; */
    border: 2px solid #41b883;
}

.search-length-buttons .dt-buttons .btn {
    padding: 2px 8px;
}

.search-length-buttons .dt-buttons .btn:hover {
    color: #41b883;
}

.rating_span i {
    color: #cecece;
}

.custom_accordion .coverage_card_body {
    padding: 8px;
}

.custom_accordion .skill_card_body {
    padding: 8px;
}

.db_table_btn_group {
    border: 1px solid #41b883 !important;
    border-radius: 2px;
}

.db_table_btn_group .btn {
    color: #999999;
    font-weight: 500;
    padding: 1px 6px;
}

.db_table_btn_group .btn:hover {
    color: var(--primaryColor);
    font-weight: 700;
}

.vendor_custom_modal input {
    /* background-color: #F2F0FF; */
}

.vendor_custom_modal textarea {
    /* background-color: #F2F0FF; */
}

.vendor_custom_modal select {
    /* background-color: #F2F0FF; */
    font-size: 12px;
}

.count_bg_blue {
    background-color: rgba(0, 96, 168, 1);
}

.count_bg_blue_light {
    background-color: rgba(67, 113, 129, 1);
}

.count_bg_blue_dark {
    background-color: rgba(59, 65, 75, 1);
}

.count_bg_yellow {
    background-color: rgba(250, 174, 35, 1);
}

.count_bg_green {
    background-color: rgba(24, 175, 138, 1);
}

.dashboard_count {
    width: 18%;
}

/*  === vendor dashboard */
.vendor_custom_modal_dialog {
    width: 660px !important;
    max-width: 100% !important;
}

.action_btn {
    /* background-color: #FFFFFF; */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
}

.action_btn:hover {
    border: 1px solid #6f6f68;
}

.action_btn .top-0 {
    top: 4px !important;
}

.action_btn .start-100 {
    left: 90% !important;
}

div.dataTables_processing {
    top: 35vh !important;
}

div.dataTables_scrollBody {
    border-left: none !important;
}

#vendor_area_section div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px !important;
}

#vendor_area_section div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: right;
}

.select2-container--open {
    z-index: 9999999 !important;
}

.coverage_card_body .custom_label {
    padding: 3px 14px;
    font-size: 14px;
}

.coverage_card_body .form-select {
    line-height: 1 !important;
    font-size: 14px;
}

#vendorChecked:checked {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

#vendor_confirmation:checked {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.coverage_card_body .more_btn {
    background-color: #F7F7F7;
    border: 1px solid #B7B7B7 !important;
    border-radius: 2px;
    padding: 1px 6px;
    font-weight: 500;
    color: black;
}

.experience_div .form-control.is-valid,
.was-validated .form-control:valid {
    padding-right: unset !important;
}

.skill_card_body .form-control-sm {
    line-height: 1.2 !important;
}

.skill_card_body .custom_label {
    padding: 3px 14px;
    font-size: 14px;
}

.skill_card_body .form-select {
    line-height: 1 !important;
    font-size: 14px;
}

.skill_card_body .more_btn {
    background-color: #F7F7F7;
    border: 1px solid #B7B7B7 !important;
    border-radius: 2px;
    padding: 1px 6px;
    font-weight: 500;
    color: black;
}

.count_div_shadow {}

.vendor_img {
    width: 25px;
    height: 25px;
}

#VendorModal .vendor_card_custom_head {
    padding: 4px 12px !important;
    font-size: 14px;
    font-weight: 600;
}

.vendor_modal_custom_card .card-body {
    padding: 10px;
}

.new_vendor_btn {
    /*background-color: var(--primaryColor);*/
    color: white;
    text-decoration: unset;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    /* margin-right: 10px; */
}

.new_vendor_btn:hover {
    background-color: #000;
    color: white;
}

/*====Chart section custom style start==*/
#dashboard-chart #doughnut {
    max-width: 400px;
    margin: 25px auto !important;
}

#dashboard-chart #barchart {
    width: 450px;
    margin: 25px auto !important;
}

/*====Chart section custom style end==*/


.dashboard_data_tb .dataTables_filter {
    /*margin-bottom: 6px !important;*/
    font-size: 14px;
}

.dataTables_info {
    font-size: 14px;
    padding-top: 4px;
    width: 29%;
    float: left;
    margin-left: 1%;
}

.dataTables_paginate {
    float: right;
    width: 69%;
    margin-top: 8px !important;
    margin-right: 1% !important;
}

.dataTables_paginate .page-item .page-link {
    font-size: 14px;
    padding: 4px 8px !important;
}

.dataTables_paginate .active>.page-link,
.page-link.active {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.notification_head {
    background-color: rgba(64, 22, 148, 1);
    color: white;
}

.notification_hr {
    width: 60%;
    height: 2px;
}

.notification_content {
    width: 100%;
}

.notification_item {
    display: block;
}

.notification_item:nth-child(even) {
    background-color: #e2e3e5;
}

/* ====  task ===== */
.create_task_btn {
    background-color: #41b883;
    color: white;
}

.create_task_btn:hover {
    background-color: rgb(78, 68, 156) !important;
    color: white;
}

.create_task_btn:active {
    background-color: rgb(78, 68, 156) !important;
    color: white;
}

.create_task_btn:focus {
    background-color: #41b883 !important;
    color: white;
}

.task_tl {
    color: #41b883;
}

.task_search_btn {
    background-color: #41b883;
    border: #41b883;
    color: white;
}

.task_search_btn:hover {
    background-color: rgb(85, 74, 162);
    border: rgb(85, 74, 162);
    color: white;
}

.task_action_btn {
    padding: 0 6px;
}

.vendor_custom_modal .modal-header {
    background-color: var(--primaryColor);
    color: white;
    align-items: unset !important;
}

.dashed-b {
    border: 2px dashed #4F4F4F;
}

.modal_close_btn {
    padding: 2px 10px;
    background-color: red;
}

.modal_close_btn:hover {
    background-color: rgb(214, 19, 19);
}

/* ===== comment ==== */
.comment_pic {
    width: 34px;
    height: 34px;
}

.comment_area {
    height: 220px;
    overflow-y: auto;
}

/* ===== ticket ===== */
.field_title::after {
    content: "";
    height: 1px;
    width: 630px;
    background-color: #d5d0d0;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* inquiry Details */
.i_D_buyer_th {
    height: 67px;
}

#sidebar_C {
    padding: 0 !important;
    /*transition: 0.5s;*/
    /*transition-timing-function: linear;*/
    /* margin-bottom: 30px; */
}

/*#sidebar_C .form-control-sm {*/
/*    line-height: 1;*/
/*}*/

#text_font .form-control-sm {
    font-size: 12px !important;
}

/* supply portal */
.disable_text_font {
    font-size: 14px;
}

/* inquiry list */
.pending_info {
    font-size: 14px;
}

.pending_info p {
    margin-bottom: 0;
}

.invoice_services .form-check-input:checked,
.invoice_parts .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}


/*Dashboard styles*/
/*#dragable-dashboard .card .card-header{flex: 1 auto;}*/
#dragable-dashboard .card-drag-handle {
    cursor: move;
    width: 55%;
}

#dragable-dashboard .card-button-section {
    /* width: 50px; */
    text-align: right;
}

#dragable-dashboard .card-button-section .card-icon i {
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    color: #787878;
}

#dragable-dashboard .card-button-section .card-icon.card-remove i {
    font-size: 22px;
    margin-left: 10px;
}

#dragable-dashboard .card.fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
}


/*===== Recruitment page Design===*/
#taskCount_bar_section {
    margin: 0 auto;
}

.vendor-card {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    height: 42px;
    font-size: .8rem;
    /*background-color: #7e8da4;*/
    color: #585858;
}

.vendor-card.active {
    background-color: var(--primaryColor);
    color: var(--white);
}

.vendor-card h6 {
    margin-bottom: 0;
}

/*chart js custom desing with legend*/
.chart {
    width: 80%
}

#chartLegendUL {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

#chartLegendUL li {
    list-style-type: none;
    font-size: 12px;
    color: #4F4F4F;
    cursor: default;
}

#chartLegendUL .legend-color {
    height: 8px;
    width: 12px;
    display: inline-block;
}

.legend-icon-label {
    position: relative;
}

.legend-icon-label.after::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    top: 8px;
    left: 0;
    background: #000;
}

.lineChart {
    width: 100%;
}

/*Data table helper styles*/
.advance_filter_element .form-switch .form-check-input {
    width: 2em !important;
    height: 1rem !important;
}

.search-length-buttons .length {
    width: 110px;
}

.search-length-buttons .search {
    width: 310px;
}

.search-length-buttons .search input {
    min-width: 290px !important;
    border-radius: 6px;
}

.search-length-buttons .advance_filter_element {
    width: 290px;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.search-length-buttons .advance_filter_element .column-filter {
    margin-left: 20px;
}

.search-length-buttons .advance_filter_element .bulk-cancel-btn {
    margin-left: 20px;
}

.search-length-buttons .advance_filter_element .advance_filter_btn {
    padding: 6px 10px;
    background-color: #CED4DA;
    color: #000;
}

/* #datatable_filter_form input,
#datatable_filter_form select,
#datatable_filter_form .select2-container--bootstrap-5 .select2--small.select2-selection {
    border: 1px solid #000;
} */

table.dataTable.table-hover>tbody>tr.selected:hover>* {
    box-shadow: none;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

table.dataTable>tbody>tr.selected>* {
    color: #000 !important;
}

/*Data table helper styles end*/

/*==drag and drop styles===*/

.drag-drop-file-select-text {}

.file-drag-drop {
    position: relative;
}

.file-drag-drop.active {
    background-color: #ccc;
    opacity: 0.8;
}

.file-drag-drop .drag-drop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*==== activity log style===*/
.activity-feed {
    padding: 15px;
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    font-size: 13px;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}

@media only screen and (max-width: 1920px) {
    .chart {
        width: 90%
    }

    #chartLegendUL {
        position: absolute;
        top: 20px;
        right: 30px;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 1366px) {
    #chartLegendUL {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }
}