html {
    font-size: 14px;
}

html {
    box-sizing: border-box;
    width: 100vw;
}
@media only screen and (max-width: 768px) {
    .custom-button {
        font-size: 14px; /* Уменьшаем размер шрифта до 14px на экранах шириной до 768px */
    }
}
.custom-button {
    background-color: blue; /* Цвет фона */
    color: white; /* Цвет текста */
    padding: 10px 20px; /* Внутренние отступы */
    border: none; /* Убираем границу */
    border-radius: 5px; /* Закругляем углы */
    cursor: pointer; /* Изменяем курсор при наведении */
}

    .custom-button:hover {
        background-color: darkblue; /* Изменяем цвет фона при наведении */
    }
*, *:before, *:after {
    box-sizing: inherit;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.orderCheckbox {
    transform: scale(1.3);
    /* или */
    width: 50px;
    height: 20px;
}
html {
    position: relative;
    min-height: 100%;
}

.main {
    margin-top: 30px;
}

a {
    color: #9d47df;
    text-decoration: none;
}

    a:hover {
        color: rgb(87, 102, 219);
    }

input.input_invalid, input:focus-visible.input_invalid, input:focus.input_invalid {
    background: lightcoral;
}

.panel-row {
    display: flex;
    margin: 30px -15px;
}

    .panel-row > div {
        margin: 0 15px;
        padding: 40px;
        background: #fff;
        border-radius: 14px;
    }


.panel-col-left {
    width: 100%;
    max-width: 540px;
}

.panel-col-right {
    width: 100%;
    max-width: calc(100% - 600px);
}

.profile__user-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 10px auto;
}

.profile__user-name-title {
    margin: 0 auto 20px auto;
    display: block;
    font-size: 28px;
    width: 100%;
    text-align: center;
}


.total-passes__title {
    background: rgb(186,212,249);
    background: linear-gradient(0deg, rgba(186,212,249,1) 0%, rgba(186,237,253,1) 100%);
    color: #000101;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 14px 0 0 14px;
    border: 1px #b2b2b2 solid;
}

.total-passes__count {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0 14px 14px 0;
    background: #f3f3f8;
}

.panel__title-h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}

.delivery-summ {
    display: flex;
}



.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 0.75rem + 6px);
}

.btn-success {
    color: #fff;
    background-color: #aa64df;
    border-color: #9d47df;
}

.error-count-product {
    background: #ff9a9a;
}

.header {
    background: rgb(41,41,41);
    background: linear-gradient(0deg, rgba(41,41,41,1) 0%, rgba(62,62,62,1) 100%);
    background: rgb(55 55 55 / 80%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header__nav .desctop-nav {
    display: flex;
}

    .header__nav .desctop-nav > a,
    .header__nav .desctop-nav > div > span {
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        height: 61px;
        line-height: 61px;
        padding: 0 20px;
        color: #ffffff;
        font-family: 'Arial', sans-serif;
        font-size: 20px;
    }


        .header__nav .desctop-nav > a.active, .header__nav .desctop-nav > div > span:active,
        .header__nav .desctop-nav > a:hover, .header__nav .desctop-nav > div > span:hover {
            background: #000;
        }

.header__report-title {
    line-height: 12px;
    margin-bottom: 3px;
}

.profile-nav {
    margin: 0 auto;
    border: 1px #dbdbdb solid;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
}

    .profile-nav li:last-child > .profile-nav__link {
        border-bottom: 0;
    }

.profile-nav__link {
    background: #f8f8f8;
    border-bottom: 1px #dbdbdb solid;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000101;
    font-size: 18px;
}


    .profile-nav__link:hover {
        background: rgb(186,212,249);
        background: linear-gradient(0deg, rgba(186,212,249,1) 0%, rgba(186,237,253,1) 100%);
        color: #000101;
    }

.btn__all-delivery {
    color: #5766db;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-left: 10px;
    margin-top: 10px;
}

    .btn__all-delivery:hover {
        text-decoration: none;
        color: #5766db;
    }




.g-table-scroll__rows {
    overflow-y: auto;
    overflow-x: auto;
}

.g-table-scroll__row {
    display: grid;
    grid-template-columns: minmax(90px, 90px) minmax(90px, 90px) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 2fr) minmax(80px, 1fr) minmax(100px, 1fr);
    background: #f7f7fa;
    margin: 0 0 5px 0;
    min-height: 40px;
    align-items: center;
    line-height: 18px;
    font-size: 18px;
}

.g-table-scroll {
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    border-radius: 8px;
}

.g-table-scroll_nearest-delivery .g-table-scroll__row {
    display: grid;
    grid-template-columns: minmax(90px, 90px) minmax(90px, 90px) minmax(100px, 100px) minmax(100px, 100px) minmax(200px, 200px) minmax(100px, 100px) minmax(100px, 100px);
}


.g-table-scroll__row_orders {
    display: grid;
    grid-template-columns: minmax(150px, 150px) minmax(150px, 150px) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(70px, 70px);
}

.g-table-scroll__td {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
}

    .g-table-scroll__td a,
    .g-table-scroll__td .g-link {
        color: #000;
        cursor: pointer;
    }

        .g-table-scroll__td a:hover,
        .g-table-scroll__td .g-link:hover {
            color: #000;
            text-decoration: underline;
        }


.g-table-scroll__row_header {
    font-weight: bold;
    text-align: center;
    padding-right: 18px;
    background: #fff;
}

.g-table-scroll__rows_count-2 {
    height: 85px;
}

.g-table-scroll__rows_count-4 {
    height: 175px;
}



.g-table-scroll__td_color-blue .g-link,
.g-table-scroll__td_color-blue a {
    color: #0015b0;
}

    .g-table-scroll__td_color-blue .g-link:hover,
    .g-table-scroll__td_color-blue a:hover {
        color: #0015b0;
        text-decoration: underline;
    }
















.g-table-scroll__rows {
    overflow-y: auto;
    overflow-x: auto;
}

    .g-table-scroll__rows::-webkit-scrollbar {
    }

.g-table-scroll__row {
    display: grid;
    grid-template-columns: minmax(90px, 90px) minmax(90px, 90px) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 2fr) minmax(80px, 1fr) minmax(100px, 1fr);
    background: #f7f7fa;
    margin: 0 0 5px 0;
    min-height: 40px;
    align-items: center;
    line-height: 18px;
    font-size: 18px;
}

.g-table-scroll__row_orders {
    display: grid;
    grid-template-columns: minmax(150px, 150px) minmax(150px, 150px) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(70px, 70px);
}

.g-table-scroll__td {
    text-align: center;
    font-size: 14px;
}

    .g-table-scroll__td a,
    .g-table-scroll__td .g-link {
        color: #000;
        cursor: pointer;
    }

        .g-table-scroll__td a:hover,
        .g-table-scroll__td .g-link:hover {
            color: #000;
            text-decoration: underline;
        }


.g-table-scroll__row_header {
    font-weight: bold;
    text-align: center;
    padding-right: 18px;
    background: #fff;
    margin-right: 18px;
}

.g-table-scroll__rows_header {
    margin: 0 0 -18px 0;
}


.ios .g-table-scroll__rows_header {
    margin-bottom: 0;
}


/* ����, ������ */
.g-table-scroll__rows_header::-webkit-scrollbar {
    width: 0;
}

/* ie 10+ */
.g-table-scroll__rows_header {
    -ms-overflow-style: none;
}

/* �� (�������� ������ �� ��������, ������ �������� ���� ���)*/
.g-table-scroll__rows_header {
    overflow: -moz-scrollbars-none;
}

.g-table-scroll__rows_count-2 {
    height: 85px;
}

.g-table-scroll__rows_count-4 {
    height: 355px;
}


.g-table-scroll__rows_header + .g-table-scroll__rows_count-2 {
    height: 102px;
}

.g-table-scroll__rows_header + .g-table-scroll__rows_count-4 {
    height: 192px;
}

.g-table-scroll__td_color-blue .g-link,
.g-table-scroll__td_color-blue a {
    color: #0015b0;
}

    .g-table-scroll__td_color-blue .g-link:hover,
    .g-table-scroll__td_color-blue a:hover {
        color: #0015b0;
        text-decoration: underline;
    }










.e-rate__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 -10px;
}

    .e-rate__row > div {
        margin: 0 10px;
    }

.e-rate__col-100 {
    width: 100%;
}

.e-rate__round {
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 75px;
    font-weight: bold;
    font-size: 45px;
    border-radius: 80px;
    text-align: center;
    box-shadow: 2px 4px 5px rgba(0,0,0,.3);
}


.e-rate__round_cny {
    background: rgb(110,25,207);
    background: linear-gradient(0deg, rgba(110,25,207,1) 0%, rgba(198,34,145,1) 100%);
}

