body {
    font:400 13px 'Roboto', sans-serif;
}
.modal-dialog {
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    margin: unset;
    transform: translate(-50%, 0) !important;
}

.modal.edit_featured-modal .modal-dialog {
    top: 50%;
    bottom: 50%;
    margin-top: 0px !important;
    transform: translate(-50%, calc(-50% - 15px)) !important;
}

.modal-dialog:has(.delete-modal) {
    max-width: 320px !important;
}

.modal-footer button[type="submit"]{
    margin-bottom: 0;
}

/*configuration menu*/
.configuration_menu, .translates_menu {
    cursor: pointer;
}
.configuration_menu .panel, .translates_menu .panel {
    margin-bottom: 0;
    border-top: 0;
}
.configuration_menu_header, .translates_menu_header {
    position: relative;
    padding: 2px 10px;
    margin: 5px 0 0 0;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid;
    border-color: #eaeff0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.translates_menu_header {
    /*margin: 0 0 0 20px;*/
}
.translates_menu_header>div {
    font-size: 14px;
}
.configuration_menu .down, .translates_menu .down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
    transition: all .3s;
    transform: rotate(0deg);
}
.translates_menu .down {
    top: 2px;
}
.configuration_menu.active .down, .translates_menu.active .down {
    transform: rotate(-180deg);
}
/*configuration menu END*/

.fix-width {
    max-width: 1170px;
    margin: 0 auto;
}

.fix-width.responsive-width {
    max-width: unset;
    padding: 0 15px;
}

@media screen and (min-width: 1400px) {
    .fix-width.responsive-width:has(.onboarding.open) {
        max-width: 100%;
    }
    .fix-width.responsive-width {
        max-width: 1200px;
    }
}

.fix-width.responsive-width > .container,
.fix-width.responsive-width > .container-fluid {
    max-width: unset;
    width: 100% !important;
    padding: 0;
}
.fix-width.responsive-width .container {
    max-width: unset;
    width: 100% !important;
    margin: 0;
    padding-bottom: 15px;
}

.fix-width.responsive-width #aside + .col > .wrapper {
    padding-right: 0 !important;
}

.fix-width.responsive-width > .row {
    margin: 0;
}

.fix-width.responsive-width select {
    max-width: 180px;
    border-radius: 8px;
}

.fix-width.responsive-width .form-group input {
    max-width: 280px;
}

.fix-width.responsive-width .backup .nav-tabs,
.fix-width.responsive-width .backup .tab-content {
    padding: 0 15px;
}

.bg-solomono {
    background-color: #f4dc47;
}

.settings input {
    cursor: default !important;
}

.wrapper-md > i.fa-spin {
    display:block;
    margin:0 auto;
    opacity:0.3;
}


.modal_order_details .order-table {
    overflow-x: auto;
    max-width: 100%;
}

.table-row-btns > * {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    min-width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #eaecf0 !important;
    color: #667085;
}

.table-row-btns > *:hover {
    background-color: #eaecf0 !important;
    color: #667085;
    opacity: 0.9;
}

.table-row-btns a.btn_own {
    color: #667085;
}

.edit_orders {
    margin:30px 0;
    border: 0px !important;
}
.edit_orders .edit_orders-btn_update {
    margin-bottom: 0;
}
.edit_orders input#search {
    margin: 15px 0;
}

.edit_orders .steps .dataTableContent:first-of-type {
    padding: 0 15px 0 0;
}
.edit_orders .steps .add_product_text {
    padding: 0 0 0 15px;
}
.edit_orders .pageHeading {
    font-weight:bold;
}

.edit_orders .SubTitle {
    background:#3a3f51;
    color:#a6a8b1;
    padding:4px 0 4px 10px;
}

.edit_orders .dataTableHeadingRow td {
    padding:3px 6px;
    white-space:nowrap;
    font-size:12px;
    /*  border-left:1px solid rgba(0,0,0,0.1);  */
}
.edit_orders .edit_orders_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.edit_orders .actions_btn {
    text-align: right;
}

.edit_orders textarea.form-control {
    height: auto;
}
.edit_orders .customer_shipping_address tr:not(.dataTableHeadingRow) > td,
.edit_orders .edit_orders_products_table tr:not(.dataTableHeadingRow) > td,
.edit_orders .dataTableRow tr:not(.dataTableHeadingRow) > td {
    padding: 2px;
}

.edit_orders .customer_shipping_address tr:not(.dataTableHeadingRow) > td:last-of-type,
.edit_orders .edit_orders_products_table tr:not(.dataTableHeadingRow) > td:last-of-type,
.edit_orders .dataTableRow tr:not(.dataTableHeadingRow) > td:last-of-type {
    padding:2px 0 2px 2px;
}

.edit_orders .customer_shipping_address tr:not(.dataTableHeadingRow) > td:first-of-type,
.edit_orders .edit_orders_products_table tr:not(.dataTableHeadingRow) > td:first-of-type,
.edit_orders .dataTableRow tr:not(.dataTableHeadingRow) > td:first-of-type {
    padding:2px 2px 2px 0;
}


.edit_orders .customer_shipping_address tr:nth-of-type(2) > td,
.edit_orders .edit_orders_products_table tr:nth-of-type(2) > td,
.edit_orders .dataTableRow tr:nth-of-type(2) > td {
    padding-top:4px!important;
}

.edit_orders .edit_orders_status_orders > tbody > tr > td:last-of-type {
    padding-left:30px;
}

.edit_orders  .customer_shipping_address tr > td:first-of-type b {
    font-weight:normal;
}
.edit_orders .edit_orders_products-input_option {
    margin-top: 5px;
}

.edit-orders_accordion_svg {
    display: none;
}

.wrapper_stats_customers {
    position: relative;
    z-index: 10;
}
.wrapper_stats_customers span {
    margin-right: 10px;
}
.wrapper_stats_customers input {
    margin-left: 10px;
}
.wrapper_stats_customers input[type='submit'] {
    margin-left: 20px;
    line-height: 16px;
}
.sendmail tr td {
    padding:5px 0;
}
.payment_modules .payment_module_description, .payment_modules .value_payment_module_description {
    max-width: 50%;
}
.payment_modules .col-name-title_payment {
    width: 25%;
}
.payment_modules .col-name-title_payment img {
    width: 28px;
    height: 20px;
    margin-left: 6px;
}
.payment_modules .col-name-title_shipping {
    width: 50%;
}
.const_filter{
    padding: 0;
}
.modal_order_details .row {
    margin: 0;
}
.modal_order_details .row.form-group.text-right {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 0 auto;
}
.modal_order_details .row.form-group.text-right .btn {
    margin-bottom: 0;
}
.modal_order_details .row.form-group.text-right::after,
.modal_order_details .row.form-group.text-right::before {
    display: none;
}
.modal_order_details p {
    word-break: break-word;
}
#user-select-container #create_customer,
#user-select-container #create_order_from_exist {
    margin-bottom: 10px;
}

.form-horizontal.address_book .checkbox-inline {
    padding-left: 35px;
}

.backup-sub-title{
    font-weight: bold;
    font-size: 15px;
}
.backup-tab-content{
    margin-top: 15px;
}
.backupForm .button-block>button{
    float: right;
}

#export .backup-tab-content .checkbox.col-sm-3 {
    margin: 5px 0 0 0;
}
.showTables:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pointer_events_none{
    pointer-events: none;
    opacity: 0.3;
}
.check-buttons>div{
    padding: 5px 10px;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.outer {
    position: relative;
    height: 260px;
    max-height: 260px;
}

.inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.innerCounters {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:  100%;
}

.innerCounters .stats-heading {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
}

.innerCounters .stats-heading .h1 {
    display: inline-block;
    vertical-align: middle;
}

.innerCounters .stats-heading.sales-sum .h1 {
    font-size: 30px;
}

.m-b-none {
    margin-bottom: 0px;
}

.innerLeft {left: 0;}
.innerRight {right: 0}

.tab-container .tab-content.no-borders {
    border-color: transparent;
    border-width: 0;
}

.tab-container .nav-pills > li.active > a {
    color: inherit !important;
    background-color: transparent;
}

.tab-container .nav-pills > li.active > a,
.tab-container .nav-pills > li.active > a:hover,
.tab-container .nav-pills > li.active > a:active,
.tab-container .nav-pills > li.active > a:focus,
.tab-container .nav > li > a:hover,
.tab-container .nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #23b7e5;
    border-radius: 0;
}

.tab-container .nav-pills > li {
    width: calc(20% - 2px);
    text-align: center;
    display: table;
}

.tab-container .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: table-cell;
    height: 59px;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
    min-height: 59px;
}

.tab-container .nav-pills {
    margin-bottom: 5px;
}

.tab-container .nav-pills > li.active {
    background-color: #e6e6e6;
}

.tab-container #overview-tabs.nav-pills {
    display: table;
    width: 100%;
}

.tab-container #overview-tabs.nav-pills > li {
    display: table-cell;
    vertical-align: middle;
    min-height: 59px;
    height: 59px;
    line-height: 59px;
    border-bottom: 3px solid transparent;
}

.tab-container #overview-tabs.nav-pills > li > a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    height: auto;
    min-height: auto;
    border-bottom: none;
}

.tab-container #overview-tabs.nav-pills > li.active {
    border-bottom-color: #23b7e5;
    border-radius: 0;
}

.tab-container .table > thead > tr > th,
.tab-container .table > tbody > tr > th,
.tab-container .table > tfoot > tr > th,
.tab-container .table > thead > tr > td,
.tab-container .table > tbody > tr > td,
.tab-container .table > tfoot > tr > td {
    vertical-align: middle;
}

.tab-container .table > thead > tr > th,
.tab-container .table > tbody > tr > th,
.tab-container .table > tfoot > tr > th,
.tab-container .table > thead > tr > td,
.tab-container .table > tfoot > tr > td {
    font-size: 12px;
}

.t-n {
    top: 0;
}

.b-n {
    bottom: 0;
}

.l-n {
    left: 0;
}

.r-n {
    right: 0;
}

.m-auto {
    margin: auto;
}

.w-half-xxs {
    width: 26px;
}

.h-half-xxs {
    height: 28px;
}

.p-none {
    padding: 0 !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.border-color-none {
    border-color: transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-width: 2px;
}

.nav-tabs-alt .nav-tabs a.border-color-none {
    border-color: transparent !important;
}

.eventStyle {
    background-color: #F6F8F8;
    border-radius: 3px;
}

.m-r-10 {
    margin-right: 10px !important;
}

#view-selector-container .ViewSelector2 > .ViewSelector2-item {
    display: inline-block;
    margin-right: 20px;
}

.m-r-10 {margin-right: 10px;}

.gapi-analytics-auth-styles-signinbutton {
    cursor: pointer;
}

#embed-api-auth-container > div:first-of-type {
    text-align: center;
}

#embed-api-auth-container > div:nth-of-type(2) {
    margin-bottom: 15px;
}

#view-selector-container .label {
    font-size: inherit;
}

#view-selector-container .FormField {
    border-color: #ccc;
}

.bg-black-opacity-important {
    background-color: rgba(32, 43, 54, 0.5) !important;
}

.loginModal {
    width: 400px;
    margin: -100px 0 0 -200px;
}
.loginModal button[type="submit"] {
    height: 34px;
}

.fast-add-menu i {
    color: #D0D0D2;
}

.fast-add-menu a:hover i {
    color: inherit;
}

#header .dropdown-menu.animated {
    -webkit-animation-duration: 0.33s;
    animation-duration: 0.33s;
}
/********************* header-menu-wood *********************/
.header-menu-wood ul li > a,
.header-menu-wood ul li > span {
    padding: 7px 3px 7px!important;
    transition: all 0s!important;

}
#header .header_drop_menu.header-menu-wood ul li:first-of-type {
    padding-top: 0px;
}

.header-menu-wood button.header_cat_btn .caret,
.header_drop_menu button.header_add_menu .caret {
    margin-left: 5px;
}
.header_order_link {
    color: #0a0c12!important;
    font-weight: 500!important;
}

.header-menu-wood ul#header_cat_menu {
    padding-left: 30px;
}
#header .header_drop_menu ul {
    min-width: 170px;
}

#header .header_drop_menu ul#header_lang_menu {
    min-width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.header-menu-wood button.header_cat_btn .caret,
.header_drop_menu button.header_add_menu .caret {
    margin-left: 5px;
}
.header_order_link {
    color: #0a0c12!important;
    font-weight: 500!important;
}
/***** наведение на всю ширину*******/
.header-menu-wood ul li a:before {
    content: '';
    position: absolute;
    /*height: 100%;*/
    /*width: 100%;*/
    top: 0;
    right: 0;
    height: 25px;
    z-index: -1!important;
}
.header-menu-wood ul li a.height:before{
    height: 45px;
}
.header-menu-wood>ul>li a:before {
    width: calc(100% + 15px);
}
.header-menu-wood ul.menu-cats.tree li a:before{
    width: calc(100% + 15px);
}
.header-menu-wood>ul>li>ul>li a:before,
.header-menu-wood ul.menu-cats.tree li>ul>li a:before {
    width: calc(100% + 15px);
}
.header-menu-wood>ul>li>ul>li>ul>li a:before,
.header-menu-wood ul.menu-cats.tree li>ul>li>ul>li a:before {
    width: calc(100% + 15px);
}
.header-menu-wood>ul>li>ul>li>ul>li>ul>li a:before,
.header-menu-wood ul.menu-cats.tree li>ul>li>ul>li>ul>li a:before{
    width: calc(100% + 15px);
}
.header-menu-wood ul li:hover > div > a:before,
.header-menu-wood ul.menu-cats.tree li.active > div > a:before{
    background: #f5f5f5;
    color: #000!important;
}
.header-menu-wood ul li span {
    z-index: 20!important;
    position: relative;
    color: #000;
}
.cat_icons a:before{
    display: none;
}
/*******/

.header-menu-wood .tree {
    margin: 0 auto!important;
}
.header-menu-wood .menu-cats.tree {
    display: table!important;
    margin-left: 20px!important;
    width: 90%;
}

.header-menu-wood .tree li {
    list-style-type: none;
    position: relative;
    z-index: 1;
}
/*header-menu-wood ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 17px;
    top: 0;
    width: 2px;
    height: calc(100% - 17px);
    background: #343642;
    z-index: 2;
}*/

.header-menu-wood .tree li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 10px;
    height: 20px;
    z-index: 1;
}

.header-menu-wood .tree li::after {
    position: absolute;
    content: "";
    top: 13px;
    left: -15px;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 1;
}
.header-menu-wood .tree li:not(.ten)::after{
    display: none;
}
li.ten {
    margin-left: 10px;
}
.header-menu-wood .tree li:last-child::after {
    display: none;
}

.header-menu-wood ul.tree > li:first-child::before {
    display: none;
}
.header-menu-wood .tree li a:hover + ul li,
.header-menu-wood .tree li a:focus + ul li {
    position: relative;
    /*z-index: 20;*/
    color: #000;
}

.header-menu-wood .tree li a:hover,
.header-menu-wood .tree li a:hover + ul li a,
.header-menu-wood .tree li a:focus,
.header-menu-wood .tree li a:focus + ul li a {
    color: #000;
    /*z-index: 20;*/
}

.header_drop_menu ul li:last-of-type {
    padding-bottom: 0px;
}

.app .app-content {
    position: relative;
}

@media (max-width: 767px) {
    .app .app-content {
        padding-top: 70px !important;
    }
}

/******************** /header-menu-wood  *******************/

/******************** Мульти-Менеджер-menu-wood  *******************/

