.sweet-alert .sa-icon.sa-warning {
    border: none;
    background: #FFF;
    box-shadow: 0 5px 5px #ddd;
    margin-top: -60px;
}

    .sweet-alert .sa-icon.sa-warning::before {
        content: url("alert-icon.png");
        display: block;
        position: relative;
        top: 16px;
    }

    .sweet-alert .sa-icon.sa-warning span {
        display: none;
    }

.sweet-alert {
    /*font-family: 'Lato';*/
    width: 520px !important;
    overflow: visible !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}

    .sweet-alert h2 {
        font-size: 20px;
        font-weight: 500;
        color: #212529;
    }

    .sweet-alert p > div {
        display: inline-block;
        background: #E9F5F7;
        width: 200px;
        font-size: 17px;
        padding: 10px 0;
        border-radius: 7px;
        color: #016670;
        margin:10px;
    }

        .sweet-alert p > div > span {
            display: block;
            font-size: 25px;
            font-weight: 700;
        }

    .sweet-alert p > p {
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        color: #595C60;
    }
    .sweet-alert > p.lead {
        max-height: 50vh;
        overflow: auto;
        padding: 0 50px;
    }
        .sweet-alert > p.lead::-webkit-scrollbar {
            width: 10px;
        }
        .sweet-alert > p.lead::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .sweet-alert > p.lead::-webkit-scrollbar-thumb {
            background: #888;
        }
            .sweet-alert > p.lead::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
    .sweet-alert .sa-button-container {
        margin: 10px 0 !important;
    }

    .sweet-alert .cancel.btn {
        background: #C62A40;
        border: none;
        color: #FFF;
        height: 40px;
        padding: 0 20px;
        min-width: 150px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        /*font-family: 'Lato';*/
    }

    .sweet-alert .confirm.btn {
        background: #116770;
        border: none;
        color: #FFF;
        height: 40px;
        padding: 0 20px;
        min-width: 150px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        /*font-family: 'Lato';*/
    }
