@charset "utf-8";
.change-theme {
	background: linear-gradient(-135deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%)!important;
}
.header-theme{
	background: linear-gradient(-135deg, rgb(135, 0, 93, 0.8) 25%, rgb(255, 64, 64, 0.8) 100%)!important;
}
.change-theme-ds{
	background: linear-gradient(180deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%)!important;
}
.button-btn-ds{
	background: linear-gradient(270deg, rgb(135, 0, 93) 5%, rgb(255, 64, 64) 100%)!important;
	box-shadow: rgba(135, 0, 9, 0.6) 0px 10px 32px 0px!important;
}
.button-btn-ds:active,
.button-btn-ds:hover{
	background: linear-gradient(90deg, rgb(135, 0, 93) 5%, rgb(255, 64, 64) 100%)!important;
	box-shadow: rgba(135, 0, 9, 0.6) 0px 10px 32px 0px!important;
}
.color-palete:hover{
    background: rgb(255 83 101)!important;
    box-shadow: rgb(255 83 101 / 50%) 0px 0px 32px 0px!important;
}
.btn-primary-theme{
	color: white!important;
	background-color: #dc3545!important;
	border-color: #dc3545!important;
}
.btn-primary-theme:hover{
	background-color: #f84348!important;
	border-color: #f84348!important;
}
.btn-outline-theme{
	color: #dc3545!important;
	border-color: #dc3545!important;
	background-color: transparent!important;
}
.btn-outline-theme:hover{
	color: white!important;
	background-color: #dc3545!important;
}
.bg-primary-theme{
	background-color: #f84348!important;
}
.hover-bg-primary-theme:hover{
	background-color: #fb6a6e!important;
}
.text-style::placeholder{
	color: #f84348!important;
}
.text-stylize{
	color: #f84348!important;
}
.white-status-theme{
	color: white!important;
}
.btn-purple-theme{
	background: linear-gradient(-135deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%)!important;
	box-shadow: rgba(255, 64, 64) 0px 10px 32px 0px!important;
}
.btn-purple-theme:hover{
	background: linear-gradient(135deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%)!important;
	box-shadow: rgba(135, 0, 93) 0px 10px 32px 0px!important;
}
.btn-primary-outline-theme{
	background: rgb(255, 64, 64)!important;
	border-color: rgb(255, 64, 64)!important;
}
.nav-active{
	background: rgb(255, 64, 64)!important;
}
.text-color-red{
	color: red!important;
}