﻿.toast-header .btn-close {
    margin-left: 80px;
   
    
}
.toast-header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f0f0f0;
}

.toast {
    border:1px solid grey;
    margin-right: 80px;
   
    margin-top: -5px;
}

.toast__message {
    margin-left: 10px;
    padding-top: 5px;
    padding-right:5px;
}
.toast__success_icon{
    color:green;
}
