html, body {
    font-family: 'Poppins', sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}








/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body,html {
    height:100%;
    margin:0;
    font-family:lato;
}

h2 {
    margin-bottom:0px;
    margin-top:25px;
    text-align:center;
    font-weight:200;
    font-size:19px;
    font-size:1.2rem;

}
.container {
    height:100%;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    background:-webkit-linear-gradient(#c5e5e5, #ccddf9);
    background:linear-gradient(#c9e5e9,#ccddf9);
}
.dropdown-select.visible {
    display:block;
}
.dropdown {
    position:relative;
}
ul {
    margin:0;
    padding:0;
}
ul li {
    list-style:none;
    padding-left:10px;
    cursor:pointer;
}
ul li:hover {
    background:rgba(255,255,255,0.1);
}
.dropdown-select {
    position:absolute;
    background:#77aaee;
    text-align:left;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    width:90%;
    left:2px;
    line-height:2em;
    margin-top:2px;
    box-sizing:border-box;
}
.thin {
    font-weight:400;
}
.small {
    font-size:12px;
    font-size:.8rem;
}
.half-input-table {
    border-collapse:collapse;
    width:100%;
}
.half-input-table td:first-of-type {
    border-right:10px solid #4488dd;
    width:50%;
}
.window {
    height:540px;
    width:800px;
    background:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    border-radius:30px;
    z-index:10;
}
.order-info {
    height:100%;
    width:50%;
    padding-left:25px;
    padding-right:25px;
    box-sizing:border-box;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:relative;
}
.price {
    bottom:0px;
    position:absolute;
    right:0px;
    color:#4488dd;
}
.order-table td:first-of-type {
    width:25%;
}
.order-table {
    position:relative;
}
.line {
    height:1px;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    background:#ddd;
}
.order-table td:last-of-type {
    vertical-align:top;
    padding-left:25px;
}
.order-info-content {
    table-layout:fixed;

}

.full-width {
    width:100%;
}
.pay-btn {
    border:none;
    background:#22b877;
    line-height:2em;
    border-radius:10px;
    font-size:19px;
    font-size:1.2rem;
    color:#fff;
    cursor:pointer;
    position:absolute;
    bottom:25px;
    width:calc(100% - 50px);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.pay-btn:hover {
    background:#22a877;
    color:#eee;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}

.total {
    margin-top:25px;
    font-size:20px;
    font-size:1.3rem;
    position:absolute;
    bottom:30px;
    right:27px;
    left:35px;
}
.dense {
    line-height:1.2em;
    font-size:16px;
    font-size:1rem;
}
.input-field {
    background:rgba(255,255,255,0.1);
    margin-bottom:10px;
    margin-top:3px;
    line-height:1.5em;
    font-size:20px;
    font-size:1.3rem;
    border:none;
    padding:5px 10px 5px 10px;
    color:#fff;
    box-sizing:border-box;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.credit-info {
    background:#4488dd;
    height:100%;
    width:50%;
    color:#eee;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:14px;
    font-size:.9rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    box-sizing:border-box;
    padding-left:25px;
    padding-right:25px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    position:relative;
}
.dropdown-btn {
    background:rgba(255,255,255,0.1);
    width:100%;
    border-radius:5px;
    text-align:center;
    line-height:1.5em;
    cursor:pointer;
    position:relative;
    -webkit-transition:background .2s ease;
    transition:background .2s ease;
}
.dropdown-btn:after {
    content: '\25BE';
    right:8px;
    position:absolute;
}
.dropdown-btn:hover {
    background:rgba(255,255,255,0.2);
    -webkit-transition:background .2s ease;
    transition:background .2s ease;
}
.dropdown-select {
    display:none;
}
.credit-card-image {
    display:block;
    max-height:80px;
    margin-left:auto;
    margin-right:auto;
    margin-top:35px;
    margin-bottom:15px;
}
.credit-info-content {
    margin-top:25px;
    -webkit-flex-flow:column;
    -ms-flex-flow:column;
    flex-flow:column;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
}
@media (max-width: 600px) {
    .window {
        width: 100%;
        height: 100%;
        display:block;
        border-radius:0px;
    }
    .order-info {
        width:100%;
        height:auto;
        padding-bottom:100px;
        border-radius:0px;
    }
    .credit-info {
        width:100%;
        height:auto;
        padding-bottom:100px;
        border-radius:0px;
    }
    .pay-btn {
        border-radius:0px;
    }
}*/

body {
    /*background: linear-gradient(to bottom, #f6f1eb, #a98274); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;*/

    margin: 0;
    font-family: 'Poppins', sans-serif;
}
/*.checkout-container {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/

.checkout-container {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.card-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px;
    border: 1px solid #EDEDED;
    overflow: hidden;
    background: white;
    max-width: 1000px; /* szerokość max dla całego bloku */
    width: 100%;
}

.card {
    background: white;
    padding: 1.5rem;
    border: none;
    flex: 1 1 320px;
    max-width: 500px;
}

.card-header {
    background-color: white;
    color: black;
}

@media (max-width: 768px) {
    .card-group-wrapper {
        flex-direction: column;
        align-items: center;
    }
}
.summary {
    flex: 1;
    padding: 30px;
    background-color: #f8f8f8;
}
.payment {
    flex: 1;
    padding: 30px;
    background-color: white; /* ciemny brąz */
    color: black;
}
.item {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.item img {
    width: 60px;
    margin-right: 15px;
}
.item-info {
    flex-grow: 1;
}
.item-price {
    white-space: nowrap;
}
.total {
    font-weight: bold;
    font-size: 1.4rem;
}
/*.form-control,
.form-select {
    background-color: #6d4c41;
    border: none;
    color: white;
}
.form-control::placeholder {
    color: #d7ccc8;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}*/

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #5e4431; /* brąz, dopasuj do reszty stylu */
    margin-bottom: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease-in-out;
}

input::placeholder {
    color: #bcbcbc;
}

input:focus {
    outline: none;
    border-color: #a17f5e;
}

.checkout-btn {
    background-color: #8d6e63;
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    color: white;
}
.checkout-btn:hover {
    background-color: #795548;
}



.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: #444;
}

.loading-logo {
    width: 100px;
    height: auto;
    animation: pulse 1.5s infinite ease-in-out;
}

.loading-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }
}


.footer {
    background-color: #5e4431; /* brązowe tło */
    color: #fff;
    padding: 2rem 1rem;
    margin-top: 4rem;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.footer-column {
    flex: 1 1 300px;
}

.footer-column h5 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}


.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white; /* brąz */
    padding: 0.5rem 1rem;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid #EDEDED;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    font-size: 1rem;
    height: 5rem;
}

.nav-left {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem;
}
.nav-right {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
}

.nav-center {
    flex: 0 0 auto;
}

.logo {
    height: 4rem;
    width: auto;
}

header a {
    color: black;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

header a:hover {
    text-decoration: none;
    color: #B7CFAF;
}

footer h3 {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

footer p{
    color: #AEAEAE;
    font-size: 14px;
}

footer a{
    color: #AEAEAE;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
    color: #AEAEAE;
}

footer li{
    color: #AEAEAE;
    font-size: 14px;
}

.h-underline {
    position: relative;
    padding-bottom: 10px;
}

.h-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #B7CFAF;
}