
#kc-social-providers {
    display: block;
}

#kc-register-form,
.register-subtitle,
.register-title,
.register-backbutton {
    display: none;
}

.register-by-email #kc-register-form,
.register-by-email .register-backbutton,
.social-backbutton {
    display: flex;
}

.register-by-email .register-subtitle,
.register-by-email .register-title {
    display: block;
}

.register-by-email #kc-social-providers,
.register-by-email .social-title,
.register-by-email .social-subtitle,
.register-by-email .social-backbutton {
    display: none;
}

.register-backbutton, .social-backbutton {
    justify-content: center;
    gap: 2px;
    align-items: center;
    font-weight: 700;
    color: #D1A3FF;
}


#kc-page-title, #kc-attempted-username {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 25px !important;
}

.instruction {
    margin-top: 5px;
    color: #A9A9A9 !important;
    text-align: center;
}

.instruction a {
    color: #D1A3FF;
    font-weight: bold;
    font-size: 12px;
}

.alert-warning {
    border: 1px solid #FF7A00 !important;
    color: #FF7A00 !important;
    background-color: #FF7A0010 !important;
    margin-bottom: 1rem !important;
}

.alert-error {
    border: 1px solid #FF9A9A !important;
    color: #FF9A9A !important;
    background-color: #FF9A9A10 !important;
}

.alert-error .pf-c-alert__icon {
    color: #FF9A9A !important;
}

.alert-error .pf-c-alert__title {
    color: #FF9A9A !important;
}

.alert-warning .pf-c-alert__icon {
    color: #FF7A00 !important;
}

.alert-warning .pf-c-alert__title {
    color: #FF7A00 !important;
}

.pf-c-alert {
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.alert-success {
    border: 1px solid #9AFFAE !important;
    background-color: #9AFFAE10 !important;
    color: #9AFFAE !important;
}

.alert-success .pf-c-alert__icon {
    color: #9AFFAE !important;
}

.alert-success .pf-c-alert__title {
    color: #9AFFAE !important;
}

input::placeholder {
    color: white !important;
    opacity: 1 !important; /* Firefox */
}

input:focus {
    --tw-ring-color: #9C38FF !important;
}

input {
    background-color: #000000 !important;
    border: 1px solid #505050 !important;
    font-size: 14px !important;
    line-height: 1.25rem !important;
    width: 100% !important;
    border-radius: .5rem !important;
    padding: .625rem !important;
    color: white !important;
    height: 54px !important;
    border-color: #505050 !important;
}


#kc-page-subtitle {
    font-family: Manrope;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #D9D9D9;
    margin-left: 20px;
    margin-right: 20px;
}


.seperator {
    line-height: 0.5;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.seperator span {
    display: inline-block;
    position: relative;
    font-weight: 600;
    width: 30px;
}
.seperator span:before,
.seperator span:after {
    content: "";
    position: absolute;
    height: 4px;
    border-bottom: 1px solid #5D5D5D;
    top: 0;
    width: 100%;
}
.seperator span:before {
    right: 100%;
    margin-right: 15px;
}
.seperator span:after {
    left: 100%;
    margin-left: 10px;
}

.hidden-body {
    display:none;
}

html, body:not(.default-template-in-place) {
    background: #000000 !important;
}

h1, h2, h3, h4, h5, body {
    font-family: Manrope !important;
}

.default-template-in-place span.password-tooltip {
    display:none;
    float:left;
    background-color:#fff;
    color:#000;
    padding:3px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #6363a8;
    width:250px;
    position:absolute;
    margin:0 0 0 5px;
    z-index: 1000;
    right: -255px;
    top: 0px;
}

.default-template-in-place span.password-tooltip ul {
    list-style: disc;
    padding: initial;
    margin: 15px;
}

.default-template-in-place span.tooltipArrow {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-right-color: #6363a8;
    top: 5px;
    left: -12px;
}


.default-template-in-place #password-toggle,
.default-template-in-place #password-confirm-toggle {
    top: 15px;
    position: absolute;
    right: 5px;
    z-index: 100;
    cursor: pointer;
}

.login-pf {
    background: none !important;
}

.login-pf .default-template-in-place {
    background: none;
}

.default-template-in-place .login-pf-page #kc-content {
    overflow: unset;
}

.login-pf body.default-template-in-place {
    background: #000000;
    background-size: cover;
	font-family: Manrope;
    height: 100%;
}

.default-template-in-place .login-left {
    border-right: 1px solid #f1f1f1;
    height: 230px;
    display: block;
    text-align: center;
}

.default-template-in-place .login-right {
    margin-top: 20px;
}

