/* _content/YOLOcards/Pages/Fastfood.cshtml.rz.scp.css */
.container.redemption-container[b-ccczsw4cl4] {
    background: url('Images/fast_food_bg.png') no-repeat center center !important;
    background-size: cover !important;
} 
/* _content/YOLOcards/Pages/JuleKampagne.cshtml.rz.scp.css */

.header-container[b-0iw6ob5brl] {
    margin-top: 20px;
    text-align: center;
    background: url('Images/jule_kampagne.jpg'), rgba(197, 186, 160, 0.21) ;
    background-size: contain;
    color: white; /* White text */
    padding: 40px 20px; /* Add padding to the top */
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* _content/YOLOcards/Pages/Shared/_CinemaRedemptionForm.cshtml.rz.scp.css */
.header-container[b-c8yz41tliz] {
    margin-top: 20px;
    text-align: center;
    background: url('Images/Cinema-two.png'), rgba(197, 186, 160, 0.21); /* Cinema-related background image */
    background-size: cover;
    color: white; /* White text */
    padding: 40px 20px; /* Add padding to the top */
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-title[b-c8yz41tliz] {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: white;
    margin: auto;
    width: 33%;
    border-radius: 10px

}

.header-font[b-c8yz41tliz] {
    font-family: 'Century Gothic', sans-serif;

}

.bcontact-title[b-c8yz41tliz] {
    padding: 10px 0 5px;
    margin: 0;
    font-weight: 600;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    text-align: var(--qcf-text-align);
    color: var(--qcf-title-color);
}

.form-font[b-c8yz41tliz] {
    font-family: 'Lato', sans-serif;
    color: #2c3e50;
}

.form-container[b-c8yz41tliz] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #2c3e50;
}

.form-group label[b-c8yz41tliz] {
    font-weight: bold;
}

.btn-primary[b-c8yz41tliz] {
    background-color: #b84020;
    border: none;
}

.btn-primary:hover[b-c8yz41tliz] {
    background-color: #9b3618;
}

.alert[b-c8yz41tliz] {
    margin-top: 20px;
}

.success-message[b-c8yz41tliz] {
    font-size: 1.2em;
    font-weight: bold;
}

.loader[b-c8yz41tliz] {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #b84020; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-c8yz41tliz 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin-b-c8yz41tliz {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.map-container[b-c8yz41tliz] {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
}

.map-image[b-c8yz41tliz] {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.cinema-info[b-c8yz41tliz] {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #2c3e50;
}

.container[b-c8yz41tliz] {
    max-width: 800px;
    margin-top: 50px;
}
/* _content/YOLOcards/Pages/Shared/_DefaultRedemptionForm.cshtml.rz.scp.css */
.form-content[b-i3go9cffgy] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.form-field[b-i3go9cffgy] {
    margin: 10px 0;
    text-align: center;
}

.form-field label[b-i3go9cffgy] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.form-field input[b-i3go9cffgy],
.form-field select[b-i3go9cffgy] {
    width: 100%;
    text-align: left;
}
/* _content/YOLOcards/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-cmaap2cead] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-cmaap2cead] {
  color: #0077cc;
}

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

.nav-pills .nav-link.active[b-cmaap2cead], .nav-pills .show > .nav-link[b-cmaap2cead] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-cmaap2cead] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-cmaap2cead] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-cmaap2cead] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-cmaap2cead] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-cmaap2cead] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/YOLOcards/Pages/Shared/_NewRedemptionForm.cshtml.rz.scp.css */
.redemption-container[b-cqqfny3f8j] {
    margin: 40px auto;
    padding-top: 30px;
    text-align: center;
    background: url('Images/cinema_seats.png') no-repeat center;
    background-size: cover;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 1600px;
    color: rgba(255, 255, 255, 0.9);
    --content-max-width: 500px;
    --disclaimer-max-width: 800px;
    min-height: 800px;
    border-radius: 8px;
    overflow: hidden;
}

.main-title[b-cqqfny3f8j],
.subtitle[b-cqqfny3f8j],
.description-text[b-cqqfny3f8j],
.form-field[b-cqqfny3f8j] {
    max-width: var(--content-max-width);
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}

.main-title[b-cqqfny3f8j] {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25pt;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
}

.subtitle[b-cqqfny3f8j] {
    margin: 30px auto;
}

.subtitle h2[b-cqqfny3f8j] {
    font-size: 11pt;
    margin-bottom: 20px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}

.subtitle h2 .regular-text[b-cqqfny3f8j] {
    font-family: 'Ubuntu', sans-serif;
    display: inline;
}
.subtitle h2 .bold-text[b-cqqfny3f8j] {
    font-family: 'Ubuntu', sans-serif;
    display: inline;
    font-weight: bold;
    font-size: 1.1em;
}

.description-text[b-cqqfny3f8j] {
    font-family: 'Ubuntu', sans-serif;
    font-size: 9pt;
    line-height: 1.4;
    margin: 20px auto;
    color: rgba(255, 255, 255, 0.9);
}

.highlight[b-cqqfny3f8j] {
    color: #ffffff;
    font-weight: bold;
}

.form-field[b-cqqfny3f8j] {
    margin: 20px auto;
    text-align: center;
    max-width: 400px;
}

.form-field label[b-cqqfny3f8j] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
}

.form-field input[b-cqqfny3f8j],
.form-field select[b-cqqfny3f8j] {
    width: 100%;
    padding: 12px;
    border: 2px solid white;
    background: white;
    color: black;
    border-radius: 8px;
    font-size: 16px;
    height: 48px;  /* Add explicit height */
    box-sizing: border-box;  /* Include padding and border in height calculation */
}

.form-field input[b-cqqfny3f8j]::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.form-field select option[b-cqqfny3f8j] {
    background: #1a1a1a;
    color: white;
}

.submit-button[b-cqqfny3f8j] {
    background: #ff1603;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s;
}

.submit-button:hover[b-cqqfny3f8j] {
    background: #b61a00;
}

.success-message[b-cqqfny3f8j],
.error-message[b-cqqfny3f8j] {
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
}

.success-message[b-cqqfny3f8j] {
    background: rgba(40, 167, 69, 0.2);
    border: 1px solid #28a745;
}

.error-message[b-cqqfny3f8j] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
}