#multi_manager_list {
    padding-left: 30px;
    font-size: 13px;
}

#multi_manager_list li {
    list-style-type: none;
    position: relative;
    z-index: 1;
}

#multi_manager_list li a {
    padding: 7px 3px 7px!important;
    display: flex;
}

#multi_manager_list li a span {
    z-index: 3;
}

#multi_manager_list li a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 40px);
    top: 0;
    right: 0;
    height: 30px;
    z-index: 0;
}

#multi_manager_list li a:hover:before {
    background: #f8f8f8;
}

#multi_manager_list li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -20px;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 10px;
    height: 20px;
    z-index: 1;
}

#multi_manager_list li::after {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 1;
}

#multi_manager_list li:last-child::after {
    display: none;
}

#multi_manager_list > li:first-child::before {
    display: none;
}
/********************************************************************/
.selectize-control .selectize-dropdown [data-selectable] {
    overflow: visible;
}
.selectize-control .selectize-dropdown .option {
    padding: 4px 8px;
}
.selectize-control .selectize-dropdown-content {
    padding-left: 15px;
    font-size: 13px;
}
.selectize-control .selectize-dropdown .option.nest-1 {
    margin-left: 30px;
}
.selectize-control .selectize-dropdown .option.nest-2 {
    margin-left: 45px;
}
.selectize-control .selectize-dropdown .option.nest-3 {
    margin-left: 71px;
}

.selectize-control .selectize-dropdown-content .option{
    list-style-type: none;
}
.selectize-control .selectize-dropdown-content .option.nest-0,
.selectize-control .selectize-dropdown-content .option.nest-1,
.selectize-control .selectize-dropdown-content .option.nest-2,
.selectize-control .selectize-dropdown-content .option.nest-3 {
    position: relative;
}
.selectize-dropdown > div::before {
    content: "";
    position: absolute;
    border-left: 2px solid #eee;
    height: 100%;
    z-index: 1;
    left: 10px;
}
.selectize-control .selectize-dropdown-content .option.nest-0::before {
    content: "";
    position: absolute;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 10px;
    height: 20px;
    z-index: 0;
    top: -5px;
    left: -5px;
}
.selectize-control .selectize-dropdown-content .option.nest-1::before {
    content: "";
    position: absolute;
    border-left: 2px solid #eee;
    width: 10px;
    height: 30px;
    z-index: 0;
    top: -3px;
    left: -10px;
}

.selectize-control .selectize-dropdown-content .option.nest-2::before {
    content: "";
    position: absolute;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 10px;
    height: 30px;
    top: -16px;
    left: -4px;
    z-index: 0;
}
.selectize-control .selectize-dropdown-content .option.nest-3::before {
    content: "";
    position: absolute;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 10px;
    height: 30px;
    z-index: 0;
    top: -16px;
    left: -8px;
}
.selectize-control .selectize-dropdown-content .option.nest-0::after {
    position: absolute;
    content: "";
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 0;
    top: 13px;
    left: -5px;
}
.selectize-control .selectize-dropdown-content .option.nest-1::after {
    position: absolute;
    content: "";
    border-top: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 0;
    top: 12px;
    left: -10px;
}
.selectize-control .selectize-dropdown-content .option.nest-2::after {
    position: absolute;
    content: "";
    border-left: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 0;
    top: -2px;
    left: -25px;
}
.selectize-control .selectize-dropdown-content .option.nest-3::after {
    position: absolute;
    content: "";
    border-left: 2px solid #eee;
    width: 10px;
    height: 100%;
    z-index: 0;
    top: -3px;
    left: -51px;
}
.selectize-control .filtered .selectize-dropdown-content .option.nest-1,
.selectize-control .filtered .selectize-dropdown-content .option.nest-2,
.selectize-control .filtered .selectize-dropdown-content .option.nest-3 {
    margin: 0;
}
.selectize-control .filtered .selectize-dropdown-content .option.nest-1:before,
.selectize-control .filtered .selectize-dropdown-content .option.nest-2:before,
.selectize-control .filtered .selectize-dropdown-content .option.nest-3:before,
.selectize-control .filtered .selectize-dropdown-content .option.nest-1:after,
.selectize-control .filtered .selectize-dropdown-content .option.nest-2:after,
.selectize-control .filtered .selectize-dropdown-content .option.nest-3:after {
    border-left: 0;
    left: -4px;
}
.selectize-control .selectize-dropdown-content .option.nest-0:last-child::after {
    display: none;
}
.selectize-control .selectize-dropdown-content  > .option.nest-0:last-child::before {
    display: none;
}
.selectize-control .selectize-dropdown-content .option.nest-2 .line {
    position: absolute;
    border-left: 2px solid #eee;
    width: 10px;
    height: 100%;
    top: 1px;
    left: -4px;
    z-index: 999;
}
.selectize-control .selectize-dropdown-content .option.nest-3 .line {
    position: absolute;
    border-left: 2px solid #eee;
    width: 10px;
    height: 100%;
    top: 1px;
    left: -30px;
    z-index: 999;
}
.selectize-control .selectize-dropdown-content .option span {
    z-index: 9999;
    display: inline-block;
    padding: 0;
    background-color: rgba(255, 255, 255, 1)!important;
    position: relative;
}
.selectize-control .selectize-dropdown-content .option span.highlight {
    width: auto;
}
.cat_tree_dropdown .option.active {
    background-color: #f0f8ff!important;
    z-index: 999;
}
.cat_tree_dropdown .option.active span {
    background-color: #f0f8ff!important;
    z-index: 999;
}

.selectize-control.selectized + input {
    min-height: 36px;
}
.selectize-control.selectized {
    min-width: 100px;
    width: auto ;
}
.selectize-control.selectized .selectize-dropdown {
    width: 100% !important;
}
.selectize-control.selectized .selectize-dropdown-content {
    padding: 0;
}

.selectize-control.selectized .selectize-dropdown-content:before,
.selectize-control.selectized .selectize-dropdown-content:after {
    display: none;
}
.selectize-control.selectized .option,
.selectize-control.selectized .option span {
    color: #000 !important;
}
.selectize-control.selectized .option:hover,
.selectize-control.selectized .option:hover span {
    background-color: #eee !important;
}
/******************** /Мульти-Менеджер-menu-wood  *******************/

.adminLogo {
    background-color: #58666E;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    display:  inline-block;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.app-aside-dock .app-aside .navi > ul > li > a > i {
    font-size: 15px;
}

.text-solomono {
    color: #f4dc47;
}

.dayOrderStyle {
    color: rgba(88, 102, 110, 0.58);
}

.label.dayOrderStyle {
    min-width: 85px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: white;
    background-color: #58666E;
}

.bg-warning-dark {
    background-color: #FAB433;
    color: #fff;
}

.easyPieChart > div.innerText  {
    width: 100%;
    line-height: normal;
}

.dateEventInfo, .dateCommentInfo {
    font-size: 11px;
    color: #788185;
}
.dateEventInfo {
    margin-top: 12px;
}
.dateCommentInfo {
    margin-top: 3px;
}

.commentListLogo {
    background-color: var(--left-menu-bg);
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display:  inline-block;
    line-height: 30px;
    text-align: center;
}

#modules-list {
    list-style: none;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 0;
}

#modules-list .btn-xs {
    height: 18px;
    width: 28px;
    border-radius: 8px;
}

#modules-list .btn-xs i {
    line-height: 16px;
}

#modules-list .btn-xs.bg-success:hover,
#modules-list .btn-xs.bg-success:focus {
    background-color: #9ee4af;
}

#modules-list .btn-xs.bg-success:hover i,
#modules-list .btn-xs.bg-success:focus i {
    color: inherit;
}

#modules-list li {
    height: 20px;
}

.i-switch-xs {
    width: 28px;
    height: 16px;
}

.i-switch-xs input:checked + i:after {
    margin-left: 12.8px;
}

.i-switch-xs i:after {
    width: 14.4px;
}

#modules-list .i-switch-xs {
    margin-top: 2px;
}

#modules-list .i-switch.disabled {
    cursor: default;
}

#modules-list a .i-switch.disabled {
    cursor: pointer;
}

.text-center .i-switch input:checked + i:after {
    /* margin-left: -1px;*/
}

.app-aside-dock .app-aside .navi > ul {
    display: table;
    width: 100%;
    padding: 0 16px;
}

.app-aside-dock .app-aside .navi > ul > li {
    display: table-cell;
    float: none;
}

.app-aside-dock .app-aside .navi li:hover > .nav-sub.nav-sub-right {
    left: auto !important;
    right: 0 !important;
}

.no-padder-t {
    padding-top: 0 !important;
}

.no-padder-b {
    padding-bottom: 0 !important;
}

.no-padder-t-b {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padder-l {
    padding-left: 0 !important;
}

.no-padder-r {
    padding-right: 0 !important;
}

.no-padder-l-r {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#events-tabs.nav-tabs > li a i.wrapper-sm {
    padding-left: 6px;
    padding-right: 6px;
}

.status-heading {
    height: 40px;
    line-height: 40px;
}

.status-heading > a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#latest-orders .table td:first-of-type > a {
    width: 100%;
    max-width: 100px;
}

#latest-orders .table td:nth-of-type(odd) {
    padding-left: 3px;
    padding-right: 3px;
}

#latest-orders .table th:nth-of-type(3),
#latest-orders .table th:nth-of-type(4) {
    max-width: 30%;
}
.admin_label {
    float: left;
}

.admin_switch {
    margin-bottom: 5px;
}

.attrs_product {
    color: #999999;
    font-size: 13px;
}
.switchValue {
    visibility: hidden;
}

.colorpicker {
    z-index: 1060;
    display: none;
}

.modal-align {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 auto !important;
}

.modalModifiedInfo {
    font-size: 12px;
}

.configuration_choose_color {
    display: flex;
    height: 30px;
    width: calc(100% - 30px);
    max-width: 200px;
    border: 1px solid #000;
    border-radius: 8px;
    color: transparent;
    cursor: pointer;
}

.editable-wrap .editable-controls{
    margin-bottom: 0;
}

.editable-wrap {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
}
.ajax-loader::after {
    margin-left: 5px;
    /* .text-info */
    color: #23b7e5;
    /* .fa */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* .fa-spinner */
    content: "\f110";
    /* .fa-spin */
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.table .ajax-loader::after {
    height: 18px;
    width: 18px;
    font-size: 18px;
}
.table .editable {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table .editable ~ form > * {
    float: left;
    margin-left: 10px;
}
.table .editable ~ form > button {
    height: 38px;
}

.table .editable-wrap [type="color"] {
    height: 38px;
    cursor: pointer;
}

table thead th {
  position: sticky !important;
  background-color: #fff;
  z-index: 10;
}
table thead th {
  inset-block-start: 50px;
}

.translater_nav .fa {
    margin-right: 10px;
}

.f-l {
    float: left;
}

.pagination .dropdown-menu {
    min-width: 100%;
}

.btn-link.btn-link-icon,
.btn-link.btn-link-icon:active,
.btn-link.btn-link-icon:focus,
.btn-link.btn-link-icon:hover {
    text-decoration: none;
}

.no-border-i,
.no-borders-i {
    border-color: transparent !important;
    border-width: 0 !important;
}

.form-control {
    max-width: 100%;
    cursor: pointer;
}
.form-group__items{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
}
.form-group__items .form-control{
    padding-right: 8px;
}

#MAX_DISPLAY_SEARCH_RESULTS_TITLE_ITEMS.form-group__items .form-control{
    padding-right: 1px;
}
#MAX_DISPLAY_SEARCH_RESULTS_TITLE_ITEMS.form-group__items .form-group__items-item:nth-child(5){
    margin-right: 0;
}

.form-group__items-item{
    position: relative;
    width: 100%;

}

.form-group__items-item .glyphicon{
    position: absolute;
    top: -5px;
    right: -5px;
}

.form-group__items-add{
    display: flex;
    align-items: center;
    margin-left: 3px;
    font-size: 21px;
}

.glyphicon{
    transition: color ease-in-out .15s
}
.form-group .glyphicon{
    color: #919191;
    cursor: pointer;
}
.form-group .glyphicon:hover{
    color: #58666e;
}

.form-group__items-add .glyphicon{
    top: auto;
    margin: 0 -2px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-group__items-add.hidden{
    display: none;
}

.modal-body .alert:last-of-type {
    margin-bottom: 15px;
}
.btn_logoff{
    display: inline-block;
    padding: 10px 30px;
    background-color: #27c24c;
    border-radius: 20px;
    color: white!important;
}
.green_plus {
    display: inline-flex;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.green_plus:hover, .green_plus:focus {
    border: none;
    box-shadow: none;
    background: transparent;
}

[data-const="P_DRUGIE"] {
    border: 0px;
}
[data-const="P_DRUGIE"] .padder {
    padding: 0 !important;
    border: 0px !important;
}
/*for admin new*/
/*for admin new*/
.table > tbody > tr > td{
    vertical-align: middle;
}
.payment_modules.table > tbody > tr > td {
    vertical-align: top!important;
}
#own_table tbody > tr > td img {
    max-height: 100px;
    max-width: 100%;
}
#own_table tbody > tr > td[data-name="products_options_values_image"] img {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
#own_table tbody > tr > td[data-name="manufacturers_image"] img {
    max-height: 60px;
    max-width: 120px;
}

[name="products_price_2"] {
    max-width: 150px;
}
.fz-12{
    font-size: 12px;
}
#own_pagination .disabled svg { opacity: 0.3 }

#own_pagination span:hover { background-color: #fff }

#own_pagination .pagination, #own_pagination .pagination span {
    height: 30px;
    margin: 0;
    color: #393f4f;
}
#own_pagination .pagination .active .current {
    background-color: #393f4f;
    color: #fff;
    border-color: #393f4f;
}
#own_pagination li{
    cursor: pointer;
}
#own_pagination span svg:hover {
    color: #eff3f4 !important;
}
#own_pagination svg {
    width: 6px;
    height: 10px;
    color: #393f4f;
}
.table,
#own_table{
    display: table;
    position: relative;
    overflow: unset;
    border: none;
    margin: 0;
}
.table,
#own_table,#own_table >thead>tr>th{
    position: relative;
    vertical-align: top;
}

#own_table >thead>tr>th:first-child {
    white-space: nowrap;
}

#own_table >thead>tr>th>i.fa.fa-sort,
#own_table >thead>tr>th>i.fa.fa-sort-desc,
#own_table >thead>tr>th>i.fa.fa-sort-asc{
    position: absolute;
    right: calc(0% + 0px);
    cursor: pointer;
    padding: 0 5px;
    top: 10px;
}
#own_table >tbody>tr>td{
    position: relative;
    border:1px solid rgba(0,0,0,0.1);
    overflow-wrap: break-word;
}
#own_table >tbody>tr>td[data-name="products_options_values_image"] {
    text-align: center;
}

.table-row-btns {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.table-row-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.table-row-action button {
    visibility: hidden;
    margin-left: auto;
}

.table-row-btns svg.bi {
    width: 13px;
    height: 13px;
}

tr:hover .table-row-action button.btn-xs {
    visibility: visible;
}

@media (max-width: 767px) {
    .table-row-action button.btn-xs {
        visibility: visible;
    }
}

#own_table >tbody>tr>td:last-child{
    text-align: center;
}
#own_table >thead>tr>th[data-table="status"]{
    width: 80px;
}
#own_table >thead>tr>th[data-table="order_total"] {
    width: 120px;
}
#own_table.orders >thead>tr>th[data-table="id"]{
    width: 120px;
}
#own_table >thead>tr>th[data-table="shipping_title"]{
    width: 180px;
}
#own_table >thead>tr>th[data-table="novaposhta_cn_number"]{
    width: 140px;
}
#own_table >thead>tr>th.add_row {
    width: 85px;
}
.mysqlperformance_block #own_table >tbody>tr>td {
    word-break: break-all;
}

