<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.btn-custom {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background-color: #7e4293 !important;
  border-radius: 5px;
  transition: all 400ms ease-in-out;
  background-clip: inherit;
}
.btn-custom1 {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background-color: #ac3464 !important;
  border-radius: 5px;
  transition: all 400ms ease-in-out;
  background-clip: inherit;
}
.btn-custom2 {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background-color: #7e4293 !important;
  border-radius: 5px;
  transition: all 400ms ease-in-out;
  background-clip: inherit;
  
}


.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  border-radius: 5px;
  margin-bottom: 20px;
  background-clip: padding-box;
  background-color: #ffffff;
}

.text-purple{
	color:#7e4293 !important;
}

.text-info {
  color: #34d3eb !important;
}</pre></body></html>