iframe body {
    background-color: transparent !important;
}
iframe {
    outline: none;
    border: none;
    border-radius: 10px;
}
.modal-dialog-iframe {
    margin: auto !important;
    width: 96% !important;
    position: none !important;
    /* top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); */
}

iframe.popup {
    background: transparent;
    overflow: hidden;
    z-index: 9;
    min-width: 95% !important;
    overflow-y: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    min-height: 50vh;
}

iframe.popup-join {
    background: transparent;
    overflow: hidden;
    z-index: 9;
    min-width: 95% !important;
    overflow-y: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    min-height: 50vh;
}
iframe.popup-receive-gift-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    background: transparent;
    overflow: hidden;
    z-index: 9;
    overflow-y: scroll;
    min-width: 338px;
}
iframe.popup-advertisement {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    background: transparent;
    overflow: hidden;
    z-index: 99999;
    min-width: 95% !important;
    overflow-y: scroll;
}

iframe.popup-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    background: transparent;
    overflow: hidden;
    z-index: 9;
	width: 95% !important;
	min-width: 90% !important

}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
	z-index: 2
}

.modal-iframe {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow-y: auto !important;
	padding: 0 !important;
}

.modal-content-iframe {
    background: transparent !important;
    border: none !important;
    /* margin-left: 2% !important; */
}
