<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-gradient-dark {
    background-image: linear-gradient(180deg,#060606 10%,#224abe 100%);
}

.mat-toolbar.mat-dark{
    background: #343a40;
    color: #fff
}

.mat-toolbar.mat-grey{
    background: #e7e7e7;
    color: #000
}

.badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: 0px;
    margin-top: 0px;
}

.badge-danger {
    color: #171616;
    background-color: #e74a3b;
}

.badge {
    display: inline-block;
    padding: 7px;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-backdrop {
  /* bug fix - no overlay */
  display: none;
}


.navbar {
	margin-bottom: 0;
	background: #fff;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
    margin-left: 375px;
    position: relative;
	padding: 30px 0;
	margin: 4!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav &gt; li {
    margin-left: 6px;
}

.navbar-default .navbar-nav &gt; li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav &gt; li &gt; a {
	color: #999;
	display: block;
    font-size: 14px;
	font-weight: 300;
    padding: 28px 15px 28px 15px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav &gt; li &gt; a.active, .navbar-default .navbar-nav &gt; li:hover &gt; a {
	border-bottom: 2px solid;
}

.navbar-default .navbar-nav &gt; li &gt; a i {
	margin: 0 -2px 0 -1px;
}

.navbar-default .navbar-nav &gt; li &gt; a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav &gt; li &gt; a.active:after {
	opacity: 1;
}
.navbar-text{
	color: rgb(63, 45, 218);
	border-top: 2px
}

</pre></body></html>