@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --tl-primary: #0c9ca5;
  --tl-primary-dark: #087981;
  --tl-secondary: #0d7691;
  --tl-accent: #ba634d;
  --tl-ink: #111111;
  --tl-muted: #111111;
  --tl-canvas: #f3f7f8;
  --tl-surface: #ffffff;
  --tl-line: #dce7e9;
  --tl-success: #21865c;
  --tl-warning: #b36b19;
  --tl-danger: #b64d45;
  --intrac-primary: #491b58;
  --intrac-secondary: #b498c4;
  --intrac-accent: #598e8f;
  --tl-radius-sm: 8px;
  --tl-radius: 12px;
  --tl-radius-lg: 18px;
  --tl-shadow-sm: 0 1px 2px rgba(20, 42, 51, .05), 0 6px 18px rgba(20, 42, 51, .05);
  --tl-shadow: 0 2px 6px rgba(20, 42, 51, .05), 0 18px 42px rgba(20, 42, 51, .08);
  --tl-heading: Nexa, Montserrat, Avenir Next, sans-serif;
  --tl-body: Montserrat, Avenir Next, Arial, sans-serif;
}

html { background: var(--tl-canvas); }
body { font-family: var(--tl-body); color: var(--tl-ink); background: var(--tl-canvas); -webkit-font-smoothing: antialiased; font-weight: 500;}
body, .wrapper > section, .content-wrapper { background-color: var(--tl-canvas); }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--tl-heading); color: var(--tl-ink); font-weight: 700; letter-spacing: -.025em; }
p, label, .help-block, .text-muted { color: var(--tl-muted); }
a { color: var(--tl-secondary); transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
a:hover, a:focus { color: var(--tl-primary-dark); }
::selection { color: #fff; background: var(--tl-primary); }

.topnavbar { background: linear-gradient(110deg, #087c86 0%, var(--tl-primary) 54%, var(--tl-secondary) 100%); border: 0; box-shadow: 0 8px 24px rgba(7, 76, 86, .16); }
.topnavbar .navbar-header, .topnavbar .navbar-nav > li > a { background: transparent; }
.topnavbar .navbar-nav > li > a { color: rgba(255,255,255,.9); }
.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus { color: #fff; background: rgba(255,255,255,.1); }
.topnavbar .navbar-brand { padding-top: 12px; padding-bottom: 12px; }
.topnavbar .navbar-brand img { max-height: 36px; filter: brightness(0) invert(1); }

.aside, .aside-inner, .sidebar { background: #102f39; }
.sidebar:after { border-right: 1px solid rgba(255,255,255,.04); }
.sidebar > .nav > li > a, .sidebar > .nav > li > .nav-item { color: #c5d8dc; border-left: 3px solid transparent; font-weight: 500; }
.sidebar > .nav > li:hover,
.sidebar > .nav > li.active,
.sidebar > .nav > li.open,
.sidebar > .nav > li:hover > a,
.sidebar > .nav > li.active > a,
.sidebar > .nav > li.open > a,
.sidebar > .nav > li:hover > a > .item-text,
.sidebar > .nav > li.active > a > .item-text,
.sidebar > .nav > li.open > a > .item-text { color: #fff !important; background-color: #174955 !important; }
.sidebar > .nav > li:hover > a, .sidebar > .nav > li.active > a, .sidebar > .nav > li.open > a { border-left-color: #45c3c8; }
.sidebar .nav > li > a > em, .sidebar .nav > li > a > svg { color: #86bcc2; }
.sidebar .nav > li:hover > a > em, .sidebar .nav > li:hover > a > svg, .sidebar .nav > li:hover > a > .tl-icon-host,
.sidebar .nav > li.active > a > em, .sidebar .nav > li.active > a > svg, .sidebar .nav > li.active > a > .tl-icon-host,
.sidebar .nav > li.open > a > em, .sidebar .nav > li.open > a > svg, .sidebar .nav > li.open > a > .tl-icon-host { color: #7bd7db !important; }
.sidebar .nav .nav, .sidebar .nav > li:hover .nav, .sidebar .nav > li.active .nav, .sidebar .nav > li.open .nav { background: #0c2730 !important; }
.sidebar .nav .nav > li { color: #b9d0d4 !important; background: #0c2730 !important; }
.sidebar .nav .nav > li > a,
.sidebar .nav .nav > li > .nav-item,
.sidebar .nav .nav > li > a > .item-text,
.sidebar .nav .nav > li > .nav-item > .item-text { color: #b9d0d4 !important; background: transparent !important; }
.sidebar .nav .nav > li:hover,
.sidebar .nav .nav > li.active,
.sidebar .nav .nav > li.open { color: #fff !important; background: #174955 !important; }
.sidebar .nav .nav > li:hover > a,
.sidebar .nav .nav > li:hover > .nav-item,
.sidebar .nav .nav > li:hover > a > .item-text,
.sidebar .nav .nav > li:hover > .nav-item > .item-text,
.sidebar .nav .nav > li > a:hover,
.sidebar .nav .nav > li > a:focus,
.sidebar .nav .nav > li.active > a,
.sidebar .nav .nav > li.active > a > .item-text { color: #fff !important; background: #174955 !important; }
.sidebar .nav .nav > li:hover svg,
.sidebar .nav .nav > li.active svg,
.sidebar .nav .nav > li:hover .tl-icon-host,
.sidebar .nav .nav > li.active .tl-icon-host { color: #7bd7db !important; }
.sidebar-subnav-header { color: #7e9da3; letter-spacing: .08em; text-transform: uppercase; }

.content-heading, .content-header { border-color: var(--tl-line); }
.content-heading { font-family: var(--tl-heading); color: var(--tl-ink); }
.breadcrumb { background: transparent; color: var(--tl-muted); }

.panel, .block, .well, .modal-content, .dropdown-menu { background: var(--tl-surface); border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: var(--tl-shadow-sm); }
.panel { overflow: hidden; }
.panel-heading, .block-title, .modal-header { background: #f9fbfb; border-color: var(--tl-line); }
.panel-heading { position: relative; display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 12px 16px; }
.panel-heading:before, .panel-heading:after { display: none; content: none; }
.panel-heading > small { display: flex; align-items: center; margin-left: auto; font-size: inherit; }
.panel-heading > .pull-right { float: none !important; flex: 0 0 auto; margin-left: auto; }
.panel-heading > small + .pull-right { margin-left: 0; }
.panel-heading .btn { min-height: 34px; padding: 6px 13px; border-radius: 999px !important; font-size: 12px; }
.panel-heading .tl-action-heading { display: flex; align-items: center; gap: 14px; width: 100%; margin: 0; line-height: 1.3; }
.panel-heading .tl-action-heading .btn { flex: 0 0 auto; margin-left: auto; }
.panel-heading [data-perform="panel-collapse"] { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; color: var(--tl-secondary); background: rgba(12,156,165,.1); }
.panel-heading [data-perform="panel-collapse"]:hover, .panel-heading [data-perform="panel-collapse"]:focus { color: #fff; background: var(--tl-primary); text-decoration: none; }
.panel-heading, .panel-title, .block-title h1, .block-title h2, .block-title h3 { color: var(--tl-ink); font-weight: 700; }
.panel-footer, .modal-footer { background: #f8fafb; border-color: var(--tl-line); }
.dropdown-menu { padding: 8px; box-shadow: var(--tl-shadow); }
.dropdown-menu > li > a { border-radius: 7px; padding: 8px 12px; color: var(--tl-ink); }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background: #e9f6f6; color: var(--tl-primary-dark); }

.btn, .fc-button { min-height: 40px; padding: 9px 16px; border-radius: 10px !important; border-width: 1px; font-family: var(--tl-body); font-size: 13px; font-weight: 600; letter-spacing: .01em; box-shadow: 0 1px 2px rgba(20,42,51,.05), 0 4px 12px rgba(20,42,51,.04); }
a.btn, button.btn, .btn[role="button"] { display: inline-flex; align-items: center; justify-content: center; line-height: 1.25; }
.btn-sm { min-height: 34px; padding: 6px 12px; border-radius: 8px !important; font-size: 12px; }
.btn-xs { min-height: 28px; padding: 4px 9px; border-radius: 7px !important; font-size: 11px; }
.btn-lg { min-height: 48px; padding: 12px 20px; border-radius: 12px !important; font-size: 15px; }
.btn:hover, .fc-button:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(20,42,51,.12); }
.btn:active, .fc-button:active { transform: translateY(0); }
.btn-primary, .fc-state-active { color: #fff; background: var(--tl-primary); border-color: var(--tl-primary); }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff; background: var(--tl-primary-dark); border-color: var(--tl-primary-dark); }
.btn-info { color: #fff; background: var(--tl-secondary); border-color: var(--tl-secondary); }
.btn-info:hover, .btn-info:focus { color: #fff; background: #095f76; border-color: #095f76; }
.btn-default { color: var(--tl-ink); background: #fff; border-color: #cbdadc; }
.btn-default:hover, .btn-default:focus { color: var(--tl-primary-dark); background: #f0f8f8; border-color: #99cdd0; }
.btn-danger { color: #fff; background: var(--tl-danger); border-color: var(--tl-danger); }
.btn-warning { color: #fff; background: var(--tl-warning); border-color: var(--tl-warning); }
.btn-success { color: #fff; background: var(--tl-success); border-color: var(--tl-success); }

.form-control, select.form-control, .chosen-container-single .chosen-single { min-height: 40px; color: var(--tl-ink); background: #fff; border: 1px solid #cbdadc; border-radius: var(--tl-radius-sm); box-shadow: inset 0 1px 2px rgba(20,42,51,.025); }
textarea.form-control { min-height: 110px; }
.form-control:focus, .chosen-container-active .chosen-single { border-color: var(--tl-primary); box-shadow: 0 0 0 3px rgba(12,156,165,.14); }
.input-group-addon { color: var(--tl-secondary); background: #eff7f7; border-color: #cbdadc; }
label { font-size: 12px; font-weight: 700; letter-spacing: .025em; }

.table { background: #fff; color: var(--tl-ink); }
.table > thead > tr > th { color: #45636b; background: #edf5f5; border-bottom: 1px solid #ccdddf; font-size: 11px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.table > tbody > tr > td { border-top-color: #e5edef; vertical-align: middle; }
.table-hover > tbody > tr:hover { background: #f1f9f9; }
.table-striped > tbody > tr:nth-of-type(odd) { background: #f9fbfb; }

.alert { border: 0; border-left: 4px solid; border-radius: var(--tl-radius-sm); }
.alert-info { color: #075b70; background: #e6f5f8; border-color: var(--tl-secondary); }
.alert-success { color: #176441; background: #e8f5ee; border-color: var(--tl-success); }
.alert-warning { color: #7a4812; background: #fff3e0; border-color: var(--tl-warning); }
.alert-danger { color: #873932; background: #faecea; border-color: var(--tl-danger); }
.badge, .label { border-radius: 999px; font-weight: 600; }
.label-primary { background: var(--tl-primary); }
.label-info { background: var(--tl-secondary); }

.nav-tabs { border-bottom-color: var(--tl-line); }
.nav-tabs > li > a { color: var(--tl-muted); border-radius: 8px 8px 0 0; font-weight: 600; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover { color: var(--tl-primary-dark); border-color: var(--tl-line) var(--tl-line) #fff; }
.pagination > li > a, .pagination > li > span { color: var(--tl-secondary); border-color: var(--tl-line); }
.pagination > .active > a, .pagination > .active > a:hover { background: var(--tl-primary); border-color: var(--tl-primary); }
.progress { background: #e2ecee; border-radius: 999px; overflow: hidden; }
.progress-bar { background: var(--tl-primary); }

.tl-calendar-key { margin-bottom: 14px; }
.tl-calendar-key h2 { display: inline-block; margin: 0 16px 8px 0; font-size: 17px; }
.tl-calendar-key p { display: inline-flex; flex-wrap: wrap; gap: 8px; margin: 0 0 8px; color: #526a70 !important; font-size: 11px; line-height: 1.5; }
.tl-calendar-key p:first-of-type { padding: 6px 10px; border: 1px solid var(--tl-line); border-radius: 999px; background: #fff; }
.tl-calendar-key .tl-calendar-statuses { display: flex; }
.tl-calendar-statuses span { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: #526a70; border: 1px solid var(--tl-line); border-radius: 999px; background: #fff; font-weight: 700; }
.tl-calendar-statuses span:before { width: 8px; height: 8px; content: ""; border-radius: 50%; background: currentColor; }
.tl-calendar-statuses .is-pre { color: #a83e39; }
.tl-calendar-statuses .is-post { color: #a76213; }
.tl-calendar-statuses .is-complete { color: #23724f; }
.tl-calendar-panel { border-radius: 16px; box-shadow: var(--tl-shadow); }
.tl-calendar-panel .panel-body { padding: 22px; }
.tl-calendar-range { margin: 0 0 18px; color: #789096; font-size: 11px; }

#calendar { --fc-border-color: #dce7e9; --fc-page-bg-color: #fff; --fc-neutral-bg-color: #f5f8f9; --fc-today-bg-color: rgba(12,156,165,.075); color: var(--tl-ink); }
#calendar .fc-toolbar { gap: 14px; margin-bottom: 20px; }
#calendar .fc-toolbar-title, #calendar .fc-toolbar h2 { margin: 0; font-family: var(--tl-heading); font-size: 24px; font-weight: 700; letter-spacing: -.035em; }
#calendar .fc-button-group { gap: 4px; }
#calendar .fc-button, #calendar .btn { min-height: 36px; padding: 7px 12px; color: #37545b; border: 1px solid #cbdadc; border-radius: 8px !important; background: #fff; box-shadow: 0 1px 3px rgba(20,42,51,.06); font-size: 11px; font-weight: 700; text-transform: capitalize; }
#calendar .fc-button:hover, #calendar .fc-button:focus, #calendar .btn:hover, #calendar .btn:focus { color: var(--tl-primary-dark); border-color: #91c9cc; background: #eff8f8; transform: none; }
#calendar .fc-button-active, #calendar .fc-button-primary:not(:disabled).fc-button-active, #calendar .active { color: #fff; border-color: var(--tl-primary); background: var(--tl-primary); }
#calendar .fc-prev-button, #calendar .fc-next-button { width: 36px; padding-right: 0; padding-left: 0; }
#calendar .fc-scrollgrid { overflow: hidden; border: 1px solid var(--tl-line); border-radius: 12px; }
#calendar th { padding: 10px 5px; color: #587078; background: #f2f7f7; font-size: 10px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
#calendar .fc-col-header-cell-cushion { color: inherit; }
#calendar td, #calendar th { border-color: var(--tl-line); }
#calendar .fc-daygrid-day-frame { min-height: 112px; padding: 3px; }
#calendar .fc-daygrid-day-top { padding: 3px 4px 1px; }
#calendar .fc-daygrid-day-number { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; padding: 0 5px; color: #496168; border-radius: 50%; font-size: 11px; font-weight: 700; }
#calendar .fc-day-today .fc-daygrid-day-number { color: #fff; background: var(--tl-primary); }
#calendar .fc-day-other { background: #fafcfc; }
#calendar .fc-day-other .fc-daygrid-day-number { color: #a5b5b9; }
#calendar .fc-daygrid-event { min-height: 23px; margin: 2px 3px; padding: 3px 6px; overflow: hidden; color: #fff; border: 0; border-radius: 5px; background: var(--tl-secondary); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); line-height: 1.35; transition: transform .15s ease, box-shadow .15s ease, filter .15s ease; }
#calendar .fc-daygrid-event:hover { color: #fff; text-decoration: none; transform: translateY(-1px); filter: brightness(.94) saturate(1.06); box-shadow: 0 4px 9px rgba(20,42,51,.2); }
#calendar .fc-daygrid-dot-event .fc-event-title, #calendar .fc-daygrid-dot-event .fc-event-time { color: inherit; }
#calendar .fc-event-time { flex: 0 0 auto; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 700; font-variant-numeric: tabular-nums; }
#calendar .fc-event-title { min-width: 0; overflow: hidden; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
#calendar .talking-lifeEvent { color: #fff; background: #087f88; }
#calendar .talking-lifeEvent:hover { color: #fff; box-shadow: 0 4px 9px rgba(12,126,135,.28); }
#calendar .in-tracEvent { color: #fff; background: var(--intrac-primary); }
#calendar .in-tracEvent:hover { color: #fff; box-shadow: 0 4px 9px rgba(73,27,88,.3); }
#calendar .fc-daygrid-event-dot { flex: 0 0 auto; width: 8px; height: 8px; margin: 0 5px 0 1px; border: 0 !important; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 2px rgba(255,255,255,.9); }
#calendar .fc-daygrid-event-dot[style*="red"] { background: #c94b46 !important; }
#calendar .fc-daygrid-event-dot[style*="orange"] { background: #d88a20 !important; }
#calendar .fc-daygrid-event-dot[style*="green"] { background: #2e8b62 !important; }
#calendar .fc-more-link { margin: 3px 5px; color: var(--tl-secondary); font-size: 10px; font-weight: 700; }
#calendar .fc-list { overflow: hidden; border-color: var(--tl-line); border-radius: 12px; }
#calendar .fc-list-day-cushion { background: #eef5f5; }
#calendar .fc-list-event:hover td { background: #f4f9f9; }
@media (max-width: 900px) { #calendar .fc-toolbar { align-items: stretch; flex-direction: column; } #calendar .fc-toolbar-chunk { display: flex; justify-content: center; } #calendar .fc-daygrid-day-frame { min-height: 88px; } }
.dataTables_filter input, .dataTables_length select { border: 1px solid #cbdadc; border-radius: 7px; padding: 6px 8px; }

.tl-icon { display: inline-block; width: 1.05em; height: 1.05em; vertical-align: -.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tl-icon-host { display: inline-block; line-height: 1; vertical-align: -.15em; }
.tl-icon-host > .tl-icon { vertical-align: 0; }
.tl-icon.fa-2x { width: 2em; height: 2em; }
.btn .tl-icon { margin-left: .2em; }
.sidebar .tl-icon { width: 18px; height: 18px; margin-right: 8px; }
.ajaxconfirm { display: none !important; visibility: hidden !important; }
.ajaxconfirm:not(.hidden) { display: inline-block !important; visibility: visible !important; }

:focus-visible { outline: 3px solid rgba(12,156,165,.35) !important; outline-offset: 2px; }
@media (max-width: 767px) { .panel, .block, .well { border-radius: 10px; } .btn { min-height: 42px; } .panel-heading { flex-wrap: wrap; } .panel-heading > small { width: 100%; margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* EasyOffice sign-in */
.tl-login-page { min-height: 100vh; overflow-x: hidden; background: #082f39; }
.tl-login-page:before, .tl-login-page:after { position: fixed; z-index: 0; width: 520px; height: 520px; border-radius: 50%; content: ""; filter: blur(2px); pointer-events: none; }
.tl-login-page:before { top: -280px; left: -160px; background: radial-gradient(circle, rgba(75,202,206,.28), rgba(12,156,165,0) 68%); }
.tl-login-page:after { right: -230px; bottom: -320px; background: radial-gradient(circle, rgba(186,99,77,.26), rgba(186,99,77,0) 70%); }
.tl-login-shell { position: relative; z-index: 1; min-height: 100vh; background: linear-gradient(135deg, #082d37 0%, #0b414c 48%, #0d6070 100%); }
.tl-login-shell:before { position: absolute; inset: 0; content: ""; opacity: .34; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.tl-login-page .tl-login-main { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 520px); align-items: center; gap: clamp(50px, 8vw, 130px); width: min(1180px, calc(100% - 64px)); min-height: 100vh; margin: 0 auto; padding: 56px 0; }
.tl-login-intro { max-width: 610px; color: #fff; }
.tl-login-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; color: #89dde0; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.tl-login-eyebrow:before { width: 34px; height: 2px; content: ""; background: #56cbd0; }
.tl-login-intro h1 { margin: 0 0 24px; color: #fff; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.tl-login-intro h1 span { color: #82dadd; }
.tl-login-intro p { max-width: 540px; margin: 0 0 38px; color: #c4dadd; font-size: 17px; line-height: 1.75; }
.tl-login-points { display: flex; flex-wrap: wrap; gap: 12px; }
.tl-login-points span { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; color: #dff5f5; border: 1px solid rgba(137,221,224,.25); border-radius: 999px; background: rgba(255,255,255,.055); font-size: 11px; font-weight: 600; letter-spacing: .02em; backdrop-filter: blur(8px); }
.tl-login-points span:before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: #62d4d8; box-shadow: 0 0 0 4px rgba(98,212,216,.12); }
.tl-login-access { position: relative; padding: 42px; border: 1px solid rgba(255,255,255,.62); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 32px 90px rgba(0,23,29,.34), inset 0 1px 0 #fff; }
.tl-login-access:before { position: absolute; top: 0; right: 38px; left: 38px; height: 3px; content: ""; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--tl-primary), #56cbd0, var(--tl-accent)); }
.tl-login-brand { display: flex; align-items: center; min-height: 64px; margin: 0 0 30px; }
.tl-login-brand img { width: auto; max-width: 250px; max-height: 64px; margin: 0; object-fit: contain; }
.tl-login-brand--dual { justify-content: space-between; gap: 20px; }
.tl-login-brand--dual img { max-width: calc(50% - 26px); max-height: 56px; }
.tl-brand-divider { align-self: stretch; width: 1px; min-height: 46px; background: var(--tl-line); }
.tl-login-form { width: 100%; }
.tl-login-access > .row { margin: 0; }
.tl-login-access > .row > section { float: none; width: 100%; margin: 0; padding: 0; }
.tl-login-access > .row > section > .row { margin: 0; }
.tl-login-access .panel { margin: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.tl-login-access .panel-heading { display: block; min-height: 0; margin-bottom: 8px; padding: 0; color: var(--tl-ink); background: transparent; border: 0; font-family: var(--tl-heading); font-size: 27px; font-weight: 700; letter-spacing: -.035em; }
.tl-login-access .panel-heading:after { display: block; margin-top: 8px; color: var(--tl-muted); content: "Enter your details to continue to your workspace."; font-family: var(--tl-body); font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 1.6; }
.tl-login-access .panel-body { padding: 22px 0 0; }
.tl-login-access .form-horizontal .form-group { margin: 0 0 20px; }
.tl-login-access .form-horizontal .control-label, .tl-login-access .form-horizontal [class*="col-lg-"] { float: none; width: 100%; margin: 0; padding: 0; text-align: left; }
.tl-login-access .control-label { margin-bottom: 8px !important; color: #39535a; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.tl-login-access .form-control { height: 52px; padding: 12px 15px; border-color: #cbdadd; border-radius: 11px; background: #f9fbfb; font-size: 14px; }
.tl-login-access .form-control:hover { border-color: #a9c6ca; background: #fff; }
.tl-login-access .form-control:focus { background: #fff; border-color: var(--tl-primary); box-shadow: 0 0 0 4px rgba(12,156,165,.13); }
.tl-login-access .btn { width: 100%; min-height: 52px; margin-top: 5px; color: #fff; border: 0; border-radius: 11px !important; background: linear-gradient(105deg, var(--tl-primary-dark), var(--tl-primary)); box-shadow: 0 10px 24px rgba(12,156,165,.22); font-size: 13px; }
.tl-login-access .btn:hover, .tl-login-access .btn:focus { color: #fff; background: linear-gradient(105deg, #076b73, var(--tl-secondary)); box-shadow: 0 14px 30px rgba(12,118,145,.28); }
.tl-login-access .panel-body > p { margin: 0 0 18px; padding: 12px 14px; color: #466269; border-left: 3px solid var(--tl-primary); border-radius: 7px; background: #eef7f7; font-size: 12px; }
.tl-login-help { margin: 22px 0 0; text-align: center; }
.tl-login-help a { color: var(--tl-secondary); font-size: 12px; font-weight: 700; }

/* Trainer attendance workflow */
.tl-attendance-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; padding: 8px 0 22px; border-bottom: 1px solid var(--tl-line); }
.tl-page-eyebrow { display: block; margin-bottom: 7px; color: var(--tl-primary-dark); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tl-attendance-header h3 { margin: 0 0 7px; color: var(--tl-ink); font-size: 30px; }
.tl-attendance-header p { max-width: 680px; margin: 0; color: var(--tl-muted); }
.tl-page-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.tl-attendance-summary { display: grid; grid-template-columns: .65fr 1.35fr 1.2fr 1fr; gap: 1px; margin-bottom: 24px; overflow: hidden; border: 1px solid var(--tl-line); border-radius: 14px; background: var(--tl-line); box-shadow: var(--tl-shadow-sm); }
.tl-attendance-summary > div { min-width: 0; padding: 14px 16px; background: var(--tl-surface); }
.tl-attendance-summary span { display: block; margin-bottom: 5px; color: var(--tl-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tl-attendance-summary strong { display: block; overflow: hidden; color: var(--tl-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tl-attendance-panel .panel-heading > div { display: flex; align-items: baseline; justify-content: space-between; width: 100%; gap: 14px; }
.tl-attendance-panel .panel-heading h4 { margin: 0; }
.tl-attendance-panel .panel-heading small { color: var(--tl-muted); font-weight: 700; }
.tl-attendance-panel .panel-body { padding: 0; }
.tl-attendance-table { margin: 0; }
.tl-attendance-table thead th { padding: 13px 18px; color: #557078; background: #f3f7f8; border-bottom: 1px solid var(--tl-line); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.tl-attendance-table tbody td { padding: 18px; vertical-align: middle; border-color: #e6edef; }
.tl-attendance-table th:first-child { width: 42%; }
.tl-attendance-table th:nth-child(2) { width: 32%; }
.tl-delegate-name { margin-bottom: 6px; color: var(--tl-ink); font-size: 14px; font-weight: 800; }
.tl-delegate-meta { display: flex; flex-direction: column; gap: 3px; color: var(--tl-muted); font-size: 11px; }
.tl-attendance-options { display: inline-flex; gap: 7px; padding: 4px; border: 1px solid var(--tl-line); border-radius: 10px; background: #f4f7f8; }
.tl-attendance-choice { position: relative; margin: 0; cursor: pointer; }
.tl-attendance-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.tl-attendance-choice span { display: block; min-width: 78px; padding: 8px 12px; color: #5e747a; border-radius: 7px; text-align: center; transition: .16s ease; }
.tl-attendance-choice input:focus-visible + span { outline: 3px solid rgba(12,156,165,.3); }
.tl-attendance-choice.is-present input:checked + span { color: #fff; background: var(--tl-success); box-shadow: 0 4px 10px rgba(39,125,87,.2); }
.tl-attendance-choice.is-absent input:checked + span { color: #fff; background: var(--tl-danger); box-shadow: 0 4px 10px rgba(186,75,69,.2); }
.tl-requirements { color: #445f66; font-size: 12px; line-height: 1.55; }
.tl-empty-value { color: #91a1a5; font-style: italic; }
.tl-attendance-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px; border-top: 1px solid var(--tl-line); background: #f8fbfb; }
.tl-attendance-submit > div strong, .tl-attendance-submit > div span { display: block; }
.tl-attendance-submit > div strong { margin-bottom: 3px; color: var(--tl-ink); }
.tl-attendance-submit > div span { color: var(--tl-muted); font-size: 11px; }
.tl-attendance-submit .alert { margin: 0; }
@media (max-width: 900px) { .tl-attendance-header { align-items: flex-start; flex-direction: column; } .tl-attendance-summary { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .tl-page-actions, .tl-attendance-submit { align-items: stretch; flex-direction: column; width: 100%; } .tl-page-actions .btn { width: 100%; } .tl-attendance-summary { grid-template-columns: 1fr; } .tl-attendance-options { display: flex; flex-direction: column; } .tl-attendance-choice span { min-width: 92px; } }

@media (max-width: 900px) {
  .tl-login-page .tl-login-main { grid-template-columns: 1fr; gap: 34px; width: min(540px, calc(100% - 38px)); padding: 46px 0; }
  .tl-login-intro { text-align: center; }
  .tl-login-intro h1 { font-size: clamp(36px, 9vw, 54px); }
  .tl-login-intro p { margin-right: auto; margin-left: auto; }
  .tl-login-eyebrow { justify-content: center; }
  .tl-login-points { justify-content: center; }
}
@media (max-width: 520px) {
  .tl-login-page .tl-login-main { width: min(100% - 24px, 480px); padding: 28px 0; }
  .tl-login-intro p, .tl-login-points { display: none; }
  .tl-login-intro h1 { margin-bottom: 0; font-size: 34px; }
  .tl-login-eyebrow { margin-bottom: 18px; }
  .tl-login-access { padding: 30px 24px; border-radius: 19px; }
  .tl-login-brand img { max-width: 210px; }
}
