﻿.siiimpleToast {
    position: absolute;
    padding: 14px 18px;
    z-index: 999999;
    border-radius: 2px;
    color: #fff;
    font-weight: 300;
    user-select: none;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    transform: scale(0.5);
    transition: all 0.4s ease-out;
    width: 300px;
    word-wrap: normal;
}

    .siiimpleToast[data-state="default"] {
        background-color: #323232;
    }

    .siiimpleToast[data-state="success"] {
        background-color: #267a0c;
    }

    .siiimpleToast[data-state="alert"] {
        background-color: #d93737;
    }



.uyum-notification {
    text-align: center;
    max-width: 300px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.notification-priority {
    width: 100%;
    position: relative;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 48px
}

.priority-img-1 {
    background-image: url('../../../Architect/img/notification-sys/succcess.png') !important;
}

.priority-img-2 {
    background-image: url('../../../Architect/img/notification-sys/warning.png') !important;
}

.priority-img-3 {
    background-image: url('../../../Architect/img/notification-sys/critical.png') !important;
}

.notification-header {
    padding: 10px 0px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.02em;
}

.notification-message {
    padding: 0px 0px 10px 0px;
    width: 100%;
    font: 13px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.notification-detail {
    font-size: 1.25em;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 0 2px #000 inset;
    border-radius: .25em;
    cursor: pointer;
    transition: background .4s ease, color .4s ease;
    text-transform: uppercase;
    font: 12px Tahoma, Geneva, sans-serif;
    font-weight: bold;
    padding: 7px 20px;
    border-style: solid;
    border-width: 1px;
    letter-spacing: 0.02em;
}

    .notification-detail:hover {
        box-shadow: 0 0 0 2px #000 inset;
        color: #000;
        background-color: transparent;
    }


.priority {
    position: absolute;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    float: left;
    width: 18px;
    left: 4px;
}

.notification-close-button {
    background-image: url('../../../Architect/img/notification-sys/close.png') !important;
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-size: contain;
}
