/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
[toastr-component="true"] .toast-title {
    font-weight: 700
}

[toastr-component="true"] .toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

[toastr-component="true"] .toast-message a,
[toastr-component="true"] .toast-message label {
    color: #FFF
}

[toastr-component="true"] .toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

[toastr-component="true"] .toast-close {
    width: 35px;
    position: relative;
    /* right: -.3em;
    top: -.3em; */
    /* float: right; */
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

[toastr-component="true"] .toast-close:focus,
[toastr-component="true"] .toast-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    /* opacity: .4; */
    /* -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); */
    /* filter: alpha(opacity=40) */
}

[toastr-component="true"] .rtl .toast-close {
    /* left: -.3em; */
    float: left;
    /* right: .3em */
}

[toastr-component="true"] button.toast-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

[toastr-component="true"].toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

[toastr-component="true"].toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

[toastr-component="true"].toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

[toastr-component="true"].toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

[toastr-component="true"].toast-top-left {
    top: 12px;
    left: 12px
}

[toastr-component="true"].toast-top-right {
    top: 12px;
    right: 12px
}

[toastr-component="true"].toast-bottom-right {
    right: 12px;
    bottom: 12px
}

[toastr-component="true"].toast-bottom-left {
    bottom: 12px;
    left: 12px
}

[toastr-component="true"] {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    text-align: -webkit-right;
    width: 93vw;
}

[toastr-component="true"] * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[toastr-component="true"]>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    width: fit-content;
}

[toastr-component="true"] .toast {
    max-width: fit-content;
}

[toastr-component="true"]>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

[toastr-component="true"]>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}


[toastr-component="true"].toast-bottom-center>div,
[toastr-component="true"].toast-top-center>div {
    margin-left: auto;
    margin-right: auto
}

[toastr-component="true"].toast-bottom-full-width>div,
[toastr-component="true"].toast-top-full-width>div {
    width: 93vw;
    margin-left: auto;
    margin-right: auto
}

[toastr-component="true"] .toast {
    background-color: #030303
}

[toastr-component="true"] .toast-success {
    background-color: #51A351
}

[toastr-component="true"] .toast-error {
    background-color: #BD362F
}

[toastr-component="true"] .toast-info {
    background-color: #2F96B4
}

[toastr-component="true"] .toast-warning {
    background-color: #F89406
}

[toastr-component="true"] .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    [toastr-component="true"]>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    [toastr-component="true"]>div.rtl {
        padding: 8px 50px 8px 8px
    }


}

@media all and (min-width:241px) and (max-width:480px) {
    [toastr-component="true"]>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    [toastr-component="true"]>div.rtl {
        padding: 8px 50px 8px 8px
    }

}

@media all and (min-width:481px) and (max-width:768px) {
    [toastr-component="true"]>div {
        padding: 15px 15px 15px 50px;
    }

    [toastr-component="true"]>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

/* ############## */
[toastr-component="true"]>.toast {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;

}

[toastr-component="true"]>.toast .toast-aweasome-icon {
    font-size: 20px;
    /* width: 25px;
    height: 25px; */
}

[toastr-component="true"]>.toast .toast-close {
    /* position: absolute !important; */
    /* top: 10px; */
    /* right: 10px; */
    border-left: 3px solid #00000059;
    padding: 0 0 0 10px;
    height: 25px;
}

[toastr-component="true"]>.toast-error,
[toastr-component="true"]>.toast-warning,
[toastr-component="true"]>.toast-info,
[toastr-component="true"]>.toast-success {
    background-image: none !important;
}

[toastr-component="true"]>div {
    padding: 15px;
}

[toastr-component="true"] .toast-undo-button {
    color: #fff !important;
    background-color: #00000059 !important;
}

[toastr-component="true"] .toast-undo-button:hover {
    background-color: #000000a6 !important;
}

[toastr-component="true"] .toast-flex-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

@media screen and (min-width:1024px) {
    [toastr-component="true"] .toast {
        max-width: 40vw !important;
    }
}
