* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #1d1d1f;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

h3 {
    margin: 15px 0;
    font-size: 20px;
}

#wrapper {
    display: flex;
    gap: 15px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

.content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 1200px;
    padding-right: 15px;
    position: relative;
    overflow: auto;
}

.content__main {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main_table {
    position: relative;
}

#main_table thead {
    position: sticky;
    top: -1px;
    z-index: 10;
}


#main_table td a.table__item-id {
    text-decoration: underline;
    cursor: pointer;
}

#main_table td img {
    max-width: 80px;
    height: auto;
    max-height: 45px;
    margin: 0 auto;
    display: block;
}


#main_table thead th {
    overflow: auto;
    padding: 0;
    min-width: 50px;
}

#main_table td {
    max-width: 300px;
}

#main_table td .resizable__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    width: 100%;
}

.resizable {
    resize: horizontal;
    overflow: hidden;
    white-space: nowrap;

}

th .resizable {
    height: 100%;
    padding: 12px;
}

.header,
.footer {
    padding: 10px 0;
}

.footer {
    position: relative;
}

.footer__wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer #add_request {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 20px;
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.footer #add_request:hover {
    color: #e3e7ee;
}

.table__wrapper {
    /* max-height: calc(100vh - 155px); */
    flex: 1 1 auto;
    overflow: auto;
    width: 100%;
    position: relative;
}

.table__wrapper .table {
    width: 100%;
}



.modal-row>.column {
    flex: 1;
}

.row-3-columns > .column {
    max-width: 33%;
}

.modal-row>.file__items {
    flex: 1.2;
}

/* ---------------------------------------------- */
/* --------------РћР‘Р©РР• РљР›РђРЎРЎР« start--------------- */
/* ---------------------------------------------- */


.row {
    display: flex;
    gap: 10px;
}

.jcsb {
    justify-content: space-between;
}

.jcfe {
    justify-content: flex-end;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.g10 {
    gap: 10px;
}

.g20 {
    gap: 20px;
}

.g30 {
    gap: 30px;
}

.flex1 {
    flex: 1;
}

.flexwrap-w {
    flex-wrap: wrap;
}

.flexwrap-n {
    flex-wrap: nowrap;
}

.block {
    width: 100%;
    padding: 15px;
    flex-wrap: wrap;
}

.icon-btn {
    padding: 10px;
    border-radius: 8px;
    background: transparent;
}

.icon-btn i {
    font-size: 18px;
}

.icon-btn:hover {
    background: #e9ecef;
}

.icon-btn:hover i {
    color: #007bff;
}

.column1200 {
    display: flex;
    gap: 10px;
}


/* ---------------------------------------------- */
/* ---------------РћР‘Р©РР• РљР›РђРЎРЎР« end--------------- */
/* ---------------------------------------------- */


/* ---------------------------------------------- */
/* ----------------SIDEBAR start----------------- */
/* ---------------------------------------------- */

.sidebar {
    max-width: 200px;
    width: 100%;
    /* min-width: 200px; */
    transition: width .3s ease;
    background-color: #e9ecef;
    height: 100%;
}

.sidebar.sidebar--min {
    max-width: 50px;
}

.sidebar__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.sidebar__link,
.sidebar a,
.sidebar button {
    padding: 16px 10px;
    width: 100%;
    display: block;
    text-align: left;
}

.sidebar__link:hover,
.sidebar a:hover,
.sidebar button:hover {
    background-color: #dee2e6;
}

.sidebar.sidebar--min .logout,
.sidebar.sidebar--min .sidebar__link {
    font-size: 0;
}

.sidebar.sidebar--min .logout i,
.sidebar.sidebar--min .sidebar__link i {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

button.sidebar__switch {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}

.sidebar__link {
    font-size: 18px;
}

.sidebar__link i {
    width: 25px;
    text-align: center;
    display: inline-block;
}

.sidebar__link.active,
.sidebar__link.active:hover {
    background-color: #4CAF50;
    color: #fff;
}

.sidebar__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px 0;
}


/* ---------------------------------------------- */
/* -----------------SIDEBAR end------------------ */
/* ---------------------------------------------- */







/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


input,
.select2-selection,
textarea {
    border: 1px solid #86868b;
    color: #1d1d1f;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    border-radius: 12px;
    padding: 18px 16px 0;
    width: 100%;
    font-weight: 700;
}

.input-small input {
    padding: 12px 8px 0;
    height: 40px;
}

.input-small .input__placeholder {
    left: 8px;
}

.input-small input:focus~.input__placeholder,
.input-small.has-value .input__placeholder {
    font-size: 11px;
    top: 11px;
    white-space: nowrap;
    max-width: calc(100% - 22px);
}

input,
.select2-selection {
    height: 56px;
}

textarea {
    padding-top: 23px;
}



div.update_variations_group_cont input {
    height: 40px;
    padding-top: 7px;
}
div.update_variations_group_cont .input__placeholder {
    top: 9px;
}

.editor-container textarea {
    display:none;
}


#description_update {
    margin-top: 15px;
    max-width:700px;
}
#description_update textarea {
    padding-top: 40px;
}
#description_update .textarea__placeholder {
    top: 13px;
    background: #FFF;
    display: block;
    width: 100%;
    height: 25px;
}



