html,
body,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
div,
span,
p,
a,
label,
legend,
input,
button,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Legacy DataGrid rollout styles */
table.sortable,
table.sortablepair,
table.notsortable {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d9e2ec;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

table.sortable th,
table.sortablepair th,
table.notsortable th {
    padding: 0.7rem 0.8rem;
    border: 0;
    border-bottom: 1px solid #d9e2ec;
    background: #f8fafc;
    color: rgb(44, 62, 80);
    font: normal normal 700 0.9rem/1.15 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

table.sortable td,
table.sortablepair td,
table.notsortable td {
    border: 0;
    border-bottom: 1px solid #edf2f7;
    padding: 0.72rem 0.8rem;
    color: #243b53;
    font: normal normal 400 0.9rem/1.35 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    vertical-align: top;
    background: transparent;
}

table.sortable tbody tr:last-child td,
table.sortablepair tbody tr:last-child td,
table.notsortable tbody tr:last-child td {
    border-bottom: 0;
}

table.sortable th a,
table.sortable th a:link,
table.sortable th a:visited,
table.sortablepair th a,
table.sortablepair th a:link,
table.sortablepair th a:visited,
table.notsortable th a,
table.notsortable th a:link,
table.notsortable th a:visited {
    color: rgb(44, 62, 80);
    font: inherit;
    text-decoration: none;
}

table.sortable td a,
table.sortablepair td a,
table.notsortable td a {
    text-decoration: none;
    font-weight: 400;
}

tr.oddTableRow {
    background: #ffffff;
}

tr.evenTableRow {
    background: #f8fafc;
}

tr.oddTableRow:hover,
tr.evenTableRow:hover,
table.sortable tbody tr:hover,
table.sortablepair tbody tr:hover,
table.notsortable tbody tr:hover {
    background: #eef4ff;
}

div[id^="OverflowDiv"] {
    width: 100% !important;
    padding: 0 0 0.25rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.rt-v3-table-scroll {
    width: 100%;
    padding: 0 0 0.25rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.rt-v3-table-scroll > table.sortablepair {
    min-width: max-content;
}

.btn-xs,
.btn.btn-xs {
    min-height: 1.9rem;
    padding: 0.2rem 0.55rem;
    border-radius: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 600;
}

body.rt-v3-theme input[type="button"],
body.rt-v3-theme input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    background: rgb(44, 62, 80);
    color: #ffffff;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

body.rt-v3-theme input[type="button"]:hover,
body.rt-v3-theme input[type="submit"]:hover {
    background: rgb(65, 81, 97);
    border-color: rgb(65, 81, 97);
}

body.rt-v3-theme input[type="button"]:disabled,
body.rt-v3-theme input[type="submit"]:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

body.rt-v3-theme select,
body.rt-v3-theme .inputbox,
body.rt-v3-theme input[type="text"],
body.rt-v3-theme input[type="password"],
body.rt-v3-theme input[type="email"],
body.rt-v3-theme input[type="search"],
body.rt-v3-theme input[type="number"],
body.rt-v3-theme input[type="date"],
body.rt-v3-theme input[type="url"],
body.rt-v3-theme input[type="tel"] {
    min-height: 2.45rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.7rem;
    background: #ffffff;
    color: rgb(44, 62, 80);
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.rt-v3-theme select {
    padding-right: 2.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #52667a 50%), linear-gradient(135deg, #52667a 50%, transparent 50%);
    background-position: calc(100% - 1rem) calc(50% - 0.12rem), calc(100% - 0.7rem) calc(50% - 0.12rem);
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    background-repeat: no-repeat;
}

body.rt-v3-theme select:focus,
body.rt-v3-theme .inputbox:focus,
body.rt-v3-theme input[type="text"]:focus,
body.rt-v3-theme input[type="password"]:focus,
body.rt-v3-theme input[type="email"]:focus,
body.rt-v3-theme input[type="search"]:focus,
body.rt-v3-theme input[type="number"]:focus,
body.rt-v3-theme input[type="date"]:focus,
body.rt-v3-theme input[type="url"]:focus,
body.rt-v3-theme input[type="tel"]:focus {
    border-color: #8aa4bf;
    background-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.12);
}

p.note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 0.65rem 0 0.45rem;
    padding: 0.85rem 1rem;
    border: 1px solid #bcccdc;
    border-radius: 0.85rem;
    background: #e5edf6;
    color: #243b53;
    font: normal normal 600 1rem/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

p.note a.button,
p.note a.button:link,
p.note a.button:visited,
p.note a.button:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid #9fb3c8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgb(44, 62, 80);
    font: normal normal 600 0.82rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
}

body.rt-v3-theme p.note > span[style*="float:left"] {
    float: none !important;
    flex: 1 1 auto;
    min-width: 0;
}

body.rt-v3-theme p.note > span[style*="float:right"] {
    float: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    white-space: nowrap;
}

body.rt-v3-theme table.statisticsTable {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: 0 !important;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

body.rt-v3-theme table.statisticsTable th {
    padding: 0.75rem;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid #e0e0e0 !important;
    background: #f8f9fa;
    background-image: none !important;
    color: #7f8c8d;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
}

body.rt-v3-theme table.statisticsTable td {
    padding: 0.9rem 0.75rem;
    border: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    color: #243b53;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    vertical-align: top;
}

body.rt-v3-theme table.statisticsTable tr:last-child td {
    border-bottom: 0 !important;
}

body.rt-v3-theme table.statisticsTable tr.evenTableRow,
body.rt-v3-theme table.statisticsTable tr.oddTableRow {
    background: transparent !important;
}

body.rt-v3-theme table.statisticsTable tr:hover td {
    background: #f8f9ff;
}

body.rt-v3-theme #MRUPanel {
    margin: 0.85rem 0 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #d9e2ec;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    width: 100% !important;
    border-bottom: 1px solid #d9e2ec !important;
}

body.rt-v3-theme #MRUBlock {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    flex-wrap: nowrap;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-image: none !important;
    overflow: hidden;
}

body.rt-v3-theme #MRUBlock .MRUTitle {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgb(65, 81, 97) !important;
    border: 1px solid rgb(65, 81, 97);
    color: rgb(255, 255, 255) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    flex: 0 0 auto;
}

body.rt-v3-theme #MRUBlock .MRUItems {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
    scrollbar-color: #bcccdc transparent;
}

