/* You can add global styles to this file, and also import other style files */
body{
  background-color: rgb(19, 21, 25) !important;
}

.background-color{
  background-color: rgb(28,30,34);
}

.control-background-color{
  background-color: rgb(35, 37, 42) !important;
  color: white !important;
}

.control-background-color::placeholder{
  color: white !important;
}

.control-border-color{
  border-color: rgb(52,	54	,60	); 
  
}


.button-background-color{
  background-color: rgb(54,	56,	59	);
}

.button-background-color:hover{
  background-color: rgb(35, 37, 42) !important;
  border-color: rgb(54,	56,	59	);
}



.gradient-Boarder{
  border: 2px solid transparent; /* Start with a transparent border */
  background-image: linear-gradient(to bottom right, #f06, #9f6); /* Define the gradient */

}

