/* @import "../node_modules/@eds/vanilla/eds.min.css" */
#app{
    overflow-y: auto;
}
.appcontent{
    max-width: 100%;
}

  
  .light .public-footer.svelte-1umwqi {
    height: 90px;
  }

  .footer.svelte-1umwqi {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px;
    background-color: var(--footer-bg-color);
    color: var(--footer-text-color);
  }
  
.reg.svelte-f9y5yo {
  height: 100vh;
  overflow-y: auto;
}

  .form-header.svelte-vdrj68 {
    margin-bottom: 12px !important;
  }
  
  .form-header.svelte-vdrj68 .title:where(.svelte-vdrj68) {
    font-size: 28px;
    line-height: 30px;
    width: 328px;
    padding-top: 15px;
  }
  .eric_logo.svelte-vdrj68 .icon:where(.svelte-vdrj68) {
    font-size: 30px;
  }
  
  @media only screen and (min-width: 768px) {
    .column.svelte-vdrj68 {
      background-color: white !important;
    }
    .imgBorder.svelte-vdrj68 {
      width: 100%;
      height: 100%;
    }

    .section1.svelte-vdrj68,
    .section2.svelte-vdrj68 {
      flex: 1;
      width: 50%;
      min-height: 868px;
      display: flex;
      align-items: center;
      margin: 16px 16px;
    }
    .section1.svelte-vdrj68 {
      overflow: hidden;
      justify-content: center;
    }
    .section2.svelte-vdrj68 {
      justify-content: center;
    }
    
    .column.svelte-vdrj68 {
      background-color: white !important;
    }

    .container.svelte-vdrj68 {
      display: flex;
      justify-content: space-between;
      width: 100%;
      background-color: white;
      height: 100%;
      overflow: hidden;
      color: #242424;
      font-family: Ericsson hilda;
    }
  }
  @media only screen and (min-width: 992px) {
  }
  @media only screen and (max-width: 767px) {
    .section1.svelte-vdrj68 {
      display: none;
    }
    .section2.svelte-vdrj68 {
      min-width: 100% !important;
    }
    .container.svelte-vdrj68 {
      justify-content: space-between;
      height: auto;
      background-color: white;
      padding: 20px;
      overflow-y: auto;
    }
  }

  .light .footer.svelte-1eiexus {
    height: 40px !important;   
    color:#f2f2f2;
    background:#242424;
  }
  .footer.svelte-1eiexus .icon:where(.svelte-1eiexus){
    padding-right: 10px;
  }

  .fallback-units.svelte-1nmchvy {
    padding: 20px;
  }
  
  .unit-tile.svelte-1nmchvy {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: white;
  }
  
  .unit-tile.svelte-1nmchvy h3:where(.svelte-1nmchvy) {
    margin: 0 0 8px 0;
    color: #0082f0;
  }
  
  .unit-tile.svelte-1nmchvy p:where(.svelte-1nmchvy) {
    margin: 0 0 12px 0;
    color: #666;
  }
  
  .unit-tile.svelte-1nmchvy a:where(.svelte-1nmchvy) {
    display: inline-block;
    padding: 8px 16px;
    background: #0082f0;
    color: white;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .unit-tile.svelte-1nmchvy a:where(.svelte-1nmchvy):hover {
    background: #0066cc;
  }
