.progress-bar{background-color:var(--yellow)}.progress-bar-wrapper{background-color:#303030}.bid-item-button:active{scale:125%}.heart-icon{fill:none}.heart-icon.filled{fill:var(--yellow);stroke:var(--yellow)}.slide-but *{box-sizing:border-box}.slide-but{border:2px solid var(--yellow);border-radius:50px;min-width:200px;padding:11px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:default;user-select:none}.slide-but *{pointer-events:none;user-select:none}.slide-but .slide-overlay{position:absolute;left:0;top:0;z-index:1;height:100%;width:2rem;background:var(--yellow-transparent);transition:width .2s ease-out;will-change:width;overflow:hidden;pointer-events:none;display:flex;align-items:center;justify-content:center;border-radius:25px}.slide-but .slide-overlay .slide-overlay-wrapper{position:relative;height:100%;width:100%}.slide-but .slide-overlay .slide-caret-wrapper{position:absolute;max-width:45px;min-width:0;right:0;top:50%;height:100%;transform:translateY(-50%);background:var(--yellow);z-index:2;display:flex;align-items:center;padding:10px;justify-content:center;border-radius:50%}.slide-but .slide-overlay .slide-overlay-txt{position:absolute;width:100%;left:0;top:0;height:100%;color:var(--foreground);display:flex;justify-content:center;align-items:center;white-space:nowrap}