@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* _content/PartnerSalesPortal/Components/OrderCompletedCardBoxComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/OrderDetailsCardBoxComponent.razor.rz.scp.css */
.title[b-n4smfeg6y0] {
    background-color: #ECECEC;
    height: 45px;
    padding: 2% 0% 0% 1%;
}

/*Radio buttons for ticket type*/
div.ticket-type[b-n4smfeg6y0] {
    display: flex;
    height: 60px;
    max-width: 98%;
    margin-left: 1%;
}

label.type-text[b-n4smfeg6y0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border: solid 1px black;
    font-weight: bold;
    color: black;
    padding-left: 20px;
    margin-left: 10px;
}

input[type="radio"][b-n4smfeg6y0] {
    display: none;
}

input[type="radio"]:checked + label[b-n4smfeg6y0] {
    background-color: #0C0A66;
    color: white;
}

label.tick-label[b-n4smfeg6y0] {
    width: 50px;
    height: 50px;
    margin-left: -50px;
}

.tick-mark[b-n4smfeg6y0] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-left: -20px;
}

.tick-mark[b-n4smfeg6y0]::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 2px;
    background-color: white;
    content: "";
    transform: translateX(20px) translateY(25%) rotate(-45deg);
    transform-origin: left bottom;
}

.tick-mark[b-n4smfeg6y0]::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: white;
    content: "";
    transform: translateX(20px) translateY(185%) rotate(-45deg);
    transform-origin: left bottom;
}

/*Quantity increment buttons*/
.price-div[b-n4smfeg6y0] {
    display: flex;
    align-items: center;
    width: 46%;
}

.price[b-n4smfeg6y0] {
    font-size: xx-large;
    color: #FF5533;
    font-weight: bold;
    word-wrap: normal;
    margin-left: 10px;
}

div.qty[b-n4smfeg6y0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    height: 66px;
    border-radius: 100px;
    background-color: #ECECEC;
    transform: scale(0.7);
    width: 54%;
    /*margin-left: 10px;*/
}

.qty-row[b-n4smfeg6y0] {
    display: flex;
    justify-content: start;
    align-content: center;
}

.qty .count[b-n4smfeg6y0] {
    color: black;
    display: inline-block;
    vertical-align: middle;
    font-size: xxx-large;
    line-height: 100%;
    padding-right: 2%;
    min-width: 35px;
    text-align: center;
    padding: 0;
}

.qty .plus[b-n4smfeg6y0] {
    cursor: pointer;
    color: black;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    margin: 0% -5% 0% 0%;
    padding: 0% 0% 0% 2%;
    box-sizing: border-box;
    border: none;
    font-size: 39px;
    background-image: url("/images/plus_48.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.qty .minus[b-n4smfeg6y0] {
    cursor: pointer;
    color: black;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    margin: 0% 0% 0% -5%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    font-size: 39px;
    background-image: url("/images/minus_48.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.minus:hover[b-n4smfeg6y0] {
    background-color: #D6D6D6;
}

.minus:focus[b-n4smfeg6y0] {
    outline: none;
}

.plus:hover[b-n4smfeg6y0] {
    background-color: #D6D6D6;
}

.plus:focus[b-n4smfeg6y0] {
    outline: none;
}

input[b-n4smfeg6y0] {
    border: 0;
    width: 2%;
}

/* Chrome, Safari, Edge, Opera */
input[b-n4smfeg6y0]::-webkit-outer-spin-button,
input[b-n4smfeg6y0]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-n4smfeg6y0] {
    -moz-appearance: textfield;
}

input:disabled[b-n4smfeg6y0] {
    background-color: #ECECEC;
}
/* _content/PartnerSalesPortal/Components/OrderPrintTicketPreviewComponent.razor.rz.scp.css */
 
/* _content/PartnerSalesPortal/Components/OrderSummaryCardBoxComponent.razor.rz.scp.css */
.complete-order-summary[b-0seo3sjk2j] {
    background: white;
}

.complete-order-div[b-0seo3sjk2j] {
    padding: 0;
}

.complete-order-div .d-flex div:first-child[b-0seo3sjk2j] {
    margin-left: 10px;
}

.title[b-0seo3sjk2j] {
    background-color: #ECECEC;
    height: 45px;
    padding: 2% 0% 0% 1%;
}

.cc-details[b-0seo3sjk2j] {
    margin: 5px 0 0 0;
}
/* _content/PartnerSalesPortal/Components/OrderWizardComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/OrderWizardStepComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/PackageBookingDatesComponent.razor.rz.scp.css */
.title[b-699m35dd8l] {
    background-color: #ECECEC;
    height: 45px;
    padding: 2% 0% 0% 1%;
}
 
label.type-text[b-699m35dd8l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border: solid 1px black;
    font-weight: bold;
    color: black;
    padding-left: 20px;
    margin-left: 10px;
}

input[type="radio"][b-699m35dd8l] {
    display: none;
}
 
/* _content/PartnerSalesPortal/Components/PackageCardBoxComponent.razor.rz.scp.css */
.hiddenScroll[b-g8598aaf96] {
    width: 300px; 
    height: 150px;
    overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hiddenScroll[b-g8598aaf96]::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hiddenScroll[b-g8598aaf96] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* _content/PartnerSalesPortal/Components/PackageCardBoxScrollViewComponent.razor.rz.scp.css */
.active[b-9kbbcgqqbe] {
    border-color: #28a745 !important;
    background-color: #FF5533;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card[b-9kbbcgqqbe] {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cards[b-9kbbcgqqbe] {
    padding: 0;
}
/* _content/PartnerSalesPortal/Components/StreetSaleCompletedCardBoxComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/StreetSaleDetailsCardBoxComponent.razor.rz.scp.css */
.title[b-trix14jlqy] {
    background-color: #ECECEC;
    height: 45px;
    padding: 2% 0% 0% 1%;
}

/*Radio buttons for ticket type*/
div.ticket-type[b-trix14jlqy] {
    display: flex;
    height: 60px;
    max-width: 98%;
    margin-left: 1%;
}

label.type-text[b-trix14jlqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border: solid 1px black;
    font-weight: bold;
    color: black;
    padding-left: 20px;
    margin-left: 10px;
}

input[type="radio"][b-trix14jlqy] {
    display: none;
}

    input[type="radio"]:checked + label[b-trix14jlqy] {
        background-color: #0C0A66;
        color: white;
    }

label.tick-label[b-trix14jlqy] {
    width: 50px;
    height: 50px;
    margin-left: -50px;
}

.tick-mark[b-trix14jlqy] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-left: -20px;
}

    .tick-mark[b-trix14jlqy]::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 50%;
        width: 2px;
        background-color: white;
        content: "";
        transform: translateX(20px) translateY(25%) rotate(-45deg);
        transform-origin: left bottom;
    }

    .tick-mark[b-trix14jlqy]::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background-color: white;
        content: "";
        transform: translateX(20px) translateY(185%) rotate(-45deg);
        transform-origin: left bottom;
    }

