.tgls-custom-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tgls-custom-modal-content-pickup {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    position: relative;
    height: 90vh;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#tgls-popup-widget iframe {
    width: 100% !important;
}