.text-primary {
    color: #3A00E5 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3A00E5 !important;
    border-color: #3A00E5 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #FB9600 !important;
    border-color: #FB9600 !important;
}

.btn-primary:hover {
    background-color: #2a00a7 !important;
}

.btn-secondary:hover {
    background-color: #c17503 !important;
}

.bg-color-primary {
  background-color: #3A00E5 !important;
}

.bg-color-secondary {
  background-color: #A9BCDA !important;
}

.border-l-10px-primary {
  border-left: 10px solid #A9BCDA;
}

.bg-pattern-1 {
  background-image: url(../../_assets/images/pattern-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.card-opacity {
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
