@import url("fonts.css");

html {
    font-family: Volte;
    /*font-weight: 600;*/
}

body {
   /* background: rgb(36, 38, 48);
    color: rgb(255, 255, 255);*/
    /*margin: 0;
    padding: 0;
    font-size: 12px;*/
}

.no-top-margin {
    margin-top: 0 !important;
}

a {
    color: rgb(34, 36, 50);
    text-decoration: none;
    font-weight: 400;
}

pux-sheet {
    max-width:750px;
}

.grey-dot {
    width: 4px;
    height: 4px;
    background-color: grey;
    border-radius: 50%;
    margin-inline: 10px;
}

::-webkit-input-placeholder {
    /* Edge */
    height: 24px;
    width: 184px;
    color: #222432;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    height: 24px;
    width: 184px;
    color: #222432;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

::placeholder {
    height: 24px;
    width: 184px;
    color: #222432;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

.form-group{
    max-width: 400px;
    margin-inline: auto;
}

input,
pux-input,
textarea,
select,
button {
    font-family: Volte;
    /*max-width: 85%;*/
    max-width: 400px;
}

button {
    cursor: pointer;
}

#kc-form-buttons div {
    min-width: 100%;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 600;
}
input[type="button"] {
    font-weight: 600;
}
pux-button {
    font-weight: 600;
}

.btn {
    height: 50px;
    width: 400px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgb(239, 239, 240);
    background-image: none;
    border: none;
    color: #171924;
    font-size: 19px;
    letter-spacing: -0.58px;
    line-height: 24px;
}

.btn-primary {
    background-color: #cc071e;
    border: none;
    color: #ffffff;
}

.pf-m-error {
    color: #cc071e;
}

.ovalshadow {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0 40px;
    display: none;
}

.ovalshadow:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: -20px;
    background-color: rgba(155, 155, 0, 0.25);
    border-radius: 50% / 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
    clip: rect(20px, auto, 50px, 0);
    display: none;
}

header {
    width: 100%;
}

.header {
    background: white;
    width: 100%;
    color: rgb(204, 7, 30);
    font-weight: 700;
    font-size: 32px;
    line-break: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pageTitle {
    width: 100%;
    color: rgb(204, 7, 30);
    font-weight: 700;
    font-size: 32px;
    line-break: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    /*background: rgb(36, 38, 48);*/
    color: rgb(255, 255, 255);
    /*height: 110px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-block: 26px 0;
}

.title h1 {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.pageTitle h1 {
    padding-top: 20px;
    margin-bottom: 0;
    letter-spacing: -1px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.main {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.card {
    margin: 40px;
    background: white;
    color: rgb(34, 36, 50);
    width: 100%;
    max-width: 980px;
    border-radius: 0 0 3px 3px;
}

footer {
    width: 100%;
    /*background: white;*/
}

.footer {
    width: 100%;
    max-width: 980px;
    color: rgb(34, 36, 50);
    color: white;
    display: flex;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

.footer a {
    color: white;
}

/*.footer img {
    padding-left: 36px;
    padding-right: 36px;
}*/

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 800;
    flex: 0 0 auto;
}

.footer,
.links {
    font-weight: 600;
    font-size: 15px;
    padding-right: 36px;
}

.displayTopInfoBox:empty {
    display: none;
}

.displayTopInfoBox {
    border-radius: 4px;
    background: rgba(83, 198, 139, 0.07);
    margin-inline: auto;
    position: relative;
}

.displayTopInfoBox pux-button {
    position: absolute;
    right: 0;
}
.displayTopInfoBox div {
    max-width: 90%;
    padding: 20px;
    text-align: left;
}

.info:empty {
    display: none;
}
/*
.info {

}*/

.info,
.alert-success,
.alert-error,
.alert-warning,
.alert-info {
    font-size: 19px;
    font-weight: 500;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 200px;*/
    text-align: center;
    max-width: 500px;
    margin-inline: auto;
}

.alert-error {
    color: #cc071e;
    flex-direction: column;
}

.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 24px;
    text-indent: 50px;
    order: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form-group:not(.login-pf-settings) {
    margin-top: 20px;
}

.form-group,
.form-group .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /*font-size: 1.42em;*/
    font-weight: 500;
    text-align: center;
}

/* Target all elements inside the div with class 'example' */
.form-group * {
    /* Your styles here */

}

/* Override styles for leaf elements */
/*
.form-group *:not(:has(*)) {
    max-width: 85%;
}
*/

/*.form-group *:has(input) {
    width: 100%;
}*/

.form-group label {
    order: 1;
}

.form-group input {
    order: 2;
}

.form-group input:focus + label {
    opacity: 1;
}

.checkbox {
    font-size: 15px;
}

#kc-form-options {
    margin: 21px 0;
    max-width: 400px;
    margin-inline: auto;
}

.checkbox .label {
    text-align: start;
}

.login-pf-settings a {
    font-weight: 100;
    font-size: 19px;
}

.reset-credentials a {
    font-weight: 600;
    font-size: 19px;
}

input[type='radio'] {
    transform: scale(2);
    margin: 10px;
    margin-left: 40px;
}

input.form-control {
    box-sizing: border-box;
    padding: 11px 3px;
    width: 400px;
    border: 2px solid #d3d3d6;
    border-radius: 3px;
    font-weight: 500;
    font-size: 19px;
    text-align: left;
    text-indent: 20px;
    color: #222432;
    background: transparent;
}

pux-label {
    font-size: 17px !important;
    font-family: Volte, Roboto, "Helvetica Neue", sans-serif !important;
}

pux-input {
    border: none !important;
}

.form-control:focus {
    outline: none;
    border: 2px solid rgb(34, 36, 50, 1);
}

