/* projects/compob2b-admin/src/styles.scss */
:root {
  --Base-Brand: #1551E5;
  --Base-Brand-Hover: #144ad2;
  --Brand-Primary: #1551E5;
  --Brand-Primary-Dark: #171D45;
  --Base-Background-White: #FFFFFF;
  --Base-Black: #1B1E25;
  --Base-Black-secondary: #445371;
  --Black-Primary: #071435;
  --Black-Secondary: #828EAD;
  --Base-Black-Secondary: #445371;
  --Base-Background-Gray: #F2F5F9;
  --Base-Background-Gray-Hover: #eaedf1;
  --Base-Background-Gray-Secondary: #F8F8F8;
  --Base-Background-Gray-Third: #EEF2FA ;
  --Base-Background-Gray-Third-Hover: #e9eef5;
  --Grey-Grey-Secondary: #9C9CA1;
  --Grey-Primary: #F5F5F6;
  --Grey-Grey-Primary: #F5F5F6;
  --Grey-Grey-Primary-Hover: #eceaea;
  --Base-Disabled: #9FA1B3;
  --Base-Disabled-Hover: #8c8e9d;
  --Base-Divider-Primary-Real: #F0F0F0;
  --Base-Divider-Primary: #CCCDD7;
  --Base-Divider-primary: #CCCDD7;
  --Base-Divider-Primary-Hover: #c0c1cb;
  --Base-Divider-Hover: #AEAFB6;
  --Status-Alert: #E51553;
  --Status-Ghost: #FFF2F6;
  --Status-Green: #00B65E;
}
:root {
  --Proporcion-Padding-M-Small-12p: 12px;
  --Proporcion-Round-M-Small-12p: 8px;
  --Proporcion-Round-M-Small-8p: 8px;
}
.w-100,
.w-full {
  width: 100% !important;
}
.w-24 {
  width: 24px !important;
}
.w-32 {
  width: 32px !important;
}
.h-24 {
  height: 24px !important;
}
.h-32 {
  height: 32px !important;
}
.h-40 {
  height: 40px !important;
}
.h-full {
  height: 100% !important;
}
.pd-x-12 {
  padding: 0 12px !important;
}
.pd-x-20 {
  padding: 0 20px !important;
}
.mg-t-a {
  margin-top: auto;
}
.mg-left-auto {
  margin-left: auto;
}
.mg-b-12 {
  margin-bottom: 12px;
}
.mg-b-14 {
  margin-bottom: 14px;
}
.mg-b-16 {
  margin-bottom: 16px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-b-8 {
  margin-bottom: 8px;
}
.mg-b-4 {
  margin-bottom: 4px;
}
.mg-b-a {
  margin-bottom: auto;
}
.mg-l-a {
  margin-left: auto;
}
.mg-r-a {
  margin-right: auto;
}
.mg-y-a {
  margin: auto 0;
}
.flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.flex-y {
  display: flex;
  flex-direction: column;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.between {
  justify-content: space-between;
}
.j-end {
  justify-content: end;
}
.j-around {
  justify-content: space-around;
}
.align-c {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.f-wrap {
  flex-wrap: wrap;
}
.g-4 {
  gap: 4px;
}
.g-8 {
  gap: 8px;
}
g-12 {
  gap: 12px;
}
.g-16 {
  gap: 16px;
}
.g-24 {
  gap: 24px;
}
.txt-white-base {
  color: var(--Base-Background-White, #FFF);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.txt-decor-none {
  text-decoration: none;
}
.txt-decor-none:hover {
  text-decoration: none;
}
.clr-brand {
  color: var(--Base-Brand) !important;
}
.clr-black-base {
  color: var(--Base-Black) !important;
}
.clr-grey-sec {
  color: var(--Grey-Grey-Secondary) !important;
}
.brd-brand {
  border: 1px solid var(--Base-Brand);
}
.brd-base-divider {
  border: 1px solid var(--Base-divider-primary);
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.ln-h-14 {
  line-height: 14px;
}
.ln-h-16 {
  line-height: 16px;
}
.ln-h-20 {
  line-height: 20px;
}
.ln-h-24 {
  line-height: 24px;
}
.ln-h-32 {
  line-height: 32px;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.underline {
  text-decoration: underline;
}
.underline-none {
  text-decoration: none;
}
.decor-none {
  text-decoration: none;
}
.ratio-1 {
  aspect-ratio: 1;
}
.bg-none {
  background: none;
}
.bg-brand {
  background: var(--Base-Brand);
}
.brd-none {
  border: none;
}
.rotate-270 {
  rotate: 270deg;
}
.hidden {
  display: none !important;
}
.pointer {
  cursor: pointer;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  padding-right: 1rem;
  padding-left: 1rem;
}
.entityID,
.featureType {
  color: #aaa;
  background: none;
  padding-left: 5px;
}
.form-group {
  margin-bottom: 24px;
}
.icon__catalog-tree {
  border: 0;
  display: flex;
  padding: 0 0 0.5rem;
  justify-content: center;
  color: var(--color-basic-700);
  font-weight: normal;
}
.icon__catalog-tree > span,
.icon__catalog-tree nb-action {
  display: flex;
  padding: 0 0.5rem;
}
.n-part-left {
  padding-left: 0 !important;
}
.fixed-center {
  padding-left: 35px !important;
}
.nb-tab__btn {
  padding: 14px;
}
.card-product-scroll {
  overflow: scroll;
  height: calc(100vh - 11rem);
  position: relative;
}
.card-product-scroll.accent-info {
  margin-bottom: 0 !important;
}
nb-tabset nb-tab {
  padding-bottom: 0 !important;
  overflow: inherit !important;
}
nb-accordion-item:last-child {
  margin-bottom: 0;
}
.scroll-block-product {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 3;
  background: var(--color-basic-100);
  box-shadow: 0 -11px 26px var(--color-primary-500);
}
nb-card nb-card-header {
  padding: 0;
  border: none;
}
nb-icon.expand-state g[data-name=chevron-left] {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
nb-icon.expand-state g[data-name=chevron-down] {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
nb-accordion-item {
  border: 1px solid var(--color-basic-400);
  border-radius: 8px;
}
nb-accordion-item nb-accordion-item-header.accordion-item-header-expanded {
  border: none;
  padding-bottom: 0;
}
.accordion-item__right > form {
  width: auto !important;
  flex: 1 1 auto;
}
.accordion-item .accordion-item__select {
  max-width: calc(100% - 135px);
}
.entityID {
  margin-left: 3px;
}
.accordion-item__right-info {
  display: flex;
  width: 135px;
  align-items: center;
  min-width: 135px;
  justify-content: flex-end;
}
.accordion-item__right-info .item {
  align-items: center;
}
.state-success {
  color: var(--color-success-700);
}
.state-warn {
  background: var(--color-warning-200);
  text-align: center;
  margin-left: 0.75rem;
  padding: 5px 7px 3px;
  border-radius: 5px;
  font-weight: normal;
}
.state-warn nb-icon {
  color: var(--color-warning-500);
}
.state-warn:hover {
  cursor: pointer;
}
.product-tabset__right,
.template-features__wrap {
  width: 355px;
  min-width: 355px;
  padding-left: 1rem;
  position: relative;
  border-left: 0 !important;
  background: var(--color-basic-100);
}
.ngx-table .badge {
  margin: 3px;
  padding: 4px 6px 2px;
  font-size: 12px;
}
.ngx-table .badge + .editButtons {
  margin-top: -5px;
}
.ngx-table .relationTpl {
  max-width: 600px;
  display: block;
}
.ngx-table .relationTpl .badge {
  background: var(--color-basic-600);
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.form-group-checkbox__custom {
  display: flex;
  flex-wrap: wrap;
}
.form-group-checkbox__custom .form-group.form-group-checkbox {
  margin-right: 1rem;
  margin-bottom: 0 !important;
}
.form-group.form-group-checkbox {
  margin-bottom: 12px !important;
}
.templateFeature form .form-group.form-group-checkbox:last-child {
  margin-bottom: 0 !important;
}
.template-group {
  border: 1px solid #E4E9F2;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.templateFeature {
  border: none !important;
}
app-tf-select .col-sm-9 {
  padding: 0;
}
app-tf-select .col-sm-3 {
  padding-right: 0;
}
.template_group-item nb-card.accent-primary {
  border: 0;
}
.template_group-item nb-card.status-basic nb-card-header {
  background-color: inherit;
}
.product-tabset__content {
  display: flex;
  flex-wrap: nowrap;
}
.product-tabset__left {
  width: auto;
  flex: 1 1 auto;
  border-right: 0 !important;
  position: relative;
}
.col-template-left {
  border-right: 0 !important;
  position: relative;
  width: calc(100% - 352px);
}
.col-template-left:before,
.product-tabset__left:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #E4E9F2;
  content: "";
  height: 100%;
}
.product-tabset__left,
.col-template-left form {
  padding-right: 16px;
}
.col-template-left app-tf-select form {
  padding-right: 0;
}
.col-template-left .accordion-item__right form {
  padding-right: 0;
}
.product-tabset__left .custom-form:before {
  display: none;
}
.nb-layout .layout {
  background: #fff !important;
}
.product__content-wrapper.col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.tabset {
  white-space: nowrap;
}
.tabset a {
  padding: 10px 30px;
  color: var(--color-basic-700) !important;
}
.tabset nb-badge {
  right: 5px;
  top: 3px;
}
nb-card-body {
  padding: 0 !important;
}
.scroll-block-content {
  padding: 0;
}
.font-small.table__sum .table__product-price {
  white-space: nowrap;
}
.position {
  cursor: pointer;
  font-weight: lighter;
  padding: 0.5rem 0.5rem 0 0.5rem;
  width: 100%;
  white-space: nowrap;
}
.position:hover {
  background-color: #e6e6e6;
}
nb-tab .custom-form formly-form,
nb-tab .custom-form formly-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subcategory {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.subcategory__item {
  color: var(--color-primary-500);
  font-style: normal;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding: 0.68rem 0.75rem;
  background: var(--color-primary-100);
  border-radius: 0.5rem;
  text-transform: uppercase;
  margin: 0 0.5rem 0 0;
  height: 2rem;
}
.subcategory__item-tooltip {
  color: var(--color-danger-600);
  background: var(--color-danger-200);
}
.subcategory__item-tooltip img {
  margin-top: -0.25rem;
}
.plate__container {
  border: 1px solid var(--color-basic-400) !important;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
}
.plate__container .add {
  margin-left: 10px;
}
.plate__container .add:hover {
  cursor: pointer;
}
.plate__container .header,
.plate__container nb-card-header {
  align-items: center;
  margin-bottom: 5px;
  border-bottom: 0 !important;
  color: var(--menu-text-color);
  font-style: normal;
  font-weight: var(--button-text-font-weight);
  font-size: 18px;
  line-height: 1.5rem;
  display: flex;
}
.plate__container__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plate__container__top p {
  color: var(--menu-text-color);
  font-style: normal;
  font-weight: var(--button-text-font-weight);
  font-size: var(--text-heading-6-font-size);
  line-height: 1.5rem;
  margin: 0;
}
.plate__container__select {
  border-left: 1px solid var(--color-basic-300);
  height: 40px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.plate__container__select label {
  margin-right: 10px;
  margin-bottom: 0;
}
.chek-template {
  display: flex;
  justify-content: space-between;
}
.last-changes {
  display: flex;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.last-changes img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.last-changes p {
  margin: 0;
  color: var(--color-basic-600);
  font-size: 12px;
  line-height: 1rem;
}
.row-template,
.row-flex {
  display: flex;
  flex-wrap: nowrap;
}
.accordion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.accordion-item__right {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: flex-end;
}
.accordion-item__right nb-toggle .toggle {
  width: 52px;
  height: 30px;
}
.accordion-item__right nb-toggle .toggle-label {
  width: 52px;
}
.accordion-item__right nb-toggle .native-input {
  width: 52px !important;
}
.accordion-item__right nb-toggle .toggle-switcher {
  width: 28px;
  height: 28px;
  left: 19px !important;
  top: 1px;
}
.accordion-item__right nb-toggle nb-icon {
  display: none;
}
.accordion-item label {
  width: 28%;
  margin: 0;
}
.accordion-item .accordion-item__select {
  width: 90% !important;
}
.accordion-item .appearance-outline {
  width: 100% !important;
}
.accordion-item .appearance-outline .select-button {
  width: 100% !important;
  height: 48px;
  border: 0;
}
.accordion-item .appearance-outline.accordion-item__select-error .select-button.empty {
  background: var(--color-basic-100);
  border: 1px solid var(--color-warning-500);
}
.accordion-item .appearance-outline.accordion-item__select-error .select-button.empty svg {
  fill: var(--color-warning-500);
}
.smartlistItem {
  display: flex;
}
.accordion-item__right nb-toggle .toggle:not(.checked) .toggle-switcher {
  left: 0 !important;
}
.accordion-item .accordion-item__select .select-button {
  width: 100% !important;
}
.accordion-item .accordion-item__select {
  width: auto !important;
  flex: 1 1 auto;
}
.accordion-item__right nb-toggle .native-input {
  width: 52px !important;
}
.accordion-item__block-color {
  width: 90%;
  display: flex;
  align-items: center;
}
.template-left {
  position: relative;
}
.row.row-template .template-left__properties nb-accordion-item-header.accordion-item-header-expanded {
  padding-bottom: 0;
}
.row.row-template .template-left__properties nb-accordion-item.collapsed .nb-accordion-item-body {
  border: 0;
}
.row.row-template .template-features__wrap.hidden-center {
  min-width: 30px;
  width: 30px;
  height: 100%;
  padding: 0;
}
.row.row-template .template-features__wrap {
  position: fixed;
  right: 15px;
  max-height: calc(100vh - 172px);
  overflow: auto;
}
.template-right__top {
  border-bottom: 1px solid var(--color-basic-400);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.template-right__top h6 {
  margin: 0;
}
.template-right__top p {
  margin: 0;
}
.template-right__content-item {
  text-decoration: none;
  padding: 0.5rem;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5rem;
}
.template-left__name input {
  position: relative;
}
.template-left__name .menu {
  position: absolute;
  right: 10px;
  top: 31px;
  z-index: 2;
}
.resizable {
  z-index: 10;
  min-width: 310px;
  padding-right: 10px;
  position: relative;
}
.resizable.hidden-center {
  min-width: 0;
}
.resizable .flex-item:first-child {
  min-width: 300px;
}
.resizable .grabber:hover {
  cursor: col-resize;
}
.resizable .grabber {
  cursor: col-resize;
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  top: 0;
}
.flex-item__right {
  flex: 1 1 auto !important;
  flex-direction: column;
  float: revert;
}
.resizable {
  float: left;
}
.rectangle {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
}
.resize-handle-left {
  min-width: 300px;
}
.resize-handle-left {
  left: 0;
}
.resize-handle-right {
  right: 0;
}
.container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.div1 {
  position: relative;
  width: 20vw;
  height: 20vh;
  background: lightblue;
  flex-grow: 0;
}
.div2 {
  position: relative;
  width: 20vw;
  height: 20vh;
  background: green;
  flex-grow: 0;
}
.div3 {
  position: relative;
  width: 20vw;
  height: 20vh;
  background: pink;
  flex-grow: 0;
}
.resize-handle-left,
.resize-handle-right {
  position: absolute;
  height: 100%;
  cursor: col-resize;
  width: 100%;
}
.resize-handle-left {
  left: 0;
}
.product-tabset__content {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
}
.resize-handle-right {
  right: 0;
  min-width: 600px;
}
.accent.accent-info {
  margin-bottom: 0;
}
.respect {
  padding: 0.5rem;
  width: 40px;
  background: var(--color-warning-200);
  border-radius: 0.5rem;
  margin-left: 0.75rem;
}
.product-title {
  display: flex;
  justify-content: space-between;
}
.product-title__left {
  display: flex;
  margin-bottom: 10px;
}
.product-title__toggle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.product-title__toggle label {
  margin-right: 0.75rem;
}
.product-title__toggle a {
  margin-left: 10px;
}
.product-title h1 {
  color: var(--menu-text-color) !important;
  font-style: normal;
  font-weight: 600;
  font-size: var(--text-heading-4-font-size);
  line-height: 2rem;
}
nb-tabset .tabset {
  justify-content: flex-start;
}
.accordion-item__block {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
.accordion-item .accordion-item__block .accordion-item__select {
  width: 46% !important;
}
.accordion-item .accordion-item__block .accordion-item__select .select-button {
  width: 100% !important;
  min-width: 100px !important;
}
.external-systems h6 {
  margin-top: -0.875rem;
  margin-bottom: 1rem;
}
.external-systems__subcategory {
  display: block;
}
.external-systems .subcategory__item {
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: var(--text-heading-7-font-size);
  text-transform: initial;
}
.external-systems .subcategory__item img:last-child {
  margin-left: 0.5rem;
}
.switch-toggle {
  text-align: center;
  padding: 15px 0;
  width: 90%;
  background: var(--color-basic-200);
  border-radius: 12px;
  margin: 0.8px;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 56px;
}
.switch {
  position: relative;
}
.font-small.custom-enabled {
  text-align: center;
}
.font-small.catalog-title {
  font-weight: 600;
  font-size: var(--text-heading-8-font-size);
  line-height: 1rem;
  color: var(--link-text-color);
}
.product-tag {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-primary-500);
  padding: 0.375rem 0.75rem;
  border: 2px solid var(--color-primary-200);
  border-radius: 0.5rem;
  text-align: center;
  max-width: 120px;
  white-space: nowrap;
}
.table_articul div {
  color: var(--color-basic-600);
}
.table__price div {
  color: var(--menu-text-color);
}
.additional-categories {
  border: 0;
}
.custom-form {
  position: relative;
}
.custom-form:before {
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
  background: var(--color-basic-400);
  content: "";
}
.custom-form input.ng-invalid::placeholder {
  color: var(--color-danger-700);
}
.formly-full {
  width: 100%;
}
.formly-middle {
  width: 49%;
}
.example-tree-invisible {
  display: none;
}
.example-tree ul,
.example-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.title {
  outline: 0;
}
.color-picker-input {
  cursor: pointer;
  border: 1px solid #8f8f8f;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  outline: 0;
  font-size: 0;
}
.drag-drop-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  background: var(--color-basic-100);
  overflow: visible !important;
}
.drag-drop-box {
  cursor: move;
}
.props-list {
  max-width: 100%;
  border: solid 1px var(--color-basic-400);
  min-height: 60px;
  display: block;
  background: var(--color-basic-400);
  border-radius: 0.25rem;
  overflow-y: scroll;
  max-height: 500px;
}
.props-box {
  padding: 20px 10px;
  border-bottom: solid 1px var(--color-basic-400);
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: white;
  font-size: 14px;
}
.font-small {
  font-size: small !important;
}
.mat-tree-node a {
  text-decoration: none !important;
  color: var(--menu-text-color) !important;
}
.tab a {
  outline: 0;
}
nb-card {
  border-top: 0 !important;
}
.catalog-show__icon {
  z-index: 99;
  top: 28px;
  position: absolute !important;
  width: 25px !important;
  cursor: pointer;
}
.catalog-show__icon svg {
  color: var(--actions-icon-color);
  transform: rotate(180deg);
  width: 25px;
}
nb-actions {
  padding-top: 1rem;
}
.row-template {
  position: relative;
  overflow-x: inherit;
}
.all-table {
  position: relative;
}
.order-columns {
  overflow: auto;
}
span.badge.badge-cart {
  margin-left: 10px;
}
.select-modal {
  width: 500px;
}
.entityID.feature-id {
  padding-left: 5px;
}
.custom-autocomplete {
  width: 101%;
  background: #fff;
  overflow: auto;
  max-height: 400px;
  border: 0;
  margin-top: 0;
}
.custom-autocomplete .custom-autocomplete__item:nth-child(2n) {
  background: var(--color-basic-200) !important;
}
.custom-autocomplete .custom-autocomplete__item:hover {
  background-color: var(--option-hover-background-color) !important;
}
.custom-autocomplete .custom-autocomplete__item {
  padding: 0 20px;
}
.auto-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
  align-items: center;
}
.featureFooterNavigation {
  position: relative;
  width: 100%;
}
.addFeature2GroupButton {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.featureDivider {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: none;
}
.modal-full-height .ngx-json-viewer {
  overflow-y: scroll !important;
}
@media (max-width: 1199px) {
  .resizable {
    float: none;
    width: 100% !important;
  }
  .resizable .flex-item:first-child {
    width: 100%;
  }
  .grabber {
    display: none;
  }
  .flex-item__right {
    padding-left: 2rem;
  }
}
.product-tabset.hidden-center .tabset {
  opacity: 0;
}
.product-tabset__right.hidden-center,
.template-features__wrap.hidden-center {
  width: 30px;
  min-width: 30px;
}
.product-center.scroll-block-content.scroll-hide-title {
  margin-top: 100px;
}
.close-nav {
  position: absolute;
  top: -10px;
  right: 1px;
  z-index: 10;
  cursor: pointer;
  transform: rotate(180deg);
}
.hidden-center .close-nav {
  top: 32px;
  transform: none;
}
.template-features__wrap .close-nav {
  top: 0;
}
app-tabs nb-card-body {
  overflow: visible !important;
}
.col-template-left.hidden-center {
  width: calc(100% - 10px);
}
.filter-catalog__center {
  padding-bottom: 80px;
}
.filter-catalog__center .actions {
  text-align: center;
}
.filter-catalog__center .actions button {
  margin: 5px;
}
.filter-catalog__center .actions button:first-child {
  display: block;
  width: 95%;
  max-width: 250px;
  margin: 20px auto 10px;
}
.admin-only {
  display: none;
}
.admin-role .admin-only {
  display: block;
}
.submit-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid rgb(237, 241, 247);
  z-index: 10;
}
.submit-button .status-error {
  cursor: pointer;
  margin-left: 10px;
}
.cdk-drag-preview {
  background: var(--color-basic-100);
  border: 1px solid var(--color-basic-200);
  box-shadow: var(--tui-shadow-small);
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.3rem 0.6rem;
  max-height: 200px;
  box-sizing: content-box;
}
.cdk-drag-preview label .text {
  font-weight: normal;
}
.cdk-drag-preview nb-card {
  background: transparent;
}
.my-drop-zone {
  word-break: break-all;
  min-height: 20px;
  padding: 19px;
  background-color: var(--color-basic-200);
  border: 2px dashed var(--color-primary-200);
  border-radius: 10px;
  cursor: pointer;
}
.my-drop-zone label {
  font-size: 18px !important;
}
.my-drop-zone.file-over {
  border-color: dotted 2px var(--color-primary-400);
}
.my-drop-zone-info {
  font-size: 13px;
  color: var(--color-basic-600);
  margin: 10px 0 0;
}
.file-card-body {
  background: var(--color-basic-200);
  border-radius: 10px;
  padding: 20px !important;
  margin: 10px 0;
  display: inline-block;
  text-align: center;
  max-width: 600px;
}
.file-card-body .picView {
  max-width: 100%;
  max-height: 300px;
}
.file-card-body .file-card-body {
  padding: 0 !important;
  margin: 0;
}
.file-card-body .my-drop-zone-info {
  max-width: 380px;
  margin: 10px auto;
}
.file-card-body .my-drop-zone-info.from-parent {
  margin-top: -10px;
}
.file-card-body form {
  max-width: 500px;
}
.mat-tree-node {
  font-family: inherit;
}
nb-actions.size-small {
  padding: 0 !important;
  margin: 10px 0;
}
nb-actions.size-small nb-action {
  padding: 0 16px;
  font-size: 14px;
  font-weight: normal;
}
nb-actions.size-small nb-action:first-child {
  padding-left: 0;
}
nb-actions.size-small nb-action.withText {
  cursor: pointer;
}
nb-actions.size-small nb-action.withText nb-icon {
  margin-right: 10px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-E5NYJYBA.css.map */
