/* Expanded runtime CSS entrypoint. Keep this file import-free for WebView route transitions. */

/* v2-customer-cabinet-mobile/01-customer-cabinet-mobile.css */
/* Customer cabinet responsive owner. */

.customer-mobile-appbar,
.customer-mobile-tabbar,
.customer-mobile-fab {
  display: none;
}

/* customer cabinet mobile density source */


/* v2-customer-cabinet-mobile/02-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] {
    --cab-mobile-header: 60px;
    --cab-mobile-nav: 92px;
    --cab-card-padding: 16px;
    --cab-screen-gutter: 12px;
    --cab-title-size: 22px;
    --sb-mobile-header: var(--cab-mobile-header);
    --sb-mobile-nav: var(--cab-mobile-nav);
    background: #f3f3f3;
    overflow-x: hidden;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-header,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-bottom-nav,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cab-nav,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .phead,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .osum {
    display: none !important;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-appbar,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-appbar {
    position: sticky;
    top: 0;
    z-index: 60;
    display: flex;
    min-height: calc(var(--cab-mobile-header) + env(safe-area-inset-top, 0px));
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: calc(6px + env(safe-area-inset-top, 0px)) 14px 6px;
    border-bottom: 1px solid var(--border);
    background: color-mix(in oklch, var(--background) 96%, transparent);
    backdrop-filter: blur(16px);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-appbar__main {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-appbar__title,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-appbar__title {
    min-width: 0;
    overflow: hidden;
    color: var(--foreground);
    font-size: var(--cab-title-size);
    font-weight: 700;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-appbar__back,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-iconbtn,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-iconbtn {
    display: grid;
    width: 40px;
    height: 40px;
    flex: none;
    place-items: center;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--foreground);
    text-decoration: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-appbar__back svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-iconbtn svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .sb-mobile-iconbtn i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-iconbtn svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-iconbtn i {
    width: 23px;
    height: 23px;
  }

.sb .wrap,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    overflow-x: hidden;
    padding-inline: 0 !important;
  }

.sb .layout,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .layout {
    display: block;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 0 calc(var(--cab-mobile-nav) + 18px + env(safe-area-inset-bottom, 0px));
  }

.sb .layout[data-active-screen="notifications"],
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .layout[data-active-screen="notifications"] {
    height: calc(100svh - var(--cab-mobile-header) - env(safe-area-inset-top, 0px));
    min-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    background: var(--card);
  }

.sb .layout[data-active-screen="messages"],
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .layout[data-active-screen="messages"] {
    position: fixed;
    top: calc(var(--cab-mobile-header) + env(safe-area-inset-top, 0px));
    right: 0;
    bottom: calc(var(--cab-mobile-nav) + env(safe-area-inset-bottom, 0px));
    left: 0;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    background: var(--card);
  }

.sb main,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    gap: 0;
    min-width: 0;
    overflow-x: hidden;
    padding: 0;
  }

.sb main:not([data-cab="orders"]),
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main:not([data-cab="orders"]) {
    gap: 0;
    padding: 0 var(--cab-screen-gutter);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="order"] {
    gap: 18px;
    padding: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordlist {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordcard {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: var(--cab-card-padding);
    border: 1px solid #dedede;
    border-radius: 16px;
    background: var(--card);
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordcard.has-new,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordcard.is-draft {
    padding-left: var(--cab-card-padding);
    border-style: solid;
    background: var(--card);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-newdot,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-kebab-wrap,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cab-pagination,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-cta {
    display: none !important;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-main {
    gap: 10px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-badges {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
  }
}


/* v2-customer-cabinet-mobile/03-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-badges .sb-badge {
    width: max-content;
    max-width: 100%;
    height: 26px;
    padding: 0 10px;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-badges .sb-badge svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-badges .sb-badge i {
    width: 16px;
    height: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-posted {
    justify-self: end;
    color: var(--muted-foreground);
    font-size: 15px;
    line-height: 26px;
    white-space: nowrap;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordcard h3 {
    margin: 0;
    color: var(--foreground);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.14;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    color: var(--muted-foreground);
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m i {
    width: 20px;
    height: 20px;
    flex: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="ruler"]) {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="wallet"]) {
    display: block;
    grid-column: auto;
    align-items: start;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="wallet"])::before {
    display: block;
    margin-bottom: 3px;
    color: var(--muted-foreground);
    content: "Бюджет";
    font-size: 13px;
    font-weight: 500;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="wallet"]) svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="wallet"]) i {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-meta .m:has(svg[data-lucide="wallet"]) b {
    display: block;
    margin-top: 4px;
    color: var(--foreground);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-right {
    min-width: 0;
    align-items: stretch;
    gap: 10px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-resp {
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .resp-stack .ravt {
    width: 32px;
    height: 32px;
    margin-left: -9px;
    border-width: 2px;
    font-size: 11px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-resp .rtext,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-resp .rtext .new {
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-resp .rtext b {
    font-size: 17px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-hired {
    align-self: flex-end;
    margin-top: 0;
    border: none;
    padding: 0;
    background: transparent;
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ord-hired .hav {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(var(--sb-mobile-tab-count, 5), minmax(0, 1fr));
    min-height: calc(var(--cab-mobile-nav) + env(safe-area-inset-bottom, 0px));
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border);
    background: color-mix(in oklch, var(--background) 97%, transparent);
    box-shadow: 0 -12px 28px oklch(0.145 0 0 / 0.08);
    backdrop-filter: blur(16px);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar .sb-mobile-tabbar__item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 62px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: var(--muted-foreground);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
}


/* v2-customer-cabinet-mobile/04-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar .sb-mobile-tabbar__item.is-active {
    background: transparent;
    color: var(--foreground);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar .sb-mobile-tabbar__item.is-active .sb-mobile-tabbar__icon {
    min-width: 64px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--foreground);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar .sb-mobile-tabbar__icon {
    position: relative;
    display: inline-grid;
    min-height: 34px;
    place-items: center;
    padding: 0 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar i {
    width: 26px;
    height: 26px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-tabbar .sb-mobile-tabbar__icon b {
    position: absolute;
    top: -8px;
    right: -10px;
    display: grid;
    min-width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 999px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-fab {
    position: fixed;
    right: 14px;
    bottom: calc(var(--cab-mobile-nav) + env(safe-area-inset-bottom, 0px) + 18px);
    z-index: 68;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: none;
    border-radius: 18px;
    background: var(--primary);
    color: #111;
    box-shadow: 0 12px 28px oklch(0.145 0 0 / 0.18);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-fab svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .customer-mobile-fab i {
    width: 28px;
    height: 28px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .resp-head,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cabinet-section-card-header,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-row {
    align-items: flex-start;
    gap: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .resp-head {
    flex-direction: column;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] #orderDetail {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head {
    display: flex;
    margin: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head h1 {
    margin: 10px 0 0;
    color: var(--foreground);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head [data-slot="button"],
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-action,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .profile-form-actions [data-slot="button"] {
    width: 100%;
    justify-content: center;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-summary,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .profile-form {
    grid-template-columns: minmax(0, 1fr);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-summary {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--border);
    box-shadow: var(--shadow-xs);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-summary .cell {
    min-width: 0;
    padding: 16px;
    background: var(--card);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-summary .l {
    color: var(--muted-foreground);
    font-size: 13px;
    line-height: 1.2;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-summary .v {
    margin-top: 4px;
    color: var(--foreground);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-desc {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--card);
    color: var(--foreground);
    font-size: 16px;
    line-height: 1.55;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .resp-empty,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .empty-card {
    min-height: 190px;
    border-radius: 18px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .resp-tools {
    width: 100%;
    flex-wrap: wrap;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sortmini {
    display: grid;
    grid-template-columns: auto minmax(140px, 1fr);
    align-items: center;
    width: 100%;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .sortmini .resp-sort-trigger {
    min-width: 0;
    width: 100%;
    color: var(--foreground);
    background-color: var(--card);
  }
}


/* v2-customer-cabinet-mobile/05-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] .view-toggle {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .view-toggle [data-slot="button"] {
    justify-content: center;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rcard {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-color: var(--border);
    border-radius: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-top {
    align-items: flex-start;
    gap: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-av {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-name {
    font-size: 19px;
    line-height: 1.12;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-ver,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-newtag {
    font-size: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-trust {
    gap: 6px 10px;
    font-size: 13.5px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-msg {
    max-width: none;
    font-size: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-alert {
    width: auto;
    font-size: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-offer,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 0 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-note,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-actions {
    grid-column: 1 / -1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-price {
    font-size: 24px;
    white-space: normal;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-term {
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-actions [data-slot="button"] {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .rc-actions [data-slot="button"]:first-child {
    grid-column: 1 / -1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp-wrap {
    overflow: visible;
    border-radius: 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp tbody,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp tr,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td {
    display: block;
    width: 100%;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp thead {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp tbody {
    display: grid;
    gap: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp tr {
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--card);
    box-shadow: var(--shadow-xs);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp th,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td {
    padding: 0;
    border: 0;
    text-align: left;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td + td {
    margin-top: 10px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(2),
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(3),
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(4) {
    display: inline-flex;
    width: auto;
    min-width: 0;
    margin-top: 14px;
    margin-right: 10px;
    vertical-align: top;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(3)::before {
    content: "Цена";
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(4)::before {
    content: "Срок";
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(3)::before,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(4)::before {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--muted-foreground);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(3),
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(4) {
    display: inline-block;
    min-width: calc(50% - 8px);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .num {
    text-align: left;
    white-space: normal;
  }
}


/* v2-customer-cabinet-mobile/06-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-brig {
    align-items: flex-start;
    gap: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-brig .cav {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-brig .cn {
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.15;
    word-break: break-word;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-brig .cs {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.35;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-rating {
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--muted);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-price {
    font-size: 22px;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: anywhere;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp td:nth-child(5) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
    line-height: 1.35;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-act {
    margin-top: 12px;
    white-space: normal;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp .c-act [data-slot="button"] {
    width: 100%;
    min-width: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .cmp-note {
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.35;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-row--stacked,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-segmented {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-segmented button {
    padding: 0 8px;
    font-size: 13px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-filter {
    width: calc(100% - 24px);
    margin: 0 12px 10px;
    align-self: center;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-filter [data-slot="button"] {
    flex: 1;
    min-width: 0;
    justify-content: center;
    min-height: 32px;
    padding: 0 8px;
    font-size: 13px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] {
    gap: 10px;
    width: 100%;
    max-width: none;
    padding: 0 var(--cab-screen-gutter);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-top: 12px;
    overflow-x: clip;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="settings"] {
    gap: 12px;
    padding-top: 12px;
    padding-inline: var(--cab-screen-gutter);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="settings"] .settings-row {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: start;
    gap: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="settings"] .settings-row > :last-child {
    grid-column: 2 !important;
    grid-row: auto !important;
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start !important;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="settings"] .settings-card {
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notifications-card,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .stroyban-order-chat,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border-radius: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] .ordcard,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-hero,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .od-head,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .responses,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .settings-card,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .notifications-card,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .stroyban-order-chat,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .rchat,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .phero,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .pstats,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] .cabinet-section-card {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-inline: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero .pic {
    width: 64px;
    height: 64px;
    font-size: 22px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-main {
    min-width: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-name {
    display: grid;
    align-items: start;
    gap: 6px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-name h1 {
    font-size: 24px;
    line-height: 1.05;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .ver-badge {
    width: max-content;
    max-width: 100%;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.15;
  }
}


/* v2-customer-cabinet-mobile/07-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .ver-badge i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .ver-badge svg {
    width: 16px;
    height: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-meta {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.25;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-meta .m {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-meta .m i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-meta .m svg {
    width: 18px;
    height: 18px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-act {
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .phero-act [data-slot="button"] {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    font-size: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat {
    min-height: 92px;
    padding: 14px;
    border-radius: 14px;
    -webkit-tap-highlight-color: transparent;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat-copy {
    gap: 6px;
    max-width: 100%;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat:active {
    transform: scale(0.985);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat.is-empty {
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat .v {
    display: block;
    font-size: 30px;
    line-height: 1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat .l {
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .pstat-arrow {
    width: 16px;
    height: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card {
    padding: 16px 14px 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--card);
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card-header h2 {
    font-size: 21px;
    line-height: 1.1;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card-action {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card-action i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .cabinet-section-card-action svg {
    width: 18px;
    height: 18px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-editor,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-form,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-avatar-upload {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-avatar-upload {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: start;
    gap: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-avatar-preview {
    width: 72px;
    height: 72px;
    font-size: 23px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-avatar-copy {
    min-width: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .profile-avatar-button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj .oi {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj .oi i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj .oi svg {
    width: 20px;
    height: 20px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj .ol {
    font-size: 13px;
    line-height: 1.2;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="profile"] .obj .ov {
    font-size: 16px;
    line-height: 1.2;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-row {
    position: relative;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 0;
    padding: 0 14px;
    border-top: 0;
    border-bottom: 1px solid var(--border);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] {
    width: 100vw;
    max-width: 100vw;
    height: calc(100dvh - var(--cab-mobile-header) - var(--cab-mobile-nav) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    min-height: 0;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    background: var(--card);
  }
}


/* v2-customer-cabinet-mobile/08-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notifications-card {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    border: 0;
    border-radius: 0;
    background: var(--card);
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notifications-list {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    border-top: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-date-label {
    padding: 12px 16px 8px;
    font-size: 11px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-main {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 12px;
    min-height: 0;
    padding: 14px 0 8px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-icon i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-icon svg {
    width: 17px;
    height: 17px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-title {
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-body {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.32;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-meta {
    margin-top: 4px;
    font-size: 11.5px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-chevron {
    align-self: center;
    width: 16px;
    height: 16px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-unread-dot {
    position: absolute;
    top: 31px;
    left: 8px;
    width: 6px;
    height: 6px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 14px 50px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-row .settings-state {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-row .settings-action {
    width: fit-content;
    min-height: 32px;
    padding: 0 9px;
    font-size: 12px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-row .settings-action svg,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="notifications"] .notification-row .settings-action i {
    width: 14px;
    height: 14px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] {
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 !important;
    background: #f6f6f6;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .stroyban-order-chat,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    width: 100vw;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    max-width: 100vw;
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #f6f6f6;
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-list {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    border-right: 0;
    border-bottom: 0;
    background: var(--card);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-list-h {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-threads {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    gap: 0;
    scrollbar-width: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-threads::-webkit-scrollbar {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-thread {
    width: 100%;
    flex: none;
    gap: 10px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    background: var(--card);
  }
}


/* v2-customer-cabinet-mobile/09-customer-cabinet-mobile.css */
@media (max-width: 1180px) {
body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-thread.on {
    border-color: color-mix(in oklch, var(--primary) 65%, var(--border));
    background: color-mix(in oklch, var(--primary) 12%, var(--card));
    box-shadow: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat.is-mobile-thread-list .rchat-conv {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat.is-mobile-chat-open .rchat-list {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat.is-mobile-chat-open .rchat-conv,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat.is-mobile-thread-list .rchat-list {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-mobile-back {
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: none;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--foreground);
    font-size: 0;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-mobile-back i,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-mobile-back svg {
    width: 21px;
    height: 21px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-offer {
    gap: 10px;
    min-height: 62px;
    padding: 8px 12px;
    background: var(--card);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-tav,
  body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .oav {
    width: 36px;
    height: 36px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-tname {
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-tsub {
    font-size: 13px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .support-chat-sla {
    display: none;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-scroll {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    padding: 14px 12px calc(74px + env(safe-area-inset-bottom, 0px));
    background: #f6f6f6;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .support-chat-bubble {
    max-width: min(82%, 300px);
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .support-chat-message.is-system .support-chat-bubble {
    max-width: calc(100% - 24px);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .support-chat-separator {
    margin: 0 auto;
    font-size: 11px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-input {
    position: fixed;
    right: 0;
    bottom: calc(var(--cab-mobile-nav) + env(safe-area-inset-bottom, 0px));
    left: 0;
    z-index: 69;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px;
    border-top: 1px solid var(--border);
    background: var(--card);
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-input input {
    height: 40px;
    font-size: 15px;
  }

body.sb[data-stroyban-v2-page-key="customerCabinet"] main[data-cab="messages"] .rchat-send {
    width: 42px;
    height: 42px;
  }
}