.control-label {
    font-size: 19px;
    font-weight: 500;
    opacity: 0.7;
    color: #222432;
    padding-bottom: 10px;
}

.line-2 {
    box-sizing: border-box;
    height: 2px;
    width: 40px;
    border: 2px solid #cc071e;
    margin-top: 10px;
    margin-inline: auto;
}

.no-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#kc-form,
#kc-passwd-update-form {
    padding: 20px 36px 36px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#kc-form-login,
#kc-register-form {
    display: flex;
    flex-direction: column;
}

.checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.checkbox .label {
    margin-left: 20px;
    /* width: 100%;
    display: inline-block;
    vertical-align: top; */
}

.checkbox .switch {
    order: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(200, 200, 200);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: rgb(83, 198, 139);
}

input:focus + .slider {
    box-shadow: 0 0 1px rgb(83, 198, 139);
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.or-text {
    color: #CC071E;
    margin: 0 15px;
    font-weight: 600;
    font-size: 19px;
    font-style: italic;
}

.or-lines {
    background: #C6C6CA;
    height: 1px;
    flex: 1;
    border: 0px
}

.reg-button-style {
    background: #151E38;
    color:white;
}

.resend-button-style {
    background: #F2F2F2;
}

.kc-info-message, .kc-error-message {
    padding: 20px;
    font-size: 19px;
    font-weight: 500;
}

.otpLoginFormClass ul {
    padding-inline-start: 0 !important;
    display: flex;
    justify-content: center;
}

.contentCentered {
    display: flex;
    justify-content: center;
}

.buttonAsLink {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: Volte;
    /*input has OS specific font-family*/
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    /*font-weight: 100;*/
    font-size: 19px;
}
.backButton {
    margin-top: 50px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}
.backButton * {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.buttonContainer {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    padding-top: 10px;
}

.underlined {
    text-decoration: underline;
}

.white {
    color: white;
}

@media (min-width: 641px) {
    body {
        height: 100vh;
    }

    .wrapper {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .textWrapper {
        width:400px;
    }
}

/* MOBILE STYLING OVERRIDES */
@media (max-width: 640px) {
    html {
        font-family: Volte;
        /*font-weight: 600;*/
    }

    body {
        background: white;
        padding: 0;
        margin: 0;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

    .textWrapper {
        width:300px;
    }

    a {
        /*color: rgb(255, 255, 255);*/
        text-decoration: none;
    }

    /*input {
        max-width: 85%;
    }*/

    .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background-color: rgba(0, 0, 5, 0.65); */
        min-height: calc(
                100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)
        );
    }

/*    .break:before {
        content:"Nike Air Max 1 Premium black \A Black ";
        white-space:pre;
    }*/

    .header .title {
        /*height: 60px;*/
        padding-inline: 60px;
        text-align: center;
        font-weight: bold;
        /*padding-top: 40px;*/
        /*white-space:pre;*/
    }

    .underlined .white {
        color: black;
    }
    .externalLink {
        filter: invert(1);
    }
    .footer {
        color: black;
        background: white;
    }
    .footer a {
        color: black;
    }

    .header {
        height: 80px;
    }
    .header img {
        position: absolute;
        top: 0;
    }
   /* header {
        align-self: flex-start;
        background: transparent;
    }

    .header {
        !*background: transparent;
        color: rgb(255, 255, 255);*!
        margin: 0;
    }*/

    .main {
        padding-top: 0;
    }

    .ovalshadow {
        display: block;
        position: absolute;
        top: 55px;
    }

    .ovalshadow:before {
        display: block;
    }

   /* footer {
        align-self: flex-end;
    }

    .footer {
        display: none;
    }
*/
    .title {
        height: unset;
    }

    .title h1 {
       /* font-size: 2.2em;
        font-weight: 500;*/
        /*padding-top: 40px;*/
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }

    .info,
    .alert-success,
    .alert-error,
    .alert-warning,
    .alert-info {
        /*color: #fff;*/
        padding: 16px;
        margin-top: 0px;
    }

    .card {
        flex-direction: column;
        justify-content: flex-start;
        background: transparent;
        max-width: 90%;
        margin-top: 0;
    }

    .control-label {
        font-size: 19px;
        font-weight: 300;
        opacity: 1;
        /*color: rgba(255, 255, 255, 1);*/
    }
    .form-control {
        width: 100%;
    }

    #kc-form-wrapper {
        width: 100%;
        max-width: 400px;
    }

    #kc-form-options {
        font-weight: 400;
    }

  /*  #kc-form-buttons {
        max-width: 85%;
    }*/

    #kc-form-login {
        justify-content: flex-start;
    }

    .no-top-margin {
        margin-top: 1px;
    }

    .login-pf-settings {
        width: 100%;
    }

    input {
        width: 100% !important;
    }

    .btn {
        width: 100%;
    }

    input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        font-weight: 600;
    }

    #kc-form,
    #kc-form-options,
    #kc-reset-password-form,
    #kc-passwd-update-form,
    #kc-totp-login-form {
        padding: 0px;
        min-width: 300px;
    }

    .checkbox {
        max-width: 300px;
        margin-inline: auto;
    }

    #kc-form-login,
    #kc-register-form,
    #kc-reset-password-form,
    #kc-totp-login-form {
        width: 100%;
        min-width: 300px;
    }

    input,
    pux-input,
    textarea,
    select,
    button,
    pux-button {
        max-width: 300px;
    }

    .form-group{
        max-width: 300px;
    }


    .buttonContainer {
        margin-inline: auto;
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

/*    .or-text {
        color: rgba(255, 255, 255, .6);
    }

    .or-lines {
        background: rgba(255, 255, 255, .2);
    }*/

 /*   .reg-button-style {
        color: #fff;
        background: #33353E;
    }*/

}
