.bg-blue-hover {
  background: #f3f8f9;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.bg-blue-hover:hover {
  background: #4696cd;
  color: white !important;
}

.bg-blue {
  background: #f3f8f9;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #4696cd;
  color: white !important;
}
.button-1{
    background-color: #4696cd !important;
}
.button-1:hover{
    background-color: #3a7ec9 !important;
}
.button-2{
    background-color: #f58c2d !important;
}
.button-2:hover{
    background-color: #ef7b24 !important;
}
.button-3{
    background-color: #3a7ec9 !important;
}
.button-3:hover{
    background-color: #4696cd !important;
}
.txt-white{
    color: #ffff !important;
}

.bg-purple-hover {
  background: #efe7f2;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.bg-purple-hover:hover {
  background: #b492b9;
  color: white !important;
}

.bg-purple {
  background: #efe7f2;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #b492b9;
  color: white !important;
}

.complete-width {
  color: #787878 !important;
  width: 80%;
}

.left-margin {
  margin-left: 10px;
}

/* 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;
}

.custom-flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-orient: horizontal;

}

@media (max-width: 800px) {
  .complete-width {
    width: 100%;
  }

  .left-margin {
    margin-left: 0px !important;
  }
}
