/* :root {
    --rsd-primary-color: #0077FF;
    --rsd-text-color: #1D1D1F;
    --rsd-background-color: #f7f7f7;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker th {
    border: 0;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker {
    background: var(--rsd-background-color);
    border-color: transparent;
    padding: 16px;
    width: max-content;
    border-radius: 6px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker table.ui-datepicker-calendar {
    margin-bottom: 0;
    margin-top: 10px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-title select {
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 0 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-position: 98% 98%;
    background-repeat: no-repeat;
    background: #ffffff;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    text-align-last: center;
    outline: 0;
    color: #000000;
    font-size: 15px;
}


.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-title select:focus {
    border-color: var(--rsd-primary-color);
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-prev,
.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 1px 0 1px rgba(0, 14, 51, 0.05);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: 0;
    height: 36px;
    width: 36px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker .ui-datepicker-prev:hover,
.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker .ui-datepicker-next:hover {
    box-shadow: 0;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker .ui-datepicker-header {
    background: #f5f5f5;
    border: 0;
    position: relative;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker th {
    padding: 13px;
    font-size: 15px;
    font-weight: 400;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-state-default,
.gform-theme-datepicker.ui-widget-content .ui-state-default {
    padding: 11px 15px;
    text-align: center;
    border-radius: 6px;
    background: #ffffff;
    border: 0;
    box-shadow: 0 1px 0 1px rgba(0, 14, 51, 0.05);
    color: var(--rsd-text-color);
    font-size: 15px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-state-default.ui-state-active {
    background: var(--rsd-primary-color);
    color: #ffffff;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-state-default:hover {
    background: var(--rsd-primary-color);
    color: #ffffff;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
    height: auto;
    width: auto;
    padding: 2.5px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker a.ui-datepicker-prev:before {
    height: 12px;
    width: 12px;
    content: '';
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    border-radius: 1px 0 1px 2px;
    margin-left: 5px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker th span {
    height: auto;
    width: auto;
    color: var(--rsd-text-color);
    font-size: 14px;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    background: #e7e7e7;
    opacity: .4;
    cursor: not-allowed;
    color: rgb(0 0 0 / 58%);
    border-radius: 6px;
    border: none;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-other-month.ui-state-disabled span {
    background: transparent;
    box-shadow: none;
    color: rgba(0, 23, 84, 0.15);
}

.gform-theme-datepicker.ui-datepicker-title {
    width: 65%;
    display: flex;
    justify-content: center;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    opacity: .5;
}

.gform-theme-datepicker.gravity-theme.ui-datepicker a.ui-datepicker-next:before {
    width: 12px;
    content: '';
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    border-radius: 1px 2px 1px 0;
    margin-right: 5px;
    height: 12px;
} */