.jq-toast-wrap,
.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}
.jq-toast-wrap {
    display: block;
    position: fixed;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important;
}
.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px;
}
.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px;
}
.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px;
}
.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px;
}
.jq-icon-error:before,
.jq-icon-info:before,
.jq-icon-success:before,
.jq-icon-warning:before {
    font-family: uicons-solid-rounded !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
}
.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff;
}
.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}
.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px;
}
.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0;
}
.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}
.close-jq-toast-single {
    position: absolute;
    top: 16px;
    left: 13px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.jq-toast-loader {
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red;
    display: none;
}
.jq-toast-loaded {
    width: 100%;
}
.jq-has-icon {
    padding: 20px 45px;
    background-repeat: no-repeat;
    background-position: 10px;
    text-align: right !important;
}
.jq-icon-info {
    background-color: #e6f7ff;
    color: #000000d9;
    border: 1px solid #91d5ff;
}
.jq-icon-info:before {
    content: url("../images/tooltip-hint.svg");
    position: absolute;
    color: #1890ff;
}
.jq-icon-warning {
    background-color: #fffbe6;
    color: #000000d9;
    border: 1px solid #ffe58f;
}
.jq-icon-warning:before {
    content: url("../images/hint-orange.svg");
    position: absolute;
    color: #faad14;
}
.jq-icon-error {
    background-color: #fff1f0;
    color: #000000d9;
    border: 1px solid #ebccd1;
    position: relative;
}
.jq-icon-error:before {
    content: url("../images/union-error.svg");
    position: absolute;
    color: #ff4d4f;
}
.jq-icon-success {
    background-color: #f6ffed;
    color: #000000d9;
    border: 1px solid #b7eb8f;
}
.jq-icon-success:before {
    content: url("../images/union.svg");
    position: absolute;
    color: #52c41a;
}
.jq-toast-wrap {
    width: 390px;
}
