#media-list li img {
	width: 100px;
	height: 100px;
}

#media-list2 li img {
	width: 100px;
	height: 100px;
}

#media-list li {
	height: 102px;
}

#media-list2 li {
	height: 102px;
}

li.myupload span {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	background: #fff;
}

li.myupload span input {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

li.myupload span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #c2cdda;
	font-size: 28px;
}

#media-list li {
	float: left;
	border: 1px solid #c2cdda;
	background: #c2cdda;
	position: relative;
	margin: 0 5px 5px 0;
	width: 102px;
}

#media-list li:last-child {
	margin-right: 0;
}

#media-list2 li {
	float: left;
	border: 1px solid #c2cdda;
	background: #c2cdda;
	position: relative;
	margin: 0 5px 5px 0;
	width: 102px;
}

#media-list2 li:last-child {
	margin-right: 0;
}

a.remove-pic {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	padding: 3px 0;
}

ul#media-list {
	list-style: none;
	padding: 30px 30px;
	margin: 0;
	border: 2px dashed #c2cdda;
	border-radius: 10px;
}

ul#media-list2 {
	list-style: none;
	padding: 30px 30px;
	margin: 0;
	border: 2px dashed #c2cdda;
	border-radius: 10px;
}

.date,
.yearpicker {
	padding-left: 35px;
}

.calendar-group {
	position: relative;
}

.icon-calendar {
	font-size: 16px;
	position: absolute;
	left: 14px;
	top: 10px;
	color: #666666;
}

.cp {
	cursor: pointer !important;
}

.border-dotted {
	border: 2px #d1d3d4;
	border-style: dashed;
}
.hover-bg-grey:hover {
	background-color: #f3f3f3;
}
.highlight {
	.add-pin-news {
		background-color: #eef8ff;
	}
}
.btn-del-card {
	background-color: #db0032;
	color: #fff !important;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 8px;
	border-radius: 10px 0px;
}
.btn-delete-card {
	background-color: #db0032;
	color: #fff !important;
	border: none;
	/* position: absolute;
    bottom: 0;
    right: 0; */
	padding: 3px 8px;
	border-radius: 10px 0px;
}
.btn-delete-card:hover {
	background-color: #f65379;
}
.btn-edit-card {
	background-color: #ffcf55;
	color: #fff !important;
	border: none;
	/* position: absolute;
    bottom: 0;
    right: 0; */
	padding: 3px 8px;
	border-radius: 10px 0px;
}
.btn-edit-card:hover {
	background-color: #ffda7c;
}
.btn-info-card {
	background-color: #55aaff;
	color: #fff !important;
	border: none;
	/* position: absolute;
    bottom: 0;
    right: 0; */
	padding: 3px 8px;
	border-radius: 10px 0px;
}
.btn-info-card:hover {
	background-color: #97c8f9;
}

.btn-success-card {
	background-color: #15b568;
	color: #fff !important;
	border: none;
	/* position: absolute;
    bottom: 0;
    right: 0; */
	padding: 3px 8px;
	border-radius: 10px 0px;
}
.btn-info-card:hover {
	background-color: #44dc93;
}
.btn-action-card {
	border: none;
	position: absolute;
	display: flex;
	justify-content: end;
	bottom: 0;
	right: 0;
	/* padding: 3px 8px; */
	border-radius: 10px 0px;
}
.shadow-sp {
	box-shadow: -1px 0rem 0.25rem 1px rgb(0 0 0 / 11%) !important;
}
.no-card {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d6f1fe;
	padding: 5px 10px;
	border-radius: 10px 0px;
	font-size: 10px;
}

.template-row-sort {
	display: flex;
	align-items: center;
	justify-content: center;
}

.template-group-row {
	border: dashed 1px #d1d3d4;
}

.p-relative {
	position: relative !important;
}

.text-wrap-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
}
