app-root-alibe {
  --alibe-customer-primary: #37408a;
  --alibe-customer-primary-opacity: #37408a40;
  --alibe-customer-primary-light: #f2f2f2;
  --alibe-customer-primary-dark: #000000;
  --alibe-customer-accent: #dc3545;
  --alibe-customer-accent-light: #f2f2f2;
  --alibe-customer-accent-dark: #c11527;
  --alibe-customer-cta: #c11527;
  --alibe-customer-cta-dark: #af1322;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

@font-face {
  font-family: 'Hellix Light';
  src: url('../webfonts/Hellix-Light.woff') format('woff2'),
    url('../webfonts/Hellix-Light.woff') format('woff');
}
@font-face {
  font-family: 'Hellix Regular';
  src: url('../webfonts/Hellix-Regular.woff') format('woff2'),
    url('../webfonts/Hellix-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Hellix Bold';
  src: url('../webfonts/Hellix-SemiBold.woff') format('woff2'),
    url('../webfonts/Hellix-SemiBold.woff') format('woff');
}

body {
  font-family: "Hellix Regular"!important;
  
}
a,a:hover,a:visited{
  text-decoration: none!important;

}
@media only screen and (max-width: 768px) {
  app-root-alibe main.appContent {
    margin-top: 70px;
  }

  #pagebottom {
    position: fixed;
    bottom: 0px;
    background-color: var(--color21);
  }
}

