@import url(https://fonts.googleapis.com/css?family=Nunito);
.f-12 {
  font-size: 12px !important;
}

.text-red {
  color: red;
}

.bg-grey {
  background: #f4f5f7 !important;
}

.bg-gradient-chocolate {
  background: linear-gradient(87deg, #a45900 0, #d6af62 100%) !important;
}

.bg-gradient-custom-blue {
  background: linear-gradient(87deg, #7aa1fa 0, #407aff 100%) !important;
}

.icon-shape-custom-blue {
  color: white;
  background-color: #7aa1fa;
}

.btn-outline-custom-blue {
  color: #7aa1fa;
  border-color: #7aa1fa;
  background-color: transparent;
  background-image: none;
}

.btn-outline-custom-blue:hover {
  color: #fff;
  border-color: #407aff;
  background-color: #407aff;
}

.w-90 {
  width: 90% !important;
}

.btn-icon-only {
  padding: 10;
}

.pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background: #ffffff8c url("/assets/img/gif/loader.gif") no-repeat center center;
}

.btn-yellow {
  color: #fff;
  border-color: #ffd000;
  background-color: #ffd000;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
