/* Top Welcome Styles */
.top-welcome {
    padding: 10px 60px;
    padding-right: 50px;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-welcome h2 {
    font-size: var(--font-size-xxxxxlarge);
    font-weight: bold;
    line-height: 1;
}

.top-welcome .text-muted {
    font-size: var(--font-size-medium);
}

.top-welcome img {
    width: 24px;
    height: 24px;
}

.top-welcome .control-icon img:last-child {
    margin-left: 20px;
}

@media (max-width: 767px){

    .top-welcome {
        padding: 25px;
        margin-bottom: 0rem !important;
    }

    .top-welcome .control-icon {
        display: none;
    }
}

@media (max-width: 440px) {
    .top-welcome h2 {
        font-size: var(--font-size-xxxlarge);
        line-height: 1.2;
        margin-bottom: 0.2rem;
    }
}

.font-size-icon, .language-icon {
    cursor: pointer;
}