.input,
.select,
.textarea {
    position: relative;
}

input:disabled,
textarea:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    background-color: #eee;
}

.select .select2 {
    width: 100% !important;
}

.input__placeholder,
.select2-selection__placeholder,
.textarea__placeholder {
    color: #6e6e73;
    pointer-events: none;
    position: absolute;
    left: 16px;
    font-size: 17px;
    z-index: 1;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    transform: translateY(-50%);
    background-color: transparent;
    font-weight: 400;
    max-width: calc(100% - 32px);
    text-overflow: ellipsis;
}

.textarea__placeholder {
    top: 27px;

}

.input__placeholder,
.select2-selection__placeholder {
    top: 30px;
}


.select2-selection__placeholder {
    width: calc(100% - 34px);
    line-height: 1.5;
    z-index: 102;
}

.select2-selection__placeholder.select2-selection__placeholder--selected,
.select2-container--open .select2-selection__placeholder,
.has-value .textarea__placeholder,
.has-value .input__placeholder,
input:focus~.input__placeholder,
textarea:focus~.textarea__placeholder {
    font-size: 12px;
    top: 15px;
}

/* input:empty + .input__placeholder {
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
} */

.input__search {
    padding-right: 60px;
}

.input__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 56px;
    top: 50%;
    z-index: 103;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M437.5,386.6L306.9,256l130.6-130.6c14.1-14.1,14.1-36.8,0-50.9c-14.1-14.1-36.8-14.1-50.9,0L256,205.1L125.4,74.5 c-14.1-14.1-36.8-14.1-50.9,0c-14.1,14.1-14.1,36.8,0,50.9L205.1,256L74.5,386.6c-14.1,14.1-14.1,36.8,0,50.9 c14.1,14.1,36.8,14.1,50.9,0L256,306.9l130.6,130.6c14.1,14.1,36.8,14.1,50.9,0C451.5,423.4,451.5,400.6,437.5,386.6z'/%3E%3C/svg%3E");
}

/*РћС‚РѕРґРІРёРіР°РµРј РІ РїРѕРёСЃРєРµ*/
.filters__search .input__clear{
    right: 40px !important;
}
.input__clear:not(.input__search .input__clear) {
    right: 20px;
}

.input__clear {
    display: none;
}

.has-value .input__clear {
    display: inline-block;
}

.search__button {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
}


