/* ------------------SmartSell----------------------- */
@font-face {
    font-family: 'Frutiger LT W01_45 Ligh1475730';
    src: url('../../fonts/1475730/087d8a95-3f25-4bae-a1d1-db9ddffd72f5.woff2') format('woff2'), 
         url('../../fonts/1475730/ab1bcdf7-9570-4cba-a8e3-3e39ddd861db.woff') format('woff'); 
         font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT W01_55 Roma1475738';
    src: url('../../fonts/1475738/0811514e-6660-4043-92c1-23d0b8caaa2f.woff2') format('woff2'), 
         url('../../fonts/1475738/aeae8cac-ba4d-40d2-bbcf-936f2c7dcfe6.woff') format('woff');
         font-display: swap;
}
@font-face {
    font-family: 'Frutiger LT W01_65 Bold1475746';
    src: url('../../fonts/1475746/8c92eb68-ce37-4962-a9f4-5b47d336bd1c.woff2') format('woff2'), 
         url('../../fonts/1475746/9bdfdcac-bbd4-46a9-9280-056c9a4438a2.woff') format('woff'); 
         font-display: swap;
    
}
@font-face {
    font-family: 'Frutiger LT W01_75 Blac1475754';
    src: url('../../fonts/1475754/221b3252-186e-4a32-a90b-cc0c3a4817d7.woff2') format('woff2'), 
         url('../../fonts/1475754/a061c7a6-3b14-451e-883c-0f1661ac3d76.woff') format('woff'); 
         font-display: swap;
}

#app {
    min-width: 100%;
    min-height: 100%;
}

html, body, #app {
    height: 100%;
    width: 100%;
}
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
  }
  /*
    2. Remove default margin
  */
  * {
    margin: 0;
  }
  /*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
  body {
    line-height: 1.5;
    /* -webkit-font-smoothing: antialiased; */
    font-family: "Frutiger LT W01_55 Roma1475738", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /*
    5. Improve media defaults
  */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  /*
    6. Remove built-in form typography styles
  */
  input, button, textarea, select {
    font: inherit;
  }
  /*
    7. Avoid text overflows
  */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  /*
    8. Create a root stacking context
  */
  #root, #__next {
    isolation: isolate;
  }

.MuiAppBar-root{
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
}

