﻿.modal-content.flyout.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    width: auto; 
    height: auto;
}

.width-40percent {
    width: 40% !important;
}