#session-timer {display: flex; align-items: center;}
#session-timer-info-wrapper {font-size: 70%; display: flex; flex-direction: column; justify-content: center; text-align: center; margin: 0 0.4em;}
#session-timer-body {font-size: 110%; font-weight: bold;}
#session-timer-btnRefresh > i {animation-duration: 0.75s;}
.h100 {min-height: 100vh !important;}
select.form-control.is-invalid {background-position: calc(100% - 12px), calc(100% - 28px);}
#toastsContainerBottomRight {bottom: 1em; right: 0.5em; z-index: 1200;}
.bg-as {background-color: #95c11f !important;}
[class*="sidebar-dark-"] .sidebar a {color: #FFF;}
.form-inline .custom-radio:not(:first-child) {margin-left: 1.1em !important;}
.main-footer {padding: 0.4rem !important;}
table.datatable.action-column tbody td:last-child {white-space: nowrap;}
.dashboard_text_container{position: absolute; top: calc(100% * 320 / 1875); left: calc(100% * 145 / 3334); max-width: 60%; color: black; font-size: 20px; line-height: 1.5; padding: 20px; cursor: default;}
@media (max-width: 768px) {.dashboard_text_container {position: static; margin-top: calc(-50vw * 0.80); left: 0; padding: 12px 16px; font-size: 15px; line-height: 1.4; max-width: 60%; box-sizing: border-box; border-radius: 8px;}}

:root {
    --kolorAW: #8BBC4F;
    --kolorAO: #F7931D;
    --kolorAK: #36A9E1;
    --kolorMainL: #1C60A5;
    --kolorMainD: #2F52A0;
}
.main-sidebar .nav-sidebar .nav-header {font-size: 0.78rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: rgba(255, 255, 255, 0.85);margin-top: 0.75rem;padding: 0.6rem 1rem;background: rgba(255, 255, 255, 0.06);border-left: 3px solid rgba(255, 255, 255, 0.35);border-radius: 0.25rem;}
.fos_strefa_main_color {color: #95c11f !important;}
.program-tile {
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.program-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    opacity: .96;
}

.program-tile img {
    display: block;
    object-fit: cover;
    min-height: 180px;
}
