﻿
text {
    color: var(--default-text-color) !important;
    fill: var(--default-text-color) !important;
}

tspan.highcharts-text-outline {
    color: var(--default-text-color) !important;
    fill: var(--default-text-color) !important;
}

text.highcharts-title {
    font-size: 16px !important;
}

rect.highcharts-button-box {
    fill: var(--custom-white) !important;
}

.highcharts-button-symbol {
    stroke: var(--default-text-color) !important;
}

rect.highcharts-background {
    fill: var(--custom-white);
}

input[type=file]::file-selector-button {
    border: 1px solid var(--input-border) !important;
    padding: .2em .4em;
    border-radius: 5px;
    color: #fff;
    background-color: #7169cf;
    transition: 1s;
}

.menu-tab ::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: #888792 !important;
    /* Change thumb color */
    border-radius: 50px;
}

table:hover::-webkit-scrollbar-thumb {
    background-color: red !important;
    /* Change thumb color */
    border-radius: 50px;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7.5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    /*  background: #fff;*/
    background-color: var(--custom-white);
}

.main-content {
    padding: .9rem !important;
}

.card-title {
    font-size: 14px !important;
    line-height: 14px;
    font-weight: bold !important;
}

.card-header {
    padding: 10px 15px !important;
}

.modal-footer {
    padding: 10px 15px !important;
}

.card-body {
    padding: 10px 15px !important;
}

.btn {
    padding: 5px 10px !important;
    line-height: 1.2 !important;
}

.form-control {
    line-height: 1.2 !important;
    padding: 5px 10px;
    font-size: 12px;
}

.list_view_box .list_view_item {
    margin-bottom: 15px;
}

.list_view_box .progress-container {
    margin: 0;
}

.progress-container {
    margin: 0;
    background: transparent !important;
}

.list_view_box .status_button {
    margin-bottom: 0 !important;
}

.list_view_item .card.shadow-sm {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.rfq_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.status_button {
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 120px;
    max-width: 120px;
    gap: 5px;
}

.list_view_item .rfq_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}

    .list_view_item .rfq_name h5 {
        margin: 0;
    }


.card.shadow-sm {
    border: 1px solid var(--default-border);
    transition: 0.5s ease-in-out;
}

    .card.shadow-sm:hover {
        border: 1px solid #3498db !important;
    }

.cs_tab_border {
    border-bottom: 1px solid var(--default-border) !important;
}

.cs_new_row #addRow {
    margin-bottom: 0 !important;
    top: 6px;
}

.list-unstyled .terms_span {
    max-width: 80px;
    width: 100%;
}

.bidder_badge .badge {
    font-size: 12px;
    font-weight: 500;
}

.company_select .choices {
    margin-bottom: 0;
}

.main-content.app-content .choices__inner {
    line-height: 1.2 !important;
    padding: 5px 10px !important;
}

.choices__list--dropdown.is-active {
    visibility: visible;
    overflow: visible;
    z-index: 999999 !important;
}

.cs_add_row_feature #addcsrow .form-control {
    border: none;
}

.cs_add_row_feature .choices__inner {
    border: none !important;
}

.company_links a {
    color: #2879ff;
    font-weight: 600;
    border-bottom: 1px dashed #2879ff;
}

    .company_links a:hover {
        border-bottom: 1px dashed #000;
    }

.cs_new_row {
    position: absolute;
}

.pro_count_sec .circle-icon {
    height: 45px !important;
    width: 45px !important;
    position: absolute;
    margin-top: 65px;
    -webkit-margin-start: 13px;
    margin-inline-start: 13px;
    float: right;
    border-radius: 5px;
}

.pro_count_sec .card-img-absolute {
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
    margin-inline-start: 49px;
    height: 100%;
    object-fit: cover;
}

.pro_count_sec h3 {
    font-size: 14px;
}

.pro_count_sec h5 {
    font-size: 12px;
}

.circle-icon .icon {
    left: 0 !important;
    top: 0 !important;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.comparision_table {
    overflow: auto;
    max-height: 350px;
}

.bidder_table {
    overflow: auto;
    max-height: 350px;
}

.company_select .choices__inner {
    min-width: 200px;
    max-width: 200px;
    width: 100%;
}

.card.shadow-sm:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.02);
    background-color: rgba(var(--success-rgb), .1);
}

/*table th {*/
    /* background-color: rgb(var(--light-rgb)) !important;  */
    /*background-color: rgb(var(--primary-rgb)) !important;
    color: #fff !important;
}*/

body input::placeholder {
    font-size: 12px !important;
}

.inprogress_count_tag {
    font-size: 11px !important;
}

