:root {
    --primary: #173792;
    --darkPrimary: #001759;
    --accent: #ff3848;
    --darkAccent: #8a1a23;
    --green: #45ff38;
    --darkGreen: #2ece22;
    --yellow: #ffed0e;
    --darkYellow: #baad0b;
    --btnText: #FFFFFF;
    --gray: #f0f0f0;
    --middleGray: #d9d9d9;
    --darkGray: #7a7a7a;
    --white: #FFFFFF;
    --black: #000000;
    --orange: #ff9538;

    --fontSize: 14px;
    --fontSizeHeader: 18px;
    --fontSizeSmall: 10px;

    --fontPrimary: 'Onest-Regular';

    --padding: 15px;
    --paddingSmall: 5px;
    --paddingBig: 30px;

    --borderRadius: 5px;
    --boxShadow: 0 10px 19px -8px #0000005c;

    --normalTransition: all 0.2s ease;
}

body[data-theme="pink"] {
    --primary: #ef8496;
    --darkPrimary: #db5169;
    --gray: #fff5f9;
    --accent: #ef83ff;
}

body[data-theme="black"] {
    --primary: #3d3d3d;
    --darkPrimary: #000000;
    --gray: #595959;
    --accent: #ff3848;
}

@page {
    margin: 0;
}

html {
    touch-action: manipulation;
}

.hide-overflow {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    background: #F7F7F7;
    color: #292d30;
    font-family: 'DIN Pro Regular', sans-serif;
    min-height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0px;
}

.auth_page {
    background: #F7F8FC;
}

.main_head {
    height: 104px;
    background: #363740;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.main_head .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main_head_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main_logo {
    flex-grow: 1;
}

.main_logo img {
    height: 75px;
}

.main_login_btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    margin-right: 45px;
    cursor: pointer;
}

.main_partner_btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    background: #FF7834;
    border-radius: 12px;
    line-height: 50px;
    width: 277px;
    text-align: center;
    cursor: pointer;
}

