.hide-date-portion {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                overflow: hidden;
            }
            #arrivalDate {
                border: 0;
                cursor: pointer;
                font-size: 0px;
                height: 100%;
                background: transparent;
                color: #fff;
                text-align: right;
                outline: none;
                margin-left: calc(50% - 108px);
                width: calc(50% + 108px);
                outline: none;
            }
            #arrivalDateText {
                outline: none;
                cursor: pointer;
                text-align: center;
                font-size: 50px;
                border: 0;
                border-bottom: 1px solid #ddd;
                font-family: "Open Sans";
                font-weight: 300;
                color: #253e5c;
                box-shadow: initial;
            }
            @media (max-width: 480px) {
                #arrivalDate {
                    margin-left: 0px;
                    width: 100%;
                }
            }
            @media (max-width: 400px) {                
                input#arrivalDateText {
                    font-size: 1.8em;
                }
            }
            @media (max-width: 1366px) {             
                input#arrivalDateText {
                    font-size: 3em;
                }
            }

            @media (max-width: 780px) {
                input#arrivalDateText {
                    font-size: 2em;
                }
            }
  

    .hup-date-select-container {
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

    .hup-date-select {
        outline: none;
    }

    input[type="date"] {
    }

        input[type="date"]::-webkit-calendar-picker-indicator {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: auto;
            height: auto;
            color: transparent;
            background: transparent;
        }

    .hup-input {
        font-family: "Open Sans";
        font-weight: 300;
    }

    div.dates ul, div.dates-recent ul {
        display: flex;
        zoom: 0.3;
        justify-content: center;
    }

    div.future div.dates div.date ul li {
        color: transparent;
    }

        div.future div.dates div.date ul li p {
            color: transparent;
        }

    div.dates-recent ul li {
        color: transparent;
    }

    div.dates-recent div.date ul li p {
        color: transparent;
    }

    div.dates ul li, div.dates-recent ul li {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 1px #ddd solid;
        cursor: pointer;
        overflow: hidden;
        margin: 8px;
    }

        div.dates ul li h4 {
            font-size: 16px;
        }

        div.dates ul li.taken h4 {
            font-size: 16px;
            color: #fff;
        }

    div.dates-recent {
        text-align: center;
    }

        div.dates-recent div.date {
            width: 20%;
            margin: 2%;
        }

            div.dates-recent div.date.void {
                display: none;
            }

            div.dates-recent div.date h3 {
                display: block;
                color: #ccc;
                text-transform: uppercase;
                font-size: 26px;
            }

                div.dates-recent div.date h3.date-name {
                    font-size: 16px;
                }

                div.dates-recent div.date h3:last-child {
                    font-size: 16px;
                }

            div.dates-recent div.date h2 {
                font-size: 72px;
                margin-bottom: -40px;
                margin-top: -20px;
            }

            div.dates-recent div.date p {
                text-transform: uppercase;
                font-size: 14px;
                text-decoration: none;
                color: #ccc;
            }

    div.date-info ul {
        display: flex;
        zoom: 1;
        justify-content: center;
    }

        div.date-info ul li {
            width: 100px;
            height: 100px;
            border-radius: 8px;
            border: 1px #ddd solid;
            cursor: pointer;
            overflow: hidden;
            margin: 2px;
        }

    div.date-info h2 {
        display: none;
    }

    div.date-info ul li h4 {
        font-size: 16px;
    }

    div.date-info ul li.taken {
        background-color: red;
    }

        div.date-info ul li.taken h4 {
            font-size: 16px;
            color: #fff;
        }

    div.date-info ul li.selected {
        background-color: #555;
        color: #fff;
        border: 5px solid rgba(30, 30, 30, 0.35);
    }

    div.time-info {
        padding-top: 24px;
    }

    div.existing-info {
        text-align: center;
    }

        div.existing-info table {
            border-collapse: collapse;
            border-spacing: 0px;
            width: 100%;
            max-width: 550px;
            margin: 0 auto;
        }

            div.existing-info table tr td:first-child {
                width: 200px;
            }

            div.existing-info table tr td {
                text-align: left;
                border: solid 1px #ddd;
            }

    div.unavailable {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }

        div.unavailable span.red-block {
            background-color: red;
            width: 20px;
            height: 20px;
            display: inline-block;
            border: white 1px solid;
            border-radius: 2px;
            margin-top: -3px;
            margin-right: 8px;
        }

    div.selected-date {
        text-align: center;
    }

    div.person-info {
        text-align: left;
        margin-top: 32px;
    }

    div.add-cancel {
        text-decoration: underline;
        color: #333;
        display: inline-block;
        border-radius: 8px;
        padding: 8px;
        cursor: pointer;
        margin-top: 8px;
        margin-left: 0px;
    }

    div.add-submit {
        background-color: #48916f;
        color: #fff;
        display: inline-block;
        padding: 8px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 28px;
        float: right;
        margin-top: 32px;
        margin-right: 32px;
    }

    div.recent p {
        text-decoration: underline;
        color: #48916f;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 20px;
    }

    div.date {
        width: 17%;
        display: inline-block;
        cursor: pointer;
        border: solid 1px #ddd;
        border-radius: 2px;
        padding: 1%;
        color: #333;
        border-left: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        margin: 1px;
        position: relative;
        overflow: hidden;
        min-height: 124px;
    }

        div.date img.date-block {
            position: absolute;
            top: -2px;
            left: 0px;
            width: 100%;
            display: none;
        }

            div.date img.date-block:first-of-type {
                display: block;
                top: auto;
                bottom: 0px;
                left: 30px;
                width: 60%;
            }

        div.date:has(img.date-block) {
        }

            div.date:has(img.date-block) ul.times {
            }

    div.dates-recent div.date:has(img.date-block) ul.times {
        display: flex;
    }

    div.date:hover {
        border: solid 1px #253e5c;
    }

        div.date:hover h2 {
            color: #253e5c;
        }

        div.date:hover h3 {
            color: #253e5c;
        }

    div.date.header:hover {
        border: solid 1px #ddd;
    }

    div.date.past {
        background-color: #333;
    }

        div.date.past img.date-block {
            opacity: 0.15;
            width: 100%;
            top: 0px;
            left: 0px;
            bottom: auto;
        }

    div.date.today {
    }

    div.date.notice {
    }

    div.date.header {
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        box-shadow: none;
        min-height: auto;
    }

    div.date.void {
        border: 0;
        pointer-events: none;
        box-shadow: none;
    }

    div#notify h3 {
        margin: 0px;
    }

    div#notify {
        border: solid 1px #48916f;
        border-radius: 8px;
        text-align: center;
    }

        div#notify img {
            width: 200px;
            margin-bottom: -32px;
            margin-top: -32px;
        }

    div.date h2 {
        font-size: 32px;
        font-weight: 300;
        padding: 0px;
        margin: 0px;
        color: #ccc;
    }

    div.date h3 {
        font-size: 16px;
        display: none;
    }

    div.dates-recent div.date.highlight {
        width: 100%;
        margin: 0;
        border: 0;
        background-color: rgba(30, 30, 30, 0.5);
		border-radius: 0;
    }

    @media (max-width: 780px) {
        div.dates-recent div.date.highlight {
            margin-left: 0px;
            width: 100%;
        }
    }

    div.date h2 {
        display: none;
    }

    div.date h4 {
        font-size: 24px;
    }

    div.date.highlight ul.times {
        zoom: 1;
        flex-direction: column;
    }

        div.date.highlight ul.times li {
            width: auto;
            background-color: #253e5c;
            height: 60px;
            border-radius: 20px;
            border-color: #253e5c77;
        }

            div.date.highlight ul.times li:hover {
                background-color: rgb(156 204 230) !important;
            }

    div.dates-recent div.date.highlight h3 {
        display: none;
    }

    div.date.highlight h4 {
        color: #fff;
        border-top: 0;
        margin: 0;
        padding: 3px;
    }

    div.date.highlight ul.times {
        max-width: 350px;
        margin: 0 auto;
    }

    div.dates-recent div.date p {
        font-size: initial;
        color: #fff;
        text-transform: initial;
        display: none;
    }

    div.dates-recent div.date.highlight p {
        display: block;
    }

    div.date-error {
        background: rgba(30, 30, 30, 0.5);
        padding: 16px;
        text-align: center;
    }

    div.date {
        background: rgba(30, 30, 30, 0.5);
    }

    p#pay-description {
        display: block;
    }

        p#pay-description span.date {
            display: block;
            font-size: 20px;
            text-transform: uppercase;
        }

            p#pay-description span.date.time {
                font-size: 16px;
            }

    html, body {
        background: transparent;
    }

    div.date {
        background: #253e5c;
        border-radius: 12px;
        border: solid 2px #253e5c77;
        min-width: 200px;
    }