/* Global Variables */


body {
    font-family: 'Inter', sans-serif !important;
}

/* Added by: John Carlo Tulin @ 07/04/25 */
h1 {
    font-size: 2.5rem;
}

/* 2.5 * 16 = 40px default */
h2 {
    font-size: 2rem;
}

/* 32px */
h3 {
    font-size: 1.75rem;
}

/* 28px */
h4 {
    font-size: 1.5rem;
}

/* 24px */
h5 {
    font-size: 1.25rem;
}

/* 20px */
h6 {
    font-size: 1rem;
}

/* 16px */


/* Search botton state */
.search-btn.disabled {

    pointer-events: none;
    background-color: rgb(137, 136, 136);
    border-color: rgb(137, 136, 136);
    cursor: not-allowed;

}

[ng-cloak] {
    display: none !important;
}

/* For the Matching percentage color*/
.bg-orange {
    background-color: #fd7e14 !important;
}


/* Navigation Button */
/* Modified by: John Carlo Tulin
Date: 06/27/2025*/

.navbar-btn {

    background: var(--gridient, linear-gradient(241deg, #1CB423 0%, #0F7414 100%)) !important;
    color: white !important;
    border: none !important;
    padding: 5px 15px;

}

#createAnAccountBtn {

    background: #ffffff !important;
    color: #0F7414 !important;
    border: #0F7414 1px solid !important;

}

/* Accessibility Button
Added by: John Carlo Tulin @ 07/04/25*/


/* Accessibility Button
Added by: John Carlo Tulin @ 07/04/25*/


/* ------------------------------------
   1) Core dark‑mode: page background & text
--------------------------------------- */

.accessibility-dark {
    background-color: #000000;
    color: #ffffff !important;
}

.accessibility-dark a,
.accessibility-dark p,
.accessibility-dark h1,
.accessibility-dark h2,
.accessibility-dark h3,
.accessibility-dark h4,
.accessibility-dark h5,
.accessibility-dark h6,
.accessibility-dark small,
.accessibility-dark i,
.accessibility-dark .bi,
.accessibility-dark .fw-normal,
.accessibility-dark .fw-bold,
.accessibility-dark .text-black,
.accessibility-dark .text-secondary,
.accessibility-dark .text-white,
.accessibility-dark .text-dark,
.accessibility-dark .link-dark {
    color: #fff !important;
}

.accessibility-dark input::placeholder,
.accessibility-dark textarea::placeholder {
    color: #e8e8e8 !important;
}

.accessibility-dark .tag,
.accessibility-dark .navbar-btn,
.accessibility-dark #createAnAccountBtn,
.accessibility-dark dropdown,
.accessibility-dark .btn,
.accessibility-dark .rounded,
.accessibility-dark .border,
.accessibility-dark .social-circle,
.accessibility-dark .form-control,
.accessibility-dark #show-login-modal,
.accessibility-dark #contactForm_PWD {
    background-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    /* white outline */
}