.clear {
    clear:both;
}

#kc-header-wrapper {
    font-size: 0px !important;
}

/*IE compatibility*/

.pf-c-alert.pf-m-inline {
    margin-bottom: 0.5rem !important; /* default - IE compatibility */
    margin-bottom: var(--pf-global--spacer--sm);
    padding: 0.25rem;
    padding: var(--pf-global--spacer--xs);
    border: solid #ededed;
    border: solid var(--pf-global--BorderColor--300);
    border-width: 1px;
    border-width: var(--pf-c-alert--m-inline--BorderTopWidth) var(--pf-c-alert--m-inline--BorderRightWidth) var(--pf-c-alert--m-inline--BorderBottomWidth) var(--pf-c-alert--m-inline--BorderLeftWidth);
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: max-content 1fr max-content;
    height: 50px;
    padding: 10px;
    grid-template-columns: max-content;
    gap: 8px;
}

.default-template-in-place .login-pf-page .login-pf-header h1 {
    margin-bottom: 10px !important;
}

.default-template-in-place .pf-c-alert.pf-m-inline::before {
    position: absolute;
    top: -1px;
    top: var(--pf-c-alert--m-inline--before--Top);
    bottom: -1px;
    bottom: var(--pf-c-alert--m-inline--before--Bottom);
    left: 0;
    width: 3px;
    width: var(--pf-c-alert--m-inline--before--Width);
    content: "";
    background-color: #FFFFFF;
    background-color: var(--pf-global--BackgroundColor--100);
}

.default-template-in-place .pf-c-alert.pf-m-inline.pf-m-success::before {
    background-color: #92D400;
    background-color: var(--pf-global--success-color--100);
}

.default-template-in-place .pf-c-alert.pf-m-inline.pf-m-danger::before {
    background-color: #C9190B;
    background-color: var(--pf-global--danger-color--100);
}

.default-template-in-place .pf-c-alert.pf-m-inline.pf-m-warning::before {
    background-color: #F0AB00;
    background-color: var(--pf-global--warning-color--100);
}

.default-template-in-place .pf-c-alert.pf-m-inline .pf-c-alert__icon {
    padding: 1rem 0.5rem 1rem 1rem;
    padding: var(--pf-c-alert--m-inline__icon--PaddingTop) var(--pf-c-alert--m-inline__icon--PaddingRight) var(--pf-c-alert--m-inline__icon--PaddingBottom) var(--pf-c-alert--m-inline__icon--PaddingLeft);
    font-size: 16px;
    font-size: var(--pf-c-alert--m-inline__icon--FontSize);
}

.default-template-in-place .pf-c-alert.pf-m-success .pf-c-alert__icon {
    color: #92D400;
    color: var(--pf-global--success-color--100);
    width: 25px;
    font-size: 25px;
}

.default-template-in-place .pf-c-alert.pf-m-success .pf-c-alert__title {
    color: #486B00;
    color: var(--pf-global--success-color--200);
    line-height: 20px;
}

.default-template-in-place .pf-c-alert.pf-m-danger .pf-c-alert__icon {
    color: #C9190B;
    color: var(--pf-global--danger-color--100);
    width: 25px;
    font-size: 25px;
}

.default-template-in-place .pf-c-alert.pf-m-danger .pf-c-alert__title {
    color: #A30000;
    color: var(--pf-global--danger-color--200);
    padding-top: 4px;
    line-height: 20px;
}

.default-template-in-place .pf-c-alert.pf-m-warning .pf-c-alert__icon {
    color: #F0AB00;
    color: var(--pf-global--warning-color--100);
    width: 25px;
    font-size: 25px;
}

.default-template-in-place .pf-c-alert.pf-m-warning .pf-c-alert__title {
    color: #795600;
    color: var(--pf-global--warning-color--200);
    padding-top: 4px;
    line-height: 20px;
}

.default-template-in-place .pf-c-alert__title {
    font-size: 14px; /* default - IE compatibility */
    font-size: var(--pf-global--FontSize--sm);
    padding: 5px 8px;
    padding: var(--pf-c-alert__title--PaddingTop) var(--pf-c-alert__title--PaddingRight) var(--pf-c-alert__title--PaddingBottom) var(--pf-c-alert__title--PaddingLeft);
}

.default-template-in-place .pf-c-button{
    padding:0.375rem 1rem;
    padding: var(--pf-global--spacer--form-element) var(--pf-global--spacer--md);
}

