.tb-button[data-icon=true]{width:36.5px;height:36.5px;min-width:36.5px;padding:0}.tb-button[data-icon=true][data-circular=true]{border-radius:50%}.tb-button[data-icon=true][data-size=small]{width:30.75px;height:30.75px;min-width:30.75px;font-size:.75rem}.tb-button[data-icon=true][data-size=large]{width:42.25px;height:42.25px;min-width:42.25px;font-size:1.25rem}.tb-button[data-loading=true] .MuiButton-endIcon,.tb-button[data-loading=true] .MuiButton-startIcon,.tb-button[data-loading=true] .tb-button-children{opacity:0}.TBLogo .cls-1,.TBLogo .cls-2{fill:#fff}.auth-container{display:flex;justify-content:center;align-items:center;min-height:80vh;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.auth-container.visible{opacity:1;transform:translateY(0)}.unauthenticated{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;width:100%;margin:auto;color:#2d3a44;background-color:#fff;padding:3em 2em;border-radius:16px;position:relative;overflow:hidden}.unauthenticated:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#3878c7,#38afc7)}.unauthenticated .lock-icon-container{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background-color:#f0f7ff;border-radius:50%;margin-bottom:1.5em;border:4px solid rgba(0,0,0,.05);animation:pulse 2s infinite}.unauthenticated .lock-icon-container .lock-icon{font-size:2.5em;color:#3878c7}.unauthenticated .instructions{font-size:2.5em;font-weight:700;margin-bottom:.5em;text-align:center}.unauthenticated .instructions2{font-size:1.5em;font-weight:400;margin-bottom:2em;text-align:center}.unauthenticated .red-text{color:#cd333b;font-weight:700;position:relative}.unauthenticated .red-text:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#cd333b}.unauthenticated .signin-button-container{width:100%;display:flex;justify-content:center}.unauthenticated .signin-button-container button{padding:12px 24px;font-size:1.1em;font-weight:600;box-shadow:0 4px 12px rgba(0,120,0,.2);transition:transform .2s ease,box-shadow .2s ease;border-radius:8px}.unauthenticated .signin-button-container button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,120,0,.25)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2em}.loading-container .unlock-icon{font-size:3em;color:#2d9f79;margin-bottom:1em;animation:bounce 1s infinite alternate}.loading-container .loading-bar{width:300px;height:10px;background-color:#eaeaea;border-radius:5px;margin-top:2em;overflow:hidden}.loading-container .loading-bar .loading-progress{height:100%;width:30%;background:linear-gradient(90deg,#3878c7,#2d9f79);border-radius:5px;animation:loading 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 rgba(0,120,212,.4)}70%{box-shadow:0 0 0 10px rgba(0,120,212,0)}to{box-shadow:0 0 rgba(0,120,212,0)}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes loading{0%{width:0%;transform:translate(-100%)}50%{width:30%}to{width:100%}}
