@media (min-width:992px){.outer-dash{width:70px;height:70px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23f1f5f9' stroke-width='6' stroke-dasharray='13' stroke-dashoffset='86' stroke-linecap='round'/%3e%3c/svg%3e");border-radius:100px}}.inner-dash{width:35px;height:35px;border-radius:100px}.background-image{background-image:url(/background70.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;height:100vh;width:100%}.frosted-glass{background:rgba(30,103,156,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.toast{padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.toast-success{background-color:#d4edda;color:#155724}.toast-error{background-color:#f8d7da;color:#721c24}.toast-info{background-color:#d1ecf1;color:#0c5460}.toast-viewport{position:fixed;top:8rem;left:0;z-index:100;display:flex;flex-direction:column;padding:1rem;max-height:100vh;overflow-y:auto}@keyframes slide-out-to-left{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}.toast-slide-out-to-left{animation:slide-out-to-left .5s forwards}