﻿.pd-h1 {
    font-size: 2.6669rem;
    line-height: 1;
    font-weight: bold;
}

.pd-h2 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
}

.pd-h3 {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: bold;
}

.pd-toggle-button {
    width: 34px;
    height: 16px;
    min-width: 34px;
    border-radius: 8px;
    transition: all 0.1s ease-in-out;
}

.pd-toggle-slider {
    height: 100%;
    border: 2px solid;
    aspect-ratio: 1;
    transition: all 0.1s ease-in-out;
}

.pd-toggle-text {
    font-size: 14px;
    line-height: 16px;
}

.pd-checkbox {
    width: auto;
    height: 16px;
}

    .pd-checkbox > label {
        width: 16px;
        height: 100%;
        border-radius: 4px;
    }

.pd-checkbox-text {
    font-size: 14px;
    line-height: 16px;
}

.pd-scrollable::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

    .pd-scrollable::-webkit-scrollbar-track::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
        background: red;
    
    }

.pd-scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
