:root {
  color-scheme: light only;
}

/* Override any dark mode media queries */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
  }
}

.menu-list a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.menu-list a.cta-button:hover {
	color: #667eea !important;
}
/* Chat in Ticket */
.chat-widget-message-content h2 {
font-size: 1rem !important;
}

.chat-widget-message-content h3 {
font-size: 0.9rem !important;
}

.section-pb {
	width: 100% !important;
}
/* Chat in Ticket */

.apc-main-icon {
    background: #ce1125 !important;	
}
a#app-login-2.popupformWR.btn.btn-sm.btn-login.apopf.added-ripples {
    display: none !important;	
}
.apc-header {
	background: #002654 !important;	
}
.apc-company-img {
	border: 2px solid #ffffff !important;
}
.section-pt {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media all and (max-width: 415px) {
	#goToTop {
		display: none !important;
	}
}
.copy-right-container {
  margin-top: 10px !important;
}
header nav.navbar .btn-login {
	text-transform: none !important;
}
.author-detail {
	display: none !important;	
}
.faq-section {
	display: none !important;	
}
.col-md-12.text-left.m-t-0.m-b-5 {
	display: none !important;	
}

.form-group {
  position: static !important;
}
#noti-content {
	background-color: #ce1125 !important;
}
.nav-link {
	text-transform: uppercase !important;
}
.ticket-opened h1 {
  color: #ffffff !important;
}