:root {
    --refery-font-saas: var(--theme-font-sans-serif);
    --ct-primary: var(--theme-primary);
    --ct-secondary: var(--theme-secondary);
    --ct-success: var(--theme-success);
    --ct-info: var(--theme-info);
    --ct-warning: var(--theme-warning);
    --ct-danger: var(--theme-danger);
    --ct-light: var(--theme-light);
    --ct-dark: var(--theme-dark);
    --ct-primary-rgb: var(--theme-primary-rgb);
    --ct-secondary-rgb: var(--theme-secondary-rgb);
    --ct-success-rgb: var(--theme-success-rgb);
    --ct-info-rgb: var(--theme-info-rgb);
    --ct-warning-rgb: var(--theme-warning-rgb);
    --ct-danger-rgb: var(--theme-danger-rgb);
    --ct-body-bg: var(--theme-body-bg);
    --ct-card-bg: var(--theme-secondary-bg);
    --ct-card-border-color: var(--theme-border-color);
    --ct-card-border-width: var(--theme-border-width);
    --ct-border-color: var(--theme-border-color);
    --ct-border-width: var(--theme-border-width);
    --ct-border-radius: var(--theme-border-radius);
    --ct-card-border-radius: var(--theme-border-radius-lg);
    --ct-border-radius-lg: var(--theme-border-radius-lg);
    --ct-card-spacer-y: 1.25rem;
    --ct-card-spacer-x: 1.25rem;
    --ct-secondary-color: var(--theme-secondary-color);
    --ct-heading-color: var(--theme-heading-color);
    --ct-body-color: var(--theme-body-color);
    --ct-font-sans-serif: var(--refery-font-saas);
    --ct-box-shadow: var(--theme-box-shadow);
    --ct-box-shadow-sm: var(--theme-box-shadow-sm);
    --ct-tertiary-bg: var(--theme-tertiary-bg);
}

body.refery-ubold {
    font-family: var(--ct-font-sans-serif);
}

.refery-ubold h1,
.refery-ubold h2,
.refery-ubold h3,
.refery-ubold h4,
.refery-ubold h5,
.refery-ubold h6,
.refery-ubold .page-main-title,
.refery-ubold .card-title,
.refery-ubold .side-nav-link,
.refery-ubold .side-nav-title {
    font-family: "Public Sans", sans-serif;
}

.refery-ubold .btn,
.refery-ubold .form-control,
.refery-ubold .form-select,
.refery-ubold .dropdown-menu,
.refery-ubold .table {
    font-family: var(--ct-font-sans-serif);
}

.content-page > .container-fluid {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
}

.side-nav .side-nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}

.side-nav-title {
    font-size: 9.8px;
    font-weight: 800;
    letter-spacing: .98px;
    line-height: 14.7px;
    text-transform: uppercase;
}

.card-title,
.page-main-title {
    font-weight: 700;
}

.page-main-title {
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    line-height: 27px;
}

.card-title {
    font-family: "Public Sans", sans-serif;
    font-size: .98rem;
}

.logo-lg img,
.logo-sm img {
    width: auto;
    object-fit: contain;
}

.logo-lg img {
    height: 34px !important;
    max-width: 150px;
}

.logo-sm img {
    height: 30px !important;
    max-width: 38px;
}

.auth-brand .logo-dark img,
.auth-brand .logo-light img {
    width: 190px;
    max-height: 64px;
    object-fit: contain;
}

.app-topbar .nav-user .topbar-link {
    min-height: 52px;
}

.badge {
    font-weight: 600;
    letter-spacing: 0;
}

.btn {
    font-weight: 500;
    letter-spacing: 0;
}

