.swal2-title .link {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to right, #3eced6 0%, #2a96fc 100%);
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    display: block;
    position: relative;
    top: 0;
    padding: 0 20px;
    overflow-y: auto !important;
    z-index: 0;
}
.swal2-title {
    padding:0;
    font-size:18px;
}
.swal2-close {
    color: #fff;
    font-size: 4em;
    height: 1em;
}
.swal2-popup {
    border-radius: 10px;
    width:36%;
    top: -25%;
}

.swal2-html-container {
    color:#000;
    font-size:16px;
    margin: 25px 0 10px 0;
    padding: 0 15px;
}
.swal2-close:focus {
    box-shadow: unset!important;
}
.swal2-container {
    z-index: 1000000!important;
}

.swal2-styled.swal2-confirm {
    background-image: linear-gradient(#2b97fd , #1264ce)!important;
}
.swal2-styled.swal2-confirm:hover {
    background-image: linear-gradient(#1264ce , #2b97fd)!important;
}
.swal2-styled.swal2-confirm:focus,.swal2-styled.swal2-cancel:focus,.swal2-styled.swal2-deny:focus {
    box-shadow: unset!important;
}
.swal2-styled.swal2-confirm,.swal2-styled.swal2-cancel,.swal2-styled.swal2-deny {
    width: 100px;
    height: 35px!important;
    font-size: 15px!important;
    padding: 0!important;
}
.swal2-styled.swal2-deny {
    background-image: linear-gradient(#cdcdcd , #888888)!important;
    color: #fff!important;
}
.swal2-styled.swal2-deny:hover {
    background-image: linear-gradient(#cdcdcd , #cdcdcd)!important;
}
@media(max-width:640px) {
    .swal2-popup {
        width:60%;
    }
}
@media (max-width:450px) {
    .swal2-popup{width:80%;}

}