#own_table.orders>thead>tr>th[data-table="dynamic"] {
    width: 50px;
}
table.orders_status_history tbody>tr>td>i.fa-check {
    color:#18c336;
}
table.orders_status_history tbody>tr>td>i.fa-times {
    color: #ff0000;
}
#own_table.template >thead>tr>th[data-table="slider_width"]{
    width: 250px;
}
#own_table.articles tbody>tr>td[data-name="articles_name"],#own_table.articles tbody>tr>td[data-name="sort_order"] {
    cursor: pointer;
}
#own_table.newsletters >thead>tr>th[data-table="title"] {
    display: flex;
    align-items: center;
    border-bottom: none;
    border-right: none;
}
#own_table.newsletters >thead>tr>th[data-table="title"] input.search{
    margin: 0 10px;
}
#own_table.newsletters >thead>tr>th[data-table="title"] i.fa {
    top: 14px;
}
#own_table.newsletters >thead>tr>th[data-table="content_length"],
#own_table.newsletters >thead>tr>th[data-table="module"],
#own_table.newsletters >thead>tr>th[data-table="sent"] {
    width: 180px;
}

.products_field_header, .article_field_header {display:block;padding:6px 0 0 0!important;font-size:12px;color:#999;}
.products_control_buttons, .articles_control_buttons {margin-top:15px;clear: both;}
.products_control_buttons .btn-success, .articles_control_buttons .btn-success, .address_book .btn-success {margin:0;}
.products_control_buttons_top, .articles_control_buttons_top {margin-top: -42px;pointer-events: none;}
.products_control_buttons_top *, .articles_control_buttons_top * {pointer-events: auto;}


#modal_form.disabled {
    pointer-events: none;
    background-color: #efeaea;
}
#modal_form input.pr.disabled {
    pointer-events: none;
    background-color: #efeaea;
}

#modal_form .featured .saveInputData {
    display: none;
}
.modal-content.resizable {
    min-width: 280px;
    max-width: 100%;
    margin: 0 auto;
}
.ft_own.fa-times{
    position: absolute;
    top:9px;
    right:-9%;
    cursor: pointer;
}
.ft_own.fa-times:hover{
    color: red;
}

#own_table .change {
    display: flex;
    justify-content: center;
    border: 1px solid #eaecf0;
    border-radius: 5px;
}

#own_table .change input{
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    max-width: 80px;
    text-align: center;
    border: 0;
    width: 26px;
    height: 27px;
    width: 100%;
}
#own_table .change.active input:not(:disabled){
    border: 1px solid #e3f1e9;
    background-color: #dbe2db;
}
#own_table .action_ER >i{
    cursor: pointer;
    padding: 0 5px;
}

#own_table .action_ER{
    position: absolute;
    width: 100%;
    left: 0;
    background-color: inherit;
    text-align: center;
    display: none;
}
/*total_configuration*/
.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0px;
}

.filter-row .filter {
    display: flex;
    align-items: center;
    gap: 16px;

}

.filter-row .filter p {
    margin: 0px;
}
#own_table td[data-name="configuration_key"],#own_table td[data-name="set_function"],#own_table td[data-name="configuration_value"]{
    word-break: break-all;
}
#own_table td[data-name="configuration_description"]{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#own_table.articles>thead>tr>th[data-table="sort_order"]{
    width: 120px;
}
#own_table .active .action_ER{
    display: block;
}
#own_table .action_ER>i.fa-check-circle:hover{
    color: #27c24c;
}

#own_table .action_ER>i.fa-times{
    font-size: 15px;
}
#own_table .action_ER>i.fa-times:hover{
    color: red;
}

table [data-name="phones"],
table [data-name="customers_info_date_account_created"] {
    white-space: nowrap;
}

.table > thead > tr > th div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.table > thead > tr > th div:first-child {
    white-space: nowrap;
}

.table > thead > tr > th input.search, .table > thead > tr > th select.search{
    border: 1px solid #ddd;
    height: 24px;
    border-radius: 8px;
    width: 100%;
    margin-top: 5px;
    padding: 2px 5px;
    font-size: 13px;
}

.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}
.nav.nav-tabs > li:hover  > a ,
.nav.nav-tabs > li.active > a {
    background-color: #ffd400;
}

.nav.nav-tabs > li a {
    height: 40px;
    max-height: 40px;
    border: 0px;
}

.nav.nav-tabs > li img {
    outline: 1px solid rgba(0, 0, 0, .3);
}

.wrapper-title{
    padding: 0 0 28px;
}
.wrapper-title.padding {
    padding-top: 15px;
}
.wrapper-title .h3 {
    font-weight: 500;
    color: #2d3343;
    padding-top: 15px;
    margin-right: 10px;
}

.wrapper-title h1.h3 {
    padding-top: 0;
}

.wrapper_products_attributes_val,.wrapper-scroll{
    overflow: auto;
}
.wrapper_products_attributes_val{
    height: 200px;
}
/*https://css-tricks.com/custom-scrollbars-in-webkit/*/
.wrapper_products_attributes_val::-webkit-scrollbar,.wrapper-scroll::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}

.wrapper_products_attributes_val::-webkit-scrollbar-track,.wrapper-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.wrapper_products_attributes_val::-webkit-scrollbar-thumb,.wrapper-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
/*-----------------------------*/
.tooltip_own{
    position: fixed;
    z-index: 9999;
    top: 40%;
    left: 50%;
    color: #58666e;
    padding: 15px 35px;
    max-width: 260px;
    transform: translate(-50%,-40%);
    background-color: rgba(244,220,71,0.8);
    border-radius: 10px;
    font-family: cursive;
    white-space: normal;
}
#test .table {  margin-bottom: 0 }

.ajax_load{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    color: #393f4f;
    z-index: 999;
    font-size: 36px;
    font-weight: 500;
}
.ajax_load .spin {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: solid 6px #393f4f;
    background-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    margin-right: 30px;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}
/**** table#own_table .tooltip-inner ****/
table#own_table .tooltip-inner {
    display: block !important;
    background-color: #fff;
    color: #000;
    border: 1px solid #eaeff0;
    /*text-transform: capitalize;*/
    display: none !important;
}
.tooltip-arrow {
    transform: translateY(1px);
}

.tooltip-inner {
    display: block !important;
    min-width: auto;
    border: 1px solid #eaeff0;
}

.wrapper_xsell_products .tooltip-inner {
    min-width: 130px;
}

/**** /table#own_table .tooltip-inner ****/
.nav_table{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 3px 10px;
}
.nav_table>a.link.disabled{
    background-color: #808080 !important;
}

.nav_table>a.link{
    display: table-cell;
    padding: 15px;
    border-radius: 2px;
    outline: 0;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #f4dc47!important;
    font-weight: 500;
}

#tab>li{
    margin: 10px 0;
}
#tab>li>a{
    background-color: #f4dc47!important;
}
.nav_table>a.link:hover,.nav_table>a.link.active,#tab>li>a:hover,#tab>li>a.active{
    background-color: #f4c547!important;
}
.btn_own{
    border: 0;
    outline: 0;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0 5px;
}
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    /* padding: 2px; */
    width: 35px;
    height: 20px;
    /* background-color: #dddddd; */
    border-radius: 60px;
    padding-left: 40px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
    width: 35px;
    height:20px;
}
input.cmn-toggle-round + label:after {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 2px;
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius: 100%;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
    transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
    background-color: #2172ff;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 16px;
}
/*-----------------*/
/*articles new*/
ul#categories, ul#topics {
    padding-left: 0;
    margin-bottom: 20px;
}
ul#categories >li:first-child, ul#topics>li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex !important;
    justify-content: flex-end !important;
}
ul#categories >li:last-child, ul#topics>li:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #ddd;
}
ul#categories li, ul#topics li{
    list-style-type: none;
    position: relative;
    display: block;
}
ul#categories>li, ul#topics>li{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}
ul#categories>li.active, ul#topics>li.active{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #efefef;
}
ul#categories>li a, ul#topics>li a {
    padding-left: 10px;
}
ul#categories>li.active span.badge.active, ul#topics>li.active span.badge.active {
    top: 8px;
}
ul#categories >li.active ul .animated, ul#topics>li.active ul .animated {
    -webkit-animation-duration: 0s!important;
    animation-duration: 0s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
ul#categories>li.active ul li.slideInLeft, ul#topics>li.active ul li.slideInLeft {
    padding: 10px 10px 10px 20px;
}
.badge-buy {
    border-radius: 3px;
    background: #424756;
    padding: 3px 4px;
    margin-left: -10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

ul#categories li:hover, ul#topics li:hover{
    background-color: #e8e6e6;
}
ul#categories ul, ul#topics ul{
    padding-right: 0;
    padding-left: 0;
    background: #fff;
}
ul#categories ul li, ul#topics ul li{
    padding: 10px 0 10px 15px;
}
ul#categories a, ul#topics a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    /*display: block;
    width: 100%;
    padding: 10px 0 10px 15px;*/
}
ul#categories .settings_cat, ul#topics .settings_cat {
    position: absolute;
    top: 25%;
    right: 15px;
}

ul#categories li>span.badge, ul#topics li>span.badge{
    cursor: pointer;
    /* float: right; */
    /* right: 10px; */
    /*left: 110px;
    top: 8px;*/
    width: 25px;
}
ul#categories .settings_cat, ul#topics .settings_cat {
    cursor: pointer;
    height: 16px;
}
ul#categories li div.drop-icons >i, ul#topics li div.drop-icons >i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    padding: 0!important;
    cursor: pointer;
}
ul#categories .settings_cat:hover,
ul#categories li>span.badge:hover,
ul#topics .settings_cat:hover,
ul#topics li>span.badge:hover{
    color: rgb(151, 158, 147);
}
ul#categories li div.drop-icons >i:hover,
ul#topics li div.drop-icons >i:hover {
    color: #333;
    background-color: #e8e6e6;
}
ul#categories>li:last-child div.drop-icons,
ul#topics>li:last-child div.drop-icons {
    border-bottom-left-radius: 4px;
}
ul#categories li>span.badge.active,
ul#topics li>span.badge.active{
    color: rgba(0, 0, 0, 0.28);
    /*padding: 3px 10px; !** **!*/
}
ul#categories li ul li.slideInLeft.animated a,
ul#topics li ul li.slideInLeft.animated a {
    padding: 0;
    padding-left: 10px;
}
ul#categories li>span.item + ul,
ul#topics li>span.item + ul{
    display: none;
}
ul#categories li>span.item.active + ul,
ul#topics li>span.item.active + ul{
    display: block;
}
ul#categories li .settings_cat,
ul#topics li .settings_cat {
    top: 10px;
    z-index: 10;
}
ul#categories li ul li .settings_cat,
ul#topics li ul li .settings_cat {
    top: 10px;
}
ul#categories ul li.active,
ul#topics ul li.active {
    padding: 10px 0 10px 0px;
}
ul#categories li div.drop-icons,
ul#topics li div.drop-icons{
    position: absolute;
    display: flex;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 50px;
    background-color: #fff;
}
ul#categories li div.drop-icons >i:not(:first-child),
ul#topics li div.drop-icons >i:not(:first-child){
    padding: 0 0 0 15px;
}
ul#categories li div.chose-cat,
ul#topics li div.chose-cat{
    width: 100%;
    height: 100%;
    left: 0;
}
ul#categories li div.chose-cat>i,
ul#topics li div.chose-cat>i{
    width: 30px;
}
ul#categories li div.chose-cat>select,
ul#topics li div.chose-cat>select{
    height: 100%;
}
form div[data-lang]:not(.active), .modal_form_container div[data-lang]:not(.active),
form div[data-lang][style*=none][class*=none], .modal_form_container div[data-lang][style*=none][class*=none]
{
    display: none;
}
form div[data-lang][class][style*='position']
{
    display: block;
}
.plus.fa-plus-circle{
    color: #27c24c;
    cursor: pointer;
    float: right;
}
.plus.fa-plus-circle:hover{
    color: #69c227;;
}
.chose-cat{
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    padding: 3px;
    background-color: #fff;
}

.chose-cat>.form-control{
    left: 0;
    width: calc(100% - 80px);
    position: relative;
    display: inline-block;
    padding: 5px;
}
.chose-cat .list-action{
    display: inline-block;
}
.chose-cat .list-action .fa-check-circle{
    margin-left: 10px;
    color: #27c24c;
    cursor: pointer;
}
.chose-cat .list-action .fa-check-circle:hover{
    color: #69c227;;
}
.chose-cat>.form-control option:disabled{
    display: none;
}
.ckeditor_outer > textarea {
    width: 100%;
    background: #eee;
    border: 0;
    display: none;
}
.ckeditor_outer {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
td.main:has(.ck_replacer) {
    padding: 5px 0;
}

td.main .ckeditor_outer {
    margin: 0 !important;
    border-radius: 8px;
}
.ck_replacer {
    background: #eee;
    padding: 7px;
    cursor: pointer;
    min-height: 50px;
    max-height: 400px;
    overflow: hidden;
}
.ckeditor_outer > .cke_editable {
    background: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    padding: 7px;
    min-height: 50px;
    max-height: 400px;
    overflow-y: scroll;
}
/*-----------------*/
/*order in header*/

#orders{
    height: 50px;
    position: fixed;
    width: 100%;
    top: 115px;
    z-index: 888;
    padding: 5px 5px;
    background-color: aliceblue;
}
/* template*/
ul.sortable.template >li{
    cursor: move;
}
ul.sortable.template >li:hover{
    background-color: rgba(146,152,156,0.31);
}

ul.sortable .template-settings > div:first-child:before{
    content: "\f142";
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.template-settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.template-settings div:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.template-settings ~ div {
    width: 100%;
}

.image-size-wrap {
    display: flex;
    gap: 15px;
    margin: 0;
}

.image-size-wrap > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.image-size-wrap > div input {
    max-width: 100px;
}

@media (max-width: 991px) {
    .image-size-wrap,
    .image-size-wrap > div {
        flex-direction: column;
    }
}

#debug{
    position: fixed;
    top: 185px;
    left: 3%;
    overflow: auto;
    z-index: 99999;
}
#debug>i.fa-bug{
    color: red;
    cursor: pointer;
}
#debug>i.fa-bug:hover{
    color: #ca7575;;
}
#debug.active{
    width:97%;
    height: 100%;
    padding-bottom: 185px;
}
#debug>div{
    display: none;
    position: relative;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
}


#debug h3{
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 10px;
}
#debug h3+*{
    display: none;
}
/*#debug h3+*.active{*/
/*display: block;*/
/*}*/
/*-----------------*/


/* products attributes */
.products_attributes_id .wrapper-title {
    padding: 28px 0;
}

#tabs-attr{
    padding-top: 20px;
}

.tabs-lang {
    padding-bottom: 20px;
}

.products_options td[data-name="products_options_name"], .products_options_values td[data-name="products_options_values_name"]{
    cursor: pointer;
}

.products_options td[data-name="products_options_name"]:hover, .products_options_values td[data-name="products_options_values_name"]:hover{
    text-decoration: underline;
}

.products_options_values  td[data-name="products_options_values_image"] img{
    border: solid 1px lightgrey;
    max-width: 100px;
    max-height: 100px;
}
/* products attributes */
.btn-add,
#create_order,
#add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 34px;
    padding: 5px 16px;
    margin: 0;
 }

