.navbar {
    position: fixed;
    z-index: 3;
    height: 55px;
}

.Googday {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-left: 40px;
}

.width-ehsan-small {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.profile-arrow-menu {
    cursor: pointer;
    margin-top: 3px;
}

.language-text {
    font-size: 14px;
    font-weight: 500;
    color: #3C3D48;
}

.header-pepartment {
    font-size: 11px;
    font-weight: 400;
    color: #888;
    margin-top: 0;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-list-group {
    margin-left: -1120%;
}

.profile-box-menu {
    width: 200px;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: white;
    margin-top: 4px;
    border-radius: 10px;
    padding: 8px 0 12px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    color: #30313D;
    display: none;
    z-index: 100;
}

.profile-menu-icon {
    width: 18px;
    height: 18px;
}

.logout-button {
    background-color: #CC0000;
    height: 32px;
    border-radius: 6px;
    font-size: 14px;
    padding-top: 4px;
}

.country-box-menu {
    width: 170px;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: white;
    margin-top: 4px;
    border-radius: 10px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    color: #30313D;
    display: none;
    z-index: 100;
}

.head-list-menu {
    padding: 8px 16px;
    font-size: 14px;
    transition: background-color 0.15s ease;
}

.head-list-menu:hover {
    background-color: #DEE9FE;
}

@media (max-width: 992px) {
    .rounded1 {
        margin-left: 25px;
        font-size: 12px;
    }

    .Googday {
        font-size: 16px;
    }

}

@media(max-width: 768px) {
    .rounded1 {
        margin-left: 20px;
        margin-top: -10px;
        font-size: 12px;
    }

    .Googday {
        font-size: 10px;
    }

    .width-ehsan-small {
        width: 30px;
        height: 30px;
    }

    .search-input2 {
        font-size: 12px;
    }

}