.acadp .row .thumbnail {
	border: none;
}

.acadp .thumbnail .acadp-responsive-container {
	background: transparent;
	box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.acadp-multiselect-wrapper {
	position: relative;
}

.acadp-multiselect-wrapper .input-field {
	position: relative;
}

.acadp .acadp-multiselect-wrapper input.acadp-multiselect-terms-input {
	background-color: #fff;
	cursor: auto;
}

.acadp .acadp-multiselect-wrapper .acadp-multiselect-terms-btn span {
	top: 2px;
}

.acadp-multiselect-wrapper .acadp-multiselect-terms-btn-clear {
	position: absolute;
	top: 1px;
    right: 1px;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
    border: 0;   
    z-index: 2;   
}

.acadp-multiselect-wrapper .acadp-multiselect-terms-btn-clear .muted {
	background: #fff;
	padding: 0 10px;
	color: #777;
}

html.wp-dark-mode-active .acadp-multiselect-wrapper .acadp-multiselect-terms-btn-clear .muted {
	background: transparent;
}

.acadp-multiselect-wrapper .acadp-multiselect-checklist {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: 0;
	top: 100%;
	left: 0;
	background: #fff;
	border-top: 0;
	font-size: 14px;
	z-index: 9;
}

.acadp-checklist {
	max-height: 200px;	
	padding: 7px;	
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow-y: scroll;
}

.acadp-checklist li {
	margin: 0;
	text-align: left;
}

.acadp-checklist .children li {
	padding: 0 18px;
	color: #0D89BB;
}

.acadp-checklist .children ul li {
	color: #208F09;
}

.acadp-checklist label {
	display: block;
	margin: 5px 0;
	line-height: 1;
}

.acadp-multiselect-footer {
	padding: 7px;	
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
}

.acadp-multiselect-footer button.btn {
	vertical-align: baseline;
}

.acadp-is-loading input,
.acadp-is-loading textarea,
.acadp-is-loading button,
.acadp-is-loading a {
	pointer-events: none;
	opacity: 0.7;
}

.acadp .acadp-spinner {
	min-width: 16px;
	min-height: 16px;
}

.acadp .acadp-spinner,
.acadp-inline-loader {
	zoom: 1; /* Increase this for a bigger symbol*/	
	width: 16px;
	height: 16px;

	background: 
		linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
		linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),

		linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
		linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),

		linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
		linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),

		linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
		linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),

		linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
		linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),

		linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
		linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px); 

	background-repeat: no-repeat;

	background-size: 
		4px 9px,   /* 6 */
		4px 9px,

		4px 9px,   /* 5 */
		4px 9px,

		4px 9px,   /* 4 */
		4px 9px,

		4px 11px,  /* 3 */
		4px 11px,

		4px 16px,  /* 2 */
		4px 16px,

		4px 16px,  /* 1 */
		4px 16px;

	background-position-x: -4px; /* Hide All */
	background-position-y: 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 0, 0, 0, 0;
}

@keyframes wait {
	12.5% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0;
	}

	25% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px;
	}

	37.5% {
		background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px;
	}

	50% {
		background-position-x: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px;
	}

	62.5% {
		background-position-x: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px;
	}

	75% {
		background-position-x:  0, 0, 6px,  6px, 12px, 12px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}

	87.5% {
		background-position-x:  6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}

	100% {
		background-position-x: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
}

.acadp-spinner,
.acadp-inline-loader {
	animation: wait .80s steps(1, start) infinite;
}

.acadp-ajax-actions-button-wrapper.acadp-inline-loader {
	margin: 7px 0;
}

.acadp-ajax-actions-button-wrapper.acadp-inline-loader * {
	visibility: hidden;
}

@media only screen and (max-width: 767px) {
	.acadp-checklist {
		padding: 3px 10px;
	}

	.acadp-checklist li {
		margin: 7px 0;
	}	
}