@keyframes sbm-navload-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
.pf-footer {
display: block;
width: 100%;
color: #ffffff;
background-color: #060923;
border-top: 3px solid #FF9500;
border-image: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%) 1;
box-sizing: border-box;
}
.pf-footer * {
box-sizing: border-box;
}
.pf-top {
background-color: #060923;
padding: 56px 80px 40px;
}
.pf-top-inner {
display: grid;
grid-template-columns: minmax(260px, 1.3fr) 3fr;
gap: 48px;
max-width: 1280px;
margin: 0 auto;
}
.pf-brand-col {
display: flex;
flex-direction: column;
gap: 20px;
}
.pf-brand-link {
display: inline-block;
width: fit-content;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-brand-link svg {
height: 32px;
width: auto;
}
.pf-tagline {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #b0b1be;
max-width: 380px;
margin: 0;
}
.pf-social {
display: flex;
gap: 12px;
margin-top: 4px;
}
.pf-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255,255,255,0.08);
transition: background 0.2s, transform 0.2s;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-social a svg {
width: 18px;
height: 18px;
color: #ffffff;
}
.pf-social a:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transform: translateY(-2px);
}
.pf-social a:hover svg {
color: #ffffff;
}
.pf-nav-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.pf-col {
display: flex;
flex-direction: column;
gap: 12px;
}
.pf-col-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #ffffff;
text-transform: uppercase;
margin: 0 0 4px;
}
.pf-col-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.pf-col-list li {
margin: 0;
padding: 0;
}
.pf-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #ababb3;
text-decoration: none;
-webkit-text-decoration: none;
transition: color 0.15s;
width: fit-content;
}
.pf-link:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
background-clip: text;
color: transparent;
cursor: pointer;
}
.pf-link:focus-visible {
outline: 2px solid #ff9500;
outline-offset: 2px;
border-radius: 2px;
}
.pf-geo {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
padding: 18px 80px;
max-width: 1280px;
margin: 0 auto;
border-top: 1px solid rgba(255,255,255,0.08);
}
.pf-geo-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #b0b1be;
text-transform: uppercase;
}
.pf-geo-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
color: #ffffff;
text-decoration: none;
-webkit-text-decoration: none;
padding: 6px 12px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.15);
transition: all 0.15s;
}
.pf-geo-link:hover {
border-color: #ff9500;
color: #ff9500;
cursor: pointer;
}
.pf-bottom {
background-color: #595968;
}
.pf-bottom-inner {
max-width: 1280px;
margin: 0 auto;
padding: 16px 80px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.pf-rights {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}
.pf-address {
font-style: normal;
font-family: IBM Plex Sans, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #dedee1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pf-addr-sep {
color: rgba(255,255,255,0.4);
padding: 0 2px;
}
.pf-switch-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
-webkit-text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transition: opacity 0.15s;
}
.pf-switch-link:hover {
opacity: 0.9;
cursor: pointer;
}

