.flash_message {
    position: absolute !important;
    top:0;
    right:0;
    margin-top: 10px;
    height: 100px;
    width: 30%;
    margin-right: 35%;
}

.ui.message.green.notif {
    color: rgb(106, 197, 1) !important;
    background: rgba(106, 197, 1, 0.226) !important;
    border: none !important;
    box-shadow: none !important;
}

.ui.message.red.notif {
    color: #F44336 !important;
    background: rgba(244, 67, 54, 0.226) !important;
    border: none !important;
    box-shadow: none !important;
}

.ui.message.orange.notif {
    color: rgba(255, 106, 0, 1) !important;
    background: rgba(255, 106, 0, 0.35) !important;
    border: none !important;
    box-shadow: none !important;
}