<div style="background-color:#121314;color:#bbbebf;font-family:Consolas, 'Courier New', monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"><p>/*******************  /*Demo custom CSS *******************/ /*******************  /*Top bar *******************/ .topbar {    background: #00c853 ; } .topbar .navbar-header {    background: #ffffff; } .topbar .top-navbar .navbar-header .navbar-brand .light-logo {    display: none;    color: rgba(255, 255, 255, 0.8); } .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link {    color: #ffffff !important; } .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item &gt; a.nav-link:focus {    color: rgba(255, 255, 255, 0.8) !important; } /*******************  /*General Elements *******************/ a.link:hover, a.link:focus {    color: #00c853  !important; } .bg-theme {    background-color: #00c853  !important; } .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {    background-color: #00c853 ;    border-color: #00c853 ; } .right-sidebar .rpanel-title {    background: #00c853 ; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active {    border-left: 4px solid #00c853 ; } .text-themecolor {    color: #00c853  !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active {    border-bottom: 2px solid #00c853 ;    color: #00c853 ; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover {    color: #00c853 ; } title[_ngcontent-aqi-c2] {    color: #00c853  !important;    text-decoration: none !important; } title[_ngcontent-aqi-c2]:hover {    font-weight: bold; } /*******************  /*Buttons *******************/ .btn-themecolor {    background: #00c853 ;    color: #ffffff;    border: 1px solid #00c853 ;    box-shadow: 0 2px 2px 0 rgba(144, 3, 73, 0.14), 0 3px 1px -2px rgba(144, 3, 73, 0.2), 0 1px 5px 0 rgba(144, 3, 73, 0.12); } .btn-themecolor:disabled {    box-shadow: none; } .btn-themecolor:disabled:hover {    box-shadow: none !important;    cursor: default; } .btn-themecolor:hover {    background: #00c853 ;    border: 1px solid #00c853 ;    box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2) !important } .btn-themecolor:focus {    background: #900349;    border: 1px solid #900349;    box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2); } .btn-themecolor.active {    background: #900349; } .multiselect-dropdown .dropdown-btn .selected-item {    background: #00c853  !important; } .multiselect-item-checkbox input[type=checkbox]+div:before {    color: #00c853  !important;    border: 2px solid #00c853  !important; } .btn-themecolor-default {    background: #ffffff;    color: #67757c;    border: 1px solid #67757c;    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12); } .btn-themecolor-default:disabled {    box-shadow: none; } .btn-themecolor-default:disabled:hover {    box-shadow: none;    cursor: default;    background: unset;    color: unset; } .multiselect-item-checkbox input[type=checkbox]:checked+div:before {    background: #00c853  !important; } .btn-themecolor-border {    color: #00c853 ;    border: 1px solid #00c853 ;    box-shadow: 0 2px 2px 0 rgba(177, 0, 88, 0.14), 0 3px 1px -2px rgba(177, 0, 88, 0.2), 0 1px 5px 0 rgba(177, 0, 88, 0.12); } input[type=radio], input[type=checkbox] {    border: 1px solid #00c853 ; } input[type=radio]:hover, input[type=checkbox]:hover, input[type=checkbox]:focus {    border: 1px solid #00c853 ;    box-shadow: 0 2px 2px 0 rgba(177, 0, 88, 0.14), 0 3px 1px -2px rgba(177, 0, 88, 0.2), 0 1px 5px 0 rgba(177, 0, 88, 0.12); } input[type=checkbox]:checked {    border-color: #00c853 ; } input[type=checkbox]:disabled {    box-shadow: none;    background-color: #dddddd;    cursor: initial;    border: 1px solid #67757c; } .btn-themecolor-border:hover {    background: #00c853 ;    box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2);    border: 1px solid #00c853 ;    color: #fff; } .btn-themecolor-border:disabled:hover {    box-shadow: none;    cursor: default;    background: unset;    color: #00c853 ; } .btn-themecolor-border:disabled {    box-shadow: none; } .btn-themecolor-border:focus {    background: #00c853 ;    color: #fff;    border: 1px solid #00c853 ;    box-shadow: 0 14px 26px -12px rgba(144, 3, 73, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 3, 73, 0.2); } /*******************  /*sidebar navigation *******************/ .label-themecolor {    background: #00c853 ; } .sidebar-nav &gt; ul &gt; li.active &gt; a {    color: #00c853 ;    border-color: #00c853 ; } .sidebar-nav &gt; ul &gt; li.active &gt; a i {    color: #00c853 ; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {    color: #00c853  !important; } .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {    color: #00c853 ; } .lighten-2 .fa {    background: #00c853  !important; } .page-item .page-link {    color: #00c853  !important; } .topbar ul.dropdown-user li a:hover {    color: #00c853 ; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    color: #00c853  !important;    border-bottom: 2px solid #00c853  !important; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {    color: #00c853 ; } input[type=checkbox]:checked:before {    color: #00c853 ; } .nav-pills .nav-link.active:after {    background: #00c853  !important; } .btn-link {    color: #00c853  !important; } .btn-link:focus, .btn-link:hover {    color: #00c853  !important; } .q_icon {    color: #00c853  !important; } .swal2-popup .swal2-styled.swal2-confirm {    background: #00c853  !important; } input[type=radio] {    border : 2px solid #00c853  !important; } input[type=radio]:checked:before {    color: #00c853  !important; } .custom-day.focused {    background-color: #00c853  !important;    color: #fff; } .quote_bit {    background: #00c853  !important;    color: #fff; } .title {    color: #00c853 ; } .title:hover {    text-decoration: underline; } input[type=checkbox]:focus {    outline: auto !important;    box-shadow: 1px 1px 2px rgb(233, 141, 176); } .btn-themecolor-border:hover {    background: #00c853 ;    box-shadow: 0 14px 26px -12px rgb(233, 141, 176), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 205, 232, 0.42);    border: 1px solid #00c853 ;    color: #fff; } .btn-themecolor-border:disabled {    background: #fff !important;    box-shadow: none !important;    color: #00c853  !important;    border: 1px solid #00c853  !important;    cursor: default !important; } .message-center::-webkit-scrollbar-track {    background-color: #eaeaea; } .message-center::-webkit-scrollbar-thumb {    background-color: #00c853  !important; } .message-center::-webkit-scrollbar-thumb:hover {    background-color: #00c853  !important; } .multiselect-dropdown .dropdown-btn .selected-item {    background: #00c853  !important; } .multiselect-item-checkbox input[type=checkbox]:checked + div:before {    background: #00c853  !important; } .multiselect-item-checkbox input[type=checkbox] + div:before {    color: #00c853  !important;    border: 2px solid #00c853  !important; } .list-group-item.pointer.active {    background-color: #00c853 ;    border-color: #00c853 ; } .list-group-item.active, .list-group .list-group-item.active:hover {    background-color: #00c853 ;    border-color: #00c853 ; } .bg-info {    background-color: #00c853  !important; } .bg-success {    background-color: #00c853  !important; } .accordion-bg-color {    background-color: #00c853  !important; } .text-themecolor-hover {    color: #00c853  !important; } .owl-dt-calendar-table .owl-dt-calendar-cell-selected {    color: rgba(255, 255, 255, .85);    background-color: #00c853  !important; } .owl-dt-control-button-content {    color: #00c853  !important; } .progress-bar {    background-color: #00c853  !important; } .CP5-hidden {    display: none !important; } .pinclass {    background-color: #eefdff !important; } .pintextclass { color: #00c853 !important; font-weight: bold; } .toggle-click { background-color: #00c853 !important; } .ngx-slider .ngx-slider-pointer { background-color: #00c853 !important; }</p><p>&nbsp;</p><p>.message_nofication.unread_notification .btn {<br>  background: #FF5315 !important;<br>}<br>.message_nofication .btn {<br>  background-color: #ff531536 !important;<br>  border: none;<br>}</p><p>.unread_notification {<br>  background-color: #eceff2de;<br>}</p><p>.message_nofication{<br>  opacity: 0.33;<br>}</p><p>.message_nofication.unread_notification{<br>  opacity: 1!important;<br>}</p></div>