.bg-color-gradient-main{
  background: linear-gradient(170.05deg, #4A7DFF 6.98%, #2562FF 50%, #4A7DFF 93.02%);
}
.bg-color-white{ 
    background-color:#fff;
}
.bg-color-secondary{
   background: #F8FBFF;
}
.bg-color-grey{
    background: #F3F3F3;
}
.text-primary-color{
  color:#014DD3;
}
.text-color-black{
    color:#000000;
}
.text-color-white{
    color:#ffffff !important;
}
.bg-color-dark{
    background-color:#000000;
}
.bg-color-image{
    background-position:center center;
        background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.bg-color-blue-gradient{
    background: linear-gradient(129.84deg, #3366FF 11.53%, #1F3D99 88.47%);
}
.bg-color-gradient-1{
    background: radial-gradient(100% 324% at 0% 0%, #044ED2 0%, #479FFF 50.52%, #044ED2 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.bg-color-gradient-2{
    background: linear-gradient(247.43deg, #90A2F1 0.13%, #F6F8FF 23.42%, #FFFFFF 50%, #F0F3FF 75.25%, #97A6F1 99.87%);
}
.text-color-violet-shade{
    background: linear-gradient(90.48deg, #009DFF 7.99%, #503AFF 92.01%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.text-color-violet-shade-2{
    background: linear-gradient(96.07deg, #009DFF 0%, #503AFF 40.84%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.custom-text-color-1{
color: #8400FF;
fill: #8400FF;
}
.custom-text-color-2{
color: #019DFF;
fill: #019DFF;
}
.custom-text-color-3{
color: #513BFF;
fill: #513BFF;
}
.custom-text-color-4{
color: #13C301;
fill: #13C301;

}