@font-face {
    font-family: 'Bebas';
    src: url('../fonts/fonts_uk/BEBAS___.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url('../fonts/fonts_uk/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts_uk/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts_uk/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fonts_uk/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Roboto", sans-serif;
    background: #eee;
}

h1, h2, h3, h4, h5, h6,
p, a, label, input, button, span, div {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
}


.login-box {
    max-width: 340px;
    margin: 60px auto;
    padding: 30px 20px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.uk-input {
    border-radius: 4px;
}

.login-box .uk-icon {
    color: #999;
}

.login-box .login-btn {
    background-color: #f48413;
    color: white;
    font-weight: bold;
}

.footer-text {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #666;
    padding-bottom: 60px;
}

.footer-text span {
    display: block;
}

.forgot-links {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.show-password-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    font-size: 13px;
    gap: 8px;
    flex-direction: row; /* make sure it's row, not row-reverse */
}

.uk-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

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

.uk-slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.uk-slider-round:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.uk-switch input:checked + .uk-slider-round {
    background-color: #f48413;
}

.uk-switch input:checked + .uk-slider-round:before {
    transform: translateX(16px);
}

.rewards-circle {
    position: relative;
    width: 350px; /* increased from 200px */
    height: 350px; /* increased from 200px */
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.rewards-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.rewards-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f48413;
    color: white;
    font-weight: normal;
    font-size: 30px;
    padding: 20px 0;
    line-height: 1.2;
    font-family: "Bebas", "Roboto", sans-serif !important;
}

.forgot-links a {
    color: #666; /* match other text */
    text-decoration: none; /* optional: removes underline */
}
.forgot-links a:hover {
    text-decoration: underline; /* optional: show underline on hover */
}

.orange-button {
    background-color: #f68b1f;
    color: white;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.orange-button .fa-paper-plane {
    margin-right: 6px;
}

.uk-text-danger {
    display: block;
    background-color: rgba(255, 0, 0, 0.05);
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 6px;
    font-size: 0.9em;
}

    .loader-overlay {
      position: fixed;
      inset: 0;
      display: none;               
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.75);
      z-index: 2000;               
      backdrop-filter: blur(1px);
    }


    .success-box {
      background: #f1faeb;
      border: 1px solid #49a408;
      border-radius: 8px;
      padding: 18px;
      color: #49a408;
    }
    .success-title {
      letter-spacing: .5px;
      font-weight: 700;
      color: #49a408;
    }
    .success-icon { color: #49a408; }
    .uk-modal-close-default { color: #444444; }
    
    .login-error-alert {
      background: #fffceb;             
      border: 1px solid #f3d7a6;        
      border-radius: 6px;
      position: relative;              
      padding: 12px 44px 12px 15px;  
      margin-bottom: 15px;
    }
    .login-error-alert ul {
      margin: 0;                         
      padding-left: 1.2em;   
      text-align: left;
    }
    .login-error-alert li {
      list-style: disc;
      color: #e28327;                    
    }
    .login-error-alert li strong {
      color: #e28327;
    }
    

@media (max-width: 480px) {
  .uk-modal-body {
    padding: 40px 20px; /* keep your modal padding */
  }
}
    
/*
.uk-inline {
    display: flex;
    align-items: center;
    position: relative;

}

.uk-inline .uk-form-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    pointer-events: none;
}

.uk-inline .uk-form-icon {
    left: 0px !important;
  
}




.uk-input.uk-form-danger {
    border-color: #e33;
    box-shadow: 0 0 0 2px rgba(227, 51, 51, 0.08);
}


#forgotUsernameForm .uk-inline .uk-form-icon~.uk-input#email {
    padding-left: 38px !important;
   
}


#forgotPasswordForm .uk-inline .uk-form-icon~.uk-input#username {
    padding-left: 38px !important;
}

#forgotUsernameForm .uk-inline .uk-form-icon~.uk-input#captcha1,
#forgotPasswordForm .uk-inline .uk-form-icon~.uk-input#captcha2 {
    padding-left: 38px !important;
}
*/