/* HEADER */
.fat-header {
    position: relative;
    top: 0;
    z-index: 999;
}

/* TOPBAR */
.fat-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOCATION */
.fat-location {
    font-size: 14px;
    font-weight: 600;
}

/* ICON WRAP */
.fat-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* ICON */
.fat-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* ICON SVG */
.fat-icon svg {
    width: 20px;
    height: 20px;
    stroke: #222;
}

/* BADGE */
.fat-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
}

/* USER */
.fat-user-wrap {
    display: flex;
    align-items: center;
}

.wc-location{
	
	display:flex;
	align-items:center;
	gap:6px;
	font-weight:500;
	font-size:14px;
	
}

.wc-location{
	weight:18px;
	height:18px;
	stroke:#0a6d63;
	
}

.fat-user-name{
    font-size:14px;
    font-weight:600;
    color:#000;
    white-space:nowrap;
}