﻿body {
	--bgColor: #82cbfc;
	/*background-color: var(--bgColor);*/
}

.bg-primary {
	background-color: var(--bgColor) !important;
}
/*input,button,select{
	background-color:blue !important;
	background:blue;
	color:#fff !important;
}*/
/*.btn, .form-control {
	background-color: blue !important;
	background: blue;
	color: #fff !important;
}*/
.footer, .footer .footer-menu a.item-a {
	/*background-color: var(--bgColor) !important;*/
	color: var(--bgColor) !important;
}

.header {
	background-color: var(--bgColor) !important;
}

.btn, .btn-com {
	background-color: var(--bgColor) !important;
}
.card {
	border-radius: 5px;
	box-shadow: 2px 2px 4px 0px #ccc, 0px 0px 4px 0px #ccc;
}