/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 11 2025 | 20:28:58 */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-flex-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0px;
  top: 0px;
  flex-direction: column;
  justify-content: center;
}

.modal-window {
  position: relative;
  width: calc(100% - 30px);
  max-width: 500px;
  max-height: 100%;
  overflow-y: auto;
  margin: auto;
  padding: 20px;
  background: white;
  border-radius: 4px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.0;
}

.heloc-advance {
	display: none;
}