.accessibility-dark .footer-container,
.accessibility-dark nav,
.accessibility-dark span,
.accessibility-dark #login-content,
.accessibility-dark .kickstart-hero-container {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

.accessibility-dark .create-account-banner {
    background: #000 !important;
    background-color: #000 !important;
    border-top: 1px solid #fff;
}

/* Dark mode for navbar dropdown */
.accessibility-dark .dropdown-menu {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.accessibility-dark .dropdown-menu .dropdown-item {
    background-color: transparent !important;
    color: #fff !important;
}

.accessibility-dark .dropdown-menu .dropdown-item:hover,
.accessibility-dark .dropdown-menu .dropdown-item:focus {
    background-color: #222 !important;
    color: #fff !important;
}

/* Also apply to nav button */
.accessibility-dark .nav-link,
.accessibility-dark .nav-link.dropdown-toggle {
    color: #fff;
}

/* ------------------------------------
   2) Dark‑mode for your widget UI
--------------------------------------- */
.accessibility-dark .accessibility-toggle {
    background-color: #000;
    /* darker button */
    color: #fff;
    /* invert icon color */
    border: 1px solid #fff;
    /* white outline */
}

.accessibility-dark .accessibility-panel {
    background-color: #000;
    /* darker panel */
    color: #fff;
    /* white labels/text */
    border: 1px solid #fff;
    /* white outline */
    width: 265px !important;
}

.accessibility-dark .accessibility-panel .option-group button {
    background-color: #000;
    /* button bg */
    color: #fff;
    /* button text */
    border: 1px solid #fff;
    /* white outline */
}

.accessibility-dark .accessibility-panel .option-group button.active {
    background-color: #fff;
    /* invert for “active” */
    color: #000;
}

.accessibility-dark,
.accessibility-dark .accessibility-toggle,
.accessibility-dark .accessibility-panel,
.accessibility-dark .accessibility-panel .option-group button,
.accessibility-dark .accessibility-panel .option-group button.active {
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}


/* Dark mode style for SweetAlert (Swal) when body has .accessibility-dark */
.accessibility-dark .swal2-popup {
    background-color: #000 !important;
    border: 2px solid white !important;
    color: white !important;
}

.accessibility-dark .swal2-popup .swal2-title,
.accessibility-dark .swal2-popup .swal2-html-container {
    color: white !important;
}

.accessibility-dark .swal2-popup .swal2-confirm {
    background-color: #000 !important;
    color: white !important;
    border: 1px solid white;
    border-radius: 10px;
}

.accessibility-dark .description-card {
    background-color: #000 !important;
    color: white !important;
    border: 1px solid white;
}

.accessibility-dark .bg-white {
    background-color: #000 !important;
    /* now behaves like dark background */
}

.swal-dark-popup {
    background-color: #000 !important;
    border: 2px solid white !important;
    border-radius: 10px;
    color: white !important;
    /* Text color */
}

.swal-dark-popup .swal2-title,
.swal-dark-popup .swal2-html-container {
    color: white !important;
}

/* No icon styling here to avoid conflicts */

.swal-dark-popup .swal2-confirm {
    background-color: #000 !important;
    color: white !important;
    border: 1px solid white;
    border-radius: 10px;
}

/* ------------------------------------
   2) Dark‑mode for your widget UI
--------------------------------------- */
.accessibility-dark .accessibility-toggle {
    background-color: #000;
    /* darker button */
    color: #fff;
    /* invert icon color */
    border: 1px solid #fff;
    /* white outline */
}

.accessibility-dark .accessibility-panel {
    background-color: #000;
    /* darker panel */
    color: #fff;
    /* white labels/text */
    border: 1px solid #fff;
    /* white outline */
}

.accessibility-dark .accessibility-panel .option-group button {
    background-color: #000;
    /* button bg */
    color: #fff;
    /* button text */
    border: 1px solid #fff;
    /* white outline */
}

.accessibility-dark .accessibility-panel .option-group button.active {
    background-color: #fff;
    /* invert for “active” */
    color: #000;
}

.accessibility-dark,
.accessibility-dark .accessibility-toggle,
.accessibility-dark .accessibility-panel,
.accessibility-dark .accessibility-panel .option-group button,
.accessibility-dark .accessibility-panel .option-group button.active {
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}


.accessibility-dark .modal-content {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.accessibility-dark .modal-header,
.accessibility-dark .modal-body {
    border-color: #fff;
}

.accessibility-dark .modal-title {
    color: #fff !important;
}

.accessibility-dark .btn-close {
    filter: invert(1);
    /* white close icon */
}

.accessibility-dark .small,
.accessibility-dark p,
.accessibility-dark h6,
.accessibility-dark span,
.accessibility-dark strong {
    color: #fff !important;
}

.accessibility-dark .badge.bg-danger,
.accessibility-dark .badge.bg-success {
    color: #fff !important;
}

.accessibility-dark .border-success {
    border-color: #198754 !important;
}

/* IMPORTANT: DO NOT style or change .swal2-icon or .swal2-icon--error */
/* That keeps the icon default colors intact */


.accessibility-dyslexia {
    font-family: 'Lexend', sans-serif !important;
}

/* Low Saturation */

.accessibility-low-saturation {
    position: relative;
    /* establish stacking context for the pseudo */
}

.accessibility-low-saturation .btn {
    /* background: linear-gradient(241deg, #6EBD6F 0%, #486946 100%);
    background: linear-gradient(241deg, #6EBD6F 0%, #486946 100%) !important; */
    transition: background 0.3s ease;
    /* Ensures smooth animation */
}

/* 2) …and add a ::before that sits under your nav but over the content */
.accessibility-low-saturation::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backdrop-filter: saturate(50%);
    -webkit-backdrop-filter: saturate(50%);
    z-index: 1;
    /* layer just above content */
}

/* High Saturation */

/* Establish a stacking context on the root element */
.accessibility-high-saturation {
    position: relative;
}

.accessibility-high-saturation .btn {
    /* background: linear-gradient(241deg, #00FF22 0%, #007F00 100%) !important; */
    transition: background 0.3s ease;
    /* Ensures smooth animation */
}

/* Full‑page overlay that boosts saturation behind it */
.accessibility-high-saturation::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* let clicks pass through */
    backdrop-filter: saturate(150%);
    /* or whatever “high” value you prefer */
    -webkit-backdrop-filter: saturate(150%);
    z-index: 1;
    /* just above your content */
}

/* Invert contrast */

/* Establish stacking context on the root wrapper */
.accessibility-invert-contrast {
    position: relative;
}

.accessibility-invert-contrast img.nav-logo {
    filter: invert(100%) !important;
}


.accessibility-invert-contrast .navbar {
    background: black !important;
}

.accessibility-invert-contrast .navbar .text-black,
.accessibility-invert-contrast .navbar .dropdown-menu {
    background-color: black !important;
    color: white !important;
}

.accessibility-invert-contrast .navbar .btn {
    background: black !important;
    border: 1px solid #F08BEB !important;
    color: #F08BEB !important;
}

.accessibility-invert-contrast #createAnAccountBtn {
    background: black !important;
    color: #F08BEB !important;
    border: 1px solid #F08BEB !important;
}