.completed_count_tag {
    font-size: 11px !important;
}

.pending_count_tag {
    font-size: 11px !important;
}

.list_view_item p {
    margin-bottom: 0 !important;
}

.rfq_name p {
    margin-bottom: 0 !important;
}

.rfq_name h6 {
    margin-bottom: 0 !important;
}

.summary_initator_side #status-log-switch .card-body {
    padding: 10px 0px !important;
}

.card-title {
    margin-bottom: 0;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.app-header {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.main-header-container.container-fluid {
    align-items: center;
}

.main-header-container .header-content-left,
.main-header-container .header-content-right {
    display: flex;
    align-items: center !important;
}

.main-header-container .header-content-left,
.main-header-container .header-content-right {
    display: flex;
    align-items: center !important;
}

.main-header-search .form-control {
    width: 230px;
}

.main-header-container .header-link {
    justify-content: center;
}

.avatar.profile-user {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.2rem;
    box-shadow: 0 2px 3px rgba(4, 4, 7, 0.2);
}

.app-sidebar .main-sidebar-header {
    height: 3.46rem !important;
    width: 16.875rem;
    padding: 2px 15px !important;
}

.cs_indian_r ul {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

.main-content {
    padding: .9rem !important;
    padding-top: 10px !important;
    margin-block-start: 3.7rem;
}

.main-sidebar {
    -webkit-margin-before: 3.7rem;
    margin-block-start: 3.7rem;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-padding-after: 5rem;
    padding-block-end: 5rem;
    height: 100vh;
    position: relative;
    overflow: auto;
}

[data-nav-layout=horizontal] .horizontal-logo {
    padding: 0 !important;
    display: block;
}

[data-nav-layout=horizontal] .main-header-container,
[data-nav-layout=horizontal] .main-sidebar {
    width: 100% !important;
    margin: 0 auto;
}

[data-nav-layout=horizontal] .app-sidebar {
    inset-block-start: 3.6rem !important;
}

[data-nav-layout=horizontal] .app-content {
    -webkit-margin-before: 6.5rem;
    margin-block-start: 6.5rem;
}

.select2-container .select2-selection--single {
    min-height: 28px !important;
    max-height: 28px !important;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.2 !important;
    padding: 5px 20px 5px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 28px !important;
    max-height: 28px !important;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
    line-height: 1.2 !important;
}


[data-nav-layout=horizontal] .horizontal-logo .header-logo img {
    height: 3rem !important;
    line-height: 2rem;
}

.desktop-dark {
    width: 100%;
}

.page-link {
    padding: 5px 10px;
    font-size: 12px;
}

.fas.fa-file-invoice.me-2 {
    font-size: 18px;
}

/*company page*/
.card-table tr td:first-child,
.card-table tr th:first-child {
    -webkit-padding-start: 1rem !important;
    padding-inline-start: 1rem !important;
}

#customer_tbd .form-control,
#customer_tbd1 .form-control,
#bidder_tbd .form-control {
    border: none;
}


#customer_tbd .select2-container--default .select2-selection--single .select2-selection__rendered,
#customer_tbd1 .select2-container--default .select2-selection--single .select2-selection__rendered,
#bidder_tbd .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none !important;
}

.cs_chose_if {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #00ff21;
}

    .cs_chose_if i {
        font-size: 12px;
        color: #ccc;
    }

    .cs_chose_if input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        /* Hide the file input */
        cursor: pointer;
    }

