:root {
--gr-dark-bg: #020617;
--gr-dark-text: #e5e7eb;
--gr-dark-border: #1f2937;
--gr-accent: #ff3366; } #groundrak-theme-toggle {
display: inline-flex !important;
align-items: center;
gap: 0.5rem;
padding: 0.35rem 0.9rem;
border-radius: 999px;
border: 2px solid currentColor;
cursor: pointer;
font-weight: 600;
font-size: 0.9rem;
background: transparent;
text-decoration: none;
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
opacity 0.2s ease,
color 0.2s ease;
}
#groundrak-theme-toggle .gr-icon {
font-size: 1.1rem;
} body:not(.gr-theme-dark) #groundrak-theme-toggle,
body:not(.gr-theme-dark) #groundrak-theme-toggle .gr-label,
body:not(.gr-theme-dark) #groundrak-theme-toggle .gr-icon {
color: #ffffff;
} @media (max-width: 768px) {
body:not(.gr-theme-dark) #groundrak-theme-toggle,
body:not(.gr-theme-dark) #groundrak-theme-toggle .gr-label,
body:not(.gr-theme-dark) #groundrak-theme-toggle .gr-icon {
color: #111827;
}
} body.gr-theme-dark #groundrak-theme-toggle,
body.gr-theme-dark #groundrak-theme-toggle .gr-label,
body.gr-theme-dark #groundrak-theme-toggle .gr-icon {
color: #f9fafb;
} #groundrak-theme-toggle:hover,
#groundrak-theme-toggle:focus {
color: var(--gr-accent) !important;
transform: translateY(-1px);
box-shadow: 0 2px 6px rgba(0,0,0,0.25);
opacity: 0.95;
}
body.gr-theme-dark #groundrak-theme-toggle:hover {
box-shadow: 0 2px 6px rgba(255,255,255,0.12);
} @media (max-width: 768px) {
#groundrak-theme-toggle {
padding: 0.45rem 1rem;
font-size: 1rem;
}
} .groundrak-app {
background-color: #f9fafb;
color: #111827;
padding: 1.5rem;
border-radius: 0.75rem;
border: 1px solid #e5e7eb;
}
body.gr-theme-dark .groundrak-app {
background-color: var(--gr-dark-bg);
color: var(--gr-dark-text);
border-color: var(--gr-dark-border);
} body.gr-theme-dark,
body.gr-theme-dark .site,
body.gr-theme-dark #page,
body.gr-theme-dark .site-main,
body.gr-theme-dark .content-area,
body.gr-theme-dark .entry-content,
body.gr-theme-dark .ast-container,
body.gr-theme-dark .ast-plain-container,
body.gr-theme-dark .ast-page-builder-template,
body.gr-theme-dark .hfeed.site {
background-color: var(--gr-dark-bg) !important;
color: var(--gr-dark-text) !important;
} body.gr-theme-dark,
body.gr-theme-dark p,
body.gr-theme-dark span,
body.gr-theme-dark li,
body.gr-theme-dark h1,
body.gr-theme-dark h2,
body.gr-theme-dark h3,
body.gr-theme-dark h4,
body.gr-theme-dark h5,
body.gr-theme-dark h6 {
color: var(--gr-dark-text) !important;
} body.gr-theme-dark input,
body.gr-theme-dark select,
body.gr-theme-dark textarea {
background-color: var(--gr-dark-bg) !important;
color: var(--gr-dark-text) !important;
border: 1px solid #4b5563 !important;
}
body.gr-theme-dark input::placeholder,
body.gr-theme-dark textarea::placeholder {
color: #9ca3af !important;
}  body:not(.gr-theme-dark) .site-main a {
color: #1e293b;
}
body:not(.gr-theme-dark) .site-main a:hover {
color: var(--gr-accent) !important;
} body.gr-theme-dark .site-main a {
color: #e5e7eb;
}
body.gr-theme-dark .site-main a:hover {
color: var(--gr-accent) !important;
}  body:not(.gr-theme-dark) .main-header-menu .menu-link,
body:not(.gr-theme-dark) .main-header-menu a {
color: #111827;
}  .main-header-menu .menu-link:hover,
.main-header-menu a:hover {
color: #FB2056 !important;
} body.gr-theme-dark .ast-builder-html-element,
body.gr-theme-dark .ast-builder-html-element *,
body.gr-theme-dark .ast-builder-html-element a {
color: #f9fafb !important;
}  .ast-builder-html-element a:hover {
color: var(--gr-accent) !important;
}  body.gr-theme-dark .ast-mobile-popup-drawer,
body.gr-theme-dark .ast-mobile-popup-drawer * {
background-color: #020617 !important;
color: #e5e7eb !important;
} body.gr-theme-dark .ast-mobile-popup-drawer .main-header-menu .menu-item > a,
body.gr-theme-dark .ast-mobile-popup-drawer .ast-mobile-popup-content a,
body.gr-theme-dark .ast-mobile-popup-drawer .menu-link {
color: #e5e7eb !important;
opacity: 1 !important;
} body.gr-theme-dark .ast-mobile-popup-drawer .main-header-menu .menu-item {
border-bottom-color: #111827 !important;
} body.gr-theme-dark .ast-mobile-popup-drawer .main-header-menu .menu-item > a:hover,
body.gr-theme-dark .ast-mobile-popup-drawer .menu-link:hover {
color: #FB2056 !important;
} body.gr-theme-dark .ast-mobile-popup-drawer .ast-mobile-popup-close svg,
body.gr-theme-dark .ast-mobile-menu-buttons .menu-toggle .ast-mobile-svg {
fill: #e5e7eb !important;
} body.gr-theme-dark .ast-mobile-header-content,
body.gr-theme-dark .ast-mobile-header-content .ast-builder-grid-row,
body.gr-theme-dark .ast-mobile-header-content .ast-builder-layout-element {
background-color: var(--gr-dark-bg) !important;
color: var(--gr-dark-text) !important;
} body.ast-header-break-point:not(.gr-theme-dark)
.ast-mobile-popup-drawer .main-header-menu .menu-item > a {
color: #111827 !important;
} body.gr-theme-dark #page {
background-color: var(--gr-dark-bg) !important;
}  .groundrak-table-scroll {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
margin: 1rem 0 2rem;
} .groundrak-table {
width: 100%;
border-collapse: collapse;
}
.groundrak-table-work-logs th,
.groundrak-table-work-logs td {
padding: 8px;
border: 1px solid #ddd;
font-size: 0.9rem;
}
.groundrak-table-work-logs thead tr {
background: #f2f2f2;
}
.groundrak-table-work-logs td.num {
text-align: right;
} @media (min-width: 901px) {
.groundrak-table-work-logs {
min-width: 900px;
}
} .groundrak-mobile-cards {
display: none;
}     .gr-log-date {
font-size: 0.95rem;
}
.gr-log-country {
font-size: 0.8rem;
opacity: 0.9;
} .gr-log-row {
display: flex;
justify-content: space-between;
gap: 0.5rem;
margin: 2px 0;
}
.gr-log-row .gr-label {
font-size: 0.8rem;
opacity: 0.8;
}
.gr-log-row .gr-value {
font-size: 0.9rem;
text-align: right;
} .gr-log-hours {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 4px 8px;
margin: 6px 0;
}
.gr-log-hours > div {
display: flex;
justify-content: space-between;
font-size: 0.8rem;
}
.gr-log-total {
margin-top: 4px;
padding-top: 4px;
border-top: 1px dashed #e5e7eb;
font-weight: 600;
}
body.gr-theme-dark .gr-log-total {
border-top-color: #374151;
} .gr-log-footer {
display: flex;
justify-content: space-between;
margin-top: 6px;
font-size: 0.75rem;
opacity: 0.8;
} @media (max-width: 900px) { .groundrak-table-desktop {
display: none !important;
}
.groundrak-mobile-cards {
display: block;
}
}  .groundrak-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.55rem 1.2rem;
border-radius: 999px;
border: none;
text-decoration: none;
font-weight: 600;
font-size: 0.95rem;
cursor: pointer;
transition:
transform 0.1s ease,
box-shadow 0.1s ease,
background-color 0.15s ease,
color 0.15s ease;
} .groundrak-btn-primary {
background: #2563eb;
color: #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.groundrak-btn-primary:hover {
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.groundrak-btn-primary:active {
transform: translateY(0);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
} .groundrak-logout-btn {
background: #ef4444;
}
.groundrak-logout-btn:hover {
background: #dc2626;
} .groundrak-power-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 54px;
height: 54px;
border-radius: 50%;
cursor: pointer;
text-decoration: none;
background: #e11d48; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
transition: transform 0.15s ease, box-shadow 0.2s ease;
} body:not(.gr-theme-dark) .groundrak-power-btn {
background: #e11d48;
} body.gr-theme-dark .groundrak-power-btn {
background: #be123c;
} .groundrak-power-btn:hover {
transform: scale(1.07);
box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
} .groundrak-power-icon {
width: 28px;
height: 28px;
stroke: #ffffff;
fill: none;
} body.gr-theme-dark .ast-mobile-header-content,
body.gr-theme-dark .ast-mobile-header-content * {
background-color: var(--gr-dark-bg) !important;
color: var(--gr-dark-text) !important;
} body.gr-theme-dark .site-header,
body.gr-theme-dark .main-header-bar,
body.gr-theme-dark .ast-primary-header-bar,
body.gr-theme-dark .ast-above-header-bar,
body.gr-theme-dark .ast-below-header-bar {
background-color: #020617 !important;
color: #e5e7eb !important; }   @media (max-width: 1024px) {
.groundrak-power-btn {
display: none !important;
}
} body.gr-theme-dark .groundrak-app .fl-module,
body.gr-theme-dark .groundrak-app .fl-module-content {
background-color: #020617 !important; border-radius: 0.75rem;
border: 1px solid #1f2937 !important;
color: #e5e7eb !important;
} body.gr-theme-dark .stats-boxes {
background-color: #020617 !important; border: 1px solid #1f2937 !important; border-radius: 0.75rem;
color: #e5e7eb !important;
padding: 1.2rem;
} body.gr-theme-dark .stats-boxes .gr-label,
body.gr-theme-dark .stats-boxes .label,
body.gr-theme-dark .stats-boxes h4,
body.gr-theme-dark .stats-boxes span {
color: #e5e7eb !important;
opacity: 0.9;
}
body.gr-theme-dark .stats-boxes .gr-value,
body.gr-theme-dark .stats-boxes strong {
color: #ffffff !important;
opacity: 1;
font-weight: 600;
} body.gr-theme-dark .groundrak-table-work-logs th {
background-color: #0a1124 !important; color: #e5e7eb !important; border: 1px solid #1f2937 !important; font-weight: 600;
} body.gr-theme-dark .groundrak-table-work-logs td {
background-color: #020617 !important;
color: #e5e7eb !important;
border: 1px solid #1f2937 !important;
} body.gr-theme-dark .groundrak-table-work-logs tr:hover td {
background-color: #0f172a !important;
} body.gr-theme-dark .stats-boxes {
background-color: #0a1124 !important; border: 1px solid #1f2937 !important; border-radius: 0.75rem;
color: #e5e7eb !important;
padding: 1.2rem;
} body.gr-theme-dark .stats-boxes * {
color: #e5e7eb !important;
} body.gr-theme-dark .stats-boxes .label,
body.gr-theme-dark .stats-boxes .gr-label {
opacity: 0.85;
} body.gr-theme-dark .stats-boxes .value,
body.gr-theme-dark .stats-boxes .gr-value,
body.gr-theme-dark .stats-boxes strong {
font-weight: 600;
opacity: 1;
} body.gr-theme-dark .stats-boxes:hover {
background-color: #0f172a !important;
transition: background-color 0.2s ease;
} body.gr-theme-dark .stat-box {
background: #0a1124 !important; border-radius: 8px;
border: 1px solid #1f2937 !important; color: #e5e7eb !important;
} body.gr-theme-dark .stat-box * {
color: #e5e7eb !important;
opacity: 0.95;
} body.gr-theme-dark .stat-box strong,
body.gr-theme-dark .stat-box .value {
font-weight: 600;
opacity: 1;
} body.gr-theme-dark table.groundrak-recent-table th,
body.gr-theme-dark .groundrak-table-work-logs th {
background: #0F172A !important;
color: #ffffff !important;
} #gr_summary_box {
background: #1e3435 !important;
color: #ffffff !important;
padding: 15px 20px !important;
border-radius: 8px !important;
margin: 20px 0 !important;
font-size: 1.15rem !important;
line-height: 1.55 !important;
border: 1px solid rgba(255,255,255,0.15) !important;
} #gr_sum_tunnitoo,
#gr_sum_paivistys,
#gr_sum_tootunnid,
#gr_sum_tukitoo {
margin-bottom: 8px !important;
font-weight: 500 !important;
} #gr_total_hours {
display: block !important;
margin-top: 10px !important;
font-size: 1.4rem !important;
font-weight: 700 !important;
color: #ffcccc !important;
} .groundrak-month-boxes {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
}
.gr-month-box {
background:#1E293B;
border: 1px solid #334155;
color: #E5E7EB;
padding: 12px 18px;
border-radius: 12px;
cursor:pointer;
min-width:100px;
}
body:not(.gr-theme-dark) .gr-month-box {
background:#F1F5F9;
border: 1px solid #CBD5F5;
color:#111;
}
.gr-chart-container {
max-width:650px;
margin: 0 auto 25px auto;
padding: 16px;
background:#0F172A;
border:1px solid #1F2937;
border-radius:12px;
}
body:not(.gr-theme-dark) .gr-chart-container {
background:#F9FAFB;
border-color:#E5E7EB;
}
.gr-chart-container canvas {
max-width:100% !important;
height:auto !important;
}
.gr-detail-table {
width:100%;
border-collapse:collapse;
margin-top:16px;
}
.gr-detail-table th, .gr-detail-table td {
border:1px solid #374151;
padding:6px 8px;
}
body:not(.gr-theme-dark) .gr-detail-table th,
body:not(.gr-theme-dark) .gr-detail-table td {
border-color:#D1D5DB;
}  .groundrak-report-filter,
.groundrak-month-boxes {
display: flex;
flex-direction: column;
gap: 14px;
} @media (min-width: 900px) {
.groundrak-report-filter {
flex-direction: row;
align-items: flex-end;
flex-wrap: wrap;
}
.groundrak-month-boxes {
flex-direction: row;
flex-wrap: wrap;
gap: 16px;
}
}
.groundrak-report-filter {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 25px;
}
.groundrak-month-boxes {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.gr-month-box {
cursor: pointer;
padding: 10px 14px;
border: 1px solid #888;
background:#0F172A;
border-radius: 8px;
min-width: 110px;
text-align: center;
}
.gr-chart-container {
margin: 25px 0;
}
.gr-detail-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}
.gr-detail-table th,
.gr-detail-table td {
border: 1px solid #ddd;
padding: 6px;
font-size: 0.85rem;
} body.groundrak-report-page #groundrak-theme-toggle {
display: none !important;
}
body.groundrak-report-page #groundrak-theme-toggle,
body.groundrak-report-page .groundrak-theme-toggle,
body.groundrak-report-page .gr-theme-toggle {
display: none !important;
} #gr-toast {
position: fixed;
top: 20px;
right: 20px;
background: rgba(0,0,0,0.85);
color: #fff;
padding: 12px 18px;
border-radius: 8px;
font-size: 0.95rem;
z-index: 999999;
opacity: 0;
pointer-events: none;
transition: opacity .3s ease;
}
#gr-toast.show {
opacity: 1;
} .groundrak-report-page #groundrak-theme-toggle {
display: none !important;
} body.groundrak-report-page .fl-row,
body.groundrak-report-page .fl-row *[style*="background-image"],
body.groundrak-report-page .fl-row-bg-photo,
body.groundrak-report-page .fl-row-bg-overlay,
body.groundrak-report-page .fl-row-bg-video,
body.groundrak-report-page .fl-row-bg-slideshow {
background-image: none !important;
} .groundrak-mobile-cards {
display: none;
}
@media (max-width: 768px) { table.groundrak-table {
display: none;
}
.groundrak-mobile-cards {
display: flex;
flex-direction: column;
gap: 1rem;
} .gr-obj-header {
display: flex;
justify-content: space-between;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.75rem;
}
.gr-obj-row {
display: flex;
justify-content: space-between;
margin: 0.25rem 0;
font-size: 0.95rem;
}
.gr-label {
color: #aaa;
} .gr-obj-actions {
margin-top: 1rem;
display: flex;
justify-content: space-between;
gap: 0.5rem;
}   .gr-obj-actions .groundrak-btn.danger {
padding: 0.9rem 2.2rem;
font-size: 1rem;
border-radius: 22px;
}
} #gr_edit_summary_box {
background: #1e3435 !important;
color: #ffffff !important;
padding: 15px 20px !important;
border-radius: 8px !important;
margin: 20px 0 !important;
font-size: 1.15rem !important;
line-height: 1.55 !important;
border: 1px solid rgba(255,255,255,0.15) !important;
} .groundrak-table th:last-child,
.groundrak-table td:last-child {
width: 70px !important;
text-align: center;
} .groundrak-table td button {
padding: 4px 10px !important;
font-size: 0.8rem !important;
border-radius: 12px;
white-space: nowrap;
} .groundrak-table td, 
.groundrak-table th {
padding: 6px 8px !important;
} @media (max-width: 768px) {
.groundrak-table td:last-child {
width: 90px; }
.groundrak-table td button {
padding: 10px 16px;
font-size: 0.9rem;
border-radius: 18px;
width: auto;
}
} .edit-icon-btn {
background: #f43f5e; border: none;
padding: 4px 8px;
border-radius: 12px;
font-size: 1rem;
cursor: pointer;
color: white;
white-space: nowrap;
transition: 0.2s;
}
.edit-icon-btn:hover {
background: #e11d48;
} .groundrak-table th:last-child,
.groundrak-table td:last-child {
width: 45px !important; text-align: center;
} .edit-dot-btn {
width: 18px;
height: 18px;
background: #f43f5e; border-radius: 50%;
border: none;
cursor: pointer;
display: inline-block;
transition: 0.2s;
} .edit-dot-btn:hover {
background: #e11d48;
transform: scale(1.15);
} .groundrak-table th:last-child,
.groundrak-table td:last-child {
width: 40px !important;
text-align: center;
} .groundrak-dashboard {
max-width: 900px;
margin: 0 auto;
}
.stats-boxes {
display: flex;
gap: 20px;
margin: 20px 0;
flex-wrap: wrap;
}
.stat-box {
padding: 15px;
background: #f7f7f7;
border-radius: 8px;
flex: 1 1 200px;
text-align: center;
cursor: pointer;
transition: 0.2s;
}
.stat-box:hover {
background: #ececec;
} .groundrak-recent-table {
width: 100%;
border-collapse: collapse;
margin: 10px 0 20px;
}
.groundrak-recent-table th,
.groundrak-recent-table td {
padding: 6px 8px;
border-bottom: 1px solid #eee;
text-align: left;
}
.groundrak-recent-table th {
background: #f7f7f7;
}
.groundrak-recent-limit-form label {
margin-right: 6px;
}
.groundrak-recent-limit-form select {
margin: 0 4px;
} #gr-stats-modal {
position: fixed;
inset: 0;
display: none;
z-index: 9999;
} #gr-stats-modal .gr-modal-bg {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.55);
} #gr-stats-modal .gr-modal-content {
position: relative;
max-width: 900px;
margin: 40px auto;
background: var(--gr-dark-bg, #0f172a) !important;
color: var(--gr-dark-text, #e5e7eb) !important;
padding: 20px;
border-radius: 12px;
max-height: 80vh;
overflow: auto;
border: 1px solid var(--gr-dark-border, #1f2937);
box-shadow: 0 0 25px rgba(0,0,0,0.55);
} #gr-stats-title {
color: #fff !important;
margin-bottom: 15px;
} .gr-stats-summary-box {
background: #1e293b !important;
border: 1px solid #334155 !important;
padding: 12px 15px;
border-radius: 8px;
margin: 12px 0 18px;
font-size: 1.1rem;
text-align: left;
color: #f1f5f9;
} .gr-stats-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
background: #0f172a !important;
color: #e5e7eb;
}
.gr-stats-table th {
background: #1e293b !important;
color: #f1f5f9 !important;
padding: 8px;
border-bottom: 1px solid #334155;
}
.gr-stats-table td {
padding: 8px;
border-bottom: 1px solid #1e293b;
}
.gr-stats-table td.num {
text-align: right;
} #gr-stats-modal ::-webkit-scrollbar {
width: 10px;
}
#gr-stats-modal ::-webkit-scrollbar-thumb {
background: #475569;
border-radius: 6px;
}
#gr-stats-modal ::-webkit-scrollbar-track {
background: #0f172a;
} @media (max-width: 768px) {
#gr-stats-desktop {
display: none;
}
#gr-stats-mobile.groundrak-mobile-cards {
display: flex;
flex-direction: column;
gap: 1rem;
} .gr-log-header {
display: flex;
justify-content: space-between;
font-weight: 600;
margin-bottom: 0.5rem;
}
.gr-log-row {
display: flex;
justify-content: space-between;
margin: 0.25rem 0;
font-size: 0.9rem;
}
.gr-log-total {
margin-top: 0.5rem;
font-weight: 600;
}
.gr-log-footer {
margin-top: 0.5rem;
font-size: 0.8rem;
opacity: 0.8;
display: flex;
justify-content: space-between;
} } @media (min-width: 769px) {
#gr-stats-mobile {
display: none;
}
}  @media (min-width: 769px) {
.gr-object-actions {
display: flex;
gap: 0.5rem; justify-content: flex-end;
align-items: center;
}
.gr-object-actions form {
margin: 0; }
} @media (max-width: 768px) {
.gr-object-actions {
display: flex;
flex-direction: column;
gap: 0.35rem;
align-items: flex-end;
}
} .gr-obj-actions-inline {
display: flex;
gap: 12px; align-items: center;
}
.gr-obj-actions-inline form {
margin: 0;
} @media (max-width: 768px) {
.gr-obj-actions-inline {
flex-direction: column;
align-items: stretch;
gap: 8px;
}
}  body.gr-theme-dark::before {
content: "TUME TEEMA AKTIIVNE";
position: fixed;
top: 10px;
left: 10px;
background: #ff3366;
padding: 6px 10px;
color: white;
border-radius: 6px;
z-index: 999999;
font-size: 4px; 
opacity: 0.12; 
}
body:not(.gr-theme-dark)::before {
content: "HELE TEEMA AKTIIVNE";
position: fixed;
top: 10px;
left: 10px;
background: #22c55e;
padding: 6px 10px;
color: white;
border-radius: 6px;
z-index: 999999;
font-size: 4px; 
opacity: 0.12; 
} .gr-object-card,
.groundrak-log-card {
border-radius: 14px;
padding: 1.2rem;
margin-bottom: 1.2rem;
border: 1px solid transparent;
transition: background 0.25s, color 0.25s, border-color 0.25s;
} body:not(.gr-theme-dark) .gr-object-card,
body:not(.gr-theme-dark) .groundrak-log-card {
background: #0f172a;
color: #f1f5f9;
border-color: #e5e7eb;
} @media (max-width: 768px) {
body:not(.gr-theme-dark) .gr-value {
color: #fbfbfb; font-weight: 500;
}
} body.gr-theme-dark .gr-object-card,
body.gr-theme-dark .groundrak-log-card {
background: #0f172a; 
color: #f1f5f9;
border-color: #1e293b; 
}
body.gr-theme-dark .gr-label {
color: #94a3b8; 
font-weight: 600;
}
body.gr-theme-dark .gr-value {
color: #f1f5f9;
font-weight: 500;
}  .groundrak-export-box {
background: #1e3435 !important;
border-color: #1e3435 !important;
color: #ffffff;
} .groundrak-export-box h3,
.groundrak-export-box p,
.groundrak-export-box label {
color: #ffffff !important;
} .groundrak-export-box select {
background: #0f2223 !important;
color: #ffffff !important;
border: 1px solid #2a4b4c !important;
}
.groundrak-export-box select option {
background: #0f2223;
} @media (max-width: 480px) {
#grPdfBtn {
font-size: 13px !important;
padding: 8px 14px !important;
border-radius: 14px !important;
width: 100% !important; margin-top: 10px !important;
margin-left: 0 !important;
display: block !important;
text-align: center !important;
}
.groundrak-export-box select {
width: 100% !important; margin-bottom: 8px;
}
.groundrak-export-box {
padding: 12px !important;
}
} .groundrak-alert-error {
position: relative;
padding: 12px 16px;
padding-right: 35px;
margin: 1rem 0;
background: #ffdede;
border: 1px solid #ff9999;
border-radius: 6px;
color: #a40000;
font-weight: 600;
} .gr-alert-close {
position: absolute;
top: 8px;
right: 10px;
cursor: pointer;
color: #a40000;
font-size: 20px;
line-height: 20px;
font-weight: 700;
}
.gr-alert-close:hover {
color: black;
} body.gr-theme-dark .groundrak-alert-error {
background: #3a1e1e;
border-color: #b44;
color: #ffcccc;
}
body.gr-theme-dark .gr-alert-close {
color: #ffcccc;
} .groundrak-alert-close {
position: absolute;
top: 4px;
right: 6px;
cursor: pointer;
font-weight: bold;
color: inherit;
font-size: 16px;
line-height: 16px;
} .gr-header {
display:flex;
gap:20px;
justify-content:flex-start;
align-items:flex-start;
margin-bottom:15px;
}
.gr-logo {
height:65px;
}
.gr-title {
flex: 0 0 260px;
font-size:12px;
}
.gr-userbox {
flex:1;
background:#f9fafb;
border:1px solid #e5e7eb;
padding:10px 12px;
border-radius:6px;
font-size:10px;
}
.gr-userbox table.user-info {
width:100%;
border-collapse:collapse;
}
.gr-userbox td {
padding:2px 4px;
vertical-align:top;
font-size:10px;
} body:not(.gr-theme-dark).groundrak-report-page {
background: #A9A6A6!important; }          .gr-object-box {
background: #0F172A;
border: 1px solid #1F2937;
padding: 20px;
border-radius: 12px;
margin-top: 20px;
margin-bottom: 25px;
color: #E5E7EB;
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.7);
}
.gr-object-box h2 {
margin-top: 0;
margin-bottom: 14px;
color: #F9FAFB;
font-weight: 600;
}
.gr-object-box label {
display: block;
margin-bottom: 4px;
font-weight: 500;
color: #E5E7EB;
}
.gr-object-box input,
.gr-object-box select {
width: 100%;
box-sizing: border-box;
background: #020617;
border: 1px solid #334155;
color: #E5E7EB;
padding: 6px 10px;
border-radius: 6px;
margin-bottom: 12px;
}
.gr-object-box input:focus,
.gr-object-box select:focus {
outline: none;
border-color: #3B82F6;
box-shadow: 0 0 0 1px rgba(59,130,246,0.4);
} .gr-objects-table {
width: 100%;
border-collapse: collapse;
margin-top: 15px;
font-size: 0.9rem;
}
.gr-objects-table thead tr {
background: #0F172A;
}
.gr-objects-table th {
padding: 8px 10px;
border: 1px solid #1F2937;
text-align: left;
font-weight: 600;
color: #F9FAFB;
white-space: nowrap;
}
.gr-objects-table td {
padding: 8px 10px;
border: 1px solid #111827;
background: #020617;
color: #E5E7EB;
}
.gr-objects-table tbody tr:hover td {
background: #0B1220;
}
.gr-objects-table th:last-child,
.gr-objects-table td:last-child {
text-align: center;
white-space: nowrap;
} .gr-obj-actions-inline {
display: flex;
gap: 10px;
align-items: center;
}
.gr-obj-actions-inline form {
margin: 0;
}
.gr-objects-table td button {
padding: 4px 10px;
font-size: 0.8rem;
border-radius: 999px;
white-space: nowrap;
} @media (max-width: 768px) {
.gr-objects-table {
display: none;
}
.gr-objects-mobile {
display: flex;
flex-direction: column;
gap: 1rem;
}
.gr-object-card {
background: #0F172A;
border-radius: 14px;
border: 1px solid #1E293B;
padding: 1.2rem;
color: #F1F5F9;
box-shadow: 0 10px 26px rgba(15, 23, 42, 0.7);
}
.gr-obj-header {
display: flex;
justify-content: space-between;
font-size: 1.05rem;
font-weight: 600;
margin-bottom: 0.75rem;
}
.gr-obj-row {
display: flex;
justify-content: space-between;
margin: 0.2rem 0;
font-size: 0.9rem;
}
.gr-label {
opacity: 0.8;
font-size: 0.85rem;
}
.gr-value {
font-weight: 500;
}
.gr-obj-actions {
margin-top: 0.9rem;
display: flex;
gap: 0.5rem;
justify-content: space-between;
}
.gr-obj-actions form {
margin: 0;
}
}
@media (min-width: 769px) {
.gr-object-card {
background: #0F172A;
border-radius: 12px;
border: 1px solid #1E293B;
padding: 1rem;
color: #F1F5F9;
}
}
/* =======================*