/* Pseudo‑element overlay to invert everything behind it */
.accessibility-invert-contrast::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backdrop-filter: invert(100%);
    -webkit-backdrop-filter: invert(100%);
    z-index: 1;
}

.accessibility-invert-contrast .invert-safe {
    filter: invert();
    position: relative;
    z-index: 10;
}


/* Dark Mode + Invert */

.accessibility-invert-contrast.accessibility-dark .navbar {
    background: white !important;
}

.accessibility-invert-contrast.accessibility-dark .fym-nav-link {
    filter: hue-rotate(0deg) !important;
    background: white !important;
}



/* Push your chrome (nav/header/buttons) above that overlay */
header,
.navbar,
.accessibility-toggle,
.accessibility-panel {
    position: relative;
    z-index: 10;
}

/* Widget UI */
.accessibility-toggle {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    /* background-color: #2eaa42; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessibility-toggle img {
    width: 30px;
    height: 30px;
}

/* Accessibility Panel Attributes */
.accessibility-panel {
    /* font-size: 16px !important;
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  background-color: #138808;
  color: white;
  border-radius: 20px;
  padding: 20px;
  z-index: 9999;
  width: 260px;
  display: none;
  flex-direction: column; */
    gap: 15px;
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* This ensures Bootstrap's .card doesn't shrink or grow due to rem changes */
.accessibility-panel.card {
    font-size: 16px !important;
    padding: 20px !important;
    margin: 0 !important;
    border-radius: 20px !important;
}

/* Override Bootstrap rem styles inside panel only */
.accessibility-panel.card * {
    font-size: 16px !important;
    /* avoid rem inheritance */
    line-height: 1.4;
    /* Optional: stabilize layout */
}


.accessibility-panel.show {
    display: flex;
    animation: panelSlideIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accessibility-panel.left-side {
    right: auto;
    left: 80px;
}

.accessibility-panel.right-side {
    left: auto;
    right: 80px;
}

#accessibilityPanel {
    font-size: 18px !important;
}

#accessibilityPanel.card {
    padding: 16px !important;
    margin: 10px !important;
    border-radius: 6px !important;
}

#accessibilityPanel.card * {
    font-size: 18px !important;
    padding: 5px !important;
    /* or use specific px values if needed */
    margin: 0px !important;
}


