
nav{
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    align-items: baseline;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    flex-grow: 1;
    position:fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 5px;
    align-items: center;
}
nav .navbar{
    padding-bottom: 0;
    flex-grow: 50;
}
nav #profileIcon{
    flex-grow: 2;
}
.navbar {
    flex-wrap: nowrap;
    justify-content: space-around;

}
  
.navbar-logo img {
    max-width: 100%;
    width: 12vw;
}
  
.navbar-links-left,
.navbar-links-right {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6px;
    width: min-content;
    text-align: center;
    align-items: center;
    flex: 1;
    justify-content:center;

}
 
.navbar-links-left a,
.navbar-links-right a{
    text-decoration: none;
    color: #25aae1;
    display: block;
    transition: color 0.15s ease-in-out;
    font-weight: bold;
}
.navbar-links-left a:hover,
.navbar-links-right a:hover{
    color: #156eb2;
    text-shadow: 0 2px 4px rgba(0, 111, 171, 0.2);
}
/* .navbar-links-left li,
.navbar-links-right li {
    margin-right: 10px;
}
   */
.navbar-links-right li:last-of-type {
    margin-right: 0;
}
  
.fa {
    font-size: 18px;
}
  
.badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -8px;
}
.notification .badge {
    display: block;
}
#profileIcon{
    z-index: 100000;
}
#profileIcon:hover{
    cursor: pointer;
}
#profileIcon .profileIconInner {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
}
  
#profileIcon .profileIconInner:hover {
    background-color: #f1f1f1;
    border-radius: 50%;
}
  
#profileIcon .profileIconInner i {
    font-size: 24px;
    color: #333;
}
  
#profileIcon .profileIconInner:hover i {
    color: #000;
}
  
#profileIcon .badge {
    top: -10px;
    right: -10px;
} 

/*NAVBAR ACCOUNT POPUP START*/
#navPopup {
    position: absolute;
    width: 300px;
    top: 4.5rem; /* Adjust top value as per your need */
    right: 1.5rem; /* Adjust right value as per your need */
    background-color: white;
    border: 1px solid #25aae1;
    border-radius: 10px;
    z-index: 101;
    background-color: #fff;
	position: fixed;
    right: 10;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 2rem 0;
}
 #navPopup h2{
    text-align: center;
    padding: 2.5% 2px;
    border-bottom: 1px solid #868686;
    border-top: 1px solid #868686;
    font-size: 1.3em;
    font-weight: bold;
}
#yourProfile{
    text-decoration: none;
}
.navCard{
    width: 100%;
}
.top-container{
	display: flex;
    justify-content: space-around;
	align-items: center;
    padding: 6px 0px;
    background-color: #eee;
    width: 75%;
    margin: auto;
    border-radius: 12px;
}
.clientProfile{
	display: flex;
    justify-content: space-around;
	align-items: center;
    padding: 6px 0px;
    background-color: #25aae1;
    width: 75%;
    margin: 0rem auto 10px;
    border-radius: 10px;
    outline: 1px solid #25aae1;
    border: 2px solid white;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}
.clientProfile:hover{
    transition: all 0.3s ease-out;
    border: 2px solid #25aae1;
}
.clientProfile a{
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.profile-image{
	border-radius: 10px;
	border: 2px solid #5957f9;
}
.name{
	font-size: 15px;
	font-weight: bold;
	color: #272727;
	position: relative;
	top: 8px;
}
.mail{
	font-size: 14px;
	color: grey;
	position: relative;
	top: 2px;
}
.middle-container{
	background-color: #eee;
	border-radius: 12px;
    gap:10px;
    width: 75%;
    margin: 10px auto !important;
}
.dollar-div{
	background-color: #25aae1;
	padding: 12px;
	border-radius: 10px;
}
.round-div{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dollar{
	font-size: 16px !important;
	color: #25aae1 !important;
	font-weight: bold !important;
}


.current-balance{
	font-size: 15px;
	color: #272727;
	font-weight: bold;
}
.amount{
	font-size: 16px;
    text-align: right;
	font-weight: bold;
}
.dollar-sign{
	font-size: 16px;
	color: #272727;
	font-weight: bold;
}

.recent-border{
	border-left: 2px solid #5957f9;
	display: flex;
	align-items: center;

}
.recent-border:hover {
	border-bottom: 1px solid #dee2e6!important;
}

.recent-orders{
	font-size: 16px;
	font-weight: 700;
	color: #25aae1;
	margin-left: 2px;
}
.pointsRow{
    padding-left: 6%;
    margin-bottom: 0.3rem;
}
.wishlist{
	font-size: 16px;
	font-weight: 700;
	color: #272727;

}
.wishlist-border:hover{
	border-bottom: 1px solid #dee2e6!important;
}
.fashion-studio{
	font-size: 16px;
	font-weight: 700;
	color: #272727;
}
.fashion-studio-border:hover {
	border-bottom: 1px solid #dee2e6!important;
}


hr{
    width: 100%;
    margin: 0;
} 
.red{
    color: red;
}
.green{
    color: green;
}
/*NAVBAR ACCOUNT POPUP END*/


@media only screen and (max-width: 700px) {
    .navbar-logo img {
        max-width: 100%;
        width: 15vw;
        margin-inline: 15px;
    }
      
    #navPopup *{
        font-size: 22px;
    }
    nav *{
        font-size: 0.9em !important;
    }
    nav #profileIcon{
        flex-grow: 0;
        font-size: 1.3rem !important;
    }
    .navbar-links-left a,
    .navbar-links-right a{
        width: min-content;
    }
}