@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

body.itc-desktop,
body.itc-mobile {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.itc-desktop .itc-shell,
body.itc-mobile .itc-shell {
    flex: 1 1 auto;
    height: 100vh;
    max-height: 100vh;
    min-height: 0 !important;
    overflow: hidden;
}

body.itc-desktop .itc-shell > .d-flex {
    flex: 1 1 0;
    min-height: 0;
}

body.itc-desktop .itc-shell > .d-flex > main,
body.itc-mobile .itc-shell > main {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

:root {
    --itc-red: #DF300E;
    --itc-navy: #05152E;
    --itc-orange: #FF7F00;
    --itc-blue: #056E9B;
    --itc-yellow: #FFBF00;
    --itc-teal: #28A9A6;
    --itc-sidebar-width: 250px;
    --itc-topbar-height: 56px;
    --bs-primary: var(--itc-teal);
    --bs-secondary: var(--itc-navy);
    --bs-success: var(--itc-teal);
    --bs-info: var(--itc-blue);
    --bs-warning: var(--itc-yellow);
    --bs-danger: var(--itc-red);
    --bs-light: #f8f5f2;
    --bs-dark: var(--itc-navy);
    --bs-primary-rgb: 40, 169, 166;
    --bs-secondary-rgb: 5, 21, 46;
    --bs-success-rgb: 40, 169, 166;
    --bs-info-rgb: 5, 110, 155;
    --bs-warning-rgb: 255, 191, 0;
    --bs-danger-rgb: 223, 48, 14;
    --bs-light-rgb: 248, 245, 242;
    --bs-dark-rgb: 5, 21, 46;
    --bs-body-font-family: "Poppins", "Segoe UI", sans-serif;
    --bs-body-color: #1c2230;
    --bs-link-color: var(--itc-teal);
    --bs-link-hover-color: var(--itc-blue);
    --bs-link-color-rgb: 40, 169, 166;
}

.itc-shell {
    font-family: "Poppins", "Segoe UI", sans-serif;
    color: #0b1526;
}

.itc-sidebar {
    width: var(--itc-sidebar-width);
    min-height: 100vh;
    flex: 0 0 var(--itc-sidebar-width);
    box-sizing: border-box;
}

.itc-topbar {
    height: var(--itc-topbar-height);
    min-height: var(--itc-topbar-height);
    flex: 0 0 auto;
    max-height: var(--itc-topbar-height);
    overflow: hidden;
    box-sizing: border-box;
}

.itc-topbar > .d-flex:first-child {
    min-width: 0;
}

.itc-topbar .breadcrumb {
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden;
}

.itc-topbar .breadcrumb-item {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itc-logo {
    width: 140px;
    height: auto;
}

.itc-logo--topbar {
    width: 160px;
}

.itc-topbar .itc-logo--topbar {
    width: auto;
    height: 48px;
}

.itc-body-bg {
    position: relative;
    background-color: var(--itc-body-bg, #f6f7fb);
}

.itc-body-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--itc-body-graphic);
    background-repeat: no-repeat;
    background-position: var(--itc-body-graphic-position, right bottom);
    background-size: var(--itc-body-graphic-size, 420px);
    opacity: var(--itc-body-graphic-opacity, 0.08);
    pointer-events: none;
}

.itc-body-bg > * {
    position: relative;
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.itc-list-panel {
    border: 0;
    box-shadow: 0 0.4rem 1.2rem rgba(5, 21, 46, 0.08);
}

.itc-list-panel--live {
    background-color: transparent;
    box-shadow: none;
}

.itc-list-panel--live > .card-body {
    background-color: transparent;
}

.itc-list-panel-live-body {
    padding: 0;
}

.itc-list-header {
    gap: 0.5rem;
}

.itc-list-header h1,
.itc-list-header h2 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.itc-list-toolbar {
    gap: 0.5rem;
}

.itc-list-toolbar-rows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.itc-list-toolbar-row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
    gap: 0;
}

.itc-list-toolbar-row > [class*="col-"] {
    min-width: 0;
}

.itc-list-toolbar-row .input-group,
.itc-list-toolbar-row .dropdown {
    width: 100%;
}

.itc-list-toolbar-row .itc-filter-group {
    width: 100%;
}

.itc-list-toolbar-row .itc-filter-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.itc-list-toolbar-row .itc-filter-toggle::after {
    margin-left: auto;
}

.itc-list-toolbar .form-control,
.itc-list-toolbar .form-select,
.itc-list-toolbar .btn,
.itc-list-toolbar .input-group-text {
    font-size: 0.92rem;
}

.itc-list-toolbar .btn,
.itc-list-toolbar .form-select,
.itc-list-toolbar .form-control {
    min-height: 2.5rem;
    padding: 0.4rem 0.68rem;
}

.itc-list-toolbar .input-group-text {
    min-height: 2.5rem;
    padding: 0.4rem 0.68rem;
}

.itc-form-tight .mb-3 {
    margin-bottom: 0.6rem !important;
}

.itc-form-tight .form-label {
    margin-bottom: 0.25rem;
}

.itc-drive-license-check .form-check-input {
    margin-left: 0;
}

.itc-filter-group .input-group-text {
    background-color: #f8f9fb;
    color: #4b5875;
    font-weight: 600;
}

.itc-filter-group--active .input-group-text,
.itc-filter-toggle--active,
.itc-filter-select--active {
    border-color: var(--itc-teal) !important;
    box-shadow: 0 0 0 0.14rem rgba(40, 169, 166, 0.2);
}

.itc-filter-group--active .input-group-text {
    background-color: #eef9f8;
    color: #1f807e;
}

@media (max-width: 1199.98px) {
    .itc-list-toolbar .btn,
    .itc-list-toolbar .form-select,
    .itc-list-toolbar .form-control,
    .itc-list-toolbar .input-group-text {
        font-size: 0.8rem;
    }

    .itc-list-toolbar .btn,
    .itc-list-toolbar .form-select,
    .itc-list-toolbar .form-control {
        min-height: 2.35rem;
        padding: 0.3rem 0.55rem;
    }

    .itc-list-toolbar .input-group-text {
        min-height: 2.35rem;
        padding: 0.3rem 0.55rem;
    }
}

.itc-list-table-wrap {
    border: 1px solid rgba(5, 21, 46, 0.08);
    border-radius: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.itc-list-table {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.itc-list-table thead th {
    background-color: #f4f6f8;
    border-bottom-width: 1px;
    color: #32405f;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.72rem 0.85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.itc-list-table td {
    padding: 0.7rem 0.85rem;
    vertical-align: middle;
}

.itc-list-table tbody tr:last-child td {
    border-bottom: 0;
}

.offer-filter-link {
    display: block;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.65rem 0.75rem;
    text-align: center;
    background-color: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.offer-filter-link:hover {
    border-color: var(--itc-teal);
    background-color: #f5fbfb;
}

.offer-filter-link.is-active {
    border-color: var(--itc-teal);
    background-color: #e8f7f7;
    box-shadow: 0 0 0 0.12rem rgba(40, 169, 166, 0.2);
}

.itc-body-bg--logo {
    --itc-body-graphic: url("/images/boost-logo-cropped.png");
    --itc-body-graphic-size: 420px;
    --itc-body-graphic-position: right -40px bottom -60px;
    --itc-body-graphic-opacity: 0.08;
}

.itc-body-bg--itc-logo {
    --itc-body-graphic: url("/images/itc-logo-watermark.png");
    --itc-body-graphic-size: 480px;
    --itc-body-graphic-position: right -20px bottom -20px;
    --itc-body-graphic-opacity: 0.08;
}

.itc-body-bg--photo-1 {
    --itc-body-graphic: url("/images/itc-campus-1.webp");
    --itc-body-graphic-size: cover;
    --itc-body-graphic-position: center;
    --itc-body-graphic-opacity: 0.12;
}

.itc-theme-sunrise {
    --itc-body-bg: #f8f5f2;
    --bs-nav-pills-link-active-color: #fff;
}

.itc-theme-ocean {
    --itc-body-bg: #f1f7f7;
    --bs-nav-pills-link-active-bg: var(--itc-teal);
    --bs-nav-pills-link-active-color: #fff;
}

.itc-theme-ocean .nav-pills .nav-link.active {
    background-color: var(--itc-teal);
    color: #fff;
}

.itc-theme-citrus {
    --itc-body-bg: #fdf7ea;
    --bs-nav-pills-link-active-bg: var(--itc-red);
    --bs-nav-pills-link-active-color: #fff;
}

.itc-theme-citrus .nav-pills .nav-link.active {
    background-color: var(--itc-red);
    color: #fff;
}

.itc-shell--stacked .itc-sidebar {
    min-height: calc(100vh - var(--itc-topbar-height));
}

.bg-itc-navy {
    background-color: var(--itc-navy) !important;
}

.bg-itc-red {
    background-color: var(--itc-red) !important;
}

.bg-itc-orange {
    background-color: var(--itc-orange) !important;
}

.bg-itc-blue {
    background-color: var(--itc-blue) !important;
}

.bg-itc-yellow {
    background-color: var(--itc-yellow) !important;
}

.bg-itc-teal {
    background-color: var(--itc-teal) !important;
}

.text-itc-navy {
    color: var(--itc-navy) !important;
}

.text-itc-red {
    color: var(--itc-red) !important;
}

.text-itc-orange {
    color: var(--itc-orange) !important;
}

.text-itc-blue {
    color: var(--itc-blue) !important;
}

.text-itc-teal {
    color: var(--itc-teal) !important;
}

.border-itc-red {
    border-color: var(--itc-red) !important;
}

.border-itc-navy {
    border-color: var(--itc-navy) !important;
}

.border-itc-teal {
    border-color: var(--itc-teal) !important;
}

.dashboard-overview-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
    overflow: hidden;
}

.dashboard-kpi-list .list-group-item {
    background: transparent;
    border-color: rgba(5, 21, 46, 0.08);
    font-size: 0.95rem;
}

.dashboard-kpi-link {
    color: inherit;
    text-decoration: none;
}

.dashboard-kpi-link:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

/* UX toggle-password in Bootstrap input-group, icon-only button. */
.itc-toggle-password-button {
    min-width: 2.6rem;
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5f6b85;
}

.itc-toggle-password-button:hover {
    color: var(--itc-navy);
}

.itc-toggle-password-button .toggle-password-icon {
    width: 1rem;
    height: 1rem;
}

.itc-toggle-password-button:focus-visible {
    outline: 2px solid rgba(255, 127, 0, 0.45);
    outline-offset: 2px;
    border-radius: 0.25rem;
}
