/* _content/Cram/Pages/ImportCompteurs/Abstract/BaseImportCompteur.razor.rz.scp.css */
.page[b-msnywtik7v] {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

.bloc[b-msnywtik7v] {
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

.bloc-title[b-msnywtik7v] {
  font-weight: bold;
  font-size: 16px;
}

.columns-matching[b-msnywtik7v] {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

/* File Drop Zone */
.custom-drop-zone[b-msnywtik7v] {
  padding: 0 !important;
  border-style: dashed;
  border-width: 2px !important;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(183, 183, 183, 0.1);
}

  .custom-drop-zone.custom-drop-zone-hover[b-msnywtik7v] {
    border-style: solid;
  }

  .custom-drop-zone svg[b-msnywtik7v] {
    width: 42px;
    height: 42px;
  }

  .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-msnywtik7v] {
    pointer-events: none;
  }

.upload-validation-text[b-msnywtik7v] {
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
}

.drop-file-icon[b-msnywtik7v] {
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: #ADB5BD;
  width: 48px;
  height: 48px;
  -webkit-mask-image: var(--dxbl-icon-drop-file);
  mask-image: var(--dxbl-icon-drop-file);
}

.drop-file-label[b-msnywtik7v] {
  font-weight: 500;
  font-size: 1rem;
}

[b-msnywtik7v] .dxbl-upload {
  display: none;
}
/* _content/Cram/Pages/Index.razor.rz.scp.css */
section[b-b2h59zjbz3] {
  text-align: center;
  vertical-align: center;
  height: 50%;
}

span[b-b2h59zjbz3]{
  font-weight: normal;
  font-style: italic;
}
/* _content/Cram/Shared/MainLayout.razor.rz.scp.css */
#sidebar[b-h1a6xyuwdw] {
  min-width: 15rem;
  max-width: 15rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  transition: transform 0.1s ease-out;
  height: 100vh;
  max-height: 100%;
  background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-dark) 150%);
  display: block;
}

  #sidebar.auto-expanded[b-h1a6xyuwdw] {
    display: none;
  }

  #sidebar .menu-closeonclick-placeholder[b-h1a6xyuwdw] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }

[b-h1a6xyuwdw] .sidebar-header {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.logo[b-h1a6xyuwdw] {
  width: 100px;
  height: auto;
  cursor: pointer;
}

[b-h1a6xyuwdw] .menu-button-container {
  align-self: center;
}

.menu-button[b-h1a6xyuwdw] {
  padding: 0.375rem;
  width: 1rem;
  height: 1rem;
  background-image: url("images/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

[b-h1a6xyuwdw] .menu.display-mobile {
  margin-bottom: 2rem;
}

[b-h1a6xyuwdw] .menu {
  background-color: inherit;
}

  [b-h1a6xyuwdw] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
  }

[b-h1a6xyuwdw] .menu-item {
  color: var(--bs-white);
}

[b-h1a6xyuwdw] .icon {
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

[b-h1a6xyuwdw] .event-icon {
  background-image: url("images/event.svg");
}

[b-h1a6xyuwdw] .settings-icon {
  background-image: url("images/settings.svg");
}

[b-h1a6xyuwdw] .counter-icon {
  background-image: url("images/gas_meter.svg");
}


[b-h1a6xyuwdw] .docs-icon {
  mask-image: url("images/doc.svg");
  -webkit-mask-image: url("images/doc.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--dxbl-btn-color);
}

[b-h1a6xyuwdw] .demos-icon {
  mask-image: url("images/demos.svg");
  -webkit-mask-image: url("images/demos.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--dxbl-btn-color);
}

[b-h1a6xyuwdw] .footer-button:hover .demos-icon {
  background-color: var(--dxbl-btn-hover-color);
}

[b-h1a6xyuwdw] .footer-button:hover .docs-icon {
  background-color: var(--dxbl-btn-hover-color);
}

[b-h1a6xyuwdw] .footer {
  text-align: center;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

  [b-h1a6xyuwdw] .footer .icon {
    margin-left: 0;
  }

#sidebar.auto-expanded[b-h1a6xyuwdw]  .layout-item {
  display: block;
}

#sidebar.auto-expanded[b-h1a6xyuwdw]  .footer {
  display: block;
}

@media (max-width: 768px) {
  #sidebar[b-h1a6xyuwdw] {
    min-width: inherit;
    max-width: inherit;
    display: block;
  }

    #sidebar .menu-closeonclick-placeholder[b-h1a6xyuwdw] {
      display: block;
    }

    #sidebar.auto-expanded[b-h1a6xyuwdw] {
      position: fixed;
      width: 100%;
      z-index: 3;
      display: block;
    }

      #sidebar.auto-expanded[b-h1a6xyuwdw]  .sidebar-header {
        border-bottom: 1px solid var(--bs-white);
      }

      #sidebar.auto-expanded .menu-button[b-h1a6xyuwdw] {
        background-image: url("images/close.svg");
        width: 1.875rem;
        height: 1.875rem;
      }

    #sidebar:not(.auto-expanded)[b-h1a6xyuwdw]  .dxbl-gridlayout-root {
      gap: unset !important;
    }

  .logo[b-h1a6xyuwdw] {
    text-align: inherit;
  }

  [b-h1a6xyuwdw] .menu-button-container {
    display: block;
  }

  [b-h1a6xyuwdw] .layout-item {
    display: none;
  }

  [b-h1a6xyuwdw] .footer {
    display: none;
  }
}
/* _content/Cram/Shared/NavMenu.razor.rz.scp.css */
#sidebar[b-cf6gz6rds4] {
  min-width: 15rem;
  max-width: 15rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  transition: transform 0.1s ease-out;
  height: 100vh;
  max-height: 100%;
  background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-dark) 150%);
  display: block;
}

  #sidebar.auto-expanded[b-cf6gz6rds4] {
    display: none;
  }

  #sidebar .menu-closeonclick-placeholder[b-cf6gz6rds4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }

[b-cf6gz6rds4] .sidebar-header {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.logo[b-cf6gz6rds4] {
  width: 100px;
  height: auto;
  cursor: pointer;
}

[b-cf6gz6rds4] .menu-button-container {
  align-self: center;
}

.menu-button[b-cf6gz6rds4] {
  padding: 0.375rem;
  width: 1rem;
  height: 1rem;
  background-image: url("images/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

[b-cf6gz6rds4] .menu.display-mobile {
  margin-bottom: 2rem;
}

[b-cf6gz6rds4] .menu {
  background-color: inherit;
}

  [b-cf6gz6rds4] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
  }

[b-cf6gz6rds4] .menu-item {
  color: var(--bs-white);
}

[b-cf6gz6rds4] .icon {
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

[b-cf6gz6rds4] .event-icon {
  background-image: url("images/event.svg");
}

[b-cf6gz6rds4] .settings-icon {
  background-image: url("images/settings.svg");
}

[b-cf6gz6rds4] .counter-icon {
  background-image: url("images/gas_meter.svg");
}


[b-cf6gz6rds4] .docs-icon {
  mask-image: url("images/doc.svg");
  -webkit-mask-image: url("images/doc.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--dxbl-btn-color);
}

[b-cf6gz6rds4] .demos-icon {
  mask-image: url("images/demos.svg");
  -webkit-mask-image: url("images/demos.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--dxbl-btn-color);
}

[b-cf6gz6rds4] .footer-button:hover .demos-icon {
  background-color: var(--dxbl-btn-hover-color);
}

[b-cf6gz6rds4] .footer-button:hover .docs-icon {
  background-color: var(--dxbl-btn-hover-color);
}

[b-cf6gz6rds4] .footer {
  text-align: center;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

  [b-cf6gz6rds4] .footer .icon {
    margin-left: 0;
  }

#sidebar.auto-expanded[b-cf6gz6rds4]  .layout-item {
  display: block;
}

#sidebar.auto-expanded[b-cf6gz6rds4]  .footer {
  display: block;
}

@media (max-width: 768px) {
  #sidebar[b-cf6gz6rds4] {
    min-width: inherit;
    max-width: inherit;
    display: block;
  }

    #sidebar .menu-closeonclick-placeholder[b-cf6gz6rds4] {
      display: block;
    }

    #sidebar.auto-expanded[b-cf6gz6rds4] {
      position: fixed;
      width: 100%;
      z-index: 3;
      display: block;
    }

      #sidebar.auto-expanded[b-cf6gz6rds4]  .sidebar-header {
        border-bottom: 1px solid var(--bs-white);
      }

      #sidebar.auto-expanded .menu-button[b-cf6gz6rds4] {
        background-image: url("images/close.svg");
        width: 1.875rem;
        height: 1.875rem;
      }

    #sidebar:not(.auto-expanded)[b-cf6gz6rds4]  .dxbl-gridlayout-root {
      gap: unset !important;
    }

  .logo[b-cf6gz6rds4] {
    text-align: inherit;
  }

  [b-cf6gz6rds4] .menu-button-container {
    display: block;
  }

  [b-cf6gz6rds4] .layout-item {
    display: none;
  }

  [b-cf6gz6rds4] .footer {
    display: none;
  }
}

.menu-icon[b-cf6gz6rds4] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: currentColor;
  opacity: 0.7;
}