.e-rate__round_usd {
    background: rgb(110,25,207);
    background: linear-gradient(0deg, #661acd 0%, #2c70f9 100%);
}

.e-rate__input {
    width: 124px;
    border-radius: 100px;
    border: 1px #000 solid;
    font-size: 25px;
    text-align: center;
    text-indent: 18px;
    padding: 0px 0 2px 0;
}

.e-rate__text {
    width: 124px;
    border-radius: 100px;
    font-size: 25px;
    text-align: center;
    padding: 0px 0 2px 0;
    display: inline-block;
    border: 1px #e5e5e5 solid;
    color: #000;
    cursor: default;
}


.e-rate__title-small {
    font-size: 16px;
    font-weight: 100;
}

.e-rate__title-big {
    font-size: 25px;
    text-transform: uppercase;
}

.e-rate__description {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
}

.e-rate__btn-save {
    margin: 50px auto;
    display: block;
    background: rgb(186,212,249);
    background: linear-gradient(0deg, rgba(186,212,249,1) 0%, rgba(186,237,253,1) 100%);
    color: #000101;
    text-align: center;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    max-width: 200px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

    .e-rate__btn-save:hover {
        background: linear-gradient(0deg, rgba(186,237,253,1) 0%, rgba(186,212,249,1) 100%);
    }













.report-delivery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -10px;
}


.report-delivery__header-left {
    display: flex;
    margin: 0 -15px;
}

    .report-delivery__header-left > div {
        margin: 0 15px;
    }


.report-delivery__header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -15px;
}

    .report-delivery__header-right > div {
        margin: 0 15px;
    }


.report-delivery__info-name {
    color: #000;
    padding-right: 5px;
}

.report-delivery__info-count {
    color: #646464;
}

.report-delivery__btn-filter {
    display: flex;
    border: 0;
    background: none;
}

    .report-delivery__btn-filter svg {
        fill: #77767d;
        margin-right: 10px;
    }


.report-delivery__btn-download {
    display: flex;
    border: 0;
    background: none;
    color: #000;
}

    .report-delivery__btn-download:hover {
        color: #000;
    }

    .report-delivery__btn-download svg {
        fill: #77767d;
        margin-right: 10px;
    }

.report-delivery__filter-menu {
    border: 1px #000 solid;
    padding: 10px 10px;
    width: 200px;
    font-weight: bold;
}

    .report-delivery__filter-menu input {
        margin-right: 5px;
    }

    .report-delivery__filter-menu label {
        cursor: pointer;
    }













.footer {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0;
    padding: 50px 0;
}

    .footer > div {
        margin: 0 10px;
    }



.footer__title {
    font-size: 18px;
}

.footer__description {
    font-size: 16px;
}


.td-color-blue .g-link,
.td-color-blue a {
    color: #0023b8;
}

    .td-color-blue .g-link:hover,
    .td-color-blue a:hover {
        color: #0023b8;
        text-decoration: underline;
    }


.td-read-more {
    color: #0023b8;
    font-size: 16px;
    cursor: pointer;
}

    .td-read-more:hover {
        text-decoration: underline;
    }






.header__nav-setting {
    cursor: pointer;
}

.header__nav-setting-icon {
    width: 32px;
    fill: #666;
}

.header__nav-setting:hover .header__nav-setting-icon {
    fill: #000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px;
    height: 61px;
    padding: 0 45px 2px 45px;
}

    .header-container > div {
        margin: 0 10px;
    }

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container__col {
    margin: 0 10px;
}


.panel__badge {
    color: #0017b0;
    text-decoration: underline;
    font-size: 16px;
    width: 200px;
    white-space: nowrap;
    cursor: pointer;
}

    .panel__badge:hover {
        text-decoration: none;
    }









.breadcrumbs, .breadcrumbs a {
    color: #4927a9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

    .breadcrumbs a:hover {
        text-decoration: underline;
    }


.breadcrumbs {
    margin: 20px 0 10px 0;
    padding: 10px 0;
    border-radius: 4px;
    color: #979797;
}

    .breadcrumbs span {
        margin: 0 15px;
    }

.header [aria-expanded="true"] ~ .navbar-collapse,
.header .navbar-collapse.collapsing {
    position: absolute;
    right: 0;
    top: 49px;
    padding: 10px;
    background: #fff;
    border: 1px #e1e1e1 solid;
}


    .header [aria-expanded="true"] ~ .navbar-collapse .navbar-nav .dropdown-menu {
        position: static;
    }

    .header [aria-expanded="true"] ~ .navbar-collapse .dropdown-menu.show {
        display: block;
    }

    .header [aria-expanded="true"] ~ .navbar-collapse .dropdown-menu {
        border: none;
        background: #f3f3f3;
    }


body {
    background: #e2e0e3;
    overflow-x: hidden;
    padding-top: 30px;
}


.header a,
.header button {
    font-size: 14px;
}

.logo {
    width: 100%;
    max-width: 140px;
}

.header__reports {
    display: flex;
    color: #fff;
    margin: 0 -30px;
    font-size: 13px;
}

    .header__reports > div {
        margin: 0 30px;
    }

.header__report-link {
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}

    .header__report-link > span {
        display: block;
    }

    .header__report-link:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #fff;
    }

.header__cashflowsmanager {
    display: flex;
}

    .header__cashflowsmanager > a {
        font-size: 30px;
        font-weight: bold;
    }

        .header__cashflowsmanager > a:first-child {
            margin-right: 30px;
        }

.purple {
    color: #9d47df;
}


.header__bell {
    position: relative;
    margin-right: 25px;
}

    .header__bell > div:first-child {
        position: relative;
        width: fit-content;
    }

.header__bell-icon {
    width: 30px;
}

.header__bell-text {
    background: #da6566;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -10px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-radius: 100px 100px 100px 100px;
    padding: 0px 7px;
    font-family: auto;
    line-height: 22px;
}


.main-block {
    background: #fff;
    contain: content;
    border-radius: 6px;
    margin-top: 30px;
}

.block-m-2 {
    margin: 20px 30px;
}

@media all and (max-width: 600px) {
    .block-m-2 {
        margin: 5px;
    }
}

.main-title {
    font-size: 26px;
}


.main-block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}


.btn-create__icon-plus {
    display: inline-block;
    background: #6135be;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 11px 21px 12px 17px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
    border: 0;
}

    .btn-create__icon-plus > svg {
        width: 17px;
        fill: #fff;
        top: -1px;
        position: relative;
    }

    .btn-create__icon-plus:hover {
        background: #8e59ff;
        color: #fff;
    }

        .btn-create__icon-plus:hover svg {
            fill: #fff;
        }

    .btn-create__icon-plus.disabled, .btn-create__icon-plus:disabled {
        color: #fff;
        background-color: lightblue;
        border-color: #198754;
        cursor: auto;
    }