.jWcxuW{

    background-image: url('../../images/landing1x.webp'), url('../../images/landing1x.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    display: grid;
    grid-template-areas: "header" "content" "footer";
    grid-template-rows: auto 1fr;
    min-height: 110vH;
    padding: 10px;

}

@media only screen and (max-width: 1200px){
    .jWcxuW {
        background-image: url('../../images/landing1x.webp'), url('../../images/landing1x.jpg');
        min-height: 120vH;
    }
}

@media only screen and (max-width: 992px){
    .jWcxuW {
        background-image: url('../../images/landing2x.webp'), url('../../images/landing2x.jpg');
        min-height: 140vH;
    }
}

@media only screen and (max-width: 600px){
    .jWcxuW {
        background-image: url('../../images/landing2x.webp'), url('../../images/landing2x.jpg');
        min-height: 110vH;
    }
}

@media only screen and (max-width: 400px){
    .jWcxuW {
        background-image: url('../../images/landing2x.webp'), url('../../images/landing2x.jpg');
        min-height: 160vH;
    }
}




.jss2{
    grid-area: header;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding-top: 3.5px;
    margin-bottom: 2rem;
    padding-bottom: 3.5px;
}

.MuiAppBar-root-positionSticky{
    top: 0;
    left: auto;
    right: 0;
    position: sticky;
}

.MuiAppBar-root {
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
}

.MuiTypography-root {
    margin: 0;
}

.MuiTypography-Body1{
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    font-family: "Frutiger LT W01_55 Roma1475738","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

.jss25 {
    top: -4000px;
    left: 0px;
    color: white;
    padding: 6px;
    z-index: 100;
    position: absolute;
    background: #428235;
    transition: top 1s ease-out;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    webkit-transition: top 1s ease-out;
    border-bottom-right-radius: 8px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/* Default styles for MuiToolbar */
.MuiToolbar-root {
    display: flex;
    position: relative;
    align-items: center;
}

/* Default padding for MuiToolbar-gutters */
.MuiToolbar-gutters {
    padding-left: 16px;
    padding-right: 16px;
}

/* Media query for screens with a minimum width of 600px */
@media (min-width: 600px) {
    .MuiToolbar-gutters {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Styles for MuiToolbar-regular */
.MuiToolbar-regular {
    min-height: 56px;
}

/* Media query for screens with a minimum width of 600px */
@media (min-width: 600px) {
    .MuiToolbar-regular {
        min-height: 64px;
    }
}

/* Media query for landscape orientation with a minimum width of 0px */
@media (min-width: 0px) and (orientation: landscape) {
    .MuiToolbar-regular {
        min-height: 48px;
    }
}

.MuiGrid-root{

}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.MuiGrid-justify-content-xs-space-between {
    justify-content: space-between;
}

.MuiGrid-align-items-xs-center {
    align-items: center;
}


.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}

.MuiGrid-grid-xs-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
}

.MuiGrid-grid-xs-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
}


.MuiGrid-justify-content-xs-flex-end {
    justify-content: flex-end;
}

.MuiButton-disableElevation {
    box-shadow: none;
}

.MuiButton-text {
    padding: 6px 8px;
}

.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

@media (min-width: 960px){
    .MuiGrid-grid-md-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media (min-width: 1280px){
    .MuiGrid-grid-lg-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
}


.hPLGoy {
    padding: 2px;
}


#menu-toggle-button {
    text-transform: uppercase;
    width: auto; 
    display: flex; 
    justify-content: normal; 
    box-shadow: none;
}


.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    -webkit-user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 14px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Frutiger LT W01_65 Bold1475746", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
}

.MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiButton-textPrimary {
    color: #428235;
}

.MuiButton-textPrimary:hover {
    background-color: rgba(66, 130, 53, 0.04);
}



.MuiButton-label{
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.jss78 {
    display: flex;
    flex-direction: column;
    text-transform: none;
}


.MuiTypography-button{

    font-size: 0.875rem;
    font-family: "Frutiger LT W01_55 Roma1475738","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.75;
    text-transform: uppercase;

}



.g3logo{
    flex-grow: 1; 
    max-height: 48px;
    margin: 6px 8px;
}

.MuiGrid-justify-content-xs-flex-end {
    justify-content: flex-end;
}


.react-slick-responsive-breaking-fix {
    min-width: 0px;
}

.MuiContainer-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 300px),( min-height:700px){
    .MuiContainer-root {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        margin-top: 70px;
        margin-bottom: 100px;
    }    
}

@media (min-width: 400px),( min-height:800px){
    .MuiContainer-root {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: auto;
        padding-left: 5px;
        padding-right: 5px;
    }    
}


@media (min-width: 600px){
    .MuiContainer-root {
        max-width: 600px;
    }    
}

@media (min-width: 900px){
    .MuiContainer-root{
        max-width: 900px;
    }
}

@media (min-width: 1280px){

    .MuiContainer-root {
        max-width: 1280px;

    }
}


.MuiContainer-maxWidthLg{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
/* @media screen and (orientation: landscape) {

}

/* Additional styles for portrait mode */
/* @media screen and (orientation: portrait) {
    .MuiContainer-maxWidthLg {
        position:absolute;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
}  */

@media (min-width: 300px){
    .MuiContainer-maxWidthLg{
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 600px){
    .MuiContainer-maxWidthLg{
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 900px){
    .MuiContainer-maxWidthLg{
        max-width: 900px;
    }
}

@media (min-width: 1280px){

    .MuiContainer-maxWidthLg {
        max-width: 1280px;

    }
}



article {
    display: block;
}

.MuiGrid-justify-content-xs-center {
    justify-content: center;
}

.MuiGrid-align-content-xs-center {
    align-content: center;
}


.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid #DCDCDC;
    background: #FFFFFF;
    box-shadow: 0 5px 26px 4px rgba(0,0,0,0.07), 0 7px 8px -4px rgba(0,0,0,0.09);
    box-sizing: border-box;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.MuiPaper-rounded {
    border-radius: 4px;
}

div {
    display: block;
}

.MuiPaper-elevation1 {
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
}

.jss81 {
    padding: 32px 32px 24px;
}

.MuiTypography-gutterBottom {
    margin-bottom: 12px !important;
}




.MuiTypography-h1 {
    color: #428235;
    font-size: 30px;
    font-family: Frutiger LT W01_65 Bold1475746, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.167;
}

@media (min-width: 960px){
    .MuiTypography-h1 {
        font-size: 34px;
    }
}

.MuiTypography-h6 {
    font-size: 16px;
    font-family: Frutiger LT W01_65 Bold1475746, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.MuiButton-fullWidth {
    width: 100%;
}

a {
    text-decoration: none;
    color: rgb(66, 130, 53);
    background-color: transparent;
}

a :hover{
    color: rgb(66, 130, 53);
}

.MuiButton-text {
    padding: 6px 8px;
}

.figIru {
    font-weight: 400 !important;
    letter-spacing: 1.25px !important;
    margin-bottom: 1rem !important;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.eDGfod {
    margin-bottom: 1rem;
}

.MuiButton-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 10px 32px;
    font-weight: 700;
    letter-spacing: 1.25px;
}

.MuiButton-outlinedPrimary {
    color: #428235;
    border: 1px solid rgba(66, 130, 53, 0.5);
}

.MuiButton-outlinedPrimary:hover {
    border: 1px solid #428235;
    background-color: rgba(66, 130, 53, 0.04);
}





/* ------------------B2C Login----------------------- */

.heading {
    display: none;
}

.intro {
	display: none;
}

.password-label a {
	display: none;
}

.divider h2 {
    display: none;
  }
.create {
    display: none;
}

/* Sign-in form container */
.localAccount {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  
  /* Form labels */
  .entry-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }

  
  .entry-item label[for="email"] {
    /* display: none; */
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Frutiger LT W01_55 Roma1475738","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
  }

  .entry-item label[for="signInName"] {
    /* display: none; */
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Frutiger LT W01_55 Roma1475738","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
  }
  
  .entry-item label[for="password"] {
    /* display: none; */
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Frutiger LT W01_55 Roma1475738","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
  }

  
  /* .password-label a {
    order: 2; 
    text-align: left;
    font-size:12px;
  } */
  
  .error.itemLevel p {
    /* display: none;  */
  }

  .error.error.pageLevel {
    padding: 0px !important;
    margin-bottom: 12px;
    background-color: #FFDFDF;
    border-radius: 4px;
  }

  .error.pageLevel p {
    background: url(../../images/error_icon.png) no-repeat center;
    background-position: 8px center;
    background-size: 20px;
    color: #6E1212;
    text-align: left;
    padding-left: 35px;
    display: flex;
    align-items: center;
    margin: 6px;
  }

  .entry .error {
    color: #b00;
    text-align: left;
  }

  .entry .error p {
    padding:0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }  

  .localAccount input::placeholder {
    color: #999; 
    font-size: 16px;
    }
  
  /* Input styles */
  .localAccount input {
    width: 100%;
    padding: 18px 14px 18px 14px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }

  .localAccount input:hover {
    border: 1px solid #000000;
    border-radius: 2px;
  }

  .localAccount input:focus {
    outline: transparent !important;
    border: 2px solid #428235;
    border-radius: 2px;
  }

  /* .localAccount #email {
    background: no-repeat;
    background: url(/email_icon.png) no-repeat center;
    background-position: calc(100% - 10px) center;
    padding-right: 50px;
  }

  .localAccount #signInName {
    background: no-repeat;
    background: url(/email_icon.png) no-repeat center;
    background-position: calc(100% - 10px) center;
    padding-right: 50px;
  }

.localAccount #password {
    background: no-repeat;
    background: url(/show_icon.png) no-repeat center;
    background-position: calc(100% - 10px) center;
    padding-right: 50px;
} */


  /* Sign-in button */
  .localAccount button {
    background-color: #428235;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-family: "Frutiger LT W01_65 Bold1475746", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0; /* Add margin to separate buttons */
    border-radius: 4px;
    line-height: 1.75;
    letter-spacing: 1.25px !important;
    text-transform: uppercase;
    width: 100%;
  }
  
  .localAccount button:hover {
    background-color: rgb(46, 91, 37); /* Darker shade on hover */
  }

  .localAccount button:disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
    cursor: not-allowed; /* Optional: Change cursor style */
  }
  
  /* Style the "Create Account" buttons */
  /* .other-buttons button {
    background-color: #428235; 
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    margin: 6px 0; 
  } */
  
  /* .other-buttons button:hover {
    background-color: #0056b3; 
  } */
  
  /* Center align the buttons */
  /* .other-buttons a {
    text-align: center;
    display: block;
  } */
  
  /* Make all buttons take the full width of their containers */
  .localAccount button,
  .other-buttons button {
    width: 100%;
    
    /* padding-right: 30px; */
  }

.g3_forget_password button{
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10ox;

}

.g3_button_group label{

    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 28px;
    
}
#btn_new_user_label {
    padding-top: 25px;
}

  #forgotPassword {
	display:none;
  }
  
  /* forgot-password.center-height {
      position: absolute;
      bottom: 0;
      clear: right;
      cursor: pointer;
      text-align: right;
  } */
  .pwd-toggler {
    color: #595959 !important;
    background-color: #ffffff !important;
    width: max-content !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    float: left !important;
    font-size: 10px !important;
    outline: none !important; /* Remove default focus outline */
  }
  
  .pwd-toggler:focus {
    /* Style for the focused state */
    box-shadow: 0 0 0 2px rgb(46, 91, 37); /* Example: Adding a blue border on focus */
  }
  
  .pwd-toggler label {
    text-transform: uppercase;
    font-size: 12px; /* Adjust the font size as needed */
  }