
#id-shinken-window-modal {
    position         : fixed;
    top              : 53px;
    bottom           : 0;
    width            : 100vw;
    background-color : rgba(0, 0, 0, 0.8);
    text-align       : center;
}
#id-shinken-window-modal .shinken-window-modal-content iframe {
    width         : 100%;
    height        : 100%;
    border        : 0;
    box-shadow    : 5px 20px 15px rgb(21, 21, 21);
    border-radius : 4px;
}
#id-shinken-window-modal #id-shinken-window-modal-close {
    top         : 0;
    left        : 0;
    bottom      : 0;
    right       : 0;
    position    : absolute;
    font-size   : 50px;
    font-weight : bold;
    color       : white;
}
#id-shinken-window-modal.shinken-modal-view-panel #id-shinken-window-modal-close {
    position   : absolute;
    right      : calc(4% + 25px);
    top        : 25px;
    left       : auto;
    bottom     : auto;
    font-size  : 26px;
    box-sizing : border-box;
    z-index    : 3;
}
#id-shinken-window-modal.shinken-modal-view-panel .shinken-cross-container-to-close-modal {
    width       : 30px;
    height      : 30px;
    line-height : 30px;
    position    : absolute;
    top         : 15px;
    right       : 10px;
    cursor      : pointer;
}
#id-shinken-window-modal.shinken-modal-view-panel {
    background-color : rgba(34, 34, 34, 0.76);
}
#id-shinken-window-modal.shinken-modal-view-panel .shinken-window-modal-content {
    background-color : transparent;
}
#id-shinken-window-modal.shinken-modal-view-panel .shinken-window-modal-content iframe {
    box-shadow : none;
}
.shinken-loading-text {
    position   : absolute;
    top        : 40%;
    width      : 100%;
    font-size  : 25px;
    color      : white;
    text-align : center;
}