.btn-add svg,
#create_order svg,
#add svg {
    fill: #fff;
    font-size: 122px;
    width: 22px;
    height: 22px;
}

.languages_translater .breadcrumb {
    background: #fff;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dee5e7;
    border-top: none;
}
.languages_translater .nav-tabs {
    background: #fff;
    border-radius: 2px 2px 0 0;
    border: 1px solid #dee5e7;
    /*border-top: none;*/
}
.languages_translater .pl-20 {
    padding-left: 20px;
}
.languages_translater .translater_content {
    padding: 10px 15px;
}
.languages_translater #add,.languages_translater #add_const{
    cursor: pointer;
    padding: 6px;
    display: block;
    height: fit-content;
    margin: auto 0;
}
.languages_translater .bg-white-only {
    border:1px solid #dee5e7;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.languages_translater .bg-white-only:after {
    content: '';
    display: block;
    clear: both;
}
.languages_translater .translater_nav {
    border-right: 1px solid #dee5e7;
    margin: 0;
}
.languages_translater .form-group {
    margin: 0 0 8px;
}
.form-control.error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*xsell_product*/

.xsell_products th[data-table="products_id"]{
    width: 60px;
}

.xsell_products th[data-table="products_model"]{
    width: 180px;
}

.xsell_products th[data-table="products_image"]{
    width: 80px;
}

.xsell_products th[data-table="products_name"]{
    width: 25%;
}

.wrapper_xsell_products{
    max-height: 50vh;
    /* overflow: auto; */
}

.wrapper_xsell_new_products{
    max-height: 50vh;
    overflow: auto;
    margin-bottom: 20px;
}

.wrapper_xsell_products .input_wrapper input{
    width: 40px;
    margin-right: 10px;
}

.wrapper_xsell_products .input_wrapper:hover{
    background-color: #dee5e7;
}

.wrapper_xsell_products .disabled{
    pointer-events:none;
    background-color: transparent;
    border: 0;
}

.wrapper_xsell_products table th{
    width: auto;
    min-width: 120px;
}

.wrapper_xsell_products table th:first-child {
    text-align: start;
}

.wrapper_xsell_products .input_wrapper, .fa-trash-o{
    cursor: pointer;
}

/*Backup page*/
.container.backup{
    margin-bottom: 100px;
}

.container.backup .form-control{
    margin-bottom: 15px;
}

/*stats_keywords*/

#stats_keywords .input_wrapper{
    cursor: pointer;
}

#stats_keywords input.active{
    border: 1px solid #e3f1e9;
    background-color: #fafbfc;
}

#stats_keywords .disabled{
    pointer-events:none;
    background-color: transparent;
    border: 0;
}

#stats_keywords .input_wrapper input{
    width: 90%;
    margin-right: 10px;
}

.wrapper_stats_keywords .input_wrapper:hover{
    background-color: #dee5e7;
}

#most_viewed td[data-name="products_name"]:hover{
    cursor: pointer;
}

#stats_customers td[data-name="fio"]:hover{
    cursor: pointer;
}
.modal {
    padding: 15px;
    overflow-y: auto;
}
.modal-open .colorpicker{
    z-index: 1100;
}

.modal .modal-body:has(iframe.instruction){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#own_table.customers th[data-table="phones"] {
    width: 130px;
}

#own_table.customers th[data-table="customers_id"] {
    width: 60px;
}

#own_table.customers th[data-table="customers_info_ordersum_value"] {
    width: 100px;
}

#own_table.customers th[data-table="customers_info_date_account_created"] {
    width: 110px;
}

#own_table.customers th[data-table="status"] {
    width: 70px;
}
#own_table.customers td[data-name="customers_email_address"],#own_table.customers td[data-name="phones"] {
    word-break: break-all;
}
.panel-default th:last-of-type,
#own_table.customers th:last-of-type {
    width: 150px!important;
}

.quick_view {
    font-size: 11px!important;
    color: #777!important;
    padding: 2px 6px;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 3px;
    background: #efefef;
}
.quick_view:hover {
    border:1px solid #505050;
    background: #e8e7e7;
}
.products_inner_left {
    float:left;
    width:100%;
    margin-right:-300px;
}
.products_inner_left-cont {
    margin-right:310px;
    overflow-x: scroll;
}
.products_inner_left-cont tr td:first-of-type {
    position: relative;
    width: 130px!important;
}
.products_inner_right {
    float:right;
    width:300px;
}

.admin-coupon-language-box li.active>a,.admin-coupon-language-box li.active>a:focus,
.admin-coupon-language-box li.active>a:hover{
    border: 0;
}
.pdd-top-15 {
    padding-top: 15px;
}

#action_orders {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#action_orders > * {
    margin: 0;
}

#action_orders label {
    white-space: nowrap;
}

#action_orders .block_products_menu {
    width: 100%;
    max-width: 320px;
    z-index: 11;
}
#action_orders .block_products_menu .selectize-control.multi {
    height: 34px;
}


.no-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.no-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
}

.no-categories .new_cat_btn {
    width: auto;
    height: auto;
    padding: 0;
}

.no-categories .new_cat_btn input {
    margin: 0;
}

#action_overview_wrapper .no-content {
    padding-bottom: 30px;
}

.packages {
    display: flex;
    gap: 30px;
    height: 430px;
    padding: 15px;
    overflow-x: auto;
}

.packages * {
    transition: all .3s ease;
}

.packages::before,
.packages::after {
    display: none;
}

.packages__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 270px;
    padding: 25px;
    border-radius: 10px;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.packages__item:hover {
    background-color: #fffef5;
    border-color: #ffd400;
}

.packages .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.packages .item ul {
    align-self: start;
    padding: 0;
}

.packages .packet_name {
    position: relative;
    margin: 15px 0 10px;
    font-size: 18px;
    z-index: 1;
}

.packages .packet_name::after {
    content: '';
    height: 6px;
    width: calc(100% + 2px);
    position: absolute;
    left: -1px;
    bottom: 2px;
    background: #ffd400;
    z-index: -1;
}

.packages .packet_price {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.packages .per_month {
    margin-left: -5px;
    font-size: 13px;
}

.packages .packet_text {
    height: 40px;
    margin: 10px 0 0;
    font-size: 11px;
    text-align: center;
}

.packages .packet_number_goods {
    font-weight: 700;
    color: #000;
}
.packages .packet_services_subscribe {
    margin: 0;
}
.packages .packet_services_subscribe li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    list-style: none;
}

.packages .packet_services_subscribe li::before {
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-color: #eee;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}


.packages .startup-pocket-buttons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    padding: 0 !important;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}

.packages .startup-pocket-buttons a:hover {
    background-color: #159a3c !important;
}

table.reviews [data-name="customers_name"] .table-row-action button {
    display: none;
}

.block_products_menu {
    margin-bottom: 10px;
}
.block_products_menu .select2 span {
    padding: 0;
}

.block_products_menu .select2 input {
    margin: 0 !important;
    padding-left: 10px !important;
}

@media (min-width: 970px) {

    ul.addNewPage, ul.addNewPage > li, ul.addNewPage > li > a {margin: 0px; padding: 0px;}

    ul.addNewPage {
        min-width: 320px;
        background-color: #212224;
        border-radius: 4px !important;
        padding-bottom: 6px;
        margin-top: 20px !important;
        left: -108px;
    }
    ul.addNewPage > li {
        width: 98px;
        background-color: #27282a;
        margin-top: 6px;
        margin-left: 6px;
        display: block;
        float: left;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    ul.addNewPage > li:hover a {
        border-radius: 4px;
    }

    ul.addNewPage > li > a {padding: 30px 0 20px 0;text-align: center; color: #636768;}
    ul.addNewPage:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        top: -18px;
        left: 142px;
        position: absolute;
        border-style: solid;
        border-width: 0 21px 21px 21px;
        border-color: transparent transparent #212224 transparent;
    }
    ul.addNewPage i {display: block; font-size: 30px; margin-bottom: 20px;}

}

@media (min-width: 1600px) {
    .fix-width {
        max-width:1440px;
    }
    .wrapper_home_menu  {
        padding-left: 280px!important;
    }
    .wrap-collapse-menu .wrapper_home_menu  {
        padding-left: 60px!important;
    }
}
@media (min-width: 400px) and (max-width: 1090px) {
    #modules-list li {
        padding: 0 10px;
        font-size: 13px;
    }
    .m-r {
        margin-right: 10px;
    }
}

@media (max-width: 399px) {
    .tab-container .table > thead > tr > td:not(:last-of-type),
    .tab-container .table > tbody > tr > td:not(:last-of-type),
    .tab-container .table > tfoot > tr > td:not(:last-of-type) {
        font-size: 10px;
    }

    .tab-container .table > thead > tr > td:nth-of-type(4),
    .tab-container .table > tbody > tr > td:nth-of-type(4),
    .tab-container .table > tfoot > tr > td:nth-of-type(4) {
        font-size: 11px;
    }

    #modules-list .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 439px) {
    .tab-container .table td:first-of-type {
        max-width: 50px;
    }

    .tab-container #overview-tabs.nav-pills > li {
        width: 30%;
    }
}

@media (max-width: 550px) {
    .tab-container .table > thead > tr > th,
    .tab-container .table > tbody > tr > th,
    .tab-container .table > tfoot > tr > th,
    .tab-container .table > thead > tr > td,
    .tab-container .table > tbody > tr > td,
    .tab-container .table > tfoot > tr > td {
        max-width: 50px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #latest-orders .table th:nth-of-type(3),
    #latest-orders .table th:nth-of-type(4) {
        max-width: 30%;
    }

    .tab-container .table > tbody > tr > th,
    .tab-container .table > tfoot > tr > th,
    .tab-container .table > tbody > tr > td,
    .tab-container .table > tfoot > tr > td {
        padding-right: 6px;
        padding-left: 6px;
    }
    .loginModal {
        width: 300px;
        margin: 50% auto;
        position: unset;
    }
}