body.rt-v3-theme #MRUBlock .MRUItems a,
body.rt-v3-theme #MRUBlock .MRUItems a:link,
body.rt-v3-theme #MRUBlock .MRUItems a:visited {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #f8fafc;
    color: #243b53;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-decoration: none;
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0 !important;
}

body.rt-v3-theme #MRUBlock .MRUItems a:hover {
    background: #eef4ff;
    border-color: #b9c8da;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--candidate,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--candidate:link,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--candidate:visited {
    background: #eef4ff;
    border-color: #c7d8ff;
    color: #2f5fb3;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--candidate:hover {
    background: #dde9ff;
    border-color: #b2c8fb;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--company,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--company:link,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--company:visited {
    background: #eefbf3;
    border-color: #c8ead2;
    color: #2f7a4d;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--company:hover {
    background: #def4e7;
    border-color: #b5dec4;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--joborder,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--joborder:link,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--joborder:visited {
    background: #fff4ea;
    border-color: #f2d2b6;
    color: #b56624;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--joborder:hover {
    background: #ffead8;
    border-color: #e7c09c;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--contact,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--contact:link,
body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--contact:visited {
    background: #f4efff;
    border-color: #d9c8f2;
    color: #6b46b2;
}

body.rt-v3-theme #MRUBlock .MRUItems a.mru-item--contact:hover {
    background: #ede3ff;
    border-color: #cdb8ee;
}

body.rt-v3-theme #MRUBlock .MRUItems > span {
    margin: 0 !important;
}

body.rt-v3-theme #MRUBlock .MRUItems span[style*="color: orange"] {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

body.rt-v3-theme #MRUBlock .MRUEmpty {
    color: #7b8794;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    padding-top: 0.2rem;
}

body.rt-v3-theme #MRUBlock .MRUItems::-webkit-scrollbar {
    height: 0.45rem;
}

body.rt-v3-theme #MRUBlock .MRUItems::-webkit-scrollbar-thumb {
    background: #bcccdc;
    border-radius: 999px;
}

body.rt-v3-theme #main {
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    clear: none !important;
    padding-top: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

body.rt-v3-theme #contents {
    background: transparent !important;
    color: inherit !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.rt-v3-theme #contents > table:first-child {
    width: 100% !important;
    margin: 0 0 0.8rem;
    border-collapse: collapse;
}

body.rt-v3-theme #contents > table:first-child > tbody > tr > td {
    vertical-align: middle;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

body.rt-v3-theme #contents > table:first-child > tbody > tr > td:first-child {
    width: 1% !important;
    padding-right: 0.65rem;
    white-space: nowrap;
}

body.rt-v3-theme #contents > table:first-child > tbody > tr > td:first-child img {
    display: block;
    margin-top: 0 !important;
}

body.rt-v3-theme #contents > table:first-child h2 {
    margin: 0;
    color: rgb(44, 62, 80);
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.rt-v3-theme #contents > table:first-child > tbody > tr > td[align="right"] {
    padding-left: 1rem;
    white-space: nowrap;
}

body.rt-v3-theme #jobOrdersViewSelectorForm {
    margin: 0;
}

body.rt-v3-theme #jobOrdersViewSelectorForm .viewSelector {
    margin: 0;
}

body.rt-v3-theme #jobOrdersViewSelectorForm .viewSelector td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

body.rt-v3-theme #jobOrdersViewSelectorForm label {
    margin: 0;
    color: #486581;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body.rt-v3-theme #jobOrdersViewSelectorForm input[type="checkbox"] {
    margin: 0 0.35rem 0 0;
    vertical-align: middle;
}

table.viewSelector {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0.75rem 0;
}

table.viewSelector td {
    padding: 0;
    font: normal normal 500 0.9rem/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #486581;
}

.selectBox,
input.selectBox {
    min-height: 2.5rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid #cbd2d9;
    border-radius: 0.7rem;
    background-color: #ffffff;
    color: rgb(44, 62, 80);
    font: normal normal 500 1rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: none;
}

body.rt-v3-theme select.selectBox,
body.rt-v3-theme select.inputbox,
body.rt-v3-theme select {
    padding-right: 2.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #52667a 50%), linear-gradient(135deg, #52667a 50%, transparent 50%);
    background-position: calc(100% - 1rem) calc(50% - 0.12rem), calc(100% - 0.7rem) calc(50% - 0.12rem);
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    background-repeat: no-repeat;
}

