﻿
.statusMain {
    position: fixed;
    z-index: 999999!important;
    top: 5px;
    width: 100%;
    text-align: center;

}

.statusMsg {
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 25px;
    font-family:poppins;
    display: inline-block;
}

    .statusMsg.success {
        background: #8bb77a;
    }

    .statusMsg.error {
        background: #d43838;
    }
