/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 07:04:55 */
.media-overlay-dialog {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.media-dialog{
	background: #ffffff;
	border-radius: 8px;
	box-shadow:0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	margin: 15vh auto 50px;
	overflow-wrap: break-word;
	padding: 15px;
	position: relative;
	width:800px;
	max-width:90%;
}
.media-dialog__header{    
	padding-right: 16px;
	padding-bottom: 16px;
}
.media-dialog__title {
	color: #333;
	font-size: 18px;
	line-height: 24px;
}
.media-dialog__headerbtn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    height: 48px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}
.media-dialog__headerbtn .media-dialog__close {
    align-items: center;
    display: inline-flex;
    height: 1.5em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: #999;
}
.media-dialog__body {
    color: #666;
    font-size: 14px;
}