.maintenance-mode-text {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
}

.js-przejdz-do-koszyka {
    display: none;
    padding-top: 10px;
}

.js-przejdz-do-koszyka.visible {
    display: block;
    text-decoration: underline;
}

.nienumerowane-buttons {
    text-align: center;
}

button.tsBtn.mfPrimary {
    color: white;
}

#nienumerowane-submit {
    font-size: 2rem;
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

#loading {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    font-size: 1.6rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loading-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.spinner-border {
    display: inline-block;
    vertical-align: text-bottom;
    border: 0.25em solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    height: 5rem;
    width: 5rem;
}

.loading-content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}


.invalid-feedback {
    color: #9b0000;
}

.tsCheckbox input[type="checkbox"].is-invalid,
.tsCheckbox input[type="radio"].is-invalid {
    border-color: #9b0000;
}


body[data-page_name="rezerwacja_uzytkownik_rejestracja"] form#uzytkownik .md\:ml-auto {
    margin-left: unset !important;
}

@media (max-width: 767px) {
    body[data-page_name="rezerwacja_uzytkownik_rejestracja"] form#uzytkownik .sm\:ml-auto {
        margin-left: unset !important;
    }

    body[data-page_name="rezerwacja_uzytkownik_rejestracja"] form#uzytkownik .utLineLinks a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 5rem;
    }
}


/*.tsBtn.mfBase:before {*/
/*    content: var(--tw-content);*/
/*    background-color: var(--color-base);*/
/*}*/
/*.tsBtn.mfBase span {*/
/*    color: var(--color-white);*/
/*}*/
/*.tsBtn.mfBase:hover {*/
/*    color: var(--color-white);*/
/*}*/

.err-page-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wroc-na-glowna {
    margin-top: 50px;
}

.bg-dark {
    background-color: black;
}

form#form_blokada {
    max-width: 500px;
    margin: 100px auto;
}

.tsInputGroup.disabled {
    opacity: 0.5;
}

.d-none {
    display: none !important;
}

#nip-search {
    display: none;
}

fieldset.obsluga-gus.podmiot-gospodarczy.typ-nip .idtPodatkowyGroup .input-group,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-nip #dane_do_faktur-identyfikatorpodatkowy_group .input-group {
    display: flex;
    flex-wrap: nowrap;
}

fieldset.obsluga-gus.podmiot-gospodarczy.typ-nip #koszyk-faktura_nabywca_identyfikatorpodatkowy,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-nip #dane_do_faktur-identyfikatorpodatkowy {
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.koszyk-nip-search {
    display: none;
}

fieldset.obsluga-gus.podmiot-gospodarczy.typ-nip .koszyk-nip-search,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-nip #nip-search {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-top-right-radius: var(--radius-def);
    border-bottom-right-radius: var(--radius-def);
}

.vies-icons,
#vies-icons {
    display: none;
}

fieldset.podmiot-gospodarczy.typ-vatue .idtPodatkowyGroup.vies-checked .input-group,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-vatue #dane_do_faktur-identyfikatorpodatkowy_group .input-group {
    display: flex;
    flex-wrap: nowrap;
}

fieldset.podmiot-gospodarczy.typ-vatue .idtPodatkowyGroup .input-group.vies-checked .idt-podatkowy-input,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-vatue .idtPodatkowyGroup.vies-checked #dane_do_faktur-identyfikatorpodatkowy {
    width: calc(100% - 60px);
}

fieldset.podmiot-gospodarczy.typ-vatue .idtPodatkowyGroup.vies-checked .vies-icons,
#dane_do_faktur.obsluga-gus.podmiot-gospodarczy.typ-vatue .idtPodatkowyGroup.vies-checked #vies-icons {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

body[data-page_name="rezerwacja_index_limit-czasu"] h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.powrot-do-strony-glownej-btn {
    margin-top: 60px;
    margin-bottom: 100px;
    text-decoration: none;
}

#vatue-icon-correct,
#vatue-icon-incorrect,
#vatue-icon-unknown {
    display: none;
}

