/**
 * toast 메시지
 * @author 최주섭
 * @since  2019
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/

.ai-push-toast {background:linear-gradient(to right,#5d7fda 30%,#54a4ed);border:1px solid #5d7fda;}
.ai-push-toast strong {color:#fff262;}
.ai-push-toast .close {
	color: #fff;
    opacity: 0.7;
    font-size: 14px;
    border: 1px solid #eee;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;}
.ai-push-toast .close:hover {border: 1px solid #fff;color:#fff;opacity:1;}