.filterAreaFieldSet {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid #d9e2ec;
    border-radius: 0.9rem;
    background: #ffffff;
}

.filterAreaLegend {
    border: 0;
    border-radius: 999px;
    margin: 0 0 0.75rem;
    padding: 0.35rem 0.8rem;
    background: rgb(44, 62, 80);
    color: #ffffff;
    font: normal normal 700 0.9rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.filterArea {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.65rem;
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #f8fafc;
    white-space: nowrap;
}

.filterArea .inputbox,
.filterArea input[type="text"] {
    min-height: 2rem;
    padding: 0.3rem 0.6rem;
    border: 1px solid #cbd2d9;
    border-radius: 999px;
    background: #ffffff;
}

.ajaxSearchResults {
    padding: 0.7rem 0.8rem;
    border: 1px solid #d9e2ec;
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

div[id^="ActionArea"] {
    width: 19rem !important;
    padding: 0.7rem !important;
}

.actions_div_table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #edf2f7;
}

.actions_div_table:last-child {
    border-bottom: 0;
}

.actions_div_table_selected_div {
    top: 0;
}

.gridaction,
.actions_div_table a,
.actions_div_table a:link,
.actions_div_table a:visited {
    color: rgb(44, 62, 80);
    font: normal normal 600 0.95rem/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
}

span[id^="pageInputArea"] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #ffffff;
    color: #486581;
    font: normal normal 600 0.95rem/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

span[id^="pageInputArea"] input[type="text"],
span[id^="pageInputArea"] input[type="input"],
span[id^="pageInputArea"] input[type="button"],
span[id^="pageInputArea"] input:not([type]) {
    min-height: 1.9rem;
    border: 1px solid #cbd2d9;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

span[id^="prevLink"] a,
span[id^="prevLink"] a:link,
span[id^="prevLink"] a:visited,
span[id^="nextLink"] a,
span[id^="nextLink"] a:link,
span[id^="nextLink"] a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    margin: 0 0.35rem;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    background: #ffffff;
    color: rgb(44, 62, 80);
    font: normal normal 600 0.9rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
}

@media (max-width: 768px) {
    p.note {
        align-items: flex-start;
        flex-direction: column;
    }

    table.viewSelector,
    table.viewSelector tbody,
    table.viewSelector tr,
    table.viewSelector td {
        display: block;
        width: 100%;
    }

    table.viewSelector td {
        margin-bottom: 0.65rem;
    }

    .selectBox,
    input.selectBox {
        width: 100%;
    }

    .filterArea {
        width: 100%;
        justify-content: space-between;
        white-space: normal;
    }

    .actions_div_table {
        align-items: flex-start;
        flex-direction: column;
    }

    span[id^="pageInputArea"] {
        margin: 0.4rem 0;
    }

    body.rt-v3-theme #MRUBlock {
        flex-direction: column;
    }

    body.rt-v3-theme #MRUBlock .MRUItems {
        width: 100%;
    }
}

body.rt-v3-theme {
    margin: 0;
    padding: 0;
    min-width: 0 !important;
    background: #f5f7fa;
    color: #2c3e50;
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: auto;
}

