.vc-time__range[data-vc-time-range="minute"] {
    display: none
}

.vc-time__minute {
    pointer-events: none;
}

[data-vc-theme=light].vc {
    background-color: transparent;
}

.vc .vc-date__btn {
    background: transparent;
}

[data-vc-theme=light] .vc-date__btn {
    color: white;
}

[data-vc-theme=light] .vc-arrow:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zIi8+PC9zdmc+");
    color: white;
}

.vc-month,
.vc-year {
    pointer-events: none;
    cursor: default;
    color: white;
    font-size: 20px;
    font-family: sofia-pro, sans-serif;
    font-weight: inherit;
}

[data-vc-week-day] {
    font-size: 16px;
}

[data-vc-date-btn] {
    font-size: 15px;
}

[data-vc=week] {
    gap: 10px;
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
    --tw-bg-opacity: 1;
    background-color: #9B98DF;
}

/*ChatGPT was here*/

.vc-time-prefix {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.75;
    white-space: nowrap;
}

.vc-time__content {
    display: flex;
    align-items: center;
    gap: 6px;
}

[data-vc-time-input="hour"] input,
[data-vc-time-input="minute"] input {
    -webkit-appearance: none;
    appearance: none;

    width: 2.4em;
    padding: 4px 6px;

    font-size: 0.75rem;
    line-height: 1;
    font-weight: 700;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;

    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    text-align: center;
    outline: none;
}

[data-vc-time-input="hour"] input:focus,
[data-vc-time-input="minute"] input:focus {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.12);
}

[data-vc-time-input=hour]:after {
    margin-top: calc(-50% + -2px);
    right: -10px;
}

.vc-time__ranges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 120px;
}

.vc-time__range[data-vc-time-range="hour"] {
    flex: 1 1 auto;
    margin-top: -5px;
}

.vc-time__range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;

    width: 100%;
    height: 8px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.vc-time__range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 18px;
    height: 18px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(0, 0, 0, 0.25);
}

.vc-time__range input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(0, 0, 0, 0.25);
}
