.tgls-widget-iframe {
height: 100%;
width: 100%;
border: none;
overflow: hidden;
}
.tgls-popup-widget {
margin: 0;
padding: 0;
overflow: hidden;
}
.tgls-popup-widget-loading {
width: 100%;
height: 100%;
vertical-align: center;
text-align: center;
background: rgba(255, 255, 255, .8) url(http://i.stack.imgur.com/FhHRx.gif) 50% 50% no-repeat;
z-index: 999999 !important;
}
#tgls-popup-widget iframe {
width: 100% !important;
}
.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;
}
.tgls-custom-modal-content {
background-color: #fff;
padding: 20px;
border-radius: 10px;
width: 90%; height: 80%;
position: relative;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}