/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #990000;
	--cnvs-themecolor-rgb: 153, 0, 0;
	--cnvs-header-height-shrink: 90px;
}

#copyrights a {color: #fff !important;}

.table-sm {font-size: 14px;}

 #more {display: none;} 

.btn-danger {background-color: #990000 !important;}