/*======== certifyd colors =========================*/
/*certifyd-pink => #fa09a7 rgba(250, 9, 167,1)*/
/*certifyd-gray => #d7d5d5 rgba(215, 213, 213,1)*/
/*===================================================*/
.certifyd-pink{
  color: #DAA520 !important;
}
.certifyd-fill-pink{
  fill: #DAA520 !important;
}
.certifyd-bg-pink{
  background-color: #DAA520 !important;
}
.certifyd-btn-pink{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
  color: #fff !important;
}
.certifyd-btn-pink:hover{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
  color: #fff !important;
}
.certifyd-svg-icon-pink{
  color: rgba(218, 165, 32,1) !important;
  fill: rgba(218, 165, 32,0.6) !important;
}
.certifyd-svg-icon-btn{
  color: rgba(218, 165, 32,0.5) !important;
  fill: rgba(218, 165, 32,0.1) !important;
}
.certifyd-svg-icon-btn:hover{
  color: rgba(215, 213, 213,1) !important;
  fill: rgba(215, 213, 213,1) !important;
}

.certifyd-gray{
  color: rgba(215, 213, 213,1) !important;
}
.certifyd-bg-gray{
  background-color: rgba(215, 213, 213,1) !important;
}
.certifyd-btn-gray{
  background-color: rgba(215, 213, 213,0.9) !important;
  border-color: rgba(215, 213, 213,1) !important;
  color: #fa09a7 !important;
}
.certifyd-btn-gray:hover{
  background-color: rgba(215, 213, 213,1) !important;
  border-color: rgba(215, 213, 213,1) !important;
  color: #fa09a7 !important;
}
.certifyd-svg-icon-gray{
  color: rgba(215, 213, 213,1) !important;
  fill: rgba(215, 213, 213,1) !important;
}


.certifyd-svg-icon-white{
  color: #fff !important;
  fill: #fff !important;
}
#back-to-top:hover .certifyd-svg-icon-white{
  color: #DAA520 !important;
  fill: #DAA520 !important;
}
/*---End Custome css---*/

button.btn.btn-pink {
    background: #DAA520 !important;
}
.bordered thead, .select2-container--default .select2-results__option--highlighted[aria-selected], .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background: #DAA520 !important;
}
.pinkColor .text-dark span, .pinkColor .task-box h6 span, .pinkColor .text-lg-right span, .table-dashboard td a:hover {
  color: #DAA520 !important;
}
.colorPink h1:hover, .header-notify .dropdown-menu a:hover, .profile-dropdown .dropdown-menu a:hover, .main-nav-calendar-event a:hover, .mail-option a:hover {
	color: #DAA520 !important;
}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  border-color: #DAA520 !important;
}

.card-body .size40 {
    background: #DAA520 !important;
}
.chatclass a.option-dots svg, #chat_details_id svg {
    fill: #DAA520 !important;
}
.send_chat svg.svg-icon {
	fill: #DAA520 !important;
}
.main-profile-contact-list a.btn-link {
    color: #DAA520 !important;
}
.profile_submit_btn {
	background: #DAA520 !important;
	border-color: #DAA520 !important;
}
.plain-mail-body-links{
  color: #DAA520 !important;
}
.plain-mail-body-links:hover{
  color: #DAA520 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DAA520 !important; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #DAA520 !important; }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #DAA520 !important; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DAA520 !important; }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #DAA520 !important; }

.sk-cube-grid .sk-cube {
  background: #DAA520 !important; }

.message-feed.right .mf-content:before {
  border-bottom: 8px solid #DAA520 !important; }
.ms-menu .tab-menu-heading .tabs-menu1 ul li .active {
  background: #DAA520 !important;
  border: 1px solid #DAA520 !important; }
.ms-menu .tab-menu-heading .tabs-menu1 ul li a {
  border: 1px solid #DAA520 !important; }

.message-feed.right .mf-content {
	background: #DAA520 !important; }

.date_left {
  background: #DAA520 !important; }

/*sidebar*/
.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item:hover {
    color: #DAA520 !important; }
.side-menu__item:hover .side-menu__label, .side-menu__item:hover .side-menu__icon, .side-menu__item:hover .angle {
  color: #DAA520 !important; }
.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item.active .side-menu__label {
  color: #DAA520 !important; }

.light-mode .app-sidebar .dropdown-menu-arrow.dropdown-menu-right:after, .light-mode .app-sidebar .dropdown-menu-arrow.dropdown-menu-left:after {
	border-bottom: 9px solid #DAA520 !important; }

.default-sidebar .app-sidebar .dropdown-menu-arrow.dropdown-menu-right:after, .default-sidebar .app-sidebar .dropdown-menu-arrow.dropdown-menu-left:after {
	border-bottom: 9px solid #DAA520 !important; }

.light-mode .app-sidebar .dropdown-menu {
  background: #DAA520 !important; }
.default-sidebar .app-sidebar .dropdown-menu {
  background: #DAA520 !important; }

.app-sidebar-help {
  background: #192331 !important; }
.app-sidebar-help .header-icon {
  color: #DAA520 !important; }

.side-menu__icon {
  color: rgba(218, 165, 32,1) !important;
  fill: rgba(218, 165, 32,0.3) !important;
}
.side-menu__item.active .side-menu__icon {
    color: rgba(218, 165, 32,1) !important;
    fill: rgba(218, 165, 32,0.3) !important;
}
.page-rightheader .date-range-btn .header-icon2 {
    fill: #DAA520 !important; }

footer.footer {
    color: #DAA520 !important; }
.footer a:not(.btn) {
    color: #DAA520 !important; }

#back-to-top {
    background: #DAA520 !important; }
#back-to-top:hover {
	background: #fff !important;
	color: #DAA520 !important;
	border: 2px solid #DAA520 !important; }