﻿.icon-Close-toast:before {
    content: "\e90b";
    color: #fff;
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.icon-Close-toast-3:before {
    content: "\e90b";
    color: #fff;
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.toast-message {
    position: absolute;
    right: 6px;
    bottom: 4px;
    width: auto;
    max-width: 80%;
    padding: 10px;
    background: #00af8e;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #333353;
    z-index: 99999;
    box-sizing: border-box;
    opacity: 1;
}

.toast-message-1 {
    position: fixed;
    right: 6px;
    bottom: 4px;
    width: auto;
    max-width: 80%;
    padding: 10px;
    background: #ef0137;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid #333353;
    z-index: 99999;
    box-sizing: border-box;
    opacity: 1;
}

.ErrorToast {
    background: #ef0137 !important;
    color: #fff !important;
    border: none !important;
}

.SuccessToast {
    background: #00af8e !important;
    color: #fff !important;
    border: none !important;
}

#lblMessage_Success {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-right: 10px;
}

#lblErrorMessage {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff !important;
    padding-right: 10px;
}
