/* Status filter styles */
.status-checkbox {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-left: 5px;
    accent-color: #183363;
}
.status-filter-label {
    padding-top: 4px;
}
.status-filter-item-width {
    min-width: 33%;
}
/* Create dot style for the status key */
.dot {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 2px;
}
/* Set inset padding */
.p-status-filter {
    padding-left: 0px !important;
    padding-right: 0.25rem;
}
@media screen and (max-width: 767px) {
    .p-status-filter {
        padding-right: 0px !important;
    }
}
.no-right-padding {
    padding-right: 0px !important;
}
.p-tiered-filter-l {
    padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
    .p-tiered-filter-l {
        padding-left: 0 !important;
    }
}
.p-tiered-filter {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
    .p-tiered-filter {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.tiered-filter-height {
    height: calc(50% - 0.5rem);
}