﻿.modal-height-sm{
    height : 20rem;
}
.modal-height-default {
    height: 30rem;
}
.modal-height-lg {
    height: 45rem;
}
.modal-height-xl {
    height: 60rem;
}


.modal-m{
    max-width:500px;
}