.tdpd-widget-iframe {
height: 100%;
width: 100%;
border: none;
overflow: hidden;
}
.tdpd-popup-widget {
margin: 0;
padding: 0;
overflow: hidden;
}
.ui-dialog .ui-dialog-content{
padding: 10px 0 0 0!important;
}
.ui-dialog {
z-index: 9999 !important ;
padding: 6px!important;
}
.tdpdActiveButton{
text-decoration: none!important;
}
.tdpdActiveButton:hover{
border-color: black!important;
} .tdpd-pickup-popup {
display: none; position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
} .tdpd-pickup-popup.show {
display: flex;
align-items: flex-start; justify-content: center;
padding-top: 3vh; }
.tdpd-pickup-popup-content {
width: 98%; height: 98%; background-color: #fefefe;
border: 1px solid #888;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 20px;
box-sizing: border-box;
}