
:root {
    --primary-color-lighter: #99a4c8;
    --primary-color: #001d77;
    --bs-body-font-family: "Open Sans", sans-serif;
    --font-color-lighter: rgba(0, 0, 0, 0.87);
    --secondary-color: #2962FF;
}

html, body {
    height: auto;
    background-color: #F8F9FA;
    scroll-behavior: smooth;
}

.buttonOutlineFocus {
    outline: 0 !important;
}

    .buttonOutlineFocus:focus {
        outline: 2px solid black !important;
        outline-offset: 3px;
    }

a {
    color: var(--primary-color);
}

.directory-info > a {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fira-sans {
    font-family: "Fira Sans", sans-serif;
}

#page-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

#content-wrap {
    padding-bottom: 8rem;
}

#footer {
    margin: 0;
    width: 100%;
    height: 2.5rem;
    font-size: 0.875rem;
    color: var(--font-color-lighter);
}

.bs-gutter {
    --bs-gutter-x: 0;
}


.filterList {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}


.btn-link {
    color: var(--primary-color);
}

.login-page-help-exit-btn {
    font-size: 1.75rem;
    padding: 0 !important;
    color: var(--primary-color);
}


.user-popup {
    position: absolute;
    width: 92%;
    top: 27rem;
    font-size: 1.125rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
}

@media screen and (max-width: 800px) {
    .logo-layout {
        width: 297px;
    }
}

@media screen and (min-width: 568px) and (max-width: 800px) and (orientation: landscape) {
    .logo-layout {
        width: 420px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 800px) and (orientation: landscape) {
    #hamburger-menu-container {
        margin-top: -98px;
    }

    .user-popup {
        top: 18rem;
    }
}

@media screen and (min-width: 1280px) {
    .user-popup {
        top: 33rem;
    }
}


.darken-background {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    /* background-color: rgba(var(--bs-dark-rgb), 0.75);*/
    background-color: rgba(0, 0, 0, 0.5);
}

.floating-container {
    border: 1px solid lightgray;
    /* box-shadow: 0 2px 4px 0 rgb(220, 220, 220, 0.67), 0 3px 10px 0 rgb(220, 220, 220, 0.67);*/
    box-shadow: 3px 9px 35px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    background-color: white;
    color: var(--font-color-lighter);
}

.shadowed-container {
    border: 1px solid lightgray;
    box-shadow: 0 2px 4px 0 rgb(220, 220, 220, 0.67), 0 3px 10px 0 rgb(220, 220, 220, 0.67);
    border-radius: 1rem;
    background-color: white;
    color: var(--font-color-lighter);
}

.login-container {
    width: 15rem;
}

@media screen and (min-width: 370px) {
    .login-container {
        width: 22rem;
    }
}

@media screen and (min-width: 800px) {
    .login-container {
        width: 42rem;
    }
}

.login-title {
    font-size: 1.1rem;
}

.popup-medium {
    width: 98%;
    max-height: 100%;
    border-radius: 10px;
    font-size: 1.25rem;
    padding-bottom: 4.5rem;
    color: var(--font-color-lighter);
    overflow-y: auto;
    border: 1px solid #D2D6DA;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
}


@media screen and (min-width: 800px) {
    .popup-medium {
        width: 46rem;
    }

    .popupPomocWLogowaniu {
        width: 56rem !important;
    }
}

.moveLeftOrRight {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    color: white;
    padding: 5px;
}

@media screen and (min-width: 1280px) {
    .moveLeftOrRight {
        display: none;
    }
}

a:hover {
    cursor: pointer;
}

#login-page {
    grid-template-rows: 1fr auto auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    overflow-x: hidden;
}

@media screen and (min-width: 800px) {
    #login-page {
        margin-top: 20px;
        padding-bottom: 10vh;
        overflow-y: hidden;
    }
}

.sm-icon-login {
    width: 31px;
    height: 23px;
    margin-right: 10px;
    margin-left: 18px;
    cursor: pointer;
    color: grey;
}


#login-page-footer-bottom {
    margin-top: 4rem;
}

#login-page-field-remember-me {
    margin-left: -0.75rem;
}

#login-page-help-title {
    font-size: 16px;
}

@media screen and (min-width: 800px) {
    #login-page-help-title {
        font-size: 1.5rem;
        margin-left: 0.8rem;
    }
}

#ue-card {
    width: 50%;
}