.headerDropdownMainWrapper {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
box-sizing: border-box;
display: grid;
align-content: center;
margin: 0;
height: -webkit-fill-available;
z-index: 12;
width: 150px;
}
.dropdownWrapper {
position: relative;
cursor: pointer;
}
.invisibleDropDown {
visibility: hidden;
}
.dropdownButton {
width: 150px;
height: 40px;
border: 0 none currentColor;
border-radius: 6px;
font-family: inherit;
font-size: 17px;
background-color: transparent;
}
.dropdownWrapper > .selected_item {
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 40px;
margin: 0 3px;
flex-grow: 10.0;
&:hover {
.selectedRightSubItem svg {
transition: all 0.5s ease 0.5s;
transform: rotate(60deg);
}
}
}
.selected_item_anyScreen {
background-color: transparent;
}
.selected_item_mainScreen {
background-color: transparent;
color: #ffffff;
}
.selectedLeftSubItem > svg {
display: block;
margin: auto;
color: #fda501;
}
.selectedRightSubItem > svg {
height: 0.5em;
width: 20px;
display: block;
margin: auto;
}
.dropdownWrapper > .selected_item > span:first-child {
font-size: 20px;
}
.dropdownWrapper > .dropdownMenu {
position: absolute;
display: flex;
overflow-y: initial;
overflow-x: hidden;
z-index: 4;
top: 60px;
flex-direction: column;
max-height: 80vh;
border-radius: 6px;
transform: translate(0, -30px);
-webkit-transform: translate(0%, -30px);
visibility: hidden;
opacity: 0;
background: #ffffff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s;
box-shadow: 0 15px 20px 0 #e0e0e0;
a {
text-decoration: none;
-webkit-text-decoration: none;;
display: flex;
align-items: center;
justify-content: left;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuIcon {
margin: 0 10px;
color: #fda501;
svg {
height: 20px;
width: 20px;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuItemLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
flex-grow: 1.0;
color: #4a4a4a;
line-height: 1.4;
padding-left: 10px;
}
.dropdownLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 5px;
}
.dropdownLabel_anyScreen {
color: #4a4a4a;
}
.dropdownLabel_mainScreen {
color: #ffffff;
}
.dropdownDivider {
color: #e0e0e0;
display: inline-block;
overflow: hidden;
border-style: solid;
border-width: 0.1px;
width: 150px;
margin: 0;
}
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
overflow-x: hidden;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
background: #b0b1be;
border-radius: 4px;
}
.downloadsBlockModalWrapper {
width: 650px;
height: 350px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
.downloadsBlockModalContentWrapper {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
}
.downloadsBlockModalContentLeft {
display: flex;
flex-direction: column;
padding-left: 20px;
}
.downloadsBlockModalArrowTop {
width: 15px;
height: 15px;
background-color: #ffffff;
position: relative;
left: 60%;
top: -7.5px;
transform: rotate(45deg);
}
.downloadsBlockModalTitle {
color: #050927;
font-family: Proxima Nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 25px;
line-height: 1.36;
width: fit-content;
}
.downloadsBlockModalDescription {
margin-top: 15px;
color: #828493;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.388889;
letter-spacing: 0.5px;
width: fit-content;
}
.downloadsBlockModalMarketsWrapper {
display: flex;
flex-direction: row;
width: fit-content;
margin-top: 30px;
}
.downloadsBlockModalPlayMarketImg {
background: url('/static/images/google-play-button.png') no-repeat center center;;
height: 60px;
width: 200px;
margin-right: 20px;
}
.downloadsBlockModalAppStoreImg {
height: 60px;
width: 200px;
background: url('/static/images/apple-store-button.png') no-repeat center center;;
}
.downloadsBlockModalQrCode {
width: 150px;
height: 150px;
background: url('/static/images/qr-link-to-install.png') no-repeat center center;;
background-size: cover;
object-fit: cover;
margin-left: 20px;
margin-right: 20px;
}
}
.downloads {
display: flex;
max-width: 1064px;
justify-content: space-between;
position: relative;
background-color: #f5f6f9;
border-radius: 40px;
margin: 95px auto 0;
}
.downloads_left {
flex-basis: 37%;
padding: 45px 0 55px 60px;
}
.downloads_right {
position: absolute;
right: 20px;
bottom: -70px;
}
.downloads_title {
font-family: Noto Sans, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 1.36;
color: #050927;
margin-bottom: 15px;
}
.downloads_text {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
margin-bottom: 15px;
}
.downloads_pictures {
display: flex;
justify-content: space-between;
}
.downloads_app_stors {
display: flex;
flex-direction: column;
}
.downloads_img {
text-align: center;
}

:root {
--t-bg-body: #f5f6f9;
--t-bg-surface: #ffffff;
--t-bg-surface-alt: #f8f9fb;
--t-bg-surface-hover: #fafbfc;
--t-bg-input: #ffffff;
--t-bg-subtle: #f5f6f9;
--t-text-primary: #060923;
--t-text-secondary: #828493;
--t-text-muted: #b0b1be;
--t-text-on-brand: #ffffff;
--t-border-subtle: #f0f0f2;
--t-border-default: #dedee1;
--t-border-strong: #b0b1be;
--t-brand: #ff9500;
--t-brand-soft-bg: rgba(255,149,0,0.12);
--t-brand-soft-border: rgba(255,149,0,0.3);
--t-brand-ring: rgba(255,149,0,0.1);
--t-gradient-brand: linear-gradient(135deg, #ff9500 0%, #ff6b00 100%);
--t-gradient-sunset: linear-gradient(135deg, #ff9500 0%, #ffbb00 100%);
--t-success-bg: rgba(69,182,73,0.12);
--t-success-fg: #2d8f34;
--t-success-border: rgba(69,182,73,0.3);
--t-warning-bg: rgba(255,149,0,0.12);
--t-warning-fg: #cc7700;
--t-warning-border: rgba(255,149,0,0.3);
--t-danger-bg: rgba(220,60,60,0.08);
--t-danger-fg: #c33;
--t-danger-border: rgba(220,60,60,0.3);
--t-info-bg: rgba(80,130,200,0.12);
--t-info-fg: #3568a8;
--t-info-border: rgba(80,130,200,0.3);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.04);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.08);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.2);
--t-overlay: rgba(0,0,0,0.5);
color-scheme: light;
}
html[data-theme='dark'] {
--t-bg-body: #0f1419;
--t-bg-surface: #1a1f2e;
--t-bg-surface-alt: #232838;
--t-bg-surface-hover: #252b3d;
--t-bg-input: #232838;
--t-bg-subtle: #1a1f2e;
--t-text-primary: #f0f1f5;
--t-text-secondary: #a0a3b1;
--t-text-muted: #70768a;
--t-text-on-brand: #ffffff;
--t-border-subtle: #2a3142;
--t-border-default: #3a4156;
--t-border-strong: #4a5168;
--t-brand-soft-bg: rgba(255,149,0,0.18);
--t-brand-soft-border: rgba(255,149,0,0.4);
--t-brand-ring: rgba(255,149,0,0.18);
--t-success-bg: rgba(69,182,73,0.18);
--t-success-fg: #5ecf62;
--t-success-border: rgba(69,182,73,0.4);
--t-warning-bg: rgba(255,149,0,0.18);
--t-warning-fg: #ffb347;
--t-warning-border: rgba(255,149,0,0.4);
--t-danger-bg: rgba(220,60,60,0.18);
--t-danger-fg: #ff6b6b;
--t-danger-border: rgba(220,60,60,0.4);
--t-info-bg: rgba(110,170,240,0.18);
--t-info-fg: #8bb6e8;
--t-info-border: rgba(110,170,240,0.4);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.4);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.5);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.7);
--t-overlay: rgba(0,0,0,0.7);
color-scheme: dark;
}
.t-theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid transparent;
background-color: transparent;
cursor: pointer;
color: var(--t-text-secondary);
transition: background-color 0.15s, color 0.15s, border-color 0.15s;
padding: 0;
flex-shrink: 0.0;
}
.t-theme-toggle:hover {
background-color: var(--t-bg-surface-hover);
border-color: var(--t-border-default);
color: var(--t-brand);
}
.t-theme-toggle svg {
width: 18px;
height: 18px;
pointer-events: none;
}
.t-theme-toggle .t-icon-sun {
display: none;
}
.t-theme-toggle .t-icon-moon {
display: inline-flex;
svg {
height: 24px;
width: 24px;
}
}
html[data-theme='dark'] .t-theme-toggle .t-icon-sun {
display: inline-flex;
}
html[data-theme='dark'] .t-theme-toggle .t-icon-moon {
display: none;
}
.header-main .t-theme-toggle, .header-dark .t-theme-toggle {
color: white;
}
.header-main .t-theme-toggle:hover, .header-dark .t-theme-toggle:hover {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
color: #ffbb00;
}
html[data-theme='dark'] .header-v2 {
background-color: #1a1f2e;
border-bottom-color: #2a3142;
}
html[data-theme='dark'] .header-v2 .header-user-name {
color: #f0f1f5;
}
html[data-theme='dark'] .header-v2 .header-user:hover {
background-color: rgba(255,255,255,0.06);
}
html[data-theme='dark'] .user-menu {
background-color: #1a1f2e;
box-shadow: 0 8px 28px rgba(0,0,0,0.55);
border: 1px solid #2a3142;
}
html[data-theme='dark'] .user-menu-item {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .user-menu-sub-item {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .mobile-menu {
background-color: #1a1f2e;
}
html[data-theme='dark'] .mobile-menu-title {
color: #a0a3b1;
}
html[data-theme='dark'] .mobile-menu-link {
color: #f0f1f5;
}
.cl-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
background: var(--t-overlay);
backdrop-filter: blur(5px);
}
.cl-modal-overlay.cl-modal-open {
display: flex;
}
.cl-modal {
background: var(--t-bg-surface);
border-radius: 16px;
width: min(480px, 92vw);
max-height: 85vh;
display: flex;
flex-direction: column;
overflow: hidden;
box-shadow: var(--t-shadow-modal);
outline: none;
}
.cl-modal-overlay.cl-modal-wide .cl-modal {
width: min(760px, 92vw);
}
.cl-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 18px 22px 14px;
border-bottom: 1px solid var(--t-border-subtle);
flex-shrink: 0.0;
}
.cl-modal-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
margin: 0;
}
.cl-modal-close {
width: 30px;
height: 30px;
border-radius: 8px;
border: none;
background-color: transparent;
color: var(--t-text-muted);
font-size: 20px;
line-height: 1;
cursor: pointer;
transition: all 0.13s;
flex-shrink: 0.0;
}
.cl-modal-close:hover {
background: var(--t-bg-subtle);
color: var(--t-text-primary);
}
.cl-modal-search {
display: flex;
align-items: center;
gap: 8px;
margin: 14px 22px 0;
padding: 8px 12px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
background: var(--t-bg-input);
flex-shrink: 0.0;
transition: border-color 0.15s;
svg {
width: 14px;
height: 14px;
color: var(--t-text-muted);
flex-shrink: 0.0;
}
}
.cl-modal-search:focus-within {
border-color: var(--t-brand);
}
.cl-modal-search-input {
border: none;
outline: none;
width: 100%;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.05em;
background-color: transparent;
color: var(--t-text-primary);
}
.cl-modal-search-input::placeholder {
color: var(--t-text-muted);
}
.cl-modal-body {
padding: 18px 22px;
overflow-y: auto;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
}
.cl-modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
padding: 14px 22px 18px;
border-top: 1px solid var(--t-border-subtle);
flex-shrink: 0.0;
}
.cl-modal-list {
list-style: none;
margin: 0;
padding: 0;
}
.cl-modal-list-item {
padding: 9px 12px;
border-radius: 8px;
cursor: pointer;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
white-space: pre;
transition: background 0.12s;
}
.cl-modal-list-item:hover {
background: var(--t-bg-subtle);
}
.cl-modal-list-item-top {
font-weight: 800;
color: var(--t-brand);
}
.cl-modal-list-item-disabled {
color: var(--t-text-muted);
cursor: not-allowed;
opacity: 0.6;
}
.cl-modal-list-item-disabled:hover {
background-color: transparent;
}
.cl-field {
margin-bottom: 12px;
}
.cl-field-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--t-text-muted);
display: block;
margin-bottom: 6px;
}
.cl-input, .cl-select {
width: -webkit-fill-available;
padding: 9px 12px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
background: var(--t-bg-input);
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
outline: none;
transition: border-color 0.15s;
}
.cl-input:focus, .cl-select:focus {
border-color: var(--t-brand);
}
.cl-modal-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
margin-bottom: 14px;
}
.cl-modal-hint {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: var(--t-text-muted);
}
.cl-modal-error {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: var(--t-danger-fg);
min-height: 16px;
margin-top: 10px;
}
.cl-modal-inline-action {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 14px;
}