/* default - IE compatibility */
.default-template-in-place .pf-m-primary,
.default-template-in-place .pf-c-button .pf-m-primary {
    background-image: none;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #8000ff 0, #8000FFBE 80%) !important;
	border-radius: 4px;
    margin-bottom: 5px;
    border: none !important;
}

/*End of IE compatibility*/

.default-template-in-place #kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

.default-template-in-place #kc-locale:hover ul {
    display: block;
    margin: 0;
}

.default-template-in-place #kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

.default-template-in-place #kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

.default-template-in-place #kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

.default-template-in-place #kc-locale-dropdown a:hover {
    text-decoration: none;
}

.default-template-in-place a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

.default-template-in-place a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .default-template-in-place .container {
    padding-top: 40px;
}

.fa-facebook {
    margin-top: -3px;
}
.fa-linkedin {
    margin-top: -5px
}

.fa-google {
    margin-top: -3px;
}

.login-pf .default-template-in-place a:hover {
    color: #D1A3FF;
    text-decoration: none;
}

.default-template-in-place #kc-logo {
    width: 100%;
}

.default-template-in-place #kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

.default-template-in-place div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

.default-template-in-place div.kc-logo-text span {
    display: none;
}

.default-template-in-place #kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

.default-template-in-place #kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

.default-template-in-place #kc-content {
    width: 100%;
}

.default-template-in-place #kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

.default-template-in-place #kc-username {
    text-align: center;
}

.default-template-in-place #kc-webauthn-settings-form {
    padding-top: 8px;
}

.default-template-in-place #kc-content-wrapper {
    margin-top: 20px;
}

.default-template-in-place #kc-form-wrapper {
    margin-top: 10px;
}

.default-template-in-place #kc-info {
    margin: 20px -40px -30px;
}

.default-template-in-place #kc-info-wrapper {
    font-size: 13px;
    padding: 15px 35px;
    padding-bottom: 35px;
}

.default-template-in-place #kc-info-wrapper span {
    color: white;
}
.default-template-in-place #kc-info-wrapper span a {
    color: #8000ff;
    font-weight: bold;
}

.login-pf-settings {
    margin-top: 5px;
}

.default-template-in-place #kc-form-options span {
    display: block;
}

.default-template-in-place #kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

.default-template-in-place #kc-terms-text {
    margin-bottom: 20px;
}

.default-template-in-place #kc-registration {
    margin-bottom: 0;
}

#kc-registration {
    text-align: center;

}

.login-pf-page #kc-info {
    margin: 0px !important;
}

.login-pf-settings {
    font-size: 12px;
    text-align: center;
}

/* TOTP */

.default-template-in-place .subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.default-template-in-place .required {
    color: #FF9A9A !important; /* default - IE compatibility */
}

.default-template-in-place ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

.default-template-in-place ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

.default-template-in-place #kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

.default-template-in-place #kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

.default-template-in-place #kc-oauth h3 {
    margin-top: 0;
}

.default-template-in-place #kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.default-template-in-place #kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

.default-template-in-place #kc-oauth ul li:first-of-type {
    border-top: 0;
}

.default-template-in-place #kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
.default-template-in-place #kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */
.default-template-in-place .kc-social-links {
    margin-top: 20px;
}

.kc-social-item a {
    text-decoration: none;
}

.kc-social-item svg.kc-social-provider-logo {
    stroke: white;
}

.kc-social-item:hover svg.kc-social-provider-logo {
    stroke: #D1A3FF;
}

.kc-social-item:hover .kc-social-provider-logo,
.kc-social-item:hover .kc-social-icon-text {
    color: #D1A3FF;
}

.default-template-in-place .kc-social-provider-logo {
    font-size: 23px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
}
.kc-social-icon-text {
    font-size: 13px;
    font-weight: 700;
}

.default-template-in-place .kc-social-gray {
    color: #737679; /* default - IE compatibility */
    color: var(--pf-global--Color--200);
}

.default-template-in-place .kc-social-item {
    font-size: 13px;
    background: black;
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    height: 48px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.default-template-in-place .kc-social-grid {
    display:grid;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-column-end: span 6;
    --pf-l-grid__item--GridColumnEnd: span 6;
}

.default-template-in-place .kc-social-grid .kc-social-icon-text {
    left: -10px;
}

.default-template-in-place .kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.default-template-in-place .kc-social-section {
    text-align: center;
}

.default-template-in-place .kc-social-section hr{
    margin-bottom: 10px
}

.default-template-in-place .kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}

/* Show tooltip */
.default-template-in-place .kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.default-template-in-place .kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.default-template-in-place .login-pf-page .card-pf {
    padding: 20px 40px 30px 40px;
}

