 /* ====== FILTER CONTROLS ====== */
 .filter-controls {
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding-bottom: 5vh;
 }

 .filter-control-text {
     font-size: 14px;
 }

 .filter-apply {}

 .filter-clear {
     margin-top: 13px;
 }
 