::selection {
  background: #d0b358;
  color: #fff;
}

::-moz-selection {
  background: #d0b358;
  color: #fff;
}

.gold-theme .full-width-header {
    background: #d0b358;
    border-bottom: 1px solid #a1a1a1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.gold-theme .header-logo{
    background: #ffffff;
}

.gold-theme .sidebar .menu-area {
    scrollbar-color: #d0b358 #f9fafb;
}

.gold-theme .profile-text{
    color: #9ca3af;
}
.gold-theme .main-content-inner .text-muted {
    color: #9ca3af !important;
}

.gold-theme .logo-area::after {
    background-color: #4b5563;
}

.gold-theme #sidebarToggle {
    color: #fff !important;
}

.gold-theme .header-logo .brand {
    color: #d0b358;
}

.gold-theme .main-header h1 {
    color: #e5e7eb;
}

.gold-theme .main-header p {
    color: #ffffff;
}

.gold-theme .footer {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: #d0b358 !important;
}
.gold-theme .text-muted {
    color: #ffffff !important;
}

.gold-theme .profile-text{
    color: #9ca3af !important;
}