body.rt-v3-theme,
body.rt-v3-theme input,
body.rt-v3-theme button,
body.rt-v3-theme textarea,
body.rt-v3-theme select {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body.rt-v3-theme *,
body.rt-v3-theme *::before,
body.rt-v3-theme *::after {
    box-sizing: border-box;
}

body.rt-v3-theme a,
body.rt-v3-theme a:link,
body.rt-v3-theme a:visited,
body.rt-v3-theme a:hover {
    font: inherit;
    text-decoration: none;
}

body.rt-v3-theme .app-container {
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
}

body.rt-v3-theme #main,
body.rt-v3-theme #contents,
body.rt-v3-theme .dashboard-shell-container,
body.rt-v3-theme .main-content {
    font-size: 16px !important;
}

body.rt-v3-theme .sidebar {
    width: 240px;
    background: #2c3e50;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.3s ease;
    z-index: 120;
    left: 0;
    top: 0;
}

body.rt-v3-theme .sidebar.hidden {
    transform: translateX(-240px);
}

body.rt-v3-theme.rt-v3-sidebar-preload .sidebar,
body.rt-v3-theme.rt-v3-sidebar-preload .main-content,
body.rt-v3-theme.rt-v3-sidebar-preload .hamburger {
    transition: none !important;
}

body.rt-v3-theme.rt-v3-sidebar-desktop-initial-closed .sidebar {
    transform: translateX(-240px);
}

body.rt-v3-theme.rt-v3-sidebar-desktop-initial-closed .main-content {
    margin-left: 0;
}

body.rt-v3-theme .sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 110;
    border: 0;
    background: rgba(15, 23, 42, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

body.rt-v3-theme .sidebar-backdrop.visible {
    opacity: 1;
    pointer-events: auto;
}

body.rt-v3-theme .sidebar-header {
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

body.rt-v3-theme .logo {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0;
}

body.rt-v3-theme .logo:hover {
    color: #ffffff;
}

body.rt-v3-theme .logo-mark {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffd84d;
    flex: 0 0 auto;
    font-size: 1.375rem !important;
    line-height: 1 !important;
}

body.rt-v3-theme .logo-copy {
    display: flex;
    flex-direction: row;
    min-width: 0;
}

body.rt-v3-theme .logo-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff;
    line-height: 1.2 !important;
    letter-spacing: 0;
}

body.rt-v3-theme .user-badge {
    margin-top: 0.75rem;
    padding: 0.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    font-size: 0.85rem !important;
}

body.rt-v3-theme .user-name {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

body.rt-v3-theme .user-role {
    font-size: 0.8rem !important;
    color: rgba(255,255,255,0.7);
    line-height: 1.4 !important;
}

body.rt-v3-theme .nav-menu {
    flex: 1;
    padding: 1rem 0;
}

body.rt-v3-theme .nav-item {
    padding: 0.75rem 1.25rem;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.2s;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

body.rt-v3-theme .nav-item:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

body.rt-v3-theme .nav-item.active {
    background: rgba(102, 126, 234, 0.3);
    color: #ffffff;
    border-left: 3px solid #667eea;
}

body.rt-v3-theme .nav-icon {
    width: 20px;
    text-align: center;
    flex: 0 0 20px;
    font-size: 1rem !important;
    line-height: 1 !important;
}

body.rt-v3-theme .world-clocks {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.75rem;
}

body.rt-v3-theme .clock-title {
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    font-size: 0.7rem !important;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    font-weight: 500 !important;
}

body.rt-v3-theme .clock-item {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    color: rgba(255,255,255,0.9);
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    gap: 0.75rem;
}

body.rt-v3-theme .clock-location {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    font-weight: 400 !important;
}

body.rt-v3-theme .clock-code {
    color: rgba(255,255,255,0.58);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.rt-v3-theme .clock-city {
    font-weight: 600;
    color: rgba(255,255,255,0.96);
}

body.rt-v3-theme .sidebar-footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

body.rt-v3-theme .logout-btn {
    width: 100%;
    padding: 0.75rem;
    background: rgba(231, 76, 60, 0.8);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem !important;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.2 !important;
}

body.rt-v3-theme .logout-btn:hover {
    background: rgba(231, 76, 60, 1);
    color: #ffffff;
}

body.rt-v3-theme .hamburger {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 101;
    border: 0;
    background: transparent;
    padding: 0;
}

body.rt-v3-theme .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #2c3e50;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

body.rt-v3-theme .hamburger.active span:nth-child(1) {
    transform: translateY(10.5px) translateX(2px) rotate(-45deg);
    width: 60%;
}

body.rt-v3-theme .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

body.rt-v3-theme .hamburger.active span:nth-child(3) {
    transform: translateY(-10.5px) translateX(2px) rotate(45deg);
    width: 60%;
}

body.rt-v3-theme .main-content {
    flex: 1;
    margin-left: 240px;
    transition: margin-left 0.3s ease;
    overflow-x: hidden;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.rt-v3-theme .main-content.expanded {
    margin-left: 0;
}

body.rt-v3-theme .top-bar {
    background: #ffffff;
    padding: 0.8125rem 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    overflow-x: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

body.rt-v3-theme .top-bar-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    min-width: 0;
}

body.rt-v3-theme .search-box {
    flex: 1;
    max-width: 500px;
    min-width: 0;
}

body.rt-v3-theme .search-form {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

body.rt-v3-theme .search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.rt-v3-theme .search-input {
    width: 100%;
    min-width: 0;
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    border: 1px solid #d1d5da;
    border-radius: 6px;
    font-size: 0.95rem !important;
    color: #2c3e50;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 0.75rem center;
    line-height: 1.5 !important;
}

body.rt-v3-theme .search-input:focus {
    outline: none;
    border-color: #667eea;
}

body.rt-v3-theme .search-submit {
    flex: 0 0 auto;
    min-height: 2.6rem;
    min-width: 2.6rem;
    padding: 0 0.8rem;
    border: 0;
    border-radius: 0.7rem;
    background: rgb(44, 62, 80);
    color: #ffffff;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.rt-v3-theme .search-submit:hover {
    background: #243b53;
}

body.rt-v3-theme .top-bar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.9rem !important;
    color: #586069;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

body.rt-v3-theme .v3-subtabs-wrap {
    position: sticky;
    top: 4.625rem;
    z-index: 45;
    padding: 0.85rem 2rem 0.9rem;
    background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
    border-bottom: 1px solid #d9e2ec;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.75);
}

body.rt-v3-theme .v3-subtabs {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    list-style: none;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #bcccdc transparent;
}

body.rt-v3-theme .v3-subtabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

body.rt-v3-theme .v3-subtabs::-webkit-scrollbar {
    height: 0.42rem;
}

body.rt-v3-theme .v3-subtabs::-webkit-scrollbar-thumb {
    background: #bcccdc;
    border-radius: 999px;
}

body.rt-v3-theme .v3-subtab-item,
body.rt-v3-theme .v3-subtab-item:link,
body.rt-v3-theme .v3-subtab-item:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid #c7d2df;
    border-radius: 999px;
    background: #ffffff;
    color: rgb(44, 62, 80);
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

body.rt-v3-theme .v3-subtab-item:hover {
    background: #eef4ff;
    border-color: #aebfd2;
    color: rgb(44, 62, 80);
}

body.rt-v3-theme .v3-subtab-item.active {
    background: rgb(65, 81, 97);
    border-color: rgb(65, 81, 97);
    color: #ffffff;
}

body.rt-v3-theme .dashboard-shell-container {
    flex: 1;
    padding: 0;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

body.rt-v3-theme .dashboard-overview {
    padding: 2rem;
}

body.rt-v3-theme .dashboard-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.75rem, 1fr));
    gap: 1rem;
    align-items: stretch;
}

body.rt-v3-theme .dashboard-open-jobs-panel {
    margin-top: 1.5rem;
    background: #ffffff;
    border: 0;
    border-radius: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

body.rt-v3-theme .dashboard-open-jobs-toolbar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 2px solid #f0f0f0;
    background: #ffffff;
}

body.rt-v3-theme .dashboard-open-jobs-title {
    color: rgb(44, 62, 80);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

body.rt-v3-theme .dashboard-open-jobs-tab,
body.rt-v3-theme .dashboard-open-jobs-page-btn,
body.rt-v3-theme .dashboard-open-jobs-manage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid #c7d2df;
    border-radius: 999px;
    background: #ffffff;
    color: rgb(44, 62, 80);
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none;
    cursor: pointer;
}

body.rt-v3-theme .dashboard-open-jobs-tab.active {
    background: rgb(65, 81, 97);
    border-color: rgb(65, 81, 97);
    color: #ffffff;
}

body.rt-v3-theme .dashboard-open-jobs-manage {
    min-height: auto;
    margin-left: 0;
    color: #5b74f3;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 0.85rem !important;
}

body.rt-v3-theme .dashboard-open-jobs-container {
    padding: 0 1.5rem 1.5rem;
}

body.rt-v3-theme .dashboard-open-jobs-loading {
    padding: 1rem 0;
    color: #6b7c93;
    font-size: 0.95rem;
}

body.rt-v3-theme .dashboard-open-jobs-filters {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    padding: 0;
}

body.rt-v3-theme .dashboard-open-jobs-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 2.2rem;
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    color: #546e7a;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: all 0.2s;
}

body.rt-v3-theme .dashboard-open-jobs-filter-btn:hover {
    border-color: #667eea;
    color: #667eea;
}

body.rt-v3-theme .dashboard-open-jobs-filter-btn.active {
    background: #667eea;
    border-color: #667eea;
    color: #ffffff;
}

body.rt-v3-theme .dashboard-open-jobs-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
}

body.rt-v3-theme .dashboard-open-jobs-table {
    width: 100%;
    min-width: 50rem;
    border-collapse: separate;
    border-spacing: 0;
}

body.rt-v3-theme .dashboard-open-jobs-table thead {
    background: #f8f9fa;
}

body.rt-v3-theme .dashboard-open-jobs-table th {
    padding: 0.75rem;
    border-bottom: 2px solid #e0e0e0;
    color: #7f8c8d;
    background: #f8f9fa;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

body.rt-v3-theme .dashboard-open-jobs-table td {
    padding: 0.9rem 0.75rem;
    border-bottom: 1px solid #edf2f7;
    color: #243b53;
    font-size: 0.88rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    vertical-align: top;
}

body.rt-v3-theme .dashboard-open-jobs-table tbody tr:last-child td {
    border-bottom: 0;
}

body.rt-v3-theme .dashboard-open-jobs-title-cell a {
    color: rgb(44, 62, 80);
    font-weight: 700;
    text-decoration: none;
}

body.rt-v3-theme .dashboard-open-jobs-company-link {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

body.rt-v3-theme .dashboard-open-jobs-company-link:hover,
body.rt-v3-theme .dashboard-open-jobs-title-cell a:hover {
    text-decoration: underline;
}

body.rt-v3-theme .dashboard-open-jobs-table tbody tr {
    transition: background 0.2s;
    cursor: pointer;
}

body.rt-v3-theme .dashboard-open-jobs-table tbody tr:hover {
    background: #f8f9ff;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(1),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(1) {
    min-width: 16rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(2),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(2) {
    min-width: 14rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(3),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(3) {
    min-width: 7.5rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(4),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(4) {
    min-width: 7rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(5),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(5) {
    min-width: 6.5rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(6),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(6) {
    min-width: 7rem;
}

body.rt-v3-theme .dashboard-open-jobs-table th:nth-child(7),
body.rt-v3-theme .dashboard-open-jobs-table td:nth-child(7) {
    min-width: 5rem;
}

body.rt-v3-theme .dashboard-open-jobs-status {
    display: inline-block !important;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    padding: 0.3rem 0.8rem;
    border-radius: 16px;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
}

body.rt-v3-theme .dashboard-open-jobs-table .job-status.hot,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--hot,
body.rt-v3-theme .dashboard-open-jobs-status--hot {
    background-color: #fff3e0 !important;
    color: #f57c00 !important;
}

body.rt-v3-theme .dashboard-open-jobs-table .job-status.active,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--active,
body.rt-v3-theme .dashboard-open-jobs-status--active {
    background-color: #e8f5e9 !important;
    color: #388e3c !important;
}

body.rt-v3-theme .dashboard-open-jobs-table .job-status.onhold,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--onhold,
body.rt-v3-theme .dashboard-open-jobs-status--onhold {
    background-color: #fff8e1 !important;
    color: #f9a825 !important;
}

body.rt-v3-theme .dashboard-open-jobs-table .job-status.filled,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--filled,
body.rt-v3-theme .dashboard-open-jobs-status--filled {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
}

body.rt-v3-theme .dashboard-open-jobs-table .job-status.submission,
body.rt-v3-theme .dashboard-open-jobs-table .job-status.submitted,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--submission,
body.rt-v3-theme .dashboard-open-jobs-table .dashboard-open-jobs-status--submitted,
body.rt-v3-theme .dashboard-open-jobs-status--submission,
body.rt-v3-theme .dashboard-open-jobs-status--submitted {
    background-color: #ede7f6 !important;
    color: #5e35b1 !important;
}

body.rt-v3-theme .dashboard-open-jobs-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0.9rem 0 0;
}

body.rt-v3-theme .dashboard-open-jobs-page-btn[disabled="disabled"],
body.rt-v3-theme .dashboard-open-jobs-page-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

body.rt-v3-theme .dashboard-open-jobs-page-label {
    color: #6b7c93;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
}

body.rt-v3-popup-page .dashboard-open-jobs-popup,
body.rt-v3-theme .dashboard-open-jobs-popup {
    padding: 1rem;
}

body.rt-v3-popup-page .dashboard-open-jobs-toolbar--popup,
body.rt-v3-theme .dashboard-open-jobs-toolbar--popup {
    margin-bottom: 1.25rem;
    padding: 1rem 0 1rem;
    border-bottom: 2px solid #f0f0f0;
}

body.rt-v3-popup-page .dashboard-open-jobs-container--popup,
body.rt-v3-theme .dashboard-open-jobs-container--popup {
    padding: 0;
}

body.rt-v3-theme .dashboard-kpi-card {
    position: relative;
    min-height: 9rem;
    background: #ffffff;
    border-radius: 0.875rem;
    box-shadow: 0 2px 12px rgba(31, 41, 55, 0.08);
    padding: 1.25rem 1.4rem 1.2rem;
    border-left: 0.25rem solid #667eea;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.rt-v3-theme .dashboard-kpi-card--blue {
    border-left-color: #5b74f3;
}

body.rt-v3-theme .dashboard-kpi-card--orange {
    border-left-color: #ff9f1a;
}

body.rt-v3-theme .dashboard-kpi-card--cyan {
    border-left-color: #44c7d8;
}

body.rt-v3-theme .dashboard-kpi-card--green {
    border-left-color: #63c66d;
}

body.rt-v3-theme .dashboard-kpi-card--purple {
    border-left-color: #b455db;
}

body.rt-v3-theme .dashboard-kpi-card--amber {
    border-left-color: #ff7b22;
}

body.rt-v3-theme .dashboard-kpi-title {
    margin: 0 0 0.7rem;
    color: #6f8093;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.35 !important;
}

body.rt-v3-theme .dashboard-kpi-value {
    margin: 0;
    color: #243b53;
    font-size: 2.05rem !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}

body.rt-v3-theme .dashboard-kpi-subtitle {
    margin-top: 0.55rem;
    color: #8a9aad;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

body.rt-v3-theme .dashboard-panel-grid {
    margin-top: 1.75rem;
}

body.rt-v3-theme .dashboard-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(17rem, 1fr);
    gap: 1.5rem;
    align-items: start;
    margin-top: 1.75rem;
}

body.rt-v3-theme .dashboard-side-column {
    display: grid;
    gap: 1.5rem;
    align-content: start;
}

body.rt-v3-theme .dashboard-main-column,
body.rt-v3-theme .dashboard-side-column {
    min-width: 0;
}

body.rt-v3-theme .dashboard-panel {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border: 2px solid #f06292;
    border-radius: 0.875rem;
    box-shadow: 0 4px 12px rgba(240, 98, 146, 0.18);
    padding: 1.5rem;
}

body.rt-v3-theme .dashboard-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.1rem;
    border-bottom: 2px solid rgba(240, 98, 146, 0.38);
}

body.rt-v3-theme .dashboard-panel-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #243b53;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.rt-v3-theme .dashboard-panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    height: 1.9rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: #f06292;
    color: #ffffff;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
}

body.rt-v3-theme .dashboard-panel-link {
    color: #667eea;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

body.rt-v3-theme .urgent-item {
    padding: 1rem;
    background: #ffffff;
    border-left: 4px solid #e74c3c;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.rt-v3-theme .urgent-item:last-child {
    margin-bottom: 0;
}

body.rt-v3-theme .urgent-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.45rem;
}

body.rt-v3-theme .urgent-name,
body.rt-v3-theme .urgent-name a {
    color: #243b53;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body.rt-v3-theme .urgent-details {
    color: #546e7a;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

body.rt-v3-theme .urgent-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.28rem 0.75rem;
    color: #ffffff;
    background: #e74c3c;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

body.rt-v3-theme .urgent-status--follow-up {
    background: #f57c00;
}

body.rt-v3-theme .urgent-status--update-status {
    background: #667eea;
}

body.rt-v3-theme .urgent-action {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}

body.rt-v3-theme .urgent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    border-radius: 0.45rem;
    padding: 0.45rem 0.95rem;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-decoration: none;
}

body.rt-v3-theme .urgent-btn--primary {
    background: #667eea;
    color: #ffffff;
}

body.rt-v3-theme .urgent-btn--secondary {
    background: #ecf0f1;
    color: #546e7a;
}

body.rt-v3-theme .dashboard-side-card {
    background: #ffffff;
    border-radius: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.4rem;
}

body.rt-v3-theme .dashboard-side-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #243b53;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    padding-bottom: 0.95rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #edf2f7;
}

body.rt-v3-theme .quick-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

body.rt-v3-theme .quick-action-btn {
    display: flex;
    min-height: 6.1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.95rem 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 0.55rem;
    background: #ffffff;
    color: #243b53;
    text-align: center;
    text-decoration: none;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.rt-v3-theme .quick-action-btn:hover,
body.rt-v3-theme .quick-action-btn:focus {
    border-color: #667eea;
    background: #f8f9ff;
    color: #667eea;
    text-decoration: none;
    transform: translateY(-1px);
}

body.rt-v3-theme .quick-action-icon {
    display: block;
    font-size: 1.45rem !important;
    line-height: 1 !important;
}

body.rt-v3-theme .leaderboard-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 0.9rem;
    margin-bottom: 0.65rem;
    border: 1px solid #edf2f7;
    border-radius: 0.7rem;
    background: #ffffff;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.rt-v3-theme .leaderboard-item:last-child {
    margin-bottom: 0;
}

body.rt-v3-theme .leaderboard-item:hover {
    background: #f8fafc;
    border-color: #d8e1eb;
    transform: translateY(-1px);
}

body.rt-v3-theme .leaderboard-item--current {
    border: 2px solid #667eea;
    background: #f8f9ff;
}

body.rt-v3-theme .leaderboard-rank {
    width: 1.85rem;
    flex: 0 0 1.85rem;
    text-align: center;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #667eea;
}

body.rt-v3-theme .leaderboard-rank--gold {
    color: #d4a017;
}

body.rt-v3-theme .leaderboard-rank--silver {
    color: #8b98a7;
}

body.rt-v3-theme .leaderboard-rank--bronze {
    color: #b87333;
}

body.rt-v3-theme .leaderboard-info {
    flex: 1 1 auto;
    min-width: 0;
}

body.rt-v3-theme .leaderboard-name {
    color: #243b53;
    font-size: 0.97rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body.rt-v3-theme .leaderboard-you {
    color: #667eea;
}

body.rt-v3-theme .leaderboard-stats {
    margin-top: 0.18rem;
    color: #7b8794;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
}

body.rt-v3-theme .leaderboard-value {
    flex: 0 0 auto;
    color: #243b53;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.rt-v3-theme .leaderboard-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 11rem;
    border: 1px dashed #d9e2ec;
    border-radius: 0.8rem;
    background: #f8fafc;
    text-align: center;
    color: #7b8794;
    padding: 1.2rem;
}

body.rt-v3-theme .leaderboard-empty-emoji {
    font-size: 2rem !important;
    line-height: 1 !important;
}

body.rt-v3-theme .leaderboard-empty-text {
    margin-top: 0.7rem;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
}

body.rt-v3-theme .placement-item {
    padding: 0.75rem;
    border-left: 3px solid #66bb6a;
    background: #f1f8f4;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    overflow-x: hidden;
}

body.rt-v3-theme .placement-item:last-child {
    margin-bottom: 0;
}

body.rt-v3-theme .placement-name,
body.rt-v3-theme .placement-name a {
    font-weight: 700 !important;
    color: #2c3e50;
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.2rem;
    text-decoration: none;
    word-wrap: break-word;
}

body.rt-v3-theme .placement-name a:hover {
    text-decoration: underline;
}

body.rt-v3-theme .placement-details,
body.rt-v3-theme .placement-details a {
    font-size: 0.8rem !important;
    color: #546e7a;
    line-height: 1.45 !important;
    text-decoration: none;
    word-wrap: break-word;
}

body.rt-v3-theme .placement-details a:hover {
    text-decoration: underline;
}

body.rt-v3-theme .placement-guarantee {
    font-size: 0.75rem !important;
    color: #f57c00;
    margin-top: 0.2rem;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

body.rt-v3-theme .placement-guarantee.warning {
    color: #d73a49;
    font-weight: 600 !important;
}

body.rt-v3-theme .dashboard-shell-footer {
    margin-top: auto;
    background: #ffffff;
    border-top: 1px solid #e5e9f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 2rem;
    color: #546e7a;
    font-size: 0.85rem;
}

body.rt-v3-theme .dashboard-shell-footer-copy,
body.rt-v3-theme .dashboard-shell-footer-legal {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

body.rt-v3-theme #footerText,
body.rt-v3-theme #footerResponse,
body.rt-v3-theme #footerCopyright {
    margin: 0;
    color: #546e7a;
    font-size: 0.75rem;
}

body.rt-v3-theme #footerCopyright {
    opacity: 0.5;
}

body.rt-v3-theme #singleQuickActionMenu,
body.rt-v3-theme #popupMask,
body.rt-v3-theme #popupContainer {
    font-family: Arial, Tahoma, sans-serif;
}

body.rt-v3-theme #popupMask {
    background: rgba(25, 33, 52, 0.42);
    backdrop-filter: blur(3px);
    z-index: 3000 !important;
}

body.rt-v3-theme #popupContainer {
    border: 1px solid rgba(199, 208, 224, 0.9) !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    background: #ffffff !important;
    padding: 0 !important;
    z-index: 3001 !important;
}

body.rt-v3-theme #popupInner {
    border: 0 !important;
    background: #ffffff !important;
}

body.rt-v3-theme #popupTitleBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3.5rem !important;
    height: auto !important;
    padding: 0.85rem 1rem !important;
    background: rgb(44, 62, 80) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-sizing: border-box;
}

body.rt-v3-theme #popupTitle {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

body.rt-v3-theme #popupControls {
    display: inline-flex;
    align-items: center;
}

body.rt-v3-theme #popupControls img {
    display: none !important;
}

