﻿.toastMessage {
    width: 300px;
    position: fixed;
    right: -300px;
    top: 110px;
    z-index: 1000000000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 3px;
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-bottom: 1px solid green;
}

.toastBlue {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

.toastGreen {
    color: #d1ecf1 !important;
    background-color: #228B22 !important;
    border-color: #bee5eb !important;
}

.toastRed {
    color: #0c5460 !important;
    background-color: #ff7878 !important;
    border-color: #bee5eb !important;
}

.toastYellow {
    color: #0c5460 !important;
    background-color: #ffed87 !important;
    border-color: #bee5eb !important;
}

.toastMessage-header {
    padding: 10px;
}

.toastMessage-footer {
    padding: 10px;
}
