﻿#contact-link, #contact-link:hover, #contact-link:active, #contact-link:visited {
    color: #ffffff;
    text-decoration: none;
}

.validation-summary-errors {
    display: inline;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
    }

.input-wrapper.on-register {
    margin-bottom: 0rem;
    grid-row-gap: 0.15rem;
}

.input-wrapper.is-two-fields.on-register {
    display: -webkit-box;
}

.margin-bottom-0 {
    margin-bottom: 0rem;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-05 {
    margin-top: 0.5rem;
}

.btn-clear, .btn-clear:focus, .btn-clear:hover {
    color: #fff;
    border: none;
}

.component_navigation .link_navigation a,
.component_navigation .link_navigation a:hover,
.component_navigation .link_navigation a:visited,
.component_navigation .link_navigation a:active {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .image_cover {
        object-fit: initial;
    }

    .text-style-link {
        text-decoration: underline;
    }
}

@media screen and (min-width: 767px) {
    .auth-navigation.on-register {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 0rem;
        padding-top: 1rem;
    }

    .component_auth-inputs.on-register {
        padding-top: 0rem;
        justify-content: unset;
    }

    .error-text.on-register {
        height: 1.3rem;
    }

    .form_input.on-register {
        height: 1.8rem;
        min-height: 1rem;
    }

    .privacy-policy-gap {
        grid-row-gap: 0rem;
        margin-bottom: 0rem;
    }
}

@media screen and (min-width: 480px) {
    .account-icon {
        line-height: 1.3rem;
    }

    .dropdown-content a {
        padding-left: 2.5rem;
    }
}

.footer__svg {
    margin-right: 0.5rem;
    display: inline-block;
    width: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(var(--tenant-tertiary), var(--tw-text-opacity));
    --tw-text-opacity: 0.4;
}

.text-opacity-80 {
    --tw-text-opacity: 0.8;
}

.dropdown {
    float: left;
}

    .dropdown .dropbtn {
        display: flex;
        grid-column-gap: 0.5rem;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        margin: 0;
    }

.dropdown-content {
    margin-top: 4rem;
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: white;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            color: #0a58ca
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.navigation_link-wrapper {
    grid-column-gap: 1rem;
}

.weeklong_tag {
    background-color: lightgreen;
}


.hide-step {
    display: none;
}

.disable-programme {
    opacity: 50%;
}

.disable-programme-buttons {
    pointer-events: none;
    opacity: 50%;
}

.error-center {
    width: auto;
    height: 100vh;
}

.day-selected {
    background-color: #0275bf;
    color: #fff;
}

.all-week-selected {
    color: #fff;
}

.faded {
    opacity: 70%;
}

.accordion-item .warning-icon {
    display: none;
}

.accordion-button h3 {
    display: inline;
}

.accordion-item:has(input.is-invalid) {
    border: 1px solid #dc3545;
}

    .accordion-item:has(input.is-invalid) .accordion-button:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

    .accordion-item:has(input.is-invalid) .warning-icon {
        display: inline;
        color: #dc3545;
        font-size: 1.8em;
        padding-top: 5px;
        padding-right: 10px;
    }



    .accordion-item:has(input.is-invalid) .accordion-button:not(.collapsed) {
        background: #f8d7da;
    }




/**** Create Booking - Camp Places styles ***/
.child-place-day-select {
    width: 100%;
    padding: 1rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #0275bf;
    background-color: #0275bf;
    color: #fff;
    text-align: left;
}

    .child-place-day-select[aria-expanded="true"] .chevron-icon {
        transform: rotate(90deg);
    }

.card.card-body.day-select-option {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.0625rem solid #0275bf;
    cursor: pointer;
    text-align: center;
}

.card.card-body.day-select-sold-out {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.0625rem solid #CCCCCC;
    text-align: center;
}

.extra {
    display: flex;
    border: 1px solid #0275bf;
    flex-direction: row;
    flex-wrap: no-wrap;
    position: relative;
}

    .extra:active {
        background-color: #fff;
    }

.extra-label {
    background-color: inherit;
    color: #000;
    padding: 10px 15px;
    width: 80%
}

    .extra-label span {
        font-size: 0.7em;
    }

.extra-price {
    background-color: #003c63;
    color: #fff;
    line-height: 68px;
    padding: 0 10px;
    width: 20%
}

.card.card-body .original-price {
    font-size: 0.875em;
    min-height: 21px;
    text-decoration: line-through;
}

.card-body .price {
    font-size: 1.1rem;
}

.price span {
    font-size: 0.7rem;
}

.blue-background {
    background-color: #0275bf;
    color: #fff;
    padding: 1rem 1.5rem;
}

@media only screen and (min-width: 768px) {

    .white-right-border {
        border-right: 2px solid #fff;
    }


    .card.card-body.day-select-option, .card.card-body.day-select-sold-out {
        min-height: 11rem;
    }

    .card-body .price {
        font-size: 1.5rem;
    }

    .extra-label {
        width: 64%;
    }

    .extra-price {
        width: 36%
    }
}

.extra-selected .extra-price {
    background-color: #617723;
}

.card.card-body.all-week {
    background-color: #f59c00;
    border: none;
}

    .card.card-body.all-week.day-select-option-selected {
        background-color: #a2c73a;
        color: #000;
    }

.card.card-body.day-select-sold-out {
    color: #48464f;
}

    .card.card-body.day-select-sold-out.all-week {
        background-color: #48464f;
        color: #ccc;
    }

.card.card-body.day-select-option-selected {
    background-color: #a2c73a;
    border-color: #617723;
    color: #111700;
}

.week-toggle {
    background-color: #fff;
    color: #000;
}

    .week-toggle:hover {
        background-color: #003c63;
        color: #fff;
    }

.week-selected {
    background-color: #a2c73a;
    border-color: #a2c73a;
    color: #000;
}

.extra-selected, .extra-selected:active {
    background-color: #a2c73a;
    border-color: #617723;
}

.badge-playtime {
    background-color: #32b7bc;
}

.badge-magic {
    background-color: #e93363;
}

.badge-active {
    background-color: #60b34b;
}

.badge-teens {
    background-color: #8966aa;
}

.badge-default {
    background-color: #f60;
}

/* Ribbons */
.corner-ribbon {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    width: 100%;
    background: #e43;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    z-index: 1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}


@media only screen and (min-width:1200px) {
    .corner-ribbon {
        width: 130px;
        background: #e43;
        text-align: center;
        line-height: 20px;
        letter-spacing: 1px;
        color: #f0f0f0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 1;
        position: absolute;
        top: 26px;
        bottom: auto;
        left: 62px;
        clip-path: polygon(0% 100%, 50% calc(100% - (4em)), 100% 100%);
        /*clip-path: polygon(0% 0%, 50% calc(100% + (3.5em)), 100% 0%);*/
    }
}

/* Colors */

.corner-ribbon.white {
    background: #8966a9;
    color: #FFF;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.orange {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

@media (orientation: portrait) {
    .image_cover {
        object-fit: initial;
    }
}

.image-container-donation {
    width: 10rem;
}

/*** Jquery Select 2 styles ***/
.select2, .select2 .selection, select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #b6d2e6;
    border-radius: 0.25rem;
    width: 100%;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #8966a9;
        border-color: #1d1d1d;
        color: #fff;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        border: none;
        color: #fff;
    }

.justify-content-center {
    justify-content: center;
}

.mvc-grid th {
    align-items: center;
    background-color: #0275bf;
    transition: all 200ms ease;
    text-decoration: none;
    color: white;
    font-family: 'houschka-pro', sans-serif;
    font-weight: 700;
}


.portal-title {
    font-size: calc(1.3rem + 1.1vw);
    margin-bottom: 10px;
    font-family: 'GoodDog Plain', sans-serif;
}

    .portal-title .badge {
        font-size: calc(0.9rem + 0.8vw);
        font-weight: 300;
    }




.portal-bg-primary {
    background-color: #0075bf;
}

.portal-bg-info {
    background-color: #5bc5f2;
}

.portal-bg-success {
    background-color: #a2c73a;
}

.portal-bg-warning {
    background-color: #f59c00;
}

.portal-bg-error {
    background-color: #e83363;
}

.portal-bg-location {
    background-color: #8966a9;
}

.portal-bg-programme {
    background-color: #31b7bc;
}

.portal-bg-term {
    background-color: #5bc5f2;
}

.portal-bg-date {
    background-color: #31b7bc;
}

.portal-body {
    font-family: 'houschka-pro', sans-serif;
}

.portal-label {
    margin: 0px;
    font-weight: 700;
}

.portal-container {
    max-width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}

.portal-details {
    font-size: calc(0.9rem + 0.6vw);
    font-weight: 300;
    line-height: 1;
}

    .portal-details .badge {
        font-weight: 300;
    }

    .portal-details .bold {
        font-weight: 700;
    }

.child-accordian-header {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    background-color: #0275bf;
}

.shade-rows .row:nth-child(even) {
    background-color: #eff8fe;
}

.portal-icon {
    text-decoration: none;
    color: #333;
    padding-left: 5px;
}

.portal-date-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0275bf;
    transition: all 200ms ease;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'houschka-pro', sans-serif;
}

.portal-extra-column {
    justify-content: flex-start;
    align-items: center;
    background-color: #f59c00;
    transition: all 200ms ease;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    color: #251c1c;
    font-weight: 600;
    text-align: center;
    font-family: 'houschka-pro', sans-serif;
}

.portal-extra-column-already-purchased {
    justify-content: flex-start;
    align-items: center;
    background-color: #f59c00;
    transition: all 200ms ease;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    color: #251c1c;
    font-weight: 600;
    text-align: center;
    opacity: 0.5;
}

.pound-sign:before {
    content: "£";
}

.purchase-extra-button {
    white-space: pre-line;
    margin-bottom: 0;
}

/*Back buttons within portal*/
.portal-back {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: right;
    font-size: 16px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    text-align: right;
}


/*Custom styling to Toast Messages*/
.toast-success {
    background-color: #0275bf;
}

/*Nice checkbox effect*/
.extra-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.extra-checkbox label {
    display: inline-block;
}

.extra-checkbox .check {
    cursor: pointer;
    position: relative;
    margin: auto;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}


    .extra-checkbox .check svg {
        position: relative;
        margin-left: 7px;
        margin-top: 5px;
        z-index: 1;
        fill: white;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.5;
        transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
    }

        .extra-checkbox .check svg path {
            stroke-dasharray: 60;
            stroke-dashoffset: 0;
        }

        .extra-checkbox .check svg polyline {
            stroke-dasharray: 22;
            stroke-dashoffset: 66;
        }

    .extra-checkbox .check:hover:before {
        opacity: 1;
    }

    .extra-checkbox .check:hover svg {
        stroke: #4285f4;
    }

.extra-checkbox input[type="checkbox"]:checked + .check svg {
    stroke: #4285f4;
}

    .extra-checkbox input[type="checkbox"]:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    .extra-checkbox input[type="checkbox"]:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }


.pdf-table {
    text-align: center;
}

#staticBackdrop {
    background-color: rgba(0, 60, 99, 0.76);
}

