@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@1,300&display=swap');
body{
   font-family: 'Prompt', sans-serif;
   background-color: #fff;
   

}
input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
.bg-success-gradient
{
 background: linear-gradient(90deg, rgba(85,185,7,1) 0%, rgba(131,225,27,1) 100%);
 color: #FFFFFF;
}
.bg-blue-gradient
{
 background: rgb(25,0,255);
 background: linear-gradient(180deg, rgba(25,0,255,1) 0%, rgba(0,255,188,1) 100%);
 color: #FFFFFF;
}
.bg-purple-gradient
{
  background: rgba(217, 42, 238, 1);
  background: linear-gradient(180deg, rgba(217,42,238,1) 0%, rgba(229,153,246,1) 100%);
  color: #fff;
}
.bg-purple
{
  background: rgba(217, 42, 238, 1);
  color: #fff;
  
}
.bg-orange-gradient
{
 background: rgb(255,171,0);
 background: linear-gradient(0deg, rgba(255,171,0,1) 0%, rgba(255,209,0,1) 100%);
 color: #FFFFFF;
}
.bg-black-gradient
{
 background: rgb(24,24,24);
 background: linear-gradient(0deg, rgba(24,24,24,1) 0%, rgba(56,55,55,1) 100%);
 color: #FFFFFF;
}

.bg-yellow-gradient{
  background: rgb(211,255,0);
  background: linear-gradient(0deg, rgba(211,255,0,1) 0%, rgba(250,218,0,1) 100%);
  color: #FFFFFF;
}
.bg-red-gradient
{
  background: rgb(238,30,30);
  background: linear-gradient(0deg, rgba(238,30,30,1) 0%, rgba(247,139,139,1) 100%);
  color: #FFFFFF;
}
.bg-green-gradient
{
  background: rgb(10,135,1);
  background: linear-gradient(189deg, rgba(10,135,1,1) 0%, rgba(117,241,94,1) 100%);
  color: #FFFFFF;
}


.btn-yellow-x {
  color: #0e663a;
  background: rgb(211,255,0);
  background: linear-gradient(0deg, rgba(211,255,0,1) 0%, rgba(250,218,0,1) 100%);
  border-color: #83e11b;
}
.bg-gray
{
  background-color: #cdb5cc;
}




.btn-yellow-x:hover {
  color: #fff;
  background-color: #d2a303;
  border-color: #f5ff00;
}

.btn-yellow-x:focus, .btn-yellow-x.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-yellow-x.disabled, .btn-yellow-x:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-yellow-x:not(:disabled):not(.disabled):active, .btn-yellow-x:not(:disabled):not(.disabled).active,
.show > .btn-yellow-x.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-yellow-x:not(:disabled):not(.disabled):active:focus, .btn-yellow-x:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow-x.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


.bg-tbound
{
 background: rgb(0,65,255);
  background: radial-gradient(circle, rgba(0,65,255,0.48503151260504207) 0%, rgba(0,206,255,0.4206057422969187) 100%);

}

.btn-purple 
{
  color: #fff;
  background: #D92AEE;
  
  
}

.btn-purple:hover {
  color: #fff;
  background-color: #B837C1;
  border-color: #D92AE6;	
   
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #B837C1;
  border-color: #B837C1;
  box-shadow: 0 0 0 0.2rem rgba(217, 42, 238, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #D296D7;
  border-color: #D296D7;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #B837C1;
  border-color: #B837C1;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 45, 240, 0.5);
}



.text-purple
{
  color: rgba(217, 42, 238, 1);
}



.navbar-dark .navbar-nav .nav-link.active 
{
  color: rgba(217, 42, 238, 1);
  border-bottom: 3px solid #d92aee;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus 
{
  color: rgba(217, 42, 238, 0.7);
  border-bottom: 3px solid #d92aee;
}
.card-header
{
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
 
}
.card
{
  border: 0px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
}

.btn-outline-purple {
  color: #D92AEE;
  border-color: #D92AEE;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #D92AEE;
  border-color: #D92AEE;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 45, 240, 0.5);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #D92AEE;
  border-color: #D92AEE;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 45, 240, 0.5);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #D92AEE;
  background-color: transparent;
}