.btn-create__blue-gradient {
    display: inline-block;
    background: rgb(1,192,250);
    background: linear-gradient(90deg, rgba(1,192,250,1) 0%, rgba(0,107,237,1) 100%, rgba(25,87,178,1) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    padding: 11px 25px 12px 25px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
}

    .btn-create__blue-gradient:hover {
        color: #fff;
        background: rgb(1,192,250);
        background: linear-gradient(270deg, rgba(1,192,250,1) 0%, rgba(0,107,237,1) 100%, rgba(25,87,178,1) 100%);
    }

.btn-save__green-gradient {
    display: inline-block;
    background: rgb(25,178,77);
    background: linear-gradient(270deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    padding: 11px 25px 12px 25px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
}

    .btn-save__green-gradient:hover {
        background: rgb(25,178,77);
        background: linear-gradient(90deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
        color: #fff;
    }




.w75px {
    width: 75px;
}


/*TOOGLE START*/
.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

.form-switch .form-check-input:checked {
    background-color: #6b12c4;
    border-color: #6b12c4;
}

/*TOOGLE END*/

.bg_arrived {
    background-color: #c8ffce !important;
}

.bg-isforuser {
    background-color: aliceblue;
}

.bg-isforucox {
    background-color: antiquewhite;
}


.p-delivery__table tbody tr:hover td {
    cursor: pointer;
    position: relative;
}

    .p-delivery__table tbody tr:hover td:first-child::after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 100%;
        background: rgb(12,186,251);
        background: linear-gradient(0deg, rgba(12,186,251,1) 0%, rgba(66,133,236,1) 100%);
        top: 0;
        left: 0;
    }

.p-delivery__table tbody td:first-child {
    padding-left: 14px;
}

.p-balance-chield__table {
    min-width: 750px;
}

    .p-balance-chield__table tbody tr > td:first-child {
        border-radius: 8px 0 0 8px;
    }

    .p-balance-chield__table tbody tr > td:last-child {
        border-radius: 0 8px 8px 0;
    }














/*
.p-product__table {
    overflow-wrap: anywhere;
    width: 100%;
    margin-top: 20px;
}

    .p-product__table thead {
    }


    .p-product__table tbody {
    }

        .p-product__table tbody tr {
            height: 60px;
        }*/


/*
.p-product__table tbody td {
    border-width: 0 0 3px 0;
    border-color: #fff;
    padding: 7px 5px;
    line-height: 14px;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
}*/


.p-product__table th {
    align-items: center;
    background-clip: padding-box;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 12px;
    margin-left: 10px;
    outline: none;
    padding: 12px 8px 12px 8px;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
}

.p-product__table td {
    border-top: 1px solid #f0f0f3;
    font-size: .81rem;
    line-height: 3rem;
    background-clip: padding-box;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 10px;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    transition: .2s;
    text-align: center;
}

.p-product__table > tbody > tr > td:first-child {
    padding-left: 16px;
    position: relative;
}

.p-product__table-scroll {
    height: auto;
    overflow: auto;
    box-shadow: 1px 0px 4px rgba(0,0,0,.4);
}

.p-product__table > tbody > tr:hover {
    cursor: pointer;
}

    .p-product__table > tbody > tr:hover > td {
        background-color: #f7f7fa;
        border-top: 1px solid #9260c7;
        border-top: 1px solid #008000;
    }

    .p-product__table > tbody > tr:hover + tr > td {
        border-top: 1px solid #9260c7;
        border-top: 1px solid #008000;
    }

    .p-product__table > tbody > tr:hover + tr.collapse + tr > td {
        border-top: 1px solid #9260c7;
        border-top: 1px solid #008000;
    }


.p-product__table > tbody > tr > td[id^="collapse"] > div {
    margin: 20px;
}


.p-product__table > tbody > tr > td:last-child,
.p-product__table > thead > tr > th:last-child {
    max-width: 100px;
    width: 100px;
    min-width: 0px;
    position: sticky;
    z-index: 3;
    right: 0px;
}


.p-product__table td textarea {
    line-height: 18px;
    display: block;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.p-product__table td input {
    height: 40px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    line-height: 40px;
    vertical-align: middle;
    margin-top: 0;
    padding-bottom: 0;
}



.p-product__table .form-check {
    min-height: auto;
    margin: 0;
}
















.breadcrumb {
    display: block;
}



.breadcrumb__items {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

.breadcrumb__items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb__link {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 500;
}

    .breadcrumb__link:hover {
        color: #5e5e5e;
        text-decoration: underline;
    }

.breadcrumb__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.breadcrumb__seporator {
    font-size: 18px;
    color: #bebebe;
    font-weight: 500;
    margin: 0 15px;
}

.breadcrumb__text {
    color: #bebebe;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb__items > div {
    margin: 0 10px;
}


.breadcrumb__btn-to-back {
    display: flex;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    transition: .2s;
    margin: 0 -3px;
}

    .breadcrumb__btn-to-back > * {
        margin: 0 3px;
    }

    .breadcrumb__btn-to-back:hover {
        color: #000;
        text-decoration: none;
        background: #f9f9f9;
    }






.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100px;
    letter-spacing: 1.2px;
}

.dropdown-menu__header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

    .dropdown-menu__header > span {
    }













.p-delivery__table tbody .bg_run td {
    background: rgb(206,241,254);
    background: linear-gradient(0deg, rgba(206,241,254,1) 0%, rgba(217,231,251,1) 100%);
}

.p-product__table-icons {
    display: flex;
    margin: 0 -5px;
}

    .p-product__table-icons > * {
        margin: 0 5px;
    }

.p-product__table-icon {
    border: 1px solid #f0f0f3;
    border-radius: 12px;
    cursor: pointer;
    transition: width .1s ease-out;
    z-index: 4;
    align-items: center;
    background: #fff;
    box-shadow: 0 20px 20px #0000000a;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

    .p-product__table-icon > svg {
    }






.p-product__table.bg-auto tbody td {
    background-color: inherit;
}

.p-delivery__table tbody td:first-child {
    border-radius: 4px 0 0 8px;
    border-radius: 0;
}

.p-product__table tbody td:last-child {
    border-radius: 0 8px 8px 0;
    border-radius: 0;
}





.modal-header__link {
    color: #0017b0;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

    .modal-header__link:hover {
        text-decoration: underline;
    }

.modal__row-white {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.modal__row-white-title {
    font-size: 16px;
    font-weight: 500;
}

.modal__col-2 {
    display: flex;
    margin: 0 -15px;
    align-items: center;
    justify-content: space-between;
}

    .modal__col-2 > div {
        margin: 0 15px;
        width: 50%;
    }


.modal-content__gray {
    background: #f2f1f6;
}

.modal__input-tag {
    border-radius: 8px;
    background: #e4e4e6;
    text-align: center;
    border: 1px #e4e4e6 solid;
    height: 44px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #4d6aea;
    font-size: 24px;
}

.modal-title_black {
    height: 50px;
    line-height: 50px;
}











.balance-china__header-btns {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

    .balance-china__header-btns > div {
        margin: 0 15px;
    }

.balance-china__btn-pen {
    border: 1px #c5c5c5 solid;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100px;
    line-height: 31px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

    .balance-china__btn-pen:hover {
        background: rgba(255,255,255,.9);
    }

.balance-china__btn-basket {
    border: 1px #c5c5c5 solid;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100px;
    line-height: 31px;
    cursor: pointer;
    margin: 0 5px;
}

    .balance-china__btn-basket:hover {
        background: rgba(255,255,255,.9);
    }

.balance-china__btn-add-record {
    background: rgb(78,200,49);
    background: linear-gradient(90deg, rgba(78,200,49,1) 0%, rgba(25,178,77,1) 100%);
    border-radius: 8px;
    height: 44px;
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #fff solid;
}

    .balance-china__btn-add-record:hover {
        cursor: pointer;
        background: rgba(25,178,77,1);
        background: linear-gradient(90deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
    }


.balance-china__btn-add-tag {
    background: #fff;
    border-radius: 8px;
    height: 44px;
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #878787 solid;
}

    .balance-china__btn-add-tag:hover {
        cursor: pointer;
        background: #f3f3f3;
    }


.balance-china__btn-print {
    background: #fff;
    border-radius: 8px;
    height: 44px;
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #878787 solid;
}


    .balance-china__btn-print:hover {
        cursor: pointer;
        background: #f3f3f3;
        color: #000;
    }


.modal__btn-add-tag {
    background: #fff;
    border-radius: 8px;
    height: 44px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #878787 solid;
    margin-bottom: 20px;
}

    .modal__btn-add-tag:hover {
        cursor: pointer;
        background: #f3f3f3;
    }


.balance-china__balance-count {
    font-weight: bold;
    color: #606060;
    margin-left: 10px;
}






.p-product__table {
    width: 100%;
}

.p-product__table-image {
    width: 30px;
}

.p-product__table-td-image {
    text-align: center;
}

.p-product__table-td-category {
    color: #000;
    min-width: 70px;
}

.p-product__table-td-title {
    min-width: 90px;
}

.p-product__table-td-url {
}

.p-product__table-td-price {
    min-width: 60px;
}

.p-product__table-td-size {
    min-width: 80px;
}

.p-product__table-td-date-create {
    min-width: 90px;
}

.p-product__table-td-vendor-code {
    min-width: 90px;
}


.p-product__filter-search {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjAzOTIgMTUuNjI0NEMxOC4yNzE0IDE0LjA4NCAxOS4wMDgyIDEyLjEzMDEgMTkuMDA4MiAxMC4wMDQxQzE5LjAwODIgNS4wMzEyNyAxNC45NzY5IDEgMTAuMDA0MSAxQzUuMDMxMjcgMSAxIDUuMDMxMjcgMSAxMC4wMDQxQzEgMTQuOTc2OSA1LjAzMTI3IDE5LjAwODIgMTAuMDA0MSAxOS4wMDgyQzEyLjEzMDEgMTkuMDA4MiAxNC4wODQgMTguMjcxNCAxNS42MjQ0IDE3LjAzOTJMMjEuMjkyMSAyMi43MDdDMjEuNjgyOCAyMy4wOTc3IDIyLjMxNjMgMjMuMDk3NyAyMi43MDcgMjIuNzA3QzIzLjA5NzcgMjIuMzE2MyAyMy4wOTc3IDIxLjY4MjggMjIuNzA3IDIxLjI5MjFMMTcuMDM5MiAxNS42MjQ0Wk0xMC4wMDQxIDE3LjAxNzNDNi4xMzA4IDE3LjAxNzMgMi45OTA4NyAxMy44Nzc0IDIuOTkwODcgMTAuMDA0MUMyLjk5MDg3IDYuMTMwOCA2LjEzMDggMi45OTA4NyAxMC4wMDQxIDIuOTkwODdDMTMuODc3NCAyLjk5MDg3IDE3LjAxNzMgNi4xMzA4IDE3LjAxNzMgMTAuMDA0MUMxNy4wMTczIDEzLjg3NzQgMTMuODc3NCAxNy4wMTczIDEwLjAwNDEgMTcuMDE3M1oiIGZpbGw9IiNhOWE5YTkiLz4NCjwvc3ZnPg);
    background-position: calc(100% - 10px) center;
    background-size: 30px;
    width: 100%;
    min-width: 270px;
    padding-right: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
}

.p-product__filter-text {
    background-size: 21px;
    width: 100%;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 14px;
}


.p-product__filter-dates {
    display: flex;
    margin: 0 -11px;
}

    .p-product__filter-dates > div {
        margin: 0 11px;
    }

.p-product__filter-date {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4NCgk8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNMyA4LjI2NjY3VjE5QzMgMTkuNTUyMyAzLjQ0NzcyIDIwIDQgMjBIMjBDMjAuNTUyMyAyMCAyMSAxOS41NTIzIDIxIDE5VjguMjY2NjdNMyA4LjI2NjY3VjVDMyA0LjQ0NzcyIDMuNDQ3NzIgNCA0IDRIMjBDMjAuNTUyMyA0IDIxIDQuNDQ3NzIgMjEgNVY4LjI2NjY3TTMgOC4yNjY2N0gyMSIgc3Ryb2tlPSIjYTlhOWE5IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQoJPC9nPg0KCTxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2RfMTVfMjY4KSI+DQoJCTxwYXRoIGQ9Ik03IDJWNSIgc3Ryb2tlPSIjYTlhOWE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCgk8L2c+DQoJPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjJfZF8xNV8yNjgpIj4NCgkJPHBhdGggZD0iTTE3IDJWNSIgc3Ryb2tlPSIjYTlhOWE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCgk8L2c+DQoJPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfZF8xNV8yNjgpIj4NCgkJPHBhdGggZD0iTTE4IDExSDE2IiBzdHJva2U9IiNhOWE5YTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KCTwvZz4NCgk8ZyBmaWx0ZXI9InVybCgjZmlsdGVyNF9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNMTggMTdIMTYiIHN0cm9rZT0iI2E5YTlhOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQoJPC9nPg0KCTxnIGZpbHRlcj0idXJsKCNmaWx0ZXI1X2RfMTVfMjY4KSI+DQoJCTxwYXRoIGQ9Ik0xMyAxMUgxMSIgc3Ryb2tlPSIjYTlhOWE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCgk8L2c+DQoJPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjZfZF8xNV8yNjgpIj4NCgkJPHBhdGggZD0iTTEzIDE3SDExIiBzdHJva2U9IiNhOWE5YTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KCTwvZz4NCgk8ZyBmaWx0ZXI9InVybCgjZmlsdGVyN19kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNOCAxMUg2IiBzdHJva2U9IiNhOWE5YTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KCTwvZz4NCgk8ZyBmaWx0ZXI9InVybCgjZmlsdGVyOF9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNOCAxN0g2IiBzdHJva2U9IiNhOWE5YTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KCTwvZz4NCgk8ZyBmaWx0ZXI9InVybCgjZmlsdGVyOV9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNMTggMTRIMTYiIHN0cm9rZT0iI2E5YTlhOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQoJPC9nPg0KCTxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxMF9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNMTMgMTRIMTEiIHN0cm9rZT0iI2E5YTlhOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQoJPC9nPg0KCTxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxMV9kXzE1XzI2OCkiPg0KCQk8cGF0aCBkPSJNOCAxNEg2IiBzdHJva2U9IiNhOWE5YTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KCTwvZz4NCgk8ZGVmcz4NCgkJPGZpbHRlciBpZD0iZmlsdGVyMF9kXzE1XzI2OCIgeD0iMS41IiB5PSIzLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPg0KCQkJPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4NCgkJCTxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPg0KCQkJPGZlT2Zmc2V0IGR5PSIxIi8+DQoJCQk8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIwLjUiLz4NCgkJCTxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4Ii8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiIHJlc3VsdD0ic2hhcGUiLz4NCgkJPC9maWx0ZXI+DQoJCTxmaWx0ZXIgaWQ9ImZpbHRlcjFfZF8xNV8yNjgiIHg9IjUuNSIgeT0iMS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQoJCQk8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KCQkJPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+DQoJCQk8ZmVPZmZzZXQgZHk9IjEiLz4NCgkJCTxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuNSIvPg0KCQkJPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIgcmVzdWx0PSJzaGFwZSIvPg0KCQk8L2ZpbHRlcj4NCgkJPGZpbHRlciBpZD0iZmlsdGVyMl9kXzE1XzI2OCIgeD0iMTUuNSIgeT0iMS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQoJCQk8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KCQkJPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+DQoJCQk8ZmVPZmZzZXQgZHk9IjEiLz4NCgkJCTxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuNSIvPg0KCQkJPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIgcmVzdWx0PSJzaGFwZSIvPg0KCQk8L2ZpbHRlcj4NCgkJPGZpbHRlciBpZD0iZmlsdGVyM19kXzE1XzI2OCIgeD0iMTQuNSIgeT0iMTAuNSIgd2lkdGg9IjUiIGhlaWdodD0iMyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPg0KCQkJPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4NCgkJCTxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPg0KCQkJPGZlT2Zmc2V0IGR5PSIxIi8+DQoJCQk8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIwLjUiLz4NCgkJCTxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4Ii8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiIHJlc3VsdD0ic2hhcGUiLz4NCgkJPC9maWx0ZXI+DQoJCTxmaWx0ZXIgaWQ9ImZpbHRlcjRfZF8xNV8yNjgiIHg9IjE0LjUiIHk9IjE2LjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCQk8ZmlsdGVyIGlkPSJmaWx0ZXI1X2RfMTVfMjY4IiB4PSI5LjUiIHk9IjEwLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCQk8ZmlsdGVyIGlkPSJmaWx0ZXI2X2RfMTVfMjY4IiB4PSI5LjUiIHk9IjE2LjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCQk8ZmlsdGVyIGlkPSJmaWx0ZXI3X2RfMTVfMjY4IiB4PSI0LjUiIHk9IjEwLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCQk8ZmlsdGVyIGlkPSJmaWx0ZXI4X2RfMTVfMjY4IiB4PSI0LjUiIHk9IjE2LjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCQk8ZmlsdGVyIGlkPSJmaWx0ZXI5X2RfMTVfMjY4IiB4PSIxNC41IiB5PSIxMy41IiB3aWR0aD0iNSIgaGVpZ2h0PSIzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQoJCQk8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KCQkJPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+DQoJCQk8ZmVPZmZzZXQgZHk9IjEiLz4NCgkJCTxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjAuNSIvPg0KCQkJPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIgcmVzdWx0PSJzaGFwZSIvPg0KCQk8L2ZpbHRlcj4NCgkJPGZpbHRlciBpZD0iZmlsdGVyMTBfZF8xNV8yNjgiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjUiIGhlaWdodD0iMyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPg0KCQkJPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4NCgkJCTxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPg0KCQkJPGZlT2Zmc2V0IGR5PSIxIi8+DQoJCQk8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIwLjUiLz4NCgkJCTxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4Ii8+DQoJCQk8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNV8yNjgiIHJlc3VsdD0ic2hhcGUiLz4NCgkJPC9maWx0ZXI+DQoJCTxmaWx0ZXIgaWQ9ImZpbHRlcjExX2RfMTVfMjY4IiB4PSI0LjUiIHk9IjEzLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4NCgkJCTxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCgkJCTxmZU9mZnNldCBkeT0iMSIvPg0KCQkJPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC41Ii8+DQoJCQk8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiLz4NCgkJCTxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzE1XzI2OCIvPg0KCQkJPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTVfMjY4IiByZXN1bHQ9InNoYXBlIi8+DQoJCTwvZmlsdGVyPg0KCTwvZGVmcz4NCjwvc3ZnPg==);
    background-position: calc(100% - 10px) center;
    background-size: 30px;
    width: 100%;
    padding-right: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
}


.p-product__paginator {
    margin: 20px 0 0 0;
}

    .p-product__paginator .btn-secondary {
        color: #fff;
        background-color: #9d6be7;
        border-color: #ffffff;
    }

        .p-product__paginator .btn-secondary:hover {
            color: #fff;
            background-color: #6135be;
            border-color: #ffffff;
        }

        .p-product__paginator .btn-check:active + .btn-secondary,
        .p-product__paginator .btn-check:checked + .btn-secondary,
        .p-product__paginator .btn-secondary.active,
        .p-product__paginator .btn-secondary:active,
        .p-product__paginator .show > .btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: #6135be;
            border-color: #ffffff;
        }

    .p-product__paginator .btn.disabled,
    .p-product__paginator .btn:disabled,
    .p-product__paginator fieldset:disabled .btn {
        opacity: .40;
    }


input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-edit__left .product-edit__left-link:first-child {
    margin-top: 0;
}

.product-edit__left .product-edit__left-link:last-child {
    margin-bottom: 0;
}

.product-edit__left-btn {
    margin-top: 25px;
}

.product-edit__left-link {
    color: #8727a9;
    text-decoration: none;
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 16px;
}

    .product-edit__left-link:hover {
        color: #8727a9;
        text-decoration: underline;
    }

.product-edit__right-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-edit__right-row {
    margin-bottom: 20px;
}

.product-edit__right-row-title {
    font-size: 14px;
    margin: 6px 0 0 0;
}

div.product-edit__right-dropzone {
    border: 2px dashed rgba(0,0,0,.3);
    color: #9d9d9d;
    line-height: 40px;
}


.product-edit__right-files-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
    padding: 2px 2px 4px 2px;
    width: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.product-edit__right-files {
    position: relative;
}

    .product-edit__right-files svg {
        width: 20px;
        height: 20px;
    }

.g-btn {
    background: #6b12c4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 18px 21px 19px 17px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
    border: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 300px;
}

.g-btn_small {
    padding: 11px 21px 12px 17px;
}

.g-btn_max-width {
    max-width: 220px;
}


.g-btn:hover {
    background: #8934df;
    color: #fff;
}


.g-btn_filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .g-btn_filter svg {
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 10px;
    }

.g-btn_icon-svg {
    text-align: center;
}

    .g-btn_icon-svg svg {
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 10px;
    }

    .g-btn_icon-svg img {
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 10px;
    }

.g-btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}



.users-filter-btn {
    margin: 20px 0 0 0;
}


.g-nav-tabs.nav-tabs {
    border-bottom: 1px solid #6b12c4;
}

    .g-nav-tabs.nav-tabs .nav-link:focus,
    .g-nav-tabs.nav-tabs .nav-link:hover {
        border-color: #6b12c4 #6b12c4 #6b12c4;
        isolation: isolate;
    }

    .g-nav-tabs.nav-tabs .nav-item.show .nav-link,
    .g-nav-tabs.nav-tabs .nav-link.active {
        color: #6b12c4;
        background-color: #fff;
        border-color: #6b12c4 #6b12c4 #fff;
        font-weight: 600;
    }

.g-nav-tabs .nav-link {
    color: #6e6e6e;
    font-weight: 600;
}


.g-link {
    color: #000;
}

    .g-link:hover {
        color: #5766db;
        text-decoration: none;
    }


.users-filters__collapse {
    border: 1px #c9c9c9 solid;
    border-top: 0;
    background: #f3f3f3;
    margin: -2px 0 0 0;
    padding: 20px 0 25px 0;
}

.popup-more {
    color: #9d47df;
    text-decoration: underline;
}

.order_btn-group label {
    border-bottom: 6px solid lightgray;
}

    .order_btn-group label.xactive {
        border-bottom: 6px solid #6135be;
    }

    .order_btn-group label > input {
        appearance: none;
    }

.cursor-pointer {
    cursor: pointer;
}


.modalloading {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 1px;
    z-index: 9999;
}

    .modalloading > div {
        margin: 20% auto;
        padding: 10px;
        font-size: 22px;
        color: #f5deb3;
        width: 50%;
        border: #ffc107 1px solid;
    }

    .modalloading svg {
        width: 24px;
    }





.p-order__table {
    -overflow-wrap: anywhere;
    width: 100%;
    margin-top: 20px;
}

    .p-order__table thead {
    }

        .p-order__table thead th {
            padding: 7px 5px;
            font-size: 14px;
        }

    .p-order__table tbody {
    }

        .p-order__table tbody tr {
            -height: 60px;
            vertical-align: middle;
        }

            .p-order__table tbody tr:hover td {
                -background-color: #dde2f8;
                -cursor: pointer;
            }

        .p-order__table tbody td {
            border-width: 0 0 3px 0;
            border-color: #fff;
            padding: 7px 5px;
            -background-color: #f2eff9;
            line-height: 14px;
            font-weight: 500;
            font-size: 14px;
        }

            .p-order__table tbody td:first-child {
                border-radius: 4px 0 0 8px;
                border-radius: 0;
            }

            .p-order__table tbody td:last-child {
                border-radius: 0 8px 8px 0;
                border-radius: 0;
            }


    .p-order__table select {
        -height: 22px;
    }

.p-order__table-image {
    width: 30px;
}

.p-order__table-td-image {
    text-align: center;
}

.p-order__table-td-category {
    color: #9d47df;
    min-width: 70px;
}

.p-order__table-td-title {
    min-width: 90px;
}

.p-order__table-td-url {
}

.p-order__table-td-price {
    min-width: 60px;
}

.p-order__table-td-size {
    min-width: 80px;
}

.p-order__table-td-date-create {
    min-width: 90px;
}

.p-order__table-td-vendor-code {
    min-width: 90px;
}








.bg-amy-crisp {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%) !important
}

thead.thead-yellow {
    background: #6b12c436;
}

.profile-form__row {
    margin: 5px 0;
}

    .profile-form__row label {
        font-weight: 600;
        line-height: 16px;
    }

.profile-form__title {
    font-size: 18px;
    font-weight: 600;
}


.btn-collapse-arrow {
    color: #c3c3c3;
    background-color: none;
    border-color: none;
    border: none;
    background: none;
    line-height: 1rem;
    height: 1.7rem;
}

    .btn-collapse-arrow svg {
        width: 0.8rem;
        width: 1.2rem;
        fill: #c3c3c3;
    }

    .btn-collapse-arrow:hover {
        background-color: none;
        border-color: none;
        border: none;
        background: none;
    }

        .btn-collapse-arrow:hover svg {
        }

.collapse-parent svg {
    rotate: 180deg;
}


.validation-summary-errors {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .validation-summary-errors ul {
        list-style-type: none;
        -border: #6b12c4 1px dashed;
        background: #8a5bb9;
        padding: 0 10px;
    }

        .validation-summary-errors ul li {
            color: white;
        }


.orderproduct-danger {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}



    .orderproduct-danger > div > div {
        list-style-type: none;
        border: #6b12c4 1px dashed;
        background: darkred;
        padding: 5px;
        color: white;
        text-align: center;
    }

.orderuserinfoblock span svg {
    width: 20px;
    height: 20px;
    fill: #6b12c4;
    margin-right: 10px;
    margin-top: -4px;
}


.nav-balance > a {
    color: #6b12c4;
    background-color: #fff;
    border-color: #6b12c4 #6b12c4 #fff;
    font-size: 18px;
    font-weight: 600;
}



.form-style__input {
    background-size: 21px;
    width: 100%;
    padding-right: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
}




.validation-summary-errors li {
    list-style-type: none;
}


@media (min-width: 576px) {
    .-modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}



.header-container__col .float-start {
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bg_run td {
    --background: #0a53be !important;
}


.delivery-table-wrapper {
    overflow-x: auto;
}

    .delivery-table-wrapper > table {
        min-width: 1750px;
    }


input[type="radio"]:checked + label {
}

.dr_datetimepicker {
    border-radius: 6px;
    border: 1px #cfcfcf solid;
    padding: 8px 0px;
    width: 110px;
    text-align: center;
}














.mobile-nav {
    display: none;
}

#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
}

    #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
    font-size: 18px;
    margin: 0px 0;
    background: none;
}
    

        #menuToggle a:hover {
            color: #000;
        }


    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */

        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }


    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #ffffff;
    }



        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }


        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }










