:root {
    --radius: 4px; /* input, select, textarea - 7px */
    --radius-tbl: 4px; /* radius table - 4px */
    --radius-popup: 4px; /* radius popup - 8px */
    --radius-container: 4px; /* #container_main */
    --tooltip-radius: 4px;
    --btn-green-radius: 4px;
    --jasny-yellowgreen: #bfff3d;
    --yellowgreen: yellowgreen;
    --grtxt: #666666;
    --new-default-w-info: #b97cf7;
    --blue-main: #667ad5;

    --cader-gray: #A2AEBB;
    --davys-gray: #55505C;
    --jasmine: #FFD07B;
    --burnt-sienna: #D57A66;
    --atomic-tangerine: #242424;
    --atomic-tangerine-hover: #313131;

    --finput-border: #e8e8e8;

    --sunset: #F9C784;
    --sandry-brown: #FCAF58;
    --pumpkin: #FF8C42;
    --ebony: #575A4B;
    --cinereous: #816C61;
    --rose-quartz: #A89B9D;
    --black-olive: #2A2C24;

    --apple-font: 14px/14px 'San Francisco', Helvetica, Arial, san-serif;
}

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("/assets/fonts/sanfranciscodisplay-regular-webfont.woff");
}

* {
    font: 13.5px/14px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(/assets/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.welcome-page .container-background {
    background-origin: content-box;
}

*, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}


body {
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
}

header {
    background: #393939;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
}

header div a {
    color: white;
    text-decoration: none;
    padding: 17px 13px;
}

.text-gray {
    color: var(--grtxt);
}

header div a:hover {
    color: whitesmoke;
}

.login-rodzina {
    width: 100%;
    text-align: center;
}

.modal #e {
    margin-bottom: 10px;
}

.sticky {
    position: fixed;
}

.modal #e .error {
    background: #ffb4b4
}

.modal #e > div {
    color: white;
    line-height: normal;
    border-radius: var(--radius);
}

.error {
    background: #ff2a00 !important;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: #fff;
}

table,
tr,
th,
td {
    border: 1px solid #b9b9b9;
    text-align: left;
}

table.bgYellowGreenHover tr:hover {
    background-color: var(--new-default-w-info);
}

table {
    border-collapse: collapse;
    border-radius: var(--radius-tbl);
    border-style: hidden;
    box-shadow: 0 0 0 1px #b9b9b9;
    overflow: hidden;
}

th,
.text-center-display {
    vertical-align: middle;
}

[center] {
    text-align: center;
    vertical-align: middle;
    text-align: -webkit-center;
}

[right] {
    text-align: right;
    vertical-align: middle;
    text-align: -webkit-right;
}

[italic] {
    font-style: italic;
}

td,
th {
    padding: 5px 5px;
}

.bgyellowgreen,
.bgYellowGreen,
.bgYellowGreen:first-child:hover {
    text-align: left;
    background: var(--blue-main) !important;
    color: #f3f3f3;
}

.bgGreyBs {
    background: #d8d8d887 !important;
    text-align: center;
}

table tbody tr td,
table tbody tr th {
    border-left: 3px #fff solid;
}

.c-button {
    -webkit-writing-mode: horizontal-tb !important;
    -webkit-appearance: button;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    padding: 7px 15px 7px;
    text-rendering: auto;
    color: initial;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
    border-radius: var(--radius);
}

.disabled,
[disabled] {
    color: #212529;
    pointer-events: none;
    background-color: transparent;
    opacity: 0.65 !important;
}

.modal-background {
    background: #a9a9a94d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: -webkit-match-parent;
    width: 100%;
    align-content: flex-start;
    z-index: 1111111111;
}

.modal-body {
    overflow: auto;
}

.modal_header_title {
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0 5px;
    font-weight: bold;
    width: 250px;
    border-radius: 0 0 4px 4px;
}

.modal-dialog {
    max-width: 100%;
    position: absolute;
}

.btn_close_radius {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #83838342;
    outline: 0;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close {
    box-sizing: content-box;
    width: .50rem !important;
    height: .50rem !important;
    padding: 0.25em 0.25em !important;
    outline: 0 !important;
}

.btn-close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.custom-loader {
    width: 100px;
    height: 100px;
    display: grid;
    border: 8px solid #0000;
    border-radius: 50%;
    border-color: #B8B8C0 #0000;
    animation: s6 2s infinite linear;
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    margin: 4px;
    border: inherit;
    border-radius: 50%;
}

.custom-loader::before {
    border-color: #A0A0A0 #0000;
    animation: inherit;
    animation-duration: 1s;
    animation-direction: reverse;
}

.custom-loader::after {
    margin: 16px;
}

@keyframes s6 {
    100% {
        transform: rotate(1turn)
    }
}

div#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: -webkit-center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181818ba;
    z-index: 11111111111;
}