.disclaimer[b-cqqfny3f8j] {
    margin: 30px auto;
    font-size: 0.9em;
}

/* Wider width for disclaimer */
.disclaimer[b-cqqfny3f8j] {
    max-width: var(--disclaimer-max-width);
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}

.loader[b-cqqfny3f8j] {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-cqqfny3f8j 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin-b-cqqfny3f8j {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-outline-dark.active[b-cqqfny3f8j] {
    background-color: #212529;
    color: white;
}

.col[b-cqqfny3f8j] {
    margin-left: 0;
    margin-right: 0;
    padding-right: 3px;
    padding-left: 3px;
}

/* Default styles for larger screens */
.card-title[b-cqqfny3f8j] {
    font-size: 1rem;
    line-height: 1.2;
}

.btn-sm[b-cqqfny3f8j] {
    font-size: 0.875rem;
}

.card:has(.btn-outline-dark.active)[b-cqqfny3f8j] {
    border: 2px solid transparent;
    background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(180deg, 
            #FFD700,  /* Gold */
            #FFFFFF,  /* White */
            #FFD700   /* Gold */
        ) border-box;
    border-radius: 8px;
    animation: borderShine-b-cqqfny3f8j 2s ease-in-out infinite;
}

@keyframes borderShine-b-cqqfny3f8j {
    0% {
        background: 
            linear-gradient(white, white) padding-box,
            linear-gradient(45deg,
                #DAA520 0%,  /* Darker gold */
                #B8860B 25%, /* Even darker gold */
                #DAA520 50%, /* Darker gold */
                #B8860B 75%, /* Even darker gold */
                #DAA520 100% /* Darker gold */
            ) border-box;
        box-shadow: 0 0 15px rgba(218, 165, 32, 0.3);
    }
    25% {
        background:
            linear-gradient(white, white) padding-box,
            linear-gradient(45deg,
                #B8860B 0%,  /* Even darker gold */
                #DAA520 25%, /* Darker gold */
                #B8860B 50%, /* Even darker gold */
                #DAA520 75%, /* Darker gold */
                #B8860B 100% /* Even darker gold */
            ) border-box;
        box-shadow: 0 0 20px rgba(218, 165, 32, 0.4);
    }
    50% {
        background:
            linear-gradient(white, white) padding-box,
            linear-gradient(45deg,
                #DAA520 0%,  /* Darker gold */
                #B8860B 25%, /* Even darker gold */
                #DAA520 50%, /* Darker gold */
                #B8860B 75%, /* Even darker gold */
                #DAA520 100% /* Darker gold */
            ) border-box;
        box-shadow: 0 0 25px rgba(218, 165, 32, 0.5);
    }
    75% {
        background:
            linear-gradient(white, white) padding-box,
            linear-gradient(45deg,
                #B8860B 0%,  /* Even darker gold */
                #DAA520 25%, /* Darker gold */
                #B8860B 50%, /* Even darker gold */
                #DAA520 75%, /* Darker gold */
                #B8860B 100% /* Even darker gold */
            ) border-box;
        box-shadow: 0 0 20px rgba(218, 165, 32, 0.4);
    }
    100% {
        background:
            linear-gradient(white, white) padding-box,
            linear-gradient(45deg,
                #DAA520 0%,  /* Darker gold */
                #B8860B 25%, /* Even darker gold */
                #DAA520 50%, /* Darker gold */
                #B8860B 75%, /* Even darker gold */
                #DAA520 100% /* Darker gold */
            ) border-box;
        box-shadow: 0 0 15px rgba(218, 165, 32, 0.3);
    }
}

.cinema-count-container[b-cqqfny3f8j] {
    margin: 40px auto;
    max-width: var(--content-max-width);
    padding: 0 20px;
}

.cinema-count-wrapper[b-cqqfny3f8j] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeIn-b-cqqfny3f8j 0.6s ease-out;
}

.cinema-count-wrapper:hover[b-cqqfny3f8j] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cinema-count[b-cqqfny3f8j] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.count-number[b-cqqfny3f8j] {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1;
    animation: countUp-b-cqqfny3f8j 1.5s ease-out;
}

.count-text[b-cqqfny3f8j] {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.1rem;
}

.count-text .highlight[b-cqqfny3f8j] {
    font-weight: 700;
    color: #ffffff;
}

.cinema-icon[b-cqqfny3f8j] {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.9);
    animation: pulse-b-cqqfny3f8j 2s infinite;
}

