.text-muted{
	color:  rgb(6, 181, 129) !important;
}
.form-check{
	margin-bottom: 1.5rem;
}
.form-check  .form-check-label{
	color: #495057 !important;
    font-size: 0.9rem;
    font-weight: 200;
    margin: auto;
}
.option-label{
	margin-bottom: 0px !important;
}
label{
	color:  rgb(52, 73, 94) !important;
	font-weight: 600;
	margin: 15px 0 0px 0;
	font-family: 'Roboto', sans-serif !important;
}

a .btn-success{
	color: #fff !important;
}

.bg-secondary .card-title{
	color: rgba(256, 256, 256, 0.8) !important;
}

.card{
	margin-bottom: 10px;
	border: 1px solid rgba(108, 117, 125, 0.5) !important;
}

.prfile_status_text{
	text-align: center;
    color: #666;
    font-size: 0.9rem;
    margin: -20px auto;
}

.custom-switch {
  padding-left: 2.25rem;
  padding-bottom: 1rem; 
}

.custom-control-label { 
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  height: 2rem;
  width: 3.5rem;
  pointer-events: all;
  border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  background-color: #adb5bd;
  border-radius: 2rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.5rem); 
  transform: translateX(1.5rem); 
}