.topBanner {

	position: fixed;
    top: 0;
    right: 0;
	left: 0;

	height: 34px;

	background-color: #00000044;
    padding-right: 0px;
	font-size: 13px;
	font-weight: 500;

	text-align: right;
    text-transform: uppercase;
}

.toolbar{
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/

	height: 82px;
	background-color: var(--shadow-color);
	position: fixed;

	top: 0;
    left: 0;
    right: 0;
}


.topnavbar-assembly{
	z-index: 12;
    background-color: #00000044;
    /*position: fixed;*/
    width: fill-available;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}



.navPadding {

	height: 0px;
	z-index: -10px;


    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */

}

.logo{
	left: 0px;
	top: 4px;
	width: 100px;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	margin: auto;
	position: fixed;
}

.banner{
	left: var(--side-edges);
	top: 2px;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	margin: auto;
	position: fixed;
    z-index: 320;
    max-width: 32vw;
    max-height: 80px;
}

.toolbar-nav {
    margin: 0;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    margin: 6px;
    margin-top: 33px;
}

.toolbar-nav ul {
    display: block;
}

.toolbar-nav li a {
    padding: 4px;
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 1.05em;
    line-height: 1.5em;
    position: relative;
    display: block;
}

.toolbar-nav li {
    padding: 10px;
    margin-left: 4px;
    float: right;
    display: inline-block;
    position: relative;
    /*z-index: 24;*/
}

.toolbar-nav li::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: rgba(237, 32, 36, 0);

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
    border-radius: 2px;

}

.toolbar-nav li:hover::before {
    height: 70%;
    width: 100%;

    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */

    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.toolbar-nav li.active::before {
    height: 70%;
    width: 100%;

    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */
    
    top: 15%;
    bottom: 15%;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.14);
    border-radius: 2px;
}


.toolbar li{
    display: inline-block;
}

.infobar {

    font-family: sans-serif;
	text-align: right;
    padding: 10px;
	padding-left: var(--side-edges);
	padding-right: var(--side-edges);
    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */
    margin-right: 10px;

}


.infobar a{
	color: var(--highlight-text-color);
	cursor: pointer;
}

.small-language-icon{
	height:30px;
	width:30px;
	margin:-10px; 
	margin:-10px;
}

.brand-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.brand h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.brand-line {
    display: inline-block;
    width: 170px;
    height: 2px;
    background-color: #ed2024;
}

.menu-top-menu-container{
    width: -moz-available;          /* For Mozzila */
    width: -webkit-fill-available;  /* For Chrome */
}


/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
    width: 22px;
    height: 22px;
}

.svg-icon-small {
    padding: 0px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: var(--text-color);
}

.svg-icon circle {
  stroke: var(--text-color);
  stroke-width: 1;
}

.hamburger path{
  fill: var(--highlight-text-color);
}

.app-version{
    font-size: 17px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 3px;
}


.full-height{
    align-items: stretch;
    flex-direction: column;
}

.font-size-tiny{
    font-size: 11px;
}


.glow-dark {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.21);
    -moz-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.21);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.2);
}


.preview-badge:after{
    content: 'Preview';
    float: right;

    font-weight: 200;
    font-size: 15px;
    color: hsl(var(--application-hue), var(--application-saturation-percent), 70%);

    border-radius: 6px;
    border: 1px solid hsl(var(--application-hue), var(--application-saturation-percent), 70%);

    margin-top: 14px;
    margin-right: 6px;
    padding: 9px;
}

.category-divider{
    border-top: 1px solid #FFFFFF33;
    min-height: 2px;
}


.menu-title span {
    background-color: var(--shadow-color);
    color: var(--text-color);
    border-radius: 17px;
    height: 22px;
    line-height: 20px;
    font-size: 24px;
    padding: 4px 19px;
}

.menu-title {
    display: block;
    font-size: 21px !important;
    line-height: 21px;
    list-style: none outside none;
    padding: 15px 10px 15px 28px !important;
    text-decoration: none;
    color: var(--text-color);
}

#accordion li {
    font-size: 20px;
    line-height: 0;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    color: #33FFFF;
    /* border-top: 1px solid rgba(0,0,0,0.2); */
     border-top: 1px solid rgba(0,0,0,0); 
     border-bottom: 1px solid rgba(0,0,0,0); 


    margin-top: -6px;
    margin-bottom: -6px;

}
.hover-identify:hover {
     border-top: 1px solid rgba(255,0,0,0.2); 
     border-bottom: 1px solid rgba(255,0,0,0.2); 

}

#accordion li i {
    font-size: 18px;
    font-style: normal;
    left: -5px;
    line-height: 15px;
    position: relative;
    width: 20px;
    top: 5px;
}

#accordion ul li{
    border-left: 4px solid white;

}

ul.topnav li a {
    color: var(--text-color);
    display: block;
    font-size: 15px;
    line-height: 25px;
    list-style: none outside none;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
}

ul.topnav li a:hover:after {
    border-bottom: 6px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 19px;
    left: -6px;
    content: "";
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    tranform: rotate(90deg);
}

li .active {
  background-color: rgba(255,255,255,0.14);
}

ul.topnav h4 {
    float: right !important;
    margin-top: -2px;
}
ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.smart-menu {
  position: relative;
    width: 100%;
}

.btn-closenav-left, .btn-pinnav-left, .btn-closenav-right, .btn-pinnav-right {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  display: none;
}

.padded-10{
  margin-top: 10px;
}

.accordion-app-icon{
    margin-top:-20px;
}

.hamburger-button {
  color: #fff;
  z-index: 25;
  position: relative;
  padding-left: 8px;
  padding-top: 0px;
  cursor: pointer;
}

.navigation-controls{
  z-index: 22;
  height: 40px;
  width: 240px;
}


/* The side navigation menu */
.smartnav {
    top: 0; /* 100% Full-height */
    bottom: 0; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the smartnav */
    box-shadow: 0px 0px 1px #88888888 ;
    backdrop-filter: blur(8px);
}


/* When you mouse over the navigation links, change their color */
.smartnav a:hover {
    color: white;
    background-color: #FFFFFF22;
}

.smartnav-left {
    top: 0; /* 100% Full-height */
    bottom: 0; /* 100% Full-height */
    width: var(--navigation-left); /* 0 width - change this with JavaScript */
    margin-left: -240px;
    position: fixed; /* Stay in place */
    z-index: 5; /* Stay on top */
    background-color: var(--shadow-color);
    opacity: 1;
    overflow: hidden; /* Disable scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the smartnav */
    box-shadow: 0px 0px 2px #88888888 ;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: 0.8s ease;
}


.leftSideNav{
    width: 200px;
}


.fixed{
    position: fixed;
}
.left{
    left: 0;
}
.right{
    right: 0;
}


.topnav h4{
    margin: 0px;
}

.category-divider{
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFFFFF88;
}


.accordion-banner{
    margin-top: -250px;
    position: absolute;
    z-index: 15;
    width: 180px
}

.accordion-banner img{
    margin-left: 16px;
    width: 200px;
}
.accordion-container{
    padding-top: 54px;
}



.menu-left-nest {
    overflow-y: overlay;
    position: absolute;
    inset: 0;
    padding-top: 100px;
    padding-bottom: 20px;
}

.absolute{
    position: absolute;
}
.relative{
    position: relative;
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 900px) {
    .hide-on-small-screens {
        display: none;
    }
}