.cs_chose_if {
    background-image: url('/assets/images/faces/23.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

    .cs_chose_if .fa.fa-camera {
        font-size: 12px;
        color: #fff;
        position: absolute;
        bottom: 0;
    }

.ri-close-line {
    position: absolute;
    top: -1px;
    right: -4px;
    background: var(--bs-gray);
    border-radius: 50px;
    line-height: 17px;
    border: 1px solid var(--bs-gray) !important;
    width: 17px;
    height: 17px;
    font-size: 14px !important;
    color: var(--bs-body-bg) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Bidder_Details .form-control {
    border: none;
}

.Bidder_Details td {
    border-radius: .75rem;
}

/*company page*/
.cs_multi_select {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
}

.invoice_card {
    min-height: 348px;
    max-height: 348px;
    overflow: auto;
}

.mss_Details .card-table {
    min-height: 227px;
    max-height: 227px;
    overflow: auto;
}

.card-table.cs_unit_ct {
    max-height: 200px !important;
    overflow: auto;
    min-height: 200px !important;
}

.um_Details .card-table {
    min-height: 240px;
    max-height: 240px !important;
    overflow: auto;
}

.product_Details .card-table {
    min-height: 232px;
    max-height: 232px;
    overflow: auto;
}

.product_mod_Details .card-table {
    min-height: 214px;
    max-height: 214px;
    overflow: auto;
}


.multiselect-search.form-control {
    padding-left: 33px !important;
}

button.multiselect.dropdown-toggle.custom-select {
    border-color: var(--input-border) !important;
    color: var(--default-text-color);
    background-color: var(--form-control-bg);
    font-size: .875rem;
    font-weight: var(--default-font-weight);
    line-height: 1.6;
    border-radius: .35rem;
    border: 1px solid;
    font-size: 13.008px !important;
}

.cs_add_row_feature table .form-control {
    border: none !important;
}

table input[type="date"] {
    border: none !important;
}

.cs_customer_mail .form-control {
    border: none !important;
    width: 100%;
    padding: 2px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: inherit;
}

.footer_sticky_button {
    z-index: 99 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin: 0;
}

.select_ellipse {
    width: 100%;
    max-width: 61% !important;
}


.new_multi_select {
    max-width: 200px;
    min-width: 200px;
}

.choices__list--multiple .choices__item {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
}

.choices__list--multiple .choices__item {
    padding: 0 !important;
    padding-right: 3px !important;
}

.choices__inner {
    display: inline-block;
    max-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choices__list--dropdown .choices__item {
    padding: 5px 10px !important;
}

.summary_initator_side #status-log-switch1 .card-body,
.summary_initator_side #status-log-switch2 .card-body {
    padding: 10px 0px !important;
}

/* Common styles for all switches */
#status-log-switch .circle,
#status-log-switch1 .circle,
#status-log-switch2 .circle {
    background: #fff;
    color: #999;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    transition: .4s ease;
    z-index: 1;
}

    /* Active state for all switches */
    #status-log-switch .circle.active,
    #status-log-switch1 .circle.active,
    #status-log-switch2 .circle.active {
        border-color: #3498db;
        z-index: 1;
    }

.card-body.cs_add_row_feature.saledata {
    min-height: 886px;
    margin-bottom: 0;
}

.workf_name {
    width: 150px;
}

.workf_s {
    width: 150px;
}

body input::placeholder,
body textarea::placeholder {
    font-size: 12px !important;
}

input[type="date"] {
    font-size: 12px;
}

.choices {
    margin-bottom: 0 !important;
}

.custom-textarea {
    font-size: 12px !important;
}

table .form-control {
    border: none !important;
}

table .form-control {
    border: none !important;
}

table .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none !important;
}

.custom_function1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.new_user_label {
    max-width: 200px;
    width: 100%;
}

.form-control.cs_time {
    line-height: 1.2 !important;
    padding: 3px 10px !important;
    font-size: 12px;
}

.cs_reserve_auction .progress-container {
    display: none;
}

.auction_se {
    min-width: 70px !important;
    display: inline-block;
}

.wideget-user-tab .tabs-menu1 ul li a {
    padding: 10px !important;
}

.cs_quote h6 {
    color: #26a0fc;
}

.princing-item .list-group-item {
    padding: .5rem;
}

.primary .pricing-divider {
    padding: 1em;
    background: var(--primary-color) !important;
}

.br-5 {
    border-radius: .3125rem .3125rem 0 0 !important;
}

.place_bid {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.Part_details_card .pricing-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.cs_record_val {
    margin-left: 15px;
}

.custom_txt_l b {
    color: var(--default-text-color) !important;
}

.auction_d_v {
    color: #fb6b25;
}

.pro_count_sec.analytic_sec .circle-icon {
    position: static;
    margin-top: 0;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    float: none;
}

.circle-icon.analytic_circle .icon {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: static;
}

.analytic_circle .card-img-absolute {
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: 60px;
    width: 100%;
    margin-inline-start: 49px;
    height: 100%;
    object-fit: contain;
}

/*End*/

/*Vishali*/
.cs_tb_bidder table thead {
    position: sticky;
    top: 0;
    z-index: 8;
}

.cs_tb_emd table thead {
    position: sticky;
    top: 0;
    z-index: 8;
}

.cs_tb_tc table thead {
    position: sticky;
    top: 0;
    z-index: 8;
}

.cs_tb_drawing table thead {
    position: sticky;
    top: 0;
    z-index: 8;
}

.pro_count_sec.analytic_sec .col-4 {
    z-index: 0;
}

.pro_count_sec.analytic_sec .col-8 {
    z-index: 1;
}


/*End*/
.date_label {
    display: flex;
    justify-content: flex-start;
}

.date_min_width {
    width: 38%;
}

.change_height_bidder_side #DirectTable #add_rfq_tbrow #RFQtable1_wrapper .row:nth-child(2) {
    overflow: auto;
    max-height: 505px;
    min-height: 505px;
}

