/*  .theme-dark  */

.theme-dark .feedback-single {
	background: #293042;
	-webkit-box-shadow: 0px 5px 11.7px 1.3px rgb(0 0 0 / 16%);
	box-shadow: 0px 5px 11.7px 1.3px rgb(0 0 0 / 16%);
}

.theme-dark .faq-wrap .card-header h5 a {
	color: #c6cfd8;
}

.theme-dark .faq-wrap .card-header h5 a::after {
	border: 3px solid #202634;
	background: #293042;
	color: #ff4800;
}

.theme-dark .faq-wrap .card-header h5 a.collapsed::after {
	color: #c6cfd8;
}

.theme-dark .funccat-single {
	-webkit-box-shadow: 0px 0px 10px 0px rgb(19 20 33 / 17%);
	box-shadow: 0px 0px 10px 0px rgb(19 20 33 / 17%);
	border-left: 5px solid #38383c;
	background: #202634;
}

.theme-dark .funccat-single:hover {
	border-color: #2684fe;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(19 20 33 / 22%);
	box-shadow: 0px 0px 10px 0px rgb(19 20 33 / 22%);
}

.theme-dark .cooperation-single .detail-box a {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #353434;
}

.theme-dark .cooperation-single .detail-box a:hover {
	background-color: transparent;
	color: #ffffff;
}