.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;
    background: #00c292 !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;
}

.ntd-ctn {
    position: absolute;
    top: 8px;
    /*left: -8px;*/
    font-size: 10px;
    background: #e46a76;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}
.spinner4 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 25px;
}
.spinner4:after, .spinner4:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.spinner-4::before, .spinner-4::after {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background: orangered;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
    opacity: 0;
    top: 0;
    left: 0;
}
.spinner-4:after {
    -webkit-animation: pulse 2s linear 2.3s infinite;
    animation: pulse 2s linear 2.3s infinite;
    z-index:99;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}