html *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: transparent;
}

@media (min-width: 1024px) {
    html *::-webkit-scrollbar {
        width: 8px;
        height: 6px;
    }
}

html *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
}

.ce-nav-title {
    top: 4px;
    position: relative;
    font-size: 1.5rem;
}

.bs-stepper {
    overflow: scroll;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: default;
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: transparent;
}

.bs-stepper .step-trigger:focus {
    color: #6c757d;
    outline: 0;
}

.bs-stepper .active .bs-stepper-label {
    color: #007bff;
}

.ce-card-docs p {
    margin-bottom: .3rem;
}

.proxygroup-policy-list-row,
#proxygroup-select-list {
    margin-left: -4px;
    margin-right: -4px;
}

#proxygroup-httpcheck-container {
    display: none;
}

.proxygroup-policy-label,
.proxygroup-select-label {
    cursor: pointer;
}

.proxygroup-policy-input:checked+.proxygroup-policy-label,
.proxygroup-select-input:checked+.proxygroup-select-label {
    color: white;
    background-color: #007bff;
}