
.btn-color {
	color:#fff;	
	background-color: #005c5d;
	background-image: linear-gradient(to bottom, #005c5d 0%, #009490 100%);
	border-color: #005c5d;
	
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #005c5d 0%, #009490 100%);
  background-image:      -o-linear-gradient(top, #005c5d 0%, #009490 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005c5d), to(#009490));
  background-image:         linear-gradient(to bottom, #005c5d 0%, #009490 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005c5d', endColorstr='#009490', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #005c5d;
   background-color: #005c5d;
}
.btn-primary:hover,
.btn-primary:focus {
	color:#fff;	
	background-color: #009490;
	background-image: linear-gradient(to bottom, #009490 0%, #005c5d 100%);
	border-color: #009490;
	}

.btn-primary:active,
.btn-primary.active {
 color:#fff;	
	background-color: #005c5d;
	background-image: linear-gradient(to bottom, #005c5d 0%, #009490 100%);
	border-color: #005c5d;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #005c5d;
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #005c5d;
  border-color: #005c5d;
}

.text-color{
	color:#009490;
}


.faqhead {
	font-family:'Roboto-bold';
	font-weight:700;
	font-style:normal;
	color:#009490;
}

.chevphead {
	font-family:'Roboto-bold';
	font-weight:700;
	font-style:normal;
	color:#009490;
	padding-left:0.5%;
	padding-right:0.5%;
}

.chevp {
	background-color:#009490;
	border-radius:16px;
}

.brandcolor{
	color: #009490;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, field input:focus {   
    border-color: #009490;
    box-shadow: -0.488295px 6.982948px 7px 0 rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

input[type="radio"] {
	appearance: none;
	position: absolute;
	background-color: #fff;
	margin-top: 25px;
	font: inherit;
	width: 1.25em;
	height: 1.25em;
	border: 0.15em solid #009490  !important;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

input[type="radio"]::before {
	content: "";
	width: 1em;
	height: auto;
	border-radius: 50%;
	transform: scale(0);
	background-color: #009490 !important;
}

input[type="radio"]:checked::before {
	transform: scale(.8);
}

input[type="radio"][disabled]{
	border: 0.15em solid #808080 !important;
}

input[type="radio"][disabled]::before {
	background-color: #808080 !important;
}

.faq_question {
	clear:both;
	text-align:left;
	/* padding-left:5%; */
	font-family:'Roboto-bold';
	font-weight:700;
	font-style:normal;
	color:#009490;
}

.tooltip-context .tooltip-inner {
	background-color: #009490;
	color: #fff;
}
.tooltip-context .tooltip.top .tooltip-arrow {
	border-top-color: #009490;
}

#debitcard-success,
#payroll-success,
#skipepm {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	padding: .5rem 1rem !important;
	margin: 1rem 0 !important;
	background-color:#e6f4f4 !important;
}




 
     