.nodisplay{
    display: none!important;
}

.form-group{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-group input {
    padding: 5px 12px;
}

#kc-error-message, #kc-info-message{
    padding: 20px 40px;
}

html{
    line-height: 0!important;
}

html, a{
    color:#3D3D3D;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

html, a:hover{
    color:#73B99B;
    text-decoration: none !important;
}

html, body{
    font-family: Montserrat, Tahoma, Geneva, sans-serif !important;
}

#eh-login-tabs a:hover{
    color: #3d3d3d !important;
}

.instruction{
    padding: 40px;
}

.login-pf body{
    height: 100%;
    display: flex;
}

.login-pf-page{
    margin: 0;
    padding:0;
    width:100%;
}

.login-pf-settings a {
    color: #005250;
    outline: none;
}

.login-pf-settings a:hover {
    color: #3d3d3d;
}

.login-pf-layout {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#kc-header{
    margin: 20px;
}

#kc-header-wrapper{
    font-size:16px;
    padding:0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

#kc-header-wrapper > div{
    text-align: center;
}

#kc-header-wrapper .eh-slogan{
    margin:20px 0 0 0;
    text-transform: uppercase;
    font-size: 4.0vw;
}

.login-pf-page .card-pf{
    padding:0;
    box-shadow: 10px 20px 99px #00000026;
    border-radius: 10px;
}

.card-pf{
    border:none;
}

#eh-login-tabs{
    width:100%;
}

#eh-login-tabs .eh-login-tabs-wrapper{
    display: flex;
    justify-content: center;
    align-content: center;
}

#eh-login-tabs .eh-login-tabs-wrapper .eh-tab{
    flex:1;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
}

#eh-login-tabs .eh-login-tabs-wrapper .eh-register{
    border-top-right-radius: 10px;
}

#eh-login-tabs .eh-login-tabs-wrapper .eh-login {
    border-top-left-radius: 10px;
}

#eh-login-tabs .eh-login-tabs-wrapper .eh-tab:not(.active){
    background-color: #00000029;
    color:#fff;
}

#kc-form{
    padding:40px;
    margin:0;
}

.form-group.login-pf-settings {
    display: flex;
    justify-content: center;
}

.pf-c-form-control, .pf-c-form-control:hover, .pf-c-form-control:focus {
    border: none;
    outline: none;
    border: 1px solid #7C7C7C!important;
    background-color: transparent!important;
    border-radius: 10px;
    width: 80%;
    height: 45px !important;
}

.pf-c-form-control:focus-visible {
    border-color: #005250 !important;
}

#kc-login{
    background: transparent radial-gradient(closest-side at 54% -107%, #D4F1E2 0%, #D2F0E0 0%, #73B99B 100%) 0% 0% no-repeat padding-box;
    line-height: unset;
    outline: none;
    width: 200px;
    border-radius: 10px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #7C7C7C;
  }
  
  .separator:not(:empty)::before {
    margin-right: 7px;
  }
  
  .separator:not(:empty)::after {
    margin-left: 7px;
  }

.kc-social-links a {
    border: 1px solid black;
    border-radius: 10px;
    width: 80%;
    height: 45px;
    position: relative;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.kc-social-links a:hover {
    box-shadow: inset 0 0 0 1px black;
}

.kc-social-links .eh-custom-sm-logo {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

.kc-social-links a span{
    display: inline-block;
}

.kc-social-links a span::first-letter {
    text-transform: uppercase;
}

#social-facebook img {
    height: 35px;
}

#eh-socialMediaLogin{
    margin:20px 0 0 0;
}

#eh-socialMediaLogin .headline{
    text-align: center;
}

#eh-socialMediaLogin .eh-loginButtons{
    display: flex;
    justify-content: center;
    align-content: space-between;
}

#eh-socialMediaLogin .eh-loginButton{
    flex: 1;
    text-align: center;
}

#eh-footer{
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    font-size: 10px;
}

.eh-checkbox:hover .eh-type_checkbox{
    border:1px solid #73B99B;
}

.eh-checkbox .eh-type_checkbox {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;    
    border: 1px solid #7C7C7C;
    border-radius: 5px;
    display: flex!important;
    justify-content: center;
    align-content: center;
}

.eh-checkbox.active .eh-type_checkbox{
    background-color: #73B99B;
    border:none;
}

