* {
  font-family: "Ubuntu", sans-serif;
}

.navbar-toggler,
.input-group-text,
.form-control,
.card,
.card-header,
.input-group,
.btn {
  border-radius: 9px;
}

.bg-pollaris {
  background: rgb(44, 170, 164);
  background: linear-gradient(
    221deg,
    rgba(44, 170, 164, 1) 0%,
    rgba(60, 192, 214, 1) 100%
  );
}

.btn-pollaris {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(71, 71, 71, 1) 100%
  );
}

.btn-pollaris:hover,
.btn-pollaris:active,
.btn-pollaris:focus {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(71, 71, 71, 1) 100%,
    rgba(0, 0, 0, 1) 0%
  );
}

.btn-pollaris:disabled {
  color: #fff;
}

.btn-success-pollaris {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(35, 150, 50, 1) 100%
  );
}

.btn-success-pollaris:hover,
.btn-success-pollaris:active,
.btn-success-pollaris:focus {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(35, 150, 50, 1) 100%,
    rgba(0, 0, 0, 1) 0%
  );
}

.btn-success-pollaris:disabled {
  color: #fff;
}

.btn-info-pollaris {
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    221deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 140, 157, 1) 100%
  );
}

.btn-info-pollaris:hover,
.btn-info-pollaris:active,
.btn-info-pollaris:focus {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(38, 140, 157, 1) 100%,
    rgba(0, 0, 0, 1) 0%
  );
}

.btn-info-pollaris:disabled {
  color: #fff;
}

.bg-shop {
  background: rgb(171, 0, 255);
  background: linear-gradient(
    221deg,
    rgba(171, 0, 255, 1) 0%,
    rgba(121, 2, 255, 1) 100%
  );
}

.bg-snack {
  background: rgb(251, 177, 103);
  background: linear-gradient(
    90deg,
    rgba(251, 177, 103, 1) 0%,
    rgba(255, 45, 17, 1) 100%
  );
}

.bg-pharmacy {
  background: rgb(0, 161, 175);
  background: linear-gradient(
    90deg,
    rgba(0, 161, 175) 0%,
    rgba(0, 121, 155) 100%
  );
}

.bg-green {
  background: rgb(130, 187, 126);
  background: linear-gradient(
    90deg,
    rgba(130, 187, 126, 1) 0%,
    rgba(45, 97, 38, 1) 100%
  );
}

.bg-tech {
  background: rgb(109, 205, 245);
  background: linear-gradient(
    90deg,
    rgba(109, 205, 245, 1) 0%,
    rgba(28, 57, 126, 1) 100%
  );
}

.bg-oos {
  background: rgb(175, 122, 90);
  background: linear-gradient(
    90deg,
    rgba(175, 122, 90, 1) 0%,
    rgba(135, 71, 37, 1) 100%
  );
}

.bg-stock {
  background: rgb(3, 155, 229);
  background: linear-gradient(
    221deg,
    rgba(41, 182, 246, 1) 0%,
    rgba(3, 155, 229, 1) 100%
    
  );
}

.text-stock {
  color: rgba(121, 2, 255, 1);
}


.text-shop {
  color: rgba(121, 2, 255, 1);
}

.text-snack {
  color: rgb(251, 177, 103);
}

.text-green {
  color: rgb(130, 187, 126);
}

.text-tech {
  color: rgb(109, 205, 245);
}

.text-oos {
  color: rgb(175, 122, 90);
}

.text-pharmacy {
  color: rgb(0, 161, 175);
}