.nc-date {
    display: flex;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .nc-date .nc-date-selected {
        width: 260px;
        box-sizing: border-box;
        background: linear-gradient(to bottom right, #003F88, #6286EF);
        color: #ffffff;
        display: block;
    }

        .nc-date .nc-date-selected::before {
            content: "";
            float: left;
            padding-top: 100%;
        }

        .nc-date .nc-date-selected span {
            display: block;
            float: left;
            box-sizing: border-box;
            padding: 20px;
            line-height: 100%;
        }

            .nc-date .nc-date-selected span.month,
            .nc-date .nc-date-selected span.year {
                width: 50%;
                height: 20%;
                font-weight: 600;
            }

            .nc-date .nc-date-selected span.month {
                text-align: left;
            }

            .nc-date .nc-date-selected span.year {
                text-align: right;
            }

            .nc-date .nc-date-selected span.day {
                width: 100%;
                height: 80%;
                text-align: center;
                font-size: 150px;
            }

    .nc-date .nc-date-picker {
        display: block;
        flex-grow: 2;
        padding: 0 60px;
        width: 50%;
    }

        .nc-date .nc-date-picker .nc-date-notification {
            position: relative;
            color: #003F88;
            padding-left: 50px;
            margin: 10px 0;
        }

            .nc-date .nc-date-picker .nc-date-notification::before {
                content: '\62';
                font-family: "pxcc" !important;
                font-style: normal !important;
                font-weight: normal !important;
                font-variant: normal !important;
                text-transform: none !important;
                font-size: 28px;
                position: absolute;
                left: 0;
                top: 0;
            }

            .nc-date .nc-date-picker .nc-date-notification p {
                display: inline-block;
                margin: 0 0 20px;
            }

        .nc-date .nc-date-picker .nc-form .nc-form-element {
            width: 100%;
            margin: 8px 0;
        }

.ui-datepicker {
    margin: 10px;
    font-size: 14px;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        text-align: center;
        margin: 6px 0;
        box-sizing: border-box;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            font-weight: bold;
            color: #003F88;
        }

        .ui-datepicker .ui-datepicker-header a {
            color: #003F88;
            cursor: pointer;
            transition: 0.3s;
        }

            .ui-datepicker .ui-datepicker-header a:hover {
                opacity: 0.8;
            }

            .ui-datepicker .ui-datepicker-header a.ui-state-disabled {
                color: #B2B2B2;
                cursor: default;
            }

                .ui-datepicker .ui-datepicker-header a.ui-state-disabled:hover {
                    opacity: unset;
                }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            position: absolute;
            font-size: 0;
            top: 0;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
                font-size: 20px;
                font-family: "pxcc" !important;
                font-style: normal !important;
                font-weight: normal !important;
                font-variant: normal !important;
                text-transform: none !important;
                display: inline;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: 0;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
                content: '\69'
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 0;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
                content: '\6a'
            }

    .ui-datepicker .ui-datepicker-calendar {
        width: 100%;
    }

        .ui-datepicker .ui-datepicker-calendar thead tr th {
            text-align: right;
        }

            .ui-datepicker .ui-datepicker-calendar thead tr th span {
                text-decoration: none;
                display: block;
                width: 24px;
                height: 24px;
                float: right;
                line-height: 24px;
                text-align: center;
                overflow: hidden;
                color: #707070;
            }

            .ui-datepicker .ui-datepicker-calendar thead tr th.ui-datepicker-week-col {
                color: #003F88;
                width: 20px;
                font-weight: normal;
            }

        .ui-datepicker .ui-datepicker-calendar tbody tr td {
            text-align: right;
        }

            .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
                text-decoration: none;
                display: block;
                width: 24px;
                height: 24px;
                float: right;
                line-height: 24px;
                text-align: center;
                overflow: hidden;
                color: #707070;
                transition: 0.3s;
            }

                .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-hover {
                    color: #003F88;
                    font-weight: bold;
                }

            .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
                color: #ffffff;
                background: linear-gradient(to bottom right, #6286EF, #003F88);
                font-weight: bold;
                border-radius: 50%;
            }

                .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active.ui-state-hover {
                    color: #ffffff;
                }

            .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-col {
                color: #003F88;
                width: 20px;
            }

            .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable .ui-state-default {
                color: #334856;
                font-weight: bold;
            }

            .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable.ui-datepicker-week-end .ui-state-default {
                color: #707070;
            }

@media (max-width: 800px) {
    .nc-date {
        flex-wrap: wrap;
    }

        .nc-date .nc-date-selected {
            width: 100%;
            height: unset;
        }

            .nc-date .nc-date-selected:before {
                padding: unset;
            }

            .nc-date .nc-date-selected span.day {
                padding-top: 0;
            }

        .nc-date .nc-date-picker {
            padding: 0 10px;
        }
}

@supports ( -webkit-text-stroke:thin ) {
    .nc-date .nc-date-picker .nc-date-notification::before {
        background-image: linear-gradient(to bottom right, #003F88, #6286EF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
