#toast_container{bottom:0;flex-direction:column-reverse;pointer-events:none;position:fixed;right:0;z-index:50000}#toast_container,#toast_container .toast-box{display:flex;line-height:inherit;overflow:hidden}#toast_container .toast-box{align-self:center;animation:slide-top .4s cubic-bezier(.25,.46,.45,.94) forwards;background-color:#f9fafb;border-color:#e5e7eb;border-radius:.75rem;border-width:2px;box-shadow:0 0 transparent,0 0 transparent,0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;cursor:pointer;margin:.75rem .75rem 1.25rem;max-width:500px;pointer-events:auto}#toast_container .toast-box .title{font-size:14px;font-weight:700}#toast_container .toast-box .subtitle{font-weight:400}#toast_container .toast-box .cta{font-size:16px;font-weight:700}#toast_container .toast-box.success{background-color:rgb(var(--v-theme-positive-darker));border:1px solid rgb(var(--v-theme-intact-white));color:rgb(var(--v-theme-intact-white))}#toast_container .toast-box.error,#toast_container .toast-box.warning{background-color:rgb(var(--v-theme-error-default));border:1px solid rgb(var(--v-theme-intact-white));color:rgb(var(--v-theme-intact-white))}#toast_container .toast-box.info{background-color:rgb(var(--v-theme-grey-50));border:1px solid rgb(var(--v-theme-grey-400));color:rgb(var(--v-theme-base-black))!important}#toast_container .toast-box .toast-txt{align-items:center;cursor:pointer;display:flex;font-family:Figtree;font-size:14px;font-weight:600;justify-content:space-between;line-height:150%;padding:1rem;pointer-events:auto}#toast_container .toast-box .toast-txt .toast-txt-left{align-items:flex-start;display:flex;margin-right:12px}#toast_container .toast-box .toast-txt .toast-txt-left .toast-header{font-family:Figtree;font-size:18px;font-weight:700;line-height:150%}@media only screen and (max-width:959px){#toast_container .toast-box .toast-txt .toast-txt-left .toast-header{font-size:18px}}@media only screen and (max-width:599px){#toast_container .toast-box .toast-txt .toast-txt-left .toast-header{font-size:16px}}#toast_container .toast-box .toast-txt .toast-txt-left .toast-subtext{font-size:16px;font-weight:400}#toast_container .toast-box .toast-txt .toast-txt-right{align-items:center;display:flex;height:100%;justify-content:space-between;margin-left:4px}#toast_container .toast-box .toast-txt img{margin-right:14px}#toast_container .toast-box .toast-txt .close-btn{background-color:transparent;border:none}#toast_container .toast-box .toast-txt .close-btn img{margin:0}#toast_container .toast-cta{font-family:Figtree;font-size:16px;font-weight:700;padding:0 2px}#toast_container .vertical-bar{border-right:2px solid rgb(var(--v-theme-intact-white));height:100%;margin-left:14px;margin-right:14px}#toast_container .animation-toast-in{animation:slide-top .4s cubic-bezier(.25,.46,.45,.94) forwards}#toast_container .animation-toast-out{animation:fade-out .2s ease-out both}@keyframes slide-top{0%{transform:translateY(60px)}to{transform:translateY(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}
