

.role-info-list {
	padding-top: 15px;
}

.setup-account-form .idProofing-sub-header {
	padding-left: 30px;
	padding-right: 20px;
}

.setup-user-wrap {
	padding: 15px 20px 15px 40px;
    /*margin-bottom: 12px;*/
    /*margin-top: 12px;*/
    border-radius: 4px;
	/* width: 250px; */
	cursor: pointer;
}

.setup-user-wrap:hover {
    background: #D3E7F4;

}

.setup-user-wrap label {
	color: #4D4D4D;
    font-size: 18px;
	font-family: 'AtheneDemi';
	cursor: pointer;
}



@media only screen and (max-width:767px) {


	.setup-account-form .idProofing-sub-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}
h3.idProofingQuestions-header{font-size: 28px;}
h4.idProofing-sub-header{font-size: 20px;}
.role-info-list li {font-size: 18px;}

ol.AccountId {
    max-width: 100%;
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
    margin-left: 15px;
  }
ol.AccountId li {
    margin: 0;
    counter-increment: my-awesome-counter;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    line-height: 32px;
  }
  ol.AccountId li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background:#4d4d4d;
    border-radius: 50%;
    text-align: center;
    
  }
  ol.AccountId li:first-child::before {
    background:#0067ac;
  }
  ol.AccountId li.active::before {
    background:#008c58;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
  }

/** Code changes for PRPS-2160 **/
.dual-role-next ol.ProcessedAccountId {
    max-width: 100%;
    list-style: none;
    padding-left: 0px;
    margin-left: 15px;
    position: relative;
  }
  .dual-role-next ol.ProcessedAccountId li {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'AtheneDemi';
  }
  .dual-role-next ol.ProcessedAccountId li.active {
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background:#4d4d4d;
    border-radius: 50%;
    text-align: center;
  }

  .dual-role-next ol.ProcessedAccountId .in-active {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'AtheneDemi';
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background:#0067ac;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}


.fa-check-circle:before {
    content: "\f058";
    font-size: 32px;
    color: #008c58;
    margin-right: 15px;
}

  .ProcessedAccountId .account-check-circle {
    font-size: 32px;
    color: #00AC88;
    margin-right: 15px;
  }

  .dual-role-next .forgotUserPass-proceedCancel-wrap {
    justify-content: flex-end;
  }

.registration-connect-access-main .athene-filled-btn {
    margin: 0px !important;
}

#cancelModel .athene-modal-footer {
    justify-content: space-between !important;
}


/* .forgotUserPass-proceedCancel-wrap a {
    font-size:18px;
} */

/** PRPS-2212 Start **/
.email-review .alert.athene-alert {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'AtheneDemi';
    padding: .75rem 1.25rem;
    min-height: 50px;
    border: 1px solid #FAA634;
    font-size: 16px;
}
.email-review .alert.alert-primary .fas{
	margin-right: 15px;
	font-size: 40px;
	color: #0067ac;
}
.email-review .alert.alert-primary.athene-alert {
    border: 1px solid #5091CD;
    color: #0067ac;
}
.email-review .edit-bg{
	background: #0067ac;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.email-review .idProofing-answers.customRadioCheckBoxWrap{
    padding-left: 30px;
}
.email-review .support-option{
    margin-left: 37px;
}
.email-review .idProofingQuestions {
    padding: 20px 30px 0px 30px;
}
.email-review strong {
    font-size: 18px;
}
.email-review .idProofing-answers .custom-control-label {
    padding-left: 5px;
}
/** PRPS-2212 End **/
.setup-account-form h4{padding-left:30px;}
.alert-primary div{color:#4d4d4d;}
.btn-secondary {
    background-color: #5091CD;
    border: 1px solid #5091CD;
    color: #ffffff;
    margin: 10px;
    
}
.add-more-btn {
    padding: 0px 5px;
    font-size: 16px;
}
.btn-sm {
    min-width: 130px !important;
    height: 26px;
}
.btn-outline-secondary {
    background-color: #ffffff;
    padding: 0px 8px;
    color: #5091CD;
    border: 1px solid #5091CD;
    margin: 10px;
    font-size: 16px;
    border-radius: 6px;
}
.passcode-security .edit-bg {
    background: #0067ac;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.ml-6{
  margin-left: 60px!important;
}