.change_height_bidder_side #IndirectTable #add_rfq_tbrow #RFQtable2_wrapper .row:nth-child(2) {
    overflow: auto;
    max-height: 296px;
    min-height: 296px;
}

#DirectTable #add_rfq_tbrow #RFQtable1_wrapper .row:nth-child(2) {
    overflow: auto;
    max-height: 792px;
    min-height: 792px;
}

#IndirectTable #add_rfq_tbrow #RFQtable2_wrapper .row:nth-child(2) {
    overflow: auto;
    max-height: 533px;
    min-height: 533px;
}


#example1_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
}

button i {
    margin-right: 5px !important;
}

td:hover {
    overflow: visible;
    white-space: unset !important;
    word-break: break-all;
}

td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

table thead th {
    position: sticky !important;
    top: 0;
    z-index: 8;
}

.mb-1.text-muted {
    max-width: 305px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 230px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .5em !important;
}

.swal2-container .swal2-actions {
    margin: 0rem auto 0 !important;
    margin-top: 15px !important;
}

.swal2-container .swal2-html-container {
    margin: 0 !important;
    padding-top: 2px;
}

.swal2-container .swal2-title {
    padding: .5rem !important;
}

.swal2-container .swal2-popup {
    padding: 0 0 .7rem !important;
}

.swal2-container .swal2-title {
    padding: .3rem !important;
    margin-bottom: .5rem;
    margin-top: 0.5rem;
}

.swal2-container .swal2-icon {
    width: 4rem;
    height: 4rem;
    margin: 2rem auto 0;
    margin-top: 15px;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    z-index: 0 !important;
}

.multiselect-container.dropdown-menu {
    width: 100% !important;
}

.cs_sel_com button.multiselect.dropdown-toggle.custom-select.text-center {
    text-align: left !important;
    padding: 1px 10px;
    max-height: 27px;
    min-height: 27px;
}

.cs_sel_com {
    width: 100%;
}

.remove_txt-overflow td button {
    width: 100% !important;
    text-align: left !important;
    padding: 3px 10px;
}

.cs_sel_com .btn-group {
    width: 100% !important;
}

.dropdown-item.active {
    background-color: transparent !important;
}

.cs_crd_footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    position: sticky;
    bottom: 0;
    background-color: var(--custom-white);
}

.table td,
.table th {
    font-weight: normal !important;
}

.remove_txt-overflow td {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: visible;
}

.remove_txt-overflow .btn-group {
    width: 100%;
}

#BaseCurrency {
    padding: 5px 6px !important;
}

#UserRoles {
    padding: 5px 6px !important;
}

#CustomerType {
    padding: 5px 6px !important;
}

.table-scroll {
    overflow: auto;
    max-height: 300px;
}

.company_sel {
    width: 150px;
}

    .company_sel .btn-group {
        max-width: 100% !important;
        min-width: 150px !important;
    }

.company_sel {
    max-width: 100% !important;
    min-width: 150px !important;
}

#CustomerName {
    width: 150px !important;
}

.company_sel button.multiselect.dropdown-toggle.custom-select.text-center {
    text-align: left !important;
}

.task_table_overflow {
    width: 100%;
    overflow: auto;
    max-height: 282px;
}

.company_sel_byr .choices__inner {
    min-width: 150px !important;
    width: 100% !important;
}

table .btn-group {
    width: 100% !important;
}

button.multiselect.dropdown-toggle.custom-select.text-center {
    text-align: left !important;
}

input[type=file]::file-selector-button {
    border: 1px solid var(--input-border) !important;
    padding: .2em .4em;
    border-radius: 5px;
    color: #fff;
    background-color: #7169cf;
    transition: 1s;
}

.cs_rfq_d strong {
    white-space: nowrap;
}

.cs_rfq_d {
    width: 23%;
}

.status_button span {
    white-space: nowrap;
}

.bidderModal_scroll .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    max-height: 400px;
    padding-right: 5px;
}

.progress {
    background: #3498db;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 23%;
    z-index: 0;
    transition: 0.4s ease;
}

.progress-container::before {
    content: "";
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    z-index: 0;
}

.main-chat-list {
    max-height: 440px;
    position: relative;
    overflow: auto;
}

.main-chat-body {
    padding-bottom: 0;
    max-height: 394px;
    overflow: auto;
}

