.wrapper {
    width: calc(100% - 8.800000000000001rem);
    padding: 40px 20px;
}

.tab-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #f0f0f0; */
    gap: 40px;

}

.tab-item {
    /* padding: 8px 5px 12px;
            cursor: pointer;
            position: relative;
            margin-bottom: 0;
            font-size: 16px; */
}

.tab-menu .active p {
    color: #e26527;
}

.tab-content {
    display: none;
    padding: 0px;

}

.tab-content.active {
    display: block;

}




.tab-menu li.active {
    position: relative
}

.tab-menu .item-li.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e26527;
    bottom: -2px;
}



.wrp-inpt input {
    width: 100%;
    /* padding: 10px 5px;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            box-shadow: 0 0 10px #ccc;
            color: #6e707e;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #d1d3e2;
            border-radius: 0.35rem; */
}

.qty-area th {
    width: 10%;
    text-align: left;
    vertical-align: middle !important;
    padding: 10px 5px;
    /* font-weight: 500; */
    /* font-size: 13px; */
}

.qty-area td {
    vertical-align: middle !important;
    padding: 10px 10px !important;
}


.tier_table_all th{padding-left: 0px !important; padding-right: 0px !important}


.wrp-inpt {
    display: flex;
    align-items: center !important;
    gap: 0px;
    margin-right: 5px;
}


.wrp-inpt label {
    width: 18px;
    text-align: center;
}


.qty-area {
    border-top: 1px solid #ebf5ff;
}

.tier_table_all tbody {
    border-bottom: 2px solid #ddd;
}

.di-area th {
    text-align: left;
    padding: 10px;
}

.di-area td {
    text-align: right;
    padding: 10px;
}


.di-area th b {
    /* font-weight: 500; */
}

.di-area th b span {
    color: red;
}

.di-area {
    border-top: 2px solid #ddd;
}

button.dropbtn:before {
    content: '\e610';
    display: block;
    font-size: 2.2rem;
    height: 2.2rem;
    margin-bottom: .3rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons';
    font-style: normal;
    /* font-weight: normal; */
    line-height: 1;
    speak: none;
}



