.career-toggle{position:relative;width:265px;height:54px;border-radius:999px;background:#eef2ff;border:2px solid #004bbd;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 6px;overflow:hidden;transition:all .3s ease}.career-toggle-pill{position:absolute;top:4px;left:4px;width:124px;height:44px;border-radius:999px;background:#004BBD;transition:all .4s cubic-bezier(.68,-.55,.27,1.55);z-index:0}.career-toggle.active .career-toggle-pill{left:132px;background:#004BBD}.label{flex:1;text-align:center;font-weight:600;font-size:15px;z-index:1;transition:color .3s ease;user-select:none;color:#6b7280}.active-text,.career-toggle.active .right.active-text{color:white}.career-toggle:active .career-toggle-pill{width:140px}