.elementor-kit-559{--e-global-color-primary:#1E4DB7;--e-global-color-secondary:#F5B300;--e-global-color-text:#0F172A;--e-global-color-accent:#066FCA;--e-global-color-c3e506f:#E9A618;--e-global-color-702a5a2:#042F69;--e-global-color-f0758e4:#1692DD;--e-global-color-bff96a4:#0655A6;--e-global-color-d41e830:#E9A618;--e-global-typography-primary-font-family:"Bree Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Radio Canada Big";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;font-family:"Bree Serif", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-559 button,.elementor-kit-559 input[type="button"],.elementor-kit-559 input[type="submit"],.elementor-kit-559 .elementor-button{background-color:transparent;font-family:"Roboto", Sans-serif;font-weight:500;color:#FFFFFF;background-image:linear-gradient(180deg, #009FFF 60%, #13558E 100%);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:10px 10px 10px 10px;padding:10px 20px 10px 20px;}.elementor-kit-559 e-page-transition{background-color:#FFBC7D;}.elementor-kit-559 p{margin-block-end:0px;}.elementor-kit-559 button:hover,.elementor-kit-559 button:focus,.elementor-kit-559 input[type="button"]:hover,.elementor-kit-559 input[type="button"]:focus,.elementor-kit-559 input[type="submit"]:hover,.elementor-kit-559 input[type="submit"]:focus,.elementor-kit-559 .elementor-button:hover,.elementor-kit-559 .elementor-button:focus{color:#020202;box-shadow:0px 6px 14px 0px rgba(0,0,0,0.5);border-radius:4px 4px 4px 4px;}.elementor-kit-559 label{color:var( --e-global-color-text );}.elementor-kit-559 input:not([type="button"]):not([type="submit"]),.elementor-kit-559 textarea,.elementor-kit-559 .elementor-field-textual{color:#010101;accent-color:#FFED06;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   MOBILE DASHBOARD FULL FIX
================================ */
@media (max-width: 767px) {

  /* Global mobile overflow fix */
  html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  .elementor,
  .elementor-section,
  .elementor-container {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* ================================
     MOBILE HEADER FIX
  ================================= */
  .mobile-header,
  .dashboard-header {
    position: sticky;
    top: 0;
    z-index: 9997;
    width: 100%;
    max-width: 100vw;
    background: linear-gradient(180deg, #0d5bd8, #063a7a);
  }

  /* ================================
     OFF-CANVAS / SIDEBAR MENU
  ================================= */
  .dashboard-sidebar,
  .employer-dashboard-menu,
  .offcanvas,
  .off-canvas {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 85vw !important;
    max-width: 320px !important;
    min-width: 280px !important;
    height: 100vh !important;
    background: #062a55 !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: 4px 0 15px rgba(0,0,0,0.4);
    border-radius: 0 16px 16px 0;
  }

  /* Background overlay */
  .offcanvas-backdrop,
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
  }

  /* ================================
     MENU ITEMS
  ================================= */
  .dashboard-sidebar a,
  .employer-dashboard-menu a {
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .dashboard-sidebar a:hover,
  .dashboard-sidebar a.active {
    background: #0d5bd8;
    border-radius: 8px;
  }

  /* ================================
     DASHBOARD CONTENT
  ================================= */
  .employer-dashboard,
  .dashboard-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    margin: 0 !important;
  }

  /* Cards / boxes */
  .dashboard-card,
  .dashboard-box {
    width: 100% !important;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  /* Buttons */
  .dashboard-content button,
  .dashboard-content .button {
    width: 100% !important;
    font-size: 16px;
    padding: 14px;
    border-radius: 10px;
  }

  /* ================================
     FORMS & SELECT FIX
  ================================= */
  input,
  select,
  textarea,
  .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 15px;
  }

  /* ================================
     HIDE DESKTOP ONLY ELEMENTS
  ================================= */
  .desktop-only {
    display: none !important;
  }

}/* End custom CSS */