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

#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;}
.bg-as {background-color: var(--kolorZONSbg) !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 th:last-child,
table.datatable.action-column tbody td:last-child {white-space: nowrap;}
div.toasts-bottom-right {z-index: 1060;}
a.rejestracja {background-color: var(--kolorZONSCTA); color: #000; margin:  0.75rem -1.25rem -0.75rem; font-size: 150%; font-weight: 700 !important; text-transform: uppercase; width: calc(100% + 2.5rem);}
a.rejBtn {text-transform: uppercase; font-size: 135%; font-weight: 600; color: #FFF;}
a.rejBtn.oTurnieju {background-color: var(--kolorZONSb);}
a.rejBtn.faq {background-color: var(--kolorZONSr);}
a.rejBtn.dokumenty {background-color: var(--kolorZONSg);}
div.logosy {padding: 1.5rem 0.5rem; border-radius: 3.5rem;}
div.logosy img {max-height: 75px;}

.trener,
.organizator,
.logowanie {
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    font-size: 16px;
    border-radius: 0;
}
.trener {background-color: #f26c1d;}
.organizator {background-color: #1bb5cd;}
.logowanie {
    background-color: #b3d335;
}
.trener:hover,
.organizator:hover,
.logowanie:hover {
    transform: scale(1.05);
}
.registration-container {
    font-family: 'Oswald', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 57vh;
    padding-bottom: 40vh;
    text-align: center;
}
.register-buttons h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.register-container a {margin: 10px 10px;}
.kontakt-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5vh;
    margin-left: -25vh;
}
.kontakt-title {
    font-size: 40px;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
}
.kontakt-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}
.kontakt-info .kontakt-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 17px;
}
.kontakt-info .kontakt-item i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
}
.kontakt-info .kontakt-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
.kontakt-info .kontakt-item a:hover {text-decoration: underline;}
body.zons {
    background-attachment: fixed;
    background-image: url('/img/RNO_bg2.jpg');
    background-position: center center;
    background-size: cover;
}
body.no-scroll {overflow: hidden;}
:root {
    --kolorAW: #8BBC4F;
    --kolorAO: #F7931D;
    --kolorAK: #36A9E1;
    --kolorMainL: #1C60A5;
    --kolorMainD: #2F52A0;
    --kolorZONSCTA: #E9FF04;
    --kolorZONSr: #FF0000;
    --kolorZONSg: #009245;
    --kolorZONSb: #0F57FC;
    --kolorZONSbg: #221b48;
}
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    margin-top: 1px;
    background-color: #f8f9fa;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 1.5rem 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.brand-link .brand-image.logo-xl {
    min-height: 70px !important;
    max-height: 100px !important;
    width: auto !important;
}

.brand-link .brand-image.logo-xs{
    min-height: 50px !important;
    max-height: 70px !important;
    width: auto !important;
}

.brand-link {
    height: 100px !important;
    padding: 0.5rem 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(6rem + 1px) !important;
}

@media (max-width: 768px) {
    body.zons {background-position: 45% center;}
    .registration-container {padding-top: 56vh; justify-content: flex-start; margin-left: 0;}
    .register-buttons h2 {font-size: 24px; margin-bottom: 10px;}
    .register-container a {margin: 5px 8px; font-size: 110%;}
    .kontakt-section {margin: 0 !important;}
    .sticky-footer {width: 100%; padding: 1rem 0.5rem;}
    .sticky-footer .col-auto {flex: 0 0 auto; width: auto; padding: 0 4px;}
    .sticky-footer img {height: 24px !important;}
    .sticky-footer .small {font-size: 0.7rem;}
}