.eh-checkbox .eh-type_checkbox .iconfont {
    font-size: 17px;
    line-height: normal!important;
    color: #73B99B;
}

.eh-checkbox.active .eh-type_checkbox .iconfont{    
    color: #fff;
}

.eh-checkbox {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    min-height: 15px;
    min-width: 15px;
    font-weight: normal;
    margin-left: 10%;
}

.eh-checkbox input[type=checkbox] {
    display: none;
}

#eh-passwordVisibility{
    color: #7C7C7C;
    position: absolute;
    right: 40px;
    top: 15px;
    cursor: pointer;
    padding: 0 10px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#eh-passwordVisibility.space{
    right:65px;
}

#kc-social-providers{
    margin:20px 0 0 0;
    font-weight: bold;
}

#kc-social-providers h4{
    font-size: 12px;
}

#kc-social-providers a img {
    border-radius: 100%;
    padding: 5px;
}

.kc-social-provider-logo{
    width: 26px;
    height: 23px;
}

.eh-custom-sm-logo{
    width:50px;
    height: 50px;
}

/* GRADIENT BUTTONS */
.button {
    min-width: 80%;
    max-width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    color: var(--pf-global--secondary-color);
    font-weight: 500;
    padding: 12px;
    cursor: pointer;
    transition: background .3s linear;
    background-size: 150% auto !important;
    font-weight: 600;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
    color: #fff;
}

.button.orange {
    background: var(--pf-global--primary-color);
}
    .button.orange:hover {
            background-position: right center;
        }

.button.green {
    background: radial-gradient(ellipse at 70% -20%,#d4f1e2 0%, #73b99b 80%);
}
    .button.green:hover {
        background-position: right center;
    }

.alert-div {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

#input-error {
    margin: 12px 12px 0 12px;
}

#input-error-username {
    margin: 12px 12px 0 12px;
}

@media(min-width:390px){
    .login-pf-page{
        width:500px;
    }
}

@media(min-width:426px){
    .login-pf body{
        justify-content: center;
    }

    #kc-header-wrapper .eh-slogan{
        font-size: 17px;
        font-weight: bold;
    }
}

#kc-header-wrapper .ed-logo img{
    width:150px;
}

#kc-header-wrapper .eh-logo img {
    width: 150px;
}

@media(min-width:988px){
    #kc-header-wrapper .eh-slogan{
        font-size:14px;
        margin: 0;
    }
}

@media (max-width:500px) {
    .login-pf-page .card-pf {
        border-radius: unset;
    }

    #eh-login-tabs .eh-login-tabs-wrapper .eh-register {
        border-top-right-radius: unset;
    }

    .pf-c-form-control, .pf-c-form-control:hover, .pf-c-form-control:focus {
        width: 100%;
    }

    .kc-social-links a {
        width: 100%;
    }

    #eh-passwordVisibility {
        right: 0px;
    }

    #eh-passwordVisibility.space {
        right: 25px;
    }

    #eh-login-tabs .eh-login-tabs-wrapper .eh-tab {
        font-size: 13px;
    }

    .button {
        min-width: 100%;
    }
}

@media (max-width:323px) {
    #kc-form {
        padding: 20px;
    }
}

/* FONT CONFIG */
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v25-latin-regular.woff2') format('woff2'); 
}


@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat/montserrat-v25-latin-500.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v25-latin-700.woff2') format('woff2'); 
}


/* ehorsesfont */
@font-face {
    font-family: "ehorsesfont";
    src: url("../fonts/ehorses/ehorsesfont.woff?v=3") format("woff"), url("/fonts/ehorses/ehorsesfont.ttf?v=3") format("truetype"), url("/fonts/ehorses/ehorsesfont.svg#ehorsesfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

/* material symbols rounded */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    src: url("../fonts/material-symbols/material-symbols-rounded.woff2") format('woff2');
}
/*material symbols config*/
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 20; 
    font-size: 20px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.iconfont {
	font-family: "ehorsesfont";
	font-size: 24px;
	color: #4D4D4D;
	display: inline-block;
	text-align: center;
	font-weight:normal;
}

.rejected {
    color:var(--pf-global--danger-color--100);
}

.accepted {
    color:var(--pf-global--success-color--100);
}