.label {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.option-group button {
    padding: 6px 12px;
    border-radius: 999px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    color: black;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.option-group:not(.font-size) button.active {
    background-color: black;
    color: white;
}

body,
.accessibility-toggle,
.accessibility-panel,
.accessibility-panel .option-group button,
.accessibility-panel .option-group button.active {
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

#accessibility-wrapper {
    margin: 40px;
    padding: 20px;
    border: 1px solid #ccc;
}



/* Code Migrated @ 04/07/2025 */

/********* Code ni Lorenzo *********/

/* Login/Register Modal */
/* modal global style */
.information-entry-modal a {

    color: black;
}

.modal-btn {

    background-color: #0F7414;
    color: white !important;
    border-radius: 10px;
}

.accessibility-dark .modal-btn {
    background-color: #000;
    color: white !important;
    border: 1px solid white;
    border-radius: 10px;
}

.modal-overlay {

    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1050;
    /* Placed higher than the nav bar (1030) */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out, visibility 0.4s ease-in-out;

}

.modal-overlay.active {

    opacity: 1;
    visibility: visible;

}

.modal-overlay.active-unmount {

    opacity: 0;
    visibility: hidden;

}


.modal-overlay .information-entry-modal {
    background-color: #fff;
    flex: 0 0 auto;
    position: relative;
    padding: 10px;
    border-radius: 20px;
    height: 90%;
    width: 70%;
    max-width: 500px;
    max-height: 800px;
    overflow: hidden;
    transform: translateY(50%);
    transition: transform 0.4s ease-in-out;
}

.accessibility-dark .information-entry-modal {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.accessibility-dark .modal-overlay {
    background-color: #000 !important;
    color: #fff !important;
}


.modal-overlay .information-entry-modal.active {

    transform: translateY(0%);
}

.information-entry-modal .close-btn {
    background-color: #fff;
    position: absolute;
    top: 10px;
    z-index: 10000;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;

}

.link-text {
    text-decoration: underline !important;
}

.form-control {

    border-radius: 20px !important;
    font-size: 1rem !important;

}

.form-control.password {

    border-radius: 20px 0 0 20px !important;

}

.toggle-visibility {

    border-radius: 0 20px 20px 0 !important;
    cursor: pointer;
}


/* All content styles */

.login-content,
.register-content,
.verify-content,
.confirm-user-type,
.forgot-pass,
.verify-forgot-pass-content,
.change-password-content {
    user-select: none !important;
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}


/* Setting content state */

.login-content {
    transform: translateX(0);
}

.register-content,
.verify-content,
.confirm-user-type,
.forgot-pass,
.verify-forgot-pass-content,
.change-password-content {
    transform: translateX(100%);
    /* Hidden off-screen */
}

/* Active State */
.login-content.active-slide-out,
.register-content.active-slide-out,
.verify-content.active-slide-out,
.confirm-user-type.active-slide-out,
.forgot-pass.active-slide-out,
.verify-forgot-pass-content.active-slide-out,
.change-password-content.active-slide-out {
    transform: translateX(100%);
    /* Slide out to the left */
}


.register-content.active-slide-in,
.login-content.active-slide-in,
.verify-content.active-slide-in,
.confirm-user-type.active-slide-in,
.forgot-pass.active-slide-in,
.verify-forgot-pass-content.active-slide-in,
.change-password-content.active-slide-in {
    transform: translateX(0);
    /* Slide in from the right */
}




/* Within login-content */

.some-animation {

    background-color: gray;
    color: white;
    width: 100px;
    height: 100px;
    border-radius: 30px;


}


/* Password input field */
.custom-width {

    max-width: 236px !important;

}


/* End of login-content */

/* Within Register-content */

/* Modified by Lorenzo @ 04/25/2025 */
.register-btn.disabled,
.change-pass-btn.disabled,
.verify-btn.disabled {


    pointer-events: none !important;
    background-color: rgb(137, 136, 136) !important;
    border-color: rgb(137, 136, 136) !important;
    cursor: not-allowed !important;
    user-select: none !important;

}

/* End of register-content */

/********* End of Code ni Lorenzo *********/

/* End of Code Migrated @ 04/07/2025 */












/* Sir jess login reg form emp css*/
.background-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 60vw;
    background-color: #1CB423;
    border-radius: 50%;
    transform: translate(25%, -20%);
    z-index: -1;
    overflow: hidden;
}

html,
body {
    overflow-x: hidden;
    /* Prevents horizontal scrolling */
}


.blue-circle-left {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 50vw;
    height: 50vw;
    background-color: #1CB423;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}



.blue-circle-lower-right {
    position: absolute;
    top: 80%;
    right: -50%;
    width: 50vw;
    height: 50vw;
    background-color: #1CB423;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.blue-small-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: 20vw;
    background-color: #1CB423;
    border-radius: 50%;
    transform: translate(-100%, 160%);
    z-index: -1;

}


.custom-fields::placeholder {
    font-size: 14px;
    opacity: 1;
}


.custom-fields {

    font-size: 16px;
    border: 1px solid #0160af;
}



#about-ojtgo {

    margin-top: 200px;
}








/* Jess Baggs and Millard */
/* Popup background */

/* Modified by Lorenzo @ 03/31/2025 */
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 1050;
    /*Higher that the fixed nav bar (1030)*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Popup box */
.popup-box {
    background: #fff;

    padding: 10px;
    width: 30%;
    position: relative;
}


@media (max-width: 991px) {
    .popup-box {
        width: 70%;
    }
}


@media (max-width: 767px) {
    .popup-box {
        width: 90%;
    }
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}



@media (max-width: 991px) {
    #about-ojtgo {
        margin-top: 100px;
        /* Applies for 991px and below */
    }
}

/* Sir jess login reg form emp css end */






/************* Landing Page Modifications *************/

/* Globaly set styles */

.input-styles {

    border-radius: 20px !important;
    font-size: 1rem !important;

}

body {
    background-color: #FFFAFA !important;
    /* Set Correct Background Color */
    overflow-x: hidden;
}


/* End of globaly set styles */

.navbar-btn {

    background: var(--gridient, linear-gradient(241deg, #1CB423 0%, #0F7414 100%)) !important;
    color: white !important;
    padding: 5px 15px;

}

/* Hero Container */

.kickstart-hero-container,
.kickstart-hero-skeleton {

    background: var(--gridientt_4, linear-gradient(180deg, #2DA0FA 0%, #89BFFB 50.6%, #FFFAFA 100%)) !important;
    margin-left: -10px;
    /* Move the entire container to the left */
    width: calc(100% + 20px);
    /* Fill the remaining space to the right */
    height: 400px;
}

.hero-header {

    max-width: 600px;
    width: 100%;

}


.filter-btn {

    width: 200px !important;

}


/* Job list and details container */
.find-match-container {

    margin: 0 50px !important;

}


/* Main Find Your Match Content */
.job-list-container {}



/* .job-details-pane {
    height: fit-content;
} */

/* modified by Lorenzo @ 04/24/2025 */
.job-details-container {
    box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
    -webkit-box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
    -moz-box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
}

.posting-description {
    overflow-y: scroll;
    padding-right: 1rem;
    max-height: 200px;
    word-break: break-all;
}

/* modified by Lorenzo @ 04/24/2025 */
.job-list-wrapper {
    height: calc(100vh + 310px);
}

.job-list-pane {
    flex: 1;
    height: inherit;
    overflow-y: scroll;
}


/* Job list (Cards) */

.tag {

    background-color: #d4e8e9;
    padding: 5px 25px !important;

}

/* modified by Lorenzo @ 04/24/2025 */
/* Apply styling if the job card is selected */
.job-card {
    box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
    -webkit-box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
    -moz-box-shadow: -1px 5px 5px 1px rgba(106, 106, 106, 0.75);
    transition: background-color 0.3s ease;
    /* Ensures smooth animation */
}

.job-card.active {
    box-shadow: 0 0 10px 2px rgba(0, 123, 255, 0.5);
    /* glowing blue shadow */
}

.job-card:hover {
    background-color: #C8E0F2 !important;
}




/* Job Details */

.modal-send-request {

    line-height: 1;
    color: black !important;
    background: var(--gridient, linear-gradient(241deg, #A1CFFF 0%, #8BBFFB 50%, #2EA0F9 100%));
    border-radius: 10px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1rem;

}

.progress-bar {

    background-color: #70B7FB !important;

}

.progress {

    background-color: #C8E0F2 !important;
    height: 20px;

}


.create-account-banner {

    background: var(--gridient, linear-gradient(241deg, #A1CFFF 0%, #8BBFFB 50%, #2EA0F9 100%));
    padding: 15px 0;
    border-radius: 0 0 0.4rem 0.4rem !important;
    /* Modified by Lorenz o@ 04/24/2025 */
    width: 100%;
    margin-top: auto;
    /* Push to bottom */

}

.create-acc-link {

    text-decoration: underline !important;
    text-decoration-color: navy;

}



/* shimmer loading animation */
.skeleton-loader {
    padding: 2rem;
}

.skeleton-block {
    height: 20px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.skeleton-block::after {
    /* Deals with the animation */
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #f0f0f0 50%, transparent 100%);
    animation: shimmer 1.5s infinite;
    /*Deals with the shimmer speed*/
}

@keyframes shimmer {
    100% {
        transform: translateX(100vw);
        /*Determines the length of the shimmer will travel*/
    }
}



/* 
    Migrated @ 04/11/2025
    added code by Lorenzo @ 04/11/2025 
    For register format guideline    
    
*/


/* For password */
.guidelines {
    font-size: 13px;
    color: #666;
    background: #f9f9f9;
    border: 1px solid #ddd;
    line-height: 1.3;
    width: 310px;
}

.condition {
    font-size: 13px;
    line-height: 1.3;
    width: 310px;
}

/* Added by Lorenzo @ 04/24/2025 */
/* Override bootstrap styling */
.is-invalid {

    transition: none !important;
}

.reg-field.highlight {

    border-color: #ED2939 !important;

}





/* added by lorenzo @ 05/06/2025 */
/* for responsive design */


@media (max-width: 767px) {

    .find-match-container {

        margin: 0 0 !important;

    }


    .modal-overlay {

        padding: 0 !important;

    }


    .modal-overlay .information-entry-modal {

        width: 100%;
        max-width: unset;
        height: 95%;
        max-height: 900px;
        overflow-y: scroll;

    }

    .modal-overlay .information-entry-modal.active {

        transform: translateY(5%);

    }


    .custom-width {

        max-width: 100% !important;

    }

}


@media (max-width: 480px) {

    .kickstart-hero-container,
    .kickstart-hero-skeleton {

        height: 600px;

    }





}

/* Charls added */


/* Add to your stylesheet */
[ng-if] {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Navbar button
Added by: John Carlo Tulin @ 07/07/25 */

/* 1) Transparent hover for buttons & links in the main navbar
   Excludes .accessibility-toggle and .accessibility-option-btn */
#navbarSupportedContent button:not(.accessibility-toggle):not(.accessibility-option-btn):hover,
#navbarSupportedContent .nav-link:hover {
    background-color: transparent !important;
    color: #1cb423 !important;
    transition: color 0.4s ease-out, transform 0.4s ease-out;
    transform: translateY(-3px);
}


/* 2) Base styles for dropdown toggles inside main navbar
   (still excluding your accessibility controls) */
#navbarSupportedContent .dropdown-toggle:not(.accessibility-toggle):not(.accessibility-option-btn) {
    background-color: transparent !important;
    box-shadow: none !important;
    transition: color 0.4s ease-out, transform 0.4s ease-out;
}

/* 3) Hover/focus/show animation for those dropdown toggles */
#navbarSupportedContent .dropdown-toggle:not(.accessibility-toggle):not(.accessibility-option-btn):hover,
#navbarSupportedContent .dropdown-toggle:not(.accessibility-toggle):not(.accessibility-option-btn):focus,
#navbarSupportedContent .dropdown-toggle:not(.accessibility-toggle):not(.accessibility-option-btn).show {
    transform: translateY(-3px);
    color: #1cb423 !important;
}

/* navbar hover */

/* Change nav link color on hover */
.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-item:hover {
    color: #0059ff !important;
    /* Change to any color you like */
}

/* .blue-circle-left {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 30vw;
    height: 30vw;
    background-color: #6db5ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

.blue-circle-lower-right {
    position: absolute;
    top: 30%;
    right: 50%;
    width: 30vw;
    height: 30vw;
    background-color: #1CB423;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* .blue-circle-lower-right2 {
    position: absolute;
    top: 0%;
    right: 70%;
    width: 20vw;
    height: 20vw;
    background-color: #6db5ff;
    border-radius: 50%;
    transform: translate(70%, 60%);
    z-index: -1;
} */


.blue-small-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: 20vw;
    background-color: #6db5ff;
    border-radius: 50%;
    transform: translate(-100%, 160%);
    z-index: -1;

}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Optional: smooth entry animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.sidebar {
    height: 100%;
    width: 350px;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;

    color: white;
}



.content {
    height: 100%;
    margin-left: 350px;

    color: white;
    overflow-y: auto;
    overflow-x: auto;
}


html {
    scroll-behavior: smooth;
}



@media screen and (max-width: 991px) {

    .sidebar {
        width: 100%;
        height: auto;
        position: static;
    }

    .content {
        margin-left: 0;
    }
}

/* OJTGO Team Responsiveness */
.team-img-container {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.team-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 767.98px) {
    .team-img-container {
        width: 100px;
        height: 100px;
    }
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 575.98px) {
    .team-img-container {
        width: 90px;
        height: 90px;
    }
}

/* Legal footer responsiveness */
@media (min-width: 992px) {
    .legal-offset {
        margin-left: 8rem !important;
    }
}

/* How It Works Section */
#how {
    background-color: #f8f9fa;
}

.how-it-works-content {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.step-box {
    background: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid rgb(0, 43, 86);
    min-height: 400px;
}

.step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.step-number-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(0, 43, 86);
    line-height: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    font-weight: 600;
    color: #212529;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.step-description {
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.5;
}

.lottie-animation {
    height: 120px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .step-box {
        margin-bottom: 20px;
        min-height: 380px;
    }

    .lottie-animation {
        height: 100px;
    }
}

/* faq styling */
/* Custom tab buttons */
.custom-tab-button {
    background-color: white;
    color: black;
    border: 1px solid #ced4da;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Remove Bootstrap's default red focus/active outline */
.custom-tab-button:focus,
.custom-tab-button:active,
.custom-tab-button:focus:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(0, 43, 86) !important;
    /* Blue border */
    background-color: rgb(0, 43, 86) !important;
    /* Blue background */
    color: #ffffff !important;
    /* White text */
}

/* Hover effect: Blue border and text */
.custom-tab-button:hover {
    background-color: transparent !important;
    border-color: rgb(0, 43, 86) !important;
    color: rgb(0, 43, 86) !important;
}

/* Optional: Make sure buttons don't use Bootstrap's red if inherited */
.custom-tab-button {
    border: 1px solid transparent;
    background-color: transparent;
    color: rgb(0, 43, 86);
    transition: all 0.3s ease;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
}

/* Add space between FAQ questions */
.faq-question {
    margin-bottom: 20px;
    cursor: pointer;
}

/* Optional: add a bit of space below the answer too */
.faq-answer {
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 30px;
}

/* Ensure all cards are the same height regardless of content */
#highlights .card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#highlights .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Remove hover effect for highlight cards */
.row.g-4 .card:hover,
.row.g-4 .card:focus,
.row.g-4 .card:active {
    box-shadow: none !important;
    transform: none !important;
    background: inherit !important;
    border-color: inherit !important;
}

/* Blog expand content */
.expanded-card {
    max-height: 600px;
    overflow-y: auto;
    background-color: #fff;
    border: 2px solid #dee2e6;
}

/* News expand content */
.expanded-news {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

/* testimonial card style */
.card.testimonial-card {
    max-height: 300px;
}

.card.testimonial-card .card-body {
    overflow-y: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* quill */
/* .quill-content {
    font-family: inherit;
    font-size: 1rem;
} */

/* White overlay for Bootstrap modal */
/* .modal-backdrop.show {
    background-color: rgb(255, 255, 255);
    /* white with some transparency */
/* } */

/* .modal {
    z-index: 1060;
    /* Bootstrap default */
/* }

.modal-backdrop {
    z-index: 1050;
    /* Just behind the modal */
/* } */

/* Custom styles for the modal */
/* .close.ms-auto:hover,
.close.ms-auto:focus {
    background: #e3f0ff !important;
} */

/* .close.ms-auto:hover i,
.close.ms-auto:focus i {
    color: #0d6efd !important;
} */

/*Added by Timothy @ 08/14/2025 */
/* Override the default/fading background */
.kickstart-hero-container {
    background: transparent !important;
}

/* Fit-content modal that scrolls if taller than viewport */
#register-content.register-content {
    width: 100%;
    max-width: 720px;
    /* nice readable width */
    max-height: 90vh;
    /* fits viewport, scrolls if longer */
    background: var(--bs-body-bg, #fff);
}

/* Logo safety + consistent sizing */
#register-content .modal-logo {
    max-width: 60%;
    max-height: 40px;
    height: auto !important;
}

/* Keep rows tidy inside custom modal */
#register-content .row {
    margin-left: 0;
    margin-right: 0;
}

/* Label alignment tweaks */
#register-content .col-form-label {
    line-height: 1.25;
}

/* Clickable visibility toggles */
#register-content .toggle-visibility {
    cursor: pointer;
    user-select: none;
}

/* Subtle background for guidelines */
#register-content .guidelines {
    background: var(--bs-light, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: .5rem;
}

.footer-container {
    min-width: 100vw;
}

#login .modal-logo {
    max-width: 60%;
    max-height: 40px;
    height: auto !important;
}

/* Login page */
#login.auth-page {
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
}

#login .login-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

#login .toggle-visibility {
    cursor: pointer;
    user-select: none;
    background: #f8f9fa;
    border-left: 0;
}

#login .toggle-visibility:hover {
    background: #f1f3f5;
}

