/* a {
    display: inline;
}

.video_item .content{
	font-size: 1.1em;
}
*/
/*
.buttons div.video-icon	{ 
	width: 96px; 
	height: 25px; 
}
*/

.video_item img {
	display: inline-block; 
	height: 100px;
	position: relative; 
	vertical-align: middle;
    border-radius: 6px;
}

.icon_youtube { 
	background-image: url("./images/youtube.png");
	background-repeat: no-repeat;
	padding: 2px 10px;
    vertical-align: middle;
}

ul.video li:not(.no-entry) {
    font-size: inherit;
    line-height: inherit;
	width: 180px;
}

ul.video li.videolist {
    text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	/* box-shadow: 0 0 4px #000000; */
	-webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#videolists {
	box-shadow: 0 0 8px #8706FF;
    border-radius: 100%;
	height: 100px;
	width: 100px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.copied {
    position: relative;
}

.copied::after {
	position: absolute;
	top: 12%;
	right: 130%;
	display: block;
	content: "copied";
	font-size: 0.75em;
	padding: 0 4px;
	color: #fff;
	background-color: rgb(var(--color-primary));
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

/*
#codehtml {
    font-weight: bold;
}

@media all and (min-width : 350px) and (max-width : 850px) {
	#codes input{
		width: 80%;
	}
	.buttoncopy {
		padding-top: 2px;
		padding-bottom: 4px;
	}
}

.d-flex {
	display: flex !important; 
}
  
.justify-content-between {
	justify-content: space-around !important; 
}

.post-meta {
    text-transform: uppercase;
    font-weight: bold;
    color: #105289; 
}

.post-meta li::before {
    content: "/";
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    margin: 0px 8px;
    line-height: 0px; 
}

.post-meta li:first-child::before {
    display: none;
}

.post-meta li a {
    letter-spacing: 1px; 
}

.column11 {
	float: left;
	clear: left;
	width: 49%;
    margin-top: 8px;
	border: 1px solid #757e86 !important;
}

.column22 {
	float: right;
	clear: right;
	width: 49%;
    margin-top: 8px;
	border: 1px solid #757e86 !important;
}

@media all and (min-width : 350px) and (max-width : 900px) {
	h3.center {
		text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75ch;
    }
}

@media all and (min-width : 350px) and (max-width : 400px) {
    .justify-content-between {
		display: none !important;
    }
} */
