header { 
     border-bottom: 1px solid #464646
}

[data-custom-template='nova'] aside.sidebar {
    border-right-color: #464646;
}

[data-custom-template='nova'] .sidebar-filters > li {
    border-top-color: #464646!important;
}

.sidebar-nav .tag-container {
    border-top: 1px solid #464646 !important;
    margin-top: 0;
    padding: 16px;
    color: #ffffff !important;
}

.sidebar-filters-label {
    color:  #ffffff !important;
}

.sidebar .tag {
    background: #2b2b2b !important;
    color:  #979797 !important;
}

.sidebar .tag.active,
.sidebar .tag:hover {
    background-color: #737373 !important;
    color: #ffffff !important;
}

footer { 
    border-top: 1px solid #464646;
}

.multi-toolbar-search-form {
    background-color: #2b2b2b !important;
    background-image: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.7) 100% )  !important;
}

.toolbar-search-input {
    background-color: #2b2b2b !important;
    color: #979797 !important;
}

.toolbar-search-input::-webkit-input-placeholder {
	color: #979797 !important;
}

.toolbar-search-input::-moz-placeholder {
	color: #979797 !important;
}

.toolbar-search-input:-ms-input-placeholder {
	color: #979797 !important;
}

.toolbar-search-input::-ms-input-placeholder {
	color: #979797 !important;
}

.toolbar-search-input::-webkit-input-placeholder {
	color: #979797 !important;
}

.toolbar-search-button {
    background: #2b2b2b !important;

    svg {
        fill: #979797 !important;
    }
}

.messages-bubble .messages-tts-button {
    background: #3c3c3c;
}

.page-login .login {
  background-color: transparent;
}

.page-login .login .login-form {
  background-color: #222222;
  padding: 20px;
}

.overlay-gdpr-consent button .spinner {
  border: none;
}