<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.booking-card .booking-complete-card #icon-envelope2,
.booking-card .booking-complete-card #icon-calendar {
    font-family: 'icon-set' !important;
}

.icon-envelope2::before, .icon-calendar::before {
    font-size: 1.5rem;
    color: #111111;
}

.panel-card {
    float: left;
    margin-right: 10px;
}

.panel-card a {
    text-decoration: none;
}

#sidebar-top-card {
    margin-top: 0px;
}

h3.booking-card-header {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    margin: 0 0 6px 0;
}

div.booking-card {
    margin: 20px 0 0 0;
    margin-bottom: 5px;
    margin-right: 20px;
    min-width: 230px;
}

div.booking-complete-card {
    text-align: left;
    background-color: white;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    margin-right: 20px;
    box-shadow: 0 3px 6px 0 #d2d2d2;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    overflow: auto;
}

div.booking-complete-card p {
    margin: 10px 0px 10px 0px;
}

a.booking-complete-input {
    background: none;
    background-color: var(--primary-color,#006CFF);
    height: 48px;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    color: var(--brand-white,white) !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
}

#sidebar-top-card .booking-complete-card .image-panel {
    background: url('/static/images/icons/tick-circle-icon.svg')  no-repeat center;
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 1025px) {
    #container .wrap {
        width: 1220px !important;
        max-width: 100% !important;
    }

    div#container {
        width: auto !important;
    }

    .booking-complete-spacer {
        max-width: calc(100% - 1100px);
        width: 100%;
    }

    div.booking-card {
        max-width: 350px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    div.booking-complete-card, div.booking-card {
        width: 230px;
    }
}

@media screen and (max-width: 900px) {
    div.booking-card {
        width: auto;
        margin-right: 0px;
    }

    div.booking-complete-card {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #sidebar-top-card .booking-complete-card {
        margin: 0px;
        padding: 0px;
    }

    #sidebar-top-card .booking-complete-card .image-panel {
        background: url('https://media.sykesassets.co.uk/icons/green-tick-with-border-3895.svg')  no-repeat center;
        width: 70px;
        height: 60px;
        background-color: #0B823E;
    }

    h3.booking-card-header {
        margin: 0 0 2px 0;
        margin-top: 5px;
    }
}</pre></body></html>