
/*typography*/
@font-face {
	font-family: 'ITC Grouch';
	src: url(../assets/fonts/grouch-bt.ttf);
	font-weight: 600;
}

@font-face {
	font-family: 'Circular Std';
	src: url(../fonts/CircularStd-Book.otf);
	font-weight: 400;
}

@font-face {
	font-family: 'Circular Std';
	src: url(../fonts/CircularStd-Bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: 'Circular Std';
	src: url(../fonts/CircularStd-Black.otf);
	font-weight: 900;
}

p, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Circular Std';
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900 !important;
}
.invalid-feedback div{
	font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    color: red;
}

.order-steps:before
{
    left: 1px;
}

.timeline-label .fa-circle
{
    font-size: 1.15rem !important;
}

.text-pink
{
    color: #f1416c !important;    
}

.timeline-label .active .timeline-content
{
    color: #f1416c !important;
}

.modal-body
{
    padding-top: 0px;
}

form .ki-duotone
{
    cursor: pointer;
}

.address-active
{
    border: solid 2px #51cd89 !important;   
}

.address-item
{
    border:solid 1px #ccc;
    border-radius:5px;    
}

.pull-right{
    float: right !important;
}

#patient_id_error, #product_count_error
{
    margin-bottom: 10px;
}

.stepper-label h3
{
    font-size: 20px !important;
}

.stepper-icon
{
    border-radius: 0px !important;
}

.timeline-label .timeline-badge i
{
    background-color: #f6f8fa !important;
}

.center
{
    text-align: center;
}

.text-left
{
    text-align: left !important;
}
/*text-left*/


.form-check-label
{
    color: #7E8299;
}


.field-icon {
  float: right;
  margin-right: 25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.cp{
    cursor: pointer;
}

.qty_msg
{
    float: right;
    font-weight: 600;
    color: red;
}

.br {
  content: '\A';
  display: contents;
  white-space: pre;
}
.form-check-custom .form-check-label {
  margin-left: 0.55rem;
  text-transform: lowercase;
}
.form-check-custom .form-check-label::first-letter {
  margin-left: 0.55rem;
  text-transform: capitalize;
}
.form-check-input {
    
    width: 1.25em;
    height: 1.25rem;
}
.btn.btn-primary {
  
    background-color: #d31772;
}