.axigate-iframe {
    position: absolute;
    width: 99vw;
    height: 98vh;
    top: 1vh;
    left: 0.5vw;
    display: none;
    flex-direction: column;
    z-index: 999999;
}

.axigate-iframe-visible {
    display: flex;
}

.axigate-iframe-header {
    justify-content: space-between;
    background-color: #2E609F;
    color: white;
    padding: 5px 5px 5px 10px;
}

.axigate-iframe-title {
}

.axigate-iframe-close {
    height: 20px;
    justify-content: start;
}

.axigate-iframe-iframe-container {
    width: 100%;
    height: 100%;
}

.axigate-iframe-iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
}