/*editstyle------------------------------------
------------------------------------------*/
.editstyle {
	font-size: 1.1rem;
	width: 100%;
	position: relative;
	overflow-wrap: anywhere;
}

.editstyle a {
	text-decoration: underline;
}

.editstyle table {
	max-width: 100%;
	clear: both;
}

.editstyle img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-wrapper{
	position: relative;
	width: 100%;
	padding-top: 75%;
	/* 4:3 Aspect Ratio */
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.editstyle ul li {
	padding-left: 20px;
	background-image: url(../img/all/dot-title.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.editstyle table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0.9rem !important;
	display: table;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	/* border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; */
	border: 1px solid var(--bs-gray-400);
	text-wrap: nowrap;
}

.editstyle td {
	display: table-cell;
	padding: 5px;
	border-top-style: none;
	border-right: 1px solid var(--bs-gray-400);
	border-bottom: 1px solid var(--bs-gray-400);
	border-left-style: none;
	vertical-align: top;
}
.wrapnywhere{
	overflow-wrap: anywhere;
}
.logo-area{
	transition: all 0.3s ease;
}
.logo-area.active{
	transform: translateY(-150%);
	opacity: 0;
}
/*.editstyle tr:first-child td{
	background-color:var(--third-color);
	color: #f8f1d9;
	text-decoration: none;
	font-weight: bold;
	
	
}
 .editstyle tr:nth-child(even){
	background-color: #00abda;
}
.editstyle tr:nth-child(odd){
	background-color: #00bef3;
} */