body.rt-v3-theme .popup-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}

body.rt-v3-theme .popup-close-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

body.rt-v3-theme #popupFrameIFrame,
body.rt-v3-theme #popupFrameDiv {
    background: #f5f7fa;
}

body.rt-v3-popup-page {
    margin: 0;
    padding: 0;
    min-width: 0 !important;
    background: #f5f7fa;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.rt-v3-popup-page .dashboard-popup-wrap {
    padding: 1rem;
}

body.rt-v3-popup-page .dashboard-panel-grid {
    margin-top: 0;
}

body.rt-v3-popup-page .dashboard-panel {
    border-width: 1px;
    box-shadow: none;
}

body.rt-v3-popup-page .dashboard-empty-state {
    color: #6b7c93;
    font-size: 0.95rem;
    padding: 1rem 0 0.5rem;
}

@media (max-width: 768px) {
    body.rt-v3-theme .sidebar {
        width: 240px;
        transform: translateX(-240px);
    }

    body.rt-v3-theme.rt-v3-sidebar-mobile-initial-open .sidebar {
        transform: translateX(0);
    }

    body.rt-v3-theme .sidebar.hidden {
        transform: translateX(-240px);
    }

    body.rt-v3-theme .sidebar.sidebar-open-mobile {
        transform: translateX(0);
    }

    body.rt-v3-theme .main-content {
        margin-left: 0;
    }

    body.rt-v3-theme .main-content.expanded {
        margin-left: 0;
    }

    body.rt-v3-theme .top-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 0.8125rem 1rem 0.8125rem 4.25rem;
    }

    body.rt-v3-theme .v3-subtabs-wrap {
        top: 7.25rem;
        padding: 0.7rem 1rem 0.75rem;
    }

    body.rt-v3-theme .search-box {
        max-width: 100%;
    }

    body.rt-v3-theme .search-form {
        width: 100%;
    }

    body.rt-v3-theme .hamburger {
        position: fixed;
        top: 1rem;
        left: 1rem;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0.7rem 0.6rem;
        border-radius: 0.85rem;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
        z-index: 130;
    }

    body.rt-v3-theme.sidebar-mobile-open .hamburger {
        background: rgb(44, 62, 80);
    }

    body.rt-v3-theme.sidebar-mobile-open .hamburger span {
        background: #ffffff;
    }

    body.rt-v3-theme .v3-subtab-item,
    body.rt-v3-theme .v3-subtab-item:link,
    body.rt-v3-theme .v3-subtab-item:visited {
        min-height: 2.2rem;
        padding: 0.5rem 0.8rem;
        font-size: 0.88rem !important;
    }

    body.rt-v3-theme #contents > table:first-child,
    body.rt-v3-theme #contents > table:first-child > tbody,
    body.rt-v3-theme #contents > table:first-child > tbody > tr,
    body.rt-v3-theme #contents > table:first-child > tbody > tr > td {
        display: block;
        width: 100% !important;
    }

    body.rt-v3-theme #contents > table:first-child > tbody > tr > td {
        padding: 0.2rem 0;
    }

    body.rt-v3-theme #contents > table:first-child > tbody > tr > td[align="right"] {
        padding-left: 0;
    }

    body.rt-v3-theme .dashboard-shell-container {
        padding: 0;
    }

    body.rt-v3-theme .dashboard-overview {
        padding: 1.25rem 1rem;
    }

    body.rt-v3-theme .dashboard-kpi-grid {
        grid-template-columns: 1fr;
    }

    body.rt-v3-theme .dashboard-main-grid {
        grid-template-columns: 1fr;
    }

    body.rt-v3-theme .dashboard-panel {
        padding: 1rem;
    }

    body.rt-v3-theme .dashboard-panel-header,
    body.rt-v3-theme .urgent-header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.rt-v3-theme .dashboard-side-card {
        padding: 1rem;
    }

    body.rt-v3-theme .quick-action-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.rt-v3-theme .quick-action-btn {
        min-height: 5.25rem;
        padding: 0.85rem 0.65rem;
        font-size: 0.92rem !important;
    }

    body.rt-v3-theme .leaderboard-item {
        padding: 0.8rem;
    }

    body.rt-v3-theme .dashboard-shell-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
    }
}

@media (max-width: 520px) {
    body.rt-v3-theme .quick-action-grid {
        grid-template-columns: 1fr;
    }

    body.rt-v3-theme .quick-action-btn {
        min-height: 4.75rem;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 0.85rem 1rem;
    }

    body.rt-v3-theme .leaderboard-item {
        gap: 0.7rem;
    }

    body.rt-v3-theme .leaderboard-name {
        font-size: 0.92rem !important;
    }

    body.rt-v3-theme .leaderboard-stats {
        font-size: 0.76rem !important;
    }

    body.rt-v3-theme .leaderboard-value {
        font-size: 1rem !important;
    }
}
