@charset "UTF-8";

/* AI THOTH Login Page - Centered Temple Gate */

.thoth-login-page .container-header,
.thoth-login-page .header {
  background: linear-gradient(
    to bottom,
    #FFD046 0%,
    #f6d85d 30%,
    #ffffff 45%,
    #f6d85d 70%,
    #FFD046 100%
) !important; 
  
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-login-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-login-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-login-page .brand-logo img,
.thoth-login-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 170px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-login-page .brand-logo img,
    .thoth-login-page .navbar-brand img {
        width: 170px !important;
        max-width: 170px !important;
        height: auto !important;
    }
}

.thoth-login-page .container-header .site-description,
.thoth-login-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-login-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-login-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-login-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-login-page .com-users-login {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-login-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-login-page .form-control,
.thoth-login-page .valid,
.thoth-login-page .form-control-success {
    border-color: #FFD046!important;
}

.thoth-login-page .form-control:focus,
.thoth-login-page input:focus,
.thoth-login-page .form-control.valid:focus,
.thoth-login-page input.valid:focus {
    border-color: #6CE96C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(108,233,108,0.25) !important;
}

/* AI THOTH Registration Page - Centered Temple Gate */
.thoth-register-page .container-header,
.thoth-register-page .header {
   background: linear-gradient(
    to bottom,
    #FFD046 0%,
    #f6d85d 30%,
    #ffffff 45%,
    #f6d85d 70%,
    #FFD046 100%
) !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-register-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-register-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-register-page .brand-logo img,
.thoth-register-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-register-page .brand-logo img,
    .thoth-register-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-register-page .container-header .site-description,
.thoth-register-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-register-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-register-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-register-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-register-page .com-users-registration {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-register-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-register-page .form-control,
.thoth-register-page .valid,
.thoth-register-page .form-control-success {
    border-color: #FFD046 !important;
}

.thoth-register-page .form-control:focus,
.thoth-register-page input:focus,
.thoth-register-page .form-control.valid:focus,
.thoth-register-page input.valid:focus {
    border-color: #6CE96C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(108,233,108,0.25) !important;
}



/* AI THOTH Profile Page - Centered Temple Gate */
.thoth-profile-page .container-header,
.thoth-profile-page .header {
   background: linear-gradient(
    to bottom,
    #FFD046 0%,
    #f6d85d 30%,
    #ffffff 45%,
    #f6d85d 70%,
    #FFD046 100%
) !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-profile-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-profile-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-profile-page .brand-logo img,
.thoth-profile-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-profile-page .brand-logo img,
    .thoth-profile-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-profile-page .container-header .site-description,
.thoth-profile-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-profile-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-profile-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-profile-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-profile-page .com-users-profile,
.thoth-profile-page .com-users-profile__edit,
.thoth-profile-page .com-users-profile-edit,
.thoth-profile-page #member-profile {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-profile-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-profile-page .form-control,
.thoth-profile-page .valid,
.thoth-profile-page .form-control-success {
    border-color: #FFD046 !important;
}

.thoth-profile-page .form-control:focus,
.thoth-profile-page input:focus,
.thoth-profile-page .form-control.valid:focus,
.thoth-profile-page input.valid:focus {
    border-color: #6CE96C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(108,233,108,0.25) !important;
}

/* SETTINGS page title */
.thoth-profile-page legend {
  color: #D4AF37 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

/* Section title links */
.thoth-profile-page h3 a,
.thoth-profile-page h2 a, 
.thoth-profile-page li a {
    color: #222;              /* Black */
    text-decoration: none;    /* No underline */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color .2s ease;
}

/* Hover effect */
.thoth-profile-page h3 a:hover,
.thoth-profile-page h2 a:hover,
.thoth-profile-page li a:hover {
    color: #d4af37;           /* Gold (or your brand color) */
    cursor: pointer;
}





/* AI THOTH Settings Page - Centered Temple Gate */
.thoth-settings-page .container-header,
.thoth-settings-page .header {
   background: linear-gradient(
    to bottom,
    #FFD046 0%,
    #f6d85d 30%,
    #ffffff 45%,
    #f6d85d 70%,
    #FFD046 100%
) !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
}

.thoth-settings-page .navbar-brand {
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.thoth-settings-page .brand-logo {
  margin: 0 auto !important;
  text-align: center !important;
}

.thoth-settings-page .brand-logo img,
.thoth-settings-page .navbar-brand img {
    display: block !important;
    margin: 0 auto 4px auto !important;
    width: 185px !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .thoth-settings-page .brand-logo img,
    .thoth-settings-page .navbar-brand img {
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
    }
}

.thoth-settings-page .container-header .site-description,
.thoth-settings-page .site-description {
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.thoth-settings-page .container-header .grid-child {
    padding: 0 !important;
}

.thoth-settings-page .site-grid {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.thoth-settings-page .container-component {
  max-width: 680px !important;
  margin: 0 auto !important;
}

.thoth-settings-page .com-content-article,
.thoth-settings-page .item-page,
.thoth-settings-page article {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin: 12px auto !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.thoth-settings-page .btn-primary {
  background-color: #FFD046 !important;
  border-color: #FFD046 !important;
  color: #111111 !important;
}

/* THOTH input states */
.thoth-settings-page .form-control,
.thoth-settings-page .valid,
.thoth-settings-page .form-control-success {
    border-color: #FFD046 !important;
}

.thoth-settings-page .form-control:focus,
.thoth-settings-page input:focus,
.thoth-settings-page .form-control.valid:focus,
.thoth-settings-page input.valid:focus {
    border-color: #6CE96C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(108,233,108,0.25) !important;
}

/* SETTINGS page title */
.thoth-title {
    color: #D4AF37 !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

/* Section title links */
.thoth-settings-page h3 a,
.thoth-settings-page h2 a, 
.thoth-settings-page li a {
    color: #222;              /* Black */
    text-decoration: none;    /* No underline */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color .2s ease;
}

/* Hover effect */
.thoth-settings-page h3 a:hover,
.thoth-settings-page h2 a:hover,
.thoth-settings-page li a:hover {
    color: #d4af37;           /* Gold (or your brand color) */
    cursor: pointer;
}

