@import 'BookingEngine.Client.bundle.scp.css';

/* _content/BookingEngine/Components/Pages/Billing.razor.rz.scp.css */
.Section_Form[b-fduv61b5dk] {
    width: 100%;
    height: auto;
    min-height: calc(85vh - 196px);
}

[b-fduv61b5dk] .mt-5 {
    display: block;
}

h1[b-fduv61b5dk] {
    display: block;
    color: black;
    margin-top: 100px;
    text-align: center;
}

h2[b-fduv61b5dk] {
    text-align: center;
    color: red;
}

input-group[b-fduv61b5dk] {
    margin-bottom: 30px;
    position: relative;
}

.input-group label[b-fduv61b5dk] {
    position: absolute;
    top: -10px;
    left: 15px;
    background: white;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}

[b-fduv61b5dk] .input-group input {
    width: calc(100% - 30px);
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}
[b-fduv61b5dk] select {
    width: calc(100% - 30px);
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .input-group input:focus[b-fduv61b5dk] {
        border-color: #007bff;
    }

.alert[b-fduv61b5dk] {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px;
    position: relative;
}

.alert-success[b-fduv61b5dk] {
    margin: auto;
    color: #034AA6;
    width: 50%;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #CCE5FF;
    border-color: #034AA6;
    text-align: center;
}

.alert-heading[b-fduv61b5dk] {
    color: inherit;
}

/* Custom styles */
.alert-custom[b-fduv61b5dk] {
    box-shadow: 0 0 10px rgba(0,123,255,.5);
    border-left: 5px solid #000000;
}

.alert p[b-fduv61b5dk] {
    font-size: 16px;
}
/* _content/BookingEngine/Components/Pages/Login.razor.rz.scp.css */
body[b-98wn97ajnf] {
    background-image: url("https://cdn.flexparknfly.com/Multimedia/BookingEngine/HomeCarousel/image_172a7c45.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flow-root;
    backdrop-filter: blur(10px);
    margin: 0;
}

.Section_Form[b-98wn97ajnf] {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 196px);
    align-content: center;
}

[b-98wn97ajnf] input-group {
    margin-bottom: 30px;
    position: relative;
}

[b-98wn97ajnf] .input-group label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: white;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}

[b-98wn97ajnf] .input-group input {
    width: calc(100% - 30px);
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

    [b-98wn97ajnf] .input-group input:focus {
        border-color: #007bff;
    }

[b-98wn97ajnf] .alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px;
    position: relative;
}

[b-98wn97ajnf] .alert-error {
    margin: auto;
    color: #831C3B;
    width: 90%;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #F8D7DA;
    border-color: #831C3B;
    text-align: center;
}

[b-98wn97ajnf] .Alert-Enabled {
    display: block;
}

[b-98wn97ajnf] .Alert-Disabled {
    display: none;
}

[b-98wn97ajnf] .alert-heading {
    color: inherit;
}

/* Custom styles */
[b-98wn97ajnf] .alert-custom {
    box-shadow: 0 0 10px rgba(0,123,255,.5);
    border-left: 5px solid #000000;
}

[b-98wn97ajnf] .alert p {
    font-size: 16px;
}
/* _content/BookingEngine/Components/Pages/PaymentSummary.razor.rz.scp.css */
.reserve[b-lghg9vwhn7] {    
    width: 100%;
    height: auto;    
    min-height: calc(100vh - 196px);
}