@media (max-width: 600px) {
    .tab-container .table td:first-of-type {
        max-width: 100px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (max-width: 767px) {
    ._orientationRight_2f5c .button_59f8 {
        margin-right: 15px!important;
        margin-bottom: 72px!important;
    }
    ._orientationRight_2f5c.wrap_2d94 {
        z-index: 990!important;
    }
    .popup_6b7 {
        z-index: initial;
    }
    .inner {
        top: 0;
        transform: none;
    }
    .off-screen {
        width: 280px;
    }
    #overflow_admin {
        position: fixed;
        display: block;
        left: -2000px;
        top: 50px;
        z-index: 20;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        cursor: pointer;
        transition: opacity .3s;
    }
    #overflow_admin.overflow_admin-open {
        left:0;
        opacity: 0.25;
        transition: opacity .3s;
    }
    .pos-rlt {
        position: fixed;
        bottom: 60px;
        width: 100%;
        background: #f4dc47;
    }
    .inner.innerLeft,
    .inner.innerRight {
        position: static;
        transform: none;
    }
    .wrapper_stats_customers span {
        margin-bottom: 10px;
        display: block;
    }
    .wrapper_stats_customers input[type='submit'] {
        margin-left: 0;
    }
    .nav_table {
        display: flex!important;
        flex-direction: column;
        /*justify-content: space-between;*/
        margin-top: 10px;
    }
    .nav_table>a.link {
        display: flex!important;
        white-space: unset!important;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }
    .edit_orders input#search {
        margin: 15px 0;
    }
    .edit_orders .steps {
        display: flex;
        flex-direction: column;
    }
    .edit_orders .steps .dataTableContent:first-of-type {
        text-align: left;
        margin-bottom: 10px;
    }
    .edit_orders .steps .add_product_text {
        display: none;
    }
    .edit_orders .steps .add_prpoduct_btn {
        width: 80px;
        margin-top: 15px;
        float: left;
    }
    .edit_orders .customer_shipping_address {
        width: 100%;
    }

    .edit_orders .customer_shipping_address input.form-control {
        border: none;
        padding-left: 0;
    }
    .edit_orders .dataTableHeadingRow.buyer_data {
        display: none;
    }
    .edit_orders .customer_shipping_address tr::after {
        content: ' ';
        display: block;
        background: #f0f3f4;
        height: 30px;
    }
    .edit_orders .customer_shipping_address td{
        display: block;
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 45%!important;
        border-bottom: 1px solid #cacaca!important;
        border-right:1px solid #cacaca!important;
        border-left:1px solid #cacaca!important;
        border-top: none;
        position: relative;
        min-height: 30px;
        font-size: 13px;
        line-height: 30px;
        background: #fff;
    }
    .edit_orders .customer_shipping_address>tbody tr>td {
        /*padding-left: 50%!important;*/
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 50%!important;

    }
    .edit_orders .customer_shipping_address td:first-child {
        border-top: 1px solid #ddd;
    }
    .edit_orders .customer_shipping_address td:last-child {
        border-bottom: 1px solid #cacaca;
        text-align: left!important;
    }

    .edit_orders .customer_shipping_address td:before {
        content: attr(data-label);
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 49%;
    }

    .edit_orders .edit_orders_block {
        font-size: 13px;
    }
    .edit_orders .dataTableRow tr:not(.dataTableHeadingRow) > td {
        padding: 4px;
    }
    .edit_orders .shipping_amount,
    .edit_orders .status_notifications {
        padding-left: 0!important;
        display: block;
        width: 100%;
    }
    .edit_orders .table-responsive {
        border:none;
    }
    .edit_orders .form-control {
        font-size: 13px;
    }
    .edit_orders .edit_orders_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .edit_orders .edit_orders_header .actions_btn {
        margin-top: 10px;
    }
    .edit_orders .edit_orders_products_table tr:nth-of-type(2) > td {
        padding: 2px 2px 15px;
    }
    .edit_orders .status_notifications .dataTableHeadingRow td,
    .edit_orders .shipping_amount .dataTableHeadingRow td {
        white-space: unset;
    }
    .edit_orders .actions_btn {
        text-align: left;
    }

    div.edit-orders_panel {
        display: none;
    }

    .edit-orders_accordion{
        position: relative;
        cursor: pointer;
    }

    .edit-orders_accordion_svg {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        height: 13px;
        transition: 1s;
        transform: rotate(0deg);
    }

    .edit-orders_accordion_svg > svg {
        width: 11px;
        height: 11px;
    }

    .edit-orders_accordion-active .edit-orders_accordion_svg {
        transform: rotate(90deg);
    }


    .new_index_navigation {
        position: fixed;
        z-index: 999;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        /*bottom: 76px;*/
        height: 60px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        background-image: linear-gradient(to bottom, #525a71, #313646);
        color: #fff;
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }
    .new_index_navigation a {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        font-size: 13px;
        font-weight: 500;
    }
    .new_index_navigation a .fa {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .new_index_navigation a span {
        position: absolute;
        top: -8px;
        left: 27px;
        padding: 1px 2px;
        min-width: 17px;
        border-radius: 2px;
        background: #fff;
        color: #393f50;
        line-height: 1.4;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
    }

    .wrap-orders-buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .wrap-orders-buttons .block_products_menu {
        width: 100%;
    }

    .wrap-orders-buttons #button-getcnlist3 {
        margin-right: 0;
    }

    #action_orders .selectize-dropdown-content {
        display: block;
        position: absolute;
        left: 0;
        min-width: 100% !important;
        padding-left: 0;
    }
    #action_orders .selectize-dropdown-content:before {
        display: none;
    }
    .orders_qty_table {
        background-color: transparent;
    }
    .orders_qty_table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .orders_qty_table tbody tr {
        background-color: #fff;
    }

    .orders-qty-table tbody tr td[data-name="products_name"],
    .orders-qty-table tbody tr td[data-name="products_name"]:hover {
        min-height: 28px !important;
        height: 28px !important;
        max-width: unset !important;
        position: relative !important;
        z-index: 0;
    }

    table#own_table.table.orders_qty_table tbody > tr > td {
        padding-left: 150px !important;
    }

    #modal_getCNForm .modal-dialog,
    #modal_getUKForm .modal-dialog {
        min-width: 340px;
    }

    #modal_getCNForm .modal-dialog .col-sm-6:last-child  .form-group:last-child {
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    #modal_getCNForm .modal-dialog .col-sm-6:last-child  .form-group:last-child label {
        padding: 0;
        margin: 0;
    }

    #own_pagination .pagination {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .h3, h3 {
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
    .btn {
        font-size: 13px;
    }
    .modal {
        font-size: 13px;
    }
    .modal_order_details .col-md-4{
        padding: 0;
    }
    .const_filter, .val_filter {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
    }
    ul#topics {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }
    ul#topics>li:not(.active) {
        display: flex;
        /*flex-direction: row-reverse;*/
        justify-content: space-between;
    }
    ul#topics>li.active {
        background-color: #f5f5f5;
    }

    #aside .b-b {
        padding: 10px 30px;
    }
    .languages_translater .form-horizontal .form-group .no-padder{
        padding-right: 15px!important;
        padding-left: 15px!important;
        margin-bottom: 5px;
    }
    .form-horizontal.customers .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .app-aside-dock .app-aside .navi > ul {
        display: block;
        padding: 0;
    }
    .app-aside-dock .app-aside .navi > ul > li {
        display: block;
        float: left;
        width: 100%;
    }
    .dayOrderStyle {
        display: block;
    }
    #own_table td[data-name="configuration_description"] {
        white-space: unset!important;
    }
    #own_pagination {
        margin: 0 auto;
        text-align: center;
        padding-top: 15px;
    }
    .pagin_admin {
        text-align: center;
        padding-bottom: 15px;
    }
    .panel-default {
        border: none;
    }
    .table-striped.orders,
    #own_table {
        display: table;
        position: relative;
        overflow: unset;
    }
    #own_table tr td {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table-responsive {
        overflow-y: hidden;
        overflow-x: auto;
    }

    #own_table.filter-loader thead tr th.hidden-on-mobile{
        width: 100%!important;
        align-items: center;
        justify-content: space-between;
        padding: 5px 20px 5px 5px;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        -moz-transition: opacity .3s, max-height .3s;
        -ms-transition: opacity .3s, max-height .3s;
        transition: opacity .3s, max-height .3s;
        display: none;
    }

    #own_table.filter-loader thead tr th.hidden-on-mobile.visible {
        max-height: 100px;
        opacity: 1;
        display: flex;
    }

    #own_table.orders-table thead tr th.hidden-on-mobile input,
    #own_table.orders-table thead tr th.hidden-on-mobile select{
        width: auto;
        background: none;
        margin: 0;
        line-height: 1;
    }
    #own_table.orders-table thead tr th.hidden-on-mobile select{
        min-width: 181px;
    }
    #own_table.orders-table tbody tr td{
        border-left: none!important;
        border-right: none!important;
    }
    #own_table.orders-table .btn_own.edit_row,
    #own_table.orders-table .btn_own.del_link,
    #own_table.orders-table .btn_own.edit_orders,
    .show-hide-orders-filter{
        font-size: 18px;
    }
    .th-show-hide-orders-filter {
        padding: 4px!important;
        text-align: end;
    }
    .wrapper-title {
        padding: 0;
        margin: 10px 0;
    }

    #own_table >thead>tr>th>i.fa.fa-sort,
    #own_table >thead>tr>th>i.fa.fa-sort-desc,
    #own_table >thead>tr>th>i.fa.fa-sort-asc {
        font-size: 18px;
    }
    #own_table >tbody>tr::after, .panel>.table-bordered:not(.configuration-table) >tbody>tr::after {
        content: ' ';
        display: block;
        background: #f0f3f4;
        height: 15px;
    }
    #own_table tr::after {
        display: none;
    }

    #own_table>tbody tr> td.datepicker {
        margin: 0;
    }
    #own_table .table_mobil_own tr> td .btn_own {
        font-size: 18px;
        /*margin: 53px 9px 0 0px;*/
        position: absolute;
        top: 35%;
        right: 6%;
    }
    .panel>.table-bordered.payment_modules>tbody tr>td {
        padding-left: 10px!important;
        padding-right: 10px;
        padding-top: 32px;
        max-width: 100%;
        width: 100%;
    }
    #own_table.stats_keywords td {
        padding-left: 40%!important;
        text-align: right;
    }
    #own_table td:first-child,
    .table-striped.orders td:first-child,
    .panel>.table-bordered:not(.configuration-table) td:first-child {
        border-top: 1px solid #ddd;
    }

    #own_table.stats_keywords td:before {
        width: 40%;
    }
    #own_table.customers_groups td:before {
        width: 60%;
    }
    .panel>.table-bordered.configuration-table td {
        max-width: 49%;
        width: 49%;
        word-break: break-all;
        padding: 8px;
    }

    .products-mob-wrapper, .articles_mob-wrapper {
        height: auto;
        padding: 0;
    }
    .products-mob-wrapper #add, .articles_mob-wrapper #add {
        margin: 0;
    }
    .products-mob-wrapper-md, .articles_mob-wrapper-md {
        padding: 15px;
    }
    .products-mob-h3,.articles_mob-h3 {
        font-size: 18px;
        color: #333;
    }
    .products-mob-xsell, .articles_mob-xsell { display: none;}
    #own_table.products-mob-tr, #own_table.articles_mob-tr { margin-top: 0; }
    #own_table.products-mob-tr >tbody>tr>td, #own_table.articles_mob-tr >tbody>tr>td {
        padding: 0 !important;
        border: none !important;
        display: flex;
        align-items: center;
        line-height: 1;
        color: #333;
    }
    #own_table.products-mob-tr >tbody>tr::after, #own_table.articles_mob-tr >tbody>tr::after {
        content: none;
    }
    #own_table.products-mob-tr >tbody>tr>td:first-child, #own_table.articles_mob-tr >tbody>tr>td:first-child {
        width: 8px;
        order: 0;
        color: rgba(0, 0, 0, 0.3);
    }
    #own_table.products-mob-tr  >tbody>tr>td[data-name="products_name"], #own_table.articles_mob-tr >tbody>tr>td[data-name="articles_name"] {
    }
    #own_table.products-mob-tr >tbody>tr>td:nth-child(3) {
        width: 38px;
        margin: 0 15px 0 10px;
        order: 0;
    }
    #own_table.articles_mob-tr td[data-name='status'] {
        width: auto;
    }
    #own_table.products-mob-tr >tbody>tr>td:last-child, #own_table.articles_mob-tr >tbody>tr>td:last-child {
        justify-content: flex-end;
        width: 400px;
        color: rgba(0, 0, 0, 0.5);
    }
    #own_table.products-mob-tr >tbody>tr, #own_table.articles_mob-tr >tbody>tr {
        display: flex;
        align-items: center;
        padding: 10px 10px;
        border-top: 1px solid #eee;
    }
    #own_table.products-mob-tr >tbody>tr> td, #own_table.articles_mob-tr >tbody>tr> td {
        width: 100%;
        order: 1;
    }
    #own_table.products-mob-tr >tbody>tr>td:before, #own_table.articles_mob-tr >tbody>tr>td:before {
        content: none;
    }
    #own_table.products-mob-tr >tbody>tr>td[data-name="search_count"]:before, #own_table >tbody>tr>td[data-name="search_count"]:before {
        width: 98%;
        text-align: left!important;
    }
    #own_table >tbody>tr>td[data-name="search_text"]:before {
        width: 98%;
        text-align: left!important;
    }
    .stats_customers_mob {
        display: inline-block;
        position: relative;
        overflow-x: scroll;
        width: auto;
    }
    .stats_customers_mob table {
        width: 1000px!important;
    }
    /****/
    .fix-width #own_table .table_mobil_own tr {
        display: flex;
        flex-direction: column;
        min-height: 282px;
        position: relative;
    }

    .fix-width #own_table .table_mobil_own tr td:nth-child(1) {
        order: 2;
        height: 43px;
        border-top: none!important;
        margin-bottom: 100px;
    }
    .fix-width #own_table .table_mobil_own tr td:nth-child(4) {
        order: 1;
        border-top: 1px solid #d2d2d2;
        height: 81px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fix-width #own_table .table_mobil_own tr td:nth-child(5) {
        order: 6;
        height: 120px;
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fix-width #own_table .table_mobil_own tr td:nth-child(2) {
        order: 4;
        width: 33%;
        padding-left: 0!important;
        height: 100px;
        border-left: none!important;
        border-right: none!important;
        position: absolute;
        top: 100px;
        right: 33%;
        padding-top: 45px;
    }
    .fix-width #own_table .table_mobil_own tr td:nth-child(2):before {
        top: 35px;
        text-align: center;
    }

    .fix-width #own_table .table_mobil_own tr td:nth-child(3) {
        order: 3;
        width: 34%;
        height: 100px;
        padding-left: 0!important;
        position: absolute;
        top: 100px;
    }
    .fix-width #own_table .table_mobil_own tr td:nth-child(6) {
        order: 5;
        width: 33%;
        height: 100px;
        padding-left: 0!important;
        position: absolute;
        top: 100px;
        right: 0;
    }
    #own_table .table_mobil_own td[data-name="products_image"]:before {
        display: none;
    }
    #own_table .table_mobil_own td[data-name="products_image"] img {
        width: 80px;
        height: 80px;
        background-size: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #own_table .table_mobil_own td[data-name="products_model"] {
        text-align: center;
    }
    #own_table .table_mobil_own td[data-name="products_model"]:before {
        margin-left: 1%;
        width: 81%;
    }
    #own_table .table_mobil_own .btn_own edit_row {
        text-align: center;
        margin-top: 20%;
    }
    #own_table .table_mobil_own [data-name="products_id"] {
        text-align: right;
    }
    #own_table .table_mobil_own [data-name="products_id"]:before {
        text-align: left;
    }


    .products_attributes_id table {
        background-color: transparent;
    }

    .products_attributes_id table tr:hover,
    .products_attributes_id table tr {
        margin-bottom: 15px;
        background-color: #fff;
    }

    .form-horizontal .form-group.text-right:last-child {
        padding: 15px 15px 0;
    }

    .table_specials {
        padding: 0 15px;
    }

    .table_specials tr:not(:last-child) {
        margin-bottom: 15px;
    }

    .table_specials .table-gap + .main {
        margin-bottom: 15px;
    }

    .table_specials .dataTableHeadingContent {
        width: 180px;
    }

    .table_specials .oldPrice,
    .table_specials .specialPrice {
        white-space: nowrap;
    }

    .specials_td_status {
        display: flex;
        flex-direction: column;
    }

    .table-row-flex {
        display: flex;
        align-items: center;
    }

    .table-row-flex .main:first-child {
        width: 130px;
    }

    .specials-price-td input{
        width: 100%;
        height: 27px;
    }

    .special-desc {
        margin: 15px 0;
    }

    .footer-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
        gap: 15px;
    }

    .footer-btn .new_product_btn input {
        color: #fff;
    }

    .ac_results {
        background-color: #fff;
    }

    .ac_results ul {
        padding: 0;
    }

    #tabs-attr .nav-tabs {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .languages_constants .browser_link {
        flex-direction: column;
    }
    #own_pagination .pagination, #own_pagination .pagination span {
        flex-wrap: wrap;
    }
    .js-show-hide-orders-filter {
        width: -webkit-fill-available;
    }
}

.stats_customers_table {
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
.stats_customers_table .main .b-b {
    border-bottom: none;
}
.stats_customers_table .wrapper-md {
    padding-bottom: 0;
}
.stats_customers_table .main form {
    background: #fff;
    padding: 20px 0 20px 15px;
}
.stats_customers_table .main form [type=text],
.stats_customers_table .main form [type=text] {
    margin-top: 5px;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font: 500 13px 'Roboto', sans-serif;
    font-size: 13px!important;
    padding: 6px 12px;
    height: 30px;
    width: 120px;
    color: #000;
}
.stats_customers_table .main form [type=submit] {
    height: 32px;
    vertical-align: top;
    margin-top: 3px;
}
/******* stats_recover_cart_sales ******/

.stats_recover_cart_sales .title_page {
    font-size: 24px;
}
.stats_recover_cart_sales .dataTableHeadingRow {
    background: #fff;
    width: 100%;
    border: 1px solid #e9e9e9;
}
.stats_recover_cart_sales .dataTableRow {
    border: 1px solid #e9e9e9;
    border-top: none;
}
.stats_recover_cart_sales .dataTableRow .datatablecontent {
    padding: 8px 5px;
    border-right: 1px solid #e9e9e9;
}
.stats_recover_cart_sales .dataTableHeadingRow .content_text {
    padding: 20px 5px;
    font: 600 13px 'Roboto', sans-serif;
    border-right: 1px solid #e9e9e9;
}
.stats_recover_cart_sales .dataTableHeadingRow .border_none,
.stats_recover_cart_sales .dataTableRow td:nth-last-child(2) {
    border-right: none;
}
/******/

.stats_recover_cart_sales .dataTableHeadingRow .indent_row {
    padding-left: 15px;
}
.stats_recover_cart_sales .dataTableRow:hover {
    background-color: #f5f5f5;
}
.stats_recover_cart_sales .main-footer {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
}
.stats_recover_cart_sales .main-footer td {
    padding: 12px 5px;
}
.stats_recover_cart_sales .dataTableRow {
    background: #fff;
}
.stats_recover_cart_sales .pageHeading form .dataTableContent [type=text] {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font: 500 13px 'Roboto', sans-serif;
    font-size: 13px!important;
    padding: 6px 12px;
    height: 30px;
    width: 100px;
    color: #000;
}
.stats_recover_cart_sales .pageHeading form .dataTableContent [type=submit] {
    color: #ffffff !important;
    background-color: #2172ff;
    border: 1px solid #2172ff;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 3px;
    font: 500 13px 'Roboto', sans-serif;
    font-size: 13px!important;
    min-width: 60px;
    padding: 6px 12px;

}
.stats_recover_cart_sales .pageHeading form .dataTableContent [type=submit]:hover {
    color: #ffffff !important;
    background-color: #19a9d5;
    border-color: #189ec8;
}
/****** admin_members ********/
.admin_members .nav_table {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #dddddd;
}
.admin_members .nav_table>a.link {
    display: inline-table;
    padding: 10px 15px;
    border: 2px solid #f0f0f0;
    border-top: none;
    background-color: rgba(0, 0, 0, 0.05);
}
.admin_members .nav_table {
    border-spacing: 0;
}
.admin_members .wrapper-title {
    padding: 28px 0 28px;
}
.admin_members .nav_table>a.link.active,
.admin_members #tab>li>a:hover, #tab>li>a.active {
    background-color: #ffd400;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.admin_members .nav_table>a.link.active:hover,
.admin_members #tab>li>a:hover, #tab>li>a.active:hover {
    background-color: #ffd400;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.admin_members .nav_table>a.link:hover {
    border: 2px solid #e9e9e9;
    border-top: none;
    border-radius: 2px 2px 0 0;
    background-color: rgba(0, 0, 0, 0.05);
}
.admin_members .nav_table>a.link-noactive {
    background-color: rgba(240, 243, 244, 0.05);
    border: 2px solid #f0f3f4;
    border-top: none;
}

