html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --bs-primary: #00136f;
    --bs-primary-rgb: 0, 19, 111;
    --bs-secondary: #2f4e91;
    --bs-secondary-rgb: 47, 78, 145;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

header {
    position: absolute;
    background-color: #00136f;
    height: 80px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

div.container {
    margin-top: 100px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.table > thead {
    color: white;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

td > button.btn {
    padding: 0px !important;
}

.dropdown-item {
    color: white;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

    .dropdown-item:hover {
        color: white;
        background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    }

.nav-item:hover {
    color: white;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}


.nav-item {
    color: white !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.dropdown-menu {
    color: white;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.nav-link{
    color: white !important;
}

body {
    font-family: Arial, sans-serif !important;
}

th > a {
    color: white !important;
}

th > a:visited {
    color: white !important;
}
.form-group{
    margin-top: 10px;
}

.select-outline-light {
    background-color: transparent;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

    .select-outline-light:focus {
        background-color: transparent;
        color: #f8f9fa;
        border-color: #f8f9fa;
        box-shadow: 0 0 0 .25rem rgba(248,249,250,.25);
    }

    .select-outline-light option {
        color: #212529; /* dropdown musi mieæ ciemny tekst */
    }

.mt-7 {
    margin-top: 8rem !important;
}



.noveltybackpl {
    position: relative;
}

.noveltybacken {
    position: relative;
}

.noveltybackpl:after {
    background-image: url("../Images/pl_nowosc.png");
    background-position: left top;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 28%;
}

.noveltybacken:after {
    background-image: url("../Images/en_nowosc.png");
    background-position: left top;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 28%;
}

.noveltysize {
    background-size: 90px;
}

.table-sm{
    font-size: 0.8rem;
}