.mdc-checkbox-label {
    font-size: 1.125rem;
    color: var(--font-color-lighter);
}

.fs-bigger {
    font-size: 1.25rem;
}

    .fs-bigger .form-control {
        font-size: 1.25rem;
    }

.container-main-layout {
    display: grid;
    grid-template-rows: auto 1fr 1fr auto;
}

.container-add-note {
    width: 49.25rem;
    margin-top: 40px;
    border-radius: 10px;
}

.infoIcon {
    font-size: 24px !important;
    color: var(--primary-color) !important;
} 

.no-scrollbar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .no-scrollbar::-webkit-scrollbar {
        display: none; /* Chrome */
    }


.custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: thin;
}

    .custom-scrollbar::-webkit-scrollbar {
        width: 0.6vw;
        height: 0.55vw;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 100vw;
    }

        .custom-scrollbar::-webkit-scrollbar-thumb:hover {
            background: #777;
        }

html {
    -ms-overflow-style: none;
    scrollbar-width: thin;
}

    html::-webkit-scrollbar {
        width: 0.6vw;
        height: 0.55vw;
    }

    html::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 100vw;
    }

        html::-webkit-scrollbar-thumb:hover {
            background: #777;
        }

.overflow-scroll-y {
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu-popup {
    position: absolute;
    width: 350px;
    height: 535px;
    left: 35px;
    top: 95px;
}

@media screen and (max-width: 400px) {
    #add-note-container {
        overflow: scroll;
    }
}

.pagination {
    display: flex !important;
    flex-direction: column;
}

@media screen and (min-width: 650px) {
    .pagination {
        flex-direction: row !important;
    }
}

.dodajStanowiskoNaglowek {
    display: flex;
}

@media screen and (min-width: 366px) {
    .dodajStanowiskoNaglowek {
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .user-popup {
        top: 8rem;
        width: auto;
        transform: none;
        left: 62%;
    }
}

@media screen and (min-width: 1400px) {
    .user-popup {
        top: 8rem;
        width: auto;
        transform: none;
        left: 72%;
        margin-right: 50px;
    }
}

@media screen and (min-width: 1700px) {
    .user-popup {
        top: 8rem;
        width: auto;
        transform: none;
        left: 75%;
        margin-right: 50px;
    }
}




.admin-details-container {
    width: auto;
    padding-left: 1rem;
    padding-right: 3rem;
}

    .admin-details-container .row {
        padding-block: 0.15rem;
    }

.user-popup > hr {
    margin-inline: -12px;
    margin-bottom: 1.5rem;
}

.menu-icon {
    height: 0.8rem;
    width: 0.9rem;
}

.title-text,
.table-title-text,
.row-header,
.row-menu {
    font-weight: 600;
}

.table-title-text {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
}

.admin-btn {
    font-size: 1.125rem;
    text-transform: lowercase;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}

.ikonkaZalacznika {
    font-size: 1.75rem !important;
    color: #001D77;
}

#ue-cardLogin {
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 1000px) {
    #ue-cardLogin {
        width: 500px;
    }
}

.mdc-button__icon.admin-icon {
    font-size: 1.5rem;
    margin-inline-end: 0.8rem;
    margin-block-end: 0.1rem;
}

.row-menu {
    font-size: 0.85rem;
    height: 2.5rem;
}

.zalacznikPrzycisk {
    background: transparent;
    border: 0;
    color: var(--primary-color);
}

#left-menu {
    padding-top: 2.28rem;
    color: var(--font-color-lighter);
    position: absolute;
    left: -19px;
    width: 337px !important;
}

@media screen and (min-width: 1024px) {
    #left-menu {
        position: sticky;
        width: auto !important;
        padding-top: 2.28rem;
        color: var(--font-color-lighter);
    }
}

#left-menu .mdc-list-item {
    font-size: 1.125rem;
    margin-block: 1.6rem;
    font-weight: 600;
    height: 1.93rem;
    align-items: center;
    margin-inline: 1.875rem;
    padding-left: 0;
}

#left-menu .mdc-list-item__graphic {
    margin-right: 0.625rem;
}

#left-menu .mdc-list-item--activated {
    font-weight: bold;
    color: #253166;
    border-right-width: 0.2rem;
    border-right-style: solid;
}

.directory-info {
    font-size: 0.875rem;
}

.mdc-text-field--label-floating,
.mdc-floating-label,
.mdc-text-field--focused .mdc-floating-label {
    color: var(--mdc-theme-primary);
}

