#api .heading {
    display: none;
}

.intro {
    display: none;
    margin-bottom: 25px;
}

.entry-item,
.attrEntry {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.entry-item label,
.attrEntry label {
    font-weight: 500 !important;
    font-size: 1.095rem !important;
    margin-bottom: .5rem !important;
}

.entry-item input,
.attrEntry input {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: #1e1e2d;
    background-clip: padding-box;
    border: 1px solid #323248;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.password-label,
.create p {
    display: flex;
    flex-direction: row;
}

.create p {
    font-weight: 500 !important;
}

#forgotPassword,
#createAccount {
    font-weight: 500 !important;
    color: white;
    margin-left: auto;
}

#createAccount {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;

    box-shadow: none !important;
    border-color: #7239EA !important;
    border: 1px dashed #E4E6EF;
    border-top-color: rgb(228, 230, 239);
    border-top-style: dashed;
    border-top-width: 1px;
    border-right-color: rgb(228, 230, 239);
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-color: rgb(228, 230, 239);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-left-color: rgb(228, 230, 239);
    border-left-style: dashed;
    border-left-width: 1px;
    border-width: 1px;
    border-style: dashed;

    display: inline-block;
    font-weight: 500;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 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;

}

#forgotPassword:hover,
#createAccount:hover {
    border-bottom: 1px solid #956aff;
    border-bottom-width: 1px;
    transition: color .2s ease, background-color .2s ease;
}

.buttons {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.buttons button {
    padding: calc(.75rem + 1px) calc(1.5rem + 1px);
    color: #fff;
    border-color: #956aff;
    background-color: #956aff;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input::placeholder {
    color: transparent;
}

input.highlightError {
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%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='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
    border-color: #F1416C;
}

.error.pageLevel {
    padding: .75rem !important;
    margin-bottom: 1.5rem !important;
    color: white;
    background-color: #F1416C !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.475rem;
}

.error.pageLevel p {
    margin: 0 !important;
}

.error.itemLevel {
    font-size: 0.925rem;
    color: #F1416C;
}

.helpLink.tiny {
    display: none;
}

#attributeList ul {
    list-style-type: none;
}

#attributeList.attr {
    margin-left: -33px !important;
}

#cancel {
    display: none;
}

button[aria-disabled="true"] {
    display: none;
}

@media (min-width: 992px) {
    .p-lg-15 {
        padding: 3.75rem !important;
    }
}

@media (min-width: 992px) {
    .w-lg-500px {
        width: 500px !important;
    }
}

.rounded {
    border-radius: 0.475rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.shadow-sm {
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}

.verifying-modal {
    background-color: #323248;
    border-radius: 2px;
}

#verifying_blurb {
    color: white !important;
}

/* Spinner Classes */

.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid rgba(0, 174, 239, 0.8);
    border-radius: 100%;
  }
  
  @-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }
  
  @-moz-keyframes rotation {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(359deg);
    }
  }
  
  @-o-keyframes rotation {
    from {
      -o-transform: rotate(0deg);
    }
    to {
      -o-transform: rotate(359deg);
    }
  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  
  .working[aria-hidden="false"] {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
  }
  
  .working[aria-hidden="true"] {
    display: flex;
  }
  
  .working:not([aria-hidden]) {
    display: none;
  }
  