/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ywrqvfn5cp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ywrqvfn5cp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Display.razor.rz.scp.css */
.display[b-9f4tkssuc8] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #0d1118;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/*************************
    LOADING
*************************/

.loading[b-9f4tkssuc8] {
    margin: auto;
    font-size: 40px;
}

/*************************
    HEADER
*************************/

.header[b-9f4tkssuc8] {
    height: 110px;
    display: grid;
    grid-template-columns: 260px 1fr 180px;
    align-items: center;
    padding: 0 30px;
    background: #050608;
    border-bottom: 1px solid #20242b;
}

.logo[b-9f4tkssuc8] {
    display: flex;
    align-items: center;
    height: 80px;
    max-width: 400px;
    overflow: hidden;
}

    .logo img[b-9f4tkssuc8] {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

.title[b-9f4tkssuc8] {
    text-align: center;
    font-size: 58px;
    font-weight: bold;
}

.clock[b-9f4tkssuc8] {
    text-align: right;
    font-size: 48px;
    font-weight: bold;
}

/*************************
    RUBRIKER
*************************/

.movieHeader[b-9f4tkssuc8] {
    display: grid;
    grid-template-columns: 170px 1fr 170px 140px 170px 120px;
    align-items: center;
    height: 70px;
    padding: 0 30px;
    background: #1a212c;
    border-bottom: 2px solid #2d3745;
    font-size: 24px;
    font-weight: bold;
}

    .movieHeader div:nth-child(2)[b-9f4tkssuc8] {
        text-align: left;
    }

    .movieHeader div:nth-child(3)[b-9f4tkssuc8],
    .movieHeader div:nth-child(4)[b-9f4tkssuc8],
    .movieHeader div:nth-child(5)[b-9f4tkssuc8] {
        text-align: center;
    }

    .movieHeader div:nth-child(6)[b-9f4tkssuc8] {
        text-align: right;
    }

/*************************
    LISTA
*************************/

.movieList[b-9f4tkssuc8] {
    flex: 1;
    overflow: hidden;
}

/*************************
    RAD
*************************/

.movieRow[b-9f4tkssuc8] {
    display: grid;
    grid-template-columns: 170px 1fr 170px 140px 170px 120px;
    align-items: center;
    min-height: 102px;
    padding: 8px 30px;
    border-bottom: 1px solid #20262f;
}

    .movieRow:nth-child(even)[b-9f4tkssuc8] {
        background: rgba(255,255,255,.02);
    }

/*************************
    POSTER
*************************/

.poster[b-9f4tkssuc8] {
    display: flex;
    align-items: center;
}

    .poster img[b-9f4tkssuc8] {
        width: 150px;
        height: 84px;
        object-fit: cover;
        border-radius: 6px;
    }

/*************************
    FILM
*************************/

.name[b-9f4tkssuc8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

    .name .title[b-9f4tkssuc8] {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
        text-align: left;
        width: 100%;
    }

/*************************
    DAG
*************************/

.day[b-9f4tkssuc8] {
    font-size: 22px;
    color: #c9c9c9;
    text-align: center;
}

/*************************
    TID
*************************/

.time[b-9f4tkssuc8] {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

/*************************
    SALONG
*************************/

.salon[b-9f4tkssuc8] {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

/*************************
    LEDIGA
*************************/

.available[b-9f4tkssuc8] {
    font-size: 48px;
    font-weight: bold;
    text-align: right;
}

.green[b-9f4tkssuc8] {
    color: #3edb63;
}

.yellow[b-9f4tkssuc8] {
    color: #f2b83d;
}

.red[b-9f4tkssuc8] {
    color: #ff4b4b;
}

/*************************
    FOOTER
*************************/

.footer[b-9f4tkssuc8] {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,#640000,#9b1111);
    font-size: 34px;
    font-weight: bold;
}

.movieInfo[b-9f4tkssuc8] {
    margin-top: 4px;
    font-size: 0.9rem;
    color: #b8b8b8;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/MobileTickets.razor.rz.scp.css */
.splash-container[b-zyfsvkntjv] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #000;
}

.splash-screen[b-zyfsvkntjv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.2s ease-out;
}

    .splash-screen.fade-out[b-zyfsvkntjv] {
        opacity: 0;
    }

.logo[b-zyfsvkntjv] {
    max-width: 200px;
    width: 80%;
    height: auto;
    animation: logoFadeIn-b-zyfsvkntjv 0.5s ease-in;
}

@keyframes logoFadeIn-b-zyfsvkntjv {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.main-content[b-zyfsvkntjv] {
    opacity: 0;
    padding: 20px;
    transition: opacity 0.5s ease-in;
    background-color: black;
    color: white;
    min-height: 100vh;
}

    .main-content.fade-in[b-zyfsvkntjv] {
        opacity: 1;
    }

.tickets-page[b-zyfsvkntjv] {
    margin: 0 auto;
   
    max-width:400px;
    padding:10px;
    border-bottom:solid 2px #FFF;
    text-align:center;
}

.ticketeventname[b-zyfsvkntjv]
{
    font-size:25px;
    font-weight:bold;
}

.ticketeventnameextra[b-zyfsvkntjv] {
    font-size: 25px;
    font-weight: normal;
}

.eventstartdate[b-zyfsvkntjv] {
    font-size: 18px;
    font-weight: bold;
}

[b-zyfsvkntjv] body {
    background-color: #000;
}
body[b-zyfsvkntjv],
html[b-zyfsvkntjv] {
    background-color: #000;
    margin: 0;
    padding: 0;
}
/* /Components/Pages/Receipt.razor.rz.scp.css */
.receipt[b-sc47bwotkg] {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}

.receipt-header[b-sc47bwotkg] {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.logo[b-sc47bwotkg] {
    height: 50px;
    margin-bottom: 5px;
}

.receipt-info[b-sc47bwotkg] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.receipt-table[b-sc47bwotkg] {
    width: 100%;
    border-collapse: collapse;
}

    .receipt-table th[b-sc47bwotkg],
    .receipt-table td[b-sc47bwotkg] {
        border-bottom: 1px solid #ddd;
        padding: 6px;
    }

.right[b-sc47bwotkg] {
    text-align: right;
}

.summary[b-sc47bwotkg] {
    width: 300px;
    margin-left: auto;
    margin-top: 20px;
}

    .summary table[b-sc47bwotkg] {
        width: 100%;
    }

    .summary .total td[b-sc47bwotkg] {
        border-top: 2px solid #000;
        padding-top: 8px;
    }

.receipt-footer[b-sc47bwotkg] {
    margin-top: 40px;
    font-size: 11px;
    text-align: center;
    color: #555;
}
/* /Components/Pages/Tickets.razor.rz.scp.css */
.tickets-container[b-py3pgohv7g]
{
    width:100%;
    height:100%;
    background-color:#FFF !important;
}

@media print {
    body[b-py3pgohv7g], html[b-py3pgohv7g] {
        background-color: #FFFFFF !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

.tickets-page[b-py3pgohv7g] {
    background-image: url("/Images/ticketbackground.png");
    background-repeat: no-repeat;
    width: 943px;
    height: 390px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 25px;
    background-color: #FFF !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}

.tickets-page .lblActivitynamecss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 45px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}


.tickets-page .lblActivitynameExtracss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 100px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}


.tickets-page .lblTicketnumbercss[b-py3pgohv7g] {
    position: absolute;
    left: 110px;
    top: 280px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}

.tickets-page .Image1css[b-py3pgohv7g] {
    position: absolute;
    left: 73px;
    top: 100px;
}


.tickets-page .lblUrlcss[b-py3pgohv7g] {
    position: absolute;
    left: 110px;
    top: 340px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}

.tickets-page .lblactivitydatecss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 140px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}

.tickets-page .lblActivityLocationcss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 200px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
}

.tickets-page .lblPricetypecss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 328px;
    font-family: tahoma;
    font-size: 16px;
}

.tickets-page .lblPricecss[b-py3pgohv7g] {
    position: absolute;
    left: 570px;
    top: 328px;
    font-family: tahoma;
    font-size: 16px;
}

.tickets-page .lblticketnamecss[b-py3pgohv7g] {
    position: absolute;
    left: 350px;
    top: 280px;
    font-family: tahoma;
    font-size: 16px;
}

    .tickets-page .lblOrganizerPortalcss[b-py3pgohv7g] {
        position: absolute;
        right: 40px;
        top: 20px; /* ändrad */
        font-weight: bold;
    }

    .tickets-page .lblOrganizercss[b-py3pgohv7g] {
        position: absolute;
        right: 40px;
        top: 45px; /* ändrad */
    }

    .tickets-page .lblOrganizerEmailcss[b-py3pgohv7g] {
        position: absolute;
        right: 40px;
        top: 65px; /* ändrad */
    }
