﻿.ngdialog-content{
    padding :0 !important;
    margin-top: 10% !important;
}

.modal-header-synapse {
    display: block;
    text-align: left;
    font-weight: bold;
    background: linear-gradient(to bottom, #2a3f54 0%, #2a3f54 100%);
    height: 50px;
    color: white;
    padding: 10px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.modal-body-custom {
    text-align: center;
    margin: 26px 0;
    padding: 0px 0px 17px 0px;
    border-radius: 5px;
    background-color: white;
    color:rgb(75, 81, 89);
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.modal-footer-custom {
    margin: 26px 5px 0;
    padding: 5px 32px 5px 32px;
}