.table-container {
    grid-template-columns: 5fr 14fr 14fr 18fr 35fr 22fr 18fr 10fr 10fr;
}

.download-popup {
    position: absolute;
    width: 20rem;
    right: 17px;
    top: 45px;
    font-size: 0.85rem;
    color: var(--font-color-lighter);
}


.print-popup {
    position: absolute;
    width: 20rem;
    right: 17px;
    top: 45px;
    font-size: 0.85rem;
    color: var(--font-color-lighter);
}

@media screen and (min-width: 1024px) {
    .print-popup {
        width: 450px;
        right: 530px;
        top: 100px;
    }

    .download-popup {
        width: 450px;
        right: 320px;
        top: 100px;
    }
}

caption {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

#filter-popup, #filtruj-date-popup {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-right: -3%;
    transform: translate(-50%, -50%);
    background: #fff;
    margin-top: 100px;
    width: 98%;
}

@media screen and (min-width: 1280px) {
    #filter-popup, #filtruj-date-popup {
        position: fixed;
        width: 30%;
        right: 530px;
        top: 29%;
        margin-top: 0;
    }
}

.wyslijWybraneUwagiFont {
    font-size: 13px;
}

@media screen and (min-width: 800px) {
    .wyslijWybraneUwagiFont {
        font-size: 14px;
    }
}

.edit-text {
    border-bottom-style: solid;
    border-bottom-width: 0.063rem;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.edit-close {
    font-size: 20px;
    color: var(--primary-color);
}

.material-icons-outlined {
    font-size: 2.5rem;
}

.mdc-button:not(:disabled) .material-icons-outlined {
    color: var(--primary-color);
}

.mdc-button--unelevated:not(:disabled) .material-icons-outlined {
    color: white;
}

.containerBox {
    min-width: 60vw;
}

@media screen and (max-width: 1023px) {
    .containerBoxHeight {
        height: 1000px;
    }
}

.material-icons-outlined.login-page-help-icon {
    font-size: 3rem;
    color: var(--primary-color);
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.card-active {
    outline: 0.125rem solid var(--primary-color);
}

.form-label {
    margin-left: -0.15rem;
}

.add-note-form p {
    top: -1.4rem;
    margin-bottom: 0;
}

.add-note-form .row .col {
    margin-bottom: 1.4rem;
}

.border-bottom-no-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top-right-no-radius {
    border-top-right-radius: 0;
}

.filter-textbox {
    height: 2.3rem;
    padding: 0.375rem 0.75rem;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 35px !important;
    }

    .left-inner-addon span {
        position: absolute;
        padding: 12px 12px;
        pointer-events: none;
    }

.clickable-icon {
    cursor: pointer;
}

    .clickable-icon:hover {
        color: var(--secondary-color) !important;
    }

.exit-btn {
    margin-right: -0.8rem;
}

.exit-btn2 {
    margin-right: -0.8rem;
    margin-top: -0.6rem;
}

.popup-big .form-control {
    font-size: 1.25rem;
}

.popup-big {
    width: 90vw;
    height: 98vh;
    margin-block: 1vh;
    border-radius: 0.75rem;
    display: grid;
    align-content: start;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    scroll-behavior: smooth;
    overflow-x: auto;
    border: 1px solid #D2D6DA;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

.popup-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}

.popup-big-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--font-color-lighter);
}