/************************* .wrapper_home_menu ********************************/
.wrapper_home_menu {
    margin-bottom: 30px;
    background: #fff;
    padding: 60px 0 0 0;
    width: 100%;
    margin-top: 0;
}
.wrapper_home_menu .block_home_menu {
    margin: 0 auto;
    max-width: 1170px;
}

/*******/
.wrapper_home_menu .pointer_menu p {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 5px;
}
.wrapper_home_menu .pointer_menu svg {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 11px;
}
.wrapper_home_menu .pointer_menu{
    position: absolute;
    top: 57px;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 var(--black-10);
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 101;
}
.wrapper_home_menu .pointer_menu {
    width: 161px;
    padding: 5px;
    right: 63px;
}

.wrapper_home_menu .wrapper-pointer-customization .pointer_menu {
    display: none;
}
.wrapper_home_menu .wrapper-pointer-customization:hover .pointer_menu {
    display: block;
}
/********/
.wrapper_home_menu .menu_wrap .menu_close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 25px;
    color: #b4b4b4;
}
/********/

.wrapper_home_menu .menu_wrap .menu_text ul {
    padding: 0 0 20px 0;
    margin: 0;
    /*max-width: 100%;*/
    /*max-width: 217px;*/
    /*max-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
}
.wrapper_home_menu .menu_wrap .menu_text ul li {
    list-style: none;
    display: inline;
    padding-right: 3px;
    white-space: nowrap;
}
.wrapper_home_menu .menu_wrap .menu_text ul li:not(:last-of-type):after {
    content: ',';
    color: #ccc;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 500;
}
.wrapper_home_menu .menu_wrap .menu_text ul li:not(:last-of-type):hover:after {
    content: ',';
    color: #000;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 500;
}
.wrapper_home_menu .menu_wrap .menu_text ul li a {
    opacity: 0.4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #000000;
}
.wrapper_home_menu .col_menu:hover .menu_text ul li a{
    opacity: 0.9;
    color: #6c707b;
}
.wrapper_home_menu .menu_wrap .menu_text ul li a:hover {
    color: #000;
    opacity: 0.9;
}
.wrapper_home_menu .col_menu:hover .menu_text ul li:not(:last-of-type):after {
    content: ',';
    opacity: 0.9;
    color: #6c707b;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 500;
}
.wrapper_home_menu .menu_wrap .menu_text .ul_menu_text li a span {
    margin-right: 2px;
}
.wrapper_home_menu .menu_wrap .menu_text .ul_menu_text li {
    display: inline-block;
}
/**********/
.wrapper_home_menu .menu_wrap .menu_text {
    display: inline-block;
    width: calc(100% - 86px);
    vertical-align: top;
    padding: 0 0 0 20px;
}
.wrapper_home_menu .menu_wrap .menu_text h4 {
    padding-left: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #2c2525;
}
.wrapper_home_menu .menu_wrap .menu_text h4 span {
    font-size: 15px;
    position: absolute;
    border-radius: 3px;
    background: #f4dc47;
    color: #000000;
    margin-left: 7px;
    padding: 2px 4px;
    margin-top: 2px;
}
/***********/
.wrapper_home_menu .menu_wrap .menu_img {
    display: inline-block;
    max-width: 96px;
    max-height: 96px;
    text-align: center;
    vertical-align: top;
    margin-top: 16px;
    margin-left: 16px;
}
.wrapper_home_menu .menu_wrap .menu_img img {
    width: 100%;
    max-width: 64px;
    object-fit: contain;
    text-align: center;
}
.app-header-fixed .aside-wrap:hover {
    transition: max-width 0s!important;
}

.home-settings:not(.open) {
    display: none;
}

.home-settings {
    position: absolute;
    right: 0;
    transform: translateY(20px);
    z-index: 1;
}

.home-settings select {
    width: 170px;
}

@media (max-width: 991px) {
    .home-settings {
        display: flex;
        justify-content: end;
        position: initial;
        margin-left: auto;
        transform: translateY(55px);
    }

    .fix-width .home-settings select {
        width: calc(50% - 5px);
        max-width: unset;
    }
}

@media (max-width: 767px) {
    .home-settings {
        transform: translateY(20px);
    }
}
/***************/

.wrapper_home_menu .col_menu {
    position: relative;
    height: 175px;
    margin-bottom: 10px;
}
.wrapper_home_menu .block-menu_wrap {
    /*height: 116px;*/
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.00);
    border: 1px solid #fff;
    margin-top: 0;
    z-index: 1;
}

/*.wrapper_home_menu .col_menu:hover .block-menu_wrap {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #f8f8f8;
    min-height: 116px;
    width: 96%;
    height: auto !important;
    z-index: 10;
    top: auto;
    position: absolute;
}*/
.wrapper_home_menu .col_menu:hover .block-menu_wrap .menu_text ul {
    padding: 0 0 20px 0;
    max-height: none;
    /* word-wrap: break-word;
     -webkit-line-clamp: 20;*/
}
/**********/
.wrapper_home_menu .menu_bottom_wrap {
    margin-left: 50px;
    margin-bottom: 30px;
    background: #fff;
    width: 277px;
    height: 40px;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #f8f8f8;
}
.wrapper_home_menu .menu_bottom_wrap .menu_img img {
    height: 100%;
    width: 100%;
    margin-left: 1px;
    object-fit: contain;
}
.wrapper_home_menu .menu_bottom_wrap .menu_title-text {
    display: inline-block;
    height: 100%;
    width: 68%;
    padding-top: 9px;
    vertical-align: top;
}
.wrapper_home_menu .menu_bottom_wrap .menu_title-text div {
    font-size: 15px;
    display: inline;
}
.wrapper_home_menu .menu_bottom_wrap .menu_title-text .menu_plus svg {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 36px;
    top: 12px;
    fill: #1e4eff;
}
.wrapper_home_menu .menu_bottom_wrap .menu_img {
    display: inline-block;
    height: 100%;
    width: 18%;
    padding: 7px 0 7px 0;
    padding-left: -10px;
    vertical-align: top;
}
.app-aside-dock .app-aside .navi > ul > li > a img {
    width: 26px;
    height: 26px;
    float: left;
    -webkit-filter: grayscale(1);
    filter: gray;
    transition-duration: 0.2s;
    margin: 0 20px 0 15px;
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_1 {
    filter: grayscale(1) brightness(200%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_2 {
    filter: grayscale(1) brightness(130%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_3 {
    filter: grayscale(1) brightness(80%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_4 {
    filter: grayscale(1) brightness(150%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_5 {
    filter: grayscale(1) brightness(110%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_6 {
    filter: grayscale(1) brightness(130%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_7 {
    filter: grayscale(1) brightness(160%);
}
.app-aside-dock .app-aside .navi > ul > li > a .img-filter_8 {
    filter: grayscale(1) brightness(120%);
}
.app-header-fixed #aside .min-collapse-menu {
    min-width: 280px;
}
.app-aside-dock .app-aside .navi > ul > li:hover > a img {
    filter: inherit;
    filter: initial;
    filter: unset;
    transition-duration: 0.2s;
    transition-delay: 0s;
}
.app-aside-dock .app-aside .navi > ul > li.active > a img {
    filter: inherit;
    filter: initial;
    filter: unset;
    transition-duration: 0.2s;
}
.app-aside-dock .app-aside .navi > ul > li > a > svg {
    /*height: 26px;*/
    /*-webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);*/
    opacity: 0.7;
    margin: 0 4px 0 0px;
    margin: 0 0 9px;
}
.app-aside-dock .app-aside .navi > ul > li:hover > a > svg {
    /*filter: inherit;
    filter: initial;
    filter: unset;*/
}
.app-aside-dock .app-aside .navi > ul > li.active > a > svg {
    /* filter: inherit;
     filter: initial;
     filter: unset;*/
}
.app-aside .collapse-menu .navi > ul > li img.img-filter_1 {
    filter: inherit;
    filter: initial;
    filter: unset;
}
.app-aside-dock .app-aside ._active {
    background: #313649;
}
.app-aside-dock .nav-svg span {
    border-radius: 5px;
    background-color: #1d202d;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 44px;
}
.app-aside-dock .nav-svg span svg {
    width: 25px;
    height: 18px;
    fill: #fff;
    opacity: 0.7;
    cursor: pointer;
}
.app-aside-dock .nav-svg {
    width: 273px!important;
    position: relative;
    margin: 9px 0 9px 0;
    height: 34px;
}
.app-aside-dock .app-aside .navi > ul > li.hidden-folded {
    padding-left: 2px !important;
}

#aside .fix-width .aside-wrap .navi-wrap li.active ul.nav li a:hover {
    background: #0a0c12;
    z-index: 5;
}
#aside .fix-width .aside-wrap .navi-wrap li.active {
    transition: 0s!important;
}
.app-aside-dock .app-aside .navi li li a {
    padding: 0 0 0 60px!important;
}
.aside-wrap .item-menu.active {
    transition: 0s!important;
}
.aside-wrap .item-menu .nav-sub {
    -webkit-transition: all 0s ease-in-out 0s!important;
    transition: all 0s ease-in-out 0s!important;
}

.app-aside-dock .app-aside .navi > ul > li .nav-sub:before {
    z-index: 10!important;
}

.seo_templates_container {
    padding-left: 2px!important;
    padding-right: 5px!important;
}

.app-content .nav_table>a.link:focus,
.app-content .nav_table>a.link:hover,
.app-content .nav_table>a.link:active {
    background-color: #f4c547!important;
}

.app-content .nav_table>a.link.disabled:hover {
    background-color: #999999!important;
}

body.wrap-collapse-menu .wrapper_home_menu {
    padding-left: 60px;
}

.instructies_wrapper .main {
    padding: 15px;
}

.instructies_wrapper.container .sidebar {
    top: 75px;
}

.instructies_wrapper .instuctions-title {
    display: block;
    margin: 0 0 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Inter', sent-serif;
}

.instructies_wrapper h1.instuctions-title {
    padding: 30px;
}

.instructies_wrapper h2.instuctions-title {
    margin-top: 15px;
    font-size: 18px;
}

.instructies_wrapper .main:has(.title-top + .general-top:empty) h2.title-top,
.instructies_wrapper .main:has(.other-title + .general:empty) h2.other-title,
.instructies_wrapper .main:has(.title-top + .d-none) h2.title-top,
.instructies_wrapper .main:has(.other-title + .d-none) h2.other-title {
    display: none;
}

.instructies_wrapper .main .welcome_elem_title {
    font-size: 17px;
}

.instructies_wrapper .main .box p {
    margin: 5px 0;
}

.instructies_wrapper .main .welcome_elem_title + p {
    font-weight: 400;
    font-size: 14px;
}

.instructies_wrapper .main .content {
    padding-top: 0px;
}

.instructies_wrapper .new_col_left_elem {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.instructies_wrapper .general {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: auto !important;
    padding: 0;
}

.instructies_wrapper .general::after,
.instructies_wrapper .general::before {
    display: none;
}

.instructies_wrapper .general .wrapper {
    width: 100%;
    order: unset !important;
    padding: 0px;
}

.instructies_wrapper .general .welcome_elem.small_elem {
    width: 100%;
    padding: 7.5px 15px;
}

.instructies_wrapper .general .welcome_elem.small_elem img {
    display: none;
}

.instructies_wrapper .general a {
    width: 100%;
    border: 0px;
    box-shadow: unset;
}

.instructies_wrapper #categories-list li {
    position: relative;
}

.instructies_wrapper #categories-list .subbar {
    width: 100%;
    padding: 0 !important;
}

.instructies_wrapper #categories-list .subbar a {
    padding-left: 35px;
}

.instructies_wrapper #categories-list .subbar .subbar a {
    padding-left: 55px;
}
.instructies_wrapper #categories-list .subbar .subbar .subbar a {
    padding-left: 75px;
}
.instructies_wrapper.container .categories_menu_toggle {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 24px;
    right: 40px;
    bottom: 40px;
    text-align: center;
    line-height: 48px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    background-color: #007bff;
    z-index: 101;
    transition: all .3s;
    cursor: pointer;
}
.instructies_wrapper.container div.scrollup svg {
    fill: #fff;
}
.instructies_wrapper.container .sidebar .menu.closed {
    transform: translateX(0);
}
.instructies_wrapper.container .sidebar.closed {
    opacity: 1;
}
.instructies_wrapper.container .sidebar.moved {
    transform: translateX(0);
}
.instructies_wrapper .no-results a {
    color: #428bca;
}

.instruction-sidebar-wrapper {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 15px;
}

@-webkit-keyframes blink1 {
    0% { color: rgba(255, 235, 2, 1); }
    50% { color: rgba(255, 235, 2, 0); }
    100% { color: rgba(255, 235, 2, 1); }
}
@keyframes blink1 {
    0% { color: rgba(255, 235, 2, 1); }
    50% { color: rgba(255, 235, 2, 0); }
    100% { color: rgba(255, 235, 2, 1); }
}

.critical-layout{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1051;
}
.critical-process{
    display: none;
}

.generate-robots-txt-process{
    display: none;
}

@media only screen and (max-width : 1499px) {
    .wrapper_home_menu .menu_wrap .menu_img {
        text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .block_home_menu {
        width: 100%!important;
    }
    .app .app-content {
        margin-left: 60px;
    }
}


@media only screen and (max-width : 991px) {
    .app .app-content {
        padding-top: 100px;
    }
    .instructies_wrapper .new_col_left_elem {
        max-width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .wrapper_home_menu .block_home_menu.block_home_menu-id {
        padding-left: 133px;
    }
}
/* @media (max-width: 1149px) {
    .fix-width .instructies_wrapper {
        width: 100%!important;
        max-width: 1170px!important;
    }
    .instructies_wrapper .general .wrapper:nth-child(3n+1) {
        order: 2!important;
    }
    .instructies_wrapper .general .wrapper {
        width: 34%!important;
    }
} */

@media (max-width : 992px) {
    .app-header-fixed .fix-width .new_index.container .new_index_row.row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .app-header-fixed .fix-width .new_index.container {
        width: 100%;
    }
    /* .instructies_wrapper .general {
        height: auto!important;
    }
    .instructies_wrapper .general .wrapper {
        width: 100%!important;
    } */
}

@media only screen and (max-width : 767px) {
    .wrapper_home_menu .menu_wrap .menu_text ul {
        max-width: 98%;
    }
    .wrapper_home_menu .block_home_menu {
        padding-left: 15px;
    }
    .wrapper_home_menu .col_menu {
        height: auto;
        margin-bottom: 0px;
    }
    .wrapper_home_menu .menu_wrap .menu_text ul {
        padding: 0 0 15px 0;
    }
    .wrapper_home_menu .menu_wrap .menu_img {
        margin-top: 10px;
        margin-left: 0px;
    }
    .fix-width .instructies_wrapper {
        width: 100%!important;
        max-width: 1170px!important;
    }
    .instructies_wrapper .general {
        height: auto!important;
    }
    .instructies_wrapper .general .wrapper {
        width: 100%!important;
    }
    .instructies_wrapper.container .categories_menu_toggle {
        display: flex;
    }
    .instructies_wrapper.container .sidebar {
        position: fixed;
        left: 0;
        height: 100vh;
        z-index: 20;
        top: 0;
        width: 100%;
        background-color: #0c0c0c47;
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }
    .instructies_wrapper.container .sidebar.closed {
        opacity: 0;
    }
    .instructies_wrapper.container .sidebar.moved {
        transform: translateX(-150%);
    }

    .instructies_wrapper.container .sidebar .menu {
        border-radius: 0 0 0 0;
        height: calc(100% - 50px);
        margin-top: 50px;
        width: 300px;
        transform: translateX(0);
        transition: all 0.5s ease-in-out;
    }

    .instructies_wrapper.container .sidebar .menu.closed {
        transform: translateX(-150%);
    }
}

/*******************************/


@media (min-width: 992px) {
    .navbar-collapse, .app-content {
        margin-left: 170px;
    }
}
@media (min-width: 501px) and (max-width: 600px) {
    .off-screen + * {
        -webkit-transform: translate3d(50%, 0, 0px);
        transform: translate3d(50%, 0, 0px);
    }
}
@media(max-width: 500px) {
    #own_table #dropdownArticleAction {
        width: 30px;
        text-align: center;
    }
    #own_table .dropdown-article-action_menu {
        left: -120px;
        padding: 0px 8px;
    }
    #own_table .dropdown-article-action_menu button,
    #own_table .dropdown-article-action_menu a {
        display: block;
        margin: 7px 0!important;
    }
    #own_table .dropdown-article-action_menu button i,
    #own_table .dropdown-article-action_menu a i{
        margin-right: 8px;
    }
    #tabs-attr .nav-tabs {
        display: flex;
        margin-bottom: 20px;
    }
    #tabs-attr .nav-tabs a {
        font-size: 13px;
        text-align: center;
    }
    .wrapper-md .col-xs-4 {
        padding-right: 0;
        padding-left: 0;
    }
    .panel-body .col-xs-4 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .status-heading > a {
        font-size: 13px;
    }
    .innerCounters .stats-heading .h1 {
        font-size: 28px;
    }
    .innerCounters .stats-heading.sales-sum .h1 {
        font-size: 21px;
    }
    #own_table td[data-name='sort_order'] {
        margin-right: 7px;
    }
    #own_table td[data-name='articles_name']{
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    #action_orders .btn {
        padding: 6px 4px;
        font-size: 13px;
    }
    #own_table td .btn_own {
        margin: 0;
    }
    #own_table td .btn_own+.btn_own {
        margin: 0 0 0 10px;
    }
    #own_table.articles_mob-tr >tbody>tr>td:nth-child(3) {
        margin: 0 5px;
    }
    #own_table.articles_mob-tr >tbody>tr> td:last-child {
        width: auto;
    }
}
@media (max-width: 767px) {
    #aside .b-b { padding: 10px 15px }

    .products_inner_left, .products_inner_left-cont {
        margin-right: 0;
    }
    .products_inner_right {
        width: 100%;
    }

    .wrapper_767 {
        padding: 15px 0;
    }

}
@media (max-width: 420px) {
    .products_inner_left-cont tr {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .products_inner_left-cont tr td:first-of-type {
        width: 100% !important;
        text-align: left;
        padding: 0 11px;
    }
    .products_inner_left-cont tr td:last-of-type {
        padding: 5px;
    }
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
}
.modal-body .control-label img.country-flag {
    height: 35px;
    width: 35px;
    margin-right: 3px;
    padding-top: 0;
    padding-bottom: 0;
    /*border: 1px solid #cfdadd;*/
}

.customer-label {
    white-space: nowrap;
}

.customer-label i {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0px;
        margin-bottom: 0;
        text-align: center;
    }
    .customer-label{
        height: 34px;
        display: flex;
        align-items: center;
    }
    .wrapper_home_menu {
        padding-left: 60px;
    }
    .control-label.products_field_header{
        text-align: left;
    }
}
@media only screen and (max-width : 991px) {
    .modal-open #modal_form .modal-dialog {
        width: auto;
        max-width: 96%!important;
        margin-left: 8px!important;
    }
}
@media (max-width: 480px) {
    table.payment_modules .module-title{
        font-weight: 600;
        padding: 8px 10px!important;
    }
    table.payment_modules .module-sort-order{
        padding: 8px 10px!important;
        display: flex!important;
        justify-content: space-between;
    }
    table.payment_modules .edit-module {
        padding: 8px 10px!important;
    }
}
.default-cursor {
    cursor: default !important;
}

