#tracker-section{display:flex}#tracker-section>div{width:50%}#tracker-wrapper{background:#fff;border-radius:10px;-webkit-box-shadow:5px 5px 15px 5px rgba(0,0,0,.2);box-shadow:5px 5px 15px 5px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;padding:15px}#tracker-title{color:#0d64a3;font-size:24px;font-weight:700;margin-bottom:25px}#bar-container{align-items:end;display:flex;flex-direction:column}#bar{margin-bottom:15px;position:relative}#bar,#map{width:100%}#map{background-color:#e8e8e8;border-radius:25px;display:flex;height:25px}#loc,#locNon{height:25px;max-width:100%;position:relative;width:10px}#loc{background-color:#003462;border-radius:15px 0 0 15px}#locNon{background-color:#ebc241;border-radius:0 15px 15px 0}#tracker-nums{display:flex;justify-content:space-between;width:100%}#numItems{font-weight:700}#tracker-nums>div>span{align-items:center;display:flex}.dot{border-radius:50%;display:inline-block;height:25px;margin-right:10px;width:25px}.dot.yes{background-color:#003462}.dot.no{background-color:#ebc241}