#menu {
    position: absolute;
    width: 300px;
    margin: 15px 0 0 400px;
    padding: 20px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

    #menu li {
        padding: 5px 0;
        font-size: 18px;
    }


#menuToggle input:checked ~ ul {
    transform: none;
}


#menuToggle input:checked ~ #menu {
    margin-left: -220px;
}





.desctop-nav {
    display: block;
}

.balance-china__table-wrapper {
    overflow-x: auto;
    border: 1px #cfcfcf solid;
    border-radius: 8px;
    padding: 0px 10px 10px 10px;
    margin-top: 30px;
}







@media all and (max-width: 1200px) {
    .header__nav .desctop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .header__reports > div:nth-child(3) {
        display: none;
    }

    .panel-row {
        flex-direction: column;
        margin: 0px -15px;
    }

    .panel-col-left {
        max-width: calc(100% - 20px);
    }

    .panel-col-right {
        max-width: calc(100% - 20px);
    }

    .panel-row > div {
        margin: 20px 0;
    }


    .report-delivery__header {
        flex-wrap: wrap;
    }

        .report-delivery__header > div:first-child {
            margin-bottom: 20px;
        }
}




@media all and (max-width: 1000px) {
    .header__nav .desctop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .header__reports > div:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 950px) {
    .footer {
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .footer > div {
            margin: 30px 20px;
            text-align: center;
        }

    .report-delivery__header-left {
        flex-wrap: wrap;
    }

    .main-block__header {
        flex-wrap: wrap;
    }

    .main-title_chain-balance {
        margin-bottom: 18px;
    }
}



@media all and (max-width: 700px) {
    .balance-china__header-btns {
        flex-wrap: wrap;
    }

        .balance-china__header-btns > div {
            margin-bottom: 15px;
        }

    .main-block {
        padding: 15px 15px;
    }
}

@media all and (max-width: 650px) {
    .header__cashflowsmanager {
        display: none;
    }

    .delivery-summ {
        display: flex;
        flex-direction: column;
    }

    .total-passes__title {
        border-radius: 14px;
        margin-bottom: 5px;
        text-align: center;
    }

    .total-passes__count {
        border-radius: 14px;
        text-align: center;
    }

    .e-rate__row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .e-rate__input {
        text-indent: 0px;
    }
}


@media all and (max-width: 550px) {
    .header-container__col {
        display: none;
    }
}

// /***************profile ****/
.form-images-container {
    margin: 0 auto;
    width: 118px;
}


.form-product-image-wrap {
    /*float: left;
    height: 120px;
    width: 120px;
    margin: 5px;
    position: relative;*/
    /*    float: left;
    height: 120px;
    width: 120px;
    margin: 5px;
    display: flex;
    position: relative;*/
    height: 120px;
    width: 120px;
    position: relative;
}

.form-product-image-subwrap {
    overflow: hidden;
    /*float: left;
    height: 120px;
    width: 120px;
    margin: 5px;
    position: relative;*/
    border-radius: 50%;
}

.form-upload-image-wrap {
    overflow: hidden;
    /*float: left;
    height: 120px;
    width: 120px;
    margin: 5px;
    position: relative;*/
    border-radius: 50%;
}

.form-product-image-subwrap.not-cover {
    cursor: pointer;
}

    .form-product-image-subwrap.not-cover:hover:after {
        content: "На обложку";
        top: 5px;
        right: 0;
        position: absolute;
        color: white;
        border-top: solid 10px #818a91;
        border-bottom: solid 10px #818a91;
        border-left: solid 10px transparent;
        padding: 0 5px;
        line-height: 0;
        opacity: .8;
        font-size: 12px;
    }

.form-product-image-subwrap.cover:after {
    content: "Обложка";
    top: 5px;
    right: 0;
    position: absolute;
    color: white;
    border-top: solid 10px #28a023;
    border-bottom: solid 10px #28a023;
    border-left: solid 10px transparent;
    padding: 0 5px;
    line-height: 0;
    opacity: .8;
    font-size: 12px;
}

.form-product-image-subwrap > img {
    height: 100%;
}

.form-product-image-wrap > .delete-image {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: no-repeat center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…cgMCwxMy4yOTkgMC43LDE0IDcsNy43IDEzLjMsMTQgMTQsMTMuMjk5IDcuNyw3Ii8+PC9zdmc+);
    z-index: 9999999999;
}

