@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Addons/AddonItem.razor.rz.scp.css */
.btn-add[b-fw4is99ogk]{
  aspect-ratio: 1/1;
  height: 40px;
  width: 40px;
  font-size: 30px;
}

.quantity-input[b-fw4is99ogk]{
    width: 50px;
    height: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.add-icon[b-fw4is99ogk]{
    font-weight: bold;
    font-size: 40px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}

.addon-row[b-fw4is99ogk]{
    min-height: 50px;
}

.addon-description[b-fw4is99ogk]{
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 768px) {
    .btn-add[b-fw4is99ogk] {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .quantity-input[b-fw4is99ogk] {
        width: 40px;
        height: 36px;
        font-size: 15px;
    }

    .add-icon[b-fw4is99ogk] {
        font-size: 22px;
        padding-bottom: 4px;
    }

    .addon-row[b-fw4is99ogk] {
        min-height: 60px;
    }

    
}

@media (max-width: 480px) {
    .addon-row[b-fw4is99ogk] {
        min-height: 65px;
    }
    .addon-description[b-fw4is99ogk] {
        font-size: 15px;
    }
}

input[type=number][b-fw4is99ogk]::-webkit-inner-spin-button,
input[type=number][b-fw4is99ogk]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-fw4is99ogk] {
    -moz-appearance: textfield;
}
/* /Components/Addons/AddonList.razor.rz.scp.css */

/* /Components/EkstraFeatures.razor.rz.scp.css */
.ekstra-features-container[b-yl8yj6zu9o] {
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
    background-color: white;
    width: 100%;
    max-width: 900px;
    margin-bottom: 10px;
    max-height: 170px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .buttons-container[b-yl8yj6zu9o] {
        max-height: 140px;
        overflow: hidden;
    }

    .ekstra-features-container[b-yl8yj6zu9o] {
        padding: 0px 0px;
    }
}

@media (max-width: 480px) {
    .buttons-container[b-yl8yj6zu9o] {
        max-height: 110px;
        overflow: hidden;
    }

    .ekstra-features-container[b-yl8yj6zu9o] {
        padding: 0px 0px;
    }
}
/* /Components/EventComponent.razor.rz.scp.css */
.event-wrapper[b-wc0x5pis8v] {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.event-card[b-wc0x5pis8v] {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 6px;
    background-color: white;
    color: white;
    height: 120px;
}

    .event-card[b-wc0x5pis8v]::before {
        content: "";
        position: absolute;
        inset: 0;
      
    }

.event-bg[b-wc0x5pis8v] {
    position: absolute;
    inset: 0;
    width: 41.66666667%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-overlay[b-wc0x5pis8v] {
    position: absolute;
    inset: 0;
    width: 41.66666667%;
    background: rgba(0,0,0,0.25)
}

.event-content[b-wc0x5pis8v]{
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}


.read-more[b-wc0x5pis8v]{
    text-decoration: underline;
    font-weight: bold;
}

.event-date[b-wc0x5pis8v]{
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
}

.event-year[b-wc0x5pis8v]{
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

.event-name[b-wc0x5pis8v]{
    line-height: 25px;
    font-size: 26px;
    font-weight: bold;
}


.collapse-panel[b-wc0x5pis8v] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}

    
    .collapse-panel.open[b-wc0x5pis8v] {
        max-height: max-content;
        opacity: 1;
        transition: max-height 1.0s ease, opacity 0.2s ease;
    }

.event-details.open[b-wc0x5pis8v]{
    padding: 12px;
}

.time-description[b-wc0x5pis8v]{
    font-size: 14px;
}

.teaser[b-wc0x5pis8v]{
    font-size: 14px;
}

.pc[b-wc0x5pis8v] {
    display: none;
}


@media (min-width: 769px) {

    .mobile[b-wc0x5pis8v] {
        display: none;
    }

    .pc[b-wc0x5pis8v]{
        display: block;
    }
}

@media (max-width: 768px) {
    
    .event-bg[b-wc0x5pis8v] {
        width: 100%;
    }

    .event-overlay[b-wc0x5pis8v]{
        width: 100%;
    }
}
/* /Components/FeatureButton.razor.rz.scp.css */

.feature-button-container[b-0lsiw5hqcd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
}

.feature-button[b-0lsiw5hqcd] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 100px;
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
}

    .feature-button:hover[b-0lsiw5hqcd] {
        background-color: var(--color-primary-btn-hover);
    }

    .feature-button i[b-0lsiw5hqcd] {
        font-size: 48px;
        color: white;
        flex-shrink: 0;
    }

.title-row[b-0lsiw5hqcd] {
    font-size: 20px;
    width: 160px;
    text-align: center;
}


@media (max-width: 768px) {
    .feature-button[b-0lsiw5hqcd] {
        max-width: 82px;
        max-height: 82px;
    }

        .feature-button i[b-0lsiw5hqcd] {
            font-size: 36px;
        }

    .title-row[b-0lsiw5hqcd] {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .feature-button[b-0lsiw5hqcd] {
        max-width: 65px;
        max-height: 65px;
    }

        .feature-button i[b-0lsiw5hqcd] {
            font-size: 24px;
        }

    .title-row[b-0lsiw5hqcd] {
        font-size: 12px;
        width: 100px;
    }
    .feature-button-container[b-0lsiw5hqcd] {
        width: 60px;
    }
}
/* /Components/GoToCartComponent.razor.rz.scp.css */
.fixed-bottom-container[b-826y8fx46c] {
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    width: 100%;
    z-index: 100;
}

.booking-invoice[b-826y8fx46c] {
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.fixed-cart-button[b-826y8fx46c] {
    position: fixed;
    text-align: center;
    align-content: center;
    padding-right: 5px;
    top: 60%;
    right: -6px;
    border-radius: 8px 0px 0px 8px;
    background-color: var(--color-primary);
    color: white;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, margin-right 0.3s ease;
}

    .fixed-cart-button:hover[b-826y8fx46c] {
        margin-right: 10px;
        transform: scale(1.2,1.2);
    }

/*.cart-count{
    background-color: red;
    aspect-ratio: 1/1;
    height: 25px;
    border-radius: 100px;
}*/
/* /Components/GroupInvoiceComponent.razor.rz.scp.css */
.fixed-bottom-container[b-42fcys2vse] {
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    width: 100%;
    z-index: 100;
}

.booking-invoice[b-42fcys2vse] {
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}
/* /Components/InvoiceComponent.razor.rz.scp.css */
.booking-invoice[b-zp3pxzlk4p] {
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.large-checkbox[b-zp3pxzlk4p]{
    position: absolute;
    transform: scale(3.3)
}

.form-control[b-zp3pxzlk4p]{
    width: 66%;
}

@media (max-width: 575px) {
    .form-control[b-zp3pxzlk4p] {
        width: 85%;
    }

}
/* /Components/Keys/KeyCardItem.razor.rz.scp.css */
.btn-add[b-jzucyybctn] {
    aspect-ratio: 1/1;
    height: 30px;
    width: 30px;
}

.currentamount-style[b-jzucyybctn] {
}

.identifier-style[b-jzucyybctn]{
    display: flex;
    align-items: center;
}

.quantity-input[b-jzucyybctn] {
    width: 40px;
    height: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.add-icon[b-jzucyybctn] {
    font-weight: bold;
    font-size: 22px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
}

.name-style[b-jzucyybctn] {
    align-content: center;
    text-align: start;
}

.quantity-style[b-jzucyybctn] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.item-row[b-jzucyybctn] {
    border-bottom: 1px solid #efefef;
    padding: 10px 0px 10px 0px;
}

@media (max-width: 768px) {
    .btn-add[b-jzucyybctn] {
        width: 36px;
        height: 36px;
    }

    .quantity-input[b-jzucyybctn] {
        width: 40px;
        height: 36px;
        font-size: 15px;
    }

    .add-icon[b-jzucyybctn] {
        font-size: 22px;
        padding-bottom: 4px;
    }
}

@media (max-width: 480px) {
    .name-style[b-jzucyybctn] {
        font-size: 13px;
        padding-right: 0px;
    }

    .identifier-style[b-jzucyybctn] {
        justify-content: center;
        font-size: 13px;
    }


    .quantity-style[b-jzucyybctn] {
        justify-content: center;
        gap: 4px !important;
        padding-left: 40px;
    }

    .currentamount-style[b-jzucyybctn] {
        font-size: 13px;
        align-content: center;
    }
}

input[type=number][b-jzucyybctn]::-webkit-inner-spin-button,
input[type=number][b-jzucyybctn]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-jzucyybctn] {
    -moz-appearance: textfield;
}
/* /Components/Layout/BookingOverviewDetailsCard.razor.rz.scp.css */
.details-wrapper[b-by72w7wpdd]{
    margin-left: 0px;
    margin-right: 00px;

}
.bordered-row[b-by72w7wpdd] {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    
}

.bordered-row > .col-4 > div[b-by72w7wpdd] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.bordered-row > .col-6[b-by72w7wpdd]{
    padding-top: 8px;
    padding-bottom: 8px;
}

/* /Components/Layout/PageHeader.razor.rz.scp.css */
.mail-button[b-khlc2j0nnv] {
    width: 20%;
    margin-top: -42px;
    height: 40px;
}

.mail-row[b-khlc2j0nnv]{
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .mail-button[b-khlc2j0nnv]{
        width: 90%;
        margin-top: 10px;
    }

    .mail-row[b-khlc2j0nnv]{
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .mail-button[b-khlc2j0nnv] {
        width: 90%;
        margin-top: 10px;
    }

}
/* /Components/Modals/AddKeycardUsageModal.razor.rz.scp.css */
.btn-add[b-nvbjukfbm0] {
    aspect-ratio: 1/1;
    height: 30px;
    width: 30px;
}

.currentamount-style[b-nvbjukfbm0]{

}

.identifier-style[b-nvbjukfbm0] {
    display: flex;
    align-items: center;
}

.quantity-input[b-nvbjukfbm0] {
    width: 40px;
    height: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.name-style[b-nvbjukfbm0] {
    align-content: center;
    text-align: start;
}

.quantity-style[b-nvbjukfbm0] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lineprice-style[b-nvbjukfbm0] {
    text-align: end;
    align-content: center;
}



.info-row[b-nvbjukfbm0] {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #efefef;
}


@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .name-style[b-nvbjukfbm0] {
        font-size: 13px;
        padding-right: 0px;
    }
    .identifier-style[b-nvbjukfbm0]{
        font-size: 13px;
        justify-content: center;
    }

    .quantity-style[b-nvbjukfbm0] {
        justify-content: center;
        font-size: 13px;
        gap: 4px !important;
        padding-left: 40px;
    }

    .lineprice-style[b-nvbjukfbm0] {
        font-size: 13px;
        flex-wrap: nowrap;
    }

    .currentamount-style[b-nvbjukfbm0] {
        font-size: 13px;
    }
}
/* /Components/Modals/CommunicationMessageModal.razor.rz.scp.css */
.markup-style[b-qmbz1z12ae] {
    overflow-wrap: break-word;
}

.attachment-button[b-qmbz1z12ae] {
    padding: 5px;
    color: black !important;
    background-color: rgba(130, 30, 30, 0.10) !important;
    border: 2px solid rgba(130, 30, 30, 0.50) !important;
    border-radius: 5px;
    font-size: 14px !important;
}

/*.icon {
    color: #888888;
    font-size: 16px;
}


.btn-icon {
    cursor: pointer;
    border: none;
    background-color: transparent;
}*/
/* /Components/Modals/CommunicationMessagesModal.razor.rz.scp.css */
.messages-header[b-yqd3cma1jy] {
    font-size: 16px;
    background-color: #40494F;
    color: white;
    margin: 0px;
    margin-bottom: 5px;
}

.messages-style[b-yqd3cma1jy] {
    margin: 0px;
    font-size: 13px;
}

.icon[b-yqd3cma1jy] {
    color: #888888;
    font-size: 16px;
}


.btn-icon[b-yqd3cma1jy] {
    cursor: pointer;
    border: none;
    background-color: transparent;
}
/* /Components/Modals/ExtendDurationModal.razor.rz.scp.css */
.header[b-zgeeydsfce] {
    background-color: var(--color-primary);
    color: white;
    padding: 5px 10px;
    font-size: 17px;
}
/* /Components/Modals/ShareAppModal.razor.rz.scp.css */
.qr-wrapper[b-0ajdqslkqp]{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 200px;
    width: 200px;
}
/* /Components/MonthCalendar.razor.rz.scp.css */
 /* ====== Table ====== */
.calendar-table[b-c9i5iapvfz] {
    border-collapse: collapse;
    width: 348px;
    font-size: 12px;
    text-align: center;
    table-layout: fixed;
    margin: 8px;
}

.calendar-table thead[b-c9i5iapvfz] {
    background-color: #eeeeee;
}

.calendar-table th[b-c9i5iapvfz],
.calendar-table td[b-c9i5iapvfz] {
    padding: 5px;
    height: 33px;
}

/* ====== Header / labels ====== */
.calendar-table .month[b-c9i5iapvfz] {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    padding: 6px 0;
}

.week-dayname[b-c9i5iapvfz] {
    font-weight: 700;
}

.week[b-c9i5iapvfz] {
    color: #777777;
}

.week-num[b-c9i5iapvfz] {
    background-color: #eeeeee;
    color: #777777;
    font-weight: 600;
}

/* ====== Days ====== */
td.day[b-c9i5iapvfz] {
    font-weight: 700;
    color: #000000;
    border-radius: 4px;
    transition: background-color .2s, color .2s;
}

    td.day.active[b-c9i5iapvfz] {
        cursor: pointer;
    }

        td.day.active:hover[b-c9i5iapvfz] {
            background-color: #5896ab;
            color: #ffffff;
        }

    td.day.outside[b-c9i5iapvfz] {
        color: #d5d5d5;
        cursor: not-allowed;
    }

    td.day.locked[b-c9i5iapvfz] {
        color: #ffffff;
        background-color: #ACA9A9;
        cursor: not-allowed;
        border-radius: 0;
    }

    td.day.disabled[b-c9i5iapvfz] {
        color: #d5d5d5;
        background-color: #fafafa;
        cursor: not-allowed;
    }

    td.day.range[b-c9i5iapvfz], td.day.range-preview[b-c9i5iapvfz] {
        background-color: #D3E9F3;
        border-radius: 0px;
    }

    td.day.anchor[b-c9i5iapvfz] {
        background-color: #2c7a91;
        color: #fff;
    }

    td.day.newend[b-c9i5iapvfz] {
        background-color: #2c7a91;
        color: #fff;
    }

    td.day.anchor[b-c9i5iapvfz], td.day.newend[b-c9i5iapvfz] {
        position: relative;
        z-index: 1;
    }

.calendar-table.dir-forward td.day.anchor[b-c9i5iapvfz] {
    border-radius: 4px 0 0 4px;
}
.calendar-table.dir-forward td.day.newend[b-c9i5iapvfz] {
    border-radius: 0 4px 4px 0;
}

.calendar-table.dir-backward td.day.anchor[b-c9i5iapvfz] {
    border-radius: 0 4px 4px 0;
}
.calendar-table.dir-backward td.day.newend[b-c9i5iapvfz] {
    border-radius: 4px 0 0 4px;
}
/* /Layout/Footer.razor.rz.scp.css */
.container[b-3cowwp0kds] {
    background-color: #eeeeee;
    max-width: 900px;
    min-height: 130px;
}
.footer-text[b-3cowwp0kds] {
    font-weight: 400;
    font-size: 0.9em;
    align-content: center;
}

.tac:hover[b-3cowwp0kds] {
    text-decoration: underline;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-z4n8ez6bqg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z4n8ez6bqg] {
    flex: 1;
}

.sidebar[b-z4n8ez6bqg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z4n8ez6bqg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z4n8ez6bqg]  a, .top-row[b-z4n8ez6bqg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z4n8ez6bqg]  a:hover, .top-row[b-z4n8ez6bqg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z4n8ez6bqg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z4n8ez6bqg] {
        justify-content: space-between;
    }

    .top-row[b-z4n8ez6bqg]  a, .top-row[b-z4n8ez6bqg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z4n8ez6bqg] {
        flex-direction: row;
    }

    .sidebar[b-z4n8ez6bqg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z4n8ez6bqg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z4n8ez6bqg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z4n8ez6bqg], article[b-z4n8ez6bqg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


@media (max-width: 480px) {
    .overdue-text[b-z4n8ez6bqg]{
        font-size: 14px;
    }
}
/* /Layout/TopBar.razor.rz.scp.css */
.top-bar[b-70k1gltfl4] {
    width: 100%;
    min-height: 40px;
    background-color: var(--color-topbar-background);
    color: white;
    font-size: 18px;
}

.top-bar-row[b-70k1gltfl4]{
    max-width: 900px;
    margin: 0 auto;
}

.cart-icon[b-70k1gltfl4]{
    font-size: 20px;
}

.cart-price[b-70k1gltfl4]{
    font-size: 18px;
}

.language[b-70k1gltfl4]{
}

@media (max-width: 480px) {
    .cart-icon[b-70k1gltfl4] {
        font-size: 16px;
    }

    .cart-price[b-70k1gltfl4] {
        font-size: 13px;
    }

    .top-bar[b-70k1gltfl4] {
        min-height: 60px;
        font-size: 16px;
    }

    .language[b-70k1gltfl4] {
        text-align: left;
    }
}
/* /Pages/BookingAddons.razor.rz.scp.css */
.owned-rowhead[b-oaerrfm3xm]{
    padding: 10px 3px 10px 3px;
    margin: 0px;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    background-color: #dddddd;
}

.owned-row[b-oaerrfm3xm] {
    padding: 3px 3px 3px 3px;
    margin: 0px;
    background-color: #f2f2f2;
}


.owned-products[b-oaerrfm3xm] {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.addon-list[b-oaerrfm3xm] {
    border-radius: 10px;
    padding: 10px;
}


@media (max-width: 480px) {
    .owned-products[b-oaerrfm3xm] {
        margin-left: 0px;
        margin-right: 0px;
    }
    .name[b-oaerrfm3xm] {
        font-size: 13px;
    }

    .quantity[b-oaerrfm3xm] {
        font-size: 13px;
    }
}

/* /Pages/BookingCheckout.razor.rz.scp.css */
.btn-add[b-yz9qp927f6] {
    aspect-ratio: 1/1;
    height: 30px;
    width: 30px;
}

.quantity-input[b-yz9qp927f6] {
    width: 40px;
    height: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;

}

.add-icon[b-yz9qp927f6] {
    font-weight: bold;
    font-size: 22px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
}

.name-style[b-yz9qp927f6] {
    align-content: center;
    text-align: start;
}

.quantity-style[b-yz9qp927f6] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lineprice-style[b-yz9qp927f6] {
    text-align: end;
    align-content: center;
}

.delete-style[b-yz9qp927f6]{
    text-align: end;
    align-content: center;
    color: #888888;
}

.bp-header[b-yz9qp927f6]{
    font-size: 24px;
    padding-top: 15px;
}

.info-row[b-yz9qp927f6] {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #efefef;
}

.item-row[b-yz9qp927f6] {
    border-bottom: 1px solid #efefef;
    padding: 10px 0px 10px 0px;
}

@media (max-width: 768px) {
    .btn-add[b-yz9qp927f6] {
        width: 36px;
        height: 36px;
    }

    .quantity-input[b-yz9qp927f6] {
        width: 40px;
        height: 36px;
        font-size: 15px;
    }

    .add-icon[b-yz9qp927f6] {
        font-size: 22px;
        padding-bottom: 4px;
    }

}

@media (max-width: 480px) {
    .name-style[b-yz9qp927f6] {
        font-size: 13px;
        padding-right: 0px;
    }

    .info-quantity[b-yz9qp927f6]{
        padding-left:40px;
    }

    .quantity-style[b-yz9qp927f6] {
        justify-content: center;
        gap: 4px !important;
        padding-left: 40px;
    }

    .delete-style[b-yz9qp927f6] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .delete-style i[b-yz9qp927f6] {
        font-size: 20px;
    }
    
    .lineprice-style[b-yz9qp927f6]{
        font-size: 13px;
        flex-wrap:nowrap;
        
    }
}

input[type=number][b-yz9qp927f6]::-webkit-inner-spin-button,
input[type=number][b-yz9qp927f6]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-yz9qp927f6] {
    -moz-appearance: textfield;
}
/* /Pages/BookingInvoices.razor.rz.scp.css */
.showhide-invoices[b-gq9561ge5w] {
    cursor: pointer;
    text-decoration: underline;
}

    
/* /Pages/BookingKeys.razor.rz.scp.css */
/*KeycardTable*/
.keycard-table[b-mblhju76dr] {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

    .keycard-table thead tr[b-mblhju76dr] {
        background-color: #dddddd;
        text-align: left;
        font-weight: bold;
    }

    .keycard-table th[b-mblhju76dr],
    .keycard-table td[b-mblhju76dr] {
        padding: 12px 15px;
    }

    .keycard-table tbody tr[b-mblhju76dr] {
        border-bottom: 1px solid #dddddd;
        background-color: #f2f2f2;
    }

.name-col[b-mblhju76dr] {
    width: auto;
}

.keycard-col[b-mblhju76dr] {
    width: 250px;
    text-align: end;
}

.amount-col[b-mblhju76dr] {
    width: 250px;
    text-align: end;
}

@media (max-width: 480px) {
    .name-col[b-mblhju76dr] {
        font-size: 13px;
    }

    .keycard-col[b-mblhju76dr] {
        width: 100px;
        text-align: start;
        font-size: 13px;
    }

    .amount-col[b-mblhju76dr] {
        width: 110px;
        text-align: end;
        font-size: 13px;
    }
}

/*KeycardTable*/

/*Numberplatetable*/

.numberplate-table[b-mblhju76dr] {
    margin: 0 auto;
    width: 50%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

    .numberplate-table thead tr[b-mblhju76dr] {
        background-color: #dddddd;
        text-align: left;
        font-weight: bold;
    }

    .numberplate-table th[b-mblhju76dr],
    .numberplate-table td[b-mblhju76dr] {
        padding: 12px 15px;
    }

    .numberplate-table tbody tr[b-mblhju76dr] {
        border-bottom: 1px solid #dddddd;
        background-color: #f2f2f2;
    }

.plate-overview-title[b-mblhju76dr] {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

.numname-col[b-mblhju76dr]{
    text-align: center;
    width: 50%;
}

.numplate-col[b-mblhju76dr] {
    text-align: center;
    width: 50%;
}

@media (max-width: 480px) {
    .numberplate-table[b-mblhju76dr]{
        width: 100%;
    }
}
/*Numberplatetable*/



/* /Pages/BookingOverview.razor.rz.scp.css */
.messages-header[b-8fk16yru3f]{
    font-size: 16px;
    background-color: #40494F;
    color: white;
    margin: 0px;
    margin-bottom: 5px;
}

.messages-style[b-8fk16yru3f] {
    margin: 0px;
    font-size: 13px;
}

.icon[b-8fk16yru3f]{
    color: #888888;
    font-size: 16px;
}


.btn-icon[b-8fk16yru3f]{
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.extend-button[b-8fk16yru3f]{
    display: flex;
    justify-content: center;
    width: 60%;
}

.mail-button[b-8fk16yru3f] {
    margin-top: 0px;
    z-index: 999;
    /*width: 30%;*/
}

@media (max-width: 480px) {
    .extend-button[b-8fk16yru3f]{
        width: 100%;
        margin-top: 5px;
    }

}
/* /Pages/BookingPower.razor.rz.scp.css */

.mobile-only[b-s75yprbspp]{
    display: none;
}

.addon-list[b-s75yprbspp]{
    padding: 20px;
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {

    .pc-only[b-s75yprbspp] {
        display: none;
    }

    .mobile-only[b-s75yprbspp]{
        display: block;
    }
    
    .usage[b-s75yprbspp] {
        font-size: 13px;
        padding-right: 0px;
    }

    .bought[b-s75yprbspp] {
        font-size: 13px;
        padding: 0px;
    }

    .rest[b-s75yprbspp] {
        font-size: 13px;
        padding-left: 0px;
    }
    .addon-list[b-s75yprbspp] {
        padding: 0px;
    }

    .measurements-rowhead[b-s75yprbspp] {
        font-size: 13px;
    }

    .measurements-row[b-s75yprbspp] {
        font-size: 13px;
    }
}


/*IKKE TABLE*/

.power-rowhead[b-s75yprbspp]{
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    background-color: #dddddd;
}

.power-row[b-s75yprbspp] {
    padding: 10px;
    margin: 0px;
    background-color: #f2f2f2;
}

.measurements-rowhead[b-s75yprbspp]{
    margin: 0px;
    background-color: #dddddd;
    border-radius: 3px 3px 0px 0px;
}

.measurements-row[b-s75yprbspp]{
    margin: 0px;
    background-color: #f2f2f2;
}
/* /Pages/Home.razor.rz.scp.css */
.container-wrapper[b-oc33etmlcs] {
    position: relative;
    margin: 0 auto;
    padding: 16px;
    background-color: white;
    max-width: 900px;
    flex: 1;
}

.logo-img[b-oc33etmlcs] {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 175px;
}

.version[b-oc33etmlcs] {
    position: absolute;
    bottom: 0px;
    left: 5px;
    color: #d5d5d5;
}

.description-container[b-oc33etmlcs]{
    padding-left: 15px;
    padding-right: 15px;
}


@media (max-width: 768px) {

}

@media (max-width: 480px) {
}
