/*      Request ID: 4dab373641c01e389f7884279dc3e054_1763570458 (11/19/2025 1:10pm) (pczRDYAgDEXRVRxA6ExIaiB50IQile0lOoI/5+cml5IUpgC+X1yVA+xhMcBHKWRmhDzY0sqkfYKVYFdeOBncEKbXqLpv9GdVpefzOz0=)      */



/*      Resource ID: e1760437578d202db35d3a4c26c (lw-overlay.scss, compiled by sass, minified by none) (11/19/2025 12:07pm) (A:3128, B:3128, C:3049, D:3049, F:3049, J:3049, K:3049)      */

body.lw_overlay_open {
  overflow: hidden;
}

body.lw_overlay_open .lw_overlay_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.lw_overlay_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 1150;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.lw_overlay_wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.lw_overlay_wrapper .fade.in {
  opacity: 1;
}

.lw_overlay_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1140;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.lw_overlay {
  position: relative;
  width: auto;
  margin: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lw_overlay a.lw_overlay_close_button {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background-color: #222;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 1200;
}
.lw_overlay a.lw_overlay_close_button:hover {
  background-color: #b22;
  color: #fff;
  border-color: #777;
  text-decoration: none;
}
.lw_overlay button.lw_overlay_close {
  float: right;
  padding: 0;
  margin-top: -4px;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  width: 24px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.lw_overlay .lw_overlay_save_toggle {
  display: none;
  margin-right: -4px;
}
.lw_overlay .lw_overlay_header {
  line-height: 1.25;
}
.lw_overlay .lw_overlay_header h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}
.lw_overlay .lw_overlay_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lw_overlay .lw_overlay_footer > div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}

.lw_overlay_contents {
  overflow: hidden;
  position: relative;
}

.lw_overlay_header,
.lw_overlay_body,
.lw_overlay_footer {
  padding: 1rem;
}

.lw_overlay_header {
  border-bottom: 1px solid #e5e5e5;
}
.lw_overlay_header h3 {
  margin: 0;
}

.lw_overlay_footer {
  border-top: 1px solid #e5e5e5;
}
.lw_overlay_footer .btn {
  margin-left: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .lw_overlay {
    max-width: 725px;
    margin: 30px auto;
  }
  .overlay-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .overlay-lg {
    width: 900px;
  }
}

/*# sourceMappingURL=e1760437578d202db35d3a4c26cb608a.51cd68d7.map */

/*      Resource ID: baf31dcc0d784e278562f033ada (lw-notify.scss, compiled by sass, minified by none) (10/23/2025 2:10pm) (A:2259, B:2259, C:1962, D:1962, F:1962, J:1962, K:1962)      */

/* Notices */
body > .lw_notices,
#lw_page > .lw_notices {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  max-width: 50%;
}

.lw_notice {
  padding: 10px;
  clear: both;
  position: relative !important;
  background-color: #eee;
  border-bottom: solid #ccc;
  border-width: 0 0 1px 0 !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  z-index: 1000;
}
.lw_notice .lw_container {
  width: auto;
  max-width: 992px;
  min-width: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0 6px;
  position: relative;
  margin: 0 auto;
}
.lw_notice a {
  text-decoration: underline;
}
.lw_notice a:hover {
  text-decoration: none;
}
.lw_notice .lw_notice_close_button {
  float: right;
  margin-left: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 16px;
  height: 16px;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  background-color: #666;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.lw_notice .lw_notice_close_button:hover {
  background-color: #b22;
  border-color: #777;
}
.lw_notice .lw_notice_details {
  display: none;
}
.lw_notice .lw_notice_showdetails {
  font-size: 0.9em;
  margin: 0 1em;
  color: #666;
}
.lw_notice .lw_notices_details {
  border: 1px solid #ccc;
  background-color: #eee;
  width: 450px;
  max-height: 300px;
  overflow: auto;
}
.lw_notice .lw_notices_details .lw_notice:last-of-type {
  border-bottom: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_close_button {
  display: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_showdetails {
  display: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_details {
  display: block;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.9em;
  padding: 4px;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_details a {
  color: #666;
}

/*# sourceMappingURL=baf31dcc0d784e278562f033ada503e7.ddec1eb1.map */