#savings-result{

display: none;

}
.has-error{
border-color:red !important;
}
#individual-savings-result{

display: none;

}

.discover-badge {
  background-color: #02ACBB;
  color: #fff;
  border-radius: 20px;
  color: white;
  font-family: muli;
  font-weight: 400 !important;
  font-size: 14px !important;
  width: fit-content;
  top: -6%;
right: 4%;
position: absolute;
}


.calculator-container {
    background-color: #fff;
    border-radius: 12px;
  }

  .btn-calculate {
    background-color: #a23b9a !important;
    color: #fff !important;
    border: none !important;
  }
  .btn-calculate:hover {
    background-color: #8c3086 !important;
    color: #fff !important;
  }
 
  .info-badge {
    background-color: #1ec6cc;
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-top: -1rem;
    position: relative;
    top: 1rem;
  }


  .cal-bg{
/*         background-color: #7752981A;
    border-radius: 8px; */
  }

  .label-text{
    font-family: muli;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #243641;
  }

  .sal-sac-input {
    font-family: muli;
      border: 1px solid #24364133;
      box-sizing: border-box !important;
      border-radius: 4px !important;
      min-height: 51px !important;
      font-size: 16px !important;
      font-family: muli;
      font-weight: 400;
  }

  .total-employees-input-result-page {
    font-family: muli;
      border: none;
      box-sizing: border-box !important;
      
      /* min-height: 51px !important; */
      font-size: 16px !important;
      font-family: muli;
      font-weight: 400;
      border-bottom:1px dashed #24364180 ;
      text-align: center;

  }

  .total-employees-input-result-page:focus-visible{
    outline: none;

    border-bottom:1px dashed #243641 !important ;
  }

  .flex-basis-30{
    flex-basis: 30%;
  }

  .flex-basis-20{
    flex-basis: 20%;
  }

  .border-1{
    border-top: 1px solid #2436410D;
  }

  .update-outline-maji {
    color: #a23b9a !important;
    border-color: #a23b9a !important;
  }

  .update-outline-maji:hover {
    color: #a23b9a !important;
  }

  .label-text-total-savings{
    font-family: muli;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #243641;
  }

  .wow-img{
    position: absolute;
    top: -22%;
    left: -2%;
  }

  .talk-to-us-bg{
    background: linear-gradient(90.26deg, #107BAD 34.28%, #775298 93.17%);
    border-radius: 8px;
    box-shadow: 0px 2px 6px 0px #1F35422B;

  }

  .talk-to-us-text{
    font-family: muli;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: white;
  }

  .btn-talk-us {
    background-color: white !important;
    color: #a23b9a !important;
    border: none !important;
  }

  .btn-talk-us:hover {
    color: #8c3086 !important;
  }

  .talk-us-boy{
    position: absolute;
    top: -95%;
    right: 47%;
  }

  /* For Chrome, Edge, and Safari */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* For Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }

.header-title-text {
  font-family: Poppins;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #243641;
}

.amount-text {
  font-family: muli;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #243641;
}

.total-saving-bg{
  background-color: #11B7621A;
  border-radius: 12px;
}

.assumptions-text{
  font-family: muli;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #243641;
}

.top-2{
top: -16px;
}

.right-2{
right: 30px;
}

#sal_sac_calculation_second_page{
display:none;
}

.font-weigh-600{
  font-weight: 600;
}

.white-space-nowrap{
	white-space:nowrap;
}

@media (min-width:320px) and (max-width:991px){
    .discover-badge{
    font-size: 10px !important;
		top: 0 !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: max-content !important;
    }

    .mx-0-on-mob{
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

    .header-title-text{
      font-size: 13px !important;
    }

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

    .amount-text {
      font-weight: 400 !important;
      font-size: 13px !important;
    }

    .sal-sac-input{
      font-size: 13px !important;
    }

    .w-inherit{
      width: inherit !important;
    }

    .label-text-total-savings{
      font-size: 18px !important;
    }

    .wow-img{
      position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .talk-us-boy{
      display: none;
    }

    .talk-to-us-text{
      font-size: 14px !important;
    }
	
	.min-height-30{
		min-height: 30px !important;
	}
	
	.total-employees-input-result-page{
		font-size: 13px !important;
	}
	

/* 	.badge-center{
		top: 0 !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: max-content !important;
	} */


}