.align_center{
    text-align: center;
}
.table-action-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.table-action-buttons-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.table-action-buttons .btn_own>svg{
    fill: #666;
}
.table-action-buttons #settingsButton{
    vertical-align: top;
    padding: 0;
    margin: 0 5px;
    color: #ffffff;
    background-color: #666;
    border-color: #666;
}
.table-action-buttons.order-page {
    align-items: center;
}
table.customers [data-name="articles_name"],
table.customers [data-table="articles_name"]{
    display: none;
}
#customer_discount_notify{
    margin: 0 0 0 -16px;
}
.customers_default_address{
    margin: 0 5px 0 0;
    align-self: center;
}
.customers_default_address label{
    margin: 5px 0 0px 3px;
    user-select: none;
}
.address_book .active_buttons{
    display: flex;
}
.address_book .active_buttons button,
.address_book .active_buttons div{
    margin-right: 10px;
}
#select_address_book{
    max-width: 100%;
}
.sure_block{
    margin-top: 10px
}
.address_form_control{
    display: flex;
    flex-wrap: wrap;
}
input.cmn-toggle-round + label.customer-checkbox-label{
    width: auto;
    margin: 0 0 0 15px;
    display: inline-flex;
}
.active_buttons input.cmn-toggle-round + label.customer-checkbox-label{
    margin: 0;
}
#customer_modal_form,
#customer_modal_form input,
#customer_modal_form select{
    color: black;
}
#customer_modal_form h4{
    background-color: #d9d9d9;
    padding: 3px;
}
#customer_modal_form .form-group input::placeholder {
    color: #999;
}
#customer_modal_form .form-group{
    margin-bottom: 7px;
}
.form-horizontal.address_book{
    padding: 0 25px;
}
#customer_modal_form>.row>div{
    padding-left: 10px;
    padding-right: 10px;
}

.critical-info > i {
    margin: 0 0 0 2px;
    color: #ccc;
    transform: translateY(-5px);
}

.critical-info + a svg {
    color: #ccc;
}

.critical-info + a:hover svg,
.critical-info > i:hover {
    color: grey;
}

form[name="edit_order"] .top-inputbox{
    display: flex;
}
form[name="edit_order"] input#searchClient, form[name="edit_order"] select#address_book  {
    display: inline;
    width: 50%;
}
.topics_checkbox_box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.disable_language_actions{
    opacity:0.5;
}
.tab-flag-image{
    height: 18px;
    width: 27px;
    object-fit: cover;
    border-radius: 4px;
}
.disableOpacity {
    opacity: 0.4;
}
.stats_products_purchased_data_range {
    margin: 15px 0;
    display: flex;
    align-items: baseline;
}
.stats_products_purchased_data_range .form-div div {
    display: inline-block;
}
.stats_products_purchased_data_range .form-div input {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font: 500 13px 'Roboto', sans-serif;
    font-size: 13px!important;
    padding: 6px 12px;
    height: 30px;
    width: 120px;
    color: #000;
}
.fa-exclamation-triangle{
    color: red;
}
.img-preview-wrapper{
    margin: 20px 0;
    overflow: hidden;
}
.image.editable img {
    max-width: 100%;
}
.cropper-container {
    width:100%;
    height: 100px;
}
#logofile > span {
    margin: 0 0 20px 0
}
.logofileButtons > span {
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
#logofile .image.editable img{
    display: inline;
}
#logofile .image.editable {
    pointer-events: none;
}

#set{
    margin: 10px 0;
}

.logofileButtons ~ form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.review_reply_tr td:last-child{
    text-align: left!important;
}

.shipping_tab {
    margin-bottom: 10px;
}

#ship2pay_table{
    width: 100%;
}
.module_model_ship2pay_text{
    position: absolute;
    top: 0;
}
.module_model_ship2pay_row{
    position: relative;
}
.module_model_ship2pay_row td{
    padding-top: 20px;
}
.module_model_ship2fields_row{
    min-height: 40px;
    display: flex;
    align-items: center;
}
#shipToFields{
    display: inline-block;
    width:100%;
}
.shippingButtonBox {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.rented .badge-buy {
    font-weight: normal;
}

.rented .badge-buy:before {
    content: '$$ ';
    font-weight: bold;
}
.bg-light.admin-name-indent {
    margin-bottom: 30px;
}
.backup-tab-content .button-block button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.stats_products_input {
    color: #fff;
    background-color: #2172ff;
    border: 1px solid #2172ff;
    font-weight: 500;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: .3s;
    margin-bottom: 10px;
}
@media (max-width: 1474px) {
    .container.backup .tab-content {
        padding: 0 15px;
    }
}
.row_pagin_admin .pagination {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .modal-content.resizable {
        width: 90% !important;
        max-width: unset;
        min-width: auto !important;
    }
    .row_pagin_admin .pagin_admin {
        text-align: center;
    }
    .row_pagin_admin .pagination {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 848px) {
    .container.backup .tab-content .m-b {
        margin-top: 20px;
    }
}
@media (max-width: 330px) {
    .row_pagin_admin .pagination {
        padding-bottom: 70px;
        flex-wrap: wrap;
    }
    .row_pagin_admin .show-more-btn.disabled {
        display: none;
    }
}
.tools_links a {
    display: inline-block;
    padding: 5px;
}
.table-tooltip-block button.btn-table-tooltip {
    position: relative;
}
.table-tooltip-block button.btn-table-tooltip:hover::after {
    content: attr(data-original-title);
    position: absolute;
    left: -37px;
    top: -30px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #ffffff;
    z-index: 999;
    min-width: 70px;
    white-space: nowrap;
}
.table-tooltip-block button.btn-table-tooltip:hover::before {
    content: '';
    position: absolute;
    left: -6px;
    top: -5px;
    border: 10px solid transparent;
    border-top: 10px solid #000000;
}
.btn-template-refresh {
    background-color: #18bf49;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px;
}
/*
#action button[data-toggle="tooltip"]:hover:before {
    opacity : 1;
}
.form-group.padder label a[title]:before {
    background-color: #191919;
    color: #ffffff;
}*/
.SET_HTTPS .rented_cert + label{
    display: none;
}
.rented_cert.yes{
    color: #00AA00;
}

.rented_cert.no{
    color: #f50d0d;
}
.menu-cats.tree .cat_icons a {
    padding: 0;
}

.menu-cats.tree .down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
    transform: rotate(0deg);
}

.menu-cats.tree .down svg {
    width: 9px;
    fill: #eee;
    transition: all .3s;
}

.sub_menu-cat {
    display: none
}
.sub_menu-cat:before{
    position: absolute;
    content: "";
    top: 13px;
    left: -5px;
    border-left: 2px solid #eee;
    border-top: 0;
    width: 10px;
    height: calc(100% - 23px);
    z-index: 1;
}

sub_menu-cat:after{

}
.new_col_left_elem {
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    border: solid 1px #eee;
    background: #fff;
    margin-bottom: 10px;
}
#form_instr_search, #form_instr_search_1 {
    position: relative;
}
#instr_search, #instr_search1_1 {
    width: 100%;
    margin: 0;
    height: 36px;
    border: none;
    border-radius: 5px;
    color: #313132;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}
#form_instr_search svg, #form_instr_search_1 svg {
    position: absolute;
    right: 10px;
    top: 10px;
    fill: #999;
    width: 17px;
    height: 17px;
}
li.item-menu-cat > ul {
    display: none;
    padding-left: 10px;
    padding-top: 3px;
}
li.item-menu-cat.zero .cat_icons{
    margin-right: 21px;
}
.wrapper_width_cats .item-menu-cat .cat_buttons{
    display: none;
}

.wrapper_width_cats .item-menu-cat .cat_buttons.opened{
    display: block;
}
.cat_settings {
    cursor: pointer;
}
li.opened.item-menu-cat > ul {
    display: block;
}
.go_to_cat {
    border-radius: 3px;
    border: 1px solid #2172ff;
    width: auto;
    color: #fff;
    background: #2172ff;
    transition: all .3s;
    font: 500 13px 'Roboto', sans-serif;
    margin: 0 0 0 10px;
    height: 36px;
    display: none;
}
.redirect + .go_to_cat {
    display: none;
}
.go_to_cat:hover {
    background: #19a9d5;
    border: 1px solid #19a9d5;
}
.selectize-input input::placeholder{
    color: #c8c8c8;
}
input[type="select-one"]{
    color: #58666e!important;
}
.header_drop_menu .go_to_cat{
    display: none;
}

.header_drop_menu .transition_unit {
    position: absolute;
    top: 40px;
    width: 250px;
    display: none;
}
.header_drop_menu .open_btn + .transition_unit{
    display: block;
}

.table_products_multi a > img {
    vertical-align: middle;
}
.table_products_multi .category_name{
    display: inline;
    margin-left: 5px;
    font-weight: 700;
}

.wrap-orders-buttons {
    display: flex;
    flex-direction: column;
}

.wrap-orders-buttons .block_products_menu {
    width: 100%;
}

#product-video th{
    text-align: center;
    border: 1px solid #cfdadd;
    background: #eee;
    padding: 5px;
}
#product-video td {
    padding: 15px;
    border: 1px solid #cfdadd;
}
#product-video th:nth-child(1), #product-video td:nth-child(3), #product-video td:nth-child(4){
    width: 90px;
}

#product-video .image_delete {
    cursor: pointer;
}
#product-video .preview {
    padding: 5px;
    text-align: center;
}
#product-video .preview img {
    max-width: 50px;
}

@media (min-width: 1200px) {
    #ajaxModal .modal-dialog {
        margin-top: 30px;
    }

}
.coupon_description_value{
    display: inline;
    margin-left: 5px;
    font-weight: 600;
}

.modal_form_container .status {
    position: relative;
}

.status .jsChangeStatus {
    /*position: absolute;*/
    top: -18px;
    left: 360px;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 10px;
}
.lds-ellipsis div {
    position: absolute;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    margin-left: 10px;
}
.lds-ellipsis div:nth-child(1) {
    left: 2px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 2px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 14px;
    animation: lds-ellipsis3 0.6s infinite;
}

.orders-edit-buttons:not(.active) {
    display: none !important;
}

#action_orders {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pos-rel {
    display: flex;
    align-items: center;
    gap: 5px;
}

#action_orders button.btn {
    margin-bottom: 0;
}

.NP-icon,
.UKR-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.NP-icon {
    background-image: url('/images/icons/nova_poshta_small.png');

}
.UKR-icon {
    background-image: url('/images/icons/ukrposhta_small.png');
    background-position-x: 2px;
}
.orders-table .NP-button-save-one-click, .orders-table .ukrpochta-modal-ttn {
    width: 40px;
}
.order-list{
    display: flex;
    justify-content: center;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(6px, 0);
    }
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently

    supported by Chrome, Edge, Opera and Firefox */
}
#images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
a.open-server-dir {
    font-size: 12px;
}
.xml_import_result_block {
    margin: 10px 20px;
    font-size: 15px;
}
.error_xml_import_text {
    color: red;
    overflow-wrap: anywhere;
}
.success_xml_import_text {
    color: #18bf49;
}

@media (max-width: 440px) {
    .modal_order_details .row.form-group.text-right {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
        margin-left: 0;
        width: 100%;
        gap: 15px;
    }

    .modal_order_details .row.form-group.text-right:after {
        display: none;
    }
}

.modal_order_details .NP-button-save-one-click {
    display: flex;
    flex-direction: row;
    max-height: 32px;
    padding-left: 12px !important;
}

.modal_order_details .NP-button-save-one-click .NP-icon {
    width: 25px;
    height: 25px;
}

