.menu-inline-left {
  right: 0;
}

* {
  font-family: 'Assistant', sans-serif !important;
  font-size: 16px;
}

.ion-page #main {
  top: 0px !important;
}

.info-blurb {
  text-align: right;
  font-style: italic;
}

.menu {
  margin-top: 56px;
}

#api div.input div.code {
  display: none;
}

#verifying_blurb {
  display: none;
}

#verifying_blurb:after {
  display: block;
  content: "";
  border-radius: 50%;
  height: 2px;
  width: 2px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 0 0 2px #333, 7px 7px 0 2px #999, 0 10px 0 2px #999, -7px 7px 0 2px #999, -10px 0 0 2px #999, -7px -7px 0 2px #999, 0 -10px 0 2px #333, 7px -7px 0 2px #111;
  -webkit-animation: rotate 1s steps(8) infinite;
  -o-animation: rotate 1s steps(8) infinite;
  animation: rotate 1s steps(8) infinite;
}

#code-verified,
#step-up-verification-code-container,
#email-blurb-container,
#prompt-number-step-container,
div#api {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1300px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#mfa-step-up-container {
  margin-top: 3em;
}

.bottom-nav {
  width: 100%;
}

.bottom-nav button {
  margin: 10px auto;
  display: block;
}

.bottom-nav button {
  float: none;
}

@media (min-width: 1024px) {
  .bottom-nav {
    margin: 35px 0 15px;
  }

  .bottom-nav button {
    float: right;
  }
}

@media (max-width: 1023px) {
  .bottom-nav {
    text-align: center;
  }
}

/* .menu-content-open button,
.menu-content-open ion-icon,
.menu-content-open .mobile-input,
.menu-content-open a,
.menu-content-open span {
    pointer-events: auto !important;
} */

.btn-menu {
  font-size: 26px;
  font-weight: 800;
  color: white;
}

.menu-down {
  color: #808285;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 8px;
  pointer-events: none;
  font-size: 28px;
  z-index: 5;
}

.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  top: 2px;
  pointer-events: auto;
  cursor: pointer;
  right: initial !important;
  left: 0;
  color: #7b7b7b;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

#api .form-control {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgb(43, 38, 38);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

#api .form-control::placeholder {
  color: #999;
}

.small-padding-top {
  padding-top: 5px;
}

.text-center {
  text-align: center;
}

#api .form-control.sign-in {
  background-color: transparent !important;
  color: #fff;
}

#api .form-control.blue-form {
  background-color: transparent;
}

#api .form-control.sign-in::-webkit-input-placeholder {
  color: #fff;
}
#api .form-control.sign-in::-moz-placeholder {
  color: #fff;
}
#api .form-control.sign-in::-ms-input-placeholder {
  color: #fff;
}

#api .form-control.blue-form::-webkit-input-placeholder {
  color: #555;
}
#api .form-control.blue-form::-moz-placeholder {
  color: #555;
}
#api .form-control.blue-form::-ms-input-placeholder {
  color: #555;
}

#api .form-control.blue-form:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#api .form-control.blue-form:disabled {
  background: #eee;
}

.margin-top-30 {
  margin-top: 30px;
}

.red {
  color: #c23222;
}

#api a {
  color: #0075a7;
  cursor: pointer;
}

#api a:hover {
  opacity: 0.7;
}

#api .error-shadow {
  border: 1px solid #de5243 !important;
  -webkit-box-shadow: 0 0 1px rgb(255 0 0 / 28%);
  box-shadow: 0 0 1px 1px rgb(255 0 0 / 28%);
}

#api .heading {
  font-size: 32px;
  font-weight: 300;
  color: #de5243;
}

.sign-in-error {
  position: relative;
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  margin: 0;
  color: #f9cd23 !important;
}

.nv-btn {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.8em 1em;
  min-width: 120px;
  font-size: 14px;
  display: inline-block;
  z-index: 1;
}

.nv-btn:hover {
  background-color: #222;
  font-weight: 800;
}

.nv-btn-continue {
  background-color: #0075a7;
  margin: 10px auto;
}

.nv-btn-continue.disabled {
    background-color: grey;
}

.nv-btn-cancel {
  float: right;
  display: block;
  margin: 10px auto;
}

.nv-btn-white {
  background-color: white;
  color: #0075a7;
  opacity: 1;
}

.nv-btn-white:hover {
  text-decoration: underline;
  background-color: white;
}

.nv-btn-green {
  background-color: #3d7b3e;
  border: 1px solid #3d7b3e;
}

.nv-btn-transparent {
  background-color: transparent;
}

.nv-btn-menu {
  float: right;
  font-size: 26px;
  padding: 5px;
  min-width: 30px;
}

.hidden {
  display: none;
}

a,
a:hover {
  font-weight: 600;
}

/* Hides the Edge password reveal button */
::-ms-reveal {
  display: none;
}

/* Hide the Create Account link native to B2C forms */
#create {
  display: none;
}

.nve-ion-icon {
  margin-right: 5px;
}

.mobile-input {
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-overflow: ellipsis;
}

.quick-link-search-button {
  color: #7b7b7b;
  font-size: 28px;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
}
