/* Hide OJS's supplement links in article view */

.obj_galley_link_supplementary.file {
	background-color: blue;
	display:none;
}

/* Modal */
.simple-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        justify-content: center;
        align-items: center;
}
.simple-modal.active {
        display: flex;
}
.simple-modal-content {
        background: #fff;
        max-width: 80%;
        width: 800px;
        border-radius: 6px;
        overflow: hidden;
}
.simple-modal-header {
        display: flex;
        justify-content: flex-end;
        background: #f5f5f5;
        padding: 0.5rem;
}
.simple-modal-header button {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
}
.simple-modal-body {
        padding: 1rem;
}

.videoButtonWrapper {
	width: 133px;
}