.main-img-user {
    text-transform: capitalize;
}

.drgshared i.ri-download-2-fill {
    position: absolute;
    right: 15px;
    top: 11px;
}

.drgshared {
    position: relative;
}

.modal-body table td b {
    font-weight: normal !important;
}

.rfq_namecreation.company_sel input {
    width: 100% !important;
}

.wrap-input100.validate-input .focus-input100 {
    background: none;
}

#tbodyRFQ1 .dynamic__head_change td {
    max-width: unset;
    overflow: visible;
    text-overflow: inherit;
    white-space: nowrap !important;
}

    #tbodyRFQ1 .dynamic__head_change td:hover {
        overflow: visible;
        white-space: nowrap !important;
        word-break: normal;
    }

.dynamic__head_change tbody tr th {
    line-height: 0 !important;
}

.cs_new_row #addRow1 {
    margin-bottom: 0 !important;
    top: 6px;
}

#back-to-top {
    inset-inline-end: 15px !important;
    height: 30px !important;
    width: 30px !important;
    bottom: 5px !important;
}

#back-to-top {
    bottom: 5px;
    z-index: 999;
}

    #back-to-top i {
        padding-top: 0px !important;
        -webkit-padding-start: 6px !important;
        padding-inline-start: 6px !important;
    }

    #back-to-top:hover i {
        padding-top: 0px !important;
        -webkit-padding-start: 4px !important;
        padding-inline-start: 4px !important;
    }

#spexample1_wrapper .row:nth-child(2) {
    overflow: auto;
    max-height: 400px;
}

button.multiselect-option.dropdown-item label {
    font-weight: normal;
}

.dropdown-item.multiselect-all label {
    font-weight: normal;
}

span.multiselect-selected-text {
    font-size: 12px;
    line-height: 1.9;
    color: var(--default-text-color);
}

/*input file design layout code*/

.form-control::-webkit-file-upload-button {
    color: var(--default-text-color) !important;
    background-color: var(--default-background) !important;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--default-background) !important;
}

input file design layout code

.highcharts-data-table {
    overflow: auto;
    max-height: 200px;
}
/* For most modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

    /* For all browsers to remove any default styling */
    input[type="number"]::-ms-clear {
        display: none;
    }

table thead {
    position: sticky;
    top: 0;
    z-index: 8;
}

    table thead th {
        position: sticky;
        top: 0;
        z-index: 4;
    }

#tblpricedata td {
    padding: 0px 5px !important;
}

#tblpricedata .dynamic__head_change td {
    padding: 5px !important;
}

#divRFQtable1 #priceTable {
    min-height: 522px;
    max-height: 522px;
}

#divRFQtable1 #tbodyRFQ1 input {
    border: none !important;
    z-index: 5;
}

.outer_cs_chose_if {
    position: relative;
}

.outer_cs_chose_if {
    position: relative;
    width: 50px;
    height: 50px;
}

.tab-menu-heading .nav li a span {
    margin-left: 2px;
}

.grid_view_box {
    overflow: auto;
    max-height: 500px !important;
    min-height: 208px !important;
}

.input-group-text {
    font-size: 12px;
}
/*01-12-2024*/


.quation_process_table #savepart1 #addrowtbodyPartDetals td {
    padding: 2px 2px !important;
}

.quation_process_table #savepart #addrowtbodyProcessDetails td {
    padding: 2px 2px !important;
}

.quation_process_table #savepart1 #addrowtbodyPartDetals th {
    min-width: 100px;
}

#tab1Content #Summary #summaryBody td {
    padding: 5px !important;
}

#tab4Content #OHPTable td {
    padding: 5px !important;
}

.task_table_overflow #wftable td {
    padding: 2px 5px !important;
}

#wftable-1 #table-body-1 td {
    padding: 2px 5px !important;
}

#alfadiv #savepartSERVICE td {
    padding: 2px 5px !important;
    background-color: var(--custom-white) !important;
}

    #alfadiv #savepartSERVICE td input {
        padding: 2px 5px !important;
        background-color: var(--custom-white) !important;
    }

#alfadiv #savepartSERVICE th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 8;
}

#alfadiv #savepartSERVICE th:nth-child(2) {
    position: sticky;
    left: 55px;
    z-index: 8;
}

#alfadiv #savepartSERVICE td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
}

#alfadiv #savepartSERVICE td:nth-child(2) {
    position: sticky;
    left: 55px;
    z-index: 4;
}


#feedbackModal {
    z-index: 10000 !important;
    background: #00000069 !important;
}

.card.custom-card.card-fullscreen {
    z-index: 999 !important;
}

