/* CSS Document */

.profileImage {
  font-family: Arial, Helvetica, sans-serif;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e02b20;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin: 0rem;
}

.profileImage-sm {
  font-family: Arial, Helvetica, sans-serif;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e02b20;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  margin: 0rem;
}

.profileImage-xlg {
  font-family: Arial, Helvetica, sans-serif;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #e02b20;
  font-size: 5rem;
  color: #fff;
  text-align: center;
  line-height: 10rem;
  margin: 0rem;
}

.custom-control-label:before{
	background-color:red;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color:black;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-input:active~.custom-control-label::before{
	background-color:green;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25); 
}


/* Style the square input boxes */
.square-input {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 5px;
	padding: 0rem 0rem;
}

.nav-borders .nav-link.active {
    color: #e81500;
    border-bottom-color: #e81500;
}


	