.container-cstm {
    display: initial;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-cstm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-cstm {
    position: absolute;
    top: 5;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

.container-cstm:hover input~.checkmark-cstm {
    background-color: #ccc;
}

.container-cstm input:checked~.checkmark-cstm {
    background-color: #2196F3;
}

.checkmark-cstm:after {
    content: "";
    position: absolute;
    display: none;
}

.container-cstm input:checked~.checkmark-cstm:after {
    display: block;
}

.container-cstm .checkmark-cstm:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.wr-flx-m {
    display: flex;
    align-items: center !important;
    gap: 8px;
}

.wrap-supplier-area {
    display: flex;
}

.none-border {
    box-shadow: none !important;
    border: 0 !important;
}


.tab-menu li {
    display: flex;
    align-items: center !important;
    gap: 8px;
    cursor: pointer;
}

.hide_aip {
    display: none;
}


/* Dropdown button */
.dropbtn {
    background-color: transparent !important;
    color: black;
    padding: 0;
    font-size: 24px;
    border: none;
    /* font-weight: 200; */
    font-size: 23px;
}

/* Dropdown content (hidden by default) */
.dropdown-content-cl {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    padding: 12px;
    z-index: 1;
    margin-top: 8px;
}

/* Links inside the dropdown */
.dropdown-content-cl a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 3px;
    border-radius: 5px;
    font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content-cl a:hover {
    background-color: #f1f1f1;
}



.item-li.active .dropbtn {
    color: #e26527;
}

.edt-cl {
    background-color: #022d62 !important;
    color: white !important;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 16px;
    /* font-weight: 400; */
    width: 100%;
}





.inpt-group {
    display: flex;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 10px;
}


.inpt-group label {
    width: 30%;
    font-size: 12px;
}

.sml-wd {
    width: 15% !important;
}

.container-cstm-cl {
    display: initial;
    position: relative;
    padding-left: 35px;
    margin-bottom: 26px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-cstm-cl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-cstm-cl {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

.container-cstm-cl:hover input~.checkmark-cstm-cl {
    background-color: #ccc;
}

.container-cstm-cl input:checked~.checkmark-cstm-cl {
    background-color: #2196F3;
}

.checkmark-cstm-cl:after {
    content: "";
    position: absolute;
    display: none;
}

.container-cstm-cl input:checked~.checkmark-cstm-cl:after {
    display: block;
}

.container-cstm-cl .checkmark-cstm-cl:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*** raq*/
.wrap_col_grid {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse !important;
}

.columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.column {
    width: 50%;
}

.field {
    margin-bottom: 15px;
}

/* .drp_drop {
    position: relative
}

.drp_drop label {
    position: absolute;
    top: 7px;
    margin-left: 100px;
    font-size: 17px;
    font-weight: 400 !important;
    color: #7f7f7f;
}

.drp_drop .dropzone {
    border: 0;
    padding: 0;
    box-shadow: inherit;
}

.drp_drop .dz-message {
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 8px;
    border: 1px solid #9dd6ec;
    position: relative;
    height: 46px;
    line-height: 0;
    padding-top: 3px;
}

.drp_drop .dropzone.dz-clickable .dz-message {
    font-size: initial;
} */

/* .drp_drop .btn.btn-link {
    margin-bottom: 0 !important;
    padding: 6px 14px !important;
    border: 0;
    border-radius: 5px !important;
    background-color: #f0f0f0 !important;
    text-decoration: none;
    color: black;
    display: inline-block;
    margin: 1px 0;
}

.drp_drop a.dz-remove:after {
    right: -20px;
}

.drp_drop .dz-progress {
    margin-top: -4px !important;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable {
    cursor: pointer;
    background: white;
    height: auto;
    width: 100%;
    max-width: 21.875rem;
    margin: auto;
    box-shadow: 0 0.625rem 1.25rem #b5b3b31a;
    border: 2px dashed #cacaca;
    border-radius: 15px;
}

.dropzone.dz-clickable {
    max-width: 100% !important;
}

.dz-error-message,
.dz-size,
.dz-success-mark,
.dz-error-mark {
    display: none !important;
}

.dropzone .dz-preview .dz-error-message {
    display: none;
    padding: 6px;
    line-height: 16px;
    font-size: 13px;
    background: linear-gradient(to bottom, #be2626, #a92222);
    color: #fff;
}

.dz-error-message,
.dz-size,
.dz-success-mark,
.dz-error-mark {
    display: none !important;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 9px;
    border: 0;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.dz-image {
    display: none !important;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete.dz-error .dz-error-message {
    display: block;
}

.dz-error-message,
.dz-size,
.dz-success-mark,
.dz-error-mark {
    display: none !important;
}

a.dz-remove {
    width: 100%;
    background-color: #f5877f;
    color: white;
    padding: 0px;
    border-radius: 1px;
    left: 0;
    text-align: center;
    font-size: 0px;
}

.dropzone .dz-preview .dz-remove {
    display: none;
    position: absolute;
    top: -15px;
    right: -8px;
} */

/******/

.raq-modal-wrapper .modal-header {
    padding: 0;
}

.raq-modal-wrapper .modal-header h1 {
    padding: 15px;
    font-weight: 500;
    font-size: 22px;
}

.raq-modal-wrapper .modal-inner-wrap {
    max-height: 90%;
    width: 1000px;
}

.raq-modal-wrapper .products_lst_data {
    padding: 20px 0 0;
    margin: 15px 0;
}

.raq-modal-wrapper .products_lst_data li {
    display: flex;
    align-items: center;
    border: 1px solid #a2d2e8;
    padding: 1px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    gap: 6px;
}

.raq-modal-wrapper .products_lst_data li img {
    width: 34px;
    position: relative;
    top: 3px;
}

.products_lst_img_des p {
    margin-bottom: 0;
}

.products_lst_img_des a {
    text-decoration: none;
}

.products_lst_img_des {
    width: 85%;
}

.raq-modal-wrapper .modal-content {
    padding: 0px 10px;
}

.add_products_btn {
    margin-bottom: 10px;
}

.add_products_btn button {
    background-color: #fa8125;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
    border-color: transparent;
}

.raq-modal-wrapper .column.column-left label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
}

textarea#quote_request {
    padding: 15px;
    border-radius: 4px;
    box-shadow: none;
}

.dz-default.dz-message {
    border-radius: 5px;
    padding: 5px 8px;
    margin-bottom: 8px;
    border: 1px solid #9dd6ec;
    position: relative;
    height: auto;
    line-height: 0;
    cursor: pointer;
}

span.btn.btn-link {
    margin-bottom: 0 !important;
    padding: 18px 10px !important;
    border: 0;
    border-radius: 5px !important;
    background-color: #f0f0f0 !important;
    text-decoration: none;
    color: black;
    display: inline-block;
    margin: 1px 5px 0 0;
}

.dz-error-mark,
.dz-success-mark {
    display: none;
}

.dz-details .dz-size {
    display: none;
}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete, .dz-preview.dz-processing.dz-file-preview.dz-success.dz-complete {
    display: flex;
    gap: 3px;
    padding: 0 6px;
    font-weight: 600;
    font-size: 13px;
    color: #919191;
}

.raq-modal-wrapper .dz-remove {
    position: relative;
    font-size: 0;
}

.raq-modal-wrapper .dz-remove:after {
    content: "✕";
    position: absolute;
    font-size: 15px;
    height: auto;
    width: auto;
    color: red;
    display: inline-block;
    opacity: 1;
    right: -13px;
    background-color: transparent;
    padding: 0px;
    border-radius: 50%;
    top: 0px;
}

.wrap_col_grid .column.column-right input {
    padding: 10px;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
}

.wrap_col_grid .column.column-right label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.raq-modal-wrapper .column.column-left {
    overflow: hidden;
    height: 455px;
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 25px;
}

.raq-modal-wrapper .column.column-left::-webkit-scrollbar {
    width: 4px;
}

.raq-modal-wrapper .column.column-left::-webkit-scrollbar-track {
    background: #e6f5fb;
}

.raq-modal-wrapper .column.column-left::-webkit-scrollbar-thumb {
    background: #bfbfbf;
}

.raq-modal-wrapper .column.column-right .field {
    margin-bottom: 6px;
}

.raq-modal-wrapper .column.column-right {
    padding-top: 10px;
}

.raq-modal-wrapper .actions button {
    padding: 12px 15px !important;
    border-radius: 75px;
    height: auto;
    margin-top: 10px;
}


.raq-modal-wrapper .far.fa-trash-alt:after {
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: red;
}
.raq-modal-wrapper .far.fa-trash-alt {
    font-style: normal;
}
tr.totals-tax-details.shown, tr.totals.tax.details.details-1 {
    display: none !important;
}

