#modal_questionnaire {
    font-family: 'Roboto-black', sans-serif;
}
#notifyConfig {
    width: 100%;
    table-layout: fixed;
}
#notifyConfig th,
#notifyConfig td {
    border: 1px solid #fff;
    padding: 8px 8px;
    background-color: #f6f1ed;
}
#notifyConfig th {
    text-align: center;
}
#notifyConfig tr:nth-child(odd) th,
#notifyConfig tr:nth-child(odd) td {
    background-color: #dfd4ce;
}
#notifyConfig .alert_group_header th {
    background-image: url('/images/bg_lines_2.png');
    background-repeat: repeat;
    background-size: 32px;
    border-bottom: 1px solid #332316;
}
#notifyConfig .group_name {
    text-align: left;
    text-transform: uppercase;
    background-image: none!important;
    font-size: 10.2pt;
}
#notifyConfig .type:hover {
    background-color: #E9E6E4;
}
/*#notifyConfig input {*/
/*     margin-left: 10px;*/
/*}*/
#notifyConfig input[type=text] {
    margin-left: 10px;
    padding: 1px 4px;
}
#notifyConfig .group-select {
    position: absolute;
    left: 7px;
    top: 4px;
    cursor: pointer;
}
.customBigButton {
    display: block;
    margin: 15px auto 0 auto;
    outline: none;
    padding: 10px 20px;
    background-color: #EBE4DD;
    font-size: 20px;
    border: solid 1px #593721;
    font-weight: 700;
    cursor: pointer;
}
.customBigButton:hover {
    background-color: #593821;
    cursor: pointer;
    color: #fff;
    border: solid 1px #fff0c3;
}
.notify_contact {
    display: flex;
    padding: 6px 15px;
    align-items: center;
}
.notify_contact input[type=text] {
    background-color: #fff;
    border: 1px solid #777;
    width: 180px!important;
}
.notify_contact input[type=text]:hover:disabled,
.notify_contact input[type=text]:focus:disabled {
    background-color: transparent;
    border: 1px solid transparent;
}
.notify_contact input[type=text]:disabled {
    background-color: transparent;
    border: 1px solid transparent;
    color: #555;
}
.notify_contact span.turnoff {
    margin-left: 12px;
    color: #555;
    text-transform: lowercase;
}
.th_email,
.th_telegram {
    width: 210px;
}
.wait-loading {
    background: url('https://sborka.run/images/tenor.gif') no-repeat center center;
    background-size: contain;
    height: 46px;
    margin: 15px;
}
.wait-loading-sm {
    background: url('https://sborka.run/images/tenor.gif') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.show-disabled {
    display: none;
}
.dropzone .dz-message {
    maragin: 4px;
}
.tooltip-hx {
    text-decoration: none;
    font-size: 14pt;
    margin-bottom: 10px;
    color: #472e1d;
    text-align: center !important;
}
.h-blue {
    color: #244181;
}
.h-red {
    color: #e31e25;
}
.hover-red:hover {
    color: #e31e25;
}
.hover-dark:hover {
    color: #482e1b;
}
.btn-floating {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.btn-floating:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
    color: white;
    transform: translateY(-7px);
}
#ap_agree h4,
#ap_agree h5 {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
#ap_agree h4 {
    color: #e33131;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16pt;
}
#ap_agree h5 {
    color: #472e1d;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 13pt;
}
.ap_buttons {
    display: flex;
    justify-content: space-around;
}
.ap_buttons button {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.ap_buttons button:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
    color: white;
    transform: translateY(-7px);
}
#ap_true,
#ap_false {
    border: none;
    color: #fff;
    padding: 8px 82px;
    max-width: 458px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 11pt;
}
#ap_true {
    background-color: #997f6d;
    background: linear-gradient(0deg, #806959 0%, #997f6d 100%);
}
#ap_false {
    background-color: #bf0606;
    background: #e31e25;
    background: linear-gradient(0deg, #e31e25 0%, #e94d62 100%);
}
.bigTooltip .bigTooltip-body {
    border-radius: 8px;
    color: #482e1b !important;
}
.verify-variant {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.verify-variant input {
    margin-top: 4px;
}
.verify-variant label:hover b {
    color: #bf0606;
}
.second_base_td {
    display: flex;
}
.delivery_block_ad_of_dpd > div:first-child {
    text-align: center;
}
.delivery_block_ad_of_dpd > div:first-child span {
    padding: 0!important;
}
.delivery_block_ad_of_dpd > div:first-child button {
    border-radius: 8px;
    margin: 10px 0 30px 5px!important;
    width: auto;
    padding: 6px 80px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #806959 !important;
    box-shadow: none;
    transition: 0.3s;
}
.delivery_block_ad_of_dpd > div:first-child button:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px);
}
.switch-component {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto-black', sans-serif !important;
}
.switch-component *,
.switch-component *:after,
.switch-component *:before {
    font-family: 'Roboto-black', sans-serif !important;
}
.switch-component input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.switch-component label {
    margin: 0;
    cursor: pointer;
    text-indent: -9999px;
    width: 36px;
    height: 18px;
    background: #a00b1b;
    background: linear-gradient(180deg, #a00b1b 0%, #f7265f 100%);
    display: block;
    border-radius: 100px;
    position: relative;
}
.switch-component label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background: url('/images/tumbler-2.png') no-repeat center center;
    background-size: contain;
    border-radius: 90px;
    transition: 0.3s;
}
.switch-component input:checked + label {
    /*background: #bada55;*/
}
.switch-component input:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}
.switch-component label:active:after {
    width: 22px;
}
.switch-component .title {
    margin-right: 6px;
}
.switch-component .left {
    margin-right: 6px;
}
.switch-component .right {
    margin-left: 6px;
}
.lc-switch-component {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto-black', sans-serif !important;
}
.lc-switch-component *,
.lc-switch-component *:after,
.lc-switch-component *:before {
    font-family: 'Roboto-black', sans-serif !important;
}
.lc-switch-component input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.lc-switch-component label {
    margin: 0;
    cursor: pointer;
    text-indent: -9999px;
    width: 38px;
    height: 20px;
    background: #dad5d2;
    display: block;
    border-radius: 100px;
    position: relative;
    padding: 0;
}
.lc-switch-component label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #482e1d;
    background-size: contain;
    border-radius: 90px;
    transition: 0.3s;
}
.lc-switch-component input:checked + label {
    /*background: #bada55;*/
    background: #dad5d2;
    border: none;
    text-transform: unset;
}
.lc-switch-component input:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}
.lc-switch-component label:active:after {
    width: 22px;
}
.lc-switch-component .title {
    margin-right: 6px;
}
.lc-switch-component .left {
    margin-right: 6px;
    cursor: pointer;
    user-select: none;
}
.lc-switch-component .left,
.lc-switch-component .right {
    color: #cdc5bf;
    margin-left: 6px;
    cursor: pointer;
    user-select: none;
}
.lc-switch-component .left:not(.selected):hover,
.lc-switch-component .right:not(.selected):hover {
    color: #a89d95;
}
.lc-switch-component .left.selected,
.lc-switch-component .right.selected {
    color: #472e1b;
}
.lc-switch-component.colored .left.selected {
    color: #982a2a;
}
.lc-switch-component.colored .right.selected {
    color: #007bff;
}
.lc-switch-component.disabled label,
.lc-switch-component.disabled .left,
.lc-switch-component.disabled .right {
    cursor: default;
    opacity: 0.3;
}
.head-main {
    box-shadow: inset 0 -6px 0 0 #fff;
}
.head-main.head-colored {
    box-shadow: inset 0 -6px 0 0 #fff;
}
.bordered-tabs.inner-tabs {
    border-bottom: 1px solid #e9e6e4;
    margin: -1rem -1rem 1rem -1rem;
    padding: 1rem 1rem 0 1rem;
    background: transparent;
    background: linear-gradient(0deg, #d7d6d55c 0%, rgba(255, 255, 255, 0) 100%);
}
.bordered-tabs .nav-tab-item label {
    user-select: none;
    margin-bottom: -3px;
    padding: 8px 30px;
    color: #593821 !important;
    text-transform: uppercase;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.bordered-tabs .nav-tab-item label:hover {
    color: #593821;
    background: #E9E6E4;
    cursor: pointer;
}
.bordered-tabs .nav-tab-item label.active {
    background: white;
    border-top: 2px solid #593821;
    border-left: 1px solid #E9E6E4;
    border-right: 1px solid #E9E6E4;
}
.bordered-tabs .nav-tab-item label.active:hover {
    color: #593821;
    background: white;
    cursor: default;
}
.bordered-tabs-content {
    background: white;
    border: 1px solid #E9E6E4;
}
.border-box * {
    box-sizing: border-box;
}
.content-box * {
    box-sizing: content-box !important;
}
.export_xls {
    background-color: #00723a;
    color: #fff;
    width: 146px;
    text-align: center;
    padding: 2px 10px 2px 5px;
    font-weight: normal;
    height: 38px;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-top: -4px;
    border: 3px solid #004825;
}
.export_xls:hover {
    cursor: pointer;
    background-color: #004825;
}
.input_file_dark {
    padding: 10px;
    border: 2px dashed #472e1d;
    border-radius: 12px;
}
.input_file_dark:hover {
    background-color: #d4cac1;
}
.s-btn-outline {
    padding: 10px 15px;
    border-radius: 4px;
    color: #472e1d;
    background: transparent;
    border: 1px solid #472e1d;
}
.s-btn-outline:hover {
    cursor: pointer;
    color: #fff;
    background: #472e1d;
}
.s-chip1 {
    margin: 2px;
    padding: 0 6px;
    border: 1px solid #ececec;
}
.s-chip1:hover {
    background: #e9ecef;
    border: 1px solid #ced4da !important;
    cursor: pointer;
}
.productTab-link-text {
    height: inherit;
    width: 204px;
}
.productTab-text {
    width: inherit;
    height: inherit;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 9pt;
    font-weight: 600;
    border: 1px solid #f2f0ee;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    position: absolute;
}
.productTab-text:hover {
    border-bottom-color: #e0dcd9;
    background: transparent;
}
#save_offset_order {
    opacity: 1;
    cursor: pointer;
}
#save_offset_order:disabled {
    opacity: 0.1;
    cursor: default;
}
body.partner-f13 .small_block:hover,
body.partner .small_block:hover {
    background: #D2D2D2;
}
body.partner-f13 .small_block img:hover,
body.partner .small_block img:hover {
    top: 0;
}
#settings-tabContent {
    overflow-x: auto;
}
#settings-tabContent *,
#settings-tabContent *:before,
#settings-tabContent *:after {
    box-sizing: border-box;
}
#settings-tabContent .tree {
    min-width: 1000px;
}
.page-product-creator *,
.page-product-creator *:before,
.page-product-creator *:after {
    box-sizing: border-box;
}
.page-product-creator .white-block {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dedede;
}
.page-product-creator .white-dashed-block {
    padding: 1rem;
    background-color: #fff;
    border: 1px dashed #8f8f8f;
}
.page-product-creator .gray-block {
    padding: 1rem;
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
}
.page-product-creator .pink-block {
    padding: 1rem;
    background-color: #ffefef;
    border: 1px solid #d8d8d8;
}
.page-product-creator .bg-pink {
    background-color: #ffefef !important;
}
.page-product-creator .hover-line:hover {
    box-shadow: 0 0 0 1px #0078f9;
}
.page-product-creator .chip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    user-select: none;
    border: 1px solid #d7d7d7;
    padding: 7px 1em;
    border-radius: 20px;
    cursor: pointer;
}
.page-product-creator .chip .fa-trash {
    color: #dc3545;
}
.page-product-creator .form-group {
    width: 540px!important;
}
.page-product-creator h4 {
    text-decoration: none;
}
.page-product-creator select option {
    padding: 5px;
}
.page-product-creator .nav-link.btn {
    overflow: hidden;
}
.page-product-creator #creator-new .btn {
    white-space: normal;
}
.page-product-creator div[data-type=multiCheckbox] {
    width: 240px;
    height: 200px;
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    text-align: left;
    word-wrap: anywhere;
}
.page-product-creator div[data-type=multiCheckbox] label {
    position: relative;
    display: block;
    user-select: none;
    width: auto;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-weight: normal;
    font-size: 11.6pt;
    padding: 4px 6px;
}
.page-product-creator div[data-type=multiCheckbox] label input {
    width: auto !important;
}
.page-product-creator div[data-type=multiCheckbox] label:hover {
    color: #fff;
    background-color: Highlight;
}
.page-product-creator div[data-type=multiCheckbox].no-border {
    width: 340px;
    height: auto;
    max-height: none;
    border-color: transparent;
}
.page-product-creator div[data-type=multiCheckbox].no-border label:last-child {
    border-bottom-color: transparent;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.mp-icon-upload {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border: 1px solid #ced4da;
    position: relative;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mp-icon-upload .fa.fa-upload {
    color: #482e1b63;
}
.mp-icon-upload:hover .remove {
    opacity: 1;
}
.mp-icon-upload label {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-position: center center;
    background-size: auto 70%;
    background-repeat: no-repeat;
}
.mp-icon-upload .remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background-color: #ced4da;
    color: #482e1b;
    opacity: 0;
    z-index: 200;
    cursor: pointer;
}
.product-categories .tree {
    margin: 1rem 0;
}
.product-categories .tree > .item > .item-row .item-name {
    font-weight: bold;
}
.product-categories .tree .item:has(.item-inners) {
    color: #e30000 !important;
}
.product-categories .tree .item .item-inners.compressed {
    display: none;
}
.product-categories .tree .item > .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
.product-categories .tree .item > .item-row .item-btnHome {
    visibility: hidden;
    color: #adaeae;
}
.product-categories .tree .item > .item-row .item-btnHome:hover {
    cursor: pointer;
    color: #482e1d;
}
.product-categories .tree .item > .item-row:hover {
    background-color: #f8f7f6;
}
.product-categories .tree .item > .item-row:hover .item-btnHome {
    visibility: visible;
}
.product-categories .tree .item > .item-row .item-expand-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #4f2a14;
    border: 1px solid transparent;
}
.product-categories .tree .item > .item-row .item-expand-btn:hover {
    cursor: pointer;
}
.product-categories .tree .item > .item-row .item-expand-btn.compressed {
    transform: rotate(-90deg);
}
.product-categories .tree .item > .item-row .item-expand-btn .fa.mp-structure-expand-btn::before {
    content: "\f078";
}
.product-categories .tree .item > .item-row .item-expand-btn.empty:hover {
    cursor: default;
}
.product-categories .tree .item > .item-row .item-expand-btn.empty:not(.compressed) {
    transform: rotate(-90deg);
}
.product-categories .tree .item > .item-row .item-expand-btn.empty .fa.mp-structure-expand-btn {
    font-size: 0.9rem;
}
.product-categories .tree .item > .item-row .item-expand-btn.empty .fa.mp-structure-expand-btn::before {
    content: "\f10c";
}
.product-categories .tree .item > .item-row .item-expand-btn-always-closed {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #afa39c;
    border: 1px solid transparent;
    transform: rotate(-90deg);
}
.product-categories .tree .item > .item-row .index-label {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background-color: #4f2a14;
    border-radius: 0.24rem;
    color: #fff;
    font-size: small;
    font-weight: bold;
}
.product-categories .tree .item > .item-row .item-name {
    font-size: 1.2rem;
}
.product-categories .tree .item > .item-row .item-url {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.1rem 0.4rem;
    text-align: center;
    font-size: 0.8rem;
    color: #482e1d;
    border-radius: 0.24rem;
    border: 1px solid #d9d9d9;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item {
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
    padding: 0.1rem 0.4rem;
    text-align: center;
    font-size: 0.8rem;
    color: #4f2a14;
    background-color: transparent;
    border-radius: 0.24rem;
    border: 1px solid #4f2a14;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item.mod-menu-item {
    color: #4f2a14;
    border-color: #4f2a14;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item.mod-page {
    color: #9f5d26;
    border-color: #9f5d26;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item.mod-product-category {
    color: #007bff;
    border-color: #007bff;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item.mod-module {
    color: #dc3545;
    border-color: #dc3545;
}
.product-categories .tree .item > .item-row .mod-list span.mode-item.mod-group {
    color: #5e51b9;
    border-color: #5e51b9;
}
.product-categories .tree .item .item-inners > .item > .item-row {
    padding-left: 4rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 7rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 10rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 13rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 16rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 19rem;
}
.product-categories .tree .item .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-inners > .item > .item-row {
    padding-left: 22rem;
}
li.kabinet_menu.text-label {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #f3f0ee;
}
li.kabinet_menu.text-label a {
    width: 204px;
    height: inherit;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem !important;
    font-weight: normal!important;
}
li.kabinet_menu.text-label a:hover,
li.kabinet_menu.text-label a.tabulous_active {
    background-color: #f3f0ee !important;
    box-shadow: inset 0 -3px 0 0 #e2ddda;
}
.material_value_switchers {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between !important;
    align-items: center!important;
    margin: 0 !important;
}
.material_table_caption {
    width: auto;
    border: 1px solid white;
    background-color: #472E1D;
    color: white;
    padding: 10px 0;
    caption-side: top!important;
    text-align: center;
}
.material_table_caption span {
    color: #fff;
}
.material_value_switchers_br {
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
}
.offset_info {
    width: 1260px;
}
label.no-tab {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0;
    text-transform: inherit;
    user-select: inherit;
    border: none!important;
}
label.no-tab:hover {
    color: inherit;
    background: inherit;
    cursor: inherit;
    border: none!important;
}