.main_first {
    background: #FE9870 url(/system_images/first_back.jpg);
    height: 476px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.main_first .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main_first_content {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 56px;
    line-height: 58px;
    color: #FFFFFF;
    width: 510px;
}

.main_second {
    background: #EFEFEF;
    position: relative;
    padding: 50px 0px;
}

.main_second .container {}

h2 {
    font-size: 52px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #000000;
    margin-bottom: 50px;
}

.main_two_columns {
    display: flex;
    justify-content: space-between;
}

.main_two_columns>div {
    width: calc(50% - 1px);
}

.main_two_columns>div:nth-of-type(1) {
    border-right: solid 2px #E0E0E0;
    padding-right: 25px;
}

.main_two_columns>div:nth-of-type(2) {
    padding-left: 25px;
}

.benefit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.benefit:last-of-type {
    margin-bottom: 0px;
}

.benefit_image {
    margin-right: 25px;
}

.benefit_image img {
    max-height: 39px;
    max-width: 39px;
}

.benefit_text {
    font-size: 18px;
    line-height: 23px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #000000;
}

.main_third {
    padding: 50px 0px;
    z-index: 1;
    position: relative;
    background: #A6D758;
}

.third_float {
    height: 287px;
    position: absolute;
    top: -170px;
    right: 150px;
}

.third_float2 {
    height: 96px;
    position: absolute;
    top: 75px;
    right: 200px;
}

.main_three_columns {
    display: flex;
    justify-content: space-between;
}

.main_three_columns>div {
    padding-left: 41px;
    position: relative;
    width: 25%;
}

.main_three_columns>div:before {
    content: '';
    height: 21px;
    width: 21px;
    background: #FF7834;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.main_first_text {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

.main_second_text {
    font-size: 18px;
    line-height: 23px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #FFFFFF;
}

.main_fourth {
    padding: 50px 0px;
    z-index: 1;
    position: relative;
    background: #363740;
}

.main_fourth h2 {
    color: #FF7834;
}

.main_fourth_content {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    font-family: 'DIN Pro Bold', sans-serif;
    width: 70%;
}

.main_numbers {
    display: flex;
    color: #43B02A;
    font-family: 'DIN Pro Bold', sans-serif;
}

.main_numbers_holder {
    width: 250px;
}

.main_numbers_holder:nth-of-type(1) {
    margin-right: 150px;
}

.main_numbers_holder div:nth-of-type(1) {
    font-size: 18px;
    line-height: 23px;
    font-family: 'DIN Pro Bold', sans-serif;
}

.main_numbers_holder div:nth-of-type(2) {
    font-size: 70px;
    line-height: 88px;
    letter-spacing: 0.4px;
    font-family: 'DIN Pro Bold', sans-serif;
}

.main_numbers_holder div:nth-of-type(3) {
    font-size: 18px;
    line-height: 23px;
    font-family: 'DIN Pro Bold', sans-serif;
}

.main_fivth {
    background: #A6D758 url(/system_images/pre_last_back.jpg);
    height: 489px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 50px 0;
}

.main_fivth .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main_fivth h2 {
    color: #FFF;
}

.main_fivth_content {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    width: 510px;
}

.main_fivth_content>div {
    padding-left: 40px;
    position: relative;
    margin-bottom: 35px;
}

.main_fivth_content>div:first-of-type {
    margin-top: 30px;
}

.main_fivth_content>div:last-of-type {
    margin-bottom: 0px;
}

.main_fivth_content>div:before {
    content: '';
    background: #FFF;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.main_footer {
    background: #EFEFEF;
    padding: 45px 0px;
    overflow: hidden;
}

.main_footer .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.main_footer_first {
    padding-right: 50px;
    border-right: solid 2px #E0E0E0;
}

.main_footer_first a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.4px;
    color: #363740;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.copyright {
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.4px;
    color: #878787;
    margin: 10px 0px;
    width: 120px;
}

.main_footer_logo {}

.main_footer_logo img {
    height: 50px;
}

.main_footer_second {
    padding-left: 50px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.main_footer_second a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #363740;
    text-decoration: none;
    margin-bottom: 10px;
}

.main_footer_second a:last-of-type {
    margin-bottom: 0px;
}

.main_footer_second a:hover {
    color: #43B02A;
    text-decoration: underline;
}

.main_footer_last {
    display: flex;
}

.footer_phone {
    width: 167px;
    margin-bottom: -50px;
}

.stores_intro {
    margin-right: 30px;
}

.stores_intro span {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.4px;
    color: #363740;
    width: 140px;
    display: inline-block;
    margin-bottom: 10px;
}

.stores_intro div {
    display: flex;
    justify-content: flex-end;
}

.stores_intro div a {
    margin-right: 7px;
}

.stores_intro div a:last-of-type {
    margin-right: 0px;
}

.stores_intro div img {
    height: 25px;
}

.main_mob_login_btn {
    display: none;
}

.main_footer_logo_mobile {
    display: none;
}

.main_footer_apps {
    display: none;
}

.modal {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #0000009c;
    z-index: 1;
}

.modal-box {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background: #FFF;
    max-height: 90vh;
    max-width: 90vw;
    overflow: hidden;
    display: flex;
    padding: 60px;
    box-sizing: border-box;
}

.login_first_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

.login_first_row img {
    height: 46px;
    margin-right: 13px;
}

.login_first_text_holder {
    display: flex;
    flex-direction: column;
}

.login_first_text_holder>div:nth-of-type(1) {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #363740;
    opacity: 0.7;
    font-family: 'DIN Pro Bold', sans-serif;
}

.login_head {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #A3A3A3;
    font-family: 'DIN Pro Bold', sans-serif;
    margin-bottom: 13px;
}

.login_form {
    width: 317px;
    display: flex;
    flex-direction: column;
    margin: 0px 50px;
    margin-bottom: 20px;
}

.login_form input {
    background: #F4F5F9;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 62px;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 14px;
}

.login_form input:focus,
.login_form input:active {
    outline: none;
    box-shadow: none;
}

.login_form .default {
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 25px;
    padding: 0px 25px;
    min-width: 157px;
    border: none;
    line-height: 46px;
    box-shadow: none;
    color: #FFF;
    font-size: 16px;
    background: #43b02a;
    cursor: pointer;
}

.login_form .default.inactive {
    background: linear-gradient(89.53deg, rgba(91, 210, 106, 0.6) 3.38%, rgba(101, 223, 118, 0.6) 99.58%);
    cursor: inherit;
}



@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: none;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .main_head_content {
        width: 100%;
    }

    .main_logo {
        flex-grow: 0;
    }

    .main_logo img {
        height: 44px;
    }

    .main_fivth,
    .main_first {
        background-size: cover;
        background-position: center;
    }

    .third_float {
        height: 187px;
        top: -70px;
    }

    .third_float2 {
        right: 50px;
    }
}