#charCount, #charCount1 {
    font-size: 10px;
    color: var(--default-text-color) !important;
}

/*rfi chatsupport*/


#SpecificSupChat a i {
    margin-right: 5px !important;
}

#SpecificSupChat a {
    color: #fff !important;
}

#docleft a {
    color: var(--default-text-color) !important;
}

    #docleft a i {
        margin-right: 5px !important;
    }

.cs_unread {
    margin-left: 0 !important;
}

.second_time_reload {
    margin-left: 0;
    padding-left: 0 !important;
}

.befror_sc_pannel {
    margin-left: 0 !important;
}

.first_time_reload .media-body {
    margin-left: -5px !important;
}

.media-body.mr_left {
    margin-left: 0 !important;
}

.new.first_time_reload .media-contact-name {
    margin: 0 !important;
}

.new.first_time_reload .media-contact-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.second_time_reload .media-body.mr_left {
    gap: 3px;
}
/*rfi chatsupport*/

/*09/12/2024*/
table td a span i.fas.fa-edit {
    margin-right: 25px !important;
}

table td a i.fas.fa-edit {
    margin-right: 25px !important;
}

#customer_tbd1_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    max-height: 500px;
    padding-right: 5px;
}

select {
    appearance: none; /* Standardize appearance */
    -webkit-appearance: none; /* For Safari/Chrome */
    -moz-appearance: none; /* For Firefox */
    border: none;
}

#tab1Content #Summary th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 8;
}

#tab1Content #Summary td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
}

#tab1Content #Summary th:nth-child(2) {
    position: sticky;
    left: 70px;
    z-index: 8;
}

#tab1Content #Summary td:nth-child(2) {
    position: sticky;
    left: 70px;
    z-index: 4;
}

#tab2Content #savepart1 th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 8;
}

#tab2Content #savepart1 td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
}

#tab2Content #savepart1 th:nth-child(2) {
    position: sticky;
    left: 63px;
    z-index: 8;
    width: 50px;
}

#tab2Content #savepart1 td:nth-child(2) {
    position: sticky;
    left: 63px;
    z-index: 4;
}

#tab2Content #savepart1 th:nth-child(3) {
    position: sticky;
    left: 135px;
    z-index: 8;
}

#tab2Content #savepart1 td:nth-child(3) {
    position: sticky;
    left: 135px;
    z-index: 4;
}

#tab2Content #savepart1 th:nth-child(4) {
    position: sticky;
    left: 244px;
    z-index: 8;
}

#tab2Content #savepart1 td:nth-child(4) {
    position: sticky;
    left: 244px;
    z-index: 4;
}

#tab3Content #savepart th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 8;
}

#tab3Content #savepart td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 4;
}

#tab3Content #savepart th:nth-child(2) {
    position: sticky;
    left: 64px;
    z-index: 8;
}

#tab3Content #savepart td:nth-child(2) {
    position: sticky;
    left: 64px;
    z-index: 4;
}

#tab3Content #savepart th:nth-child(3) {
    position: sticky;
    left: 134px;
    z-index: 8;
}

#tab3Content #savepart td:nth-child(3) {
    position: sticky;
    left: 134px;
    z-index: 4;
}

#tab3Content #savepart th:nth-child(4) {
    position: sticky;
    left: 285px;
    z-index: 8;
}

#tab3Content #savepart td:nth-child(4) {
    position: sticky;
    left: 285px;
    z-index: 4;
}

/*costmaster logo shift bottom top*/

.slide.image_li_class {
    position: absolute;
    bottom: 18%;
    content: "";
    margin: 0 auto;
}

[data-nav-layout=horizontal] .sidebar_bottom_logo.slide.image_li_class {
    position: fixed;
    top: 57px;
    content: "";
    inset-inline-end: .5%;
    height: 50px;
}

[data-nav-layout=horizontal] .logo_switch_horizontal_right {
    position: fixed;
    top: 72px;
    content: "";
    inset-inline-end: 1%;
    height: 22px;
}

    [data-nav-layout=horizontal] .logo_switch_horizontal_right a {
        font-weight: bold;
        color: var(--menu-prime-color);
    }


[data-header-styles=dark][data-nav-layout=horizontal] .logo_switch_horizontal_right .header-element .horizontal-logo .header-logo .desktop-dark {
    display: block;
    padding-right: 30px;
    margin-top: -2px !important;
}

[data-nav-layout=horizontal] .logo_switch_horizontal_right .horizontal-logo .header-logo img {
    height: 2.5rem !important;
    line-height: 2rem;
}

.app-sidebar .main-sidebar-header .header-logo img {
    line-height: 2rem;
    width: 100%;
}

