/*Pictogram colour*/
.change-my-color {
  filter: invert(1%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}

.items-block{
    display: block;
}
.items-inline{
    display: inline;
}

.stats-title{
    font-weight: 400;
    font-size: small;
}
.stats-title-data{
    font-weight: 600;
    font-size: small;
}

.nav-bar-background{
    background-color: #2c3b52f7;
    border-radius: 2px;
    /* color: rgb(222, 64, 64); */
    max-width: var(--max-width);
    margin: auto;
}

li .nav-b-btn-g{
    color: rgb(212, 212, 212);
    font-weight: 400;
}
li .nav-b-btn-g:hover{
    color: rgb(255, 255, 255);
    font-weight: 400;
}

li .icon-size-20{
    height: 20px;
    aspect-ratio: 1;
}

nav .active{
    /* background-color: rgb(0, 75, 173); */
    text-decoration: underline;
}

nav li .dropdown-item.active{
    background-color: #405b84f7;
}
nav li .dropdown-item:hover{
    background-color: #254fd9;
}