.mktoForm .mktoConfirmModal {
display: none; }
.mktoForm[data-readystate="confirming"] .mktoConfirmModal {
display: block; }
.mktoConfirmModal {
position: fixed !important;
width: 100%;
top: 50%;
left: 25%;
max-width: 50%;
text-align: center !important;
padding: 20px !important;
background: #043d5a;
color: white; }
.mktoConfirmModal:before {
position: fixed;
width: 100%;
height: 100%;
content: "";
top: 0;
left: 0;
z-index: -1;
background: rgba(12, 12, 12, 0.5); }
.mktoConfirmModal .mktoButtonWrap {
margin-left: 20px !important;
width: auto !important; }
.mktoConfirmModal .mktoRound {
width: 50% !important;
display: inline-block;
text-align: right !important;
padding: 15px;
margin: 0 !important; }
.mktoConfirmModal .mktoRound .mktoButton {
background: #ff9900 !important;
font-size: 15px !important;
padding: 15px 35px !important;
color: #fff !important;
height: auto !important; }
.mktoConfirmModal .mktoRound:last-child {
text-align: left !important; }
.mktoConfirmModal .mktoRound:last-child .mktoButton {
background: #6c6c6c !important;
font-size: 12px !important;
padding: 5px 35px !important; }
@media (max-width: 991px) {
.mktoConfirmModal .mktoRound,
.mktoConfirmModal .mktoRound:last-child {
display: block !important;
width: auto !important;
text-align: center !important; } }
@media (max-width: 767px) {
.mktoConfirmModal {
left: 0;
top: 25%;
max-width: 100%; } }
.mktoForm[data-readystate="confirming"] .mktoConfirmModal {
display: block; }
.right-part-side .mktoForm .mktoFormRow[data-mkto-type="hidden-field"] {
margin-bottom: 0; }
.right-part-side .mktoForm .mktoButtonRow.mktoConfirmModal .mktoButtonWrap.mktoRound {
display: inline-block;
width: auto;
margin-top: 15px; }
.mktoForm .mktoFormRow .mktoCheckboxList input[type=checkbox] {
width: auto !important;
height: auto !important; }