@media (min-width: 768px) {
    .default-template-in-place .login-pf-page .card-pf {
        padding: 20px 40px 30px 40px;
    }

    .default-template-in-place #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .default-template-in-place .container {
        padding-right: 80px;
    }

    .default-template-in-place #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf .default-template-in-place body {
        background: white;
    }

    .default-template-in-place #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    .default-template-in-place #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    .default-template-in-place div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    .default-template-in-place #kc-form {
        float: none;
    }

    .default-template-in-place #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background-color: transparent;
    }

    .login-pf .default-template-in-place .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .default-template-in-place #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    .default-template-in-place #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

@media (min-height: 646px) {
    .default-template-in-place #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    .default-template-in-place #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.default-template-in-place .card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

.default-template-in-place #kc-form-buttons {
    margin-top: 20px;
    text-transform: uppercase;
}

.default-template-in-place #kc-form-buttons .pf-c-button {
    height: 50px;
}

.default-template-in-place .login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .default-template-in-place .select-auth-box-parent {
        border-top: 1px solid #f0f0f0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        cursor: pointer;
    }

    .default-template-in-place .select-auth-box-headline {
        font-size: 16px;
        color: #06c;
        font-weight: bold;
    }

    .default-template-in-place .select-auth-box-desc {
        font-size: 14px;
    }

    .default-template-in-place .pf-l-stack {
        flex-basis: 100%;
    }
}
/* End of IE11 workaround for select-authenticator screen */

.default-template-in-place .select-auth-box-arrow{
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.default-template-in-place .select-auth-box-icon{
    display: flex;
    flex: 0 0 2em;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 3rem;
}

.default-template-in-place .select-auth-box-parent{
    border-top: 1px solid var(--pf-global--palette--black-200);
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
}

.default-template-in-place .select-auth-box-parent:hover{
    background-color: #f7f8f8;
}

.default-template-in-place .select-auth-container {
    padding-bottom: 0px !important;
}

.default-template-in-place .select-auth-box-headline {
    font-size: var(--pf-global--FontSize--md);
    color: var(--pf-global--primary-color--100);
    font-weight: bold;
}

.default-template-in-place .select-auth-box-desc {
    font-size: var(--pf-global--FontSize--sm);
}

.default-template-in-place .login-pf-page-header #kc-header-wrapper {
	background-image: url(../img/nocodex-logo.svg);
    background-repeat: no-repeat;
    height: 100px;
    background-size: 240px;
    background-position: center;
	padding:0;
}

.default-template-in-place .card-pf {
    background: rgb(30 41 59);
    border-radius: 18px;
    color: white;
    animation: glow 1200ms ease-out infinite alternate;
    border-color: rgb(51 65 85);
    border-radius: 0.5rem;
    border-width: 1px;
}

.pf-c-button::after {
    border: none !important;
    border-color: unset !important;
    border-radius: unset !important;
}

.default-template-in-place .card-pf,
.default-template-in-place .login-pf-page-header {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 520px;
}

/*phone*/
@media (max-width: 767px) {
    .default-template-in-place .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        border-top: 0;
        box-shadow: 0 0;
    }

    .default-template-in-place .kc-social-grid {
        grid-column-end: 12;
        --pf-l-grid__item--GridColumnEnd: span 12;
    }

    .default-template-in-place .kc-social-grid .kc-social-icon-text {
        left: -15px;
    }
}

.default-template-in-place .login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

.default-template-in-place #kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.default-template-in-place .login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.default-template-in-place .login-pf-page .btn-primary {
    margin-top: 0;
}

.default-template-in-place .login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.default-template-in-place .login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page {
    padding-top: 0px !important;
}

.default-template-in-place #kc-form-login div.form-group:last-of-type,
.default-template-in-place #kc-register-form div.form-group:last-of-type,
.default-template-in-place #kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

.default-template-in-place .privacy {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.default-template-in-place .privacy a {
    color: rgba(0, 0, 0, .38);
    font-size: 14px;
    text-decoration: none;
}

.default-template-in-place .login-pf-page input:-internal-autofill-selected {
    background-color: #fff !important;
}

.default-template-in-place .no-bottom-margin {
    margin-bottom: 0;
}

.default-template-in-place #kc-back {
    margin-top: 5px;
}

.default-template-in-place .validated {
    color: green;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

@keyframes glow {
    0% {
        box-shadow:
                0 0 10px rgba(128, 0, 255, 0.3),
                0 2px 0 #000;
    }
    100% {
        box-shadow:
                0 0 30px rgba(128, 0, 255, 0.6),
                0 2px 0 #000;
    }
}