.popup-header {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.popup-content-container {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    overflow-x: clip;
    max-height: 200px;
}

.popup-content {
    font-size: 1.125rem;
}

.popup-exit-icon {
    font-size: 1.75rem;
    color: var(--primary-color);
}

.popup-container {
    padding: 0.5rem 1.25rem 1.5rem 1.25rem;
    border: 1px solid #D2D6DA;
}

.wybierzWidoczneKolumny {
    color: var(--mdc-theme-primary);
    font-size: 18px;
}

.manipulacjaTabelą {
    color: var(--mdc-theme-primary);
}

ul {
    padding-left: 0px !important;
}

@media screen and (min-width: 400px) {
    .logoGUSLoginText {
        margin-right: 20px;
    }
}

@media screen and (min-width: 468px) {
    .logoGUSLoginText {
        margin-right: 43px;
    }
}

@media screen and (min-width: 490px) {
    .logoGUSLoginText {
        margin-right: 73px;
    }
}

@media screen and (min-width: 570px) {
    .logoGUSLoginText {
        margin-right: 95px;
    }
}

@media screen and (min-width: 600px) {
    .logoGUSLoginText {
        margin-right: 113px;
    }
}

@media screen and (min-width: 650px) {
    .logoGUSLoginText {
        margin-right: 139px;
    }
}


@media screen and (min-width: 700px) {

    .logoGUSLoginText {
        margin-right: 167px;
    }
}

@media screen and (min-width: 770px) {

    .logoGUSLoginText {
        margin-right: 214px;
    }
}

@media screen and (min-width: 860px) {

    .logoGUSLoginText {
        margin-right: 240px;
    }
}

@media screen and (min-width: 920px) {

    .logoGUSLoginText {
        margin-right: 266px;
    }
}

@media screen and (min-width: 970px) {

    .logoGUSLoginText {
        margin-right: 289px;
    }
}

@media screen and (min-width: 992px) {

    .logoGUSLoginText {
        width: 400px;
        margin-top: -89px;
    }
}

@media screen and (min-width: 1250px) {
    #ue-card {
        width: 85%
    }

    #ue-card2 {
        width: 85%
    }
}

.cards {
    margin-bottom: 50px;
}

@media screen and (min-width: 1400px) {
    #ue-card {
        width: 66%;
        margin-top: 48px;
    }

    #ue-card2 {
        width: 66%;
        margin-top: 48px;
    }
}

@media screen and (min-width: 1700px) {
    #ue-card {
        width: 52%;
        margin-top: 0px;
    }

    #ue-card2 {
        width: 52%;
        margin-top: 0px;
    }


    .logoGUSLoginText {
        width: 233px;
        margin-top: 0px;
    }

    .cards {
        margin-bottom: 105px;
    }

    .ikony {
        width: 322px;
    }

    .deklaracja {
        width: 244px;
    }
}

@media screen and (max-width: 1038px) {
    .cardPosition {
        text-align: center !important;
    }
}

@media screen and (min-width: 1039px) {
    .cardPosition {
        text-align: right !important;
    }
}

@media screen and (min-width: 1700px) {
    #ue-card {
        width: 52%;
        margin-top: 0px;
    }

    #ue-card2 {
        width: 52%;
        margin-top: 0px;
    }


    .cards {
        margin-bottom: 105px;
    }

    .ikony {
        width: 322px;
    }

    .deklaracja {
        width: 244px;
    }
}


@media screen and (max-width: 500px) {
    .potwierdzeniePopupContainer {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .popup-container {
        padding: 0.5rem 1.25rem 1.5rem 1.25rem;
        width: 30.5rem;
    }
}

.popup-exit-icon.mdc-icon-button {
    padding: 0.5rem 0 0 0;
    width: 1.5rem;
    align-self: center;
}

hr {
    opacity: 0.1;
}


.paddingLabelWyszukiwanie {
    padding: 14px !important;
}

.helperText {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    margin-left: 5px;
}

#table-search-box-wrapper {
    width: 100% !important;
}

@media screen and (min-width: 350px) {
    #table-search-box-wrapper {
        width: 15.313rem !important;
    }
}

@media screen and (min-width: 400px) {
    #table-search-box-wrapper {
        width: 17.5rem !important;
    }
}

@media screen and (min-width: 800px) {
    #table-search-box-wrapper {
        width: 32.3rem !important;
    }
}

@media screen and (min-width: 1034px) {
    .container-fluid {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary);
}

.confirm-font {
    font-size: 1.25rem;
}

.label-checkbox {
    font-size: 3rem;
}

.white-space-normal {
    white-space: pre-wrap;
}

.dropdown-menu {
    width: 170px;
}

    .dropdown-menu .dropdown-item {
        white-space: normal;
    }

.form-list {
    border: 1px solid rgba(0, 0, 0, .1);
    height: 21rem;
    overflow-y: scroll;
}

.select-list-item {
    padding-block: 0.5rem;
}



.img-icon {
    margin-right: 5px;
}

.required-label {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #565671 !important;
}

div.dataTables_scrollBody {
    border-left-width: 0 !important;
}

