.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);
}
/*
.tdpd-pickup-popup-buttons button {
    width: 48% !important;
    display: flex;
    justify-content: space-around;
}*/
/*
.tdpd-pickup-popup-btn:hover,
.tdpd-pickup-popup-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/
/*
.tdpd-pickup-popup-header {
    padding: 2px 16px;
    color: white;
}

.tdpd-pickup-popup-header h4 {
    color: #1d2327 !important;
    font-size: 1.3em !important;
    margin: 1em 0 !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
}*/
/*
.tdpd-pickup-popup-body {
    display: flex;
    flex-direction: column;
    padding: 2px 16px;
}

.tdpd-pickup-popup-footer {
    padding: 16px 16px;
    color: white;
}

.tdpd-pickup-popup-btn {
    padding: 2px !important;
}*/