#login .login-btn {
    background-color: #0F7414;
}

#login .link-text {
    color: #0d6efd;
    text-decoration: none;
}

#login .link-text:hover {
    text-decoration: underline;
}

/* Validation look */
#login .is-invalid {
    border-color: #dc3545;
}

#login .invalid-feedback {
    font-size: 0.85rem;
}

.login-btn {

    background-color: #0F7414;
    color: white !important;
    border-radius: 10px;
}

.kickstart-hero-container {
    background: transparent !important;
}

.accessibility-dark .cardframe {
    background-color: #000000 !important;
    color: #ffffff !important;

}

.accessibility-dark .cardframe {
    background-color: #000000 !important;
    color: #ffffff !important;

}

.accessibility-dark .border {
    border: 1px solid #ffffff !important;

}

/* Make the two role buttons split the width nicely */
#registration .role-group .btn {
    width: 50%;
    padding: .65rem 0.75rem;
}

/* High-contrast in accessibility-dark */
.accessibility-dark .cardframe.border .role-group .btn.btn-outline-success {
    color: #fff;
    border-color: #9ae6b4;
}

.accessibility-dark .cardframe.border .role-group .btn-check:checked+.btn {
    background-color: #0F7414;
    border-color: #0F7414;
}

/* Role cards inside the modal */
.role-card {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: flex-start;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: box-shadow .2s, border-color .2s, transform .05s;
    user-select: none;
}

