.piq-check-list-filter-popup {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 0.5rem;
    font-family: 'Eurostile LT Std Roman';
    position: fixed;
    color: black;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 100;
}

.btn-piq-check-list-filter {
    background-color: white; 
    color: black;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 2px 20px 0px;
    border: 0;
    font-family: 'Eurostile LT Std Oblique';
    box-shadow: 0px 3px 6px #424242;
    height: 35px;
}

.piq-check-list-filter-label {
    font-size: 16px;
}

.piq-check-list-filter-close {
    font-size: 16px;
    margin-top: -15px;
    margin-right: -15px;
}

.piq-check-list-filter-title {
    font-size: 24px;
    font-family: 'Eurostile LT Std Bold';
}