.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; /* Skryté ve výchozím stavu */
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Přidá se pomocí jQuery při zobrazení */
.tdpd-pickup-popup.show {
    display: flex;
    align-items: flex-start; /* Posun více nahoru */
    justify-content: center;
    padding-top: 3vh; /* Menší posun shora */
}

.tdpd-pickup-popup-content {
    width: 98%;
    /*max-width: 1200px;*/
    height: 98%;
   /* max-height: 700px;*/
    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;
}