.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkbox__check {
    min-width: 14px;
    width: 14px;
    height: 14px;
    border: 1px solid #1d1d1f;
    border-radius: 2px;
    background-color: transparent;
    margin-right: 7px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox__input:checked~.checkbox__check {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4 6.5L8.5 1' stroke='%231d1d1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


.input.file-input {
    position: relative;
    width: 100%;
}

.file-input input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    height: auto;
    padding: 0;
}

.file-input input[type="file"]:disabled {
    cursor: not-allowed;
}
.file-input label.disabled:hover {
    background-color: gray;
}
.file-input label.disabled {
    background-color: gray;
    cursor: not-allowed;
}

.file-input label {

    border: 1px solid #86868b;
    color: #1d1d1f;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}

.file-input label:hover {
    background-color: #f0f0f0;
}






.filters {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filters .select,
.filters>.row>.input {
    /*max-width: clamp(120px, 15%, 300px);*/
    width: 100%;
}

.page-products_variation_groupes .filters>.row>.filters__search  {
    max-width: 440px;
    width: 440px;
}


.filters .range {
    width: 100%;
    /*max-width: clamp(200px, 15%, 250px);*/     
}

.filters__reset.active {
    background: #e9ecef;
}

.filters__reset.active i {
    color: #28a745;
}



/* TABS */

.tabs__links {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.tabs__link {
    cursor: pointer;
    padding: 10px;
    color: #555;
    background-color: transparent;
    line-height: 140%;
    border: 1px solid transparent;
}

.tabs__link:hover {
    background-color: #eee;
}

.tabs__link.active {
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    background-color: #eee;
}

.tabs__link.active:hover {
    background-color: #fff;
}

.tabs__content {
    display: none;
}

/* TABS END */










.suggestions a {
    display: inline-block;
    margin: 2px;
    padding: 1px 3px;
    background-color: #f7f7f7; /* Light background */
    border-radius: 4px; /* Optional: rounded corners */
    text-decoration: none;
    color: #333; /* Text color */
    font-size: 12px; /* Adjust size as needed */
}

.suggestions a:hover {
    background-color: #e0e0e0; /* Slightly darker background on hover */
    color: #000; /* Optional: darker text color on hover */
}









/* PAGINATION start */

.pagination {
    /*display: none;*/
    gap: 5px;
    align-items: center;
}

.pagination a {
    color: #28a745;
    font-weight: 700;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pagination__number.active {
    background-color: #28a745;
    color: #fff;
}

/* PAGINATION end */


/* SCROLLBAR start */

*::-webkit-scrollbar {
    background-color: #e3e7ee;
    border-radius: 5px;
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    background: #0963c3;
    border-radius: 5px;
}


*::-webkit-scrollbar.horizontal-thumb {
    background: #0963c3;
    border-radius: 5px;
}


/* SCROLLBAR end */

/* GALLERY start */

.gallery__button {
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery__button img {
    width: 100%;
    height: 100%;
}

/* GALLERY end */


/* GROUP ACTIONS start */

.table_with_gr_ac thead tr {
    position: relative;
}

.group_actions-main {
    padding: 12px;
}

.group_actions-th {
    min-width: 40px !important;
    width: 40px;
}

table .group_actions .checkbox__check {
    margin: 0;
}

.group_actions__menu {
    position: absolute;
    left: 46px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
}

.group_actions__menu .select {
    width: 300px;
}

/* GROUP ACTIONS end */

/* SPOLLER start */

.spoller__button {
    position: relative;
}

.spoller__content {
    display: none;
    position: absolute;
    top: 100%;
    padding: 5px 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(214, 223, 240, .5), 0 8px 18px rgba(79, 89, 105, 0.5);
    z-index: 100;
    background-color: #fff;
}

.spoller__content-left {
    left: 0;
}

.spoller__content-right {
    right: 0;
}

.spoller__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    min-width: 250px;
}

.spoller__list a {
    width: 100%;
    padding: 6px 6px 6px 16px;
    text-align: left;
    display: block;
}

.spoller__list a:hover {
    background-color: #5897fb;
    color: #fff !important;
}

/* SPOLLER end */

/* TABLE STYLES start */

.table tr th {
    height: 60px;
    vertical-align: middle;
}

/* TABLE STYLES end */


/* RANGE start */

.noUi-connect {
    background: #28a745;
}

.noUi-horizontal {
    height: 12px;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -8px;
}

.noUi-handle::before,
.noUi-handle::after {
    content: none;
}

/* RANGE end */

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.asc {
    background: url("../img/asc.gif") 99% 10% no-repeat;
}

.desc {
    background: url("../img/desc.gif") 99% 10% no-repeat;
}

.pointer {
    cursor: pointer;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow-x: auto;
    max-height: 150px;
    background-color: #fff;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.red {
    color: #dc3545;
}


table td {
    word-wrap: break-word;
}

.loader {
    position: relative;
    overflow: hidden;
}

.loader::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}

.loader::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 5px solid #e3e7ee;
    border-bottom-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 11;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a,
.topnav div {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.my-container {
    margin: 10px;
}

.successMessage {
    font-size: 17px;
    line-height: 21px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    display: none;
    max-width: 490px;
    padding: 15px 60px;
    transform: translate(-50%);
    color: #fff;
    background-color: #c9a876;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 1100;
}

.successMessage.success {
    color: #00AAF7;
    background-color: #fff;
    border: 2px solid #00AAF7;
}

.successMessage.warning {
    color: #09d0ff;
    background-color: #fff;
    border: 2px solid #09d0ff;
}

.successMessage.error {
    color: #fff;
    background-color: #FF4D4D;
    border: 2px solid #FF4D4D;
}

.form-control[readonly] {
    background-color: #fff;
}

.num_interest,
.icon_interest {
    float: left;
}



.form-control {
    padding: 0.375rem 0.45rem;
}


.chat_people a.open_modal {
    color: #0963c3;
}


#lastname {
    width: 47%;
    display: inline-block;
}

#refugee_lastname {
    width: 47%;
    display: inline-block;
}

#name,
#refugee_name {
    width: 40%;
    display: inline-block;
}

#refugee_age {
    width: 36px;
    display: inline-block;
}


@media (min-width: 576px) {
    .form-inline .form-group {
        margin-right: 15px;
    }
}


.refugee-cont label {
    margin-bottom: 0px;
    color: #7a7979;
}

@media (min-width: 576px) {
    .refugee-cont .modal-dialog {
        max-width: 950px;
    }

    .refugee-cont .modal-dialog {
        max-width: 1100px;
    }
}




.container-p10px {
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    padding-right: 5px;
    padding-left: 5px;
}



@media (max-width: 1200px) {
    .column1200 {
        flex-direction: column;
    }

    .flexww1200 {
        flex-wrap: wrap;
    }

    .filters__checkboxes {
        order: 1;
    }

    .filters__ranges {
        order: 2;
    }

    .filters .select,
    .filters>.row>.input {
        /*max-width: clamp(140px, 15%, 300px);*/
    }   
}


.row.filters{
    margin: 10px 0px;
}

/* .table tbody tr td {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  } */

.shopify_option{
    display: none;
}
.empty-qnt{
    background-color: #FFE6E6;
}
.no-empty-qnt{
    background-color: #E6FFE6;
} 
.filters__checkboxes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
}
.four-columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.two-columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.three-columns{
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    gap: 10px;
}
.parts {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.parts p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.table-parts {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table-parts thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.table-parts th {
    padding: 15px 12px;
    text-align: left;
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-parts tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.table-parts tbody tr:hover {
    background-color: #f8f9fa;
}

.table-parts tbody tr:last-child {
    border-bottom: none;
}

.table-parts td {
    padding: 12px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eaeaea;
}

/* Стили для конкретных колонок */
.table-parts td:nth-child(1) { /* Артикул */
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #2c3e50;
}

.table-parts td:nth-child(2) { /* Наименование */
    max-width: 300px;
    word-wrap: break-word;
}

.table-parts td:nth-child(3) { /* Остаток */
    text-align: center;
    font-weight: bold;
    color: #e74c3c;
}

.table-parts td:nth-child(4),
.table-parts td:nth-child(5) { /* Цены */
    text-align: right;
    font-family: 'Courier New', monospace;
    color: #27ae60;
    font-weight: 600;
}

/* Чередование цветов строк для лучшей читаемости */
.table-parts tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.table-parts tbody tr:nth-child(even):hover {
    background-color: #f1f3f4;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .table-parts {
        font-size: 12px;
    }
    
    .table-parts th,
    .table-parts td {
        padding: 8px 6px;
    }
    
    .parts p {
        font-size: 16px;
    }
}       
.formula_help{  
    color: #bbb;
    font-size: 14px;
    font-style: italic;
}
.table__item-product-link,.table__item-variation-link{
    cursor: pointer;
}
.converted_price{
    font-weight: bold;
    font-size: 14px;
}



.select2-container .select2-selection--single .select2-selection__rendered{
    white-space: wrap;
    line-height: 28px;
}
.select2-container .select2-selection--single{
    overflow: hidden;
}
span.product_name{
    font-weight: 600;
}
.product_attribute>.attribute_name{
    color: #444; 
}  
.empty-attribute-val-color{
    color: #FF0000;
    font-weight: 600;
}