/* Toastr theme overrides for dark auth UI */
#toast-container *{box-sizing:border-box}
#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 10px;padding:14px 18px;width:360px;border-radius:8px;background-position:18px center;background-repeat:no-repeat;box-shadow:0 10px 30px rgba(2,6,23,0.6);color:#e2e8f0;opacity:1;border:1px solid rgba(255,255,255,0.04);background-color:rgba(7,12,18,0.45)}
#toast-container>div.rtl{direction:rtl;padding:14px 18px;background-position:right 18px center}
#toast-container>div:hover{box-shadow:0 12px 34px rgba(2,6,23,0.7);opacity:1;cursor:pointer}
#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:420px;margin-left:auto;margin-right:auto}

.toast{background-color:transparent}
.toast-success{background:linear-gradient(180deg,#214f3a 0%,#153826 100%);color:#dff6ea;background-image:none!important}
.toast-error{background:linear-gradient(180deg,#6b1f1f 0%,#4e0f0f 100%);color:#ffebee;background-image:none!important}
.toast-info{background:linear-gradient(180deg,#184a5b 0%,#0f3745 100%);color:#e6f6fb;background-image:none!important}
.toast-warning{background:linear-gradient(180deg,#6b4a12 0%,#513b0e 100%);color:#fff3db;background-image:none!important}
.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:rgba(255,255,255,0.06);opacity:1}

.toast .toast-close-button{color:rgba(226,232,240,0.92);opacity:0.95}
.toast .toast-message{color:inherit}

@media (max-width:480px){#toast-container>div{width:90%}}