.role-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.btn-check:checked+.role-card {
    border-color: #0F7414;
    box-shadow: 0 0 0 3px rgba(15, 116, 20, .15);
}

.role-card .title {
    font-weight: 600;
}

.role-card .hint {
    font-size: .875rem;
    color: #6c757d;
}

/* High-contrast when using your accessibility class + cardframe */
.accessibility-dark .cardframe.border .role-card {
    background: #111;
    border-color: #444;
    color: #fff;
}

.accessibility-dark .cardframe.border .btn-check:checked+.role-card {
    border-color: #31c24a;
    box-shadow: 0 0 0 3px rgba(49, 194, 74, .25);
}

/* Make the close button easy to hit and perfectly placed */
.modal-clean .btn-close {
    width: 1rem;
    height: 1rem;
    opacity: .65;
}

.modal-clean .btn-close:hover {
    opacity: 1;
}

/* Slightly round the action buttons */
.modal-clean .modal-btn {
    border-radius: 10px;
}

#signBtn {
    width: 80px !important;
}

#createAnAccountBtn {
    width: 171px !important;
}

/*Added by Timothy @ 08/19/2025 */
/* Reduce modal height if needed */
.modal-dialog {
    max-width: 800px;
    /* limit width */
    margin: 1.5rem auto;
    /* vertical spacing */
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 45%;
    /* reduce height to fit better on screen */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.modal-body {
    padding: 0px !important;
}

#pwdEVideo {
    border-radius: 0px !important;
}


