@charset "UTF-8";

.jq-toast-wrap {
    width: 300px;
}

    .jq-toast-wrap .jq-toast-single {
        color: #fff;
        border-radius: 2px;
        margin: 0;
        font-family: "Poppins", sans-serif;
        background: #212121;
    }

        .jq-toast-wrap .jq-toast-single .jq-toast-loader {
            border-radius: 2px 2px 0 0;
            height: 3px;
        }

        .jq-toast-wrap .jq-toast-single .jq-toast-heading {
            font-size: 20px !important;
        }

        .jq-toast-wrap .jq-toast-single.jq-has-icon {
            padding: 13px 10px 13px 15px;
        }

            .jq-toast-wrap .jq-toast-single.jq-has-icon:before {
                position: absolute;
                font-family: "themify";
                font-size: 22px;
                left: 12px;
                top: 13px;
            }

        .jq-toast-wrap .jq-toast-single.jq-icon-info {
            background: #f1a1c7;
            padding-left: 50px;
        }

            .jq-toast-wrap .jq-toast-single.jq-icon-info:before {
                /*content: "\e717";*/
            }

        .jq-toast-wrap .jq-toast-single.jq-icon-error {
            background: #ed6f56;
            padding-left: 50px;
        }

            .jq-toast-wrap .jq-toast-single.jq-icon-error:before {
                /*content: "\e620";*/
            }

        .jq-toast-wrap .jq-toast-single.jq-icon-success {
            background: #2ecd99;
            padding-left: 50px;
        }

            .jq-toast-wrap .jq-toast-single.jq-icon-success:before {
                /*content: "\e64c";*/
            }

        .jq-toast-wrap .jq-toast-single.jq-icon-warning {
            background: #f0c541;
            padding-left: 50px;
        }

            .jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
                /*content: "\e6c5";*/
            }

.bottom-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
}

.top-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 2px !important;
}


/*# sourceMappingURL=style.css.map */