.form-product-image-subwrap > .delete-image:hover {
    opacity: 1;
}

.form-upload-image-wrap input[type=file],
.form-upload-image-wrap input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.form-upload-image-wrap {
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    top: 1px;
    margin: 0;
    width: 120px;
    height: 118px;
    cursor: pointer;
    border-color: #ccc;
    color: #ccc;
}


#newManageImage_ {
    height: 120px;
    width: 120px;
    background-size: cover !important;
}

.form-upload-image-wrap:hover {
    color: #818a91;
    border-color: #818a91;
}

.form-upload-image-wrap:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 90px;
    color: #3f6ad8;
    opacity: 0.9;
}

.form-upload-image-wrap > input {
    font-size: 100px;
    opacity: 0;
    cursor: pointer;
    width: 130px;
    margin-left: -10px;
}

.modalloading {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 1px;
    z-index: 9999;
    > div

{
    margin: 20% auto;
    padding: 10px;
    font-size: 22px;
    color: #f5deb3;
    width: 50%;
    border: #ffc107 1px solid;
}

}



#newManageImage_ {
    height: 120px;
    width: 120px;
    background-size: cover !important;
}

.form-product-file-wrap {
    /*  cursor:pointer;
      float: left;
      height: 120px;
      width: 120px;
      margin: 5px;
      display: flex;
      position: relative;*/
}

