.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;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.tdpd-pickup-popup-content {
margin: 20px;
width: 90%;
height: 90%;
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);
}