.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e8c2fb5:#CCCCFF;--e-global-color-5117f45:#A3A3CC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://kelleanncrafts.com/wp-content/uploads/2025/09/login-bg.jpg");color:#493A11;font-family:"Manrope", Sans-serif;background-position:center center;background-repeat:no-repeat;background-size:cover;overscroll-behavior:none;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#493A11;}.elementor-kit-8 a:hover{color:#657445;}.elementor-kit-8 h1{color:#493A11;}.elementor-kit-8 h2{color:#493A11;}.elementor-kit-8 h3{color:#493A11;}.elementor-kit-8 h4{color:#493A11;}.elementor-kit-8 h5{color:#493A11;}.elementor-kit-8 h6{color:#493A11;}.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 *//* --- Global Scrollbar Styling (Targets HTML/Body for Full Page) --- */

/* 1. WebKit/Chromium Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 12px; /* Width of the vertical scrollbar */
  height: 12px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f0f4e8; /* Complementary Track Background */
  border-radius: 6px; /* Gentle rounding for the track */
}

::-webkit-scrollbar-thumb {
  background-color: #8DB6B2; /* Main Slide Bar Color */
  border-radius: 6px; /* Gentle rounding for the thumb */
  /* Optional: A subtle border to create a margin from the track */
  border: 2px solid #f0f4e8; 
}

/* Hover effect for a smoother user experience */
::-webkit-scrollbar-thumb:hover {
  background-color: #7a8269; /* Slightly darker shade on hover */
}

/* 2. Firefox Support */
/* Apply to the HTML element to ensure it covers the entire viewport */
html {
  /* Syntax: thumb-color track-color */
  scrollbar-color: #8DB6B2 #f0f4e8; 
  /* Can be 'auto', 'thin', or 'none'. 'thin' is usually best. */
  scrollbar-width: thin; 
}/* End custom CSS */