.form-upload-file-wrap:hover {
    color: #818a91;
    border-color: #818a91;
}

.form-upload-file-wrap:before {
    content: "Загрузите себестоимость товаров";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #3f6ad8;
    opacity: .9;
    margin-top: -18px;
    text-decoration: underline;
}

.form-upload-file-wrap > input {
    opacity: 0;
    cursor: pointer;
    width: 290px;
    margin-left: 0;
}

.form-upload-file-wrap > span {
    margin-left: 268px;
    margin-top: -32px;
    position: relative;
    display: block;
}



.rating-area {
    overflow: hidden;
    width: 365px;
    margin: 0 auto;
}

    .rating-area:not(:checked) > input {
        display: none;
    }

    .rating-area:not(:checked) > label {
        float: right;
        width: 65px;
        padding: 0;
        cursor: pointer;
        font-size: 60px;
        line-height: 60px;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rating-area:not(:checked) > label:before {
            content: '★';
        }

    .rating-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
    }

    .rating-area:not(:checked) > label:hover,
    .rating-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rating-area > input:checked + label:hover,
    .rating-area > input:checked + label:hover ~ label,
    .rating-area > input:checked ~ label:hover,
    .rating-area > input:checked ~ label:hover ~ label,
    .rating-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

.rate-area > label:active {
    position: relative;
}

@media all and (max-width: 700px) {
    .rating-area {
        width: 205px;
    }
    .rating-area:not(:checked) > label {
        width: 40px;
        font-size: 35px;
    }
}







.changeRole__icon-svg {
    width: 30px;
    height: 30px;
    fill: #6b12c4;
    top: -4px;
    position: relative;
}

.changeRole__icon-svg {
    fill: #6b12c4;
}






.profile__bg-header {
    background: url(/images/car-parallax-blur.png);
    height: 280px;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
}

.main-block_profile {
    margin-top: 100px;
}

.profile__title-block {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px 20px -20px;
    align-items: center;
}

