/** 
 * @package ItticiSurgelati
 * @version 1.0.0
 * 
 */
.gp-header-icon-item {
    display     : flex;
    align-items : center;
}

.gp-header-icon-btn {
    display         : inline-flex;
    align-items     : center;
    gap             : 8px;

    padding         : 0;
    border          : 0;
    background      : transparent;

    color           : #111;
    text-decoration : none;
    cursor          : pointer;
}

.gp-header-user-icon {
    font-size   : 26px;
    line-height : 1;
    color       : #111;
}

.gp-header-icon-btn .icon {
    font-size   : 24px;
    line-height : 1;
}

.gp-header-icon-text {
    display     : grid;
    gap         : 2px;
    text-align  : left;
    line-height : 1.1;
}

.gp-user-greeting {
    color       : #555;
    font-family : "Afacad", sans-serif;
    font-size   : 14px;
    font-weight : 300;
}

.gp-user-action {

    color       : #111;
    font-family : "Afacad", sans-serif;
    font-size   : 18px;
    font-weight : 500;

}

.gp-header-icon-btn:hover,
.gp-header-icon-btn:hover .gp-user-action {
    color: #000;
}

@media (max-width: 991px) {
    #loginIconSection {
        display: none;
    }
}