.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
   
  }
.activeMenu{
    background-color: var(--cart-gold);
    font-weight:600;
}
.profileinfoCard .card-body{
    min-height: 240px;
}

.dashboard thead tr th{
    color: #4D4D4D;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #F2F2F2;
}
.bg-orange{
    background-color: #FDB368;
    color: #000;
    font-weight: 500;
    
    font-size: 14px;
}
.dashboard tbody tr td .badge{
    color: #000;
    font-weight: 500;
    
    font-size: 14px;
}

.dashboard tbody tr td .bg-green{
    background-color: #20B52633;
    
    color:#2C742F;
}

.bg-bark{
    background-color: #000;
    
    color:#fff;
}
.dashboard tbody tr td .bg-red{
    background-color:#FF5E5E;
    
    color:#fff;
}
.dashboard tbody tr td{
    color: #333333;
    font-weight: 400;
    font-size:var(--txt14)
}
.dashboard tbody tr td a{
    color: #CDA274;
    font-weight: 400;
    
}
.form-control.newsletter{
    background-color: #fff;

}
.btnSub{
    background-color: #CDA274;
    color:#fff;
}
.prHolder{
    background-color: #f9f4f0;
    display: inline-block;
    width:80px;
    
}
.orange{
    color:#FA8232;
}
.activeCircle{
    width:24px;
    height:24px;
    background-color:#FDB368 ;
}
.activeBorder{
    width:340px;
    height:8px;
    position: relative;
    top:8px;
    background-color:#FDB368 ;
}
.inactiveCircle{
    width:24px;
    height:24px;
    border:2px solid #FDB368 ;
}
.inactiveBorder{
    width:340px;
    height:8px;
    position: relative;
    top:8px;
    background-color:#FFE7D6 ;
}
.startspace{
    margin-left:35px;
}
.stepSpace{
    width:266px;
}
.fw-semibold{
    font-weight:500 !important;
}
.accDetailGreyBG{
    background-color: #F9FAFB;
}
.accdetail .form-control{
    background-color: #fff;
    border:1px solid #D0D5DD;
    border-radius: 8px;
}
.accdetail label{
    font-size: 14px;
}
.emailpos{
    top:28px;
    left:-30px;
}