/* Added by Timothy @ 08/20/2025 */
/* Default (light mode) */
.role-btn {
    background: #188754 !important;
    /* Bootstrap green */
    color: #fff !important;
    border: 1px solid #000 !important;
    /* Black border */
}

/* Dark mode */
.accessibility-dark .role-btn {
    background: #0b442e !important;
    /* Darker green */
    color: #fff !important;
    border: 1px solid #000 !important;
    /* Keep black border */
}

/* Remove Bootstrap's default red focus outline */
.role-btn:focus,
.role-btn:active {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3) !important;
    /* subtle black glow instead */
}

/* End of Addition by Timothy @ 08/20/2025 */

/*  Added by Timothy @ 09/04/2025 */
/* Added by Timothy @ 08/22/2025 */
/* Darkmode Toggle Switch */
/* Wrapper */
.custom-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}


/* Subtle background for guidelines */
#register-content .guidelines {
    background: var(--bs-light, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: .5rem;
}


/* Track (background bar) */
.toggle-track {
    width: 60px;
    height: 28px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    transition: background 0.3s ease;
}

/* Thumb (circle) */
.toggle-thumb {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Active State */
.toggle-track.active {
    background: #188754;
    /* green theme */
}

.toggle-track.active .toggle-thumb {
    transform: translateX(32px);
}

/* End of Darkmode Toggle Switch */


/* Contrast Toggle Switch */
/* Wrapper */
.custom-contrast-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

/* Track (background bar) */
.contrast-toggle-track {
    width: 60px;
    height: 28px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    transition: background 0.3s ease;
}

/* Thumb (circle) */
.contrast-toggle-thumb {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Active State */
.contrast-toggle-track.active {
    background: #188754;
    /* green theme */
}

.contrast-toggle-track.active .contrast-toggle-thumb {
    transform: translateX(32px);
}

/* End of Contrast Toggle Switch */

/* Dyslexia Toggle Switch */
/* Wrapper */
.custom-dyslexia-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

/* Track (background bar) */
.dyslexia-toggle-track {
    width: 60px;
    height: 28px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    transition: background 0.3s ease;
}

/* Thumb (circle) */
.dyslexia-toggle-thumb {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Active State */
.dyslexia-toggle-track.active {
    background: #188754;
    /* green theme */
}

.dyslexia-toggle-track.active .dyslexia-toggle-thumb {
    transform: translateX(32px);
}

/* End of Dyslexia Toggle Switch */