html,
body {
    background-image: url('../background.png');
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    background-size: cover;
    font-family: 'Poppins', Tahoma, Geneva, Verdana, sans-serif;
    background-size: cover, cover;
    background-attachment: fixed;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25%;
}

#recharge-form-box {
    min-width: 300px;
    background-repeat: repeat;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-block-start: 5%;
    padding-block-end: 5%;
}

.cameraInfo {
    color: white;
    font-size: 12px;
    margin-left: 23%;
}

#reader {
    border-radius: 2px;
    width: auto;
    height: auto;
    margin-bottom: 5%;
    color: rgb(141, 167, 174);
}

#qr-reader-box {
    padding-left: 10%;
    padding-right: 10%;
    width: 73.8%;
}

label.recharge-amount-label {
    display: block;
    text-align: center;
    margin-left: 17%;
    white-space: normal;
    line-height: 30px;
    padding-top: 5%;
    padding-bottom: 5%;
    border-color: transparent;
    background-color: deepskyblue;
    color: white
}

.payment-proccess-btn {
    display: block;
    text-align: center;
    white-space: normal;
    background-color: transparent;
    color: #CB9F67;
    border-color: transparent;
}

button.recharge-amount-label {
    display: block;
    text-align: center;
    white-space: normal;
    line-height: 30px;
    border-color: transparent;
    background-color: #0abdee;
    color: white
}

.titlePay {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-weight: 650;
    width: 100%;
    padding: 2px;
}

.footerPay {
    padding: 4%;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.description-box {
    position: fixed;
    top: -300%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    border: 2px solid #CB9F67;
    padding: 20px;
    background-color: transparent;
    transition: top 0.5s ease, background-color 0.5s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Opcjonalnie: zaokr�glenie rog�w */
    background: #FFFFFF;
}

    .description-box.visible {
        top: 15%;
        background-color: white;
        border-color: #CB9F67;
        color: black;
        padding-bottom: 60px;
    }


.information-box {
    position: fixed;
    top: -100%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: top 0.5s;
    border-color: #CB9F67;
    border-width: 2px;
    padding: 20px;
    margin-left: 5%;
    margin-right: 5%;
    background: white
}

#submitClientInfo {
    margin-top: 30%;
    position: relative;
}

.client-information {
    margin-top: 10%;
    text-align: center;
    line-height: 44px;
    color: #CB9F67;
}

    .client-information button {
        line-height: 22px;
        border-width: 2px;
    }

    .client-information input {
        outline: none;
        width: 90%;
        padding-left: 15px;
        border-color: #CB9F67;
        border-width: 2px;
        text-align: center; /* Wycentrowanie tekstu */
    }

.information-box.visible {
    top: 15%;
    background-color: white;
    border-color: #F9DF6E;
    color: #F9DF6E;
    z-index: 1000;
    padding-bottom: 60px;
}

.select-custom-style {
    border-width: 0px;
    color: black;
    text-align: center;
    font-weight: 600;
    width: 90%;
    background: #CB9F67;
}

.custom-select {
    text-align: center;
    color: black;
    background-color: #CB9F67;
}


.btn-close-info {
    background-color: transparent;
    border-color: #CB9F67;
    color: #CB9F67;
    border-radius: 10px;
    width: 80%;
    margin-top: 60px;
    font-weight: bold;
    padding: 10px;
}
.btn-close-info:hover {
    background-color: transparent;
    border-color: #CB9F67;
    color: #CB9F67;
}
.btn-home {
    background-color: transparent;
    border-color: transparent;
    border-radius: 10px;
    color: white;
}

.custom-ol li::marker {
    color: #CB9F67;
    font-size: 20px;
    font-weight: 550;
}

.custom-ol li h4 {
    color: white;
    font-size: 24px;
}

.camera-info {
    color: white;
    font-size: 9px;
    margin-left: 10%;
    margin-right: 10%;
    word-wrap: break-word;
    padding-top: 2%;
}

.amountValue {
    font-weight: 700;
}

.flag {
    width: 50px;
    border-color: black;
    margin-right: 10px;
}

.eventName {
    padding-top: 3%;
}


#welcomeTitle {
    padding: 5%;
    margin-right:5%;
    margin-left:5%;
}

    #welcomeTitle img {
        width: 100%;
        border-radius: 0px;
        max-height: 150px;
    }

#startButton {
    font-size: 18px;
    margin-top: 5%;
}

.fixed-bar {
    position: fixed; /* Keeps the bar fixed in place */
    bottom: 0; /* Positions the bar at the top of the page */
    left: 0; /* Aligns the bar to the left */
    width: 100%;
    background-color: transparent;
    text-align: center; /* Center the text */
    z-index: 1000; /* Ensures the bar stays above other elements */
}

.navbarBottom {
    background-color: transparent;
    bottom: 10px;
    width: 100%;
}

    .navbarBottom img {
        height: 30px;
        border-radius: 0px;
    }

.pos-f-t {
    bottom: 7.2%;
    z-index: 1101;
}

.hidden-menu {
    color: #532B10;
    background-color: #F5E6CA;
    border-radius: 10px;
    padding: 3px;
}

    .hidden-menu a {
        color: #532B10;
    }

.camera {
    width: 150%;
}

.amount-container {
    margin: 1px auto;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 2px;
    border-color: white;
}

.card {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 150px;
    width: 150px;
    border-radius: 0;
    color: #051428;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    text-align: center;
    position: relative; 
}

.email-icon {
    left: 0;
    top: 0;
    padding: 15px;
    color: #F9DF6E;
    z-index: 1001;
    background-color: transparent;
    border-color: transparent;
}

.card-value {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.currency {
    font-size: 20px;
}

.card-points {
    font-size: 14px;
    font-weight:505;
    color: #CB9F67;
    opacity: 0.7;
}

.card-badge {
    position: relative;
    top: -80px;
    right: -86px;
    height: 4%;
    background-color: transparent;
    color: #CB9F67;
    padding: 1px;
    font-size: 8px;
    border-radius: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: start;
    font-weight:501;
}

.info-badge {
    background-color: #CB9F67;
    border-width: 0px;
    color: white;
    padding: 8px;
    font-size: 10px;
    top: -15px;
    right: -15px;
}



    .info-badge:hover {
        background-color: #F9DF1E;
    }

.service-description {
    color: white;
}

.loader {
    border: 4px solid rgb(128, 128, 128);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    text-align: center;
}

.spinner {
    text-decoration: double;
    font-size: larger;
    color: red
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.torch-button {
    position: absolute;
    right: 10%;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

    .torch-button:hover {
        background: rgba(255, 255, 255, 0.9);
    }

    .torch-button img {
        width: 24px;
        height: 24px;
    }