.toast-container {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
z-index: 2000;
display: flex;
flex-direction: column-reverse;
gap: 10px;
align-items: center;
pointer-events: none;
max-width: 90%;
}
.toast {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 18px;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
min-width: 300px;
max-width: 560px;
opacity: 0.0;
transform: translateY(40px);
transition: transform 0.2s ease-out, opacity 0.2s ease-out;
pointer-events: auto;
background-color: #060923;
color: white;
}
.toast-show {
opacity: 1.0;
transform: translateY(0);
}
.toast.success, .toast-success {
background-color: #2d8f34;
color: white;
}
.toast.error, .toast-error {
background-color: #dc2626;
color: white;
}
.toast.warning, .toast-warning {
background-color: #FF9500;
color: white;
}
.toast.info, .toast-info {
background-color: #060923;
color: white;
}
.toast-icon {
font-size: 1.1rem;
font-weight: bold;
flex-shrink: 0.0;
}
.toast-message {
flex: 1.0;
line-height: 1.4;
word-break: break-word;
}
.cl-select-mode-btn {
padding: 8px 16px;
border: 1px solid var(--t-border-default);
border-radius: 6px;
background: var(--t-bg-surface);
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
cursor: pointer;
transition: all 0.2s;
}
.cl-select-mode-btn:hover {
border-color: var(--t-brand);
color: var(--t-brand);
}
.cl-bulk-panel {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--t-bg-surface);
border-top: 2px solid var(--t-border-default);
box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
padding: 16px;
transform: translateY(100%);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 100;
}
.cl-bulk-panel.active {
transform: translateY(0);
}
.cl-bulk-panel-content {
max-width: 1280px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 20px;
}
.cl-bulk-info {
flex: 1.0;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
display: flex;
align-items: center;
gap: 6px;
}
.cl-bulk-count {
color: var(--t-brand);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.05em;
}
.cl-bulk-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.cl-pagination {
background: var(--t-bg-surface);
border-radius: 0 0 8px 8px;
padding: 12px 16px;
display: flex;
flex-shrink: 0.0;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
border-top: 1px solid var(--t-border-default);
box-shadow: var(--t-shadow-card);
}
.cl-pagination-info {
display: flex;
align-items: center;
gap: 16px;
}
.cl-pagination-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
}
.cl-pagination-bold {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
}
.cl-pagination-select {
padding: 4px 8px;
border-radius: 4px;
border: 1px solid var(--t-border-default);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
background: var(--t-bg-input);
cursor: pointer;
}
.cl-pagination-buttons {
display: flex;
align-items: center;
gap: 4px;
}
.cl-page-btn {
width: 32px;
height: 32px;
border-radius: 4px;
border: 1px solid var(--t-border-default);
color: var(--t-text-secondary);
background: var(--t-bg-surface);
cursor: pointer;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0.0;
}
.cl-page-btn:hover:not(:disabled) {
border-color: var(--t-brand);
color: var(--t-brand);
}
.cl-page-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.cl-page-btn.cl-page-active {
background: var(--t-gradient-brand);
color: white;
border: none;
}
.cl-page-dots {
color: var(--t-text-secondary);
padding: 0 4px;
}
.cl-tooltip {
position: fixed;
display: none;
max-width: 260px;
padding: 10px 12px;
border-radius: 8px;
background: var(--t-bg-surface);
color: var(--t-text-primary);
border: 1px solid var(--t-border-default);
box-shadow: 0 6px 20px rgba(0,0,0,0.18);
z-index: 3000;
pointer-events: none;
}
.cl-tt-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
margin-bottom: 4px;
}
.cl-tt-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 15px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
}
.cl-tt-muted {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.05em;
color: var(--t-text-secondary);
margin-top: 3px;
}
html[data-theme='dark'] .cl-tooltip {
box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}
.sbm-sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
display: flex;
z-index: 90;
font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
}
.sbm-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.45);
z-index: 1150;
}
.sbm-navload {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
background: rgba(255,255,255,0.55);
backdrop-filter: blur(1.5px);
cursor: progress;
}
html[data-theme='dark'] .sbm-navload {
background: rgba(6,9,35,0.55);
}
.sbm-navload.sbm-navload-on {
display: flex;
align-items: center;
justify-content: center;
}
.sbm-navload-ring {
width: 44px;
height: 44px;
border-radius: 50%;
border: 3px solid rgba(255,149,0,0.25);
border-top-color: #FF9500;
animation: sbm-navload-spin 0.7s linear infinite;
}
.sbm-navload.sbm-navload-lottie .sbm-navload-ring {
display: none;
}