.dataTables_scrollBody thead {
    visibility: hidden;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

table.dataTable thead > tr > th[class*="sort"] {
    padding: 8px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display: none;
}

table.dataTable thead .sorting_desc::after {
    display: none;
}

table.dataTable thead .sorting {
    background-image: none;
}

table.dataTable thead .sorting_asc .th-sort-custom::after {
    font-family: "Material Icons";
    content: "\e5d8";
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}

table.dataTable thead .sorting_desc .th-sort-custom::after {
    font-family: "Material Icons";
    content: "\e5db";
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}

th {
    vertical-align: middle;
}

#table-title {
    text-align: center;
    background-color: #F8F9FA;
    margin-top: 10px;
}

body, .table-toolbar {
    background-color: #F8F9FA;
}

.table {
    background-color: white;
}

.dataTables_filter > div {
    background-color: white;
    padding: 20px;
}

.table-footer {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .dataTables_length > label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
}

th:not(:last-child) {
    border-right: 1px solid #253166;
}

.table-content {
    margin: 0;
    padding: 0;
}

    .table-content > div {
        padding: 0;
    }

div.table-search-box-container {
    margin: 20px -1px;
}

.table-buttons-container {
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

div.table-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

    div.table-footer > div {
        padding: 10px 0 0 0;
    }

#uwagi-table_info {
    padding-top: 0;
}

.th-title {
    margin: 0 6px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

.th-extended {
    margin: 0 1.5rem !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
}

    .btn-primary:focus,
    .btn-primary:hover {
        background-color: var(--secondary-color) !important;
    }

.btn-outline-primary {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

#table-btn-add,
#table-btn-print,
#table-btn-download {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.page-link {
    border-width: 0;
}

td.dt-center {
    vertical-align: middle;
    transition: 0.4s;
}

.podsumowanie-tabela {
    white-space: pre-wrap;
    width: 100%;
}

.rozwijane-szczegoly-uwagi {
    background-color: rgba(0, 0, 0, 0.05);
    border-block: 0.125rem solid var(--primary-color);
    height: fit-content;
}

.szczegoly-uwagi-expand-icon {
    position: relative;
}

.link-cleared {
    color: var(--font-color-lighter);
    text-decoration: none;
}

.close-icon-user-details {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.col-upscroll-btn {
    width: 2rem;
    margin-left: 2rem;
}

.menu-text:hover {
    text-decoration: underline;
}

@page {
    size: landscape;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.paginate_button.page-item.active a {
    background-color: var(--primary-color);
}

.paginate_button.page-item a {
    color: var(--primary-color);
}

.paginate_button.page-item.disabled a {
    color: rgba(0, 0, 0, 0.15);
}

#hamburger-menu-container {
    z-index: 10;
}

#body-container {
    z-index: 9;
}

#popups-container {
    z-index: 12;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inherit;
    color: inherit;
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inherit;
}

.logoText {
    font-family: var(--bs-body-font-family);
    font-size: 13px;
    text-align: left;
}

.okruszkiMarginTop {
    margin-top: 20px;
}

@media screen and (min-width: 350px) {
    .logoText {
        font-size: 16px;
    }
}

#ue-card {
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 1250px) {
    #ue-card {
        width: 85%
    }
}

@media screen and (min-width: 1400px) {
    #ue-card {
        width: 66%;
        margin-top: 48px;
    }
}

.cardPartial {
    margin-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
    .cardPartial {
        margin-bottom: -35px !important;
    }
}


.cardMobile {
    margin-top: 58px;
}

.ikony {
    margin-top: -152px;
}

.ikonyContact {
    margin-top: -83px;
}

@media screen and (min-width: 592px) {
    .ikony {
        margin-top: -204px;
    }

    .ikonyContact {
        margin-top: -115px;
    }
}

@media screen and (min-width: 790px) {

    .ikonyContact {
        margin-top: -137px;
    }
}

@media screen and (min-width: 848px) {
    .ikony {
        margin-top: -227px;
    }
}

@media screen and (min-width: 992px) {
    .ikony {
        margin-top: -1px;
    }

    .ikonyContact {
        margin-top: -1px;
    }

    .cardMobile {
        margin-top: -60px;
    }
}

@media screen and (min-width: 1700px) {
    .cardMobile {
        margin-top: -4px;
    }

    .ikony {
        margin-top: -2px;
        margin-left: -6px;
    }
}

@media screen and (min-width: 1700px) {
    #ue-card {
        width: 52%;
        margin-top: 0px;
    }

    .logoGusContact {
        margin-left: -17px !important;
        width: 42px !important;
        margin-top: !important;
    }

    .logoGus {
        width: 73px;
        margin-top: 0px
    }

    .cards {
        margin-bottom: 105px;
    }

    .ikony {
        width: 342px;
    }

    .deklaracja {
        width: 224px;
    }
}

