﻿#sidebar ul li:hover {
    border-color: #c7efec !important;
}

#sidebar ul li.active {
    border-color: #00A6EC !important;
}

.btn {
	background-color: #00A6EC !important;
	color: #fff !important;
}

.btn:hover,
.btn:focus {
	background-color: #00A6EC !important;
	color: #fff !important;
}

.radio input[type=radio]:checked + label::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd' stroke='%23191919' transform='translate%281 1%29'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23FFF'/%3E %3Ccircle cx='15' cy='15' r='10' fill='%2372D8D0 '/%3E %3C/g%3E %3C/svg%3E") no-repeat;
}

.brand-text {
    color: #00A6EC;
}

