@import url(https://fonts.googleapis.com/css?family=Montserrat|Halant);body{background:#deeeb7;background:-webkit-linear-gradient(top,#deeeb7,#f4f9e7);background:linear-gradient(180deg,#deeeb7 0,#f4f9e7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#deeeb7",endColorstr="#f4f9e7",GradientType=0);font-family:Montserrat,sans-serif;font-size:16px;color:#25271e;margin:0;padding:0}h1,h2,h3,h4,h5,p{margin:0 0 10px}a,a:hover{text-decoration:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.app-container{margin:0;padding:0;width:100%;min-width:350px;height:100vh}.header-debug{display:none;position:fixed;width:calc(100% - 120px);height:500px;top:150px;left:50px;background:hsla(0,0%,100%,.9);border:1px solid #000;font-size:.75em;z-index:500;padding:10px}.header-container{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;width:100%;height:50px;background:rgba(0,0,0,.85);z-index:999;padding-right:45px}@media (min-width:640px){.header-container{height:75px;padding-right:60px}}.header-padding{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;width:calc(100% - 45px);height:50px}@media (min-width:640px){.header-padding{height:75px;width:calc(100% - 60px)}}.logo{display:block;height:auto;width:25%;min-height:30px;min-width:120px;max-height:60px;max-width:240px;margin:0 10px}.logo.logged-in{margin:0 auto}.logo img{height:auto;width:100%}.menu-login,.menu-signup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;width:75px;margin:0 5px 0 0;border-radius:15px;font-size:.8em;font-weight:700}@media (min-width:640px){.menu-login,.menu-signup{height:40px;width:100px;margin:0 10px 0 0;border-radius:20px;font-size:1.1em}}.menu-signup{margin-left:auto;background:#6d0839;color:#d0e799}.menu-login{background:#d0e799;color:#6d0839;margin-right:auto}.menu-close,.menu-toggle{display:inline-block;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:50%;width:25px;height:25px;cursor:pointer}@media (min-width:640px){.menu-close,.menu-toggle{width:40px;height:40px}}.menu-toggle{margin-left:10px}nav.menu{position:absolute;top:0;left:-100vw;background:#d0e799;width:100vw;max-width:480px;height:100vh;text-align:left;-webkit-transition:left .75s ease;transition:left .75s ease}nav.menu.active{left:0}.menu-close{position:absolute;top:5px;right:5px}.menu-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;list-style-type:none;padding:0;margin:0;height:100vh}.menu-items li{padding:15px 30px;border-bottom:2px solid #25271e;width:calc(100% - 60px)}.menu-items li a{color:#6d0839;font-size:1.35em}.menu-items li:first-child{border-top:2px solid #25271e;margin-top:60px}.menu-items li.menu-signout{margin-top:auto;margin-bottom:15px;border-bottom:none}.recipes-modal{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;background:rgba(0,0,0,.85);top:0;width:100vw;height:100vh;visibility:hidden;opacity:0;z-index:1500;-webkit-transition:visibility 0s,opacity .25s linear;transition:visibility 0s,opacity .25s linear}.recipes-modal.active{visibility:visible;opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s}.recipe-page{position:relative;height:100vh;width:100%;overflow:hidden}.recipe-toggles{display:none}@media (min-width:640px){.recipe-toggles{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:20px;left:25px;background:hsla(0,0%,100%,.85);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.7em;padding:10px;width:275px;z-index:999}}.recipe-toggles div{cursor:pointer;font-size:.75em}.recipe-toggles div:hover{color:red}.recipe-close{z-index:1000;top:18px;right:18px;width:40px;height:40px;background-size:cover;text-indent:-9999px;cursor:pointer}.recipe-close,.recipe-cover{position:absolute;background-position:50%;background-repeat:no-repeat}.recipe-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:contain;height:70vh;width:100%;top:15vh;left:0;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:left .75s ease,-webkit-transform .5s ease;transition:left .75s ease,-webkit-transform .5s ease;transition:left .75s ease,transform .5s ease;transition:left .75s ease,transform .5s ease,-webkit-transform .5s ease}.recipe-cover.active{left:0}.recipe-cover.ready{-webkit-transform:scale(.5);transform:scale(.5)}.recipe-cover.editing{left:325px}.recipe-cover.inactive{left:-100vw}.recipe-cover p{font-size:3em;font-weight:700;color:#fff;margin:0;text-shadow:1px 1px 1px #333}.recipe-excerpt,.recipe-file,.recipe-info{position:absolute;background:hsla(0,0%,100%,.9);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100vw;height:100vh;z-index:1001;cursor:pointer}.recipe-info{top:-100vh;padding:25px;width:calc(100vw - 50px);height:calc(100vh - 50px);-webkit-transition:top .5s ease;transition:top .5s ease}@media (min-width:640px){.recipe-info{padding:100px;width:calc(100vw - 200px);height:calc(100vh - 200px)}}.recipe-excerpt{top:0;left:0;padding:25px;width:calc(100vw - 50px);height:calc(100vh - 50px);visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .25s linear;transition:visibility 0s,opacity .25s linear}@media (min-width:640px){.recipe-excerpt{padding:100px;width:calc(100vw - 200px);height:calc(100vh - 200px)}}.excerpt-container{top:0;left:0;padding-right:25px}.recipe-file{background:#d0e799;top:0;left:-100vw;-webkit-transition:left .5s ease;transition:left .5s ease}.recipe-info.active{top:0}.recipe-excerpt.active{visibility:visible;opacity:1}.recipe-file.active{left:0}.recipe-info h2,.recipe-info h3{text-align:left;width:100%;max-width:300px}.recipe-info h3 span{color:#6d0839}.recipe-details{text-align:left;width:100%;max-width:300px;margin-bottom:25px}.recipe-details span{color:#6d0839}.recipe-buttons,.recipe-purchase{text-align:center;width:100%;max-width:300px;margin-bottom:25px}.recipe-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:20px;height:40px;width:300px;margin:0 auto 10px;font-size:16px;font-weight:700;text-decoration:none;text-transform:uppercase;border:none;cursor:pointer}.recipe-button,.recipe-button.rose{background:#6d0839;color:#fff}.recipe-button.gold{color:#6d0839;background:#d8c358}.recipe-button.white{color:#aaa;font-size:.85em;background:#fff;border-radius:15px;height:30px;margin-top:25px}.recipe-price{font-weight:700;margin-bottom:10px}.recipe-excerpt h2,.recipe-excerpt h3{text-align:left;width:100%}.recipe-excerpt h3 span{color:#6d0839}.excerpt-container{height:60vh;overflow-y:scroll}.excerpt-arrow-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;width:100%}.excerpt-arrow-left,.excerpt-arrow-right{width:40px;height:40px;background-size:cover;background-position:50%;background-repeat:no-repeat;text-indent:-9999px;cursor:pointer}.excerpt-arrow-right{margin-left:auto}.file-image img{height:25vh;width:auto;margin-bottom:10px}.file-this-recipe{text-align:center}.library-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:15px;height:30px;width:200px;margin-bottom:10px;background:#eee}.library-file.active{background:green;color:#fff}.file-recommend label{display:none}label{display:block;margin-bottom:10px;font-weight:700}label.hidden{display:block;opacity:0;height:0;overflow:hidden}input[type=text]{height:30px;width:300px;color:#6d0839;border:1px solid #6d0839;border-radius:15px;text-align:center;margin-bottom:10px}input[type=submit]{height:40px;width:300px;border:0;background:#6d0839;color:#fff;font-size:16px;font-weight:700;border-radius:20px;padding-left:15px;margin-bottom:10px}.collection-page{position:relative;height:100vh}.collection-page h1{display:-webkit-box;display:-ms-flexbox;display:flex;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:0;height:50px}.recipe-list{overflow-y:scroll;height:100vh}.recipe-panel{position:relative;vertical-align:top;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:25%;margin:0;height:38vw}.recipe-panel,.recipe-panel a,.recipe-panel a:hover{background-size:cover;background-position:50%;background-repeat:no-repeat}.recipe-panel a,.recipe-panel a:hover{position:absolute;display:block;top:0;bottom:0;left:0;right:0;text-indent:-9999px}.recipe-panel-info{display:none}.grid{padding-top:50px;height:calc(100vh - 50px)}@media (min-width:640px){.grid{padding-top:75px;height:calc(100vh - 75px)}}.list{padding-top:50px;height:calc(100vh - 50px)}@media (min-width:640px){.list{padding-top:75px;height:calc(100vh - 75px)}}.list h4{max-width:200px}@media (min-width:640px){.list h4{max-width:none}}.list .recipe-panel{position:relative;vertical-align:top;display:block;text-align:center;width:calc(100% - 20px);padding:10px;height:auto;font-size:.85em}@media (min-width:640px){.list .recipe-panel{font-size:1em}}.list .recipe-panel.list a:hover,.list .recipe-panel a{position:relative;display:inline-block;vertical-align:top;background-size:cover;background-position:50%;background-repeat:no-repeat;height:15vh;width:10vh;margin:0 15px}.list .recipe-panel-info{display:inline-block;vertical-align:top;text-align:left}.filter-panel{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;width:100%;height:50px;background:rgba(0,0,0,.75);color:#fff}.layout-button{background-size:cover;background-position:50%;background-repeat:no-repeat;text-indent:-9999px;cursor:pointer;margin:10px;width:25px;height:25px}.layout-button:nth-child(3){margin-right:20px}.filter-panel a,.filter-panel a:hover{color:#fff;text-decoration:none}div.filter-toggle{position:fixed;background-size:cover;background-position:50%;background-repeat:no-repeat;text-indent:-9999px;cursor:pointer;background-color:rgba(0,0,0,.75);border-radius:22.5px;top:60px;right:10px;width:45px;height:45px}@media (min-width:640px){div.filter-toggle{top:85px;right:25px;border-radius:30px;width:60px;height:60px}}.filter-modal{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;background:#d0e799;padding-top:50px;top:50px;width:100%;height:calc(100vh - 100px);visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .25s linear;transition:visibility 0s,opacity .25s linear;z-index:750}@media (min-width:640px){.filter-modal{top:75px;height:calc(100vh - 125px)}}.filter-modal.active{visibility:visible;opacity:1}.close-filter{background-size:cover;background-position:50%;background-repeat:no-repeat;text-indent:-9999px;cursor:pointer;position:absolute;top:25px;right:25px;width:30px;height:30px}.filter-modal h2{color:#6d0839}.filter-container{width:90vw}@media (min-width:640px){.filter-container{width:60vw}}.filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row-wrap;flex-flow:row-wrap;background:#fff;border:1px solid #6d0839;border-radius:15px;padding:10px 10px 10px 20px;width:calc(100% - 30px)}.filter-options span{margin:0 10px 0 5px}.filter-modal ul{margin:0;padding:0;list-style-type:none;width:100%}.filter-modal li,.filter-modal ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-modal li{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#eee;margin-right:3%;text-align:center;cursor:pointer;background-color:#d8c358;color:#25271e;border-radius:15px;height:30px;font-size:.85em}.filter-modal li:last-child{margin-right:0}.filter-modal li:hover{background-color:#25271e;color:#d8c358}.collections-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:100px 15px 15px;text-align:center;height:calc(100vh - 100px);overflow-y:scroll}.edit-table{text-transform:uppercase;width:90vw;max-width:1000px;margin-bottom:25px}.edit-table td,.edit-table th{padding:10px;margin:0;border:none;text-align:left;border-bottom:1px solid #25271e}.edit-table tr{cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}.edit-table tbody tr:hover{background:#d8c358}.edit-table td{vertical-align:top;text-align:left}.edit-table td a:hover,.edit-table td a:link,.edit-table td a:visited{color:#6d0839}.edit-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-top:100px;height:calc(100vh - 100px);overflow-y:scroll}.collection-page h1,.edit-page,.profile-page{text-align:center}.profile-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-top:100px;height:calc(100vh - 100px);overflow-y:scroll}.profile-page .form-group{width:300px;margin:0 auto;text-align:left}.people-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-top:100px;text-align:center;height:calc(100vh - 100px);overflow-y:scroll}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}
/*# sourceMappingURL=styles.css.map*/