/* CSS Document */
.bg-gradient-primary-white {
  background-image: linear-gradient(180deg, #0019fc 52%, #fff 100%); }

.bg-gradient-secondary-white {
  background-image: linear-gradient(180deg, #001998 52%, #fff 100%); }

.bg-gradient-success-white {
  background-image: linear-gradient(180deg, #8812e2 52%, #fff 100%); 
}
.bg-gradient-light-v {
  background-image: linear-gradient(180deg, #edf3fa 52%, #fff 100%); }

.bg-gradient-dark-v {
  background-image: linear-gradient(180deg, #1a1a1a 52%, #000 100%); }

.bg-gradient-success-v25 {
  background-image: linear-gradient(180deg, #8812e2 25%, #fff 100%); }

.bg-gradient-primary-radial
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.95), transparent);
}
.bg-gradient-primary-dark-radial
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.95), #000);
}

.bg-gradient-secondary-radial
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at bottom, rgba(0,25,152,0.95), transparent);
}
.bg-gradient-secondary-dark-radial
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at bottom, rgba(0,25,152,0.95), #000);
}
.bg-gradient-dark-radial
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at bottom, rgba(0,0,215,0.75), #000);
}

.bg-gradient-primary-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,152,252,0.95), transparent);
}
.bg-gradient-primary-dark-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,152,252,0.95), #000);
}

.bg-gradient-secondary-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,25,152,0.95), transparent);
}
.bg-gradient-secondary-dark-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,25,152,0.95), #000);
}
.bg-gradient-dark-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,0,215,0.75), #000);
}
.bg-gradient-success-radial-top
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,0,215,0.75), #000);
}

.bg-gradient-dark-radial-white 
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,0,215,0.75), #fff);
}
.bg-gradient-success-radial-white
{
	/* background: radial-gradient(ellipse at bottom, rgba(0,152,252,0.5), #000); */
	background: radial-gradient(ellipse at top, rgba(0,0,215,0.75), #fff);
}

.page-header.page-header-12
{
	background-position: 50% bottom;
	background-position-x: 50%;
	background-position-y: bottom;
}

/*
$primary: #0098fc;
$secondary: #001998;
*/
/*
.btn-outline-primary {
  border-color: rgba(0, 152, 252, 0.75);
  background: rgba(0, 152, 252, 0.15);
  color: rgba(0, 25, 152, 0.75); }

.btn-outline-primary:hover:not(.active) 
{
  color: #fff;
  background: rgba(0, 152, 252, 0.25); 
}*/
.btn-outline-primary {
	text-transform: capitalize;
}

.card.card-plain:hover
{
	box-shadow: none;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 100%, #cf0089, #5845ff 53%, #16c7ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient-info {
  background:linear-gradient(90deg, #008EE9, #FF0099);
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0);
}
.text-gradient-light {
  background:linear-gradient(to right, rgb(199, 210, 254), rgb(56, 189, 248), rgb(199, 210, 254));
  -webkit-background-clip:text;
  -webkit-text-fill-color:rgba(0,0,0,0);
}

.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6
{ color: #fff; }