/** TOASTR CUSTOM styles **/

.toast {
    opacity: 1 !important;
}
#toast-container > .toast-info{
    background-image: none !important;
	background-color: transparent !important;
}

#toast-container > div{
	width: auto !important;
	height: auto !important;
	padding-left :0 !important;
	padding-right :0 !important;
	box-shadow: none !important;
}

button.toast-close-button {
    padding-right: 10px;            
}

toast.toast-info{
	display: none !important;
}

@media only screen and (max-device-width : 520px){
    .toast-message iframe {
    	/* position: absolute;
    	top: 0;
    	left: 0; */
    	width: 100%;
    	height: 100%;
    }
}