.tooltip-nfo {
    --bs-tooltip-bg: var(--bs-light);
    --bs-tooltip-border-radius: 0;
    --bs-tooltip-color: var(--bs-dark);
    --bs-tooltip-opacity: 1;

}

.tooltip-nfo .tooltip-inner {
    border: 1px solid var(--bs-dark);
    padding: 16px;
    --bs-tooltip-border-radius: 0;
    --bs-tooltip-max-width: 15rem;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    /*width: 25rem;*/
}

.bs-tooltip-auto.tooltip-nfo[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top.tooltip-nfo .tooltip-arrow::before {
    border-top-color: black;
}

.bs-tooltip-auto.tooltip-nfo[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start.tooltip-nfo .tooltip-arrow::before {
    border-left-color: black;
}

.bs-tooltip-auto.tooltip-nfo[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end.tooltip-nfo .tooltip-arrow::before {
    border-right-color: black;
}

.bs-tooltip-auto.tooltip-nfo[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom.tooltip-nfo .tooltip-arrow::before {
    border-bottom-color: black;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.js-df-row {
    display: grid;
    gap: 1rem;
}

.js-zachowane-dane-do-faktur {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    height: 100%;
}

.js-zachowane-dane-do-faktur:hover {
    cursor: pointer;
}

.js-zachowane-dane-do-faktur.selected {
    border-color: var(--color-primary);
    border-width: 2px;
}

@media (min-width: 768px) {
    .js-df-row {
        grid-template-columns: 1fr 1fr;
    }
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#tsInputGroup-koszyk-faktura_odbiorca,
#tsInputGroup-koszyk-faktura_platnik,
#tsInputGroup-koszyk-faktura_pracowniknabywcy {
    margin-top: 1rem;
}

.faktura-inne-dane-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    height: 100%;
    width: 100%;
}

#koszyk-faktura_nabywca-fieldset legend,
#koszyk-faktura_odbiorca-fieldset legend,
#koszyk-faktura_platnik-fieldset legend,
#koszyk-faktura_pracowniknabywcy-fieldset legend {
    margin-bottom: 10px;
}

.text-decoration-none {
    text-decoration: none !important;
}

#nienumerowane-submit.tickets-submit-hidden {
    display: none;
}


@media (max-width: 767px) {
    .fixed-submit {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .fixed-submit > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
    }

    #nienumerowane-submit {
        /*position: fixed;*/
        /*z-index: 1000;*/
        font-size: 2rem;
        padding: 1rem;
        /*bottom: 0;*/
        width: 100%;
        border-radius: 0;
        display: flex;
        justify-content: center;
        background-color: var(--color-tertiary);
    }

    #nienumerowane-submit:before,
    #nienumerowane-submit:after {
        content: '';
        border: 0;
        inset: 0;
        border-radius: 0;
    }

    #nienumerowane-submit:hover {
        background-color: var(--color-base);
    }
}

@media (min-width: 768px) {
    .fixed-submit {
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .fixed-submit > .container {
        display: flex;
        justify-content: end;
    }

    #nienumerowane-submit {
        padding: 1.4rem;
    }
}

body[data-page_name="rezerwacja_koszyk_index"] .js-change-qty {
    min-width: 30px;
}

@media (max-width: 1023px) {
    .tsCard__Price {
        font-size: var(--text-h3);
    }
}

@media (min-width: 1024px) {
    .pozycje-cennika-lista {
        margin-bottom: 40px;
    }
}

#koszyk-faktura_odbiorca-fieldset,
#koszyk-faktura_platnik-fieldset,
#koszyk-faktura_pracowniknabywcy-fieldset {
    padding-top: 15px;
}

#koszyk-faktura_odbiorca_rola{
    margin-top: 15px;
}

body[data-page_name="rezerwacja_index_regulamin"] #main-content ol,
body[data-page_name="rezerwacja_index_regulamin"] #main-content ul {
     list-style: initial;
    padding-left: 40px;
    margin-bottom: 1rem;
}

body[data-page_name="rezerwacja_index_regulamin"] #main-content ul {
    list-style-type: disc;
}

body[data-page_name="rezerwacja_index_regulamin"] #main-content ol {
    list-style-type: decimal;
}