@media screen and (min-width: 1850px) {
    .deklaracja {
        width: 270px;
    }
}

@media screen and (min-width: 1900px) {
    .deklaracja {
        width: 291px;
    }
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #616161;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
    display: none;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
    display: none;
}

.tooltip-inner {
    max-width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    background: #616161;
    color: #FFFFFF;
    border-radius: 5px;
    /* -webkit-box-shadow: 0px 5px 17px -9px rgba(17, 15, 15, 0.57);
    -moz-box-shadow: 0px 5px 17px -9px rgba(17, 15, 15, 0.57);
    box-shadow: 0px 5px 17px -9px rgba(17, 15, 15, 0.57);
    outline: 1px solid rgba(232, 246, 250);*/
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00;
    display: none;
    /* Red */
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
    opacity: 0;
}

.hideLegend {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-top: -25px;
    font-size: 1px !important;
}

.showLegend {
    font-size: 18px;
    margin-left: 11px;
}

@media screen and (max-width: 800px) {
    .wersjaPbssp {
        height: 98vh;
    }
}

.popupNoScroll {
    overflow-x: hidden;
}

.naglowekPopupu {
    font-size: 22px;
    margin: 30px 0 40px;
    font-weight: bold;
}

.pomocWLogowaniu-text {
    font-size: 16px;
    text-align: left;
    line-height: 27px;
}

#tabela-dekretacji .ikona-statusu {
    position: relative;
    top: 0.25rem;
}

.shadow-2-strong {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.21) !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

#page-wrapper.unauthenticated {
    background-color: var(--background-color);
}

#page-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

#main-content {
    height: 100%;
}

.popupScroll {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar.more-width::-webkit-scrollbar {
    width: 40px;
}

.footer-copyright {
    font-size: 14px;
}

.dataTables_scrollHeadInner {
    min-width: 100% !important;
}

table.dataTable {
    padding: 0;
    min-width: 100%;
}

.text-pole-wymagane {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.125rem;
}

.potwierdzeniePopup {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #D2D6DA;
    background-color: #fff;
    min-height: 100vh;
    position: fixed;
    top: 2rem;
    left: 50vw; /* move to the middle of the screen (assumes relative parent is the body/viewport) */
    transform: translateX( -50% ); /* move backwards 50% of this element's width */

    min-height: auto;
    box-shadow: 0 19px 38px rgb(0 0 0 / 12%), 0 15px 12px rgb(0 0 0 / 22%);
    width: 90%;
    z-index: 100;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 568px) {
    .potwierdzeniePopup {
        top: 1rem;
    }
}

@media screen and (min-width: 800px) {
    .potwierdzeniePopup {
        position: fixed;
        top: 2rem;
        left: 50vw; /* move to the middle of the screen (assumes relative parent is the body/viewport) */
        transform: translateX( -50% ); /* move backwards 50% of this element's width */

        min-width: calc(640px - (15px * 2)); /* == breakpoint - left+right margin */
        min-height: auto;
        width: 37%;
    }
}

@media screen and (min-width: 1400px) {

    .potwierdzeniePopup {
        top: 30%;
    }
}

@media screen and (min-width: 800px) {
    .page-item.active .page-link {
        border-radius: 50%;
    }
}

.invalid-input {
    border-color: var(--mdc-theme-error, #b00020);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single {
    height: 56px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0,0,0,0.1);
    color: black;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M796 935 533 672q-30 26-69.959 40.5T378 727q-108.162 0-183.081-75Q120 577 120 471t75-181q75-75 181.5-75t181 75Q632 365 632 471.15 632 514 618 554q-14 40-42 75l264 262-44 44ZM377 667q81.25 0 138.125-57.5T572 471q0-81-56.875-138.5T377 275q-82.083 0-139.542 57.5Q180 390 180 471t57.458 138.5Q294.917 667 377 667Z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 0.5rem center;
    padding-left: 2rem !important;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-selection--single:focus, .select2-selection--single:focus-visible, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
    border: 2px solid var(--primary-color);
    box-shadow: none !important;
}

.bladSelect2 {
    outline: none !important;
    border: 1px solid #b00020 !important;
    box-shadow: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f5f5 !important ;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f0f0f2 !important;
    color: var(--custom-green)!important;
}

.select2-results__option--selectable {
    font-size: 18px;
}

.deklaracjaDostepnosciLi {
    margin-left: 16px;
}
:root {
    --mdc-theme-primary: #001d77;
    --mdc-theme-secondary: #001d77;
    --mdc-outlined-button-outline-color: var(--mdc-theme-primary);
    --mdc-typography-font-family: "Open Sans", sans-serif;
    --mdc-typography-subtitle1-font-size: 1.125rem;
    --mdc-typography-subtitle2-font-size: 1rem;
    --mdc-typography-body2-font-size: 1rem;
    --custom-green: #287E3F;
}

.mdc-button {
    font-size: 0.875rem;
    height: 3rem;
    padding: 1.5rem;
}

.mdc-button--unelevated, 
.mdc-button--outlined, 
.mdc-button--raised {
    border-radius: 2rem;
}

.mdc-button--unelevated:not([disabled]), 
.mdc-button--outlined:not([disabled]), 
.mdc-button--raised:not([disabled]) {
    border-radius: 2rem;
}

.mdc-button.btn-left-menu {
    width: 100%;
    border-radius: 0;
}

.mdc-button.btn-left-menu:hover {
    background-color: var(--secondary-color);
}

.mdc-button__icon.mdc-icon--normal-size {
    font-size: 1.5rem;
    margin-top: -0.3rem;
    margin-right: 0.6rem;
    font-weight: 400;
}

.mdc-card {
    height: 10.43rem;
    /* width: 11.75rem; */
    margin: 2.56rem;
    padding-block: 1.5rem 1rem;
}

.wersja-pbssp-card {
    height: 14rem;
    margin: 2.56rem;
    padding-block: 1.5rem 1rem;
    padding-inline: 0.5rem;
}

@media screen and (min-width: 400px) {
    .wersja-pbssp-card {
        width: 14.5rem;
        height: 12rem;
    }
}

.mdc-switch:enabled .mdc-switch__track::after {
    background-color: var(--primary-color-lighter);
}

.mdc-select__selected-text {
    font-size: 1.25rem;
}

.mdc-floating-label {
    font-size: 1.25rem;
    height: 1.5rem;
}

.mdc-text-emphasis-high {
    opacity: 0.87;
}

.mdc-text-emphasis-medium {
    opacity: 0.6;
}

.mdc-text-emphasis-disabled {
    opacity: 0.3;
}

#left-menu .mdc-list-item {
    height: auto;
}

