.popup-footer-bottom{
    display:none;
}
.modal-popup.wk-modal-popup {
    -webkit-transition: none;
    transition: none;
  }
.wk_popup_content input[type=submit]{
    width: auto !important;
}
.wk_popup_content form > .heading {
    font-size: 26px;
    margin-bottom: 0;
    padding: 14px 0 0px 21px;
}
.wk_popup_content form > .description {
    display: flex;
    padding: 8px 22px;
}
.modals-wrapper .position-top-left > .modal-inner-wrap{
    margin-top: 0;
    margin-left: 0;
}
.modals-wrapper .position-left > .modal-inner-wrap{
    top: 0;
    right: unset;
    left: 0;
    bottom: 0;
    height: fit-content;
    margin: auto auto;
    margin-left: 0;
}
.modals-wrapper .position-bottom-left > .modal-inner-wrap {
    top: unset;
    bottom:0;
    margin-bottom: 0;
    margin-left: 0;
}
.modals-wrapper .position-top-center > .modal-inner-wrap {
    margin-top: 0;
}
.modals-wrapper .position-bottom-center > .modal-inner-wrap {
    bottom:0;
    left: 0;
    right: 0;
    top: unset;
    margin-bottom: 0;
}
.modals-wrapper .position-top-right > .modal-inner-wrap{
    margin-top: 0;
    margin-right: 0;
}
.modals-wrapper .position-right > .modal-inner-wrap {
    top: 0;
    right: 0;
    left: unset;
    bottom: 0;
    height: fit-content;
    margin: auto auto;
    margin-right: 0;
}
.modals-wrapper .position-bottom-right > .modal-inner-wrap{
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    margin-right: 0;
    margin-bottom: 0;
}