@keyframes fadeIn-b-cqqfny3f8j {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes countUp-b-cqqfny3f8j {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-cqqfny3f8j {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.card[b-cqqfny3f8j] {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover[b-cqqfny3f8j] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cinema-count-badge[b-cqqfny3f8j] {
    border-radius: 12px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.cinema-count-badge .count[b-cqqfny3f8j] {
    font-weight: 700;
    font-size: 1.1em;
    color: #212529;
}

.cinema-count-badge .text[b-cqqfny3f8j] {
    color: #495057;
}

.card:hover .cinema-count-badge[b-cqqfny3f8j] {
    transform: scale(1.05);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .description-text[b-cqqfny3f8j] {
        font-size: 0.8rem;
    }

    .subtitle h2[b-cqqfny3f8j] {
        font-size: 0.9rem;
    }
    
    .cards-container[b-cqqfny3f8j] {
        width: 100%;
        padding: 0 15px;
    }

    /* Work with Bootstrap's grid */
    .cards-container .row[b-cqqfny3f8j] {
        margin-right: -8px;
        margin-left: -8px;
    }

    .cards-container .col.px-1[b-cqqfny3f8j] {
        flex: 0 0 100%;  /* Full width on mobile */
        max-width: 100%;
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }
}

.cinema-count-and-button[b-cqqfny3f8j] {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 8px;
    margin-top: 8px;
}

/* Add this media query for screens less than 992px */
@media (max-width: 991.98px) {
    .cards-container .col.px-1[b-cqqfny3f8j] {
        flex: 0 0 70%;      /* Set flex-basis to 70% */
        max-width: 70%;     /* Set maximum width to 70% */
        margin-left: auto;  /* Center the column */
        margin-right: auto; /* Center the column */
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }

    /* Optional: Adjust the container if needed */
    .cards-container[b-cqqfny3f8j] {
        max-width: 100%; /* Ensure the container takes full width */
        padding: 0 15px;
    }

    /* Adjust the row to remove negative margins */
    .cards-container .row[b-cqqfny3f8j] {
        margin-left: 0;
        margin-right: 0;
    }
}
