.message {
    width: 350px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    z-index: 99;
    margin: auto;
    border-radius: 6px;
    color: #fff;
    border: 2px solid #fff;
}

.msg-error {
    background-color: #c76782;
}

.msg-success {
    background-color: #84ca9e;
}

.msg-warning{
    background-color: rgb(214, 180, 0);
}

.msg-header {
    font-size: 16px;
    /* font-weight: bold; */
}

.msg-text {
    padding: 5px 0px;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 3px;
}

.msg-inline {
    display: inline-block;
    margin-left: 10px;
}

.msg-type {
    text-transform: capitalize;
    font-size: 13px;
    margin-left: 0px;
    color: #ddd;
}

.msg-error-list-item {
    color: yellow;
    font-size: 14px;
}

.resp-text .resp-text-wrapper {
}

.resp-text-wrapper {
    background-color: rgba(255, 123, 123, 0.84);
}

#sh-resp > a {
    font-size: 14px;
    color: #fff;
}
#sh-resp{
    text-align: center;
}

.msg-confirm {
    background-color: rgba(69, 106, 156, 0.94);
}

.confirm-btn {
    display: inline-block;
}

.confirm-btns {
    padding: 4px 10px;
    text-align: center;
}

.confirm-btn {
    margin-left: 10px;
}

.system-message {
    position: fixed;
    right: 350px;
    z-index: 9999;
}

.message input {
    color: #000;
}