.mdc-list-item:not(.mdc-list-item--selected) .mdc-deprecated-list-item__meta {
    display: none;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple {
    opacity: 0;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected {
    color: var(--custom-green);
}

.mdc-menu .mdc-deprecated-list-item__meta {
    color: var(--custom-green);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple {
    opacity: 0.2;
}

.mdc-text-field {
    width: 100%;
}

.mdc-text-field__input {
    font-size: 1.25rem;
}

button > div.mdc-button__label {
    letter-spacing: 1px;
}

.mdc-tooltip__surface {
    min-width: 3rem;
    font-size: .8rem;
}

.mdc-circular-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.mdc-circular-progress.mdc-circular-progress--closed {
    z-index: 0;
}

.mdc-snackbar {
    z-index: 100;
    right: unset;
}

#snackbar-koniec-sesji .mdc-snackbar__surface,
#snackbar-error .mdc-snackbar__surface {
    background-color: #ffd9e1;
}

#snackbar-success .mdc-snackbar__surface {
    background-color: #82ff4d;
}

#snackbar-koniec-sesji .mdc-snackbar__label,
#snackbar-error .mdc-snackbar__label,
#snackbar-error .material-icons-outlined {
    color: #3b1515;
}

#snackbar-success .mdc-snackbar__label,
#snackbar-success .material-icons-outlined {
    color: #003c10;
}

.mdc-snackbar__action:not(:disabled) {
    color: #3b1515;
    font-weight: 900;
}

.mdc-snackbar .material-icons-outlined {
    margin-left: 0.75rem;
    font-size: 1.5rem;
}

.mdc-text-field--readonly .mdc-notched-outline__leading,
.mdc-text-field--readonly .mdc-notched-outline__notch,
.mdc-text-field--readonly .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.06) !important;
}

.mdc-text-field--readonly.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--readonly.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--readonly.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.85) !important;
}

.mdc-text-field--readonly .mdc-text-field__input {
    color: rgba(0, 0, 0, 0.36) !important;
}
