:root {
    --bankco-success: #22c55e;
    --bankco-success-dark: #16a34a;
    --bankco-success-soft: #f0fdf4;
    --bankco-ink: #1a202c;
    --bankco-copy: #4a5568;
    --bankco-muted: #718096;
    --bankco-line: #e2e8f0;
    --bankco-surface: #ffffff;
    --bankco-canvas: #f7fafc;
    --bankco-danger: #ef4444;
    --bankco-warning: #f59e0b;
    --bankco-info: #3b82f6;
    --bankco-sidebar-width: 286px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Urbanist", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    min-height: 100%;
    margin: 0;
    background: var(--bankco-canvas);
    color: var(--bankco-ink);
    font-family: inherit;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    color: var(--bankco-ink);
    font-weight: 650;
    line-height: 1.25;
}

p {
    margin-bottom: 1rem;
}

a {
    background-color: transparent;
    color: var(--bankco-success-dark);
    text-decoration: none;
}

a:hover {
    color: #15803d;
    text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

img,
svg {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: .45rem;
    color: var(--bankco-ink);
    font-weight: 600;
}

[hidden] {
    display: none !important;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
label:focus,
label:focus-visible,
[role="button"]:focus,
[role="button"]:focus-visible,
[tabindex]:focus,
[tabindex]:focus-visible,
.btn:focus,
.btn.focus,
.form-control:focus,
.custom-select:focus,
.page-link:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

@font-face {
    font-family: "themify";
    src: url("../vendor/siqtheme/fonts/themify.eot");
    src:
        url("../vendor/siqtheme/fonts/themify.eot?#iefix") format("embedded-opentype"),
        url("../vendor/siqtheme/fonts/themify.woff") format("woff"),
        url("../vendor/siqtheme/fonts/themify.ttf") format("truetype"),
        url("../vendor/siqtheme/fonts/themify.svg#themify") format("svg");
    font-style: normal;
    font-weight: normal;
}

[class^="ti-"],
[class*=" ti-"] {
    display: inline-block;
    font-family: "themify";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-angle-down::before { content: "\e64b"; }
.ti-angle-right::before { content: "\e649"; }
.ti-arrow-left::before { content: "\e629"; }
.ti-arrow-up::before { content: "\e627"; }
.ti-back-right::before { content: "\e6bc"; }
.ti-bar-chart::before { content: "\e6ba"; }
.ti-briefcase::before { content: "\e651"; }
.ti-calendar::before { content: "\e6b6"; }
.ti-check::before { content: "\e64c"; }
.ti-check-box::before { content: "\e64d"; }
.ti-clip::before { content: "\e647"; }
.ti-clipboard::before { content: "\e6b4"; }
.ti-close::before { content: "\e646"; }
.ti-comment::before { content: "\e644"; }
.ti-comments::before { content: "\e643"; }
.ti-control-pause::before { content: "\e6ae"; }
.ti-control-play::before { content: "\e6ad"; }
.ti-download::before { content: "\e6a7"; }
.ti-email::before { content: "\e75a"; }
.ti-face-smile::before { content: "\e71f"; }
.ti-file::before { content: "\e6a4"; }
.ti-files::before { content: "\e6a3"; }
.ti-filter::before { content: "\e6a2"; }
.ti-help-alt::before { content: "\e718"; }
.ti-image::before { content: "\e633"; }
.ti-info-alt::before { content: "\e717"; }
.ti-key::before { content: "\e631"; }
.ti-layout-grid2::before { content: "\e709"; }
.ti-layout-list-thumb::before { content: "\e702"; }
.ti-link::before { content: "\e62d"; }
.ti-lock::before { content: "\e62b"; }
.ti-mouse-alt::before { content: "\e68b"; }
.ti-na::before { content: "\e620"; }
.ti-package::before { content: "\e687"; }
.ti-pencil::before { content: "\e61c"; }
.ti-plus::before { content: "\e61a"; }
.ti-reload::before { content: "\e619"; }
.ti-save::before { content: "\e746"; }
.ti-settings::before { content: "\e60f"; }
.ti-shift-right::before { content: "\e679"; }
.ti-time::before { content: "\e72b"; }
.ti-timer::before { content: "\e66e"; }
.ti-trash::before { content: "\e605"; }
.ti-user::before { content: "\e602"; }

.row,
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.row > *,
.form-row > * {
    padding-right: 8px;
    padding-left: 8px;
}

.col,
.col-md,
.col-md-auto,
.col-6,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-xl-2,
.col-xl-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col {
    flex: 1 0 0%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .col-md { flex: 1 0 0%; }
    .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

@media (min-width: 1200px) {
    .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
}

.card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow-wrap: break-word;
    background: var(--bankco-surface);
    background-clip: border-box;
    border: 1px solid var(--bankco-line);
    border-radius: 12px;
}

.card-header,
.card-footer {
    padding: 1rem 1.25rem;
    background: var(--bankco-surface);
}

.card-header {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bankco-line);
    border-radius: 12px 12px 0 0;
    color: var(--bankco-ink);
    font-weight: 650;
}

.card-footer {
    border-top: 1px solid var(--bankco-line);
    border-radius: 0 0 12px 12px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .42rem;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .62rem 1rem;
    background: transparent;
    color: var(--bankco-ink);
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.btn:hover {
    text-decoration: none;
}

.btn:disabled,
.btn.disabled {
    opacity: .58;
    pointer-events: none;
}

.btn-sm {
    min-height: 34px;
    padding: .42rem .72rem;
    border-radius: 7px;
    font-size: .83rem;
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-carolina,
.btn-success {
    border-color: var(--bankco-success);
    background: var(--bankco-success);
    color: #fff;
}

.btn-carolina:hover,
.btn-success:hover {
    border-color: var(--bankco-success-dark);
    background: var(--bankco-success-dark);
    color: #fff;
}

.btn-danger {
    border-color: var(--bankco-danger);
    background: var(--bankco-danger);
    color: #fff;
}

.btn-danger:hover {
    border-color: #dc2626;
    background: #dc2626;
    color: #fff;
}

.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-danger {
    background: #fff;
}

.btn-outline-secondary {
    border-color: #cbd5e1;
    color: var(--bankco-copy);
}

.btn-outline-secondary:hover {
    border-color: var(--bankco-success);
    background: var(--bankco-success-soft);
    color: var(--bankco-success-dark);
}

.btn-outline-primary {
    border-color: var(--bankco-success);
    color: var(--bankco-success-dark);
}

.btn-outline-primary:hover {
    background: var(--bankco-success-soft);
    color: #15803d;
}

.btn-outline-danger {
    border-color: #fca5a5;
    color: #dc2626;
}

.btn-outline-danger:hover {
    border-color: #ef4444;
    background: #fef2f2;
    color: #b91c1c;
}

.btn-link {
    padding: 0;
    border: 0;
    color: var(--bankco-success-dark);
    font-weight: 600;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    border-radius: 999px;
    padding: .32em .68em;
    font-size: 75%;
    font-weight: 650;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.badge-light {
    border: 1px solid #e2e8f0;
    background: #f7fafc;
    color: var(--bankco-copy);
}

.badge-secondary {
    background: #64748b;
    color: #fff;
}

.badge-success {
    background: #dcfce7;
    color: #15803d;
}

.badge-warning {
    background: #fef3c7;
    color: #92400e;
}

.badge-info {
    background: #dbeafe;
    color: #1d4ed8;
}

.qt-status {
    display: inline-flex;
    width: max-content;
    min-height: 22px;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.qt-status-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: currentColor;
}

.qt-status-active {
    background: #eafbf0;
    color: #168541;
}

.qt-status-done {
    background: #eef1f4;
    color: #697586;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: .62rem .82rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    background-clip: padding-box;
    color: var(--bankco-ink);
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.4;
    transition: border-color .15s ease;
}

select.form-control {
    padding-right: 2rem;
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

.form-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.form-control:focus {
    border-color: var(--bankco-success) !important;
}

.form-control:disabled,
.form-control[readonly] {
    background: #f1f5f9;
    color: #64748b;
    opacity: 1;
}

.form-control-sm {
    min-height: 34px;
    padding: .38rem .62rem;
    border-radius: 7px;
    font-size: .84rem;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group > .form-control {
    position: relative;
    width: 1%;
    min-width: 0;
    flex: 1 1 auto;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: .62rem .78rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: var(--bankco-muted);
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.input-group-prepend .input-group-text {
    border-radius: 8px 0 0 8px;
}

.input-group-prepend + .form-control {
    border-radius: 0 8px 8px 0;
}

.input-group > .form-control:not(:last-child) {
    border-radius: 8px 0 0 8px;
}

.input-group-append .btn,
.input-group-append .input-group-text {
    border-radius: 0 8px 8px 0;
}

.form-checkbox label,
.custom-control {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .58rem;
    min-height: 1.4rem;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-checkbox input {
    position: absolute;
    opacity: 0;
}

.form-checkbox .checkmark {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: transparent;
}

.form-checkbox input:checked + .checkmark {
    border-color: var(--bankco-success);
    background: var(--bankco-success);
    color: #fff;
}

.custom-control {
    padding-left: 1.8rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin: 0;
}

.custom-control-label::before,
.custom-control-label::after {
    position: absolute;
    top: .12rem;
    left: -1.8rem;
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    content: "";
}

.custom-control-label::before {
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    background: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--bankco-success);
    background: var(--bankco-success);
}

.custom-control-input:checked ~ .custom-control-label::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(7px, 3px) rotate(45deg);
    width: 5px;
    height: 9px;
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border: 1px solid transparent;
    border-radius: 9px;
}

.alert-danger {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.alert-success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.alert-warning {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.alert-info {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
}

.alert-light {
    border-color: var(--bankco-line);
    background: #f8fafc;
    color: var(--bankco-copy);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bankco-copy);
}

.table th,
.table td {
    padding: .86rem 1rem;
    border-top: 1px solid var(--bankco-line);
    vertical-align: top;
}

.table thead th {
    border-top: 0;
    border-bottom: 1px solid var(--bankco-line);
    vertical-align: bottom;
}

.table-sm th,
.table-sm td {
    padding: .55rem .72rem;
}

.table-bordered {
    border: 1px solid var(--bankco-line);
}

.table-bordered th,
.table-bordered td {
    border: 1px solid var(--bankco-line);
}

.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .34em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    content: "";
    vertical-align: .18em;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    margin: .38rem 0 0;
    padding: .45rem;
    border: 1px solid var(--bankco-line);
    border-radius: 10px;
    background: #fff;
    color: var(--bankco-ink);
    text-align: left;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem .7rem;
    border: 0;
    border-radius: 7px;
    background: transparent;
    clear: both;
    color: var(--bankco-copy);
    font-weight: 500;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background: var(--bankco-success-soft);
    color: var(--bankco-success-dark);
    text-decoration: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transform: translateY(8px);
    transition: transform .18s ease-out;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    min-height: calc(100% - 1rem);
    align-items: center;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid var(--bankco-line);
    border-radius: 12px;
    background: #fff;
    background-clip: padding-box;
    pointer-events: auto;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background: #0f172a;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .52;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--bankco-line);
    border-radius: 12px 12px 0 0;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--bankco-line);
    border-radius: 0 0 12px 12px;
}

.modal-footer > * {
    margin: 0;
}

.close {
    padding: 0;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    opacity: .8;
}

.close:hover {
    color: var(--bankco-ink);
    opacity: 1;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.pagination {
    display: flex;
    margin: 0;
    padding-left: 0;
    border-radius: 8px;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    padding: .45rem .72rem;
    border: 1px solid var(--bankco-line);
    background: #fff;
    color: var(--bankco-copy);
    line-height: 1.25;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 7px 0 0 7px;
}

.page-item:last-child .page-link {
    border-radius: 0 7px 7px 0;
}

.page-item.active .page-link {
    z-index: 1;
    border-color: var(--bankco-success);
    background: var(--bankco-success);
    color: #fff;
}

.page-item.disabled .page-link {
    background: #f8fafc;
    color: #94a3b8;
    pointer-events: none;
}

.qt-shell {
    min-height: 100vh;
    min-height: 100dvh;
}

.qt-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1020;
    width: var(--bankco-sidebar-width);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior-x: auto;
    overscroll-behavior-y: contain;
    border-right: 1px solid #edf2f7;
    background: #fff;
    color: var(--bankco-copy);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.qt-sidebar .brand {
    display: flex;
    min-height: 98px;
    align-items: center;
    gap: 12px;
    padding: 0 30px;
    border-bottom: 1px solid #f1f5f9;
    color: var(--bankco-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.qt-brand-mark {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--bankco-success);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.qt-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.qt-brand-copy > span {
    font-size: 19px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.qt-brand-copy small {
    margin-top: 6px;
    color: var(--bankco-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.qt-sidebar-section-label {
    margin: 11px 12px 9px;
    padding: 0;
    color: #a0aec0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.qt-sidebar nav {
    padding: 25px 22px 24px;
}

.qt-sidebar a {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 13px 14px;
    border-radius: 12px;
    color: var(--bankco-copy);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
    text-decoration: none;
}

.qt-sidebar a i {
    width: 20px;
    color: #718096;
    font-size: 17px;
    text-align: center;
}

.qt-sidebar a:hover {
    background: var(--bankco-success-soft);
    color: var(--bankco-success-dark);
}

.qt-sidebar a:hover i {
    color: var(--bankco-success);
}

.qt-sidebar a.active {
    background: var(--bankco-success);
    color: #fff;
}

.qt-sidebar a.active i {
    color: #fff;
}

.qt-sidebar-scrim {
    display: none;
}

.qt-main {
    position: fixed;
    inset: 0 0 0 var(--bankco-sidebar-width);
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.qt-body {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.qt-topbar {
    position: relative;
    z-index: 1030;
    min-height: 98px;
    flex: 0 0 auto;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.qt-topbar .qt-body {
    display: flex;
    min-height: 97px;
    max-width: none;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 52px;
}

.qt-topbar-title {
    min-width: 0;
}

.qt-topbar-eyebrow {
    margin-bottom: 6px;
    color: var(--bankco-success-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.qt-page-title {
    margin: 0;
    color: var(--bankco-ink);
    font-size: 26px;
    font-weight: 650;
    letter-spacing: -.025em;
}

.qt-topbar .qt-page-title {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.5;
}

.qt-topbar-actions {
    margin-left: auto;
}

.qt-account-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 3px;
    padding-left: 13px;
    border-left: 1px solid var(--bankco-line);
}

.qt-account-avatar {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1a202c;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.qt-account-copy {
    display: grid;
    min-width: 0;
    line-height: 1.18;
}

.qt-account-name {
    max-width: 180px;
    overflow: hidden;
    color: var(--bankco-ink);
    font-size: 13px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qt-account-role {
    color: var(--bankco-muted);
    font-size: 11px;
}

.qt-logout-button {
    width: 38px;
    height: 38px;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: var(--bankco-muted);
}

.qt-logout-button:hover {
    border-color: transparent;
    background: #f7fafc;
    color: var(--bankco-ink);
}

.qt-mobile-menu {
    display: none;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--bankco-line);
    border-radius: 8px;
    background: #fff;
    color: var(--bankco-ink);
}

.qt-mobile-menu-bars,
.qt-mobile-menu-bars::before,
.qt-mobile-menu-bars::after {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
}

.qt-mobile-menu-bars {
    position: relative;
}

.qt-mobile-menu-bars::before {
    position: absolute;
    top: -5px;
}

.qt-mobile-menu-bars::after {
    position: absolute;
    top: 5px;
}

.qt-scroll {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior-x: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.qt-content {
    padding: 30px 32px 40px;
}

.qt-content-heading {
    margin: 0 0 22px;
    color: var(--bankco-ink);
}

.qt-content-heading .qt-page-title {
    color: var(--bankco-ink);
}

.qt-content-subtitle,
.qt-muted {
    color: var(--bankco-muted);
}

.qt-content-subtitle {
    margin-top: 4px;
}

.qt-icon-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.qt-task-project-switcher {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
    gap: 6px;
    margin-bottom: 18px;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.qt-task-project-tile {
    display: flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #475569;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
}

.qt-task-project-tile:hover,
.qt-task-project-tile:focus {
    border-color: #e2e8f0;
    background: #f8fafc;
    color: var(--bankco-ink);
    text-decoration: none;
}

.qt-task-project-tile.is-active {
    border-color: #bbf7d0;
    background: #eafbf0;
    color: #168541;
    font-weight: 700;
}

.qt-task-project-tile .qt-project-logo,
.qt-task-project-all-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

.qt-task-project-all-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e0ea;
    border-radius: 50%;
    background: #fff;
    color: #5b6676;
    font-size: 15px;
}

.qt-task-project-tile.is-active .qt-project-logo,
.qt-task-project-tile.is-active .qt-task-project-all-icon {
    border-color: #bbf7d0;
}

.qt-task-project-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-carolina {
    color: var(--bankco-success-dark) !important;
}

.bg-light {
    background: #f8fafc !important;
}

.border {
    border: 1px solid var(--bankco-line) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--bankco-line) !important;
}

.rounded {
    border-radius: 8px !important;
}

.shadow-sm {
    box-shadow: 0 10px 32px rgba(15, 23, 42, .08) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.small,
small {
    font-size: 80%;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-center { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-between { justify-content: space-between !important; }
.overflow-hidden { overflow: hidden !important; }
.position-relative { position: relative !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.m-0 { margin: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.ml-1 { margin-left: .25rem !important; }
.mr-auto { margin-right: auto !important; }
.p-0 { padding: 0 !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.px-0 { padding-right: 0 !important; padding-left: 0 !important; }
.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-nowrap { white-space: nowrap !important; }
.text-break { overflow-wrap: break-word !important; word-break: break-word !important; }
.text-muted { color: var(--bankco-muted) !important; }
.text-success { color: #16a34a !important; }
.text-danger { color: #dc2626 !important; }
.text-info { color: #2563eb !important; }
.font-weight-bold { font-weight: 700 !important; }

@media (min-width: 768px) {
    .mb-md-0 { margin-bottom: 0 !important; }
}

@media (min-width: 901px) {
    body {
        overflow: hidden;
    }

    .modal {
        left: var(--bankco-sidebar-width);
        width: calc(100% - var(--bankco-sidebar-width));
    }
}

@media (max-width: 1100px) {
    .qt-account-copy {
        display: none;
    }
}

@media (max-width: 900px) {
    body.qt-nav-open {
        overflow: hidden;
    }

    .qt-shell {
        display: block;
    }

    .qt-sidebar {
        position: fixed;
        z-index: 1050;
        width: min(86vw, 292px);
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        transform: translateX(-102%);
        transition: transform .2s ease;
    }

    body.qt-nav-open .qt-sidebar {
        transform: translateX(0);
    }

    .qt-sidebar-scrim {
        position: fixed;
        inset: 0;
        z-index: 1040;
        display: block;
        border: 0;
        background: rgba(15, 23, 42, .5);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
    }

    body.qt-nav-open .qt-sidebar-scrim {
        opacity: 1;
        pointer-events: auto;
    }

    .qt-main {
        position: static;
        display: block;
        min-height: 100vh;
        overflow: visible;
    }

    .qt-topbar {
        position: sticky;
        top: 0;
        min-height: 72px;
    }

    .qt-topbar .qt-body {
        min-height: 72px;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
    }

    .qt-mobile-menu {
        display: inline-flex;
    }

    .qt-topbar-eyebrow {
        display: none;
    }

    .qt-topbar-title .qt-muted {
        display: none;
    }

    .qt-page-title {
        overflow: hidden;
        font-size: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .qt-topbar .qt-page-title {
        font-size: 20px;
        line-height: 1.25;
    }

    .qt-topbar-actions {
        flex-wrap: nowrap !important;
        gap: 6px !important;
    }

    .qt-topbar-actions > .badge,
    .qt-account-chip {
        display: none;
    }

    .qt-scroll {
        min-height: auto;
        overflow: visible;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
    }

    .qt-content {
        padding: 20px 16px 32px;
    }
}

@media (max-width: 575px) {
    .qt-topbar-title {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .qt-topbar-actions .btn:not(.qt-icon-btn):not(.qt-logout-button) {
        width: 34px;
        padding: 0;
        font-size: 0;
    }

    .qt-topbar-actions .btn:not(.qt-icon-btn):not(.qt-logout-button) i {
        font-size: .92rem;
    }

    .modal-dialog {
        margin: .5rem;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1rem;
    }
}