.is-checked {
    background-color: #a1c73a;
    font-size: 2em;
}

.is-info-missing {
    background-color: #f59c00;
    font-size: 2em;
}

.modal-header {
    display: block;
}

.modal-footer {
    background-color: #c9e7fa;
}

.btn-orange, .btn-orange:hover {
    background-color: #f59c00;
    color: #fff;
    font-weight: bold;
}

.btn-blue, .btn-blue:hover {
    background-color: #0275bf;
    color: #fff;
    font-weight: bold;
}

.child-modal-slide {
    display: none;
}

    .child-modal-slide.active {
        display: block;
    }

.btn-child-modal-close {
    background-color: #e83263;
    opacity: 1;
}

.child-modal-shade-rows .row:nth-child(even) {
    background-color: #eff8fe;
}

/* .form_step-number, .go-to-step:hover {
        cursor: pointer;
    }*/

.form-control {
    border-color: #b6d2e6;
    border-radius: 0.25rem;
}

.insurance-selector {
    width: 3.125rem;
    height: auto;
    color: #fff;
    cursor: pointer;
    background-color: #003c63;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    transition: all .2s;
    display: flex;
}

    .insurance-selector.is-checked {
        background-color: #a1c73a;
        font-size: 1em;
    }


.dev-banner {
    background-color: #f59c00;
    color: white;
    top: 0px;
    z-index: 99;
}


.disabled-dropdown {
    opacity: 0.6;
    pointer-events: none;
}