/*Quantity increment buttons*/
.price-div[b-trix14jlqy] {
    display: flex;
    align-items: center;
    width: 46%;
}

.price[b-trix14jlqy] {
    font-size: xx-large;
    color: #FF5533;
    font-weight: bold;
    word-wrap: normal;
    margin-left: 10px;
}

div.qty[b-trix14jlqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    height: 66px;
    border-radius: 100px;
    background-color: #ECECEC;
    transform: scale(0.7);
    width: 54%;
    /*margin-left: 10px;*/
}

.qty-row[b-trix14jlqy] {
    display: flex;
    justify-content: start;
    align-content: center;
}

.qty .count[b-trix14jlqy] {
    color: black;
    display: inline-block;
    vertical-align: middle;
    font-size: xxx-large;
    line-height: 100%;
    padding-right: 2%;
    min-width: 35px;
    text-align: center;
    padding: 0;
}

.qty .plus[b-trix14jlqy] {
    cursor: pointer;
    color: black;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    margin: 0% -5% 0% 0%;
    padding: 0% 0% 0% 2%;
    box-sizing: border-box;
    border: none;
    font-size: 39px;
    background-image: url("/images/plus_48.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.qty .minus[b-trix14jlqy] {
    cursor: pointer;
    color: black;
    font-weight: bold;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    margin: 0% 0% 0% -5%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    font-size: 39px;
    background-image: url("/images/minus_48.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.minus:hover[b-trix14jlqy] {
    background-color: #D6D6D6;
}

.minus:focus[b-trix14jlqy] {
    outline: none;
}

.plus:hover[b-trix14jlqy] {
    background-color: #D6D6D6;
}

.plus:focus[b-trix14jlqy] {
    outline: none;
}

input[b-trix14jlqy] {
    border: 0;
    width: 2%;
}

    /* Chrome, Safari, Edge, Opera */
    input[b-trix14jlqy]::-webkit-outer-spin-button,
    input[b-trix14jlqy]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number][b-trix14jlqy] {
        -moz-appearance: textfield;
    }

    input:disabled[b-trix14jlqy] {
        background-color: #ECECEC;
    }
/* _content/PartnerSalesPortal/Components/TicketPrintComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/UserActivitySpyComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Components/ValidationComponent.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Pages/OrderWizard.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Pages/TestPage.razor.rz.scp.css */
/* _content/PartnerSalesPortal/Pages/ViewUserActivity.razor.rz.scp.css */