.orders-table .NP-button-save-one-click, .orders-table .ukrpochta-modal-ttn {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.orders-table .NP-button-save-one-click span, .orders-table .ukrpochta-modal-ttn span {
    margin: 0;
}
.quick_updates_table tr td{
    position: relative;
    vertical-align: top;
}
.quick_updates_table .quick_update_product_attr{
    position: absolute;
    top: 40px;
    width: 330px;
    background-color: #fff;
    z-index: 1;
}
.quick_updates_table tr td .quick_update_product_attr input[type="text"]{
    max-width: 90px;
    display: inline-block;
}
.quick_updates_table tr td .quick_update_product_attr .option-box span{
    display: inline-block;
}
.quick_updates_table .quick_update_product_attr .value-box{
    display: flex;
    justify-content: space-between;
}

.quick_updates_table .checkbox-item {
    padding: 5px;
    width: 25px;
}

.quick_updates_table .checkbox-item input {
    cursor: pointer;
}

.category_sort_order {
    width: 50px;
}
/*language constants*/
.languages_constants .translater_nav tbody {
    border: 1px solid #eaeff0;
}
.languages_constants .browser_link {
    display: flex;
    overflow-wrap: anywhere;
}
/*language constants END*/

/*multi select selectize*/
select[multiple] {
    height: 36px;
    visibility: hidden;
}
.selectize-control.multi {
    padding: 0;
    border: 0;
    text-align: left;
    text-wrap: wrap;
    height: auto;
}
.selectize-dropdown.multi {
    height: auto;
    padding: 0;
    overflow-y: hidden;
}
.selectize-control.multi .selectize-input {
    border-color: #cfdadd;
    border-radius: 2px;
    box-shadow: none;
}

.status .jsChangeStatus {
    /*position: absolute;*/
    top: -18px;
    left: 305px;
}
/*multi select selectize END*/

/* Round buttons */
.btn-circle.btn-sm {
    width: 22px;
    height: 22px;
    padding: 1px 0px;
    border-radius: 15px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    text-align: center;
}
#CHECKOUT .changeable > table tr td.changeable-td {
    float: right;
    padding-right: 40px!important;
}
.modal-settings-table .settings-col > label {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.modal-settings-table .settings-col > label input[type=checkbox],
.modal-settings-table .settings-col > label input[type=radio] {
    margin: 0px 4px 0 0;
}

.button_left_margin {
    margin-left: 10px;
}

/* Round buttons END */

.disabled_configuration td:first-child{
    opacity: 0.5;
}
.configuration_turn_on_button, .configuration_buy_button {
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0;
    font-size: 12px;
}
.module-link-disabled {
    pointer-events: none;
}
table.configuration-table {
    overflow-wrap: anywhere;
}

.instruction-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

.instruction-modal {
    display: flex;
    padding: 5px;
    height: 60px;
    width: 100px;
}

.instruction-modal .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    pointer-events: none;
    overflow: hidden;
}
.instruction-modal .img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.instruction-modal .img-wrapper:after {
    content:"\f04b";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px !important;
    width: 100%;
    height: 100%;
    font:normal normal normal 14px/1 FontAwesome;
    text-rendering:auto;
    z-index: 3;
}

.instruction-modal .img-wrapper img.instruction-img {
    height: 60px;
    width: 100%;
    transform: translateY(-7px);
}

@media (min-width: 1200px) {
    body.modal-open:has(.modal[data-type="right-sidebar"]) #content {
        margin-right: 600px !important;
    }
}

.link-instructions span {
    pointer-events: none;
}

.modal[data-type="right-sidebar"] {
    top: 50px;
    left: unset;
    max-width: 600px;
    width: 100%;
    padding: 0;
}

.modal[data-type="right-sidebar"] .modal-dialog {
    margin: 0 !important;
}

.modal[data-type="right-sidebar"] .modal-content {
    height: calc(100dvh - 50px);
    min-width: 50%;
    width: 100% !important;
    border: 0;
    margin: 0;
    border-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);;
    box-shadow: unset;

    overflow: hidden;

}

.modal[data-type="right-sidebar"] .modal-body,
.modal[data-type="right-sidebar"] iframe {
    height: 100%;
}

.modal[data-type="right-sidebar"] ~ .modal-backdrop {
    display: none;
}


.resizable {
    resize: horizontal;
    overflow: auto;
}

.table div.status input {
    display: none;
}

#most_purchased td[data-name="products_name"] {
    max-width: 300px;
    white-space: nowrap;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
}

#most_purchased td[data-name="products_name"]:hover {
    max-width: inherit;
    background: #efefef;
    position: absolute !important;
    height: 34px;
    z-index: 2;
    border: 0 !important;
}

.table-responsive table thead th {
  position: sticky !important;
  background-color: #fff;
  z-index: 10;
}

.table-responsive table thead th {
  inset-block-start: 0px;
  box-shadow: 0 0 1px grey;
  border: 0;
}

.table-responsive {
    display: block;
    max-width: 100vw;
    max-height: calc(100dvh - 370px);
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
    overflow: auto;
}

.configurations {
    margin-bottom: 15px;
}

.configurations .table-responsive {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.configurations .table-responsive td {
    height: 42px;
    line-height: 1;
}

.table-wrapper {
    position: relative;
}


.table-wrapper.shadow-left:before,
.table-wrapper.shadow-right:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: calc(100% - 3px);
    width: 50px;
    border-radius: 10px;
    transform: translateY(1.5px);
    pointer-events: none;
    z-index: 1;
}

.table-wrapper.shadow-left:before {
    left: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #f0f3f4 100%);
}

.table-wrapper.shadow-right:after {
    right: 1px;
    background: linear-gradient(to left, #f0f3f4 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 991px) {
    .table-wrapper.shadow-bottom:after,
    .table-wrapper.shadow-top:before  {
        content: '';
        position: absolute;
        display: block;
    width: calc(100% - 3px);
        pointer-events: none;
    border-radius: 10px;
        z-index: 1;
    transform: translateX(1.5px);
    }

    .table-wrapper.shadow-top:before  {
        top: 10px;
        height: 90px;
    background: linear-gradient(to top, rgba(255, 255, 255, 30%) 0%, #f0f3f4 100%);
    }

    .table-wrapper.shadow-bottom:after {
    bottom: 1px;
        height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f3f4 100%);
    }
}

@media (max-width: 768px) {
    .table-responsive {
        max-height: calc(100dvh - 200px);
    }
}

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

.flex-center input {
    margin: 0;
}

.translater_nav {
    margin-top: 70px;
}
.translater_nav thead {
    border-top: 1px solid #eaeff0;
}
/* .translater_nav thead th {
    border-bottom: 1px solid #eaeff0;
    padding-top: 10px;
    margin-top: 10px;
    box-shadow:         inset 0px 4px 3px rgba(50, 50, 50, 0.75);
} */

.table-responsive.create-new-product,
.table-responsive.table_categories_wrapper {
    max-height: unset;
}

.create-new-product,
.table_categories_wrapper {
    background-color: #fff;
    padding: 15px;
}

.create-new-product #tabs .ui-tabs-panel {
    border: 0;
}

.table_categories_wrapper .category_sort_order {
    width: 80px;
}

.table_categories_wrapper tr td {
    padding: 5px 5px 5px 0;
}

.table_categories_wrapper select,
.table_categories_wrapper input:not(.btn) {
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 8px 10px;
    margin: 0 !important;
}

.table_categories_wrapper .selectize-input {
    padding: 0 8px;
}

.table_categories_wrapper td.main.td,
.table_categories_wrapper .ui-tabs td.main {
    padding-bottom: 15px;
}

.table_categories_wrapper .ui-tabs-panel {
    padding: 15px 15px 0 !important;
}

@media screen and (max-width: 768px) {
    .app .app-content  {
        padding-bottom: 0;
    }

    .table-responsive {
        max-height: 500px;
    }

    .stats_products_purchased_data_range {
        display: flex;
        flex-direction: column;
    }

    .stats_products_purchased_data_range .form-div div {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .stats_products_purchased_data_range .button_left_margin {
        margin-left: 0;
    }

    .languages_constants .col-md-10 {
        padding-right: 0;
        max-width: calc(100vw - 120px);
    }

    .translater_nav table tr td {
        padding: 5px;
    }

    .translater_nav .table {
        max-width: 10px !important;
    }

    .translater_nav {
        margin-top: 35px;
        max-width: 100px;
        border: 1px solid #eaeff0;
    }
    .translater_nav thead tr th {
        text-align: left;
    }
}
.meta-calculator {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
    font-weight: 400;
}

.meta-calculator[data-status="alert"] span {
    color: red;
}

.meta-calculator[data-status="warning"] span{
    color: orange;
}

.meta-calculator[data-status="normal"] span{
    color: green;
}

.meta-calculator + .gpt-btn-wrapper {
    position: absolute;
    bottom: 0;
}
#additional-critical-btn{
    display: none;
    float: right;
    font-size: 14px;
}
#additional-critical-btn .start-generate-critical{
    color: #337ab7;
    font-weight: bold;
    text-transform: uppercase;;
}

.specials_small_table .infoBoxContent:first-of-type {
    padding-top: 10px;
}
.specials_small_table .infoBoxContent .specials_edit_btn,
.specials_small_table .infoBoxContent .specials_del_btn {
    display: inline-block;
    margin: 5px;
}

.table-responsive_specials {
    padding: 15px;
    background-color: #fff;
}

.table-responsive_specials tr td.main {
    padding: 0 0 10px;
    vertical-align: middle;
}

.table-responsive_specials table table table tr:last-child td.main  {
    padding: 0;
}
.table-responsive input:not(.btn) {
    height: 34px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.table-responsive_specials input[type="checkbox"] {
    cursor: pointer;
}

.table-responsive td.main > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*.header_buy_template_link {
    background-color: #27c24c;
    white-space: nowrap;
    -webkit-appearance: none;
    height: 32px;
    border-radius: 8px;
    font: 400 13px 'Roboto', sans-serif;
    padding: 8px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    color: var(--header-text);
    border: 1px solid var(--header-text);
}
.header_buy_template_link span {
    color: var(--header-text) !important;
}*/
.header_buy_template_link-info, .header_buy_template_link {
    border-radius: 3px;
    background: #46b8da;
    padding: 5px 10px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-right: 15px;
    animation:headerbuyinfo 1.5s infinite alternate-reverse;
}
.header_buy_template_link{
    background: #27c24c;
    animation:none;
}

@keyframes headerbuyinfo {
    0% {
        background: rgba(24,191,73, 0);
    }
    100% {
        background: #46b8da;
    }
}
#modal_force_order_to_checkbox {
    background-color:rgba(0, 0, 0, .3)
}

#modal_force_order_to_checkbox .modal-dialog {
    margin-top: 50px !important;
}

#product_edit_form .nav-tabs {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

#product_edit_form .template-options-settings {
    position: relative;
    margin-left: auto;
}

#product_edit_form .template-options-settings button svg {
    pointer-events: none;
}

#product_edit_form .template-actions {
    display: none;
    position: absolute;
    right: 0px;
    border-radius: 5px;
    width: 150px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    z-index: 100;
}

#product_edit_form .template-actions select {
    width: 100%;
}

#product_edit_form .template-actions.open {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

#product_edit_form .table-actions {
    margin: 0 0 15px;
}

#product_edit_form .sort-table {
    width: 50px;
}

#product_edit_form td.sort {
    cursor: grab;
}

#product_edit_form td.sort,
#product_edit_form td.status,
#product_edit_form td.image {
    width: 50px;
}

#product_edit_form td.price div {
    gap: 5px;
}

#product_edit_form td.qty {
    width: 80px;
}

#product_edit_form td.article {
    width: 120px;
}

#product_edit_form td.special {
    width: 220px;
}

#product_edit_form td.image {
    padding: 5px;
}

#characteristics td div,
#options td div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#characteristics td input,
#options td input {
    text-align: center;
}

#product_edit_form td.sort svg {
    transform: rotate(90deg);
}

#product_edit_form [contenteditable="true"] {
    position: relative;
}

#product_edit_form [contenteditable="true"]:after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: calc(100% + 30px);
    transform: translateX(calc(-100% + 15px));
    background-color: rgba(0, 0, 0, .1);
}

a.info-link{
    line-height: 38px;
    text-decoration: underline;
}

.sub_configuration_icon {
    height: 24px;
    margin-top: 7px;
    margin-right: 10px;
}

.translucent-text {
    opacity: 0.7;
}

.configuration-disable {
	margin: 10px;
	color: red;
	font-size: 16px;
}

.configuration_menu .configuration_menu_header {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.configuration_menu.active .configuration_menu_header  {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}

.tooltip-instructions {
    margin-left: 2px;
    font-size: 12px;
}

#translate-products label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 10px 0 0;
}

#translate-products label input {
    height: auto;
    margin: 0;
}

.table-responsive #tabs td.main > div:not(.status) {
    gap: 0;
    margin-bottom: 5px;
}

.products_inner_right {
    width: 400px;
}
.products_inner_right tr td {
    padding: 5px;
}
.products_inner_right tr td:first-child {
    min-width: 180px;
}

.products_inner_right tr td:last-child {
    max-width: 100px;
}
.products_inner_right tr td:last-child select,
.products_inner_right tr td:last-child input {
    width: 100px;
}
.multicolor-help {
    display: flex;
    align-items: center;
}
.multicolor-help > img {
    margin-right: 5px;
}
.multicolor-help > div {
    opacity: 0.5;
}

.helpcrunch-iframe-wrapper iframe {
    transform: translateY(-60px);
}


svg.bi {
    width: 20px;
    height: 20px;
}

svg.bi.bi-x {
    color: rgb(249, 83, 83);
}

svg.bi.bi-check {
    color: green;
}

.configuration-description {
    margin: 15px;
}

table.authors [data-name="authors_image"] img {
    width: 40px;
    height: 40px!important;
    border-radius: 50%;
    margin: 0 10px 0 0!important;
    object-fit: cover;
}
.always_product_in_stock {
    color: red;
    font-weight: bold;
    border: 3px solid red;
    padding: 5px;
    margin: 10px 0;
    text-align: center;
}
.edit_template-modal .nav.nav-tabs > li {
    width: 100%;
}
.edit_template-modal .nav.nav-tabs > li a {
    height: fit-content;
    min-height: 40px;
    max-height: none;
    border: 0;
}

.prod_multi_td_header .instruction-header-wrap {
    width: 100%;
}

.instruction-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-left: 5px;
    font-size: 16px;
}
.table-responsive #attributeManager input.flag_image {
    object-fit: cover;
    width: 40px;
    height: 25px !important;
}

.delete_categories_image-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.subtext_lang_default {
    font-style: italic;
}
.products_attributes_id .table > thead > tr > th div:first-child {
    white-space: normal;
}

.crm_page_container {
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.crm_page_container .nav.nav-tabs > li a {
    border: 2px solid transparent;
}
.crm_page_container .tab-pane {
    padding: 20px 0;
}
.crm_page_container .tab-pane label {
    margin: 5px 0 5px;
}
.crm_page_container .tab-pane p {
    margin-bottom: 20px;
}
.crm_page_container .tab-pane .flex_form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.crm_page_container .tab-pane input {
    margin-top: 5px;
    margin-bottom: 10px;
}
.crm_page_container .tab-pane input[type="checkbox"] {
    width: 20px;
    margin: 0 10px;
}
.crm_page_container .tab-pane .table_form label {
    width: 100px;
}
.crm_page_container .tab-pane textarea {
    max-width: 100%;
}