/*
    Author: Caner ONCEL
    https://ifrocket.com
    https://egonomik.com
*/
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800&display=swap&subset=latin-ext";#toasti{position:fixed;right:0;top:10px;font-family:'Raleway',sans-serif;z-index:99999}#toasti .toasti-container{display:inline-block}#toasti .toasti-item{display:none;cursor:default;position:relative;margin-top:14px;text-align:left;background-color:#FFF;width:400px;box-shadow:1px 7px 14px -5px rgba(0,0,0,0.2);overflow:hidden;z-index:99999999}#toasti .toasti-item .toasti-timer{position:relative;height:5px;background:rgba(206,212,218,0.50);width:100%;margin-top:-20px;margin-bottom:15px}#toasti .toasti-item .toasti-timer .tosti-bar{display:block;width:100%;height:5px;background:#ced4da}#toasti .toasti-item .toasti-icon{float:left;width:39px;height:39px;margin:0 0 0 13px;line-height:1em;border-radius:50%;display:inline-block}#toasti .toasti-item .toasti-icon .toasti-svg{fill:#FFF;margin:10px}#toasti .toasti-item .toasti-title{color:#3e3e3e;font-weight:600;margin-top:0;margin-bottom:4px}#toasti .toasti-item .toasti-message{font-size:14px;line-height:1.3em;font-weight:400;color:#444}#toasti .toasti-item .toasti-content{padding-left:65px;padding-right:40px}#toasti .toasti-item .toasti-close{position:absolute;right:15px;top:15px;width:14px;cursor:pointer;height:14px;fill:#878787}#toasti .toasti-success .toasti-icon{background-color:#41bb46}#toasti .toasti-success{border-left:5px solid #41bb46}#toasti .toasti-info .toasti-icon{background-color:#1D72F3}#toasti .toasti-info{border-left:5px solid #1D72F3}#toasti .toasti-warning .toasti-icon{background-color:#FF6600}#toasti .toasti-warning{border-left:5px solid #FF6600}@media only screen and (min-width: 300px){#toasti .toasti-item{width:100%;padding:10px}#toasti .toasti-item .toasti-timer{display:none}}@media only screen and (min-width: 480px){#toasti{right:10px;top:10px}#toasti .toasti-item{width:400px;padding:20px 0 15px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#toasti .toasti-item .toasti-timer{display:block}}