.sen-modal-wrapper {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	font-family: "agenda", Sans-serif !important;
}
.sen-modal {
    background: #fff;
    border: 3px solid #045cb4;
    max-width: 500px;
    width: 90%;
    padding: 20px;
}
.sen-header img {
    height: 100px;
    margin-bottom: 10px;
}
.sen-title {
    color: #045cb4 !important;
    font-size: 24px !important;
    padding: 15px 0px 0 !important;
    margin-bottom: -10px;
}
.sen-body {
    margin-top: 10px;
}
.sen-actions {
    margin-top: 20px;
    text-align: right;
}
.sen-btn {
    padding: 10px 15px;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}
.sen-continue {
    background-color: #28a745;
	color:#fff !important;
}
.sen-cancel {
    background-color: #dc3545;
	color:#fff !important;
}