@media (max-width: 800px) {
    .login_form {
        margin: 0px;
    }

    .main_head {
        height: 67px;
    }

    .main_login_btn {
        display: none;
    }

    .main_mob_login_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .main_mob_login_btn {}

    .main_mob_login_btn img {
        height: 43px;
        margin-bottom: -2px;
    }

    .main_partner_btn {
        height: 37px;
        line-height: 37px;
        width: 185px;
        font-size: 14px;
    }

    .main_first {
        height: 213px;
        background: #FE9870 url(/system_images/first_back_mob.jpg);
        background-size: cover;
        background-position: center;
    }

    .main_first_content {
        font-size: 26px;
        line-height: 28px;
        width: 230px;
        margin: 0 auto;
    }

    h2 {
        font-size: 36px;
        line-height: 38px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .main_second {
        padding: 20px 0px;
    }

    .main_second h2 {
        color: #ABABAB;
    }

    .main_two_columns_holder {
        overflow-x: scroll;
        width: 100%;
    }

    .main_two_columns {
        width: 200%;
    }

    .main_two_columns>div {
        width: 50%;
    }

    .main_two_columns>div:nth-of-type(2) {
        padding-left: 0px;
    }

    .main_two_columns>div:nth-of-type(1) {
        border-right: none;
    }

    .main_third {
        padding: 20px 0px;
    }

    .benefit:last-of-type,
    .benefit {
        margin-bottom: 13px;
    }

    .benefit_text {
        font-size: 13px;
        line-height: 15px;
    }

    .benefit_image img {
        max-width: 28px;
        max-height: 28px;
    }

    .main_three_columns {
        flex-direction: column;
    }

    .main_three_columns>div {
        width: calc(100% - 41px);
        margin-bottom: 30px;
    }

    .main_first_text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
        width: 70%;
    }

    .main_second {
        padding-bottom: 50px;
    }

    .main_second_text {
        font-size: 15px;
        line-height: 17px;
    }

    .third_float {
        height: 197px;
        top: 0px;
        right: -110px;
    }

    .third_float2 {
        height: 46px;
        right: -14px;
        top: 190px;
    }

    .main_fourth {
        padding: 20px 0px;
        padding-bottom: 50px;
    }

    .main_fourth_content {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 20px;
        width: 100%;
    }

    .main_numbers {
        flex-direction: column;
    }

    .main_numbers_holder div:nth-of-type(2) {
        font-size: 46px;
        line-height: 48px;
    }

    .main_numbers_holder:nth-of-type(1) {
        margin: 0px;
        margin-bottom: 30px;
    }

    .main_fivth {
        padding: 20px 0px;
        background: #A6D758 url(/system_images/pre_last_back_mob.jpg);
        background-size: cover;
        height: auto;
        background-position: left center;
        padding-bottom: 50px;
    }

    .main_fivth_content {
        font-size: 13px;
        line-height: 15px;
        font-family: 'DIN Pro Bold', sans-serif;
    }

    .main_fivth_content>div {
        padding-left: 26px;
        width: 50%;
    }

    .main_fivth_content>div:before {
        height: 15px;
        width: 15px;
    }

    .main_footer {
        padding: 20px 0px;
    }

    .main_footer_logo {
        display: none;
    }

    .main_footer_logo_mobile {
        display: block;
        margin-bottom: 20px;
    }

    .main_footer_logo_mobile img {
        height: 47px;
    }

    .main_footer_last {
        display: none;
    }

    .main_footer .container {
        flex-direction: row-reverse;
    }

    .main_footer_apps {
        display: block;
        width: 100%;
        margin-top: 25px;
        border-top: solid 2px #E0E0E0;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .main_footer_apps img {
        width: 240px;
        margin: 0 auto;
        display: block;
    }

    .main_footer_apps span {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        margin-bottom: 10px;
        color: #999999;
        display: block;
    }

    .main_footer_apps a {
        display: block;
        text-align: center;
    }

    .main_footer_first {
        padding: 0px;
        border: none;
        text-align: right;
    }

    .main_footer_second {
        padding: 0px;
    }

    .main_footer_first a {
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline;
        margin-bottom: 10px;
    }

    .main_footer_second a {
        margin-bottom: 30px;
    }
}

















.left_bar {
    width: 255px;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #363740;
    z-index: 5;
}

.left_logo {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.left_logo img {
    width: 46px;
}

.left_logo span {
    margin-left: 13px;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #A4A6B3;
    opacity: 0.7;
    font-family: 'DIN Pro Bold', sans-serif;
}

.left_navs {
    display: flex;
    flex-direction: column;
}

.left_navs a {
    display: flex;
    height: 56px;
    align-items: center;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #A4A6B3;
    text-decoration: none;
    font-weight: 600;
}

.left_navs a span {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.left_navs a span img {
    max-width: 100%;
    max-height: 100%;
}

.left_navs a:hover,
.left_navs a.active {
    color: #DDE2FF;
    background: #9ea1b31a;
}

.left_navs a:hover:before,
.left_navs a.active:before {
    content: '';
    width: 3px;
    background: #DDE2FF;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.left_navs_separator {
    height: 1px;
    background: #DFE0EB;
    opacity: 0.1;
}

.header_holder {
    padding-left: 255px;
}

.page_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
}

.header_title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #252733;
    display: flex;
    align-items: center;
}

.header_right {
    display: flex;
    align-items: center;
}

.header_right_title_holder {
    position: relative;
}

.header_right_init {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header_right_init span {
    margin-left: 10px;
    line-height: 0px;
    display: inline-block;
    transition: all 0.2s ease;
}

.header_right_init img {
    height: 4px;
}

.header_right_title_holder.opened .header_right_init span {
    transform: rotate(180deg);
}

.header_right_title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #252733;
}

.header_drop_nav {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px #e1e2e9;
    border-radius: 2px;
    padding: 30px 15px;
    position: absolute;
    top: calc(100% + 20px);
    left: 0px;
    transition: all 0.3s ease;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    min-width: 165px;
}

.header_right_title_holder.opened .header_drop_nav {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header_drop_nav_spacer {
    height: 20px;
}

.header_drop_nav a {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #707280;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.header_drop_nav a img {
    height: 18px;
    margin-right: 10px;
}

.header_drop_nav a:last-of-type {
    margin-bottom: 0px;
}

.user_avatar_holder {
    margin-left: 25px;
}

.user_avatar {
    height: 44px;
    width: 44px;
    border: 1.5px solid #DFE0EB;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.user_avatar_image {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.main_content {
    padding: 30px;
    padding-left: 285px;
}

h1 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #252733;
    margin-bottom: 30px;
}


.loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_content {
    font-size: 12px;
    color: #252733;
    text-align: center;
    margin-top: 15px;
}

.filter_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.filter_head_comments {
    margin-bottom: 30px;
}

.filter_head_text {
    margin-right: 10px;
}

.filter_head h1 {
    margin-right: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.filter_element {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    height: 39px;
    display: flex;
    margin-right: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

.filter_element input:not([type="checkbox"]),
.filter_element select {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #707280;
    padding: 0px 15px;
    min-width: 227px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter_element select::-ms-expand {
    display: none;
}

.filter_element .search_icon {
    height: 16px;
    position: absolute;
    right: 11px;
    top: calc(50% - 8px);
    z-index: 2;
    pointer-events: none;
}

.filter_element .select_icon {
    height: 4px;
    position: absolute;
    right: 11px;
    top: calc(50% - 2px);
    z-index: 2;
    pointer-events: none;
}

.table_holder {
    background: #FFFF;
    border-radius: 8px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products_table {
    width: 100%;
}

.products_table thead th {
    border: none;
    border-bottom: solid 1px #EBEDF0;
    border-right: solid 1px #EBEDF0;
    color: #9FA2B4;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: normal;
    padding: 5px;
}

.products_table thead th:last-of-type {
    border-right: none;
}

.products_table tbody td {
    border: none;
    border-bottom: solid 1px #EBEDF0;
    border-right: solid 1px #EBEDF0;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #252733;
    padding: 10px 5px;
    font-size: 14px;
}

.products_table tbody td:last-of-type {
    border-right: none;
}

.products_table .product_image {
    height: 42px;
    border-radius: 8px;
}

.products_table .product_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'DIN Pro Bold', sans-serif;
}

.products_table .left_small {
    font-family: 'DIN Pro Regular', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;

}

.products_table .product_title .product_title_labels {
    margin-top: 3px;
    font-size: 12px;
}

.products_table .product_title .product_title_labels span {
    margin-right: 5px;
    display: inline-block;
}

.archive_label {
    color: orange;
}

.disabled_label {
    color: red;
}

.products_table_saveable {
    display: none;
}

#printableArea {
    padding: 15px;
    margin: 15px;
}

.print_btn {
    background: #1f309d;
    text-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: none;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    /* width: 100%; */
    max-width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.products_table .cell-center {
    text-align: center;
    white-space: nowrap;
}

.products_table .cell-center.out_of_stock_cell {
    background: #ff000038;
}

.products_table .cell-center.coming_soon_cell {
    background: #fffd9e;
}

.products_table .rate_holder {
    display: flex;
    align-items: center;
    line-height: 45px;
    white-space: nowrap;
}

.products_table .amount_comments {
    font-family: 'DIN Pro Regular', sans-serif;
    display: flex;
    font-size: 12px;
    line-height: 45px;
    text-decoration-line: underline;
    color: #252733;
}

.products_table .read_comment_button {
    font-family: 'DIN Pro Bold', sans-serif;
    background: #FFC363;
    display: flex;
    font-size: 10px;
    text-align: center;
    align-items: center;
    color: #FFFFFF;
    border-radius: 16px;
    margin-left: 29px;
    height: 24px;
    padding: 0 40px;
    cursor: pointer;
}

.filter_btn {
    background: #4c64ff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}



.floating_to_order_btn {
    background: #4c64ff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.floating_to_order_btn:hover,
.floating_to_order_btn:active,
.floating_to_order_btn:focus,
.filter_btn:hover,
.filter_btn:active,
.filter_btn:focus {
    background: #344bdc;
}

.filter_btn_list {
    background: #4c64ff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: none;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.filter_btn_list:hover,
.filter_btn_list:active,
.filter_btn_list:focus {
    background: #344bdc;
}

.products_table .group_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'DIN Pro Bold', sans-serif;
    display: block;
}

.header_rate {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.comments_title_text {
    text-align: left !important;
}

.filter_inputs_holder {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #252733;
}

.filter_inputs_holder input[type=checkbox],
.filter_inputs_holder input[type=radio] {
    display: none;
}

.filter_inputs_holder label {
    margin-right: 25px;
    cursor: pointer;
}

.filter_inputs_holder input[type=checkbox]+label span {
    border: 1px solid #333;
    font-size: 24pt;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0.25em;
    margin: 4px 8px 8px 8px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.filter_inputs_holder input[type=checkbox]:checked+label span::after {
    content: "\2713";
    color: #4c64ff;
}

.filter_inputs_holder input[type=radio]+label span {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 40pt;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0.35em;
    margin: 4px 8px 8px 8px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;

}

.filter_inputs_holder input[type=radio]:checked+label span {
    background: #fff;
}

.header_rate img {
    height: 19px;
    margin-right: 14px;
}

.header_rate span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #252733;
}


.product_title_in_rating_modal {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 16px;
    color: #A2A7BD;
}

.rating_comments_holder {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.title_and_rating_holder {
    display: flex;
    align-items: center;
}

.rate_in_modal {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 16px;
    color: #FFC961;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.rate_in_modal img {
    height: 19px;
    margin-right: 14px;
}

.rating_lines_holder {
    margin-top: 33px;
}


.rating_lines {
    width: 158px;
    height: 5px;
    border-radius: 8px;
    margin-left: 10px;
    background-color: #A1A7BD;
    /*background-image: linear-gradient(to right,#a3e5a3 0%, #a3e5a3 50%);*/
}

.sub_line {
    border-radius: 8px;
    height: 100%;
    background: #FFC961;
}

.line_and_number {
    display: flex;
    align-items: center;
    /*padding-top: 5px;*/
}

.number_of_line {
    font-family: 'DIN Pro Bold', sans-serif;
    font-size: 16px;
    color: #A1A7BD;
}

.name_in_rates {
    font-family: 'DIN Pro Regular', sans-serif;
    font-size: 16px;
    color: #252733;
    font-weight: 500;
}

.name_and_date-holder {
    display: flex;
    align-items: center;
}

.date_in_rates {
    font-family: 'DIN Pro Regular', sans-serif;
    font-size: 12px;
    color: #A1A7BD;
    padding-left: 10px;
}

.comment_in_rates {
    color: #252733;
    font-family: 'DIN Pro Regular', sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

.modal-content_rates {
    overflow: hidden;
    max-height: 100%;
}

.name_and_comment_holder {
    margin-top: 25px;
}

.render_comments_holder {
    margin-top: 20px;
    overflow-y: auto;
}

.blue_cross {
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1000px) {
    .modal-box {
        padding: 25px;
    }

    .blue_cross {
        height: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

.marketing_offers_holder {
    margin: -25px 0 0 -25px;
    flex-grow: 0;
    display: flex;
    flex-wrap: wrap;

}

.offer_block {
    display: flex;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(189, 192, 204, 0.6);
    border-radius: 16px;
    width: 14%;
    margin: 25px 0 0 25px;
    flex-grow: 0;
    flex-direction: column;
    align-items: flex-start;

}

.offer_logo_img {
    max-height: 30px;
    max-width: 30px;
    flex-grow: 0;
}

.offer_title {
    font-size: 14px;
    font-family: 'DIN Pro Regular', sans-serif;
    color: #252733;
    margin-top: 10px;
    flex-grow: 0;

}

.offer_sub_title_orange {
    color: #ff6036;
    font-size: 14px;
    font-family: 'DIN Pro Regular', sans-serif;
    flex-grow: 0;

}

.offer_sub_title_purpur {
    color: #ca2d92;
    font-size: 14px;
    font-family: 'DIN Pro Regular', sans-serif;
    flex-grow: 0;

}

.offer_sub_title_green {
    color: #3eac2e;
    font-size: 14px;
    font-family: 'DIN Pro Regular', sans-serif;
    flex-grow: 0;

}

.offer_information_holder {
    margin-top: 12px;
    flex-grow: 0;

}

.offer_information {
    font-size: 12px;
    font-family: 'DIN Pro Bold', sans-serif;
    color: #252733;
    padding-left: 6px;
    flex-grow: 0;

}

.dot_img {
    height: 5px;
    width: 5px;
    flex-grow: 0;

}

.qr_disabled {
    display: inline-block;
    padding: 4px;
    background: #f7f7f7;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    cursor: not-allowed;
}

.qr_enabled {
    display: inline-block;
    padding: 4px;
    background: #4c64ff;
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.offer_information_dot_and_text {
    display: flex;
    align-items: center;
    flex-grow: 0;
}

.offer_flex_grown {
    flex-grow: 1;
}

.offer_price {
    color: #0055A5;
    font-size: 10px;
    font-family: 'DIN Pro Bold', sans-serif;
    margin-top: 10px;
    flex-grow: 0;

}

.offer_details_button {
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'DIN Pro Regular', sans-serif;
    background: #3751FF;
    text-align: center;
    border-radius: 24px;
    line-height: 35px;
    cursor: pointer;
    flex-grow: 0;
    width: 100%;
}

.marketing_modal_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 110px;
}

.marketing_modal_text {
    font-size: 16px;
    font-family: 'DIN Pro Regular', sans-serif;
    color: #252733;
    text-align: center;
}

.marketing_modal_text strong {
    display: block;
    margin-bottom: 30px;
}

.marketing_modal_holder .blue_cross {
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.marketing_modal_text_blue {
    font-size: 16px;
    font-family: 'DIN Pro Regular', sans-serif;
    padding-left: 5px;
    color: #2746fd;
}

.marketing_model_blue_button {
    color: #FEFEFE;
    font-size: 14px;
    font-family: 'DIN Pro Bold', sans-serif;
    background: #3751FF;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 55px;
    text-align: center;
    width: 85%;
    line-height: 40px;
}

.marketing_model_blue_button:hover {
    background: #7485FB;
}

.marketing_modal_text_after_send_blue {
    color: #3751FF;
    font-size: 20px;
    font-family: 'DIN Pro Regular', sans-serif;
}

.marketing_modal_text_after_send {
    font-size: 16px;
    color: #252733;
    font-family: 'DIN Pro Regular', sans-serif;
    padding-top: 18px;
}

.recover_button {
    cursor: pointer;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #FF7834;
    margin-top: 20px;
}

.own_price_holder {
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: centerl;
}

.own_price_block {
    position: relative;
    z-index: 2;
}

.own_price_fill {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: #00000066;
}

.mobile_logout,
.mobile_nav {
    display: none;
}

.my_own_price {
    cursor: pointer;
    white-space: nowrap;
    color: #FFF;
    background: #4c64ff;
    display: block;
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

.my_own_price:hover {
    background: #344bdc;
}

.multi-select {
    min-width: 227px;
    max-width: 227px;
}

.rmsc .dropdown-container {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #707280;
    padding: 0px 15px;
    box-shadow: none;
    border: none !important;
    background-color: transparent !important;
}

.rmsc .dropdown-content {
    left: 0px !important;
}

.rmsc svg {
    fill: #4c64ff;
}

.order_status {
    display: inline-block;
    border-radius: 18px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #f6f6f6;
    color: #000;
    font-weight: 700;
}

.order_status.new {
    background: #fff78e;
}

.order_status.talk {
    background: #ffd6aa;
    color: #000;
}

.order_status.waiting {
    background: #fbcbf2;
    color: #000;
}

.order_status.cancelled {
    background: #ff8787;
    color: #000;
}

.order_status.done {
    background: #b0ff9d;
    color: #000;
}

.order_head .order_status {
    font-size: 12px;
    padding: 10px 25px;
}

.order_static_row {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}

.order_data_block {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
}

.cell-center input {
    padding: 10px;
    width: 100%;
    border: solid 2px #ededed;
    border-radius: 5px;
    box-sizing: border-box;
}

.cell-center input[type="checkbox"] {
    appearance: none;
    background-color: #F6F6F6;
    margin: 0;
    font: inherit;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #bdbdbd;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
}

.cell-center input[type="checkbox"]::before {
    content: "";
    width: 24px;
    height: 24px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background: #44ae20;
    border-radius: 50%;
}

.cell-center input[type="checkbox"] {
    display: grid;
    place-content: center;
}

.cell-center input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.ordering_confirm_total {
    margin-left: 40px;
    width: 215px;
}

.ordering_confirm_total>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 4px;
}

.ordering_confirm_total>div span {
    width: 50%;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #383838;
}

.ordering_confirm_total>div span select,
.ordering_confirm_total>div span input {
    border-radius: 2px;
    box-shadow: none;
    -moz-appearance: initial;
    background: #f6f6f6;
    padding: 5px 3px;
    font-weight: bold;
    border: solid 1px #e2e2e2;
    width: 100px;
    box-sizing: border-box;
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}

.ordering_confirm_btn {
    background: #55BFE0;
    color: #FFF !important;
    border-radius: 8px;
    height: 30px;
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 30px;
    font-weight: 700;
}

.ordering_confirm_btn:hover {
    background: #3f9ebb;
}

.submit_order_to_suppliers {
    background: #43B02A;
    border-radius: 12px;
    line-height: 46px !important;
    width: 100%;
    color: #FFF !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.submit_order_to_suppliers.inactive {
    background: #9f9f9f;
    cursor: inherit;
}

.cancel_supplier_order {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: underline;
    color: #f00;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

.nav_counter {
    position: absolute;
    right: -10px;
    top: calc(50% - 9px);
    border-radius: 3px;
    font-size: 11px;
    background: #ffe000;
    color: #000;
}

@media (max-width: 1600px) {

    .filter_btn,
    .filter_inputs_holder label,
    .filter_element input:not([type="checkbox"]),
    .filter_element select,
    .products_table tbody td,
    .products_table .product_title,
    .products_table .group_title {
        font-size: 10px;
        min-width: auto;
    }
}

@media (max-width: 1400px) {
    .header_title {
        font-size: 16px;
    }

    .filter_head {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter_head h1,
    .filter_head>div {
        margin-bottom: 15px;
        width: 100%;
    }

    .filter_head .filter_element {
        width: 100%;
    }

    .filter_inputs_holder input[type=checkbox]+label span {
        width: 14px;
        height: 14px;
        font-size: 16px;
        line-height: 13px;
    }
}

@media (max-width: 1200px) {
    .order_data_block {
        flex-wrap: wrap;
    }

    .ordering_confirm_total {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .no_mobile {
        display: none;
    }

    .multi-select {
        width: 100%;
        min-width: 0px;
        max-width: 100%;
    }

    .products_table tbody td {
        font-size: 12px;
    }

    .full_header {
        display: flex;
        flex-direction: column-reverse;
        z-index: 2;
        position: relative;
    }

    .left_bar {
        position: static;
        width: 100%;
    }

    .left_logo {
        margin-bottom: 0px;
        padding: 15px;
    }

    .header_right {
        display: none;
    }

    .left_navs {
        padding: 50px 0px;
        display: none;
    }

    .header_holder {
        padding: 0px;
    }

    .mobile_nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_logout {
        display: block;
    }

    .left_logo div {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
    }

    .main_content {
        padding: 15px;
    }

    .left_navs.opened {
        display: block;
    }

    .page_header {
        display: flex;
        flex-direction: column;
        padding: 15px;
        width: 100%;
        align-items: stretch;
    }

    .user_avatar_holder {
        display: none;
    }

    .table_holder {
        overflow-x: auto;
        overflow-y: auto;
        display: block;
        max-width: 100%;
        max-height: calc(100vh - 300px);
        padding: 0px;
    }

    .table_holder table {
        position: relative;
    }

    .table_holder th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .filter_inputs_holder {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .filter_inputs_holder>* {
        margin-bottom: 15px;
        width: 100%;
    }

    .marketing_offers_holder {
        flex-wrap: wrap;
    }

    .offer_block {
        width: 100%;
    }

    .header_title {
        flex-wrap: wrap;
    }

    .header_rate {
        margin-left: 0px;
    }

    .marketing_modal_holder {
        padding: 15px;
    }
}

.info_link {
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
}

.info_link img {
    height: 15px;
}

.absolute_modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background: #000000b0;
}

.absolute_modal_overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.absolute_modal_body {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    background: #FFF;
    padding: 15px;
}

.infoRow {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.infoCard {
    width: 67px;
    padding: 5px;
    background: #F6F6F6;
    text-align: center;
    color: #000;
    font-weight: 800;
}

.infoValue {
    font-weight: 800;
    font-size: 18px;
    margin-top: 3px;
}

.small_btn {
    display: inline-block;
    padding: 8px 15px;
    background: #4c64ff;
    border-radius: 8px;
    color: #FFFF;
    margin-top: 10px;
    cursor: pointer;
}

.small_btn.disabled {
    cursor: not-allowed;
    background: #e7e7e7;
    color: #000;
}

td.center {
    text-align: center;
}

.filter_btn.disabled {
    opacity: 0.6;
    background: #959595;
}

.margin-right {
    margin-right: 10px;
}

.active_btn {
    background: #ffe000;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    line-height: 39px;
    font-size: 16px;
    padding: 0px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #000;
    margin-right: 15px;
}

.active_btn:hover,
.active_btn:active {
    background: #f1d300;
}

.ap_row {
    padding: 10px 0;
}

.ap_row:nth-of-type(odd) {
    background-color: #e8e8e8;
}

.ap_row:nth-of-type(even) {}


.ap_header {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ap_header_title {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 3px;
    text-align: center;
}

.ap_header_suggest {
    font-size: 11px;
    text-align: center;
}

.ap_row select,
.ap_row input[type="text"],
.ap_row input[type="number"] {
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: content-box;
    border: solid 2px #f6f6f6;
    margin: 3px 5px;
}

.ap_row textarea {
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: content-box;
    border: solid 2px #f6f6f6;
    margin: 3px 5px;
}

.ap_row input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.ap_row label {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

.addProductsFooter {
    margin-top: 15px;
}

.ap_image {
    width: 150px;
    margin: 3px 5px;
}

.ap_remove {
    color: red;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
}

.ap_loader {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.ap_header_row {
    margin-bottom: 25px;
}

.ap_example {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.ap_input_error {
    box-shadow: 0 2px #ff0034;
}

.chat_holder {
    max-height: 100%;
    overflow: hidden;
}

.chat {
    flex: 1;
    padding: var(--padding);
    background: var(--white);
}

.chat .messages {
    height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: var(--padding);
    padding-bottom: 15px;
}

.chat .bottomRow {
    display: flex;
    align-items: center;
    height: 65px;
    gap: var(--padding);
    padding-top: var(--padding);
    border-top: solid 2px var(--gray);
}

.chat .bottomRow .files {
    display: flex;
    align-items: center;
    gap: var(--padding);
    height: 100%;
}

.chat .bottomRow .files .attachmentButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    border-radius: var(--borderRadius);
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.chat .bottomRow .files .attachmentButton input {
    display: none;
}

.chat .bottomRow .files .attachmentButton img {
    height: 30px;
}

.chat .bottomRow .files .attachmentButton:hover {
    background: var(--middleGray);
}

.chat .bottomRow .textInput {
    flex: 1;
    height: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    text-indent: var(--padding);
    background: var(--gray);
    border-radius: var(--borderRadius);
}

.chat .bottomRow .sendBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    border-radius: var(--borderRadius);
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.chat .bottomRow .sendBtn img {
    height: 30px;
}

.chat .bottomRow .sendBtn:hover {
    background: var(--darkGreen);
}





.bubbleHolder {
    display: flex;
}

.bubbleHolder:not(.we) {
    flex-direction: row-reverse;
}

.bubbleHolder.we .bubble {
    text-align: right;
}

.bubble {
    max-width: 80%;
    padding: var(--padding);
    background: var(--gray);
    border-radius: var(--borderRadius);
}

.bubble .text {
    font-size: 16px;
}

.bubble .image img {
    border-radius: var(--borderRadius);
}

.bubble .created {
    font-size: 12px;
    color: var(--darkGray);
    margin-top: 5px;
}

.bubble .managerData {
    display: flex;
    align-items: center;
    margin-bottom: var(--padding);
    gap: 5px;
}

.bubble .managerData .managerName {
    font-weight: 600;
}

.printerInput {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    height: 39px;
    display: flex;
    margin-right: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

.printerInput input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #707280;
    padding: 0px 15px;
    min-width: 227px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}











.npad_padHolder {
    display: flex;
    flex-wrap: wrap;
    gap: var(--padding);
    width: 240px;
    padding: var(--padding);
    border: solid 2px var(--gray);
    border-radius: var(--borderRadius);




}

.npad_padHolder a {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    border-radius: var(--borderRadius);
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}

.npad_padHolder a:hover,
.npad_padHolder a:active {
    background: var(--primary);
    color: var(--white);
}

.npad_padHolder .spacer {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: var(--borderRadius);
    font-size: 24px;
    font-weight: 900;
}











.pint_filterBlock {
    display: flex;
    gap: var(--padding);
}

.pint_currentAmount {
    font-weight: 600;
    margin-top: 10px;
}

.pint_thumbnail {
    width: 200px;
    height: 200px;
}

.pint_firstRow {
    margin-top: var(--padding);
    display: flex;
    flex-direction: row;
    gap: var(--padding);
}

.pint_amountInput {
    height: 60px !important;
    background: var(--gray) !important;
    border-radius: var(--borderRadius) !important;
    border: none !important;
    padding: 0 15px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.pint_thumbnailBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--padding) 0;
}

.pint_header {
    margin-bottom: var(--padding);
    font-size: 15px;
    font-weight: bold;
}

.pint_amountHolder {
    margin-bottom: var(--padding);
}

.pint_amountBlock {
    background: var(--gray);
    border-radius: var(--borderRadius);
    height: 60px;
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pint_footerButton {
    width: 100%;
    margin-top: var(--padding);
}

.pint_weightButton {
    width: 100%;
}

.pint_checkboxHolder {
    margin: 0;
}

.pint_hold {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center
}

.pint_block {
    height: auto;
    background: white;
    height: auto;
    background: white;
    padding: var(--padding);
    border-radius: var(--borderRadius);
}

.pint_drop {
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.print-sticker-btn {
    background: var(--primary);
    border-radius: var(--borderRadius);
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: white;
    font-size: 16px;
    margin-top: var(--padding);
    cursor: pointer;
}

.datetimeQrInput {
    margin-left: 5px;
    padding: 5px;
    border-radius: 9px;
    border: solid 2px #4c64ff;
}

.wideInput {
    min-width: 100px;
}

.btnTenderHldr {
max-width: 100%;
}

.btnTenderHldr .submit_order_to_suppliers {
    width: 200px;
    margin-top: 30px;
}

.tenderFromArchive {
    background: var(--primary);
    border-radius: var(--borderRadius);
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: white;
    font-size: 12px;
    margin-top: var(--padding);
    cursor: pointer;
    padding: 0 10px;
}

.tenderToArchive {
    background: var(--primary);
    border-radius: var(--borderRadius);
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: white;
    font-size: 12px;
    margin-top: var(--padding);
    cursor: pointer;
    padding: 0 10px;
}

.tenderArchiveListBtn {
    background: var(--primary);
    border-radius: var(--borderRadius);
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: white;
    font-size: 12px;
    margin-top: var(--padding);
    cursor: pointer;
    padding: 0 10px;
    width: 150px;
    margin-bottom: 10px;
}

.tenderArchiveListBtnDisabled {
    background: #d3d3d3;
    border-radius: var(--borderRadius);
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: white;
    font-size: 12px;
    margin-top: var(--padding);
    cursor: pointer;
    padding: 0 10px;
    width: 150px;
    margin-bottom: 10px;
}

.tenderArchive {
    background: #f7f8fc;
}

.tenderArchive .product_title,
.tenderArchive img {
    opacity: 0.5;
}

.archiveBack {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archiveBackground {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000033;
}

.archiveContent {
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
    border-radius: var(--borderRadius);
    padding: 15px;
    background: #FFF;
    position: relative;
    z-index: 2;
}

.archiveBtnHolder {
    display: flex;
    justify-content: flex-end;
}

.archiveBtnHolder a {
    font-weight: bold;
    cursor: pointer;
}

.tenderComment {
    font-weight: 500;
    font-style: italic;
    margin-top: 5px;
}

.tender_comment_holder {
    margin-top: 25px;
    background: var(--white);
    width: 400px;
    max-width: 100%;
    border-radius: 8px;
    padding: 25px 15px;
}

.tender_comment_holder textarea {
    width: 100%;
    padding: 5px;
    min-height: 60px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 2px #ededed;
}

.errorInput {
    border-color: #f28080 !important;
    box-shadow: 0px 0px 6px #f280808c;
}