.intro{display:none;}
#api ul{padding:0}
button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top:16px;
    margin-top:1rem;
    padding: 8px 24px;
    padding: .5rem 1.5rem;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-color: #6e267b;
    border: 1px solid #6e267b;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
}
button:focus {
    color: #fff;
    outline: #009cde 3px solid;
    outline-offset: 2px;
}
button:hover{
    background-color: #4c0d61;
    color: #fff;
}
button.sendNewCode, button.changeClaims, button#cancel {
    background-color: #fff;
	color: #6e267b;
	border-color: #6e267b;
}
button.sendNewCode:focus, button.changeClaims:focus, button#cancel:focus{
	color: #6e267b;
	outline: #009cde 3px solid;
	outline-offset: 2px;
}
button.sendNewCode:hover, button.changeClaims:hover, button#cancel:hover {
	background-color: #4c0d61;
	color:#fff;
}
button.disabled, button:disabled {
    opacity: .65;
    cursor:not-allowed;
}
.buttons button {
	margin-right:12px;
}
.changeClaims {
	visibility: hidden;
}
#api input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#api input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6e267b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(110,38,123,.25);
}
.entry-item, .attrEntry {
	margin-bottom:16px;
    margin-bottom: 1rem;
}
a#forgotPassword {
    font-size: 80%;
    font-weight: 400;
}
.helpLink.tiny {
	display: none;
}
#api .highlightError {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#api .highlightError:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.error.itemLevel {
    width: 100%;
    margin-bottom: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.error.pageLevel, .verificationInfoText > div, .verificationSuccessText > div, .verificationErrorText > div {
    padding: 16px;
    padding: 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    border: solid 3px #007cde;
    border-left-width: 48px;
    border-left-width: 3rem;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: none;
    margin-top:16px;
    margin-bottom:16px;
}
.verificationSuccessText > div{
	border-color: #8bc340;
}
.error.pageLevel, .verificationErrorText > div {
    border-color: #BD0000;
}
.error.pageLevel:before, .verificationInfoText > div:before, .verificationSuccessText > div:before, .verificationErrorText > div:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	content: "\f05a";
	font-weight:800;
	top: 12px;
	top: .75rem;
	left: -36px;
	left: -2.25rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
	border-left-width: -12px;
	border-left-width: -.75rem;
	display: block;
	background-repeat: no-repeat;
	background-color: #007cde;
}
.verificationSuccessText > div:before {
	content: "\f058";
	background-color: #8bc340;
}
.error.pageLevel:before, .verificationErrorText > div:before {
	content: "\f057";
	background-color: #BD0000;
}
.verificationInfoText > [aria-hidden="false"], .verificationSuccessText > [aria-hidden="false"], .verificationErrorText > [aria-hidden="false"] {
    display: block!important;
}
.working {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.working:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #6e267b;
  border-color: #6e267b transparent #6e267b transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.entry .working, #api .working {
  display: none;
}
#emailVerificationControl .working {
  display: inline-block;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
