#page-login-signup {
  /* Signup Modal Styles - Lynk Design */
  /* Hide the contact permission checkbox field */
  /* Contact Info Section with Icons */
  /* Purple color only for Privacy Policy and external website links */
  /* Toggle Switch Styles */
  /* Disabled toggle switch styles */
  /* Scrollbar Styling */
  /* Responsive adjustments */ }
  #page-login-signup #id_profile_field_contact_permission {
    display: none !important; }
  #page-login-signup #id_profile_field_contact_permission ~ label {
    display: none !important; }
  #page-login-signup .form-check:has(#id_profile_field_contact_permission) {
    display: none !important; }
  #page-login-signup .signup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s; }
  #page-login-signup .signup-modal.show {
    display: block; }
  #page-login-signup .signup-modal-content {
    background-color: #ffffff;
    margin: 2% auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 817px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s;
    max-height: 90vh;
    display: flex;
    flex-direction: column; }
  #page-login-signup .signup-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0; }
  #page-login-signup .signup-modal-header h2 {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #111F29;
    opacity: 1; }
  #page-login-signup .signup-modal-close {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1; }
  #page-login-signup .signup-modal-close:hover,
  #page-login-signup .signup-modal-close:focus {
    color: #666; }
  #page-login-signup .signup-modal-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
    line-height: 1.6;
    position: relative; }
  #page-login-signup .not-now-link {
    position: absolute;
    top: 0;
    right: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #D4D7D8 !important;
    opacity: 1;
    text-decoration: none !important;
    text-align: right;
    transition: opacity 0.2s; }
  #page-login-signup .not-now-link:hover {
    opacity: 0.7;
    color: #D4D7D8 !important;
    text-decoration: none !important; }
  #page-login-signup .signup-modal-body h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 49px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    color: #111F29;
    opacity: 1;
    margin-top: 24px;
    margin-bottom: 12px; }
  #page-login-signup .signup-modal-body h3:first-of-type {
    margin-top: 0; }
  #page-login-signup .signup-modal-body p {
    margin-bottom: 12px;
    max-width: 753px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111F29;
    opacity: 1; }
  #page-login-signup .signup-modal-body p strong {
    display: inline-block;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3B454B;
    opacity: 1; }
  #page-login-signup .contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px; }
  #page-login-signup .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px; }
  #page-login-signup .contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px; }
  #page-login-signup .contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  #page-login-signup .contact-details strong {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3B454B;
    opacity: 1; }
  #page-login-signup .contact-details a {
    text-align: left;
    text-decoration: underline;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #111F29;
    opacity: 1; }
  #page-login-signup .contact-details a:hover {
    color: #111F29;
    opacity: 0.7;
    transition: opacity 0.3s ease-out; }
  #page-login-signup .signup-modal-body a {
    text-align: left;
    text-decoration: underline;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #111F29;
    opacity: 1; }
  #page-login-signup .signup-modal-body a:hover {
    color: #111F29;
    opacity: 0.7; }
  #page-login-signup .signup-modal-body a[href*="privacy-policy"],
  #page-login-signup .signup-modal-body a[href*="dataprotection.ie"] {
    color: #6556FF; }
  #page-login-signup .signup-modal-body a[href*="privacy-policy"]:hover,
  #page-login-signup .signup-modal-body a[href*="dataprotection.ie"]:hover {
    color: #6556FF;
    opacity: 0.7; }
  #page-login-signup .text-muted {
    color: #6c757d !important;
    font-size: 16px !important;
    line-height: 24px !important; }
  #page-login-signup .small {
    font-size: 16px;
    line-height: 24px; }
  #page-login-signup .preference-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-top: 4px;
    gap: 20px; }
  #page-login-signup .preference-toggle-text {
    flex: 1; }
  #page-login-signup .preference-toggle-text strong {
    display: block;
    margin-bottom: 2px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  #page-login-signup .preference-toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0; }
  #page-login-signup .toggle-label {
    font-weight: 600;
    color: #000;
    min-width: 30px; }
  #page-login-signup .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px; }
  #page-login-signup .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  #page-login-signup .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px; }
  #page-login-signup .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%; }
  #page-login-signup input:checked + .slider {
    background-color: #ffc107; }
  #page-login-signup input:checked + .slider:before {
    transform: translateX(22px); }
  #page-login-signup .switch.disabled {
    cursor: url("../pix/login/lock.svg") 10 10, not-allowed; }
  #page-login-signup .switch.disabled .slider {
    cursor: url("../pix/login/lock.svg") 10 10, not-allowed; }
  #page-login-signup .switch.disabled input:checked + .slider {
    background-color: #ffc107; }
  #page-login-signup .signup-modal-footer {
    padding: 20px 24px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    flex-shrink: 0; }
  #page-login-signup .signup-modal-btn-agree {
    background-color: #ffc107;
    color: #111F29;
    border: none;
    padding: 14px 40px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    transition: background-color 0.2s; }
  #page-login-signup .signup-modal-btn-agree:hover {
    background-color: #ffb300; }
  #page-login-signup .signup-modal-btn-agree:active {
    background-color: #ffa000; }
  #page-login-signup .signup-modal-body::-webkit-scrollbar {
    width: 8px; }
  #page-login-signup .signup-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; }
  #page-login-signup .signup-modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; }
  #page-login-signup .signup-modal-body::-webkit-scrollbar-thumb:hover {
    background: #555; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  @media (max-width: 767px) {
    #page-login-signup .signup-modal-content {
      width: 100%;
      margin: 0;
      max-height: 100vh;
      border-radius: 0;
      max-width: 100%; }
    #page-login-signup .preference-toggle {
      flex-direction: column;
      align-items: flex-start; }
    #page-login-signup .preference-toggle-switch {
      width: 100%;
      justify-content: space-between; } }

/*# sourceMappingURL=signupModal.css.map */
