/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: rgb(39, 39, 39) !important;
}

.btn-search {
    background-color: rgb(67, 67, 67) !important;
    color: white !important;
}

#home {
    padding-top: 0;
}

.bg-color,
.bg-color #header-wrap {
    background-color: rgb(255, 166, 0) !important;
}

.copylighttext {
    color: orange !important;
}

.searched > p {
    max-height: 120px !important;
}
