/* Toastr v2.1.3 - Big Modern Top-Right Alert Theme */
.toast-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 5px;
    color: #ffffff;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.toast-message a,
.toast-message label {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

.toast-message a:hover {
    color: #f1f5f9;
    text-decoration: underline;
}

.toast-close-button {
    position: absolute;
    right: 14px;
    top: 12px;
    float: right;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    line-height: 1;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.15);
    filter: alpha(opacity=100);
}

.rtl .toast-close-button {
    left: 14px;
    right: auto;
    float: left;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 25px;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 25px;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 25px;
    left: 25px;
}

.toast-top-right {
    top: 25px;
    right: 25px;
}

.toast-bottom-right {
    right: 25px;
    bottom: 25px;
}

.toast-bottom-left {
    bottom: 25px;
    left: 25px;
}

#toast-container {
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 18px 24px 18px 65px;
    width: 420px;
    min-height: 60px;
    max-width: 90vw;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    -moz-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25), 0 8px 10px -6px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    opacity: 0.98;
    filter: alpha(opacity=98);
    transition: all 0.3s ease;
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 18px 65px 18px 24px;
    background-position: right 20px center;
}

#toast-container > div:hover {
    -moz-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.35), 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.35), 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.35), 0 10px 15px -5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    transform: translateY(-2px);
}

#toast-container > .toast-info {
    background-color: #2563eb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E") !important;
}

#toast-container > .toast-error {
    background-color: #dc2626;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E") !important;
}

#toast-container > .toast-success {
    background-color: #059669;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

#toast-container > .toast-warning {
    background-color: #d97706;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E") !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #1e293b;
}

.toast-success {
    background-color: #059669;
}

.toast-error {
    background-color: #dc2626;
}

.toast-info {
    background-color: #2563eb;
}

.toast-warning {
    background-color: #d97706;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.45);
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 0 0 10px 10px;
}

@media all and (max-width: 480px) {
    #toast-container {
        width: 100%;
        left: 0 !important;
        right: 0 !important;
        top: 15px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    #toast-container > div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 18px 14px 54px !important;
        background-position: 15px center !important;
        background-size: 24px 24px !important;
    }
    #toast-container > div.rtl {
        padding: 14px 54px 14px 18px !important;
        background-position: right 15px center !important;
    }
    .toast-title {
        font-size: 15px !important;
    }
    .toast-message {
        font-size: 14px !important;
    }
}