/* _content/BallastRecycling/Components/Ballast/BallastForm.razor.rz.scp.css */
*[b-dkun1bn0ou] {
  font-family: 'Calibri', serif;
}

.ballastform-wrapper[b-dkun1bn0ou] {
  background-color: #E6E6DF;
  background-size: contain;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow-y: auto;
  justify-content: center;
}

.ballastform-container[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  margin: 5rem;
  min-width: 320px;
  max-width: 1000px;
  flex: auto;
  width: 80%;
  height: fit-content;
  /*  border-left: 4px solid var(--heidelberg-mid);
  border-right: 4px solid var(--heidelberg-mid);
  border-bottom: 4px solid var(--heidelberg-mid);*/
}

.ballastform-header[b-dkun1bn0ou] {
  background-color: white;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.ballastform-header-text[b-dkun1bn0ou] {
  font-size: 2rem;
  color: #0f492f;
  font-weight: 500;
}

.ballastform-header-description[b-dkun1bn0ou] {
  color: white;
}

.textarea[b-dkun1bn0ou] {
  width: 100%;
  height: 4rem;
}

.ballastform-main-container[b-dkun1bn0ou] {
  background-color: white;
  padding-left: 3rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.ballastform-main-explanation[b-dkun1bn0ou] {
}

.ballastform-redstar[b-dkun1bn0ou] {
  color: red;
  margin-right: 0.5rem;
}

.ballastform-font-small[b-dkun1bn0ou] {
  font-size: 0.75rem;
}

.ballastform-chaptertext[b-dkun1bn0ou] {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #3B3B3B;
}

.ballastform-main-salesperson[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ballastform-main-region[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ballastform-main-company[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ballastform-main-projectid[b-dkun1bn0ou] {
}

.ballastform-main-contact[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
}

.ballastform-main-contact-inner[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  gap: 0.5rem;
}

.ballastform-main-volume[b-dkun1bn0ou] {
}

.ballastform-main-projectstart[b-dkun1bn0ou] {
}

.ballastform-main-projectend[b-dkun1bn0ou] {
}

.ballastform-main-materialtype[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ballastform-main-fileupload[b-dkun1bn0ou] {
}

.ballastform-textinput[b-dkun1bn0ou] {
  background: var(--palette-background-primary);
  color: #3B3B3B;
  border-radius: 0.25rem;
  min-height: 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
  border-width: 0px 0px 0.125rem;
  border-top-style: initial;
  border-top-color: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  outline: none;
  padding: 0.375rem 0.75rem;
  resize: none;
  user-select: text;
}

.ballastform-datetime-container[b-dkun1bn0ou] {
  display: flex;
  flex-direction: row;
  max-width: 300px;
  width: 300px;
}

.ballastform-floatingcalendar-wrapper[b-dkun1bn0ou] {
  position: relative;
}

.ballastform-floatingcalendar-container[b-dkun1bn0ou] {
  position: absolute;
  margin-left: 20px;
  margin-top: -20px;
  z-index: 9999; /* High z-index to ensure it stays on top */
}

.navbar-logo[b-dkun1bn0ou] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: fit-content;
  background-color: white;
  padding-right: 1rem;
  border-radius: 0 0 0 12px;
}

.icon[b-dkun1bn0ou] {
  height: 30px;
}

.icon-text[b-dkun1bn0ou] {
  height: 20px;
}

.chapter[b-dkun1bn0ou] {
  background-color: white;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 3rem;
  border-top: 1px solid rgb(230 230 223);
  border-bottom: 1px solid rgb(230 230 223);
  color: #0f492f;
}

#map[b-dkun1bn0ou] {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

label[b-dkun1bn0ou] {
  color: #3B3B3B;
}

input[b-dkun1bn0ou] {
  color: #3B3B3B;
}

.containerpage-sendbutton[b-dkun1bn0ou] {
  background-color: #00DD39;
  color: var(--heidelberg-green);
  border: 0;
  font-weight: 700;
  padding: 1rem;
}

.hidden-file-input[b-dkun1bn0ou]::after {
  content: none !important; /* Removes the file count text */
}

.input-container[b-dkun1bn0ou] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.mobile[b-dkun1bn0ou] {
  gap: 1rem !important;
  flex-direction: column !important;
}

.input-filelist[b-dkun1bn0ou] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.loading-overlay[b-dkun1bn0ou] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner[b-dkun1bn0ou] {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin-b-dkun1bn0ou 1s linear infinite;
}

@keyframes spin-b-dkun1bn0ou {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* _content/BallastRecycling/Components/Ballast/ErrorBanner.razor.rz.scp.css */
.error-banner[b-vn45u97526] {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f8d7da;
  color: #721c24;
  box-shadow: 0 4px 2px -2px gray;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.error-message[b-vn45u97526] {
  flex-grow: 1;
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.close-button[b-vn45u97526] {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #721c24;
  padding-right: 1rem;
}

.close-button:hover[b-vn45u97526] {
  color: #d9534f;
}

.none[b-vn45u97526] {
  display: none;
}
/* _content/BallastRecycling/Components/Ballast/UploadSuccess.razor.rz.scp.css */
.upload-container[b-a7opbix4eq] {
  display: flex;
  flex-direction: column;
}

.upload-header[b-a7opbix4eq] {
  padding: 2rem;
}

.header-big[b-a7opbix4eq] {
  font-size: 2rem;
  color: white;
  font-weight: 700;
  background-color: var(--heidelberg-green);
  display: flex;
  width: -webkit-fill-available;
  padding-left: 2rem;
}

.header-small[b-a7opbix4eq] {
  font-size: 1rem;
  color: #3B3B3B;
  background-color: white;
  padding: 2rem;
}

.upload-wrapper[b-a7opbix4eq] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #E6E6DF;
}
/* _content/BallastRecycling/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ko3gyflgwu] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ko3gyflgwu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
