
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  
body{
  font-family: mainFont;
  /* ======== start from here ======== */
  background: #fff !important;

}
.btn {
  border-color: rgb(32, 183,248);
  background:rgb(32, 183,248);
}
.btn:hover {
  border-color: rgb(28, 161, 218);
  background:rgb(28, 161, 218);
}
.btn-outline-primary {
  background: white;
  color: rgb(32, 183,248);
}
.progress-bar {
  background:rgb(32, 183,248);
}
.btn-outline-primary {
  color: rgb(32, 183, 248);
  border-color: rgb(32, 183, 248);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(32, 183, 248);
  border-color: rgb(32, 183, 248);
}
.btn-outline-primary:focus-visible {
  border-color: rgb(32, 183, 248);
}
.btn-outline-primary:active {
  color: #fff;
  background-color: rgb(32, 183, 248);
  border-color: rgb(32, 183, 248);
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(32 183 248 / 50%);
}