.sidebar_bottom_logo.slide.image_li_class .header-logo {
    font-weight: bold;
    color: var(--menu-prime-color);
}

.sidebar_bottom_logo.slide.image_li_class .main-sidebar-header {
    justify-content: flex-start;
}

.desktop-dark {
    width: 100%;
    max-width: 240px;
    object-fit: contain;
}

.control_cs_input {
    width: 60% !important;
}


@media (max-width: 767px) {
    .col-md-3.pe-1 {
        padding: 0px 14px !important;
    }

    .col-md-3.ps-1 {
        padding: 0px 14px !important;
    }

    .col-md-6.pe-1 {
        padding: 0px 14px !important;
    }

    .col-md-6.ps-1 {
        padding: 0px 14px !important;
    }

    .col-md-9.pe-1 {
        padding: 0px 14px !important;
    }

    .col-md-9.ps-1 {
        padding: 0px 14px !important;
    }
}

@media (max-width: 356px) {
    .responsive_cs .company_sel {
        width: 100% !important;
        max-width: 100% !important;
    }

        .responsive_cs .company_sel input {
            width: 100% !important;
            max-width: 100% !important;
        }

    .company_sel .btn-group {
        max-width: 100% !important;
        width: 100% !important;
    }

    #CustomerName {
        width: 100% !important;
    }

    .company_sel_byr .choices__inner {
        max-width: 100% !important;
        min-width: 150px !important;
        width: 100% !important;
    }

    .company_sel_byr {
        width: 100% !important;
    }

    .responsive_cs .Auction_descr {
        width: 100%;
    }
}


#importModal .modal-content h1 {
    font-size: 24px !important;
}

#importModal .modal-content p {
    font-size: 14px !important;
    margin-bottom: 6px !important;
}

#importModal p {
    margin-bottom: 6px !important;
}

.cs_new_row_search {
    position: absolute;
    right: 16px;
}

    .cs_new_row_search input {
        width: 200px;
    }

span {
    outline: none;
}
/*importModal quote submission page modal*/


/*rfi css*/
.main-img-user, .main-img-user .online {
    text-transform: capitalize;
    background-color: var(--default-background);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--default-text-color);
}

.smsrficount {
    position: absolute !important;
    right: 0;
}

.main-chat-footer {
    overflow: hidden;
}

i.ti.ti-logout:hover {
    color: var(--header-prime-color);
    fill: var(--header-prime-color);
}

i.ti.ti-logout {
    color: var(--header-prime-color);
    fill: var(--header-prime-color);
}

.instruct_badge {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
}

.liftingmodaltbbelow {
    overflow: auto;
    max-height: 200px;
}

.color-change_td {
    background: #45aaf2 !important;
}

.liftingmodaltbbelow table th {
    min-width: 80px;
}

.card_read_vale {
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
}

.emd_table_detail {
    margin-bottom: 10px;
    width: 100%;
}

select {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
}

td.trophy_icon {
    position: relative;
}

.trophy_flex {
    position: absolute;
    top: 10px;
    right: 10px;
}

.input_button_flex {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

span.amount_val {
    font-weight: normal;
    background: #ccc;
    width: fit-content;
    display: inline-block;
    padding: 5px 10px;
}

.emd_box_ {
    margin-left: 15px;
}

.up_file a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.workflowmaster_boxes .small_boxes .counter-icon {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 4rem;
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

hr.seprate_tbl {
    border-color: var(--input-border);
}

.table th {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.table td {
    padding-top: .20rem !important;
    padding-bottom: .20rem !important;
}

[data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header a {
    font-size: 10px;
}

#tab-51 .company_sel_byr {
    width: 300px;
}

.total-sales-card-section.sales_card_flex {
    margin-bottom: 15px;
}

#modalTable td:hover {
    overflow: visible;
    white-space: unset !important;
    word-break: break-word;
}

.mandatoryfield {
    color: red;
    font-weight: bold;
    margin-left: 2px;
}

.mandatoryField {
    color: red;
    font-weight: bold;
    margin-left: 2px;
}

/*Pratishth start*/

/*forward auction start*/
.Pending-doc-circle {
    width: 3rem;
    height: 3rem;
    border: 2px dotted gray;
    border-radius: 2rem;
    position: relative
}

.Pending-doc-line {
    height: 2px;
    width: 16%;
    background-color: gray;
}

.Approved-doc-circle {
    width: 3rem;
    height: 3rem;
    border: 1px solid green;
    background-color: green;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

    .Approved-doc-circle::before {
        content: '✔';
        display: block;
        height: 2px;
        width: 3rem;
        position: absolute;
        top: 16%;
        left: 30%;
        color: white;
        font-size: 1.3rem;
    }

.Approved-doc-line {
    height: 2px;
    width: 16%;
    background-color: green;
}

.Approved-doc-circle div, .Pending-doc-circle div {
    position: absolute;
}
/*forward auction end*/

/*profile start*/
#user-profile .card.custom-card {
    position: unset !important;
}

#Profile_Subscription_Modal table {
    border-spacing: 12px 0px !important;
    border-collapse: separate;
}

#Profile_Subscription_Choice_Modal table {
    border-collapse: unset !important;
}