html.sbm-navloading .animation-component {
z-index: 201;
}
.sbm-rail {
width: 88px;
background: var(--t-bg-body);
border-right: 1px solid var(--t-border-subtle);
display: flex;
flex-direction: column;
align-items: center;
padding: 12px 0;
gap: 6px;
}
.sbm-rail-logo {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
flex-shrink: 0.0;
transition: transform 0.15s;
svg {
width: 52px;
height: auto;
}
}
.sbm-rail-logo:hover {
transform: scale(1.06);
}
.sbm-rail-btn[data-sbm-feature='profile'] {
margin-bottom: 10px;
}
.sbm-rail-scroll {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
overflow-y: auto;
overflow-x: hidden;
flex: 1.0 1.0 0;
width: 100%;
padding: 4px 0 8px;
scrollbar-width: none;
}
.sbm-rail-scroll::-webkit-scrollbar {
width: 0;
height: 0;
}
.sbm-rail-divider {
width: 40px;
height: 1px;
background: var(--t-border-subtle);
margin: 4px 0;
flex-shrink: 0.0;
}
.sbm-rail-btn {
position: relative;
border: none;
padding: 0;
background-color: transparent;
cursor: pointer;
flex-shrink: 0.0;
display: block;
transition: filter 0.16s, transform 0.16s;
-webkit-tap-highlight-color: transparent;
}
.sbm-btn-svg {
display: block;
}
.sbm-ring {
opacity: 0;
transition: opacity 0.15s;
}
.sbm-rail-btn:hover .sbm-ring {
opacity: 0.55;
}
.sbm-rail-btn.sbm-active .sbm-ring {
opacity: 1;
}
.sbm-rail-btn:hover {
filter: drop-shadow(0 4px 10px rgba(6,9,35,0.18));
transform: translateY(-1px);
}
.sbm-rail-btn.sbm-active {
filter: drop-shadow(0 6px 16px rgba(255,149,0,0.38));
}
.sbm-btn-icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: white;
pointer-events: none;
svg {
width: 23px;
height: 23px;
}
}
.sbm-btn-avatar {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.sbm-btn-avatar img {
width: 47px;
height: 47px;
border-radius: 50%;
object-fit: cover;
}
.sbm-rail-btn.sbm-shape-hex .sbm-btn-avatar img {
border-radius: 0;
width: 50px;
height: 54px;
clip-path: polygon(50% 3%, 100% 27%, 100% 73%, 50% 97%, 0% 73%, 0% 27%);
}
.sbm-btn-catalog {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 51px 51px;
clip-path: path('M25.94 14.00 Q32.00 10.50 38.06 14.00 L48.02 19.75 Q54.08 23.25 54.08 30.25 L54.08 41.75 Q54.08 48.75 48.02 52.25 L38.06 58.00 Q32.00 61.50 25.94 58.00 L15.98 52.25 Q9.92 48.75 9.92 41.75 L9.92 30.25 Q9.92 23.25 15.98 19.75 Z');
pointer-events: none;
}
.sbm-rail-btn[data-sbm-action='create-company'] .sbm-body {
fill: none;
stroke: var(--t-border-strong);
stroke-width: 1.6;
stroke-dasharray: 5 4;
}
.sbm-rail-btn[data-sbm-action='create-company'] .sbm-btn-icon {
color: var(--t-text-secondary);
}
.sbm-rail-btn[data-sbm-feature='dashboard'] .sbm-body {
fill: #fff;
stroke: var(--t-border-strong);
stroke-width: 1;
}
.sbm-rail-btn[data-sbm-feature='dashboard'] .sbm-btn-icon {
color: var(--t-text-secondary);
}
.sbm-rail-btn[data-sbm-action='create-company']:hover {
filter: none;
}
.sbm-rail-btn[data-sbm-action='create-company']:hover .sbm-btn-icon {
color: var(--t-brand);
}
.sbm-rail-bottom {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding-top: 8px;
border-top: 1px solid var(--t-border-subtle);
width: 100%;
flex-shrink: 0.0;
}
.sbm-rail-small {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
background-color: transparent;
color: var(--t-text-secondary);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.15s;
position: relative;
svg {
width: 18px;
height: 18px;
}
}
.sbm-rail-small:hover {
background: var(--t-bg-surface);
color: var(--t-text-primary);
}
a.sbm-rail-bell {
text-decoration: none;
color: var(--t-text-secondary);
}
a.sbm-rail-bell:hover {
color: var(--t-text-primary);
}
.sbm-bell-badge {
position: absolute;
top: 2px;
right: 2px;
min-width: 16px;
height: 16px;
padding: 0 4px;
border-radius: 8px;
background-color: #e53935;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 16px;
text-align: center;
box-sizing: border-box;
box-shadow: 0 0 0 2px var(--t-bg-sidebar, var(--t-bg-surface));
pointer-events: none;
}
.sbm-sidebar .sbm-rail-theme {
width: 44px;
height: 44px;
border-radius: 50%;
margin-top: 6px;
border: 1px solid transparent;
background-color: transparent;
color: var(--t-text-secondary);
flex-shrink: 0.0;
}
.sbm-sidebar .sbm-rail-theme:hover {
background: var(--t-bg-surface);
border-color: transparent;
color: var(--t-text-primary);
}
.sbm-sidebar .sbm-rail-theme svg {
width: 20px;
height: 20px;
}
.sbm-rail-expand {
display: none;
}
.sbm-collapsed .sbm-rail-expand {
display: flex;
}
.sbm-collapsed .sbm-rail-expand svg {
transform: rotate(180deg);
}
.sbm-tooltip {
position: fixed;
background: var(--t-text-primary);
color: var(--t-bg-surface);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.05em;
padding: 6px 10px;
border-radius: 8px;
white-space: nowrap;
pointer-events: none;
transform: translateY(-50%);
opacity: 0;
transition: opacity 0.12s ease;
z-index: 2000;
box-shadow: 0 4px 14px rgba(6,9,35,0.25);
}
.sbm-tooltip.sbm-tooltip-show {
opacity: 1;
}
.sbm-tooltip::before {
content: '';
position: absolute;
left: -4px;
top: 50%;
transform: translateY(-50%);
border: 4px solid transparent;
border-right-color: var(--t-text-primary);
border-left: none;
}
.sbm-panel {
width: 268px;
background: var(--t-bg-surface);
border-right: 1px solid var(--t-border-subtle);
display: flex;
flex-direction: column;
}
.sbm-collapsed .sbm-panel {
display: none;
}
.sbm-panel-account {
padding: 12px 12px 18px;
position: relative;
}
.sbm-account-trigger {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
padding: 8px 10px;
border-radius: 11px;
border: 1px solid var(--t-border-subtle);
background: var(--t-bg-surface);
cursor: pointer;
transition: all 0.15s;
font-family: inherit;
}
.sbm-account-trigger:hover {
background: var(--t-bg-subtle);
}
.sbm-account-logo {
width: 30px;
height: 30px;
border-radius: 8px;
object-fit: cover;
flex-shrink: 0.0;
}
.sbm-account-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
flex: 1.0 1.0 0;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-account-caret {
display: flex;
color: var(--t-text-muted);
flex-shrink: 0.0;
transition: transform 0.15s;
svg {
width: 16px;
height: 16px;
}
}
.sbm-account-trigger.sbm-open .sbm-account-caret {
transform: rotate(180deg);
}
.sbm-account-dropdown {
position: absolute;
left: 12px;
right: 12px;
top: calc(100% - 2px);
background: var(--t-bg-surface);
border: 1px solid var(--t-border-subtle);
border-radius: 14px;
box-shadow: var(--t-shadow-modal);
padding: 10px;
display: none;
z-index: 60;
}
.sbm-account-dropdown.sbm-open {
display: block;
}
.sbm-dd-search {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
border: 1px solid var(--t-border-default);
border-radius: 9px;
margin-bottom: 8px;
}
.sbm-dd-search input {
border: none;
outline: none;
width: 100%;
background-color: transparent;
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
}
.sbm-dd-row {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 10px;
border-radius: 9px;
cursor: pointer;
transition: background 0.12s;
}
.sbm-dd-row:hover {
background: var(--t-bg-subtle);
}
.sbm-dd-row.sbm-current {
background: var(--t-warning-bg);
}
.sbm-dd-logo {
width: 30px;
height: 30px;
border-radius: 8px;
object-fit: cover;
flex-shrink: 0.0;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
}
.sbm-dd-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
flex: 1.0 1.0 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-dd-role {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
color: var(--t-text-muted);
text-transform: uppercase;
}
.sbm-dd-divider {
height: 1px;
background: var(--t-border-subtle);
margin: 10px 2px;
}
.sbm-dd-create {
display: block;
padding: 10px 16px;
background: var(--t-gradient-sunset);
color: var(--t-text-on-brand);
border-radius: 9px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.07em;
text-transform: uppercase;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: opacity 0.15s;
}
.sbm-dd-create:hover {
opacity: 0.88;
}
.sbm-panel-menu {
flex: 1.0 1.0 0;
overflow-y: auto;
padding: 10px 12px 12px;
}
.sbm-panel-section {
display: none;
}
.sbm-panel-section.sbm-active {
display: block;
}
.sbm-panel-menu::-webkit-scrollbar {
width: 6px;
}
.sbm-panel-menu::-webkit-scrollbar-thumb {
background: var(--t-border-default);
border-radius: 3px;
}
.sbm-section-header {
display: flex;
flex-direction: column;
gap: 12px;
padding: 4px 4px 16px;
border-bottom: 1px solid var(--t-border-subtle);
margin-bottom: 4px;
}
.sbm-section-header + .sbm-menu-group {
margin-top: 14px;
}
.sbm-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 10px;
padding: 10px 6px 18px;
border-bottom: 1px solid var(--t-border-subtle);
margin-bottom: 4px;
}
.sbm-hero-media {
width: 72px;
height: 72px;
border-radius: 16px;
overflow: hidden;
flex-shrink: 0.0;
box-shadow: 0 4px 14px rgba(6,9,35,0.12);
display: flex;
align-items: center;
justify-content: center;
}
.sbm-hero-circle {
border-radius: 50%;
}
.sbm-hero-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sbm-hero-monogram {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.05em;
}
.sbm-hero-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--t-text-primary);
word-break: break-word;
}
.sbm-menu-group {
margin-top: 14px;
}
.sbm-menu-group:first-child {
margin-top: 0;
}
.sbm-hero + .sbm-menu-group {
margin-top: 14px;
}
.sbm-menu-group-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--t-text-muted);
padding: 0 6px 6px;
cursor: default;
user-select: none;
}
.sbm-menu-item {
display: flex;
align-items: center;
gap: 9px;
padding: 8px 10px;
border-radius: 9px;
text-decoration: none;
color: var(--t-text-primary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.05em;
transition: background 0.12s;
margin-bottom: 1px;
}
.sbm-menu-item:hover {
background: var(--t-bg-subtle);
}
.sbm-menu-item.sbm-current {
background: var(--t-warning-bg);
color: var(--t-warning-fg);
font-weight: 800;
}
.sbm-menu-item-icon {
display: flex;
align-items: center;
color: var(--t-text-secondary);
flex-shrink: 0.0;
svg {
width: 15px;
height: 15px;
}
}
.sbm-menu-item:hover .sbm-menu-item-icon, .sbm-menu-item.sbm-current .sbm-menu-item-icon {
color: inherit;
}
.sbm-menu-item-label {
flex: 1.0 1.0 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sbm-menu-badge {
background: var(--t-bg-subtle);
color: var(--t-text-secondary);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.05em;
padding: 2px 7px;
border-radius: 20px;
}
.sbm-panel-footer {
border-top: 1px solid var(--t-border-subtle);
padding: 10px 12px;
}
.sbm-collapse-btn {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
border-radius: 9px;
border: none;
background-color: transparent;
color: var(--t-text-secondary);
font-family: inherit;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
cursor: pointer;
transition: all 0.13s;
}
.sbm-collapse-btn:hover {
background: var(--t-bg-subtle);
color: var(--t-text-primary);
}
.sbm-collapse-icon {
display: flex;
svg {
width: 15px;
height: 15px;
}
}
.sbm-host .header-logo, .sbm-host #headerCompanySelector, .sbm-host #headerUserTrigger {
display: none;
}
.sbm-host .header-right .t-theme-toggle {
display: none;
}
.sbm-host {
--sbm-offset: 356px;
padding-left: var(--sbm-offset);
transition: padding-left 0.15s;
}
body:has(.sbm-sidebar.sbm-collapsed) .sbm-host {
--sbm-offset: 88px;
}
body.sbm-host:has(.sbm-sidebar.sbm-collapsed) {
--sbm-offset: 88px;
}
.sbm-host.sbm-host-collapsed {
--sbm-offset: 88px;
}

.header-v2 {
position: relative;
width: 100%;
height: 70px;
background-color: white;
border-bottom: 1px solid #e5e7eb;
z-index: 100;
}
.header-main {
position: absolute;
background-color: transparent;
border-bottom: 0 none transparent;
}
.header-dark {
background-color: #181E23;
border-bottom-color: #374151;
}
.header-nav {
display: flex;
align-items: center;
height: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
gap: 20px;
}
.header-left {
display: flex;
align-items: center;
gap: 15px;
}
.header-logo {
display: flex;
align-items: center;
flex-shrink: 0.0;
svg {
height: 40px;
width: auto;
max-width: 150px;
}
&:hover {
opacity: 0.9;
}
}
.header-dropdowns {
display: flex;
align-items: center;
gap: 10px;
}
.header-center {
display: flex;
align-items: center;
gap: 15px;
flex-grow: 1.0;
justify-content: center;
}
.header-right {
display: flex;
align-items: center;
gap: 15px;
}
.header-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 7px;
padding: 8px 12px;
border-radius: 6px;
text-decoration: none;
color: #fda501;
transition: all 0.2s ease 0s;
flex-shrink: 0.0;
svg {
min-width: 22px;
min-height: 22px;
width: 22px;
height: 22px;
}
&:hover {
background-color: #f3f4f6;
transform: scale(1.05);
}
}
.header-main .header-link {
color: #ffffff;
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-link-text {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
}
.header-cart {
position: relative;
svg {
min-width: 24px;
min-height: 24px;
}
}
.header-user {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease 0s;
svg {
min-width: 24px;
min-height: 24px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.header-main .header-user {
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-user-dark {
color: #4a4a4a;
}
.header-user-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.header-company-logo {
width: 40px;
height: 40px;
object-fit: contain;
border-radius: 12px;
}
.header-user-name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
}
.header-user-dark .header-user-name {
color: #4a4a4a;
}
.user-menu {
display: none;
position: fixed;
top: 70px;
right: max(12px, env(safe-area-inset-right));
width: 280px;
max-width: calc(100vw - 24px);
max-height: 80vh;
max-height: calc(100dvh - 80px - env(safe-area-inset-bottom));
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 20px 0 #00000014;
z-index: 101;
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #b0b1be;
border-radius: 3px;
}
}
.user-menu-active {
display: flex;
flex-direction: column;
}
.user-menu-item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-main-screen {
color: white;
svg {
color: white;
}
}
.user-menu-group {
display: flex;
flex-direction: column;
}
.user-menu-group-toggle {
position: relative;
.user-menu-arrow {
position: absolute;
right: 20px;
transition: transform 0.2s ease 0s;
}
}
.user-menu-sub-list {
display: none;
flex-direction: column;
background-color: #f9fafb;
}
.user-menu-sub-list-active {
display: flex;
~ .user-menu-group-toggle .user-menu-arrow {
transform: rotate(180deg);
}
}
.user-menu-sub-item {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 12px;
padding: 10px 20px 10px 40px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 18px;
min-height: 18px;
color: #4a4a4a;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-text {
flex-grow: 1.0;
}
.user-menu-sub-item-text {
font-size: 13px;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-appearance: none;
appearance: none;
width: 40px;
height: 40px;
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
z-index: 102;
touch-action: manipulation;
}
.mobile-menu-icon {
position: relative;
display: block;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
transition: all 0.3s ease 0s;
&::before {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: -8px;
transition: all 0.3s ease 0s;
}
&::after {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: 8px;
transition: all 0.3s ease 0s;
}
}
.header-main .mobile-menu-icon {
background-color: white;
&::before {
content: '';
background-color: white;
}
&::after {
content: '';
background-color: white;
}
}
.mobile-menu-active .mobile-menu-icon {
background-color: transparent;
&::before {
content: '';
top: 0;
transform: rotate(45deg);
}
&::after {
content: '';
top: 0;
transform: rotate(-45deg);
}
}
.mobile-menu {
display: none;
position: fixed;
top: 70px;
left: 0;
width: 100%;
height: calc(100vh - 70px);
background-color: white;
overflow-y: auto;
z-index: 99;
transform: translateX(-100%);
transition: transform 0.3s ease 0s;
}
.mobile-menu-active {
display: block;
transform: translateX(0);
}
.mobile-menu-content {
display: flex;
flex-direction: column;
padding: 20px;
gap: 20px;
}
.mobile-menu-section {
display: flex;
flex-direction: column;
gap: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e5e7eb;
&:last-child {
border-bottom: 0 none transparent;
}
}
.mobile-menu-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.375;
text-transform: uppercase;
letter-spacing: 1px;
color: #ababb3;
margin-bottom: 5px;
}
.mobile-menu-dropdown {
display: flex;
flex-direction: column;
}
.mobile-dropdown-toggle {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border: 1px solid #e5e7eb;
border-radius: 6px;
background-color: white;
cursor: pointer;
transition: all 0.2s ease 0s;
color: #4a4a4a;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
span {
flex-grow: 1.0;
text-align: left;
}
&:hover {
background-color: #f9fafb;
}
}
.mobile-dropdown-arrow {
font-size: 10px;
color: #ababb3;
transition: transform 0.2s ease 0s;
transform: rotate(180deg);
}
.mobile-dropdown-content {
display: none;
flex-direction: column;
margin-top: 8px;
background-color: #f9fafb;
border-radius: 6px;
overflow: hidden;
a {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 15px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
width: 20px;
height: 20px;
}
&:hover {
background-color: #fda501;
color: white;
}
}
}
.mobile-dropdown-active {
display: flex;
}
.menu-splitter {
display: block;
width: -webkit-fill-available;
height: 1px;
background-color: #666666;
}
.mobile-menu-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
min-width: 22px;
min-height: 22px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.mobile-menu-user {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
background-color: #f9fafb;
svg {
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
color: #fda501;
}
img {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
color: #4a4a4a;
}
}

