.tfe-modal-content
{
    width: auto;
    min-width : auto;
}

.tfe-modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-content
{
    border: 0px;
    border-radius : 0rem;
}

.modal-full
{
    min-width: 98%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 90vh;
}