#Profile_Subscription_Modal table td {
    overflow: unset;
    text-overflow: unset;
    white-space: unset !important;
    text-align: center;
}

#Profile_Subscription_Modal table tr td:nth-child(1) {
    background-color: #f7f7f7 !important;
}

#Profile_Subscription_Modal table tr:nth-child(n+3) td:nth-child(n+2) {
    border-bottom: 1px solid #eeeeee;
    border-spacing: 10px 0px;
}

#Profile_Subscription_Modal table tr:nth-last-child(1) td {
    border: unset !important;
}

#Profile_Subscription_Modal .ri-secure-payment-fill:before, #Profile_Subscription_Modal .ri-umbrella-fill:before, #Profile_Subscription_Modal .ri-money-cny-circle-line:before {
    font-size: 25px;
}

#Profile_Subscription_Modal table td i {
    display: inline-block;
    width: 22%;
    border: 12px solid rgba(242, 246, 249, .55);
    border-radius: 33px;
}

.Profile_Subscription_cardBodyDiv table thead tr th, .Profile_Subscription_cardBodyDiv table tbody tr td {
    text-align: center;
}

.Profile_SubscriptionQueryDiv {
    width: 165px;
    height: 40px;
    position: absolute;
    z-index: 104;
    bottom: 8%;
    left: 21%;
    display: flex;
    background-color: #bf3e3e;
    border-radius: 24px;
    font-size: 14px;
    color: white;
}

    .Profile_SubscriptionQueryDiv div:nth-child(2) {
        width: 30px;
        height: 30px;
        background-color: #900a0a;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.Profile_Subscription_cardBodyDiv table a {
    /*    color:blue;*/
    text-decoration: underline;
}

    .Profile_Subscription_cardBodyDiv table a:hover {
        color: blue;
    }

.Profile_Sub_ChoosePlanNav li {
    height: 30%;
}

    .Profile_Sub_ChoosePlanNav li a {
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 21px;
    }

        .Profile_Sub_ChoosePlanNav li a.active {
            border: 2px solid rgb(var(--primary-rgb));
            position: relative;
        }

            .Profile_Sub_ChoosePlanNav li a.active:before {
                content: 'Choose Plan';
                position: absolute;
                top: -20%;
                left: 5%;
                z-index: 100;
                padding: 3px;
                border: 1px solid orange;
                border-radius: 16px;
                background-color: orange;
                font-size: 11px;
            }
/*profile end*/
/*dashboard start*/

.DashBoard_Graph_VerticalLine {
    border: 1px solid white;
}
/*dashboard end*/

/*seller request start*/
#SellerRequest_DocumentModal > div > div > div.modal-body > div > div {
    width: 230px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    #SellerRequest_DocumentModal > div > div > div.modal-body > div > div > div:nth-child(1) {
        height: 90%;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    #SellerRequest_DocumentModal > div > div > div.modal-body > div > div > div:nth-child(2) {
        text-align: center;
    }
/*seller request end*/

/*global start*/

.w-75 {
    width: 75% !important;
}
.w-65 {
    width: 65% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-34 {
    width: 34% !important;
}
.w-33 {
    width: 33% !important;
}

.w-30 {
    width: 33% !important;
}
.w-25 {
    width: 25% !important;
}

.w-20 {
    width: 20% !important;
}


.cursor-pointer {
    cursor: pointer;
}
table thead th {
    background-color: rgb(var(--light-rgb)) !important;
    color: black !important;
}
/*global end*/
/*Pratishth end*/

.card-box {
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
}

.card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.card-number {
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize !important;
}

.card-val {
    font-size: 14px;
    font-weight: 600;
}

.analysis_box .col {
    min-width: 20%;
}
.cursor-pointer{
    cursor:pointer;
}
.cs_notification {
    color: white;
    position: relative;
    top: -10px;
    padding: .10rem 0.30rem;
    font-weight: 600;
    border-radius: 1.25rem !important;
}