.nav-link{
    color:#0867fe;
    padding: 8px;
}
.dropdown-toggle{
    background-color: #f8f9fa;
}
.own-dropdown:hover,
.own-dropdown:focus {
    background-color: #0867fe;
    border-radius: 5px;
    color: white;
}

.dropdown-item:hover{
    background-color: #0867fe;
    color: white;
}
.dropdown-item{
    color:#0867fe;

}
.own-dropdown-item{
    width:300px;
    display: block;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active{
    background-color: #0867fe;
    border-radius: 5px;
    color: white;
}

.nav-link:hover{
    background-color: #0867fe;
    border-radius: 5px;
    color: white;
}
.lang-select-item{
    margin-left: 10px;
    padding: 8px;
    border: 1px solid #0867fe;
    border-radius: 5px;
    background-color: #0867fe;
    align-items: center;
    justify-content: center;
    color: white;
}