.rtw-flipbook-form-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.rtwwpcp-hide-flipbook {
display: none;
}
#rtwwpcp_flipbook_hide {
display: none;
text-decoration: none;
}
.rtwwpcp-hide-flipbook > div{
position:absolute;
}
#rtwwpcp_flipbook_show{
text-decoration: none;
}
.rtw-flipbook-form-wrapper .rtw-button {
background: #0a2239;
border-radius: 5px;
border: none;
box-sizing: border-box;
color: #ffffff;
font-weight: 500;
line-height: 1.2;
outline: none;
padding: 0.76rem 1rem;
text-decoration: none;
transition: background 150ms ease-in-out;
font-size: 20px;
cursor: pointer;
}
.rtw-flipbook-form-wrapper .rtw-button:hover,
.rtw-flipbook-form-wrapper .rtw-button:focus,
.rtw-flipbook-form-wrapper .rtw-button:active{
background: #0a2239;
}
.rtw-button{
margin-bottom: 10px;
margin-top: 10px;
}
@media print {
.pageBreak {
page-break-after: always;
}
}