
.text-primary {
    color: var(--color-primary);
}
.text-teal{
    color:#68c9c2 !important;
}
.text-grey{
    color:#989898 !important;
}
.text-grey-dark{
    color:#575757 !important;

.text-grey-light{
    color:#bebebe !important
}
}
.text-grey-medium{
    color: #777777 !important;
}

.text-grey-dark{
    color:#444444
}

.font-weight-500{
    font-weight: 500 !important;

}
.fw-400{
    font-weight: 400 !important;
}

.fs-10{
    font-size: 10px !important;
}

.fs-11{
    font-size: 11px !important;
}

.fs-12{
    font-size: 12px !important;    
}

.fs-13{
    font-size: 13px !important;    
}

.fs-14{
    font-size: 14px !important;    
}

.fs-15{
    font-size: 15px !important;
    
}

.fs-16{
    font-size: 16px !important;
    
}

.fs-17{
    font-size: 17px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-19{
    font-size: 19px !important;
}
.fs-20{
    font-size: 20px !important;
}

.fs-label{
    font-size: 13px;
    font-weight: 500;
    color: #575757;
    
}
.billing-title {
    font-family: 'Inter', sans-serif; 
    font-weight: 500 ! important; 
    font-size: 14px;
    line-height: 22.4px;
    color: var(--color-primary) 
}

.billing-header {
    font-family:'Inter', sans-serif; 
    font-weight: 600; 
    line-height: 22.4px;
    color: var(--color-primary);

}

.no-padding{
    padding: 0 !important;
    margin: 0 !important
}
.text-label{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text) ;
    margin: 0 !important;
}

.text-helper{
    font-family: 'Inter', sans-serif;
    color: var(--color-text);
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    
}
.curved-border {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
  }
.curved-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #57b3ab;
    border-radius: 3px; 
  }
  .bg-secondary{
    background-color:var(--color-secondary) ;
  }