#toasts{position:fixed;bottom:0;left:0;right:0;z-index:1000;transition:none}.toast{background:#333;color:#fff;position:relative}.toast a{color:#fff}.toast .actions{display:none;float:right;text-transform:uppercase}.toast .actions a{display:block;font-weight:700;height:48px;line-height:48px;text-align:center;width:48px}.toast .head{float:left;margin:7px}.toast .head img{display:block;height:30px;width:30px}.toast .body{line-height:16px;min-height:16px;overflow:hidden;padding:16px 10px;word-break:break-word}@media only screen and (min-width:960px){.toast .actions{display:block}.toast .actions+.body{padding-right:0 !important}.toast .head+.actions+.body,.toast .head+.body{padding-left:7px !important}}#toasts.floating .toast{margin:5px;border-radius:5px}.toast.error{background:#d33;color:#fff}.toast.warning{background:#eb5}.toast.success{background:#7a2}.toast.love_received .body{background:#d44;font-weight:700}.toast.love_received .details{font-weight:400;color:#f88}.toast.love_received .head{background:#b44;height:60px;line-height:60px;margin:0;text-align:center;width:60px}.toast.love_received .close{background:#d44;height:60px;line-height:60px}.toast.love_received .icon_notify_love{animation:beat 3s infinite ease-in-out}@keyframes beat{from{transform:scale(1)}10%{transform:scale(1.2)}20%{transform:scale(.9)}30%{transform:scale(1.1)}40%{transform:scale(.95)}50%{transform:scale(1)}to{transform:scale(1)}}.toast.love_earned{font-weight:700;font-size:11px;text-align:center;text-transform:uppercase}.toast.love_earned .streak{color:#d44;font-size:14px}.toast.love_earned .calendar{margin:4px auto 0 auto;overflow:hidden;width:160px}.toast.love_earned .day{background:#666;float:left;height:8px;margin:0 4px;width:8px;border-radius:4px}.toast.love_earned .day.active{background:#d44}.progressBorder{border:1px solid #ac2;height:10px;padding:1px;margin:10px auto}.progressFill{background:#ac2;height:10px;width:0;transition:width .5s ease-out}.has_tabs #toasts,.has_footer #toasts{bottom:47px}.has_tabs.has_fixed_bottom_ad #toasts,.has_footer.has_fixed_bottom_ad #toasts{bottom:calc(20vw - -47px)}