@media all and (max-width: 950px) {
    .profile__title-block {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media all and (max-width: 550px) {
    .profile__title-block {
        align-items: center;
    }
}

.profile__title-block > div {
    margin: 0 20px;
}

.profile__title-name-text {
    font-size: 26px;
}

.profile__link-with-icon {
    color: #5192d2;
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 0 -2px;
}

    .profile__link-with-icon:hover {
        color: #0b569f;
    }

        .profile__link-with-icon:hover .profile__link-with-icon-svg {
            fill: #0b569f;
        }

    .profile__link-with-icon > span {
        margin: 0 2px;
    }

.profile__link-with-icon-svg {
    fill: #5192d2;
}

.profile__title-block-right {
    display: flex;
    margin: 0 -10px;
}


    .profile__title-block-right > div {
        margin: 0 10px;
    }

@media all and (max-width: 950px) {
    .profile__title-block-right {
        flex-direction: column;
    }

        .profile__title-block-right > div {
            margin: 10px 10px;
        }
}


.profile-list {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 950px) {
    .profile-list {
        flex-direction: column;
    }

        .profile-list > div {
            margin: 10px 0;
        }
}

.profile-list__item {
    display: flex;
    margin: 0 -10px 5px -10px;
    align-items: center;
}

    .profile-list__item > div {
        margin: 0 15px;
        font-size: 18px;
    }

@media all and (max-width: 550px) {
    .profile-list__item {
        flex-direction: column;
    }

        .profile-list__item > div:first-child {
            margin-bottom: 5px;
        }
}

.profile-list__item-title {
    color: #999999;
}

.profile-list__item-value {
    font-weight: bold;
}




.profile__block-photo {
    display: flex;
    width: 100%;
}


    .profile__block-photo > div {
        margin: 0 20px;
    }

@media all and (max-width: 670px) {
    .profile__block-photo {
        flex-direction: column;
    }

    .form-images-container {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 550px) {
    .profile__block-photo {
        align-items: center;
    }
}

.profile__block-photo > div:last-child {
    width: 100%;
}

.profile-balance__item {
    display: flex;
    margin: 0 -20px;
    font-size: 20px;
}

    .profile-balance__item > div {
        margin: 0 20px;
    }

        .profile-balance__item > div:first-child {
            min-width: 130px;
        }

.profile-balance__item-title {
    color: #5a5a5f;
    text-align: right;
}

.profile-balance__item-value {
    color: #5a5a5f;
}



.profile-list-info {
    display: flex;
    line-height: 18px;
}

    .profile-list-info > div {
        width: 50%;
    }

@media all and (max-width: 950px) {
    .profile-list-info {
        flex-direction: column;
    }

        .profile-list-info > div {
            width: 100%;
        }
}


.profile-list-info__item {
    display: flex;
    margin: 0 -10px 15px -10px;
    font-size: 18px;
    align-items: center;
}


    .profile-list-info__item > div {
        margin: 0 10px;
    }

        .profile-list-info__item > div:first-child {
            width: 200px;
            position: relative;
        }

@media all and (max-width: 550px) {
    .profile-list-info__item > div:first-child {
        margin-bottom: 5px;
        width: initial;
    }

    .profile-list-info__item {
        flex-direction: column;
    }
}


.profile-list-info__item-title {
    color: #999999;
    text-align: right;
}

    .profile-list-info__item-title:after {
        content: ':';
        display: block;
        right: -5px;
        bottom: 0;
        position: absolute;
    }


.profile-list-info__item-value {
    color: #000;
    font-weight: 500;
}

.profile-edit-footer__controls {
    display: flex;
    justify-content: flex-end;
    margin: 10px -5px 0 -5px;
}

    .profile-edit-footer__controls > div {
        margin: 0 5px;
    }

.profile-edit-footer__btn-save {
    background-color: #008000;
    color: white;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: .2s;
}

    .profile-edit-footer__btn-save:hover {
        background-color: #02a302;
    }

.profile-edit-footer__btn-cacel {
    background-color: #8f8f8f;
    color: white;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: .2s;
}

    .profile-edit-footer__btn-cacel:hover {
        background-color: #a5a5a5;
        color: white;
    }


.form-images-container {
    position: relative;
}










.panel-debts {
    padding: 40px;
    background: #fff;
    border-radius: 14px;
    margin: 0 0 15px 0;
}

@media all and (max-width: 1200px) {
    .panel-debts {
        margin: 0 0 0 -15px;
    }
}

.panel-debts__reports {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .panel-debts__reports > div {
        margin-bottom: 20px;
    }

.panel-debts__report-link {
    color: #000;
    line-height: 24px;
    font-size: 22px;
}

    .panel-debts__report-link > span {
        display: block;
        margin-bottom: 10px;
    }

.panel-debts__report-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 24px;
}



.home-btn-logout {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e15050;
    color: #fff;
    margin: 60px auto 40px auto;
    transition: .2s;
    border-radius: 12px;
}

    .home-btn-logout:hover {
        color: #ffffff;
        background: #ff6f6f;
    }



.is-verified-green {
    position: absolute;
    top: -15px;
    left: 2px;
    height: 0px;
    z-index: 1;
}

    .is-verified-green > img {
        width: 18px;
    }


.filter-block {
    display: flex;
    margin: 0 -10px;
}

    .filter-block > div {
        margin: 0 10px;
    }

.filter-block-dop {
    display: flex;
    margin: 0 -10px;
}

    .filter-block-dop > div {
        margin: 0 10px;
    }


.filter-block > div:first-child {
    width: 400px;
}

.filter-block > div:last-child {
    /* width: calc(100% - 400px);*/
}

.filter-block-dop > div {
    width: 100%;
}


.filter-block-dop_mobile {
    /*    display: none;*/
}

@media all and (max-width: 950px) {
    .filter-block-dop {
        /*        display: none;*/
    }

    .filter-block-dop_mobile {
        display: block;
    }

    .filter-block > div:first-child {
        width: 100%;
    }

    .filter-block > div:last-child {
        width: 42px;
    }
}


.filter-block__btn-filter {
    background: #6b12c4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .1s;
    line-height: 1;
    border: 0;
    margin: 0 auto;
    display: block;
    width: 42px;
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
}

    .filter-block__btn-filter svg {
        width: 28px;
        fill: #fff;
    }

@media all and (max-width: 767px) {

    .filter-block__btn-filter {
        height: 39px;
    }
}

.filter-block__collapse {
    border-top: 0;
    padding: 15px 0 15px 0;
}

    .filter-block__collapse > div {
        margin-bottom: 10px;
    }

@media all and (min-width: 951px) {
    .filter-block__collapse {
        /*        display: none;*/
    }


    .filter-block__collapse {
        display: flex;
        width: 100%;
        margin: 0 -10px;
    }

        .filter-block__collapse > * {
            margin: 0 10px;
        }
}







.user-filter-block {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

    .user-filter-block > div {
        margin: 10px 10px;
    }

.filter-block__collapse-footer {
    display: flex;
    margin: 0 -10px;
    margin-top: 10px;
}

    .filter-block__collapse-footer > div {
        margin: 0 10px;
    }

.filter-block__collapse-content {
    display: flex;
    margin: 0 -10px;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .filter-block__collapse-content > div {
        margin: 0 10px;
        margin-bottom: 10px;
    }

.filter-block__btn-success {
    background: green;
}

    .filter-block__btn-success:hover {
        background: #00bd00;
    }

.filter-block__btn-cancel {
    background: #7f7f7f;
}

    .filter-block__btn-cancel:hover {
        background: #b3b3b3;
    }






.order-info-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-info-title {
    display: flex;
    align-items: center;
}

.order-info-header__btn {
    font-weight: bold;
    padding: 15px;
    border: 1px #000 solid;
    width: 260px;
    border-radius: 20px;
    background: #fff;
    line-height: 18px;
    transition: .2s;
}

    .order-info-header__btn:hover {
        background: #efefef;
    }

.order-info-description {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0;
}



.order-info-list-desc {
    display: flex;
    width: 100%;
    margin: 0 -10px;
}

    .order-info-list-desc > div {
        margin: 0 10px;
    }

        .order-info-list-desc > div:first-child {
            width: calc(100% - 200px);
        }

        .order-info-list-desc > div:last-child {
            width: 200px;
        }

.order-info-list-desc__btn-print {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
}

    .order-info-list-desc__btn-print svg {
        width: 40px;
        height: 40px;
        fill: #000;
        margin-bottom: 10px;
    }

    .order-info-list-desc__btn-print:hover {
        color: #6b6b6b;
    }

        .order-info-list-desc__btn-print:hover svg {
            fill: #6b6b6b;
        }




.order-info-list-desc__list {
    display: flex;
    background: #f4f4f8;
    padding: 30px;
}

    .order-info-list-desc__list > div {
        width: 50%;
    }

        .order-info-list-desc__list > div:first-child {
            border-right: 1px #cfcfcf solid;
        }

.order-info-list-desc__list-item {
    display: flex;
    line-height: 18px;
}

    .order-info-list-desc__list-item > div {
        margin: 0 10px;
        padding: 15px 0;
    }

        .order-info-list-desc__list-item > div:first-child {
            width: 70%;
        }

        .order-info-list-desc__list-item > div:last-child {
            width: 30%;
            font-weight: bold;
        }

.order-info-list-desc__list > div > .order-info-list-desc__list-item {
    border-bottom: 1px #cfcfcf solid;
}

    .order-info-list-desc__list > div > .order-info-list-desc__list-item:last-child {
        border-bottom: none;
    }


.order-info-list-desc__list > div:first-child > .order-info-list-desc__list-item {
    padding-right: 20px;
}

.order-info-list-desc__list > div:last-child > .order-info-list-desc__list-item {
    padding-left: 20px;
}

@media all and (max-width: 1200px) {
    .order-info-list-desc__list > div {
        width: 100%;
    }

    .order-info-list-desc__list {
        padding: 0px;
        flex-direction: column;
    }

        .order-info-list-desc__list > div:first-child {
            border-right: 0;
            margin-bottom: 10px;
            border-bottom: 5px #fff solid;
        }

            .order-info-list-desc__list > div:first-child > .order-info-list-desc__list-item {
                padding-right: 0px;
            }

        .order-info-list-desc__list > div:last-child > .order-info-list-desc__list-item {
            padding-left: 0px;
        }
}


@media all and (max-width: 700px) {
    .order-info-list-desc {
        flex-direction: column-reverse;
    }

        .order-info-list-desc > div:first-child,
        .order-info-list-desc > div:last-child {
            width: 100%;
        }

        .order-info-list-desc > div:first-child {
            margin-top: 20px;
        }

        .order-info-list-desc > div:last-child > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .order-info-list-desc > div:last-child a {
            margin: 10px 0 !important;
        }
}








.products-order-edit-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .products-order-edit-filter > div {
        margin: 10px 0;
    }

.products-order-edit-filter__btns {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.products-order-edit-filter__btns_nowrap {
    flex-wrap: nowrap;
}

    .products-order-edit-filter__btns > div {
        margin: 5px 10px;
    }

.products-order-edit-filter__btn-add {
    background: rgb(0,192,250);
    background: linear-gradient(90deg, rgba(0,192,250,1) 0%, rgba(0,109,237,1) 100%);
    display: block;
    padding: 18px 20px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    border: 0;
}

    .products-order-edit-filter__btn-add:hover {
        background: rgb(0,192,250);
        background: linear-gradient(263deg, rgba(0,192,250,1) 0%, rgba(0,109,237,1) 100%);
        color: #fff;
    }

.products-order-edit-filter__btn-save {
    background: rgb(25,178,77);
    background: linear-gradient(270deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
    display: block;
    padding: 18px 20px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    border: 0;
}

    .products-order-edit-filter__btn-save:hover {
        background: rgb(25,178,77);
        background: linear-gradient(90deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
        color: #fff;
    }





.cashflows__filter {
    border: 1px #dbe2ec solid;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.cashflows__filter-search {
    display: flex;
}

@media all and (max-width: 700px) {
    .cashflows__filter {
        flex-direction: column;
    }

        .cashflows__filter > div {
            margin: 10px 0;
        }
}


.cashflows__btn-cur {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #302ec8;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #ffffff;
}

    .cashflows__btn-cur:hover {
        background: #5f5df7;
    }


.cashflows__btn-download {
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    background: rgb(0,192,250);
    background: linear-gradient(263deg, rgba(0,192,250,1) 0%, rgba(0,109,237,1) 100%);
    padding: 5px 40px 7px 40px;
}

    .cashflows__btn-download:hover {
        background: rgba(0,109,237,1);
        background: linear-gradient(263deg, rgba(0,109,237,1) 0%, rgb(0,192,250) 100%);
        color: #fff;
    }

@media all and (max-width: 700px) {
    .cashflows__btn-download {
        margin-bottom: 20px;
    }
}






.container-flex-2 {
    display: flex;
    margin: 0 -10px;
}

    .container-flex-2 > div {
        margin: 0 10px;
    }


        .container-flex-2 > div:first-child {
            width: 300px;
        }

        .container-flex-2 > div:last-child {
            width: calc(100% - 300px);
        }


@media all and (max-width: 700px) {
    .container-flex-2 {
        flex-direction: column-reverse;
        margin-right: 25px;
    }

        .container-flex-2 > div:first-child,
        .container-flex-2 > div:last-child {
            width: 100%;
        }
}







.debts-block {
    display: flex;
    border: 1px #cfcfcf solid;
    margin: 40px auto;
    width: 60%;
    text-align: center;
    font-weight: bold;
}

    .debts-block > div {
        width: 50%;
    }

        .debts-block > div:first-child {
            border-right: 1px #cfcfcf solid;
        }

.debts-block__title {
    border-bottom: 1px #cfcfcf solid;
    padding: 5px 0;
}

.debts-block__balance {
    display: flex;
    justify-content: space-between;
    color: #9d47df;
}

    .debts-block__balance > * {
        width: 50%;
        padding: 5px 0;
    }

        .debts-block__balance > *:first-child {
            border-right: 1px #cfcfcf solid;
        }


@media all and (max-width: 1000px) {
    .debts-block {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .debts-block {
        flex-direction: column;
        border: none;
    }

        .debts-block > div {
            width: 100%;
        }

            .debts-block > div:first-child {
                border-right: none;
                margin-bottom: 20px;
            }


    .debts-block__title {
        border: 1px #cfcfcf solid;
        border-bottom: none;
    }


    .debts-block__balance > * {
        border: 1px #cfcfcf solid;
    }

        .debts-block__balance > *:last-child {
            border-left: none;
        }
}


.dropdown-menu {
    overflow-y: auto;
    max-height: 390px;
}

@media all and (max-width: 700px) {
    .dropdown-menu {
        left: 30px !important;
        right: 30px !important;
        top: 54px;
    }


    .header__bell {
        position: initial;
    }
}

.dropdown-item {
    white-space: inherit;
}









.btn-filter-with-icon-and-text {
    display: flex;
    font-size: 16px;
    align-items: center;
    background: linear-gradient(270deg, rgba(25,178,77,1) 0%, rgba(78,200,49,1) 100%);
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    transition: .2s;
    cursor: pointer;
    border: 0;
}

    .btn-filter-with-icon-and-text svg {
        width: 20px;
        fill: #ffffff;
        transition: .2s;
    }

        .btn-filter-with-icon-and-text svg path {
            fill: #ffffff;
        }

    .btn-filter-with-icon-and-text:hover {
        background: linear-gradient(270deg, rgba(78,200,49,1) 0%,rgba(25,178,77,1) 100%);
        color: #fff;
    }

.active > .btn-filter-with-icon-and-text svg {
    transform: rotate(180deg);
}


.block-mobile-700 {
    display: none;
}

@media all and (max-width: 700px) {
    .block-desctop-700 {
        display: none;
    }

    .block-mobile-700 {
        display: block;
    }
}



.edit-product__filter {
    display: flex;
    justify-content: space-between;
}

.btn-save-green {
    background-color: #008000;
    color: white;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: .2s;
    border: 0;
}

    .btn-save-green:hover {
        background-color: #02a302;
    }







.card_order-block {
    text-align: center;
    margin: 12px 0;
}



.btn-read-more-grey {
    color: #fff;
    background-color: #9f9f9f;
    border-radius: 4px;
    border: none;
    display: block;
    padding: 6px 20px 9px 20px;
    cursor: pointer;
    transition: .2s;
    width: fit-content;
    position: relative;
    box-shadow: 2px 2px 7px rgba(0,0,0,.1);
    cursor: pointer;
}

    .btn-read-more-grey:hover {
        background-color: #c3c3c3;
    }








.order-passed-table__wrapper {
    background: #fff;
}

    .order-passed-table__wrapper img {
        width: 100%;
    }


    .order-passed-table__wrapper input,
    .order-passed-table__wrapper select {
        width: calc(100% - 10px) !important;
        max-width: 400px;
    }

    .order-passed-table__wrapper input {
        margin: 5px;
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }


.order-passed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px -15px;
}

    .order-passed-header > div {
        margin: 5px 15px;
    }

.order-passed-header__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-passed-header__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-passed-header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.order-passed-header__title {
    font-size: 24px;
    font-weight: bold;
}


.order-passed-table__wrapper .select2-container {
    width: 100% !important;
}





.order-passed-header__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .order-passed-header__btns > div {
        margin: 5px 10px;
    }


.order-steps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .order-steps > span {
        margin: 3px 15px;
        position: relative;
        border-radius: 0;
        border: 0;
        color: #fff;
        background: #adadad;
        transition: 0s;
        height: 36px;
        line-height: 24px;
        padding-left: 30px;
    }


        .order-steps > span:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-left: 20px solid #adadad;
            border-bottom: 18px solid transparent;
            top: 0;
            right: -20px;
            position: absolute;
        }

        .order-steps > span:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 18px solid transparent;
            border-left: 20px solid #e2e0e3;
            border-bottom: 18px solid transparent;
            top: 0;
            left: 0px;
            position: absolute;
        }

        .order-steps > span:hover {
            color: #fff;
            background-color: #212529;
        }

            .order-steps > span:hover:after {
                border-left: 20px solid #212529;
            }


        .order-steps > span.bg-success:after {
            border-left: 20px solid #198754;
        }

        .order-steps > span.bg-primary:after {
            border-left: 20px solid #0d6efd;
        }




.btn-outline-icon,
.popup-more.btn-outline-icon {
    background: #fff;
    border-radius: 8px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #878787 solid;
    padding: 0 20px;
    text-decoration: none;
    transition: .2s;
}

button.btn-outline-icon:hover {
    background: #f7f7f7;
}



.grid-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -5px;
    flex-wrap: wrap;    
}

.grid-row > div {
    margin: 5px;
}

.btn-search-refresh {
    cursor: pointer;
}
    .btn-search-refresh > svg {
        fill: #a9a9a9;
        width: 20px;
        height: 20px;
    }


.table-photo-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.p-product__table.p-product__table_clients td {
    font-size: 1rem;
}


#filter-product-block .badge {
    margin-bottom: 5px;
    white-space: normal;
}
.files-upload-block .btn {
    margin-bottom: 5px;
}
.files-upload-block .btn span {
    display: inline-block !important;
}

@media all and (max-width: 400px) {
    .files-upload-block > tr {
        display: flex;
        flex-wrap: wrap;
    }
    .files-upload-block > tr > td {
        width: 100%;
    }
}

