.header1{
    font-size: 10px;
    padding: 0px 7%;
    color: white;
    display: flex;
    background-color: var(--app_color1);
    width: 100%;
    min-height: 30px;
    justify-content: space-between;
    align-items: center;
}

.header1_icon{
    --tblr-icon-size: 15px;
}
.sticky-top {
    width: 100vw;
    position: fixed;
    top: 0; 
}
.sticky_language_box{
    border: 0;
    border-radius: 5px 4px 5px 0px;
    color: white;
    position: fixed;
    top: 40vh;
    left: 20px;
    transform: rotate(90deg);
    transform-origin: top left;
    background-color: #00000052;
    padding: 0px;
    display: flex;
    z-index: 1000;
}
.top_heder_icons{
    width: 17px;
}
.fdre_box{
    display: flex;
    border: 0px;
    align-items: center;
    flex-direction: row; 
}
.fdre_box_flag{
    height: 17px;
    width: 20px;
    border: 0px;
}
.language_btn:hover{
cursor: pointer;
}
.active_header_link{
    color:var(--app_color1);
}
.navbar .navbar-nav .nav-link ,.dropdown-item{
    text-transform: capitalize;
    font-weight: 600;
}
.corporation_name_on_top{
    text-wrap: balance;
}
@media (max-width: 768px) {
    .navbar-brand{
        width: 70vw;
    }

}