.pgc-align-items-center {
    align-items: center
}

.pgc-bg-black {
    background-color: #000;
}

.pgc-bg-blue {
    background-color: #0091bd;
}

.pgc-bg-light-gray {
    background-color: #e8e8e8;
}

.pgc-bg-white {
    background-color: #fff;
}

.pgc-border {
    border: 1px solid #000;
}

.pgc-border-light-gray {
    border: 1px solid #63656a !important;
}

.pgc-border-radius {
    border-radius: 1rem !important;
}

.pgc-border-radius-1-2 {
    border-radius: 0.5rem;
}

.pgc-color-dark-gray {
    color: #212121 !important;
}

.pgc-color-gray {
    color: #666 !important;
}

.pgc-color-light-gray {
    color: #63656a;
}

.pgc-color-yellow {
    color: #f0a70a;
}

.pgc-color-white {
    color: #fff !important;
}

.pgc-cursor-pointer {
    cursor: pointer;
}

.pgc-inline-block {
    display: inline-block;
}

.pgc-flex {
    display: flex;
}

.pgc-flex-column {
    flex-direction: column;
}

.pgc-flex-grow {
    flex-grow: 1;
}

.pgc-flex-shrink-0 {
    flex-shrink: 0;
}

.pgc-flex-wrap {
    flex-wrap: wrap;
}

.pgc-font-bold {
    font-weight: bold;
}

.pgc-font-size {
    font-size: 1rem;
}

.pgc-font-size-7-8 {
    font-size: 0.875rem;
}

.pgc-gap {
    gap: 1rem;
}

.pgc-gap-1-2 {
    gap: 0.5rem;
}

.pgc-grid {
    display: grid;
}

.pgc-grid-columns-min-20 {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.pgc-height-2 {
    height: 2rem;
}

.pgc-hidden {
    display: none;
}

.pgc-justify-self-end {
    justify-self: end;
}

.pgc-justify-center {
    justify-content: center;
}

.pgc-justify-space-between {
    justify-content: space-between;
}

.pgc-list-style-none {
    list-style: none;
}

.pgc-margin-0 {
    margin: 0;
}

.pgc-margin-bottom {
    margin-bottom: 1rem;
}

.pgc-margin-left {
    margin-left: 1rem;
}

.pgc-margin-left-auto {
    margin-left: auto;
}

.pgc-margin-top {
    margin-top: 1rem;
}

.pgc-margin-top-auto {
    margin-top: auto;
}

.pgc-margin-top-2 {
    margin-top: 2rem;
}

.pgc-margin-top-1-2 {
    margin-top: 0.5rem;
}

.pgc-margin-y-1-2 {
    margin: 0.5rem 0;
}

.pgc-max-width-20 {
    max-width: 20rem;
}

.pgc-min-width-20 {
    min-width: 20rem;
}

.pgc-overflow-auto {
    overflow: auto;
}

.pgc-padding {
    padding: 1rem;
}

.pgc-padding-1-2 {
    padding: 0.5rem;
}

.pgc-padding-1-4 {
    padding: 0.25rem;
}

.pgc-padding-bottom-1-2 {
    padding-bottom: 0.5rem;
}

.pgc-position-relative {
    position: relative;
}

.pgc-text-center {
    text-align: center;
}

.pgc-no-wrap {
    white-space: nowrap;
}

.pgc-width-content {
    width: fit-content;
}

.pgc-width-full {
    width: 100%;
}

.pgc-width-20 {
    width: 20rem;
}

.pgc-category-pill {
    background-color: #f0a70a;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.pgc-category-pill-close {
    color: #666;
    font-weight: bold;
}

.pgc-loading {
    animation: pgc-rotation 2s linear infinite;
    border: 0.25rem dotted #0091bd;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 1rem;
}

@keyframes pgc-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pgc-overlay {
    background-color: rgb(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#PGCCourseFilterResetButton,
#PGCSessionTable .pgc-register-button {
    padding: 9px 1rem;
}

#PGCCourseSearch {
    height: 2rem;
    padding: 0.5rem;
}

#PGCCourseResetButton {
    color: #63656a;
    padding: 8px 12px;
    position: absolute;
    right: 0px;
}

#PGCCourseSearchButton {
    padding: 9px 10px 8px;
}