.form-label {
    color: var(--ct-secondary-color);
    font-size: .75rem;
    font-weight: 700 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.form-control,
.form-select,
.dropdown-menu,
.modal,
.table {
    font-family: var(--ct-font-sans-serif);
}

.entity-main {
    color: var(--ct-heading-color);
    font-weight: 700;
}

.entity-sub {
    color: var(--ct-secondary-color);
    font-size: .8125rem;
}

.auth-box .card {
    border-radius: var(--ct-card-border-radius);
    box-shadow: var(--ct-box-shadow-sm);
}

.auth-brand h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.card-body h2 {
    font-family: "Public Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .35rem;
}

.table thead th {
    color: var(--ct-secondary-color);
    font-weight: 700;
    white-space: nowrap;
}

.table tbody td {
    border-color: var(--ct-border-color);
    color: var(--ct-body-color);
    vertical-align: middle;
}

.table-custom tbody td {
    padding-bottom: .9rem;
    padding-top: .9rem;
}

.product-thumb {
    align-items: center;
    background: var(--ct-light);
    border: 1px solid var(--ct-border-color);
    display: inline-flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    min-width: 46px;
    overflow: hidden;
    width: 46px;
}

.product-thumb-img,
.product-picker-img,
.orders-table .order-product-image {
    background: var(--ct-light);
    border: 1px solid var(--ct-border-color);
    object-fit: contain;
    padding: 3px;
}

.product-thumb-img {
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.product-picker-img {
    flex: 0 0 auto;
}

.dashboard-ecommerce-page,
.dashboard-ecommerce-page .card,
.dashboard-ecommerce-page .table,
.dashboard-ecommerce-page .btn,
.dashboard-ecommerce-page .badge,
.dashboard-ecommerce-page .text-muted {
    font-family: var(--theme-font-sans-serif);
}

.dashboard-ecommerce-page .card {
    border-radius: var(--theme-border-radius-lg);
    box-shadow: var(--theme-box-shadow);
}

.dashboard-ecommerce-page .card-header {
    align-items: center;
    min-height: 58px;
}

.dashboard-ecommerce-page .card-title {
    font-family: "Public Sans", sans-serif;
    font-size: .98rem;
    font-weight: 700;
}

.dashboard-stat-row {
    --theme-gutter-y: .75rem;
    margin-bottom: 1rem;
}

.dashboard-stat-card {
    height: 100%;
    margin-bottom: 0;
}

.dashboard-stat-card .card-body {
    padding: 1.25rem;
}

.dashboard-stat-card h3 {
    color: var(--theme-heading-color);
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.2;
}

.dashboard-stat-card p {
    font-size: .875rem;
}

.dashboard-sales-card canvas {
    max-width: 100%;
}

.dashboard-panel-card {
    height: calc(100% - 1.5rem);
}

.dashboard-panel-card .card-body {
    min-height: 245px;
}

.dashboard-panel-card .progress {
    background-color: var(--theme-tertiary-bg);
}

.dashboard-ecommerce-page .table-custom > :not(caption) > * > * {
    padding-top: .85rem;
    padding-bottom: .85rem;
}

.dashboard-ecommerce-page .table .badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.order-stats .card {
    border-radius: var(--ct-card-border-radius);
}

.order-stats {
    margin-bottom: 1rem;
}

.orders-toolbar {
    gap: .85rem;
    flex-wrap: wrap;
}

.orders-toolbar-controls {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.orders-toolbar-controls .app-search {
    min-width: 210px;
}

.orders-page-size {
    width: 86px;
}

.side-nav-link.refery-nav-disabled {
    opacity: 1;
    pointer-events: none;
}

.side-nav-link.refery-nav-disabled .menu-icon,
.side-nav-link.refery-nav-disabled .menu-text {
    color: inherit;
}

.refery-coming-soon-badge {
    align-self: center;
    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 3px;
    transform: translateY(0);
}

.order-stat-filter {
    cursor: pointer;
}

.order-stat-filter:hover {
    border-color: rgba(var(--bs-primary-rgb), .35);
}

.orders-table {
    table-layout: fixed;
    max-width: 100%;
}

.orders-table th,
.orders-table td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.orders-table th,
.orders-table td {
    padding-top: .55rem;
    padding-bottom: .55rem;
}

.orders-table th:nth-child(1),
.orders-table td:nth-child(1) {
    vertical-align: middle;
    padding-left: .65rem;
    padding-right: .55rem;
    width: 18%;
}

.orders-table th:nth-child(2),
.orders-table td:nth-child(2) {
    width: 18%;
}

.orders-table th:nth-child(3),
.orders-table td:nth-child(3) {
    width: 20%;
}

.orders-table th:nth-child(4),
.orders-table td:nth-child(4) {
    width: 8%;
}

.orders-table th:nth-child(5),
.orders-table td:nth-child(5) {
    width: 18%;
}

.orders-table th:nth-child(6),
.orders-table td:nth-child(6) {
    width: 10%;
}

.orders-table th:nth-child(7),
.orders-table td:nth-child(7) {
    width: 82px;
}

.orders-table .order-actions-col {
    overflow-wrap: normal;
    word-break: normal;
}

.orders-table .order-head-cell,
.orders-table .order-cell {
    min-width: 0;
}

.orders-table .order-row-check {
    flex: 0 0 auto;
    margin: 0;
}

.orders-table .order-actions-col .d-flex {
    flex-wrap: wrap;
    min-width: 82px;
}

.orders-table .order-product-image {
    flex: 0 0 auto;
    height: 40px;
    object-fit: contain;
    width: 40px;
}

.orders-table td:nth-child(1) .d-flex {
    min-width: 0;
}

.orders-table td:nth-child(1) .fw-semibold,
.orders-table td:nth-child(1) .text-muted {
    line-height: 1.2;
}

.orders-table .order-status-cell {
    min-width: 0;
}

.orders-table .order-status-badge {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orders-table .order-status-cell .text-muted {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-table-card .dt-container > .row:first-child {
    align-items: center;
    gap: .75rem;
    margin: 0 0 1rem;
}

.support-table-card .dt-container > .row:first-child > [class*="col-"] {
    padding: 0;
}

.support-table-card .dt-length,
.support-table-card .dt-search {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.support-table-card .dt-length label,
.support-table-card .dt-search label {
    color: var(--ct-secondary-color);
    font-size: .8125rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.support-table-card .dt-length select {
    width: 78px;
}

.support-table-card .dt-search {
    justify-content: flex-end;
}

.support-table-card .dt-search input {
    max-width: 230px;
}

.support-page .card {
    border: 1px solid var(--ct-border-color);
    box-shadow: var(--ct-box-shadow-sm);
}

.support-page .min-w-0 {
    min-width: 0;
}

.support-page .badge i {
    height: 13px;
    vertical-align: text-bottom;
    width: 13px;
}

.support-hero-card .card-header {
    min-height: 76px;
}

.support-hero-card .avatar-title i,
.support-stat-icon .avatar-title i {
    height: 20px;
    width: 20px;
}

.support-stat-card .card-body {
    min-height: 104px;
    padding: 1.15rem;
}

.support-stat-card h3 {
    color: var(--ct-heading-color);
    font-size: 1.65rem;
    line-height: 1.1;
}

.support-stat-card p {
    line-height: 1.25;
    max-width: 145px;
}

.support-stat-icon .avatar-title {
    box-shadow: inset 0 0 0 1px rgba(var(--ct-primary-rgb), .08);
}

.support-table-card .card-body {
    overflow-x: auto;
}

.support-table {
    table-layout: fixed;
    max-width: 100%;
}

.support-table .support-col-id {
    width: 7%;
}

.support-table .support-col-requester {
    width: 14%;
}

.support-table .support-col-subject {
    width: 23%;
}

.support-table .support-col-agent {
    width: 13%;
}

.support-table .support-col-priority {
    width: 9%;
}

.support-table .support-col-status {
    width: 10%;
}

.support-table .support-col-date {
    width: 10%;
}

.support-table .support-col-due {
    width: 7%;
}

.support-table .support-col-actions {
    width: 7%;
}

.support-table-reseller .support-col-id {
    width: 8%;
}

.support-table-reseller .support-col-subject {
    width: 28%;
}

.support-table-reseller .support-col-agent {
    width: 16%;
}

.support-table-reseller .support-col-priority,
.support-table-reseller .support-col-status {
    width: 11%;
}

.support-table-reseller .support-col-date {
    width: 12%;
}

.support-table-reseller .support-col-due {
    width: 8%;
}

.support-table-reseller .support-col-actions {
    width: 6%;
}

.support-table th,
.support-table td {
    font-size: .8125rem;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.support-table th {
    color: var(--ct-secondary-color);
    font-weight: 700;
}

.support-table th:last-child,
.support-table td:last-child {
    overflow-wrap: normal;
}

.support-badge {
    align-items: center;
    display: inline-flex;
    gap: .2rem;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.support-badge i {
    flex: 0 0 auto;
    height: 14px;
    width: 14px;
}

.support-action-btn {
    border-color: var(--ct-border-color);
    color: var(--ct-secondary-color);
    height: 30px;
    width: 30px;
}

.support-action-btn:hover {
    color: var(--ct-primary);
}

.support-action-btn i {
    height: 15px;
    width: 15px;
}

.document-print-area .card-header {
    align-items: center;
    display: flex;
}

.document-card-body {
    padding: 1.25rem;
}

.document-table-wrap {
    border: 1px solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
    overflow: hidden;
}

.document-mini-table,
.document-orders-table {
    table-layout: fixed;
}

.document-mini-table thead th,
.document-orders-table thead th {
    background: var(--ct-tertiary-bg);
}

.document-mini-table th,
.document-mini-table td,
.document-orders-table th,
.document-orders-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.document-orders-table th:nth-child(1),
.document-orders-table td:nth-child(1) {
    width: 15%;
}

.document-orders-table th:nth-child(2),
.document-orders-table td:nth-child(2) {
    width: 20%;
}

.document-orders-table th:nth-child(3),
.document-orders-table td:nth-child(3) {
    width: 14%;
}

.document-orders-table th:nth-child(4),
.document-orders-table td:nth-child(4),
.document-orders-table th:nth-child(5),
.document-orders-table td:nth-child(5) {
    width: 17%;
}

.document-orders-table th:nth-child(6),
.document-orders-table td:nth-child(6) {
    width: 17%;
}

.document-status-pill {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.bank-brand-logo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--ct-border-color);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .68rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    padding: .35rem;
    width: 42px;
    box-shadow: var(--ct-box-shadow-sm);
}

.bank-brand-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bank-brand-body {
    min-width: 0;
}


.bank-brand-name,
.bank-brand-rib {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bank-logo-awb { background: #d71920; }
.bank-logo-bp { background: #1769aa; }
.bank-logo-boa { background: #2f6b39; }
.bank-logo-cih { background: #f58220; }
.bank-logo-abb { background: #008f6b; }
.bank-logo-cam { background: #2e7d32; }
.bank-logo-cdm { background: #005bab; }
.bank-logo-sg { background: #e30613; }
.bank-logo-bmci { background: #006fba; }
.bank-logo-cfg { background: #222f3e; }
.bank-logo-umn { background: #7a5a24; }
.bank-logo-saf { background: #17845f; }
.bank-logo-yos { background: #0c7774; }
.bank-logo-bti { background: #8b1538; }
.bank-logo-daa { background: #8a6f3d; }
.bank-logo-arb { background: #1f4e79; }
.bank-logo-citi { background: #064b8e; }
.bank-logo-cdg { background: #404b5a; }
.bank-logo-default { background: var(--ct-secondary-color); }

.bank-brand-logo.has-bank-image {
    background: #fff;
}

.bot-field-empty {
    border: 1px dashed var(--ct-border-color);
    border-radius: .375rem;
    padding: 1.5rem;
    text-align: center;
}

.bot-field-row {
    align-items: center;
    background: var(--ct-tertiary-bg);
    border: 1px solid var(--ct-border-color);
    border-radius: .375rem;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .75rem;
}

.bot-field-icon {
    align-items: center;
    color: var(--ct-secondary-color);
    display: inline-flex;
    height: 36px;
}

.bot-field-summary {
    min-width: 0;
}

.bot-field-summary h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bot-field-action {
    height: 32px;
    width: 34px;
}

.winning-page-body {
    background: #ececec;
    color: #6c6c6c;
    font-family: Outfit, var(--ct-font-sans-serif);
}

.winning-header {
    backdrop-filter: blur(12px);
    background: rgba(225, 225, 225, .94);
    border-bottom: 1px solid #c4c4c4;
    left: 0;
    padding: 1rem 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 20;
}

.winning-brand,
.winning-page h1,
.winning-page h2,
.winning-price {
    background: linear-gradient(90deg, #d16eff, #09f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.winning-brand {
    font-size: 1.45rem;
    text-decoration: none;
}

.winning-brand span {
    color: #6c6c6c;
    font-weight: 300;
}

.winning-page {
    overflow: hidden;
}

.winning-hero {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.winning-card {
    background: #e0e0e0;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 34px;
    padding: clamp(1.25rem, 3vw, 2.4rem);
}

.winning-hero-card {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
    min-height: 420px;
}

.winning-page h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: .95;
}

.winning-page h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: .95;
}

.winning-subtitle {
    font-size: clamp(1.2rem, 2.4vw, 2rem);
    font-weight: 300;
}

.winning-copy {
    font-size: 1.1rem;
    max-width: 560px;
}

.winning-product-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px;
}

.winning-product-shell img,
.winning-band-inner img {
    filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .18));
    max-height: 380px;
    max-width: 100%;
    object-fit: contain;
}

.winning-pill,
.winning-chip {
    align-items: center;
    background: #a7a7a7;
    border-radius: 40px;
    color: #fff;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 500;
    min-height: 42px;
    padding: .65rem 1.2rem;
    text-decoration: none;
}

.winning-pill-primary {
    background: linear-gradient(90deg, #d16eff, #09f);
}

.winning-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
}

.winning-card li {
    font-size: 1rem;
    margin: .55rem 0;
}

.winning-features {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.winning-features span {
    background: rgba(255, 255, 255, .5);
    border-radius: 18px;
    padding: .85rem 1rem;
}

.winning-band {
    background: #111;
    color: #fff;
    margin: 2rem 0;
    padding: clamp(2rem, 6vw, 5rem) 0;
}

.winning-band-inner,
.winning-order-card {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.winning-order-section,
.winning-track {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.winning-price {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.winning-form {
    display: grid;
    gap: .85rem;
}

.winning-form .form-control,
.winning-form .form-select,
.winning-track-search .form-control {
    border: 0;
    border-radius: 59px;
    min-height: 54px;
    padding-left: 1.4rem;
}

.winning-track {
    text-align: center;
}

.winning-track-search {
    margin: 1rem auto 2rem;
    max-width: 520px;
    position: relative;
}

.winning-track-search i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.winning-steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: auto;
    max-width: 850px;
}

.winning-steps span {
    align-items: center;
    color: #6c6c6c;
    display: inline-flex;
    flex-direction: column;
    gap: .5rem;
}

.winning-steps i {
    color: #6868ff;
}

.winning-success {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 2rem;
}

.atlas-page-body {
    background: #ececec;
    color: #6c6c6c;
    font-family: Outfit, var(--ct-font-sans-serif);
}

.atlas-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 18px;
    padding-right: 18px;
}

.atlas-header {
    background: rgba(225, 225, 225, .96);
    border-bottom: 1px solid #c4c4c4;
    position: sticky;
    top: 0;
    z-index: 30;
}

.atlas-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 84px;
}

.atlas-logo,
.atlas-page h1,
.atlas-page h2,
.atlas-big-number,
.atlas-feature-grid span,
.atlas-cpu-card span {
    background: linear-gradient(90deg, #d16eff, #09f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.atlas-logo {
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.atlas-logo span {
    color: #6c6c6c;
    font-weight: 200;
}

.atlas-nav {
    display: flex;
    gap: .85rem;
}

.atlas-btn {
    align-items: center;
    background: #a7a7a7;
    border-radius: 40px;
    color: #fff;
    display: inline-flex;
    font-size: clamp(.78rem, 1.2vw, 1.1rem);
    font-weight: 300;
    justify-content: center;
    min-height: 42px;
    min-width: 118px;
    padding: .55rem 1.05rem;
    text-decoration: none;
}

.atlas-mosaic {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
}

.atlas-panel {
    background: #e0e0e0;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 36px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}

.atlas-hero-panel {
    align-items: center;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: .86fr 1.14fr;
    min-height: 360px;
    padding: 46px 70px;
}

.atlas-page h1 {
    font-size: clamp(3.5rem, 8vw, 6.2rem);
    font-weight: 600;
    line-height: .94;
    margin: 0;
}

.atlas-hero-panel p {
    font-size: clamp(1.35rem, 2.5vw, 2.6rem);
    font-weight: 300;
    margin: .15rem 0 0;
}

.atlas-hero-panel img {
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, .18));
    justify-self: end;
    max-height: 330px;
    max-width: 100%;
    object-fit: contain;
}

.atlas-side-photo img {
    height: 115%;
    left: 7%;
    object-fit: contain;
    position: absolute;
    top: -3%;
    width: 56%;
}

.atlas-chip-panel {
    align-items: center;
    display: grid;
    grid-template-columns: auto minmax(70px, 1fr) auto minmax(90px, 1fr);
    padding: 40px;
}

.atlas-big-number {
    font-size: clamp(5rem, 12vw, 10rem);
    font-weight: 600;
    line-height: .8;
}

.atlas-chip-panel strong,
.atlas-chip-panel span {
    display: block;
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1;
}

.atlas-chip-panel span {
    font-weight: 200;
}

.atlas-cpu-panel {
    align-items: center;
    display: flex;
    justify-content: center;
}

.atlas-cpu-card {
    align-items: center;
    background: linear-gradient(45deg, #fff 6%, #dfdfdf 92%);
    border-radius: 18px;
    box-shadow: 0 0 44px rgba(170, 174, 255, .48);
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: center;
    width: 150px;
}

.atlas-cpu-card span {
    font-size: 1.85rem;
    font-weight: 600;
}

.atlas-product-small,
.atlas-remote-panel {
    align-items: center;
    display: flex;
    justify-content: center;
}

.atlas-product-small::before,
.atlas-remote-panel::before {
    background: radial-gradient(circle, rgba(209, 110, 255, .45), rgba(0, 153, 255, .42) 45%, transparent 68%);
    content: "";
    inset: 10% 8%;
    position: absolute;
}

.atlas-product-small img {
    max-height: 210px;
    position: relative;
    width: auto;
}

.atlas-remote-panel img {
    max-height: 300px;
    position: relative;
    width: auto;
}

.atlas-specs {
    background: #080808;
    color: #fff;
    padding: 70px 0;
}

.atlas-specs-inner {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: .85fr 1.15fr;
}

.atlas-page h2 {
    font-size: clamp(2.8rem, 7vw, 5.7rem);
    font-weight: 600;
    line-height: .94;
}

.atlas-specs li {
    font-size: clamp(1rem, 2vw, 1.65rem);
    font-weight: 300;
    line-height: 1.32;
}

.atlas-spec-images {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.atlas-spec-images img:first-child {
    max-width: 52%;
}

.atlas-spec-images img:last-child {
    max-height: 440px;
}

.atlas-feature-block {
    padding-bottom: 40px;
    padding-top: 36px;
}

.atlas-feature-grid {
    background: #e0e0e0;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 30px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
}

.atlas-feature-grid div {
    align-items: center;
    background: #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding: 18px;
    text-align: center;
}

.atlas-feature-grid span {
    font-size: clamp(1rem, 2.3vw, 1.7rem);
    font-weight: 500;
}

.atlas-feature-grid small {
    font-size: 1rem;
    font-weight: 200;
}

.atlas-dual {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr;
    padding: 65px 0 35px;
}

.atlas-dual img {
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .18));
    max-width: 100%;
}

.atlas-dual p {
    font-size: clamp(1rem, 2vw, 1.55rem);
    font-weight: 300;
    line-height: 1.28;
}

.atlas-tv {
    background: #6868ff;
    border-radius: 60px;
    color: #fff;
    margin: 20px 0 0;
    padding: 48px 0 0;
}

.atlas-tv h2 {
    color: #fff;
    text-align: center;
}

.atlas-tv h2 span {
    color: #6c6c6c;
    font-weight: 400;
}

.atlas-tv img {
    display: block;
    margin: 26px auto -34px;
    max-width: min(640px, 82vw);
    width: 100%;
}

.atlas-order-section {
    padding-bottom: 58px;
    padding-top: 90px;
}

.atlas-order-form {
    margin: 0 auto;
    max-width: 560px;
}

.atlas-order-form label {
    display: block;
    font-size: 1.05rem;
    font-weight: 300;
    margin: 18px 0 7px 42px;
}

.atlas-order-form input,
.atlas-order-form select,
.atlas-track-input input {
    background: #fff;
    border: 0;
    border-radius: 59px;
    min-height: 54px;
    outline: 0;
    padding: 0 28px;
    width: 100%;
}

.atlas-order-form button {
    border: 0;
    margin: 24px auto 0;
}

.atlas-track {
    border-top: 1px solid rgba(108, 108, 108, .25);
    padding-bottom: 70px;
    padding-top: 54px;
    text-align: center;
}

.atlas-track h2 {
    font-size: clamp(2rem, 5vw, 4rem);
}

.atlas-track p {
    font-size: 1rem;
    margin-top: -6px;
}

.atlas-track-input {
    margin: 22px auto 52px;
    max-width: 540px;
    position: relative;
}

.atlas-track-input i {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.atlas-track-line {
    background: rgba(104, 104, 255, .2);
    height: 6px;
    margin: 0 auto;
    max-width: 780px;
    position: relative;
}

.atlas-track-line span {
    background: #fff;
    border: 6px solid #6868ff;
    border-radius: 50%;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
}

.atlas-track-line span:nth-child(1) { left: 0; }
.atlas-track-line span:nth-child(2) { left: 33.33%; }
.atlas-track-line span:nth-child(3) { left: 66.66%; }
.atlas-track-line span:nth-child(4) { left: 100%; }
.atlas-track-line .active { background: #d16eff; }

.atlas-track-steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 24px auto 0;
    max-width: 860px;
}

.atlas-track-steps div {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .95rem;
    gap: .45rem;
}

.atlas-track-steps i {
    color: #6868ff;
}

.atlas-success {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 2rem;
}

.atlas-figma-body {
    background: #ececec;
    margin: 0;
}

.atlas-figma-stage {
    margin: 0 auto;
    max-width: 1061px;
    position: relative;
    width: 100%;
}

.atlas-figma-export {
    display: block;
    height: auto;
    width: 100%;
}

.atlas-figma-alert {
    left: 50%;
    max-width: 760px;
    position: fixed;
    top: 90px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 20;
}

.atlas-figma-hotspot {
    display: block;
    position: absolute;
    z-index: 5;
}

.atlas-figma-track-link {
    height: 1.05%;
    left: 68.2%;
    top: .84%;
    width: 11.4%;
}

.atlas-figma-order-link {
    height: 1.05%;
    left: 81.3%;
    top: .84%;
    width: 11.4%;
}

.atlas-figma-form {
    left: 31.8%;
    position: absolute;
    top: 66.9%;
    width: 36.5%;
    z-index: 6;
}

.atlas-figma-form input,
.atlas-figma-track-field input {
    background: transparent;
    border: 0;
    color: #6c6c6c;
    display: block;
    font: 400 clamp(10px, 1.25vw, 16px) Outfit, sans-serif;
    height: 1.43vw;
    max-height: 31px;
    min-height: 18px;
    outline: 0;
    padding: 0 6%;
    width: 100%;
}

.atlas-figma-form input + input {
    margin-top: 5.15%;
}

.atlas-figma-form button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 5.5% auto 0;
    width: 31%;
}

.atlas-figma-track-field {
    left: 33%;
    position: absolute;
    top: 85.22%;
    width: 34%;
    z-index: 6;
}

.atlas-confirm-cover {
    align-items: center;
    background: #ececec;
    display: flex;
    min-height: 100vh;
    padding: 2rem;
}


@media (min-width: 1200px) {
    .orders-table-wrap {
        overflow-x: visible;
    }
}

@media (max-width: 767.98px) {
    .orders-toolbar-controls,
    .orders-toolbar-controls .app-search,
    .orders-toolbar-controls .btn,
    .orders-page-size {
        width: 100%;
    }

    .support-table-card .dt-length,
    .support-table-card .dt-search,
    .support-table-card .dt-search input {
        justify-content: flex-start;
        max-width: none;
        width: 100%;
    }

    .bot-field-row {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
    }

    .bot-field-icon {
        display: none;
    }

    .bot-field-row > .d-flex {
        justify-content: flex-end;
    }

    .winning-header .container {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .winning-hero-card,
    .winning-grid,
    .winning-band-inner,
    .winning-order-card,
    .winning-steps {
        grid-template-columns: 1fr;
    }

    .winning-card {
        border-radius: 24px;
    }

    .winning-pill {
        min-height: 38px;
        padding: .55rem .9rem;
    }

    .atlas-header-inner {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .atlas-mosaic,
    .atlas-hero-panel,
    .atlas-specs-inner,
    .atlas-dual,
    .atlas-track-steps {
        grid-template-columns: 1fr;
    }

    .atlas-hero-panel {
        padding: 30px;
    }

    .atlas-side-photo,
    .atlas-chip-panel,
    .atlas-cpu-panel,
    .atlas-product-small,
    .atlas-remote-panel {
        min-height: 230px;
    }

    .atlas-feature-grid {
        grid-template-columns: 1fr;
    }

    .atlas-tv {
        border-radius: 34px;
    }

    .atlas-track-line {
        max-width: calc(100% - 42px);
    }

    .atlas-figma-form input,
    .atlas-figma-track-field input {
        font-size: 10px;
        min-height: 12px;
    }

    .atlas-figma-form button {
        height: 20px;
    }
}

@media print {
    .app-topbar,
    .sidenav-menu,
    .page-title-head,
    .footer,
    .document-print-area ~ *,
    [data-print-document] {
        display: none !important;
    }

    .wrapper,
    .content-page,
    .content-page > .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }

    .document-print-area {
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .document-print-area .card-body {
        padding: 1rem !important;
    }
}
