/* NEDA Customer Drawer RC40.7 Clean */

.nd-customer-panel{font-family:inherit!important;}

.nd-customer-panel-card{
 width:410px!important;
 max-width:92vw!important;
 background:#fff!important;
 border-radius:24px!important;
 overflow:hidden!important;
 box-shadow:0 20px 60px rgba(15,23,42,.18)!important;
}

.nd-customer-panel-head{
 padding:18px!important;
 border-bottom:1px solid #eef2f7!important;
}

.nd-customer-panel-close{
 width:34px!important;height:34px!important;
 border-radius:11px!important;
 border:1px solid #e5eaf2!important;
 background:#fff!important;
 color:#64748b!important;
}

.nd-customer-profile{
 display:flex!important;
 align-items:center!important;
 gap:12px!important;
 direction:rtl!important;
}

.nd-customer-avatar{
 width:46px!important;height:46px!important;
 flex:none!important;
 border-radius:50%!important;
 background:#eff6ff!important;
 color:#176ee5!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
}

.nd-customer-profile-info{
 display:flex!important;
 flex-direction:column!important;
 justify-content:center!important;
 min-width:0!important;
}

.nd-visually-hidden{
 position:absolute!important;
 width:1px!important;height:1px!important;
 overflow:hidden!important;
 clip:rect(0,0,0,0)!important;
}

#ndCustomerProfileName{
 display:block!important;
 margin:0!important;
 color:#172033!important;
 font-size:15px!important;
 line-height:1.6!important;
 font-weight:900!important;
}

#ndCustomerProfileEmail{
 display:block!important;
 margin-top:2px!important;
 color:#94a3b8!important;
 font-size:11px!important;
}

.nd40-nav{
 height:70px!important;
 display:flex!important;
 border-bottom:1px solid #eef2f7!important;
 padding:0 12px!important;
}

.nd40-nav-item{
 flex:1!important;
 border:0!important;
 background:none!important;
 color:#64748b!important;
 font-family:inherit!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 gap:7px!important;
 position:relative!important;
}

.nd40-nav-item span{font-size:16px!important;}
.nd40-nav-item b{font-size:13px!important;font-weight:800!important;}

.nd40-nav-item.active{color:#176ee5!important;}

.nd40-nav-item.active:after{
 content:""!important;
 position:absolute!important;
 bottom:0!important;
 width:38px!important;
 height:3px!important;
 background:#176ee5!important;
 border-radius:5px!important;
}

.nd-customer-panel-body{padding:14px!important;}