.cursor-pointer {
    cursor: pointer;
}

.centerHeaderIconOrText {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #3d3d3d;
}

.centerHeaderIconOrText:hover {
    color: #282828;
}

.display-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-warning,
.box-warning:hover {
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin: 10px;
    border-radius: var(--radius);
    color: #313332;
    width: 400px;
}

body .box-warning,
body .box-warning:hover {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    flex-direction: column;
}

.box-warning .box-header {
    margin-top: -10px;
    border-radius: 0 0 4px 4px;
    padding: 5px;
    max-width: 700px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.box-warning .box-tresc {
    margin: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn_old {
    background: linear-gradient(22deg, whitesmoke, #e5e5e5);
    text-decoration: none;
    color: #414141;
    padding: 4px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    transition: all .2s;
}

.btn_old:hover {
    background: linear-gradient(22deg, white, #e5e5e5);
    color: #414141;
    outline: 0;
    border-color: #dbdbdb;
}

.btn_old:active {
    border-color: #dbdbdb;
}

.bi-1-square,
.bi-2-square,
.bi-3-square {
    font-size: 25px;
    margin-right: 10px;
}

.accordion .bi-check-circle {
    display: none;
}

.is_show.bi-check-circle {
    display: block;
    position: absolute;
    top: 29px;
    left: 33px;
    font-size: 16px;
    background: white;
    border-radius: 50px;
    outline: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tooltip .tooltip-inner {
    border-radius: var(--tooltip-radius);
    border: 1px solid #595959;
    box-shadow: 1px 1px 10px #00000080;
    text-align: left;
}

.tooltip-inner {
    background-color: var(--blue-main);
}

.maxW3 {
    max-width: 3%;
    width: 3%;
}

#lista_right {
    width: 100%;
    margin-left: 10px;
}

.wiadomosci_tr a,
.wiadomosci_tr a:hover {
    text-decoration: none;
}

.font-weight-bold * {
    font-weight: bold;
}

textarea {
    font-family: monospace;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    margin-bottom: 5px;
}

.not_focus:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.p3_24 {
    padding: 3px 24px 3px;
}

table tr td > a {
    text-decoration: none;
}

table tr td > a:hover {
    text-decoration: underline;
}

table.table tr:nth-child(odd) {
    background: #efefef;
}

table.table tr:nth-child(even) {
    background: #e5e5e5;
}

.btnAdd,
.btnOld,
.btnold {
    display: inline-block;
    font-weight: 400;
    color: #313332;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none !important;
    background-image: linear-gradient(to top, #dedede, #ffffff);
    border: 1px solid #e1e1e1;
    padding: .4em 1em !important;
    border-radius: var(--btn-green-radius);
    /*transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    font-size: 1.0em;
    min-width: 80px;
    height: 25px;
    text-align: center;
}

button.medium,
input.medium {
    width: 110px;
}

button.small,
input.small {
    width: 40px;
    min-width: 40px;
}

button.big,
input.big {
    width: 130px;
}

.form-control,
select {
    border-radius: var(--radius) !important;
}

select {
    box-shadow: inset 0px 1px 3px 0px #d2d2d2;
    -webkit-box-shadow: inset 0px 1px 3px 0px #d2d2d2;
}

.center {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

table.small {
    width: 400px;
}

table.medium {
    width: 600px;
}

table.big {
    width: 800px;
}

.form-control-old {
    display: inline-block;
    font-weight: 400;
    color: #313332;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none !important;
    background-image: linear-gradient(to top, #fafafa, #ffffff);
    border: 1px solid #d3d3d3;
    padding: 4px 10px !important;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: 0;
    width: 100%;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 25px !important;
    width: auto;
}

.btn-small {
    padding: 6px 28px !important;
}

/*.btnAdd:hover,*/
/*.btnOld:hover,*/
/*.btnold:hover {*/
/*    text-decoration: none;*/
/*    color: black;*/
/*    background-image: linear-gradient(to top, #a4c901, #e1f7d3);*/
/*    border: 1px solid #c2e528;*/
/*}*/

.btnAdd:hover,
.btnOld:hover,
.btnold:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(to top, #3f51b5, #7986cb); /* granatowy gradient */
    border: 1px solid #5c6bc0;
}

.btnAdd:active,
.btnOld:active {
    background-image: linear-gradient(to top, #303f9f, #5c6bc0); /* ciemniejszy na klik */
    border: 1px solid #3949ab;
}


.form-control-old:hover {
    text-decoration: none;
    color: black;
}

/*.btnAdd:active,*/
/*.btnOld:active {*/
/*    background-image: linear-gradient(to top, #a5ca01, #ffffff);*/
/*    border: 1px solid #a4c901;*/
/*}*/

.ocena {
    display: block;
    background: bisque;
    width: max-content;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    text-align: center;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin: 1px 2px;
    text-decoration: none;
    color: #000;
    border-radius: 30px;
}

.ocena a {
    text-decoration: none;
    color: #000;
}

.zdarzenia {
    padding: 7px;
    margin-top: 1px;
    text-align: left;
}

.box-zdarzen {
    padding-top: 5px;
    clear: both;
    max-width: 150px;
    display: block;
    float: right;
    overflow: auto;
}

.frekwencja_box {
    max-width: unset !important;
}

.oceny_box {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ocena_box_in_box {
    display: flex;
    align-items: center;
}

span.frekwencja_komorka {
    background-color: #F7F8FA;
    border: 1px solid #ddd;
    margin: 1px 0;
}

.ui-tooltip {
    padding: 8px !important;
    position: absolute !important;
    z-index: 1111111112 !important;
    max-width: 300px !important;
    -webkit-box-shadow: 0 0 5px #aaa !important;
    box-shadow: 0 0 5px #aaa !important
}

* html .ui-tooltip {
    background-image: none
}

body .ui-tooltip {
    border-radius: var(--tooltip-radius) !important;
    border-width: 2px !important
}

.ui-tooltip {
    background: rgba(250, 245, 230, 0.95) !important; /* jasny piaskowy */
    color: #333 !important; /* ciemnoszary tekst */
    border: 1px solid rgba(200, 190, 170, 0.8) !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    max-width: 260px !important;
    line-height: 1.5 !important;
}

.box_error,
.box_error:hover {
    border-radius: 5px;
    border: 1px #dfdfe0 solid;
    background: #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 14px 60px !important;
    color: #f92900;
    font-weight: bold;
    box-shadow: 3px 3px 3px #B2B2B3 !important;
    width: auto;
    float: none;
    display: inline-block;
}

label {
    padding: 2px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
    padding: 0 5px;
    outline: 0;
    margin: 0 3px !important;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-decoration: none !important;
}

table.black_table tr:nth-child(odd) {
    background: #9c9c9c;
    color: white;
}

table.black_table tr:nth-child(even) {
    background: #dddddd;
    color: #5e6162;
}

table.super_black tr,
.super_black th,
.super_black td {
    border: 1px solid #7f7f7f !important;
}

table.super_black tr:nth-child(odd) {
    background: #858585;
    color: white;
}

table.super_black tr:nth-child(even) {
    background: #dddddd;
    color: #5e6162;
}

.progress-bar {
    overflow: unset !important;
    color: black !important;
}

tr:hover {
    background-color: #ededed !important;
}

/* ===== Ciemny motyw ===== */
.ciemny_motyw table tr:nth-child(1),
.ciemny_motyw table tr:nth-child(1):hover,
.ciemny_motyw table.oceny_table tr:nth-child(2),
.ciemny_motyw table.oceny_table tr:nth-child(2):hover,
.ciemny_motyw table.zachowanie_table tr:nth-child(4),
.ciemny_motyw table.zachowanie_table tr:nth-child(4):hover {
    background-color: #7f7f7f !important;
    color: #fff !important;
}

.ciemny_motyw table.zachowanie_table tr:nth-child(2),
.ciemny_motyw table.zachowanie_table tr:nth-child(2):hover {
    background-color: transparent !important;
    color: #000 !important;
}

.ciemny_motyw table tr:last-child,
.ciemny_motyw table tr:last-child:hover {
    background-color: #7f7f7f !important;
    color: #fff !important;
}

.ciemny_motyw table tr:nth-child(even),
.ciemny_motyw table.ciemne_normal tr:nth-child(even) {
    background-color: #d1d1d1;
    color: #000;
}

.ciemny_motyw table tr:nth-child(odd) {
    background-color: #e3e3e3;
    color: #000;
}

.ciemny_motyw tr,
.ciemny_motyw th,
.ciemny_motyw td {
    border: 1px solid #d7d7d7 !important;
}

/* ===== Lżejszy niebieski motyw ===== */
.niebieski_motyw table tr:nth-child(even),
.niebieski_motyw table.ciemne_normal tr:nth-child(even) {
    background-color: #e3ebf3cc; /* jaśniejszy, mniej kontrastowy */
    color: #000;
}

.niebieski_motyw table tr:nth-child(1),
.niebieski_motyw table tr:nth-child(1):hover,
.niebieski_motyw table.oceny_table tr:nth-child(2),
.niebieski_motyw table.oceny_table tr:nth-child(2):hover,
.niebieski_motyw table.zachowanie_table tr:nth-child(4),
.niebieski_motyw table.zachowanie_table tr:nth-child(4):hover {
    background-color: #7a9ecb !important; /* jaśniejszy i bardziej stonowany */
    color: #fff !important;
}

.niebieski_motyw table.zachowanie_table tr:nth-child(2),
.niebieski_motyw table.zachowanie_table tr:nth-child(2):hover {
    background-color: transparent !important;
    color: #000 !important;
}

.niebieski_motyw table tr:last-child,
.niebieski_motyw table tr:last-child:hover {
    background-color: #7a9ecb !important;
    color: #fff !important;
}

.niebieski_motyw table tr:nth-child(odd) {
    background-color: #7a9ecb33; /* bardzo jasny niebieski */
    color: #000;
}

.modal_header_title {
    cursor: move;
}

.modal-footer {
    padding-top: 0 !important;
}

.table > :not(caption) > * > * {
    padding: 5px 10px;
}

.form-select:focus,
.form-control:focus {
    border: 1px solid #a9a9a9;
}

.pagination {
    display: inline-block;
}

.pagination a,
.pagination button {
    color: black;
    float: left;
    padding: 5px 20px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active,
.pagination button.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.jedynka {
    animation: mruganie 1s infinite linear;
}

@keyframes mruganie {
    0% {
        opacity: .50;
    }
    100% {
        opacity: 1;
    }
}

.text-orange {
    color: orange;
}

#loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 1111111111;
}

.loadstyle {
    margin: auto;
    background: #000 url('/images/progress_gray.gif') no-repeat center;
    padding: 15px 10px;
    border-radius: 5px;
    opacity: 0.4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1111111111;
}

.znaczekBg {
    border: 1px solid #0000001f;
}

.table td, .table th {
    padding-right: 5px;
    padding-left: 5px !important;
}

.table tr:first-child th,
.table tr:last-child th,
.table tr:first-child td,
.table tr:last-child td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.table tr:first-child:hover,
.table tr:last-child:hover,
.table tr:first-child,
.table tr:last-child {
    background-color: #dcdcdc !important;
}

.table tr[line]:first-child th,
.table tr[line]:first-child td,
.table tr[line] td,
.table tr[line] th {
    padding: 3px 10px 3px 10px !important;
}

.ui-datepicker table,
.ui-datepicker table tr,
.ui-datepicker table th,
.ui-datepicker table td,
.ui-datepicker table tr:hover {
    border-radius: unset !important;
    border-style: unset !important;
    box-shadow: unset !important;
    border: 0 !important;
}

.vertival-text {
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.niebieski_motyw table.atomic_tangerine tr:first-child,
.niebieski_motyw table.atomic_tangerine tr:first-child:hover,
.niebieski_motyw table.atomic_tangerine2 tr:nth-child(2),
.niebieski_motyw table.atomic_tangerine1 tr:nth-child(1) {
    background-color: var(--blue-main) !important;
    color: #fff;
}

.niebieski_motyw a.atomic_tangerine,
.niebieski_motyw button.atomic_tangerine,
.niebieski_motyw input.atomic_tangerine {
    background-color: var(--blue-main);
    color: #fff;
}

.a-link {
    color: white;
}

.a-link:hover {
    color: white;
    text-decoration: underline;
}

table.decorated:not(:last-of-type) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-right: 5px;
    padding-left: 5px !important;
}

table + table.decorated {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-right: 5px;
    padding-left: 5px !important;
}
