/* .dialog-inner{
	padding:20px;
	background:#fff;
}
.swal2-modal h2 {
    font-size: 16px;
    color: #fff;
    line-height: 0px;
    margin-top: 20px;
}
.swal2-modal .swal2-spacer{
	height:0px;
}
.swal2-modal .styled{
	border: none !important;
    padding: 5px 30px;
    font-size: 14px;
    border-radius: 2px;
	outline:none;
}
.swal2-modal{
	border-radius:2px;
	background:#444 !important;
}
.dialog-pro .btn-info{
	box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    border: none;
    outline: none !important;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
	background: #00c292;
}
.dialog-pro .btn-info:hover{
    border: none;
    outline: none !important;
	background: #00c292;
}
.swal2-modal .swal2-content{
	color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.swal2-icon.swal2-success::after, .swal2-icon.swal2-success::before{
	background:#444;
}
.swal2-icon.swal2-success .fix{
	background:#444;
}
.swal2-icon.swal2-success .line{
	background-color: #00c292;
}
.swal2-icon.swal2-success {
    border-color: #00c292;
}
.swal2-cancel{
    background-color: rgb(136, 134, 134) !important;
}
.swal2-cancel:hover {
    background-color: rgb(111, 108, 108) !important;
}



.swal2-icon.swal2-success .line.tip:before {
    display: none;
}
.swal2-icon.swal2-success .line.tip {
    margin-left: 0 !important;
} */
.swal2-icon.swal2-success .line.tip {
    margin-left: 0 !important;
    padding: 0 !important;
}
.swal2-modal h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: 0;
}
.swal2-modal .swal2-content{
	font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.swal2-modal .swal2-spacer{
	height:0px;
}
.swal2-modal .styled{
    border: none !important;
    background: #d52b1e;
    padding: 5px 30px;
    font-size: 14px;
    border-radius: 2px;
	outline:none;
}
.swal2-confirm {
    background: #d52b1e !important;
}
.swal2-confirm:hover {
    background-color: #b52c22 !important;
}
.swal2-icon.swal2-success .placeholder {
    border: 4px solid rgba(31, 82, 2, 0.2);
}
.swal2-cancel{
    background-color: rgb(136, 134, 134) !important;
}
.swal2-cancel:hover {
    background-color: rgb(111, 108, 108) !important;
}
.product-action{
    width: 110px;
}
.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #5a9aaf;
    border-color: #a8b3b7;
}