.pcb-dashboard-store-chain-selection-modal {
display: none;
position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.pcb-dashboard-user-search-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-title-row {
display: flex;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.05em;
h2 {
flex-grow: 1.0;
align-content: center;
}
span {
flex-shrink: 1.0;
}
}
.close-button {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
&:hover {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
&:focus {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
}
.store-chain-list {
list-style-type: none;
padding: 0;
overflow-y: auto;
user-select: none;
}
.store-chain-list-item {
padding: 8px;
border: 1px solid #ddd;
margin-bottom: 4px;
cursor: pointer;
&:hover {
background-color: #f1f1f1;
}
}
.selected-store-chain-item {
background-color: #ddd;
}
.currency_symbol {
font-size: 14px;
color: #fda501;
}
.disabled_icon {
color: #ababb3;
&:hover {
cursor: not-allowed;
}
}
.downloads_block_none {
display: none;
}
.download_block_mobile {
display: none;
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal {
background-color: rgba(0,0,0,0.65);
}
html[data-theme='dark'] .pcb-dashboard-user-search-modal-content, html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-content {
background-color: #1a1f2e;
color: #f0f1f5;
border: 1px solid #2a3142;
box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-title-row h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .close-button {
color: #a0a3b1;
}
html[data-theme='dark'] .close-button:hover, html[data-theme='dark'] .close-button:focus {
color: #f0f1f5;
}
html[data-theme='dark'] .store-chain-list-item {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .store-chain-list-item:hover {
background-color: #2a3142;
border-color: #3a4156;
}
html[data-theme='dark'] .selected-store-chain-item {
background-color: #2a3142;
border-color: #ff9500;
}
html[data-theme='dark'] .user-menu-group-toggle {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-arrow {
color: #a0a3b1;
}
html[data-theme='dark'] .user-menu-sub-list {
background-color: #232838;
}
html[data-theme='dark'] .user-menu-sub-item svg {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover svg {
color: white;
}
html[data-theme='dark'] .user-menu-item-text, html[data-theme='dark'] .user-menu-sub-item-text {
color: inherit;
}
html[data-theme='dark'] .user-menu::-webkit-scrollbar-thumb {
background-color: #3a4156;
}
.breadcrumbs {
width: auto;
margin: 30px 0 20px;
}
.breadcrumbs_wrapper {
position: relative;
max-width: 1310px;
margin: 25px auto;
padding: 0 16px;
}
.breadcrumbs_inner {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
position: relative;
background: #fafafc;
display: flex;
align-items: center;
color: #fda501;
border-radius: 8px;
padding: 10px 20px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;

a {
&:visited {
color: #fda501;
}
&:link {
color: #fda501;
}
}
}
.breadcrumbs_itemWrapper {
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumbs_item {
display: flex;
align-items: center;
cursor: default;
}
.breadcrumbs_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.breadcrumbs_last_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.separator {
margin: 0 5px;
}

html[data-theme='dark'] .breadcrumbs_inner {
background: #1a1f2e;
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:visited {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_last_link {
color: #f0f1f5;
}
html[data-theme='dark'] .breadcrumbs_separator {
color: #70768a;
}
html[data-theme='dark'] .separator {
color: #70768a;
}
.button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid transparent;
border-radius: 8px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
&:active {
}
&:focus {
}
&:hover {
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
background: #ffffff;
color: #fda501;
fill: #fda501;
}
&:disabled {
background-color: #dedee1;
background: #ffffff;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
&:hover {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
&:focus {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
}
}
.plcd-button {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
cursor: pointer;
padding: 9px 16px;
line-height: 16px;
border-radius: 8px;
border: 1px solid var(--t-border-default);
background: var(--t-bg-surface);
color: var(--t-text-primary);
transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease, box-shadow 0.18s ease, filter 0.15s ease;
user-select: none;
text-decoration: none;
}
.plcd-button:hover {
background: var(--t-brand-soft-bg);
border-color: var(--t-brand);
color: var(--t-brand);
}
.plcd-button:active {
transform: translateY(1px);
}
.plcd-button:disabled {
cursor: not-allowed;
opacity: 0.5;
}
.plcd-button.plcd-button-primary {
background: var(--t-gradient-brand);
border: 1px solid transparent;
color: white;
box-shadow: 0 2px 6px rgba(255,107,0,0.30);
}
.plcd-button.plcd-button-primary:hover {
background: var(--t-gradient-brand);
color: white;
filter: brightness(1.08);
box-shadow: 0 4px 12px rgba(255,107,0,0.40);
}
.plcd-button.plcd-button-primary:active {
transform: translateY(1px);
filter: brightness(0.95);
box-shadow: inset 0 3px 8px rgba(120,50,0,0.35);
}
.plcd-button.plcd-button-primary:disabled {
box-shadow: none;
filter: none;
}
.plcd-button.plcd-button-danger {
background: var(--t-danger-bg);
border: 1px solid var(--t-danger-border);
color: var(--t-danger-fg);
}
.plcd-button.plcd-button-danger:hover {
background: var(--t-danger-fg);
border-color: var(--t-danger-fg);
color: white;
}
.inverted-button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
border-width: 1px;
border-style: solid;
background: #ffffff;
color: #fda501;
fill: #ffffff;
&:active {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:focus {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
}
.animation-component {
display: none;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
width: 300px;
height: 300px;
z-index: 100;
}
body.cbf-body {
font-family: Nunito, 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background-color: #f5f6f8;
color: #060923;
margin: 0;
line-height: 1.6;
}
html[data-theme='dark'] body.cbf-body {
background-color: #0e0f1e;
color: #e6e7f2;
}
.cbf-wrap {
max-width: 880px;
margin: 0 auto;
padding: 32px 20px 80px;
}
.cbf-intro {
background-color: white;
border-radius: 16px;
padding: 28px;
margin-bottom: 24px;
border: 1px solid #e6e7ee;
box-shadow: 0 1px 3px rgba(6,9,35,0.04);
}
html[data-theme='dark'] .cbf-intro {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-eyebrow {
color: #ff9500;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 8px;
}
.cbf-title {
font-size: 30px;
font-weight: 800;
line-height: 1.2;
margin: 0 0 8px;
}
.cbf-subtitle {
font-size: 16px;
color: #4a4d63;
margin-bottom: 4px;
}
html[data-theme='dark'] .cbf-subtitle {
color: #a9abc4;
}
.cbf-required-note {
font-size: 13px;
color: #828493;
margin-top: 10px;
}
.cbf-steps {
list-style-type: none;
padding: 0;
margin: 16px 0 0;
counter-reset: cbfstep;
}
.cbf-steps li {
position: relative;
padding-left: 40px;
margin-bottom: 12px;
font-size: 15px;
}
.cbf-steps li::before {
counter-increment: cbfstep;
content: counter(cbfstep);
position: absolute;
left: 0;
top: 0;
width: 26px;
height: 26px;
display: flex;
align-items: center;
justify-content: center;
background-color: #ff9500;
color: white;
border-radius: 50%;
font-size: 13px;
font-weight: 800;
}
.cbf-form {
}
.cbf-section {
background-color: white;
border-radius: 16px;
padding: 24px 26px;
margin-bottom: 20px;
border: 1px solid #e6e7ee;
box-shadow: 0 1px 3px rgba(6,9,35,0.04);
}
html[data-theme='dark'] .cbf-section {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-section-num {
color: #ff9500;
font-weight: 800;
margin-right: 8px;
}
.cbf-section-title {
font-size: 21px;
font-weight: 800;
margin: 0 0 6px;
}
.cbf-section-desc {
font-size: 14px;
color: #5b5e73;
margin-bottom: 14px;
}
html[data-theme='dark'] .cbf-section-desc {
color: #9a9cb6;
}
.cbf-group {
margin-bottom: 20px;
}
.cbf-group:last-child {
margin-bottom: 0;
}
.cbf-q-title {
font-size: 15.5px;
font-weight: 700;
margin-bottom: 4px;
}
.cbf-q-hint {
font-size: 13px;
color: #828493;
margin-bottom: 10px;
}
.cbf-req {
color: #e5484d;
margin-left: 3px;
}
.cbf-field {
margin-bottom: 12px;
}
.cbf-label {
display: block;
font-size: 13.5px;
font-weight: 600;
margin-bottom: 5px;
color: #3b3e52;
}
html[data-theme='dark'] .cbf-label {
color: #c4c6dc;
}
.cbf-input, .cbf-select, .cbf-textarea {
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
font-size: 14.5px;
font-family: inherit;
color: #060923;
background-color: white;
border: 1px solid #d3d5e0;
border-radius: 9px;
outline: none;
transition: border-color 0.15s, box-shadow 0.15s;
}
.cbf-textarea {
min-height: 72px;
resize: vertical;
}
.cbf-input:focus, .cbf-select:focus, .cbf-textarea:focus {
border-color: #ff9500;
box-shadow: 0 0 0 3px rgba(255,149,0,0.15);
}
html[data-theme='dark'] .cbf-input, html[data-theme='dark'] .cbf-select, html[data-theme='dark'] .cbf-textarea {
background-color: #11121f;
color: #e6e7f2;
border: 1px solid #2f3150;
}
.cbf-input.cbf-invalid, .cbf-select.cbf-invalid, .cbf-textarea.cbf-invalid {
border-color: #e5484d;
box-shadow: 0 0 0 3px rgba(229,72,77,0.14);
}
.cbf-group.cbf-invalid .cbf-q-title {
color: #e5484d;
}
.cbf-choices {
display: flex;
flex-direction: column;
gap: 8px;
}
.cbf-choices-inline {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.cbf-choice {
display: flex;
align-items: flex-start;
gap: 9px;
font-size: 14.5px;
cursor: pointer;
padding: 8px 12px;
border-radius: 9px;
border: 1px solid #e2e3ec;
background-color: #fafbfc;
}
html[data-theme='dark'] .cbf-choice {
background-color: #12131f;
border: 1px solid #262840;
}
.cbf-choice:hover {
border-color: #ffb04d;
}
.cbf-choice input {
margin-top: 2px;
accent-color: #ff9500;
width: 16px;
height: 16px;
flex: 0 0 auto;
}
.cbf-choice-inline {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 14px;
padding: 7px 12px;
border-radius: 9px;
border: 1px solid #e2e3ec;
background-color: #fafbfc;
cursor: pointer;
}
html[data-theme='dark'] .cbf-choice-inline {
background-color: #12131f;
border: 1px solid #262840;
}
.cbf-toggle {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 14px;
background-color: #fff6e9;
border-radius: 11px;
border: 1px solid #ffdca8;
font-weight: 700;
font-size: 15.5px;
cursor: pointer;
margin-bottom: 4px;
}
html[data-theme='dark'] .cbf-toggle {
background-color: #241d10;
border: 1px solid #5c4413;
}
.cbf-toggle input {
width: 18px;
height: 18px;
accent-color: #ff9500;
flex: 0 0 auto;
}
.cbf-toggle-body {
margin-top: 16px;
padding-left: 4px;
}
.cbf-toggle-body[hidden] {
display: none;
}
.cbf-channel-label {
display: block;
font-size: 13px;
font-weight: 700;
color: #5b5e73;
margin: 10px 0 6px 2px;
}
.cbf-hint-table-wrap {
overflow-x: auto;
margin-bottom: 12px;
}
.cbf-hint-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.cbf-hint-caption {
text-align: left;
font-size: 12.5px;
color: #828493;
margin-bottom: 6px;
}
.cbf-hint-table th, .cbf-hint-table td {
border: 1px solid #e6e7ee;
padding: 7px 10px;
text-align: left;
vertical-align: top;
}
.cbf-hint-table th {
background-color: #f3f4f8;
font-weight: 700;
}
html[data-theme='dark'] .cbf-hint-table th {
background-color: #1d1f30;
}
html[data-theme='dark'] .cbf-hint-table th, html[data-theme='dark'] .cbf-hint-table td {
border: 1px solid #2a2c44;
}
.cbf-section--flush {
padding: 0 0 22px;
}
.cbf-section-pad {
padding: 0 26px;
}
.cbf-sticky {
position: sticky;
top: 0;
z-index: 30;
background-color: white;
border-bottom: 1px solid #e6e7ee;
border-radius: 16px 16px 0 0;
padding: 12px 26px;
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 18px;
}
html[data-theme='dark'] .cbf-sticky {
background-color: #171827;
border-bottom: 1px solid #262840;
}
.cbf-sticky.cbf-stuck {
box-shadow: 0 2px 10px rgba(6,9,35,0.07);
}
.cbf-sticky-name {
font-weight: 800;
font-size: 15px;
margin-right: auto;
}
.cbf-count {
font-size: 13px;
font-weight: 700;
color: #5b5e73;
white-space: nowrap;
}
.cbf-count b {
color: #060923;
}
html[data-theme='dark'] .cbf-count b {
color: #e6e7f2;
}
.cbf-count.cbf-all-done b {
color: #2f9e63;
}
.cbf-jump {
border: 1px solid #e5484d;
color: #e5484d;
background: none;
border-radius: 8px;
padding: 5px 11px;
font-family: inherit;
font-size: 12.5px;
font-weight: 700;
cursor: pointer;
white-space: nowrap;
}
.cbf-jump:hover {
background-color: rgba(229,72,77,0.07);
}
.cbf-jump[hidden] {
display: none;
}
.cbf-addbar {
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
margin-top: 6px;
}
.cbf-add {
display: inline-flex;
align-items: center;
gap: 7px;
border: 1px dashed #ff9500;
color: #d97a00;
border-radius: 10px;
padding: 9px 16px;
font-family: inherit;
font-size: 14px;
font-weight: 800;
cursor: pointer;
background: none;
}
.cbf-add:hover {
background-color: rgba(255,149,0,0.08);
}
html[data-theme='dark'] .cbf-add {
color: #ffb874;
}
.cbf-addmenu {
position: relative;
display: inline-block;
}
.cbf-addmenu-pop {
position: absolute;
z-index: 40;
top: calc(100% + 6px);
left: 0;
min-width: 230px;
background-color: white;
border: 1px solid #e6e7ee;
border-radius: 12px;
box-shadow: 0 8px 26px rgba(6,9,35,0.14);
padding: 6px;
display: none;
}
html[data-theme='dark'] .cbf-addmenu-pop {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-addmenu-pop.cbf-open {
display: block;
}
.cbf-addmenu-pop button {
display: flex;
gap: 9px;
align-items: center;
width: 100%;
background: none;
border: 0;
font-family: inherit;
font-size: 14px;
color: #060923;
padding: 9px 11px;
border-radius: 8px;
cursor: pointer;
text-align: left;
}
html[data-theme='dark'] .cbf-addmenu-pop button {
color: #e6e7f2;
}
.cbf-addmenu-pop button:hover {
background-color: #fafbfc;
}
html[data-theme='dark'] .cbf-addmenu-pop button:hover {
background-color: #12131f;
}
.cbf-empty {
border: 1px dashed #d3d5e0;
border-radius: 12px;
padding: 18px;
text-align: center;
color: #828493;
font-size: 13.5px;
margin-top: 12px;
}
.cbf-empty[hidden] {
display: none;
}
.cbf-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 14px;
}
.cbf-card {
border: 1px solid #e6e7ee;
border-radius: 12px;
background-color: #fafbfc;
}
html[data-theme='dark'] .cbf-card {
border: 1px solid #262840;
background-color: #12131f;
}
.cbf-card.cbf-open {
background-color: white;
border-color: #ffdca8;
position: relative;
z-index: 5;
}
html[data-theme='dark'] .cbf-card.cbf-open {
background-color: #171827;
border-color: #5c4413;
}
.cbf-card.cbf-haspop {
position: relative;
z-index: 60;
}
.cbf-card.cbf-flash {
box-shadow: 0 0 0 3px rgba(229,72,77,0.28);
}
.cbf-card.cbf-invalid {
border-color: #e5484d;
}
.cbf-card-head {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 12px;
cursor: pointer;
}
.cbf-chev {
flex: 0 0 auto;
width: 20px;
text-align: center;
color: #828493;
font-size: 12px;
transition: transform 0.15s;
}
.cbf-card.cbf-open .cbf-chev {
transform: rotate(90deg);
}
.cbf-ico {
flex: 0 0 auto;
width: 28px;
height: 28px;
border-radius: 8px;
background-color: #fff6e9;
border: 1px solid #ffdca8;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
html[data-theme='dark'] .cbf-ico {
background-color: #241d10;
border: 1px solid #5c4413;
}
.cbf-card-main {
min-width: 0;
flex: 1 1 auto;
display: block;
}
.cbf-card-url {
display: block;
font-weight: 700;
font-size: 14.5px;
line-height: 1.35;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cbf-card-url.cbf-ph {
color: #828493;
font-weight: 600;
font-style: italic;
}
.cbf-card-sum {
display: block;
font-size: 12.5px;
line-height: 1.35;
color: #828493;
margin-top: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cbf-badge {
flex: 0 0 auto;
font-size: 11.5px;
font-weight: 800;
padding: 3px 9px;
border-radius: 20px;
white-space: nowrap;
}
.cbf-badge.cbf-todo {
background-color: #fdecec;
color: #c0292e;
}
html[data-theme='dark'] .cbf-badge.cbf-todo {
background-color: #2a1416;
color: #ff8b8f;
}
.cbf-badge.cbf-done {
background-color: #e8f6ee;
color: #2f9e63;
}
html[data-theme='dark'] .cbf-badge.cbf-done {
background-color: #12281c;
}
.cbf-del {
flex: 0 0 auto;
width: 30px;
height: 30px;
border-radius: 8px;
border: 1px solid #e6e7ee;
background-color: white;
color: #e5484d;
cursor: pointer;
font-size: 16px;
line-height: 1;
}
html[data-theme='dark'] .cbf-del {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-del:hover {
border-color: #e5484d;
}
.cbf-card-body {
padding: 4px 14px 16px;
border-top: 1px solid #e6e7ee;
}
html[data-theme='dark'] .cbf-card-body {
border-top: 1px solid #262840;
}
.cbf-card-body[hidden] {
display: none;
}
.cbf-card-foot {
display: flex;
gap: 14px;
flex-wrap: wrap;
align-items: center;
padding-top: 12px;
border-top: 1px dashed #e6e7ee;
}
html[data-theme='dark'] .cbf-card-foot {
border-top: 1px dashed #262840;
}
.cbf-hint {
font-size: 12.5px;
color: #828493;
}
.cbf-2col {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.cbf-2col > .cbf-field {
flex: 1 1 220px;
margin-bottom: 14px;
}
.cbf-2col > .cbf-field.cbf-wide {
flex: 2 1 300px;
}
.cbf-2col > .cbf-field.cbf-narrow {
flex: 0 1 150px;
}
.cbf-link {
background: none;
border: 0;
font-family: inherit;
font-size: 12.5px;
font-weight: 700;
color: #d97a00;
cursor: pointer;
padding: 0;
}
.cbf-link:hover {
text-decoration: underline;
}
html[data-theme='dark'] .cbf-link {
color: #ffb874;
}
.cbf-link[hidden] {
display: none;
}
.cbf-chips {
display: flex;
flex-wrap: wrap;
gap: 7px;
}
.cbf-chip {
display: inline-flex;
align-items: center;
gap: 6px;
border: 1px solid #d3d5e0;
background-color: white;
color: #060923;
border-radius: 20px;
padding: 6px 13px;
font-family: inherit;
font-size: 13.5px;
cursor: pointer;
transition: all 0.12s;
}
html[data-theme='dark'] .cbf-chip {
background-color: #11121f;
color: #e6e7f2;
border: 1px solid #2f3150;
}
.cbf-chip:hover {
border-color: #ff9500;
}
.cbf-chip.cbf-on {
background-color: #ff9500;
border-color: #ff9500;
color: white;
font-weight: 700;
}
.cbf-chip.cbf-on::before {
content: '\2713';
font-size: 11px;
}
.cbf-group.cbf-invalid .cbf-chip {
border-color: #e5484d;
}
.cbf-ms {
position: relative;
}
.cbf-ms-btn {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
padding: 9px 12px;
font-family: inherit;
font-size: 14.5px;
color: #060923;
background-color: white;
border: 1px solid #d3d5e0;
border-radius: 9px;
cursor: pointer;
text-align: left;
}
html[data-theme='dark'] .cbf-ms-btn {
background-color: #11121f;
color: #e6e7f2;
border: 1px solid #2f3150;
}
.cbf-ms-btn:hover {
border-color: #ff9500;
}
.cbf-ms-cnt {
margin-left: auto;
font-size: 12.5px;
font-weight: 800;
color: #d97a00;
white-space: nowrap;
}
.cbf-ms-cnt.cbf-zero {
color: #828493;
}
html[data-theme='dark'] .cbf-ms-cnt {
color: #ffb874;
}
.cbf-ms-arw {
color: #828493;
font-size: 11px;
}
.cbf-ms-pop {
position: absolute;
z-index: 35;
top: calc(100% + 6px);
left: 0;
right: 0;
background-color: white;
border: 1px solid #e6e7ee;
border-radius: 12px;
box-shadow: 0 8px 26px rgba(6,9,35,0.16);
padding: 12px;
display: none;
max-height: 320px;
overflow-y: auto;
}
html[data-theme='dark'] .cbf-ms-pop {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-ms-pop.cbf-open {
display: block;
}
.cbf-ms-foot {
display: flex;
gap: 12px;
align-items: center;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #e6e7ee;
}
html[data-theme='dark'] .cbf-ms-foot {
border-top: 1px solid #262840;
}
.cbf-ms-sel {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 7px;
}
.cbf-ms-tag {
font-size: 12px;
background-color: #fff6e9;
border: 1px solid #ffdca8;
border-radius: 14px;
padding: 2px 9px;
color: #d97a00;
}
html[data-theme='dark'] .cbf-ms-tag {
background-color: #241d10;
border: 1px solid #5c4413;
color: #ffb874;
}
.cbf-helpwrap {
position: relative;
display: inline-flex;
}
.cbf-help {
flex: 0 0 auto;
width: 17px;
height: 17px;
border-radius: 50%;
border: 1px solid #d3d5e0;
background-color: white;
color: #828493;
font-family: inherit;
font-size: 11px;
font-weight: 800;
line-height: 1;
cursor: pointer;
padding: 0;
}
html[data-theme='dark'] .cbf-help {
background-color: #11121f;
border: 1px solid #2f3150;
}
.cbf-help:hover {
border-color: #ff9500;
color: #d97a00;
}
.cbf-help-pop {
position: absolute;
z-index: 45;
top: calc(100% + 7px);
left: -8px;
width: min(420px, 78vw);
background-color: white;
border: 1px solid #e6e7ee;
border-radius: 12px;
box-shadow: 0 8px 26px rgba(6,9,35,0.18);
padding: 14px;
display: none;
font-weight: normal;
}
html[data-theme='dark'] .cbf-help-pop {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-help-pop.cbf-open {
display: block;
}
.cbf-models {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px;
}
.cbf-model {
display: flex;
gap: 10px;
align-items: flex-start;
border: 1px solid #e6e7ee;
background-color: #fafbfc;
border-radius: 11px;
padding: 11px 13px;
cursor: pointer;
}
html[data-theme='dark'] .cbf-model {
background-color: #12131f;
border: 1px solid #262840;
}
.cbf-model input {
margin-top: 3px;
width: 17px;
height: 17px;
accent-color: #ff9500;
flex: 0 0 auto;
}
.cbf-model > span {
flex: 1 1 auto;
min-width: 0;
}
.cbf-model-t {
display: block;
font-weight: 700;
font-size: 14.5px;
line-height: 1.35;
}
.cbf-model-d {
display: block;
font-size: 12.5px;
color: #828493;
margin-top: 3px;
line-height: 1.45;
}
.cbf-info {
background-color: #eef4ff;
border-radius: 14px;
padding: 20px 22px;
margin-bottom: 20px;
border: 1px solid #cfe0ff;
}
html[data-theme='dark'] .cbf-info {
background-color: #131a2b;
border: 1px solid #24365c;
}
.cbf-info-title {
font-size: 17px;
font-weight: 800;
margin-bottom: 8px;
}
.cbf-info ul {
margin: 0;
padding-left: 20px;
font-size: 14px;
}
.cbf-info li {
margin-bottom: 5px;
}
.cbf-consent {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
margin-bottom: 16px;
}
.cbf-consent input {
margin-top: 3px;
width: 17px;
height: 17px;
accent-color: #ff9500;
flex: 0 0 auto;
}
.cbf-consent a {
color: #ff9500;
text-decoration: underline;
}
.cbf-turnstile {
margin: 4px 0 16px;
}
.cbf-submit {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 14px 24px;
background-color: #ff9500;
color: white;
border: none;
border-radius: 11px;
font-size: 16px;
font-weight: 800;
cursor: pointer;
font-family: inherit;
transition: background-color 0.15s, opacity 0.15s;
}
.cbf-submit:hover {
background-color: #e88600;
}
.cbf-submit:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.cbf-error {
display: none;
margin-top: 12px;
padding: 11px 14px;
background-color: #fdecec;
color: #c0292e;
border-radius: 9px;
font-size: 14px;
border: 1px solid #f4c2c4;
}
.cbf-error.cbf-show {
display: block;
}
.cbf-field-err {
display: none;
margin-top: 5px;
color: #c0292e;
font-size: 13px;
}
.cbf-draft-note {
font-size: 12.5px;
color: #5aa469;
margin-top: 8px;
text-align: center;
opacity: 0;
transition: opacity 0.3s;
}
.cbf-draft-note.cbf-show {
opacity: 1;
}
.cbf-thanks {
background-color: white;
border-radius: 16px;
padding: 48px 32px;
text-align: center;
border: 1px solid #e6e7ee;
}
html[data-theme='dark'] .cbf-thanks {
background-color: #171827;
border: 1px solid #262840;
}
.cbf-thanks-ico {
font-size: 52px;
margin-bottom: 12px;
}
.cbf-thanks-title {
font-size: 24px;
font-weight: 800;
margin-bottom: 8px;
}
.cbf-thanks-body {
font-size: 16px;
color: #4a4d63;
max-width: 460px;
margin: 0 auto;
}
html[data-theme='dark'] .cbf-thanks-body {
color: #a9abc4;
}

@media screen and (max-width: 1720px) {
.user-menu {
right: 20px;
}
}

@media screen and max-width: 1280px {
.breadcrumbs {
margin-right: 10px;
margin-left: 10px;
}
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
.downloads {
margin-left: 10px;
margin-right: 10px;
}
}

@media screen and (max-width: 1024px) {
.header-link-text {
display: none;
}
.header-nav {
padding: 0 15px;
}
}

@media screen and (max-width: 992px) {
.downloads_left {
padding: 30px 10px 40px;
}
.downloads_right {
display: none;
}
.downloads {
display: flex;
justify-content: center;
}
}

@media screen and (max-width: 991px) {
.pf-top {
padding: 40px 40px 32px;
}
.pf-top-inner {
grid-template-columns: 1fr;
gap: 32px;
}
.pf-nav-cols {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.pf-geo {
padding: 16px 40px;
}
.pf-bottom-inner {
padding: 16px 40px;
}
}

@media max-width: 991px {
white-space: nowrap;
overflow: auto;
}

@media (max-width: 900px) {
.sbm-sidebar {
transform: translateX(-100%);
transition: transform 0.25s ease;
z-index: 1200;
}
.sbm-drawer-open .sbm-sidebar {
transform: none;
box-shadow: 0 0 40px rgba(0,0,0,0.35);
}
.sbm-sidebar.sbm-collapsed .sbm-panel {
display: flex;
}
.sbm-sidebar.sbm-collapsed .sbm-rail-expand {
display: none;
}
body:has(.sbm-sidebar) .sbm-host, body:has(.sbm-sidebar.sbm-collapsed) .sbm-host, body.sbm-host:has(.sbm-sidebar.sbm-collapsed), .sbm-host, .sbm-host.sbm-host-collapsed {
--sbm-offset: 0px;
padding-left: 0;
}
.sbm-drawer-open .sbm-overlay {
display: block;
}
.sbm-host .mobile-menu-toggle {
display: flex;
}
.sbm-host .mobile-menu {
display: none;
}
}

@media screen and (max-width: 800px) {
.user-menu {
display: none;
}
.user-menu-active {
display: none;
}
.header-dropdowns {
display: none;
}
.mobile-menu-toggle {
display: -webkit-flex;
}
.header-logo svg {
max-width: 120px;
}
.header-user-name {
display: none;
}
.header-nav {
gap: 10px;
}
.header-center {
gap: 10px;
}
.header-right {
gap: 10px;
}
}

@media (max-width: 768px) {
.cl-bulk-panel-content {
flex-direction: column;
gap: 12px;
}
}

@media max-width: 767px {
font-size: 10px;
padding: 0 16px;
}

@media screen and (max-width: 640px) {
.header-center {
display: none;
}
.header-logo svg {
max-width: 100px;
}
.header-nav {
padding: 0 10px;
justify-content: space-around;
}
}

@media (max-width: 640px) {
.cbf-title {
font-size: 24px;
}
.cbf-section {
padding: 18px 16px;
}
.cbf-intro {
padding: 20px 18px;
}
.cbf-section--flush {
padding: 0 0 18px;
}
.cbf-section-pad {
padding: 0 16px;
}
.cbf-sticky {
padding: 12px 16px;
}
.cbf-sticky-name {
width: 100%;
margin-right: 0;
}
.cbf-card-sum {
display: none;
}
.cbf-2col > .cbf-field, .cbf-2col > .cbf-field.cbf-wide, .cbf-2col > .cbf-field.cbf-narrow {
flex: 1 1 100%;
}
}

@media (max-width: 600px) {
.sbm-rail {
zoom: 0.72;
}
.sbm-panel {
width: 210px;
}
.sbm-account-dropdown .sbm-dd-row {
flex-wrap: wrap;
gap: 2px 10px;
}
.sbm-account-dropdown .sbm-dd-role {
flex: 1 0 100%;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 9px;
line-height: 12px;
letter-spacing: 0.05em;
}
}

@media screen and (max-width: 575px) {
.pf-top {
padding: 32px 20px 24px;
}
.pf-nav-cols {
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pf-tagline {
font-size: 13px;
}
.pf-geo {
padding: 16px 20px;
gap: 10px;
}
.pf-geo-link {
font-size: 12px;
padding: 5px 10px;
}
.pf-bottom-inner {
padding: 16px 20px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.pf-rights {
font-size: 13px;
}
}

@media (max-width: 480px) {
.cl-modal {
width: 94vw;
max-height: 90vh;
}
}

@media screen and (max-width: 480px) {
.products_block {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product_card {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
}