.container-reserve[b-lghg9vwhn7] {
    position: relative;
    width: 100%;
    height: auto;
    padding:80px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.progress-bar[b-lghg9vwhn7] {
    width: 50%;
    display: flex;
    justify-content: space-between;    
}

.step[b-lghg9vwhn7] {
    width: 100%;
    flex: 1;
    height: 40px;   
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    margin: 0 5px;
    transition: background-color 0.3s ease;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

    .step.active[b-lghg9vwhn7] {
        background-color: #26326e;
    }

.content[b-lghg9vwhn7] {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
}

[b-lghg9vwhn7] .form-section {
    flex: 1.5; 
}

[b-lghg9vwhn7] .details-section {
    flex: 1;
}

[b-lghg9vwhn7] .details-section {
    margin: auto;
    margin-top: 61px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
    [b-lghg9vwhn7] .details-section h2 {
        grid-column: span 2
    }

    [b-lghg9vwhn7] .details-section h3 {
        margin-bottom: 5px;
    }

        [b-lghg9vwhn7] .details-section h3:nth-of-type(-n+3) {
            color: gray;
        }

        [b-lghg9vwhn7] .details-section h3:nth-of-type(4) {
            color: black;
            font-weight: bold;
        }

    [b-lghg9vwhn7] .details-section p {
        margin-bottom: 10px;
    }

    [b-lghg9vwhn7] .details-section span:nth-of-type(-n+3) {
        color: gray;
    }

    [b-lghg9vwhn7] .details-section span:nth-of-type(4) {
        color: black;
        font-weight: bold;
    }

    [b-lghg9vwhn7] .details-section button {
        margin-top: 10px;
        grid-column: span 2;
    }

    [b-lghg9vwhn7] .details-section hr {
        grid-column: span 2;
        width: 100%;
        border: 0;
        border-top: 2px solid #ebebeb;
        margin: 10px 0;
    }

[b-lghg9vwhn7] .form-page {
    opacity: 0;
    transition: opacity 250ms ease;
    width: 100%;
    display: none;
}

    [b-lghg9vwhn7] .form-page.active {
        opacity: 1;
        z-index: 1;
        transition: transform 0.5s ease, opacity 0.5s ease;
        display: block;
    }

[b-lghg9vwhn7] form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

[b-lghg9vwhn7] .form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

[b-lghg9vwhn7] .button-group {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

[b-lghg9vwhn7] .btn {
    margin-top: 15px;
    background: #26326e;
    border-radius: 0;
    color: #fff;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 18px;
    border: 0;
    outline: none;
}

[b-lghg9vwhn7] .vehicle-container {
    margin: 0 auto;
    width: 100%;
}

[b-lghg9vwhn7] .vehicle {
    background-color: transparent;
    border: 1px solid #9FA4A8;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    transition: 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    [b-lghg9vwhn7] .vehicle.active {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
    }

[b-lghg9vwhn7] .vehicle-title {
    grid-column: span 2;
    margin: 0 35px 0 0;
}

[b-lghg9vwhn7] .form-group-vehicle {
    display: none;
    flex-direction: column;
}

[b-lghg9vwhn7] .vehicle.active .form-group-vehicle {
    display: flex;
}

[b-lghg9vwhn7] .vehicle-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

    [b-lghg9vwhn7] .vehicle-toggle:focus {
        outline: none;
    }

[b-lghg9vwhn7] .vehicle.active .vehicle-toggle {
    background-color: #9FA4A8;
}

[b-lghg9vwhn7] .vehicle-toggle .fa-times {
    display: none;
}

[b-lghg9vwhn7] .vehicle.active .vehicle-toggle .fa-times {
    display: block;
}

[b-lghg9vwhn7] .vehicle-toggle .fa-chevron-down {
    color: #83888E;
}

[b-lghg9vwhn7] .vehicle.active .vehicle-toggle .fa-chevron-down {
    display: none;
}

@media (max-width: 768px) {

    [b-lghg9vwhn7] .form-group {
        flex: 1 1 100%;
    }
}

@media (max-width: 1040px) {
    .container-reserve[b-lghg9vwhn7] {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content[b-lghg9vwhn7] {
        flex-direction: column;
    }

    .details-section[b-lghg9vwhn7] {
        order: 2;       
        margin-top: 20px;
    }

    .progress-bar[b-lghg9vwhn7] {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    [b-lghg9vwhn7] .form-section {
        order: 3;
        width: 100%;
    }

    [b-lghg9vwhn7] .vehicle {
        display: block
    }
}
/* _content/BookingEngine/Components/Pages/PaymentSummary_PV.razor.rz.scp.css */
.reserve[b-qi57ow18uf] {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 196px);
}

.container-reserve[b-qi57ow18uf] {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.progress-bar[b-qi57ow18uf] {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.step[b-qi57ow18uf] {
    width: 100%;
    flex: 1;
    height: 40px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    margin: 0 5px;
    transition: background-color 0.3s ease;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

    .step.active[b-qi57ow18uf] {
        background-color: #26326e;
    }

.content[b-qi57ow18uf] {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
}

[b-qi57ow18uf] .form-section {
    flex: 1.5;
}

[b-qi57ow18uf] .details-section {
    flex: 1;
}

[b-qi57ow18uf] .details-section {
    margin: auto;
    margin-top: 61px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    [b-qi57ow18uf] .details-section h2 {
        grid-column: span 2
    }

    [b-qi57ow18uf] .details-section h3 {
        margin-bottom: 5px;
    }

        [b-qi57ow18uf] .details-section h3:nth-of-type(-n+3) {
            color: gray;
        }

        [b-qi57ow18uf] .details-section h3:nth-of-type(4) {
            color: black;
            font-weight: bold;
        }

    [b-qi57ow18uf] .details-section p {
        margin-bottom: 10px;
    }

    [b-qi57ow18uf] .details-section span:nth-of-type(-n+3) {
        color: gray;
    }

    [b-qi57ow18uf] .details-section span:nth-of-type(4) {
        color: black;
        font-weight: bold;
    }

    [b-qi57ow18uf] .details-section button {
        margin-top: 10px;
        grid-column: span 2;
    }

    [b-qi57ow18uf] .details-section hr {
        grid-column: span 2;
        width: 100%;
        border: 0;
        border-top: 2px solid #ebebeb;
        margin: 10px 0;
    }

[b-qi57ow18uf] .form-page {
    opacity: 0;
    transition: opacity 250ms ease;
    width: 100%;
    display: none;
}

    [b-qi57ow18uf] .form-page.active {
        opacity: 1;
        z-index: 1;
        transition: transform 0.5s ease, opacity 0.5s ease;
        display: block;
    }

[b-qi57ow18uf] form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

[b-qi57ow18uf] .form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

[b-qi57ow18uf] .button-group {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

[b-qi57ow18uf] .btn {
    margin-top: 15px;
    background: #26326e;
    border-radius: 0;
    color: #fff;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 18px;
    border: 0;
    outline: none;
}

[b-qi57ow18uf] .vehicle-container {
    margin: 0 auto;
    width: 100%;
}

[b-qi57ow18uf] .vehicle {
    background-color: transparent;
    border: 1px solid #9FA4A8;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    transition: 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    [b-qi57ow18uf] .vehicle.active {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
    }

[b-qi57ow18uf] .vehicle-title {
    grid-column: span 2;
    margin: 0 35px 0 0;
}

[b-qi57ow18uf] .form-group-vehicle {
    display: none;
    flex-direction: column;
}

[b-qi57ow18uf] .vehicle.active .form-group-vehicle {
    display: flex;
}

[b-qi57ow18uf] .vehicle-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

    [b-qi57ow18uf] .vehicle-toggle:focus {
        outline: none;
    }

[b-qi57ow18uf] .vehicle.active .vehicle-toggle {
    background-color: #9FA4A8;
}

[b-qi57ow18uf] .vehicle-toggle .fa-times {
    display: none;
}

[b-qi57ow18uf] .vehicle.active .vehicle-toggle .fa-times {
    display: block;
}

[b-qi57ow18uf] .vehicle-toggle .fa-chevron-down {
    color: #83888E;
}

[b-qi57ow18uf] .vehicle.active .vehicle-toggle .fa-chevron-down {
    display: none;
}

@media (max-width: 768px) {

    [b-qi57ow18uf] .form-group {
        flex: 1 1 100%;
    }
}

@media (max-width: 1040px) {
    .container-reserve[b-qi57ow18uf] {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content[b-qi57ow18uf] {
        flex-direction: column;
    }

    .details-section[b-qi57ow18uf] {
        order: 2;
        margin-top: 20px;
    }

    .progress-bar[b-qi57ow18uf] {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    [b-qi57ow18uf] .form-section {
        order: 3;
        width: 100%;
    }

    [b-qi57ow18uf] .vehicle {
        display: block
    }
}
/* _content/BookingEngine/Components/Pages/Payment/DetailsSection.razor.rz.scp.css */
body[b-e3fnklx6p9] {
}
/* _content/BookingEngine/Components/Pages/Payment/FormSection.razor.rz.scp.css */
input[b-8hs7oxi9bf],
[b-8hs7oxi9bf] input {
    height: auto;
    color: #000;
    margin-top: 5px;
    padding: 8px;
    font-size: 1em;
    border-radius: 0;
    background-color: #dedede;
    border: 1px solid #fff;
}

.btn-disabled[b-8hs7oxi9bf] {   
    margin: auto;
    margin-top: 15px;    
    border-radius: 0;
    display: block;   
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 18px;
    border: 0;
    outline: none;
    background-color: grey;
    color: white;
    cursor: none;
}

.btn-enabled[b-8hs7oxi9bf] {
    margin: auto;
    margin-top: 15px;
    border-radius: 0;
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 18px;
    border: 0;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
}

.alert[b-8hs7oxi9bf] {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px;
    position: relative;
}

.alert-success[b-8hs7oxi9bf] {
    margin: auto;
    color: #155724;
    width: 90%;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #D4EDDA;
    border-color: #155724;
    text-align: center;
}

.alert-error[b-8hs7oxi9bf] {
    margin: auto;
    color: #831C3B;
    width: 50%;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #F8D7DA;
    border-color: #831C3B;
    text-align: center;
}

.Alert-Enabled[b-8hs7oxi9bf] {
    display: block;
}

.Alert-Disabled[b-8hs7oxi9bf] {
    display: none;
}

.alert-heading[b-8hs7oxi9bf] {
    color: inherit;
}

/* Custom styles */
.alert-custom[b-8hs7oxi9bf] {
    box-shadow: 0 0 10px rgba(0,123,255,.5);
    border-left: 5px solid #000000;
}

.alert p[b-8hs7oxi9bf] {
    font-size: 16px;
}

.vehicle-colapse-title[b-8hs7oxi9bf] {
    grid-column: span 2;
}
/* _content/BookingEngine/Components/Pages/Search/SearchBox.razor.rz.scp.css */
.search-box[b-q6mhltljwn] {
    position: absolute;
    transition: all .5s ease;
    text-align: center;
    width: 270px;
    margin-top: 180px;
    margin-right: 180px;
    font-size: 16px;
    z-index: 99;
}

.menu-icon-responsive[b-q6mhltljwn] {
    display: none;
}

.search-box h2[b-q6mhltljwn] {
    font-size: 20px;
    color: #fff;
    border-radius: 15px;
}

.search-box h3[b-q6mhltljwn] {
    font-size: 20px;
    color: #70d0ff;
    margin-bottom: 15px;
    border-radius: 15px;
}

.search-box-header[b-q6mhltljwn], .search-box p[b-q6mhltljwn] {
    margin-top: 0;
    margin-bottom: 0;
}

[b-q6mhltljwn] .search-box-container {
    background: #26326e;
    width: 100%;
    padding: 20px;
}

.search-box.stickys[b-q6mhltljwn] {
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 64px;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    height: 60px;
    background: #65bae8;
    border-radius: 0;
    box-sizing: border-box;
}


    .search-box.stickys form[b-q6mhltljwn] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .search-box.stickys h2[b-q6mhltljwn] {
        font-size: 16px;
        color: #fff;
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

    .search-box.stickys h3[b-q6mhltljwn] {
        font-size: 14px;
        color: #70d0ff;
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

[b-q6mhltljwn] input {
    box-sizing: border-box;
    font-style: oblique;
    color: #26326e;
    background-color: #fff;
    border-radius: 25px;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border: #70d0ff;
    padding: 10px 20px;
    outline: 0;
    font-size: .8em
}

[b-q6mhltljwn] .stickys input {
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box;
    font-style: oblique;
    color: #26326e;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #70d0ff;
    padding: 8px 18px;
    outline: 0;
    font-size: .8em;
    display: inline-block
}

.SecButton[b-q6mhltljwn] {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.search-box.stickys .SecButton[b-q6mhltljwn] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.btn[b-q6mhltljwn] {
    background: #65bae8;
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 20px;
    width: 100%;
    word-break: break-word;
    border: 0
}

@media(max-width: 1060px) {
    .menu-icon-responsive[b-q6mhltljwn] {
        transition: all .5s ease;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 57px;
        z-index: 1100;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        height: 55px;
        background: #65bae8;
        border-radius: 0;
        padding: 5px;
        box-sizing: border-box;
    }

        .menu-icon-responsive .fa-regular[b-q6mhltljwn] {
            color: #fff;
        }

        .menu-icon-responsive h2[b-q6mhltljwn] {
            text-align: center;
            font-size: 18px;
            color: #fff;
            width: 160px;
            height: auto;
        }

    .search-box[b-q6mhltljwn] {
        display: none;
    }

        .search-box.responsive[b-q6mhltljwn] {
            transition: all .5s ease;
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 112px;
            z-index: 1100;
            margin-top: 0;
            margin-right: 0;
            padding-top: 70px;
            width: 100%;
            height: auto;
            background: #26326e;
            border-radius: 0;
            padding: 5px;
            box-sizing: border-box;
        }

            .search-box.responsive form[b-q6mhltljwn] {
                transition: all .5s ease;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 350px;
                height: auto;
            }

            .search-box.responsive h2[b-q6mhltljwn] {
                display: none;
            }

            .search-box.responsive h3[b-q6mhltljwn] {
                font-size: 18px;
                color: #70d0ff;
                border-radius: 15px;
                width: 90px;
                height: auto;
            }

            .search-box.responsive p[b-q6mhltljwn] {
                width: 100%;
            }
}
/* _content/BookingEngine/Components/Pages/ThanksScreen.razor.rz.scp.css */
.section-thanks[b-crmq3ac9uc] {
    width: 100%;
    height: auto;
    min-height: calc(91vh - 196px);
}

.container-thanks[b-crmq3ac9uc] {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 400px;
    display: block;
    width: 100%;
    justify-items: center;
    text-align: center;
    margin: auto;
    margin-top: 80px;
}

    .container-thanks h1[b-crmq3ac9uc] {
        color: #0073e6;
    }

    .container-thanks p[b-crmq3ac9uc] {
        color: #555555;
    }

.logo-container[b-crmq3ac9uc] {
    text-align: center;
    margin-bottom: 20px;
}

   [b-crmq3ac9uc] .logo-container img {
        width: 100px;
        height: auto;
    }

.buttons[b-crmq3ac9uc] {
    margin-top: 1.5rem;
}

    .buttons a[b-crmq3ac9uc] {
        display: inline-block;        
        padding: 10px 20px;
        color: #ffffff;
        background-color: #0073e6;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
    }

        .buttons a:hover[b-crmq3ac9uc] {
            background-color: #005bb5;
        }

        .buttons a i[b-crmq3ac9uc] {
            margin-right: 8px;
        }
/* _content/BookingEngine/Components/Pages/VoucherSuccess.razor.rz.scp.css */
.container-voucher-section[b-etxdrp39md] {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 196px);
}

.button-group[b-etxdrp39md] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.btn[b-etxdrp39md] {
    margin-top: 15px;
    background: #26326e;
    border-radius: 0;
    color: #fff;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 18px;
    border: 0;
    outline: none;
}
/* _content/BookingEngine/Components/Pages/Voucher/VoucherErrorView.razor.rz.scp.css */
.container-voucher[b-011iyees7h] {
    background-color: #fff;
    width: 80%;
    max-width: 800px;
    margin: 90px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.confirmation[b-011iyees7h] {
    color: red;
    text-align: center;
    margin-bottom: 20px;
}

.info[b-011iyees7h] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .info div[b-011iyees7h] {
        flex: 1;
        min-width: 200px;
        margin-bottom: 20px;
    }

        .info div:last-child[b-011iyees7h] {
            text-align: right;
        }

.details[b-011iyees7h] {
    margin-bottom: 20px;
}

    .details table[b-011iyees7h] {
        width: 100%;
        border-collapse: collapse;
    }

    .details th[b-011iyees7h], .details td[b-011iyees7h] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .details th[b-011iyees7h] {
        background-color: #f2f2f2;
    }

.footer[b-011iyees7h] {
    text-align: center;
    color: #888;
    font-size: 12px;
}
/* _content/BookingEngine/Components/Pages/Voucher/VoucherView.razor.rz.scp.css */
.container-voucher[b-nk7sq5zw6l] {
    background-color: #fff;
    width: 80%;
    max-width: 800px;
    margin: 90px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);   
}

.confirmation[b-nk7sq5zw6l] {
    color: green;
    text-align: center;
    margin-bottom: 20px;
}

.info[b-nk7sq5zw6l] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .info div[b-nk7sq5zw6l] {
        flex: 1;
        min-width: 200px;
        margin-bottom: 20px;
    }

        .info div:last-child[b-nk7sq5zw6l] {
            text-align: right;
        }

.details[b-nk7sq5zw6l] {
    margin-bottom: 20px;
}

    .details table[b-nk7sq5zw6l] {
        width: 100%;
        border-collapse: collapse;
    }

    .details th[b-nk7sq5zw6l], .details td[b-nk7sq5zw6l] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .details th[b-nk7sq5zw6l] {
        background-color: #f2f2f2;
    }

.footer[b-nk7sq5zw6l] {
    text-align: center;
    color: #888;
    font-size: 12px;
}
